@abyss-project/storage 1.0.1 → 1.0.3
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 -89
- 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 +31 -31
- package/dist/types/enum/api-error.enum.js +36 -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,33 +1,33 @@
|
|
|
1
|
-
import * as core from 'express-serve-static-core';
|
|
2
|
-
import { QueryPaginate } from '..';
|
|
3
|
-
export interface IGetApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
4
|
-
applicationWebhookId: string;
|
|
5
|
-
}
|
|
6
|
-
export interface IDeleteApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
7
|
-
applicationWebhookId: string;
|
|
8
|
-
}
|
|
9
|
-
export interface IUpdateApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
10
|
-
applicationWebhookId: string;
|
|
11
|
-
}
|
|
12
|
-
export interface IUpdateApplicationWebhookAdminBody {
|
|
13
|
-
webhookUrl?: string;
|
|
14
|
-
name?: string;
|
|
15
|
-
isEnabled?: boolean;
|
|
16
|
-
description?: string;
|
|
17
|
-
}
|
|
18
|
-
export interface ICreateApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
19
|
-
applicationId: string;
|
|
20
|
-
}
|
|
21
|
-
export interface ICreateApplicationWebhookAdminBody {
|
|
22
|
-
webhookUrl: string;
|
|
23
|
-
name: string;
|
|
24
|
-
isEnabled: boolean;
|
|
25
|
-
description?: string;
|
|
26
|
-
}
|
|
27
|
-
export interface IResetSecretApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
28
|
-
applicationWebhookId: string;
|
|
29
|
-
}
|
|
30
|
-
export type IPaginateApplicationWebhookAdminQuery = {
|
|
31
|
-
applicationId?: string[];
|
|
32
|
-
name?: string;
|
|
33
|
-
} & QueryPaginate;
|
|
1
|
+
import * as core from 'express-serve-static-core';
|
|
2
|
+
import { QueryPaginate } from '..';
|
|
3
|
+
export interface IGetApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
4
|
+
applicationWebhookId: string;
|
|
5
|
+
}
|
|
6
|
+
export interface IDeleteApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
7
|
+
applicationWebhookId: string;
|
|
8
|
+
}
|
|
9
|
+
export interface IUpdateApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
10
|
+
applicationWebhookId: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IUpdateApplicationWebhookAdminBody {
|
|
13
|
+
webhookUrl?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
isEnabled?: boolean;
|
|
16
|
+
description?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ICreateApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
19
|
+
applicationId: string;
|
|
20
|
+
}
|
|
21
|
+
export interface ICreateApplicationWebhookAdminBody {
|
|
22
|
+
webhookUrl: string;
|
|
23
|
+
name: string;
|
|
24
|
+
isEnabled: boolean;
|
|
25
|
+
description?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface IResetSecretApplicationWebhookAdminParams extends core.ParamsDictionary {
|
|
28
|
+
applicationWebhookId: string;
|
|
29
|
+
}
|
|
30
|
+
export type IPaginateApplicationWebhookAdminQuery = {
|
|
31
|
+
applicationId?: string[];
|
|
32
|
+
name?: string;
|
|
33
|
+
} & QueryPaginate;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import * as core from 'express-serve-static-core';
|
|
2
|
-
import { WebhookType } from '../../../enum';
|
|
3
|
-
import { QueryPaginate } from '..';
|
|
4
|
-
export interface IGetApplicationWebhookParams extends core.ParamsDictionary {
|
|
5
|
-
applicationId: string;
|
|
6
|
-
applicationWebhookId: string;
|
|
7
|
-
}
|
|
8
|
-
export interface IDeleteApplicationWebhookParams extends core.ParamsDictionary {
|
|
9
|
-
applicationId: string;
|
|
10
|
-
applicationWebhookId: string;
|
|
11
|
-
}
|
|
12
|
-
export interface IUpdateApplicationWebhookParams extends core.ParamsDictionary {
|
|
13
|
-
applicationId: string;
|
|
14
|
-
applicationWebhookId: string;
|
|
15
|
-
}
|
|
16
|
-
export interface IUpdateApplicationWebhookBody {
|
|
17
|
-
webhookUrl?: string;
|
|
18
|
-
name?: string;
|
|
19
|
-
isEnabled?: boolean;
|
|
20
|
-
description?: string;
|
|
21
|
-
scopes?: WebhookType[];
|
|
22
|
-
}
|
|
23
|
-
export interface ICreateApplicationWebhookParams extends core.ParamsDictionary {
|
|
24
|
-
applicationId: string;
|
|
25
|
-
}
|
|
26
|
-
export interface ICreateApplicationWebhookBody {
|
|
27
|
-
webhookUrl: string;
|
|
28
|
-
name: string;
|
|
29
|
-
isEnabled: boolean;
|
|
30
|
-
description?: string;
|
|
31
|
-
scopes?: WebhookType[];
|
|
32
|
-
}
|
|
33
|
-
export interface IResetSecretApplicationWebhookParams extends core.ParamsDictionary {
|
|
34
|
-
applicationId: string;
|
|
35
|
-
applicationWebhookId: string;
|
|
36
|
-
}
|
|
37
|
-
export interface IPaginateApplicationWebhookParams extends core.ParamsDictionary {
|
|
38
|
-
applicationId: string;
|
|
39
|
-
}
|
|
40
|
-
export type IPaginateApplicationWebhookQuery = {
|
|
41
|
-
name?: string;
|
|
42
|
-
scopes?: WebhookType[];
|
|
43
|
-
} & QueryPaginate;
|
|
1
|
+
import * as core from 'express-serve-static-core';
|
|
2
|
+
import { WebhookType } from '../../../enum';
|
|
3
|
+
import { QueryPaginate } from '..';
|
|
4
|
+
export interface IGetApplicationWebhookParams extends core.ParamsDictionary {
|
|
5
|
+
applicationId: string;
|
|
6
|
+
applicationWebhookId: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IDeleteApplicationWebhookParams extends core.ParamsDictionary {
|
|
9
|
+
applicationId: string;
|
|
10
|
+
applicationWebhookId: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IUpdateApplicationWebhookParams extends core.ParamsDictionary {
|
|
13
|
+
applicationId: string;
|
|
14
|
+
applicationWebhookId: string;
|
|
15
|
+
}
|
|
16
|
+
export interface IUpdateApplicationWebhookBody {
|
|
17
|
+
webhookUrl?: string;
|
|
18
|
+
name?: string;
|
|
19
|
+
isEnabled?: boolean;
|
|
20
|
+
description?: string;
|
|
21
|
+
scopes?: WebhookType[];
|
|
22
|
+
}
|
|
23
|
+
export interface ICreateApplicationWebhookParams extends core.ParamsDictionary {
|
|
24
|
+
applicationId: string;
|
|
25
|
+
}
|
|
26
|
+
export interface ICreateApplicationWebhookBody {
|
|
27
|
+
webhookUrl: string;
|
|
28
|
+
name: string;
|
|
29
|
+
isEnabled: boolean;
|
|
30
|
+
description?: string;
|
|
31
|
+
scopes?: WebhookType[];
|
|
32
|
+
}
|
|
33
|
+
export interface IResetSecretApplicationWebhookParams extends core.ParamsDictionary {
|
|
34
|
+
applicationId: string;
|
|
35
|
+
applicationWebhookId: string;
|
|
36
|
+
}
|
|
37
|
+
export interface IPaginateApplicationWebhookParams extends core.ParamsDictionary {
|
|
38
|
+
applicationId: string;
|
|
39
|
+
}
|
|
40
|
+
export type IPaginateApplicationWebhookQuery = {
|
|
41
|
+
name?: string;
|
|
42
|
+
scopes?: WebhookType[];
|
|
43
|
+
} & QueryPaginate;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as core from 'express-serve-static-core';
|
|
2
|
-
import { QueryPaginate } from '..';
|
|
3
|
-
export interface IGetApplicationAdminParams extends core.ParamsDictionary {
|
|
4
|
-
applicationId: string;
|
|
5
|
-
}
|
|
6
|
-
export interface IGetMetricsApplicationAdminBody {
|
|
7
|
-
applicationId: string[];
|
|
8
|
-
}
|
|
9
|
-
export type IPaginateApplicationAdminQuery = QueryPaginate;
|
|
10
|
-
export type ICreateApplicationAdminBody = {
|
|
11
|
-
projectId: string;
|
|
12
|
-
externalApplicationId: string;
|
|
13
|
-
};
|
|
14
|
-
export interface IDeleteApplicationAdminParams extends core.ParamsDictionary {
|
|
15
|
-
applicationId: string;
|
|
16
|
-
}
|
|
1
|
+
import * as core from 'express-serve-static-core';
|
|
2
|
+
import { QueryPaginate } from '..';
|
|
3
|
+
export interface IGetApplicationAdminParams extends core.ParamsDictionary {
|
|
4
|
+
applicationId: string;
|
|
5
|
+
}
|
|
6
|
+
export interface IGetMetricsApplicationAdminBody {
|
|
7
|
+
applicationId: string[];
|
|
8
|
+
}
|
|
9
|
+
export type IPaginateApplicationAdminQuery = QueryPaginate;
|
|
10
|
+
export type ICreateApplicationAdminBody = {
|
|
11
|
+
projectId: string;
|
|
12
|
+
externalApplicationId: string;
|
|
13
|
+
};
|
|
14
|
+
export interface IDeleteApplicationAdminParams extends core.ParamsDictionary {
|
|
15
|
+
applicationId: string;
|
|
16
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as core from 'express-serve-static-core';
|
|
2
|
-
export interface IGetApplicationParams extends core.ParamsDictionary {
|
|
3
|
-
applicationId: string;
|
|
4
|
-
}
|
|
5
|
-
export interface IGetMetricsApplicationParams extends core.ParamsDictionary {
|
|
6
|
-
applicationId: string;
|
|
7
|
-
}
|
|
1
|
+
import * as core from 'express-serve-static-core';
|
|
2
|
+
export interface IGetApplicationParams extends core.ParamsDictionary {
|
|
3
|
+
applicationId: string;
|
|
4
|
+
}
|
|
5
|
+
export interface IGetMetricsApplicationParams extends core.ParamsDictionary {
|
|
6
|
+
applicationId: string;
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as core from 'express-serve-static-core';
|
|
2
|
-
import { PictureCollectionType } from '../../../enum';
|
|
3
|
-
export interface ISearchFreepikCollectionQuery {
|
|
4
|
-
search?: string;
|
|
5
|
-
type?: PictureCollectionType;
|
|
6
|
-
page?: number;
|
|
7
|
-
}
|
|
8
|
-
export interface IGetDownloadUrlFreepikCollectionParams extends core.ParamsDictionary {
|
|
9
|
-
resourceId: string;
|
|
10
|
-
}
|
|
1
|
+
import * as core from 'express-serve-static-core';
|
|
2
|
+
import { PictureCollectionType } from '../../../enum';
|
|
3
|
+
export interface ISearchFreepikCollectionQuery {
|
|
4
|
+
search?: string;
|
|
5
|
+
type?: PictureCollectionType;
|
|
6
|
+
page?: number;
|
|
7
|
+
}
|
|
8
|
+
export interface IGetDownloadUrlFreepikCollectionParams extends core.ParamsDictionary {
|
|
9
|
+
resourceId: string;
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type ICheckIntegrityStorageAdminQuery = {
|
|
2
|
-
withDelete?: boolean;
|
|
3
|
-
};
|
|
1
|
+
export type ICheckIntegrityStorageAdminQuery = {
|
|
2
|
+
withDelete?: boolean;
|
|
3
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import * as core from 'express-serve-static-core';
|
|
2
|
-
import { StreamMediaType } from '../../../enum';
|
|
3
|
-
import { QueryPaginate } from '..';
|
|
4
|
-
export type IPaginateStreamMediaAdminQuery = {
|
|
5
|
-
name?: string;
|
|
6
|
-
type?: StreamMediaType[];
|
|
7
|
-
isTranscoded?: boolean;
|
|
8
|
-
} & QueryPaginate;
|
|
9
|
-
export interface IGetStreamMediaAdminParams extends core.ParamsDictionary {
|
|
10
|
-
streamMediaId: string;
|
|
11
|
-
}
|
|
12
|
-
export interface IUpdateStreamMediaAdminParams extends core.ParamsDictionary {
|
|
13
|
-
streamMediaId: string;
|
|
14
|
-
}
|
|
15
|
-
export interface IUpdateStreamMediaAdminBody {
|
|
16
|
-
name?: string;
|
|
17
|
-
type?: StreamMediaType;
|
|
18
|
-
}
|
|
19
|
-
export interface IDeleteStreamMediaAdminParams extends core.ParamsDictionary {
|
|
20
|
-
streamMediaId: string;
|
|
21
|
-
}
|
|
22
|
-
export interface ITranscodeStreamMediaAdminParams extends core.ParamsDictionary {
|
|
23
|
-
streamMediaId: string;
|
|
24
|
-
}
|
|
25
|
-
export type IUploadStreamMediaAdminQuery = {
|
|
26
|
-
name: string;
|
|
27
|
-
type: StreamMediaType;
|
|
28
|
-
};
|
|
1
|
+
import * as core from 'express-serve-static-core';
|
|
2
|
+
import { StreamMediaType } from '../../../enum';
|
|
3
|
+
import { QueryPaginate } from '..';
|
|
4
|
+
export type IPaginateStreamMediaAdminQuery = {
|
|
5
|
+
name?: string;
|
|
6
|
+
type?: StreamMediaType[];
|
|
7
|
+
isTranscoded?: boolean;
|
|
8
|
+
} & QueryPaginate;
|
|
9
|
+
export interface IGetStreamMediaAdminParams extends core.ParamsDictionary {
|
|
10
|
+
streamMediaId: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IUpdateStreamMediaAdminParams extends core.ParamsDictionary {
|
|
13
|
+
streamMediaId: string;
|
|
14
|
+
}
|
|
15
|
+
export interface IUpdateStreamMediaAdminBody {
|
|
16
|
+
name?: string;
|
|
17
|
+
type?: StreamMediaType;
|
|
18
|
+
}
|
|
19
|
+
export interface IDeleteStreamMediaAdminParams extends core.ParamsDictionary {
|
|
20
|
+
streamMediaId: string;
|
|
21
|
+
}
|
|
22
|
+
export interface ITranscodeStreamMediaAdminParams extends core.ParamsDictionary {
|
|
23
|
+
streamMediaId: string;
|
|
24
|
+
}
|
|
25
|
+
export type IUploadStreamMediaAdminQuery = {
|
|
26
|
+
name: string;
|
|
27
|
+
type: StreamMediaType;
|
|
28
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as core from 'express-serve-static-core';
|
|
2
|
-
import { QueryPaginate } from '..';
|
|
3
|
-
export type IPaginateStreamMediaQuery = {
|
|
4
|
-
name?: string;
|
|
5
|
-
} & QueryPaginate;
|
|
6
|
-
export interface IGetStreamMediaParams extends core.ParamsDictionary {
|
|
7
|
-
streamMediaId: string;
|
|
8
|
-
}
|
|
9
|
-
export interface IReadStreamMediaParams extends core.ParamsDictionary {
|
|
10
|
-
streamMediaId: string;
|
|
11
|
-
element: string;
|
|
12
|
-
}
|
|
1
|
+
import * as core from 'express-serve-static-core';
|
|
2
|
+
import { QueryPaginate } from '..';
|
|
3
|
+
export type IPaginateStreamMediaQuery = {
|
|
4
|
+
name?: string;
|
|
5
|
+
} & QueryPaginate;
|
|
6
|
+
export interface IGetStreamMediaParams extends core.ParamsDictionary {
|
|
7
|
+
streamMediaId: string;
|
|
8
|
+
}
|
|
9
|
+
export interface IReadStreamMediaParams extends core.ParamsDictionary {
|
|
10
|
+
streamMediaId: string;
|
|
11
|
+
element: string;
|
|
12
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { IResponse } from '..';
|
|
2
|
-
import { IApplicationFileThumbnail } from '../..';
|
|
3
|
-
export type IDeleteAllApplicationFileThumbnailAdminData = Record<string, never>;
|
|
4
|
-
export type IDeleteAllApplicationFileThumbnailAdminResponse = IResponse<IDeleteAllApplicationFileThumbnailAdminData>;
|
|
5
|
-
export interface IGetApplicationFileThumbnailAdminData {
|
|
6
|
-
applicationFileThumbnail: IApplicationFileThumbnail;
|
|
7
|
-
}
|
|
8
|
-
export type IGetApplicationFileThumbnailAdminResponse = IResponse<IGetApplicationFileThumbnailAdminData>;
|
|
9
|
-
export interface IListApplicationFileThumbnailAdminData {
|
|
10
|
-
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
11
|
-
}
|
|
12
|
-
export type IListApplicationFileThumbnailAdminResponse = IResponse<IListApplicationFileThumbnailAdminData>;
|
|
13
|
-
export interface IGenerateApplicationFileThumbnailAdminData {
|
|
14
|
-
applicationFileThumbnail: IApplicationFileThumbnail | null;
|
|
15
|
-
}
|
|
16
|
-
export type IGenerateApplicationFileThumbnailAdminResponse = IResponse<IGenerateApplicationFileThumbnailAdminData>;
|
|
17
|
-
export interface IRegenerateApplicationFileThumbnailAdminData {
|
|
18
|
-
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
19
|
-
}
|
|
20
|
-
export type IRegenerateApplicationFileThumbnailAdminResponse = IResponse<IRegenerateApplicationFileThumbnailAdminData>;
|
|
21
|
-
export interface IRegeneratePublicAccessApplicationFileThumbnailAdminData {
|
|
22
|
-
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
23
|
-
}
|
|
24
|
-
export type IRegeneratePublicAccessApplicationFileThumbnailAdminResponse = IResponse<IRegeneratePublicAccessApplicationFileThumbnailAdminData>;
|
|
25
|
-
export type IDeleteApplicationFileThumbnailAdminData = Record<string, never>;
|
|
26
|
-
export type IDeleteApplicationFileThumbnailAdminResponse = IResponse<IDeleteApplicationFileThumbnailAdminData>;
|
|
27
|
-
export interface IUpdateApplicationFileThumbnailAdminData {
|
|
28
|
-
applicationFileThumbnail: IApplicationFileThumbnail;
|
|
29
|
-
}
|
|
30
|
-
export type IUpdateApplicationFileThumbnailAdminResponse = IResponse<IUpdateApplicationFileThumbnailAdminData>;
|
|
1
|
+
import { IResponse } from '..';
|
|
2
|
+
import { IApplicationFileThumbnail } from '../..';
|
|
3
|
+
export type IDeleteAllApplicationFileThumbnailAdminData = Record<string, never>;
|
|
4
|
+
export type IDeleteAllApplicationFileThumbnailAdminResponse = IResponse<IDeleteAllApplicationFileThumbnailAdminData>;
|
|
5
|
+
export interface IGetApplicationFileThumbnailAdminData {
|
|
6
|
+
applicationFileThumbnail: IApplicationFileThumbnail;
|
|
7
|
+
}
|
|
8
|
+
export type IGetApplicationFileThumbnailAdminResponse = IResponse<IGetApplicationFileThumbnailAdminData>;
|
|
9
|
+
export interface IListApplicationFileThumbnailAdminData {
|
|
10
|
+
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
11
|
+
}
|
|
12
|
+
export type IListApplicationFileThumbnailAdminResponse = IResponse<IListApplicationFileThumbnailAdminData>;
|
|
13
|
+
export interface IGenerateApplicationFileThumbnailAdminData {
|
|
14
|
+
applicationFileThumbnail: IApplicationFileThumbnail | null;
|
|
15
|
+
}
|
|
16
|
+
export type IGenerateApplicationFileThumbnailAdminResponse = IResponse<IGenerateApplicationFileThumbnailAdminData>;
|
|
17
|
+
export interface IRegenerateApplicationFileThumbnailAdminData {
|
|
18
|
+
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
19
|
+
}
|
|
20
|
+
export type IRegenerateApplicationFileThumbnailAdminResponse = IResponse<IRegenerateApplicationFileThumbnailAdminData>;
|
|
21
|
+
export interface IRegeneratePublicAccessApplicationFileThumbnailAdminData {
|
|
22
|
+
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
23
|
+
}
|
|
24
|
+
export type IRegeneratePublicAccessApplicationFileThumbnailAdminResponse = IResponse<IRegeneratePublicAccessApplicationFileThumbnailAdminData>;
|
|
25
|
+
export type IDeleteApplicationFileThumbnailAdminData = Record<string, never>;
|
|
26
|
+
export type IDeleteApplicationFileThumbnailAdminResponse = IResponse<IDeleteApplicationFileThumbnailAdminData>;
|
|
27
|
+
export interface IUpdateApplicationFileThumbnailAdminData {
|
|
28
|
+
applicationFileThumbnail: IApplicationFileThumbnail;
|
|
29
|
+
}
|
|
30
|
+
export type IUpdateApplicationFileThumbnailAdminResponse = IResponse<IUpdateApplicationFileThumbnailAdminData>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
export type
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
export
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
export type
|
|
27
|
-
export type
|
|
28
|
-
export
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export type
|
|
33
|
-
export type
|
|
34
|
-
export type
|
|
35
|
-
export type
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
|
+
import { IResponse } from '..';
|
|
4
|
+
import { IApplicationFileThumbnail } from '../..';
|
|
5
|
+
export type IDeleteAllApplicationFileThumbnailData = Record<string, never>;
|
|
6
|
+
export type IDeleteAllApplicationFileThumbnailResponse = IResponse<IDeleteAllApplicationFileThumbnailData>;
|
|
7
|
+
export interface IGetApplicationFileThumbnailData {
|
|
8
|
+
applicationFileThumbnail: IApplicationFileThumbnail;
|
|
9
|
+
}
|
|
10
|
+
export type IGetApplicationFileThumbnailResponse = IResponse<IGetApplicationFileThumbnailData>;
|
|
11
|
+
export interface IListApplicationFileThumbnailData {
|
|
12
|
+
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
13
|
+
}
|
|
14
|
+
export type IListApplicationFileThumbnailResponse = IResponse<IListApplicationFileThumbnailData>;
|
|
15
|
+
export interface IGenerateApplicationFileThumbnailData {
|
|
16
|
+
applicationFileThumbnail: IApplicationFileThumbnail | null;
|
|
17
|
+
}
|
|
18
|
+
export type IGenerateApplicationFileThumbnailResponse = IResponse<IGenerateApplicationFileThumbnailData>;
|
|
19
|
+
export interface IRegenerateApplicationFileThumbnailData {
|
|
20
|
+
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
21
|
+
}
|
|
22
|
+
export type IRegenerateApplicationFileThumbnailResponse = IResponse<IRegenerateApplicationFileThumbnailData>;
|
|
23
|
+
export interface IRegeneratePublicAccessApplicationFileThumbnailData {
|
|
24
|
+
applicationFileThumbnail: IApplicationFileThumbnail[];
|
|
25
|
+
}
|
|
26
|
+
export type IRegeneratePublicAccessApplicationFileThumbnailResponse = IResponse<IRegeneratePublicAccessApplicationFileThumbnailData>;
|
|
27
|
+
export type IDeleteApplicationFileThumbnailData = Record<string, never>;
|
|
28
|
+
export type IDeleteApplicationFileThumbnailResponse = IResponse<IDeleteApplicationFileThumbnailData>;
|
|
29
|
+
export interface IUpdateApplicationFileThumbnailData {
|
|
30
|
+
applicationFileThumbnail: IApplicationFileThumbnail;
|
|
31
|
+
}
|
|
32
|
+
export type IUpdateApplicationFileThumbnailResponse = IResponse<IUpdateApplicationFileThumbnailData>;
|
|
33
|
+
export type IDownloadApplicationFileThumbnailData = Buffer;
|
|
34
|
+
export type IDownloadApplicationFileThumbnailResponse = IResponse<IDownloadApplicationFileThumbnailData>;
|
|
35
|
+
export type ICustomPublicAccessIdDownloadApplicationFileThumbnailData = Buffer;
|
|
36
|
+
export type ICustomPublicAccessIdDownloadApplicationFileThumbnailResponse = IResponse<ICustomPublicAccessIdDownloadApplicationFileThumbnailData>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|