@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,15 +1,15 @@
|
|
|
1
|
-
export declare enum MimeTypeThumbnail {
|
|
2
|
-
JPEG = "image/jpeg",
|
|
3
|
-
PNG = "image/png",
|
|
4
|
-
TIFF = "image/tiff",
|
|
5
|
-
GIF = "image/gif",
|
|
6
|
-
WEBP = "image/webp",
|
|
7
|
-
AVIF = "image/avif"
|
|
8
|
-
}
|
|
9
|
-
export declare enum MimeTypeVideoThumbnail {
|
|
10
|
-
MP4 = "video/mp4",
|
|
11
|
-
AVI = "video/x-msvideo",
|
|
12
|
-
MPEG = "video/mpeg",
|
|
13
|
-
OGV = "video/ogg",
|
|
14
|
-
WEBM = "video/webm"
|
|
15
|
-
}
|
|
1
|
+
export declare enum MimeTypeThumbnail {
|
|
2
|
+
JPEG = "image/jpeg",
|
|
3
|
+
PNG = "image/png",
|
|
4
|
+
TIFF = "image/tiff",
|
|
5
|
+
GIF = "image/gif",
|
|
6
|
+
WEBP = "image/webp",
|
|
7
|
+
AVIF = "image/avif"
|
|
8
|
+
}
|
|
9
|
+
export declare enum MimeTypeVideoThumbnail {
|
|
10
|
+
MP4 = "video/mp4",
|
|
11
|
+
AVI = "video/x-msvideo",
|
|
12
|
+
MPEG = "video/mpeg",
|
|
13
|
+
OGV = "video/ogg",
|
|
14
|
+
WEBM = "video/webm"
|
|
15
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MimeTypeVideoThumbnail = exports.MimeTypeThumbnail = void 0;
|
|
4
|
-
var MimeTypeThumbnail;
|
|
5
|
-
(function (MimeTypeThumbnail) {
|
|
6
|
-
MimeTypeThumbnail["JPEG"] = "image/jpeg";
|
|
7
|
-
MimeTypeThumbnail["PNG"] = "image/png";
|
|
8
|
-
MimeTypeThumbnail["TIFF"] = "image/tiff";
|
|
9
|
-
MimeTypeThumbnail["GIF"] = "image/gif";
|
|
10
|
-
MimeTypeThumbnail["WEBP"] = "image/webp";
|
|
11
|
-
MimeTypeThumbnail["AVIF"] = "image/avif";
|
|
12
|
-
})(MimeTypeThumbnail
|
|
13
|
-
var MimeTypeVideoThumbnail;
|
|
14
|
-
(function (MimeTypeVideoThumbnail) {
|
|
15
|
-
MimeTypeVideoThumbnail["MP4"] = "video/mp4";
|
|
16
|
-
MimeTypeVideoThumbnail["AVI"] = "video/x-msvideo";
|
|
17
|
-
MimeTypeVideoThumbnail["MPEG"] = "video/mpeg";
|
|
18
|
-
MimeTypeVideoThumbnail["OGV"] = "video/ogg";
|
|
19
|
-
MimeTypeVideoThumbnail["WEBM"] = "video/webm";
|
|
20
|
-
})(MimeTypeVideoThumbnail
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MimeTypeVideoThumbnail = exports.MimeTypeThumbnail = void 0;
|
|
4
|
+
var MimeTypeThumbnail;
|
|
5
|
+
(function (MimeTypeThumbnail) {
|
|
6
|
+
MimeTypeThumbnail["JPEG"] = "image/jpeg";
|
|
7
|
+
MimeTypeThumbnail["PNG"] = "image/png";
|
|
8
|
+
MimeTypeThumbnail["TIFF"] = "image/tiff";
|
|
9
|
+
MimeTypeThumbnail["GIF"] = "image/gif";
|
|
10
|
+
MimeTypeThumbnail["WEBP"] = "image/webp";
|
|
11
|
+
MimeTypeThumbnail["AVIF"] = "image/avif";
|
|
12
|
+
})(MimeTypeThumbnail || (exports.MimeTypeThumbnail = MimeTypeThumbnail = {}));
|
|
13
|
+
var MimeTypeVideoThumbnail;
|
|
14
|
+
(function (MimeTypeVideoThumbnail) {
|
|
15
|
+
MimeTypeVideoThumbnail["MP4"] = "video/mp4";
|
|
16
|
+
MimeTypeVideoThumbnail["AVI"] = "video/x-msvideo";
|
|
17
|
+
MimeTypeVideoThumbnail["MPEG"] = "video/mpeg";
|
|
18
|
+
MimeTypeVideoThumbnail["OGV"] = "video/ogg";
|
|
19
|
+
MimeTypeVideoThumbnail["WEBM"] = "video/webm";
|
|
20
|
+
})(MimeTypeVideoThumbnail || (exports.MimeTypeVideoThumbnail = MimeTypeVideoThumbnail = {}));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare enum PictureCollectionSource {
|
|
2
|
-
FREEPIK = "FREEPIK"
|
|
3
|
-
}
|
|
1
|
+
export declare enum PictureCollectionSource {
|
|
2
|
+
FREEPIK = "FREEPIK"
|
|
3
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PictureCollectionSource = void 0;
|
|
4
|
-
var PictureCollectionSource;
|
|
5
|
-
(function (PictureCollectionSource) {
|
|
6
|
-
PictureCollectionSource["FREEPIK"] = "FREEPIK";
|
|
7
|
-
})(PictureCollectionSource
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PictureCollectionSource = void 0;
|
|
4
|
+
var PictureCollectionSource;
|
|
5
|
+
(function (PictureCollectionSource) {
|
|
6
|
+
PictureCollectionSource["FREEPIK"] = "FREEPIK";
|
|
7
|
+
})(PictureCollectionSource || (exports.PictureCollectionSource = PictureCollectionSource = {}));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare enum PictureCollectionType {
|
|
2
|
-
PHOTO = "PHOTO"
|
|
3
|
-
}
|
|
1
|
+
export declare enum PictureCollectionType {
|
|
2
|
+
PHOTO = "PHOTO"
|
|
3
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PictureCollectionType = void 0;
|
|
4
|
-
var PictureCollectionType;
|
|
5
|
-
(function (PictureCollectionType) {
|
|
6
|
-
PictureCollectionType["PHOTO"] = "PHOTO";
|
|
7
|
-
})(PictureCollectionType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PictureCollectionType = void 0;
|
|
4
|
+
var PictureCollectionType;
|
|
5
|
+
(function (PictureCollectionType) {
|
|
6
|
+
PictureCollectionType["PHOTO"] = "PHOTO";
|
|
7
|
+
})(PictureCollectionType || (exports.PictureCollectionType = PictureCollectionType = {}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum PreSignUrlType {
|
|
2
|
-
DOWNLOAD = 1,
|
|
3
|
-
UPLOAD = 2,
|
|
4
|
-
WRITE = 3
|
|
5
|
-
}
|
|
1
|
+
export declare enum PreSignUrlType {
|
|
2
|
+
DOWNLOAD = 1,
|
|
3
|
+
UPLOAD = 2,
|
|
4
|
+
WRITE = 3
|
|
5
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PreSignUrlType = void 0;
|
|
4
|
-
var PreSignUrlType;
|
|
5
|
-
(function (PreSignUrlType) {
|
|
6
|
-
PreSignUrlType[PreSignUrlType["DOWNLOAD"] = 1] = "DOWNLOAD";
|
|
7
|
-
PreSignUrlType[PreSignUrlType["UPLOAD"] = 2] = "UPLOAD";
|
|
8
|
-
PreSignUrlType[PreSignUrlType["WRITE"] = 3] = "WRITE";
|
|
9
|
-
})(PreSignUrlType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PreSignUrlType = void 0;
|
|
4
|
+
var PreSignUrlType;
|
|
5
|
+
(function (PreSignUrlType) {
|
|
6
|
+
PreSignUrlType[PreSignUrlType["DOWNLOAD"] = 1] = "DOWNLOAD";
|
|
7
|
+
PreSignUrlType[PreSignUrlType["UPLOAD"] = 2] = "UPLOAD";
|
|
8
|
+
PreSignUrlType[PreSignUrlType["WRITE"] = 3] = "WRITE";
|
|
9
|
+
})(PreSignUrlType || (exports.PreSignUrlType = PreSignUrlType = {}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum StreamMediaType {
|
|
2
|
-
HLS = "HLS",
|
|
3
|
-
DASH = "DASH"
|
|
4
|
-
}
|
|
1
|
+
export declare enum StreamMediaType {
|
|
2
|
+
HLS = "HLS",
|
|
3
|
+
DASH = "DASH"
|
|
4
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StreamMediaType = void 0;
|
|
4
|
-
var StreamMediaType;
|
|
5
|
-
(function (StreamMediaType) {
|
|
6
|
-
StreamMediaType["HLS"] = "HLS";
|
|
7
|
-
StreamMediaType["DASH"] = "DASH";
|
|
8
|
-
})(StreamMediaType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StreamMediaType = void 0;
|
|
4
|
+
var StreamMediaType;
|
|
5
|
+
(function (StreamMediaType) {
|
|
6
|
+
StreamMediaType["HLS"] = "HLS";
|
|
7
|
+
StreamMediaType["DASH"] = "DASH";
|
|
8
|
+
})(StreamMediaType || (exports.StreamMediaType = StreamMediaType = {}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum WebhookType {
|
|
2
|
-
UPLOAD = "UPLOAD",
|
|
3
|
-
WRITE = "WRITE",
|
|
4
|
-
DELETE = "DELETE"
|
|
5
|
-
}
|
|
1
|
+
export declare enum WebhookType {
|
|
2
|
+
UPLOAD = "UPLOAD",
|
|
3
|
+
WRITE = "WRITE",
|
|
4
|
+
DELETE = "DELETE"
|
|
5
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WebhookType = void 0;
|
|
4
|
-
var WebhookType;
|
|
5
|
-
(function (WebhookType) {
|
|
6
|
-
WebhookType["UPLOAD"] = "UPLOAD";
|
|
7
|
-
WebhookType["WRITE"] = "WRITE";
|
|
8
|
-
WebhookType["DELETE"] = "DELETE";
|
|
9
|
-
})(WebhookType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WebhookType = void 0;
|
|
4
|
+
var WebhookType;
|
|
5
|
+
(function (WebhookType) {
|
|
6
|
+
WebhookType["UPLOAD"] = "UPLOAD";
|
|
7
|
+
WebhookType["WRITE"] = "WRITE";
|
|
8
|
+
WebhookType["DELETE"] = "DELETE";
|
|
9
|
+
})(WebhookType || (exports.WebhookType = WebhookType = {}));
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './interface';
|
|
2
|
-
export * from './enum';
|
|
3
|
-
export * from './models';
|
|
1
|
+
export * from './interface';
|
|
2
|
+
export * from './enum';
|
|
3
|
+
export * from './models';
|
package/dist/types/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
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("./interface"), exports);
|
|
18
|
-
__exportStar(require("./enum"), exports);
|
|
19
|
-
__exportStar(require("./models"), 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("./interface"), exports);
|
|
18
|
+
__exportStar(require("./enum"), exports);
|
|
19
|
+
__exportStar(require("./models"), exports);
|
|
@@ -1,32 +1,38 @@
|
|
|
1
|
-
export * from './type-message/api-error';
|
|
2
|
-
export * from './type-message/response';
|
|
3
|
-
export * from './type-message/base-order';
|
|
4
|
-
export * from './type-message/base-paginate';
|
|
5
|
-
export * from './requests/application.request';
|
|
6
|
-
export * from './requests/application.admin.request';
|
|
7
|
-
export * from './requests/application-file.admin.request';
|
|
8
|
-
export * from './requests/application-file.request';
|
|
9
|
-
export * from './requests/application-webhook.request';
|
|
10
|
-
export * from './requests/application-webhook.admin.request';
|
|
11
|
-
export * from './requests/application-webhook-history.admin.request';
|
|
12
|
-
export * from './requests/application-webhook-history.request';
|
|
13
|
-
export * from './requests/application-file-thumbnail.admin.request';
|
|
14
|
-
export * from './requests/application-file-thumbnail.request';
|
|
15
|
-
export * from './requests/stream-media.admin.request';
|
|
16
|
-
export * from './requests/stream-media.request';
|
|
17
|
-
export * from './requests/storage.admin.request';
|
|
18
|
-
export * from './requests/collection.request';
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './responses/application
|
|
23
|
-
export * from './responses/application
|
|
24
|
-
export * from './responses/application-
|
|
25
|
-
export * from './responses/application-
|
|
26
|
-
export * from './responses/application-webhook
|
|
27
|
-
export * from './responses/application-
|
|
28
|
-
export * from './responses/application-
|
|
29
|
-
export * from './responses/
|
|
30
|
-
export * from './responses/
|
|
31
|
-
export * from './responses/
|
|
32
|
-
export * from './responses/
|
|
1
|
+
export * from './type-message/api-error';
|
|
2
|
+
export * from './type-message/response';
|
|
3
|
+
export * from './type-message/base-order';
|
|
4
|
+
export * from './type-message/base-paginate';
|
|
5
|
+
export * from './requests/application.request';
|
|
6
|
+
export * from './requests/application.admin.request';
|
|
7
|
+
export * from './requests/application-file.admin.request';
|
|
8
|
+
export * from './requests/application-file.request';
|
|
9
|
+
export * from './requests/application-webhook.request';
|
|
10
|
+
export * from './requests/application-webhook.admin.request';
|
|
11
|
+
export * from './requests/application-webhook-history.admin.request';
|
|
12
|
+
export * from './requests/application-webhook-history.request';
|
|
13
|
+
export * from './requests/application-file-thumbnail.admin.request';
|
|
14
|
+
export * from './requests/application-file-thumbnail.request';
|
|
15
|
+
export * from './requests/stream-media.admin.request';
|
|
16
|
+
export * from './requests/stream-media.request';
|
|
17
|
+
export * from './requests/storage.admin.request';
|
|
18
|
+
export * from './requests/collection.request';
|
|
19
|
+
export * from './requests/application-store.admin.request';
|
|
20
|
+
export * from './requests/application-store.public.request';
|
|
21
|
+
export * from './requests/application-store.request';
|
|
22
|
+
export * from './responses/application.response';
|
|
23
|
+
export * from './responses/application.admin.response';
|
|
24
|
+
export * from './responses/application-file.admin.response';
|
|
25
|
+
export * from './responses/application-file.response';
|
|
26
|
+
export * from './responses/application-webhook.response';
|
|
27
|
+
export * from './responses/application-webhook.admin.response';
|
|
28
|
+
export * from './responses/application-webhook-history.admin.response';
|
|
29
|
+
export * from './responses/application-webhook-history.response';
|
|
30
|
+
export * from './responses/application-file-thumbnail.admin.response';
|
|
31
|
+
export * from './responses/application-file-thumbnail.response';
|
|
32
|
+
export * from './responses/stream-media.admin.response';
|
|
33
|
+
export * from './responses/stream-media.response';
|
|
34
|
+
export * from './responses/monitor.response';
|
|
35
|
+
export * from './responses/collection.response';
|
|
36
|
+
export * from './responses/application-store.admin.response';
|
|
37
|
+
export * from './responses/application-store.public.response';
|
|
38
|
+
export * from './responses/application-store.response';
|
|
@@ -1,48 +1,54 @@
|
|
|
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("./type-message/api-error"), exports);
|
|
18
|
-
__exportStar(require("./type-message/response"), exports);
|
|
19
|
-
__exportStar(require("./type-message/base-order"), exports);
|
|
20
|
-
__exportStar(require("./type-message/base-paginate"), exports);
|
|
21
|
-
__exportStar(require("./requests/application.request"), exports);
|
|
22
|
-
__exportStar(require("./requests/application.admin.request"), exports);
|
|
23
|
-
__exportStar(require("./requests/application-file.admin.request"), exports);
|
|
24
|
-
__exportStar(require("./requests/application-file.request"), exports);
|
|
25
|
-
__exportStar(require("./requests/application-webhook.request"), exports);
|
|
26
|
-
__exportStar(require("./requests/application-webhook.admin.request"), exports);
|
|
27
|
-
__exportStar(require("./requests/application-webhook-history.admin.request"), exports);
|
|
28
|
-
__exportStar(require("./requests/application-webhook-history.request"), exports);
|
|
29
|
-
__exportStar(require("./requests/application-file-thumbnail.admin.request"), exports);
|
|
30
|
-
__exportStar(require("./requests/application-file-thumbnail.request"), exports);
|
|
31
|
-
__exportStar(require("./requests/stream-media.admin.request"), exports);
|
|
32
|
-
__exportStar(require("./requests/stream-media.request"), exports);
|
|
33
|
-
__exportStar(require("./requests/storage.admin.request"), exports);
|
|
34
|
-
__exportStar(require("./requests/collection.request"), exports);
|
|
35
|
-
__exportStar(require("./
|
|
36
|
-
__exportStar(require("./
|
|
37
|
-
__exportStar(require("./
|
|
38
|
-
__exportStar(require("./responses/application
|
|
39
|
-
__exportStar(require("./responses/application
|
|
40
|
-
__exportStar(require("./responses/application-
|
|
41
|
-
__exportStar(require("./responses/application-
|
|
42
|
-
__exportStar(require("./responses/application-webhook
|
|
43
|
-
__exportStar(require("./responses/application-
|
|
44
|
-
__exportStar(require("./responses/application-
|
|
45
|
-
__exportStar(require("./responses/
|
|
46
|
-
__exportStar(require("./responses/
|
|
47
|
-
__exportStar(require("./responses/
|
|
48
|
-
__exportStar(require("./responses/
|
|
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("./type-message/api-error"), exports);
|
|
18
|
+
__exportStar(require("./type-message/response"), exports);
|
|
19
|
+
__exportStar(require("./type-message/base-order"), exports);
|
|
20
|
+
__exportStar(require("./type-message/base-paginate"), exports);
|
|
21
|
+
__exportStar(require("./requests/application.request"), exports);
|
|
22
|
+
__exportStar(require("./requests/application.admin.request"), exports);
|
|
23
|
+
__exportStar(require("./requests/application-file.admin.request"), exports);
|
|
24
|
+
__exportStar(require("./requests/application-file.request"), exports);
|
|
25
|
+
__exportStar(require("./requests/application-webhook.request"), exports);
|
|
26
|
+
__exportStar(require("./requests/application-webhook.admin.request"), exports);
|
|
27
|
+
__exportStar(require("./requests/application-webhook-history.admin.request"), exports);
|
|
28
|
+
__exportStar(require("./requests/application-webhook-history.request"), exports);
|
|
29
|
+
__exportStar(require("./requests/application-file-thumbnail.admin.request"), exports);
|
|
30
|
+
__exportStar(require("./requests/application-file-thumbnail.request"), exports);
|
|
31
|
+
__exportStar(require("./requests/stream-media.admin.request"), exports);
|
|
32
|
+
__exportStar(require("./requests/stream-media.request"), exports);
|
|
33
|
+
__exportStar(require("./requests/storage.admin.request"), exports);
|
|
34
|
+
__exportStar(require("./requests/collection.request"), exports);
|
|
35
|
+
__exportStar(require("./requests/application-store.admin.request"), exports);
|
|
36
|
+
__exportStar(require("./requests/application-store.public.request"), exports);
|
|
37
|
+
__exportStar(require("./requests/application-store.request"), exports);
|
|
38
|
+
__exportStar(require("./responses/application.response"), exports);
|
|
39
|
+
__exportStar(require("./responses/application.admin.response"), exports);
|
|
40
|
+
__exportStar(require("./responses/application-file.admin.response"), exports);
|
|
41
|
+
__exportStar(require("./responses/application-file.response"), exports);
|
|
42
|
+
__exportStar(require("./responses/application-webhook.response"), exports);
|
|
43
|
+
__exportStar(require("./responses/application-webhook.admin.response"), exports);
|
|
44
|
+
__exportStar(require("./responses/application-webhook-history.admin.response"), exports);
|
|
45
|
+
__exportStar(require("./responses/application-webhook-history.response"), exports);
|
|
46
|
+
__exportStar(require("./responses/application-file-thumbnail.admin.response"), exports);
|
|
47
|
+
__exportStar(require("./responses/application-file-thumbnail.response"), exports);
|
|
48
|
+
__exportStar(require("./responses/stream-media.admin.response"), exports);
|
|
49
|
+
__exportStar(require("./responses/stream-media.response"), exports);
|
|
50
|
+
__exportStar(require("./responses/monitor.response"), exports);
|
|
51
|
+
__exportStar(require("./responses/collection.response"), exports);
|
|
52
|
+
__exportStar(require("./responses/application-store.admin.response"), exports);
|
|
53
|
+
__exportStar(require("./responses/application-store.public.response"), exports);
|
|
54
|
+
__exportStar(require("./responses/application-store.response"), exports);
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import * as core from 'express-serve-static-core';
|
|
2
|
-
export interface IDeleteAllApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
3
|
-
applicationFileId: string;
|
|
4
|
-
}
|
|
5
|
-
export interface IGetApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
6
|
-
applicationFileThumbnailId: string;
|
|
7
|
-
}
|
|
8
|
-
export interface IListApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
9
|
-
applicationFileId: string;
|
|
10
|
-
}
|
|
11
|
-
export interface IGenerateApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
12
|
-
applicationFileId: string;
|
|
13
|
-
}
|
|
14
|
-
export interface IGenerateApplicationFileThumbnailAdminBody {
|
|
15
|
-
resolution?: {
|
|
16
|
-
x: number;
|
|
17
|
-
y: number;
|
|
18
|
-
};
|
|
19
|
-
name?: string;
|
|
20
|
-
customPublicAccessId?: string | null;
|
|
21
|
-
}
|
|
22
|
-
export interface IRegenerateApplicationFileThumbnailAdminBody {
|
|
23
|
-
applicationFileThumbnailId: string[];
|
|
24
|
-
}
|
|
25
|
-
export interface IRegeneratePublicAccessApplicationFileThumbnailAdminBody {
|
|
26
|
-
applicationFileThumbnailId: string[];
|
|
27
|
-
}
|
|
28
|
-
export interface IDeleteApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
29
|
-
applicationFileThumbnailId: string;
|
|
30
|
-
}
|
|
31
|
-
export interface IUpdateApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
32
|
-
applicationFileThumbnailId: string;
|
|
33
|
-
}
|
|
34
|
-
export interface IUpdateApplicationFileThumbnailAdminBody {
|
|
35
|
-
name?: string;
|
|
36
|
-
customPublicAccessId?: string | null;
|
|
37
|
-
}
|
|
1
|
+
import * as core from 'express-serve-static-core';
|
|
2
|
+
export interface IDeleteAllApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
3
|
+
applicationFileId: string;
|
|
4
|
+
}
|
|
5
|
+
export interface IGetApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
6
|
+
applicationFileThumbnailId: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IListApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
9
|
+
applicationFileId: string;
|
|
10
|
+
}
|
|
11
|
+
export interface IGenerateApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
12
|
+
applicationFileId: string;
|
|
13
|
+
}
|
|
14
|
+
export interface IGenerateApplicationFileThumbnailAdminBody {
|
|
15
|
+
resolution?: {
|
|
16
|
+
x: number;
|
|
17
|
+
y: number;
|
|
18
|
+
};
|
|
19
|
+
name?: string;
|
|
20
|
+
customPublicAccessId?: string | null;
|
|
21
|
+
}
|
|
22
|
+
export interface IRegenerateApplicationFileThumbnailAdminBody {
|
|
23
|
+
applicationFileThumbnailId: string[];
|
|
24
|
+
}
|
|
25
|
+
export interface IRegeneratePublicAccessApplicationFileThumbnailAdminBody {
|
|
26
|
+
applicationFileThumbnailId: string[];
|
|
27
|
+
}
|
|
28
|
+
export interface IDeleteApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
29
|
+
applicationFileThumbnailId: string;
|
|
30
|
+
}
|
|
31
|
+
export interface IUpdateApplicationFileThumbnailAdminParams extends core.ParamsDictionary {
|
|
32
|
+
applicationFileThumbnailId: string;
|
|
33
|
+
}
|
|
34
|
+
export interface IUpdateApplicationFileThumbnailAdminBody {
|
|
35
|
+
name?: string;
|
|
36
|
+
customPublicAccessId?: string | null;
|
|
37
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|