media files

This commit is contained in:
CHIEFSOFT\ameye
2026-01-01 01:05:48 -05:00
parent f6c2b1129d
commit 2924401c9b
4 changed files with 49 additions and 56 deletions
+1
View File
@@ -11,6 +11,7 @@ const queryKeys = {
productTemplateData: ['product_template_data'],
subscriptions: ['subscriptions'],
profile_data: ['profile_data'],
my_files: ['my_files'],
dashboard: ['dashboard'],
topBar: ['top-bar'],
+7
View File
@@ -277,6 +277,13 @@ export const getSubscriptions = (reqData) => {
return postAuxEnd(`/panel/subscription/products`, postData, false)
}
export const getMediaFileList = (reqData) => {
let postData = {
...reqData,
}
return postAuxEnd(`/panel/account/media-files`, postData, false)
}
// FUNCTION TO GET COMMON PRACTICE
export const getCommonPractice = (reqData) => {
let postData = {