@abyss-project/storage 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/application-file-thumbnail.admin.api.d.ts +9 -9
- package/dist/api/application-file-thumbnail.admin.api.js +36 -36
- package/dist/api/application-file-thumbnail.api.d.ts +15 -15
- package/dist/api/application-file-thumbnail.api.js +64 -64
- package/dist/api/application-file.admin.api.d.ts +22 -22
- package/dist/api/application-file.admin.api.js +88 -88
- package/dist/api/application-file.api.d.ts +41 -40
- package/dist/api/application-file.api.js +177 -177
- package/dist/api/application-store.admin.api.d.ts +6 -0
- package/dist/api/application-store.admin.api.js +24 -0
- package/dist/api/application-store.api.d.ts +6 -0
- package/dist/api/application-store.api.js +24 -0
- package/dist/api/application-store.public.api.d.ts +3 -0
- package/dist/api/application-store.public.api.js +12 -0
- package/dist/api/application-webhook-history.admin.api.d.ts +3 -3
- package/dist/api/application-webhook-history.admin.api.js +12 -12
- package/dist/api/application-webhook-history.api.d.ts +3 -3
- package/dist/api/application-webhook-history.api.js +12 -12
- package/dist/api/application-webhook.admin.api.d.ts +7 -7
- package/dist/api/application-webhook.admin.api.js +28 -28
- package/dist/api/application-webhook.api.d.ts +7 -7
- package/dist/api/application-webhook.api.js +28 -28
- package/dist/api/application.admin.api.d.ts +6 -6
- package/dist/api/application.admin.api.js +24 -24
- package/dist/api/application.api.d.ts +3 -3
- package/dist/api/application.api.js +12 -12
- package/dist/api/collection.api.d.ts +3 -3
- package/dist/api/collection.api.js +12 -12
- package/dist/api/generics/download.request.d.ts +2 -2
- package/dist/api/generics/download.request.js +10 -10
- package/dist/api/generics/index.d.ts +2 -2
- package/dist/api/generics/index.js +18 -18
- package/dist/api/generics/upload.request.d.ts +3 -3
- package/dist/api/generics/upload.request.js +10 -10
- package/dist/api/index.d.ts +18 -15
- package/dist/api/index.js +34 -31
- package/dist/api/monitor.api.d.ts +2 -2
- package/dist/api/monitor.api.js +8 -8
- package/dist/api/storage.admin.api.d.ts +4 -4
- package/dist/api/storage.admin.api.js +16 -16
- package/dist/api/stream-media.admin.api.d.ts +7 -7
- package/dist/api/stream-media.admin.api.js +35 -35
- package/dist/api/stream-media.api.d.ts +4 -4
- package/dist/api/stream-media.api.js +18 -18
- package/dist/index.d.ts +21 -21
- package/dist/index.js +91 -91
- package/dist/types/enum/algorithm.enum.d.ts +3 -3
- package/dist/types/enum/algorithm.enum.js +7 -7
- package/dist/types/enum/api-error.enum.d.ts +33 -31
- package/dist/types/enum/api-error.enum.js +38 -36
- package/dist/types/enum/checksum-algorithm.enum.d.ts +5 -5
- package/dist/types/enum/checksum-algorithm.enum.js +9 -9
- package/dist/types/enum/index.d.ts +9 -9
- package/dist/types/enum/index.js +25 -25
- package/dist/types/enum/mime-type-thumbnail.enum.d.ts +15 -15
- package/dist/types/enum/mime-type-thumbnail.enum.js +20 -20
- package/dist/types/enum/picture-collection-source.enum.d.ts +3 -3
- package/dist/types/enum/picture-collection-source.enum.js +7 -7
- package/dist/types/enum/picture-collection-type.enum.d.ts +3 -3
- package/dist/types/enum/picture-collection-type.enum.js +7 -7
- package/dist/types/enum/pre-sign-url-type.enum.d.ts +5 -5
- package/dist/types/enum/pre-sign-url-type.enum.js +9 -9
- package/dist/types/enum/stream-media-type.enum.d.ts +4 -4
- package/dist/types/enum/stream-media-type.enum.js +8 -8
- package/dist/types/enum/webhook-type.enum.d.ts +5 -5
- package/dist/types/enum/webhook-type.enum.js +9 -9
- package/dist/types/index.d.ts +3 -3
- package/dist/types/index.js +19 -19
- package/dist/types/interface/api/index.d.ts +38 -32
- package/dist/types/interface/api/index.js +54 -48
- package/dist/types/interface/api/requests/application-file-thumbnail.admin.request.d.ts +37 -37
- package/dist/types/interface/api/requests/application-file-thumbnail.admin.request.js +2 -2
- package/dist/types/interface/api/requests/application-file-thumbnail.request.d.ts +56 -56
- package/dist/types/interface/api/requests/application-file-thumbnail.request.js +2 -2
- package/dist/types/interface/api/requests/application-file.admin.request.d.ts +144 -144
- package/dist/types/interface/api/requests/application-file.admin.request.js +2 -2
- package/dist/types/interface/api/requests/application-file.request.d.ts +228 -228
- package/dist/types/interface/api/requests/application-file.request.js +2 -2
- package/dist/types/interface/api/requests/application-store.admin.request.d.ts +34 -0
- package/dist/types/interface/api/requests/{abyss.admin.request.js → application-store.admin.request.js} +2 -2
- package/dist/types/interface/api/requests/application-store.public.request.d.ts +8 -0
- package/dist/types/interface/api/requests/{logger.admin.request.js → application-store.public.request.js} +2 -2
- package/dist/types/interface/api/requests/application-store.request.d.ts +39 -0
- package/dist/types/interface/api/requests/{picture-collection.request.js → application-store.request.js} +2 -2
- package/dist/types/interface/api/requests/application-webhook-history.admin.request.d.ts +14 -14
- package/dist/types/interface/api/requests/application-webhook-history.admin.request.js +2 -2
- package/dist/types/interface/api/requests/application-webhook-history.request.d.ts +17 -17
- package/dist/types/interface/api/requests/application-webhook-history.request.js +2 -2
- package/dist/types/interface/api/requests/application-webhook.admin.request.d.ts +33 -33
- package/dist/types/interface/api/requests/application-webhook.admin.request.js +2 -2
- package/dist/types/interface/api/requests/application-webhook.request.d.ts +43 -43
- package/dist/types/interface/api/requests/application-webhook.request.js +2 -2
- package/dist/types/interface/api/requests/application.admin.request.d.ts +16 -16
- package/dist/types/interface/api/requests/application.admin.request.js +2 -2
- package/dist/types/interface/api/requests/application.request.d.ts +7 -7
- package/dist/types/interface/api/requests/application.request.js +2 -2
- package/dist/types/interface/api/requests/collection.request.d.ts +10 -10
- package/dist/types/interface/api/requests/collection.request.js +2 -2
- package/dist/types/interface/api/requests/storage.admin.request.d.ts +3 -3
- package/dist/types/interface/api/requests/storage.admin.request.js +2 -2
- package/dist/types/interface/api/requests/stream-media.admin.request.d.ts +28 -28
- package/dist/types/interface/api/requests/stream-media.admin.request.js +2 -2
- package/dist/types/interface/api/requests/stream-media.request.d.ts +12 -12
- package/dist/types/interface/api/requests/stream-media.request.js +2 -2
- package/dist/types/interface/api/responses/application-file-thumbnail.admin.response.d.ts +30 -30
- package/dist/types/interface/api/responses/application-file-thumbnail.admin.response.js +2 -2
- package/dist/types/interface/api/responses/application-file-thumbnail.response.d.ts +36 -35
- package/dist/types/interface/api/responses/application-file-thumbnail.response.js +2 -2
- package/dist/types/interface/api/responses/application-file.admin.response.d.ts +80 -80
- package/dist/types/interface/api/responses/application-file.admin.response.js +2 -2
- package/dist/types/interface/api/responses/application-file.response.d.ts +96 -95
- package/dist/types/interface/api/responses/application-file.response.js +2 -2
- package/dist/types/interface/api/responses/application-store.admin.response.d.ts +17 -0
- package/dist/types/interface/api/{requests/user-application-file-thumbnail.admin.request.js → responses/application-store.admin.response.js} +2 -2
- package/dist/types/interface/api/responses/application-store.public.response.d.ts +21 -0
- package/dist/types/interface/api/responses/application-store.public.response.js +2 -0
- package/dist/types/interface/api/responses/application-store.response.d.ts +17 -0
- package/dist/types/interface/api/responses/application-store.response.js +2 -0
- package/dist/types/interface/api/responses/application-webhook-history.admin.response.d.ts +7 -7
- package/dist/types/interface/api/responses/application-webhook-history.admin.response.js +2 -2
- package/dist/types/interface/api/responses/application-webhook-history.response.d.ts +7 -7
- package/dist/types/interface/api/responses/application-webhook-history.response.js +2 -2
- package/dist/types/interface/api/responses/application-webhook.admin.response.d.ts +21 -21
- package/dist/types/interface/api/responses/application-webhook.admin.response.js +2 -2
- package/dist/types/interface/api/responses/application-webhook.response.d.ts +21 -21
- package/dist/types/interface/api/responses/application-webhook.response.js +2 -2
- package/dist/types/interface/api/responses/application.admin.response.d.ts +33 -33
- package/dist/types/interface/api/responses/application.admin.response.js +2 -2
- package/dist/types/interface/api/responses/application.response.d.ts +14 -14
- package/dist/types/interface/api/responses/application.response.js +2 -2
- package/dist/types/interface/api/responses/collection.response.d.ts +43 -43
- package/dist/types/interface/api/responses/collection.response.js +2 -2
- package/dist/types/interface/api/responses/monitor.response.d.ts +7 -7
- package/dist/types/interface/api/responses/monitor.response.js +2 -2
- package/dist/types/interface/api/responses/stream-media.admin.response.d.ts +20 -20
- package/dist/types/interface/api/responses/stream-media.admin.response.js +2 -2
- package/dist/types/interface/api/responses/stream-media.response.d.ts +10 -9
- package/dist/types/interface/api/responses/stream-media.response.js +2 -2
- package/dist/types/interface/api/type-message/api-error.d.ts +8 -8
- package/dist/types/interface/api/type-message/api-error.js +2 -2
- package/dist/types/interface/api/type-message/base-order.d.ts +4 -4
- package/dist/types/interface/api/type-message/base-order.js +2 -2
- package/dist/types/interface/api/type-message/base-paginate.d.ts +10 -10
- package/dist/types/interface/api/type-message/base-paginate.js +2 -2
- package/dist/types/interface/api/type-message/response.d.ts +5 -5
- package/dist/types/interface/api/type-message/response.js +2 -2
- package/dist/types/interface/constants/application-store.constant.d.ts +1 -0
- package/dist/types/interface/constants/application-store.constant.js +4 -0
- package/dist/types/interface/constants/index.d.ts +1 -0
- package/dist/types/interface/constants/index.js +17 -0
- package/dist/types/interface/dto/archive.d.ts +34 -34
- package/dist/types/interface/dto/archive.js +2 -2
- package/dist/types/interface/dto/index.d.ts +3 -3
- package/dist/types/interface/dto/index.js +19 -19
- package/dist/types/interface/dto/metadata.d.ts +13 -13
- package/dist/types/interface/dto/metadata.js +2 -2
- package/dist/types/interface/dto/webhooks.d.ts +29 -29
- package/dist/types/interface/dto/webhooks.js +2 -2
- package/dist/types/interface/index.d.ts +11 -9
- package/dist/types/interface/index.js +27 -25
- package/dist/types/interface/models/application-file-thumbnail.model.d.ts +15 -15
- package/dist/types/interface/models/application-file-thumbnail.model.js +2 -2
- package/dist/types/interface/models/application-file.model.d.ts +28 -28
- package/dist/types/interface/models/application-file.model.js +2 -2
- package/dist/types/interface/models/application-store-entry.model.d.ts +14 -0
- package/dist/types/interface/models/application-store-entry.model.js +2 -0
- package/dist/types/interface/models/application-webhook-history.model.d.ts +16 -16
- package/dist/types/interface/models/application-webhook-history.model.js +2 -2
- package/dist/types/interface/models/application-webhook.model.d.ts +17 -17
- package/dist/types/interface/models/application-webhook.model.js +2 -2
- package/dist/types/interface/models/application.model.d.ts +14 -12
- package/dist/types/interface/models/application.model.js +2 -2
- package/dist/types/interface/models/pre-sign-url.model.d.ts +11 -11
- package/dist/types/interface/models/pre-sign-url.model.js +2 -2
- package/dist/types/interface/models/stream-media.model.d.ts +9 -9
- package/dist/types/interface/models/stream-media.model.js +2 -2
- package/dist/types/models/index.d.ts +1 -1
- package/dist/types/models/index.js +17 -17
- package/dist/types/models/transfer.model.d.ts +36 -36
- package/dist/types/models/transfer.model.js +73 -73
- package/dist/utils/error.utils.d.ts +15 -15
- package/dist/utils/error.utils.js +24 -24
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +17 -17
- package/package.json +5 -5
- package/dist/api/abyss.admin.api.d.ts +0 -2
- package/dist/api/abyss.admin.api.js +0 -8
- package/dist/api/logger.admin.api.d.ts +0 -3
- package/dist/api/logger.admin.api.js +0 -14
- package/dist/api/picture-collection.api.d.ts +0 -2
- package/dist/api/picture-collection.api.js +0 -10
- package/dist/api/user-application-file-thumbnail.admin.api.d.ts +0 -9
- package/dist/api/user-application-file-thumbnail.admin.api.js +0 -36
- package/dist/api/user-application-file-thumbnail.api.d.ts +0 -10
- package/dist/api/user-application-file-thumbnail.api.js +0 -46
- package/dist/api/user-application-file.admin.api.d.ts +0 -15
- package/dist/api/user-application-file.admin.api.js +0 -62
- package/dist/api/user-application-file.api.d.ts +0 -31
- package/dist/api/user-application-file.api.js +0 -134
- package/dist/api/user-application-webhook-history.admin.api.d.ts +0 -3
- package/dist/api/user-application-webhook-history.admin.api.js +0 -12
- package/dist/api/user-application-webhook-history.api.d.ts +0 -3
- package/dist/api/user-application-webhook-history.api.js +0 -12
- package/dist/api/user-application-webhook.admin.api.d.ts +0 -7
- package/dist/api/user-application-webhook.admin.api.js +0 -28
- package/dist/api/user-application-webhook.api.d.ts +0 -7
- package/dist/api/user-application-webhook.api.js +0 -28
- package/dist/api/user-application.admin.api.d.ts +0 -7
- package/dist/api/user-application.admin.api.js +0 -28
- package/dist/api/user-application.api.d.ts +0 -5
- package/dist/api/user-application.api.js +0 -20
- package/dist/api/user-file-thumbnail.admin.api.d.ts +0 -9
- package/dist/api/user-file-thumbnail.admin.api.js +0 -36
- package/dist/api/user-file-thumbnail.api.d.ts +0 -10
- package/dist/api/user-file-thumbnail.api.js +0 -46
- package/dist/api/user-file.admin.api.d.ts +0 -15
- package/dist/api/user-file.admin.api.js +0 -62
- package/dist/api/user-file.api.d.ts +0 -29
- package/dist/api/user-file.api.js +0 -137
- package/dist/api/user-webhook-history.admin.api.d.ts +0 -3
- package/dist/api/user-webhook-history.admin.api.js +0 -12
- package/dist/api/user-webhook-history.api.d.ts +0 -3
- package/dist/api/user-webhook-history.api.js +0 -12
- package/dist/api/user-webhook.admin.api.d.ts +0 -7
- package/dist/api/user-webhook.admin.api.js +0 -28
- package/dist/api/user-webhook.api.d.ts +0 -7
- package/dist/api/user-webhook.api.js +0 -28
- package/dist/api/user.admin.api.d.ts +0 -5
- package/dist/api/user.admin.api.js +0 -23
- package/dist/api/user.api.d.ts +0 -4
- package/dist/api/user.api.js +0 -17
- package/dist/types/enum/log-type.enum.d.ts +0 -6
- package/dist/types/enum/log-type.enum.js +0 -10
- package/dist/types/interface/api/requests/abyss.admin.request.d.ts +0 -4
- package/dist/types/interface/api/requests/logger.admin.request.d.ts +0 -10
- package/dist/types/interface/api/requests/picture-collection.request.d.ts +0 -3
- package/dist/types/interface/api/requests/user-application-file-thumbnail.admin.request.d.ts +0 -35
- package/dist/types/interface/api/requests/user-application-file-thumbnail.request.d.ts +0 -50
- package/dist/types/interface/api/requests/user-application-file-thumbnail.request.js +0 -2
- package/dist/types/interface/api/requests/user-application-file.admin.request.d.ts +0 -90
- package/dist/types/interface/api/requests/user-application-file.admin.request.js +0 -2
- package/dist/types/interface/api/requests/user-application-file.request.d.ts +0 -141
- package/dist/types/interface/api/requests/user-application-file.request.js +0 -2
- package/dist/types/interface/api/requests/user-application-webhook-history.admin.request.d.ts +0 -14
- package/dist/types/interface/api/requests/user-application-webhook-history.admin.request.js +0 -2
- package/dist/types/interface/api/requests/user-application-webhook-history.request.d.ts +0 -17
- package/dist/types/interface/api/requests/user-application-webhook-history.request.js +0 -2
- package/dist/types/interface/api/requests/user-application-webhook.admin.request.d.ts +0 -33
- package/dist/types/interface/api/requests/user-application-webhook.admin.request.js +0 -2
- package/dist/types/interface/api/requests/user-application-webhook.request.d.ts +0 -43
- package/dist/types/interface/api/requests/user-application-webhook.request.js +0 -2
- package/dist/types/interface/api/requests/user-application.admin.request.d.ts +0 -18
- package/dist/types/interface/api/requests/user-application.admin.request.js +0 -2
- package/dist/types/interface/api/requests/user-application.request.d.ts +0 -12
- package/dist/types/interface/api/requests/user-application.request.js +0 -2
- package/dist/types/interface/api/requests/user.admin.request.d.ts +0 -21
- package/dist/types/interface/api/requests/user.admin.request.js +0 -2
- package/dist/types/interface/api/requests/user.request.d.ts +0 -3
- package/dist/types/interface/api/requests/user.request.js +0 -2
- package/dist/types/interface/api/responses/abyss.admin.response.d.ts +0 -6
- package/dist/types/interface/api/responses/abyss.admin.response.js +0 -2
- package/dist/types/interface/api/responses/logger.admin.response.d.ts +0 -7
- package/dist/types/interface/api/responses/logger.admin.response.js +0 -2
- package/dist/types/interface/api/responses/picture-collection.response.d.ts +0 -17
- package/dist/types/interface/api/responses/picture-collection.response.js +0 -2
- package/dist/types/interface/api/responses/storage.admin.response.d.ts +0 -5
- package/dist/types/interface/api/responses/storage.admin.response.js +0 -2
- package/dist/types/interface/api/responses/user-application-file-thumbnail.admin.response.d.ts +0 -30
- package/dist/types/interface/api/responses/user-application-file-thumbnail.admin.response.js +0 -2
- package/dist/types/interface/api/responses/user-application-file-thumbnail.response.d.ts +0 -33
- package/dist/types/interface/api/responses/user-application-file-thumbnail.response.js +0 -2
- package/dist/types/interface/api/responses/user-application-file.admin.response.d.ts +0 -57
- package/dist/types/interface/api/responses/user-application-file.admin.response.js +0 -2
- package/dist/types/interface/api/responses/user-application-file.response.d.ts +0 -70
- package/dist/types/interface/api/responses/user-application-file.response.js +0 -2
- package/dist/types/interface/api/responses/user-application-webhook-history.admin.response.d.ts +0 -7
- package/dist/types/interface/api/responses/user-application-webhook-history.admin.response.js +0 -2
- package/dist/types/interface/api/responses/user-application-webhook-history.response.d.ts +0 -7
- package/dist/types/interface/api/responses/user-application-webhook-history.response.js +0 -2
- package/dist/types/interface/api/responses/user-application-webhook.admin.response.d.ts +0 -21
- package/dist/types/interface/api/responses/user-application-webhook.admin.response.js +0 -2
- package/dist/types/interface/api/responses/user-application-webhook.response.d.ts +0 -21
- package/dist/types/interface/api/responses/user-application-webhook.response.js +0 -2
- package/dist/types/interface/api/responses/user-application.admin.response.d.ts +0 -25
- package/dist/types/interface/api/responses/user-application.admin.response.js +0 -2
- package/dist/types/interface/api/responses/user-application.response.d.ts +0 -19
- package/dist/types/interface/api/responses/user-application.response.js +0 -2
- package/dist/types/interface/api/responses/user.admin.response.d.ts +0 -15
- package/dist/types/interface/api/responses/user.admin.response.js +0 -2
- package/dist/types/interface/api/responses/user.response.d.ts +0 -13
- package/dist/types/interface/api/responses/user.response.js +0 -2
- package/dist/types/interface/models/log-console.model.d.ts +0 -17
- package/dist/types/interface/models/log-console.model.js +0 -2
- package/dist/types/interface/models/log-endpoint.model.d.ts +0 -22
- package/dist/types/interface/models/log-endpoint.model.js +0 -2
- package/dist/types/interface/models/picture-collection.model.d.ts +0 -17
- package/dist/types/interface/models/picture-collection.model.js +0 -2
- package/dist/types/interface/models/user-application-file-thumbnail.model.d.ts +0 -14
- package/dist/types/interface/models/user-application-file-thumbnail.model.js +0 -2
- package/dist/types/interface/models/user-application-file.model.d.ts +0 -20
- package/dist/types/interface/models/user-application-file.model.js +0 -2
- package/dist/types/interface/models/user-application-webhook-history.model.d.ts +0 -16
- package/dist/types/interface/models/user-application-webhook-history.model.js +0 -2
- package/dist/types/interface/models/user-application-webhook.model.d.ts +0 -17
- package/dist/types/interface/models/user-application-webhook.model.js +0 -2
- package/dist/types/interface/models/user-application.model.d.ts +0 -15
- package/dist/types/interface/models/user-application.model.js +0 -2
- package/dist/types/interface/models/user.model.d.ts +0 -8
- package/dist/types/interface/models/user.model.js +0 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateApplicationWebhookHistory = exports.getApplicationWebhookHistory = void 0;
|
|
4
|
-
const __1 = require("..");
|
|
5
|
-
const getApplicationWebhookHistory = async (params) => {
|
|
6
|
-
return (await __1.AbyssStorageCore.axios.get(`application-webhook-history/${params.applicationId}/webhook-history/${params.applicationWebhookHistoryId}`)).data;
|
|
7
|
-
};
|
|
8
|
-
exports.getApplicationWebhookHistory = getApplicationWebhookHistory;
|
|
9
|
-
const paginateApplicationWebhookHistory = async (params, query) => {
|
|
10
|
-
return (await __1.AbyssStorageCore.axios.get(`application-webhook-history/${params.applicationId}/webhook-history/paginate`, { params: query })).data;
|
|
11
|
-
};
|
|
12
|
-
exports.paginateApplicationWebhookHistory = paginateApplicationWebhookHistory;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateApplicationWebhookHistory = exports.getApplicationWebhookHistory = void 0;
|
|
4
|
+
const __1 = require("..");
|
|
5
|
+
const getApplicationWebhookHistory = async (params) => {
|
|
6
|
+
return (await __1.AbyssStorageCore.axios.get(`application-webhook-history/${params.applicationId}/webhook-history/${params.applicationWebhookHistoryId}`)).data;
|
|
7
|
+
};
|
|
8
|
+
exports.getApplicationWebhookHistory = getApplicationWebhookHistory;
|
|
9
|
+
const paginateApplicationWebhookHistory = async (params, query) => {
|
|
10
|
+
return (await __1.AbyssStorageCore.axios.get(`application-webhook-history/${params.applicationId}/webhook-history/paginate`, { params: query })).data;
|
|
11
|
+
};
|
|
12
|
+
exports.paginateApplicationWebhookHistory = paginateApplicationWebhookHistory;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ICreateApplicationWebhookAdminBody, ICreateApplicationWebhookAdminParams, ICreateApplicationWebhookAdminResponse, IDeleteApplicationWebhookAdminParams, IGetApplicationWebhookAdminParams, IGetApplicationWebhookAdminResponse, IPaginateApplicationWebhookAdminQuery, IPaginateApplicationWebhookAdminResponse, IResetSecretApplicationWebhookAdminParams, IResetSecretApplicationWebhookAdminResponse, IUpdateApplicationWebhookAdminBody, IUpdateApplicationWebhookAdminParams, IUpdateApplicationWebhookAdminResponse } from '..';
|
|
2
|
-
export declare const getApplicationWebhookAdmin: (params: IGetApplicationWebhookAdminParams) => Promise<IGetApplicationWebhookAdminResponse>;
|
|
3
|
-
export declare const deleteApplicationWebhookAdmin: (params: IDeleteApplicationWebhookAdminParams) => Promise<IGetApplicationWebhookAdminResponse>;
|
|
4
|
-
export declare const updateApplicationWebhookAdmin: (params: IUpdateApplicationWebhookAdminParams, body: IUpdateApplicationWebhookAdminBody) => Promise<IUpdateApplicationWebhookAdminResponse>;
|
|
5
|
-
export declare const resetResetSecretApplicationWebhookAdmin: (params: IResetSecretApplicationWebhookAdminParams) => Promise<IResetSecretApplicationWebhookAdminResponse>;
|
|
6
|
-
export declare const createApplicationWebhookAdmin: (params: ICreateApplicationWebhookAdminParams, body: ICreateApplicationWebhookAdminBody) => Promise<ICreateApplicationWebhookAdminResponse>;
|
|
7
|
-
export declare const paginateApplicationWebhookAdmin: (query: IPaginateApplicationWebhookAdminQuery) => Promise<IPaginateApplicationWebhookAdminResponse>;
|
|
1
|
+
import { ICreateApplicationWebhookAdminBody, ICreateApplicationWebhookAdminParams, ICreateApplicationWebhookAdminResponse, IDeleteApplicationWebhookAdminParams, IGetApplicationWebhookAdminParams, IGetApplicationWebhookAdminResponse, IPaginateApplicationWebhookAdminQuery, IPaginateApplicationWebhookAdminResponse, IResetSecretApplicationWebhookAdminParams, IResetSecretApplicationWebhookAdminResponse, IUpdateApplicationWebhookAdminBody, IUpdateApplicationWebhookAdminParams, IUpdateApplicationWebhookAdminResponse } from '..';
|
|
2
|
+
export declare const getApplicationWebhookAdmin: (params: IGetApplicationWebhookAdminParams) => Promise<IGetApplicationWebhookAdminResponse>;
|
|
3
|
+
export declare const deleteApplicationWebhookAdmin: (params: IDeleteApplicationWebhookAdminParams) => Promise<IGetApplicationWebhookAdminResponse>;
|
|
4
|
+
export declare const updateApplicationWebhookAdmin: (params: IUpdateApplicationWebhookAdminParams, body: IUpdateApplicationWebhookAdminBody) => Promise<IUpdateApplicationWebhookAdminResponse>;
|
|
5
|
+
export declare const resetResetSecretApplicationWebhookAdmin: (params: IResetSecretApplicationWebhookAdminParams) => Promise<IResetSecretApplicationWebhookAdminResponse>;
|
|
6
|
+
export declare const createApplicationWebhookAdmin: (params: ICreateApplicationWebhookAdminParams, body: ICreateApplicationWebhookAdminBody) => Promise<ICreateApplicationWebhookAdminResponse>;
|
|
7
|
+
export declare const paginateApplicationWebhookAdmin: (query: IPaginateApplicationWebhookAdminQuery) => Promise<IPaginateApplicationWebhookAdminResponse>;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateApplicationWebhookAdmin = exports.createApplicationWebhookAdmin = exports.resetResetSecretApplicationWebhookAdmin = exports.updateApplicationWebhookAdmin = exports.deleteApplicationWebhookAdmin = exports.getApplicationWebhookAdmin = void 0;
|
|
4
|
-
const __1 = require("..");
|
|
5
|
-
const getApplicationWebhookAdmin = async (params) => {
|
|
6
|
-
return (await __1.AbyssStorageCore.axios.get(`application/admin/webhook/${params.applicationWebhookId}`)).data;
|
|
7
|
-
};
|
|
8
|
-
exports.getApplicationWebhookAdmin = getApplicationWebhookAdmin;
|
|
9
|
-
const deleteApplicationWebhookAdmin = async (params) => {
|
|
10
|
-
return (await __1.AbyssStorageCore.axios.delete(`application/admin/webhook/${params.applicationWebhookId}`)).data;
|
|
11
|
-
};
|
|
12
|
-
exports.deleteApplicationWebhookAdmin = deleteApplicationWebhookAdmin;
|
|
13
|
-
const updateApplicationWebhookAdmin = async (params, body) => {
|
|
14
|
-
return (await __1.AbyssStorageCore.axios.put(`application/admin/webhook/${params.applicationWebhookId}`, body)).data;
|
|
15
|
-
};
|
|
16
|
-
exports.updateApplicationWebhookAdmin = updateApplicationWebhookAdmin;
|
|
17
|
-
const resetResetSecretApplicationWebhookAdmin = async (params) => {
|
|
18
|
-
return (await __1.AbyssStorageCore.axios.post(`application/admin/webhook/${params.applicationWebhookId}/reset-secret`)).data;
|
|
19
|
-
};
|
|
20
|
-
exports.resetResetSecretApplicationWebhookAdmin = resetResetSecretApplicationWebhookAdmin;
|
|
21
|
-
const createApplicationWebhookAdmin = async (params, body) => {
|
|
22
|
-
return (await __1.AbyssStorageCore.axios.post(`application/admin/webhook/${params.applicationId}`, body)).data;
|
|
23
|
-
};
|
|
24
|
-
exports.createApplicationWebhookAdmin = createApplicationWebhookAdmin;
|
|
25
|
-
const paginateApplicationWebhookAdmin = async (query) => {
|
|
26
|
-
return (await __1.AbyssStorageCore.axios.get(`application/admin/webhook/paginate`, { params: query })).data;
|
|
27
|
-
};
|
|
28
|
-
exports.paginateApplicationWebhookAdmin = paginateApplicationWebhookAdmin;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateApplicationWebhookAdmin = exports.createApplicationWebhookAdmin = exports.resetResetSecretApplicationWebhookAdmin = exports.updateApplicationWebhookAdmin = exports.deleteApplicationWebhookAdmin = exports.getApplicationWebhookAdmin = void 0;
|
|
4
|
+
const __1 = require("..");
|
|
5
|
+
const getApplicationWebhookAdmin = async (params) => {
|
|
6
|
+
return (await __1.AbyssStorageCore.axios.get(`application/admin/webhook/${params.applicationWebhookId}`)).data;
|
|
7
|
+
};
|
|
8
|
+
exports.getApplicationWebhookAdmin = getApplicationWebhookAdmin;
|
|
9
|
+
const deleteApplicationWebhookAdmin = async (params) => {
|
|
10
|
+
return (await __1.AbyssStorageCore.axios.delete(`application/admin/webhook/${params.applicationWebhookId}`)).data;
|
|
11
|
+
};
|
|
12
|
+
exports.deleteApplicationWebhookAdmin = deleteApplicationWebhookAdmin;
|
|
13
|
+
const updateApplicationWebhookAdmin = async (params, body) => {
|
|
14
|
+
return (await __1.AbyssStorageCore.axios.put(`application/admin/webhook/${params.applicationWebhookId}`, body)).data;
|
|
15
|
+
};
|
|
16
|
+
exports.updateApplicationWebhookAdmin = updateApplicationWebhookAdmin;
|
|
17
|
+
const resetResetSecretApplicationWebhookAdmin = async (params) => {
|
|
18
|
+
return (await __1.AbyssStorageCore.axios.post(`application/admin/webhook/${params.applicationWebhookId}/reset-secret`)).data;
|
|
19
|
+
};
|
|
20
|
+
exports.resetResetSecretApplicationWebhookAdmin = resetResetSecretApplicationWebhookAdmin;
|
|
21
|
+
const createApplicationWebhookAdmin = async (params, body) => {
|
|
22
|
+
return (await __1.AbyssStorageCore.axios.post(`application/admin/webhook/${params.applicationId}`, body)).data;
|
|
23
|
+
};
|
|
24
|
+
exports.createApplicationWebhookAdmin = createApplicationWebhookAdmin;
|
|
25
|
+
const paginateApplicationWebhookAdmin = async (query) => {
|
|
26
|
+
return (await __1.AbyssStorageCore.axios.get(`application/admin/webhook/paginate`, { params: query })).data;
|
|
27
|
+
};
|
|
28
|
+
exports.paginateApplicationWebhookAdmin = paginateApplicationWebhookAdmin;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ICreateApplicationWebhookBody, ICreateApplicationWebhookParams, ICreateApplicationWebhookResponse, IDeleteApplicationWebhookParams, IGetApplicationWebhookParams, IGetApplicationWebhookResponse, IPaginateApplicationWebhookParams, IPaginateApplicationWebhookQuery, IPaginateApplicationWebhookResponse, IResetSecretApplicationWebhookParams, IResetSecretApplicationWebhookResponse, IUpdateApplicationWebhookBody, IUpdateApplicationWebhookParams, IUpdateApplicationWebhookResponse } from '..';
|
|
2
|
-
export declare const getApplicationWebhook: (params: IGetApplicationWebhookParams) => Promise<IGetApplicationWebhookResponse>;
|
|
3
|
-
export declare const deleteApplicationWebhook: (params: IDeleteApplicationWebhookParams) => Promise<IGetApplicationWebhookResponse>;
|
|
4
|
-
export declare const updateApplicationWebhook: (params: IUpdateApplicationWebhookParams, body: IUpdateApplicationWebhookBody) => Promise<IUpdateApplicationWebhookResponse>;
|
|
5
|
-
export declare const resetResetSecretApplicationWebhook: (params: IResetSecretApplicationWebhookParams) => Promise<IResetSecretApplicationWebhookResponse>;
|
|
6
|
-
export declare const createApplicationWebhook: (params: ICreateApplicationWebhookParams, body: ICreateApplicationWebhookBody) => Promise<ICreateApplicationWebhookResponse>;
|
|
7
|
-
export declare const paginateApplicationWebhook: (params: IPaginateApplicationWebhookParams, query: IPaginateApplicationWebhookQuery) => Promise<IPaginateApplicationWebhookResponse>;
|
|
1
|
+
import { ICreateApplicationWebhookBody, ICreateApplicationWebhookParams, ICreateApplicationWebhookResponse, IDeleteApplicationWebhookParams, IGetApplicationWebhookParams, IGetApplicationWebhookResponse, IPaginateApplicationWebhookParams, IPaginateApplicationWebhookQuery, IPaginateApplicationWebhookResponse, IResetSecretApplicationWebhookParams, IResetSecretApplicationWebhookResponse, IUpdateApplicationWebhookBody, IUpdateApplicationWebhookParams, IUpdateApplicationWebhookResponse } from '..';
|
|
2
|
+
export declare const getApplicationWebhook: (params: IGetApplicationWebhookParams) => Promise<IGetApplicationWebhookResponse>;
|
|
3
|
+
export declare const deleteApplicationWebhook: (params: IDeleteApplicationWebhookParams) => Promise<IGetApplicationWebhookResponse>;
|
|
4
|
+
export declare const updateApplicationWebhook: (params: IUpdateApplicationWebhookParams, body: IUpdateApplicationWebhookBody) => Promise<IUpdateApplicationWebhookResponse>;
|
|
5
|
+
export declare const resetResetSecretApplicationWebhook: (params: IResetSecretApplicationWebhookParams) => Promise<IResetSecretApplicationWebhookResponse>;
|
|
6
|
+
export declare const createApplicationWebhook: (params: ICreateApplicationWebhookParams, body: ICreateApplicationWebhookBody) => Promise<ICreateApplicationWebhookResponse>;
|
|
7
|
+
export declare const paginateApplicationWebhook: (params: IPaginateApplicationWebhookParams, query: IPaginateApplicationWebhookQuery) => Promise<IPaginateApplicationWebhookResponse>;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateApplicationWebhook = exports.createApplicationWebhook = exports.resetResetSecretApplicationWebhook = exports.updateApplicationWebhook = exports.deleteApplicationWebhook = exports.getApplicationWebhook = void 0;
|
|
4
|
-
const __1 = require("..");
|
|
5
|
-
const getApplicationWebhook = async (params) => {
|
|
6
|
-
return (await __1.AbyssStorageCore.axios.get(`application-webhook/${params.applicationId}/webhook/${params.applicationWebhookId}`)).data;
|
|
7
|
-
};
|
|
8
|
-
exports.getApplicationWebhook = getApplicationWebhook;
|
|
9
|
-
const deleteApplicationWebhook = async (params) => {
|
|
10
|
-
return (await __1.AbyssStorageCore.axios.delete(`application-webhook/${params.applicationId}/webhook/${params.applicationWebhookId}`)).data;
|
|
11
|
-
};
|
|
12
|
-
exports.deleteApplicationWebhook = deleteApplicationWebhook;
|
|
13
|
-
const updateApplicationWebhook = async (params, body) => {
|
|
14
|
-
return (await __1.AbyssStorageCore.axios.put(`application-webhook/${params.applicationId}/webhook/${params.applicationWebhookId}`, body)).data;
|
|
15
|
-
};
|
|
16
|
-
exports.updateApplicationWebhook = updateApplicationWebhook;
|
|
17
|
-
const resetResetSecretApplicationWebhook = async (params) => {
|
|
18
|
-
return (await __1.AbyssStorageCore.axios.post(`application-webhook/${params.applicationId}/webhook/${params.applicationWebhookId}/reset-secret`)).data;
|
|
19
|
-
};
|
|
20
|
-
exports.resetResetSecretApplicationWebhook = resetResetSecretApplicationWebhook;
|
|
21
|
-
const createApplicationWebhook = async (params, body) => {
|
|
22
|
-
return (await __1.AbyssStorageCore.axios.post(`application-webhook/${params.applicationId}/webhook`, body)).data;
|
|
23
|
-
};
|
|
24
|
-
exports.createApplicationWebhook = createApplicationWebhook;
|
|
25
|
-
const paginateApplicationWebhook = async (params, query) => {
|
|
26
|
-
return (await __1.AbyssStorageCore.axios.get(`application-webhook/${params.applicationId}/webhook/paginate`, { params: query })).data;
|
|
27
|
-
};
|
|
28
|
-
exports.paginateApplicationWebhook = paginateApplicationWebhook;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateApplicationWebhook = exports.createApplicationWebhook = exports.resetResetSecretApplicationWebhook = exports.updateApplicationWebhook = exports.deleteApplicationWebhook = exports.getApplicationWebhook = void 0;
|
|
4
|
+
const __1 = require("..");
|
|
5
|
+
const getApplicationWebhook = async (params) => {
|
|
6
|
+
return (await __1.AbyssStorageCore.axios.get(`application-webhook/${params.applicationId}/webhook/${params.applicationWebhookId}`)).data;
|
|
7
|
+
};
|
|
8
|
+
exports.getApplicationWebhook = getApplicationWebhook;
|
|
9
|
+
const deleteApplicationWebhook = async (params) => {
|
|
10
|
+
return (await __1.AbyssStorageCore.axios.delete(`application-webhook/${params.applicationId}/webhook/${params.applicationWebhookId}`)).data;
|
|
11
|
+
};
|
|
12
|
+
exports.deleteApplicationWebhook = deleteApplicationWebhook;
|
|
13
|
+
const updateApplicationWebhook = async (params, body) => {
|
|
14
|
+
return (await __1.AbyssStorageCore.axios.put(`application-webhook/${params.applicationId}/webhook/${params.applicationWebhookId}`, body)).data;
|
|
15
|
+
};
|
|
16
|
+
exports.updateApplicationWebhook = updateApplicationWebhook;
|
|
17
|
+
const resetResetSecretApplicationWebhook = async (params) => {
|
|
18
|
+
return (await __1.AbyssStorageCore.axios.post(`application-webhook/${params.applicationId}/webhook/${params.applicationWebhookId}/reset-secret`)).data;
|
|
19
|
+
};
|
|
20
|
+
exports.resetResetSecretApplicationWebhook = resetResetSecretApplicationWebhook;
|
|
21
|
+
const createApplicationWebhook = async (params, body) => {
|
|
22
|
+
return (await __1.AbyssStorageCore.axios.post(`application-webhook/${params.applicationId}/webhook`, body)).data;
|
|
23
|
+
};
|
|
24
|
+
exports.createApplicationWebhook = createApplicationWebhook;
|
|
25
|
+
const paginateApplicationWebhook = async (params, query) => {
|
|
26
|
+
return (await __1.AbyssStorageCore.axios.get(`application-webhook/${params.applicationId}/webhook/paginate`, { params: query })).data;
|
|
27
|
+
};
|
|
28
|
+
exports.paginateApplicationWebhook = paginateApplicationWebhook;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ICreateApplicationAdminBody, ICreateApplicationAdminResponse, IGetMetricsApplicationAdminBody, IGetMetricsApplicationAdminResponse, IGetApplicationAdminParams, IGetApplicationAdminResponse, IPaginateApplicationAdminQuery, IPaginateApplicationAdminResponse, IDeleteApplicationAdminParams } from '../types';
|
|
2
|
-
export declare const paginateApplicationAdmin: (query: IPaginateApplicationAdminQuery) => Promise<IPaginateApplicationAdminResponse>;
|
|
3
|
-
export declare const getApplicationAdmin: (params: IGetApplicationAdminParams) => Promise<IGetApplicationAdminResponse>;
|
|
4
|
-
export declare const getMetricsApplicationAdmin: (body: IGetMetricsApplicationAdminBody) => Promise<IGetMetricsApplicationAdminResponse>;
|
|
5
|
-
export declare const createApplicationAdmin: (body: ICreateApplicationAdminBody) => Promise<ICreateApplicationAdminResponse>;
|
|
6
|
-
export declare const deleteApplicationAdmin: (params: IDeleteApplicationAdminParams) => Promise<IDeleteApplicationAdminParams>;
|
|
1
|
+
import { ICreateApplicationAdminBody, ICreateApplicationAdminResponse, IGetMetricsApplicationAdminBody, IGetMetricsApplicationAdminResponse, IGetApplicationAdminParams, IGetApplicationAdminResponse, IPaginateApplicationAdminQuery, IPaginateApplicationAdminResponse, IDeleteApplicationAdminParams } from '../types';
|
|
2
|
+
export declare const paginateApplicationAdmin: (query: IPaginateApplicationAdminQuery) => Promise<IPaginateApplicationAdminResponse>;
|
|
3
|
+
export declare const getApplicationAdmin: (params: IGetApplicationAdminParams) => Promise<IGetApplicationAdminResponse>;
|
|
4
|
+
export declare const getMetricsApplicationAdmin: (body: IGetMetricsApplicationAdminBody) => Promise<IGetMetricsApplicationAdminResponse>;
|
|
5
|
+
export declare const createApplicationAdmin: (body: ICreateApplicationAdminBody) => Promise<ICreateApplicationAdminResponse>;
|
|
6
|
+
export declare const deleteApplicationAdmin: (params: IDeleteApplicationAdminParams) => Promise<IDeleteApplicationAdminParams>;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.deleteApplicationAdmin = exports.createApplicationAdmin = exports.getMetricsApplicationAdmin = exports.getApplicationAdmin = exports.paginateApplicationAdmin = void 0;
|
|
4
|
-
const __1 = require("..");
|
|
5
|
-
const paginateApplicationAdmin = async (query) => {
|
|
6
|
-
return (await __1.AbyssStorageCore.axios.get(`application/admin/paginate`, { params: query })).data;
|
|
7
|
-
};
|
|
8
|
-
exports.paginateApplicationAdmin = paginateApplicationAdmin;
|
|
9
|
-
const getApplicationAdmin = async (params) => {
|
|
10
|
-
return (await __1.AbyssStorageCore.axios.get(`application/admin/${params.applicationId}`)).data;
|
|
11
|
-
};
|
|
12
|
-
exports.getApplicationAdmin = getApplicationAdmin;
|
|
13
|
-
const getMetricsApplicationAdmin = async (body) => {
|
|
14
|
-
return (await __1.AbyssStorageCore.axios.post(`application/admin/metrics`, body)).data;
|
|
15
|
-
};
|
|
16
|
-
exports.getMetricsApplicationAdmin = getMetricsApplicationAdmin;
|
|
17
|
-
const createApplicationAdmin = async (body) => {
|
|
18
|
-
return (await __1.AbyssStorageCore.axios.post(`application/admin`, body)).data;
|
|
19
|
-
};
|
|
20
|
-
exports.createApplicationAdmin = createApplicationAdmin;
|
|
21
|
-
const deleteApplicationAdmin = async (params) => {
|
|
22
|
-
return (await __1.AbyssStorageCore.axios.delete(`application/admin/${params.applicationId}`)).data;
|
|
23
|
-
};
|
|
24
|
-
exports.deleteApplicationAdmin = deleteApplicationAdmin;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deleteApplicationAdmin = exports.createApplicationAdmin = exports.getMetricsApplicationAdmin = exports.getApplicationAdmin = exports.paginateApplicationAdmin = void 0;
|
|
4
|
+
const __1 = require("..");
|
|
5
|
+
const paginateApplicationAdmin = async (query) => {
|
|
6
|
+
return (await __1.AbyssStorageCore.axios.get(`application/admin/paginate`, { params: query })).data;
|
|
7
|
+
};
|
|
8
|
+
exports.paginateApplicationAdmin = paginateApplicationAdmin;
|
|
9
|
+
const getApplicationAdmin = async (params) => {
|
|
10
|
+
return (await __1.AbyssStorageCore.axios.get(`application/admin/${params.applicationId}`)).data;
|
|
11
|
+
};
|
|
12
|
+
exports.getApplicationAdmin = getApplicationAdmin;
|
|
13
|
+
const getMetricsApplicationAdmin = async (body) => {
|
|
14
|
+
return (await __1.AbyssStorageCore.axios.post(`application/admin/metrics`, body)).data;
|
|
15
|
+
};
|
|
16
|
+
exports.getMetricsApplicationAdmin = getMetricsApplicationAdmin;
|
|
17
|
+
const createApplicationAdmin = async (body) => {
|
|
18
|
+
return (await __1.AbyssStorageCore.axios.post(`application/admin`, body)).data;
|
|
19
|
+
};
|
|
20
|
+
exports.createApplicationAdmin = createApplicationAdmin;
|
|
21
|
+
const deleteApplicationAdmin = async (params) => {
|
|
22
|
+
return (await __1.AbyssStorageCore.axios.delete(`application/admin/${params.applicationId}`)).data;
|
|
23
|
+
};
|
|
24
|
+
exports.deleteApplicationAdmin = deleteApplicationAdmin;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IGetMetricsApplicationParams, IGetMetricsApplicationResponse, IGetApplicationParams, IGetApplicationResponse } from '../types';
|
|
2
|
-
export declare const getApplication: (params: IGetApplicationParams) => Promise<IGetApplicationResponse>;
|
|
3
|
-
export declare const getMetricsApplication: (params: IGetMetricsApplicationParams) => Promise<IGetMetricsApplicationResponse>;
|
|
1
|
+
import { IGetMetricsApplicationParams, IGetMetricsApplicationResponse, IGetApplicationParams, IGetApplicationResponse } from '../types';
|
|
2
|
+
export declare const getApplication: (params: IGetApplicationParams) => Promise<IGetApplicationResponse>;
|
|
3
|
+
export declare const getMetricsApplication: (params: IGetMetricsApplicationParams) => Promise<IGetMetricsApplicationResponse>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getMetricsApplication = exports.getApplication = void 0;
|
|
4
|
-
const __1 = require("..");
|
|
5
|
-
const getApplication = async (params) => {
|
|
6
|
-
return (await __1.AbyssStorageCore.axios.get(`application/${params.applicationId}`)).data;
|
|
7
|
-
};
|
|
8
|
-
exports.getApplication = getApplication;
|
|
9
|
-
const getMetricsApplication = async (params) => {
|
|
10
|
-
return (await __1.AbyssStorageCore.axios.get(`application/${params.applicationId}/metrics`)).data;
|
|
11
|
-
};
|
|
12
|
-
exports.getMetricsApplication = getMetricsApplication;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getMetricsApplication = exports.getApplication = void 0;
|
|
4
|
+
const __1 = require("..");
|
|
5
|
+
const getApplication = async (params) => {
|
|
6
|
+
return (await __1.AbyssStorageCore.axios.get(`application/${params.applicationId}`)).data;
|
|
7
|
+
};
|
|
8
|
+
exports.getApplication = getApplication;
|
|
9
|
+
const getMetricsApplication = async (params) => {
|
|
10
|
+
return (await __1.AbyssStorageCore.axios.get(`application/${params.applicationId}/metrics`)).data;
|
|
11
|
+
};
|
|
12
|
+
exports.getMetricsApplication = getMetricsApplication;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IGetDownloadUrlFreepikCollectionParams, IGetDownloadUrlFreepikCollectionResponse, ISearchFreepikCollectionQuery, ISearchFreepikCollectionResponse } from '..';
|
|
2
|
-
export declare const searchFreepikCollection: (query: ISearchFreepikCollectionQuery) => Promise<ISearchFreepikCollectionResponse>;
|
|
3
|
-
export declare const getDownloadUrlPictureCollection: (params: IGetDownloadUrlFreepikCollectionParams) => Promise<IGetDownloadUrlFreepikCollectionResponse>;
|
|
1
|
+
import { IGetDownloadUrlFreepikCollectionParams, IGetDownloadUrlFreepikCollectionResponse, ISearchFreepikCollectionQuery, ISearchFreepikCollectionResponse } from '..';
|
|
2
|
+
export declare const searchFreepikCollection: (query: ISearchFreepikCollectionQuery) => Promise<ISearchFreepikCollectionResponse>;
|
|
3
|
+
export declare const getDownloadUrlPictureCollection: (params: IGetDownloadUrlFreepikCollectionParams) => Promise<IGetDownloadUrlFreepikCollectionResponse>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getDownloadUrlPictureCollection = exports.searchFreepikCollection = void 0;
|
|
4
|
-
const __1 = require("..");
|
|
5
|
-
const searchFreepikCollection = async (query) => {
|
|
6
|
-
return (await __1.AbyssStorageCore.axios.get(`collection/freepik/search`, { params: query })).data;
|
|
7
|
-
};
|
|
8
|
-
exports.searchFreepikCollection = searchFreepikCollection;
|
|
9
|
-
const getDownloadUrlPictureCollection = async (params) => {
|
|
10
|
-
return (await __1.AbyssStorageCore.axios.get(`collection/freepik/download/${params.resourceId}`)).data;
|
|
11
|
-
};
|
|
12
|
-
exports.getDownloadUrlPictureCollection = getDownloadUrlPictureCollection;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getDownloadUrlPictureCollection = exports.searchFreepikCollection = void 0;
|
|
4
|
+
const __1 = require("..");
|
|
5
|
+
const searchFreepikCollection = async (query) => {
|
|
6
|
+
return (await __1.AbyssStorageCore.axios.get(`collection/freepik/search`, { params: query })).data;
|
|
7
|
+
};
|
|
8
|
+
exports.searchFreepikCollection = searchFreepikCollection;
|
|
9
|
+
const getDownloadUrlPictureCollection = async (params) => {
|
|
10
|
+
return (await __1.AbyssStorageCore.axios.get(`collection/freepik/download/${params.resourceId}`)).data;
|
|
11
|
+
};
|
|
12
|
+
exports.getDownloadUrlPictureCollection = getDownloadUrlPictureCollection;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
-
export declare const download: <R>(path: string, config: AxiosRequestConfig, axiosInstance: AxiosInstance) => Promise<AxiosResponse<R
|
|
1
|
+
import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
+
export declare const download: <R>(path: string, config: AxiosRequestConfig, axiosInstance: AxiosInstance) => Promise<AxiosResponse<R>>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.download = void 0;
|
|
4
|
-
const download = async (path, config, axiosInstance) => {
|
|
5
|
-
return axiosInstance.get(path, {
|
|
6
|
-
...config,
|
|
7
|
-
responseType: 'arraybuffer',
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
exports.download = download;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.download = void 0;
|
|
4
|
+
const download = async (path, config, axiosInstance) => {
|
|
5
|
+
return axiosInstance.get(path, {
|
|
6
|
+
...config,
|
|
7
|
+
responseType: 'arraybuffer',
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
exports.download = download;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './download.request';
|
|
2
|
-
export * from './upload.request';
|
|
1
|
+
export * from './download.request';
|
|
2
|
+
export * from './upload.request';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./download.request"), exports);
|
|
18
|
-
__exportStar(require("./upload.request"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./download.request"), exports);
|
|
18
|
+
__exportStar(require("./upload.request"), exports);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
-
import FormData from 'form-data';
|
|
3
|
-
export declare const upload: <R>(path: string, data: FormData, config: AxiosRequestConfig, axiosInstance: AxiosInstance) => Promise<AxiosResponse<R
|
|
1
|
+
import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
+
import FormData from 'form-data';
|
|
3
|
+
export declare const upload: <R>(path: string, data: FormData, config: AxiosRequestConfig, axiosInstance: AxiosInstance) => Promise<AxiosResponse<R>>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.upload = void 0;
|
|
4
|
-
const upload = async (path, data, config, axiosInstance) => {
|
|
5
|
-
return axiosInstance.post(path, data, {
|
|
6
|
-
...config,
|
|
7
|
-
headers: { 'Content-Type': 'multipart/form-data' },
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
exports.upload = upload;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.upload = void 0;
|
|
4
|
+
const upload = async (path, data, config, axiosInstance) => {
|
|
5
|
+
return axiosInstance.post(path, data, {
|
|
6
|
+
...config,
|
|
7
|
+
headers: { 'Content-Type': 'multipart/form-data' },
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
exports.upload = upload;
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
export * from './application.admin.api';
|
|
2
|
-
export * from './application.api';
|
|
3
|
-
export * from './application-webhook.admin.api';
|
|
4
|
-
export * from './application-webhook.api';
|
|
5
|
-
export * from './application-file.admin.api';
|
|
6
|
-
export * from './application-file.api';
|
|
7
|
-
export * from './application-webhook-history.api';
|
|
8
|
-
export * from './application-webhook-history.admin.api';
|
|
9
|
-
export * from './application-file-thumbnail.admin.api';
|
|
10
|
-
export * from './application-file-thumbnail.api';
|
|
11
|
-
export * from './storage.admin.api';
|
|
12
|
-
export * from './stream-media.admin.api';
|
|
13
|
-
export * from './stream-media.api';
|
|
14
|
-
export * from './monitor.api';
|
|
15
|
-
export * from './collection.api';
|
|
1
|
+
export * from './application.admin.api';
|
|
2
|
+
export * from './application.api';
|
|
3
|
+
export * from './application-webhook.admin.api';
|
|
4
|
+
export * from './application-webhook.api';
|
|
5
|
+
export * from './application-file.admin.api';
|
|
6
|
+
export * from './application-file.api';
|
|
7
|
+
export * from './application-webhook-history.api';
|
|
8
|
+
export * from './application-webhook-history.admin.api';
|
|
9
|
+
export * from './application-file-thumbnail.admin.api';
|
|
10
|
+
export * from './application-file-thumbnail.api';
|
|
11
|
+
export * from './storage.admin.api';
|
|
12
|
+
export * from './stream-media.admin.api';
|
|
13
|
+
export * from './stream-media.api';
|
|
14
|
+
export * from './monitor.api';
|
|
15
|
+
export * from './collection.api';
|
|
16
|
+
export * from './application-store.admin.api';
|
|
17
|
+
export * from './application-store.public.api';
|
|
18
|
+
export * from './application-store.api';
|
package/dist/api/index.js
CHANGED
|
@@ -1,31 +1,34 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./application.admin.api"), exports);
|
|
18
|
-
__exportStar(require("./application.api"), exports);
|
|
19
|
-
__exportStar(require("./application-webhook.admin.api"), exports);
|
|
20
|
-
__exportStar(require("./application-webhook.api"), exports);
|
|
21
|
-
__exportStar(require("./application-file.admin.api"), exports);
|
|
22
|
-
__exportStar(require("./application-file.api"), exports);
|
|
23
|
-
__exportStar(require("./application-webhook-history.api"), exports);
|
|
24
|
-
__exportStar(require("./application-webhook-history.admin.api"), exports);
|
|
25
|
-
__exportStar(require("./application-file-thumbnail.admin.api"), exports);
|
|
26
|
-
__exportStar(require("./application-file-thumbnail.api"), exports);
|
|
27
|
-
__exportStar(require("./storage.admin.api"), exports);
|
|
28
|
-
__exportStar(require("./stream-media.admin.api"), exports);
|
|
29
|
-
__exportStar(require("./stream-media.api"), exports);
|
|
30
|
-
__exportStar(require("./monitor.api"), exports);
|
|
31
|
-
__exportStar(require("./collection.api"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./application.admin.api"), exports);
|
|
18
|
+
__exportStar(require("./application.api"), exports);
|
|
19
|
+
__exportStar(require("./application-webhook.admin.api"), exports);
|
|
20
|
+
__exportStar(require("./application-webhook.api"), exports);
|
|
21
|
+
__exportStar(require("./application-file.admin.api"), exports);
|
|
22
|
+
__exportStar(require("./application-file.api"), exports);
|
|
23
|
+
__exportStar(require("./application-webhook-history.api"), exports);
|
|
24
|
+
__exportStar(require("./application-webhook-history.admin.api"), exports);
|
|
25
|
+
__exportStar(require("./application-file-thumbnail.admin.api"), exports);
|
|
26
|
+
__exportStar(require("./application-file-thumbnail.api"), exports);
|
|
27
|
+
__exportStar(require("./storage.admin.api"), exports);
|
|
28
|
+
__exportStar(require("./stream-media.admin.api"), exports);
|
|
29
|
+
__exportStar(require("./stream-media.api"), exports);
|
|
30
|
+
__exportStar(require("./monitor.api"), exports);
|
|
31
|
+
__exportStar(require("./collection.api"), exports);
|
|
32
|
+
__exportStar(require("./application-store.admin.api"), exports);
|
|
33
|
+
__exportStar(require("./application-store.public.api"), exports);
|
|
34
|
+
__exportStar(require("./application-store.api"), exports);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IUpMonitorResponse } from '../types';
|
|
2
|
-
export declare const upMonitor: () => Promise<IUpMonitorResponse>;
|
|
1
|
+
import { IUpMonitorResponse } from '../types';
|
|
2
|
+
export declare const upMonitor: () => Promise<IUpMonitorResponse>;
|
package/dist/api/monitor.api.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.upMonitor = void 0;
|
|
4
|
-
const __1 = require("..");
|
|
5
|
-
const upMonitor = async () => {
|
|
6
|
-
return (await __1.AbyssStorageCore.axios.get(`monitor/up`)).data;
|
|
7
|
-
};
|
|
8
|
-
exports.upMonitor = upMonitor;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.upMonitor = void 0;
|
|
4
|
+
const __1 = require("..");
|
|
5
|
+
const upMonitor = async () => {
|
|
6
|
+
return (await __1.AbyssStorageCore.axios.get(`monitor/up`)).data;
|
|
7
|
+
};
|
|
8
|
+
exports.upMonitor = upMonitor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICheckIntegrityStorageAdminQuery } from '..';
|
|
2
|
-
export declare const checkIntegrityStorageAdmin: (query: ICheckIntegrityStorageAdminQuery) => Promise<string>;
|
|
3
|
-
export declare const createBackupStorageAdmin: () => Promise<string>;
|
|
4
|
-
export declare const subscriptionDailyStorageAdmin: () => Promise<string>;
|
|
1
|
+
import { ICheckIntegrityStorageAdminQuery } from '..';
|
|
2
|
+
export declare const checkIntegrityStorageAdmin: (query: ICheckIntegrityStorageAdminQuery) => Promise<string>;
|
|
3
|
+
export declare const createBackupStorageAdmin: () => Promise<string>;
|
|
4
|
+
export declare const subscriptionDailyStorageAdmin: () => Promise<string>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.subscriptionDailyStorageAdmin = exports.createBackupStorageAdmin = exports.checkIntegrityStorageAdmin = void 0;
|
|
4
|
-
const __1 = require("..");
|
|
5
|
-
const checkIntegrityStorageAdmin = async (query) => {
|
|
6
|
-
return (await __1.AbyssStorageCore.axios.post(`storage/admin/integrity-check`, {}, { params: query })).data;
|
|
7
|
-
};
|
|
8
|
-
exports.checkIntegrityStorageAdmin = checkIntegrityStorageAdmin;
|
|
9
|
-
const createBackupStorageAdmin = async () => {
|
|
10
|
-
return (await __1.AbyssStorageCore.axios.post(`storage/admin/backup/create`)).data;
|
|
11
|
-
};
|
|
12
|
-
exports.createBackupStorageAdmin = createBackupStorageAdmin;
|
|
13
|
-
const subscriptionDailyStorageAdmin = async () => {
|
|
14
|
-
return (await __1.AbyssStorageCore.axios.post(`storage/admin/subscription/daily`)).data;
|
|
15
|
-
};
|
|
16
|
-
exports.subscriptionDailyStorageAdmin = subscriptionDailyStorageAdmin;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subscriptionDailyStorageAdmin = exports.createBackupStorageAdmin = exports.checkIntegrityStorageAdmin = void 0;
|
|
4
|
+
const __1 = require("..");
|
|
5
|
+
const checkIntegrityStorageAdmin = async (query) => {
|
|
6
|
+
return (await __1.AbyssStorageCore.axios.post(`storage/admin/integrity-check`, {}, { params: query })).data;
|
|
7
|
+
};
|
|
8
|
+
exports.checkIntegrityStorageAdmin = checkIntegrityStorageAdmin;
|
|
9
|
+
const createBackupStorageAdmin = async () => {
|
|
10
|
+
return (await __1.AbyssStorageCore.axios.post(`storage/admin/backup/create`)).data;
|
|
11
|
+
};
|
|
12
|
+
exports.createBackupStorageAdmin = createBackupStorageAdmin;
|
|
13
|
+
const subscriptionDailyStorageAdmin = async () => {
|
|
14
|
+
return (await __1.AbyssStorageCore.axios.post(`storage/admin/subscription/daily`)).data;
|
|
15
|
+
};
|
|
16
|
+
exports.subscriptionDailyStorageAdmin = subscriptionDailyStorageAdmin;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IDeleteStreamMediaAdminParams, IDeleteStreamMediaAdminResponse, IGetStreamMediaAdminParams, IGetStreamMediaAdminResponse, IPaginateStreamMediaAdminQuery, IPaginateStreamMediaAdminResponse, ITranscodeStreamMediaAdminParams, ITranscodeStreamMediaAdminResponse, IUpdateStreamMediaAdminBody, IUpdateStreamMediaAdminParams, IUpdateStreamMediaAdminResponse, IUploadStreamMediaAdminQuery, IUploadStreamMediaAdminResponse } from '../types';
|
|
2
|
-
export declare const paginateStreamMediaAdmin: (query: IPaginateStreamMediaAdminQuery) => Promise<IPaginateStreamMediaAdminResponse>;
|
|
3
|
-
export declare const getStreamMediaAdmin: (params: IGetStreamMediaAdminParams) => Promise<IGetStreamMediaAdminResponse>;
|
|
4
|
-
export declare const updateStreamMediaAdmin: (params: IUpdateStreamMediaAdminParams, body: IUpdateStreamMediaAdminBody) => Promise<IUpdateStreamMediaAdminResponse>;
|
|
5
|
-
export declare const deleteStreamMediaAdmin: (params: IDeleteStreamMediaAdminParams) => Promise<IDeleteStreamMediaAdminResponse>;
|
|
6
|
-
export declare const transcodeStreamMediaAdmin: (params: ITranscodeStreamMediaAdminParams) => Promise<ITranscodeStreamMediaAdminResponse>;
|
|
7
|
-
export declare const uploadStreamMediaAdmin: (query: IUploadStreamMediaAdminQuery, file: File) => Promise<IUploadStreamMediaAdminResponse>;
|
|
1
|
+
import { IDeleteStreamMediaAdminParams, IDeleteStreamMediaAdminResponse, IGetStreamMediaAdminParams, IGetStreamMediaAdminResponse, IPaginateStreamMediaAdminQuery, IPaginateStreamMediaAdminResponse, ITranscodeStreamMediaAdminParams, ITranscodeStreamMediaAdminResponse, IUpdateStreamMediaAdminBody, IUpdateStreamMediaAdminParams, IUpdateStreamMediaAdminResponse, IUploadStreamMediaAdminQuery, IUploadStreamMediaAdminResponse } from '../types';
|
|
2
|
+
export declare const paginateStreamMediaAdmin: (query: IPaginateStreamMediaAdminQuery) => Promise<IPaginateStreamMediaAdminResponse>;
|
|
3
|
+
export declare const getStreamMediaAdmin: (params: IGetStreamMediaAdminParams) => Promise<IGetStreamMediaAdminResponse>;
|
|
4
|
+
export declare const updateStreamMediaAdmin: (params: IUpdateStreamMediaAdminParams, body: IUpdateStreamMediaAdminBody) => Promise<IUpdateStreamMediaAdminResponse>;
|
|
5
|
+
export declare const deleteStreamMediaAdmin: (params: IDeleteStreamMediaAdminParams) => Promise<IDeleteStreamMediaAdminResponse>;
|
|
6
|
+
export declare const transcodeStreamMediaAdmin: (params: ITranscodeStreamMediaAdminParams) => Promise<ITranscodeStreamMediaAdminResponse>;
|
|
7
|
+
export declare const uploadStreamMediaAdmin: (query: IUploadStreamMediaAdminQuery, file: File) => Promise<IUploadStreamMediaAdminResponse>;
|