@abyss-project/storage 1.0.28 → 1.0.30

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.
Files changed (216) hide show
  1. package/.eslintrc.js +33 -33
  2. package/README.md +33 -2
  3. package/dist/api/application-file-thumbnail.admin.api.js +1 -0
  4. package/dist/api/application-file-thumbnail.admin.api.js.map +1 -0
  5. package/dist/api/application-file-thumbnail.api.js +7 -8
  6. package/dist/api/application-file-thumbnail.api.js.map +1 -0
  7. package/dist/api/application-file.admin.api.d.ts +1 -2
  8. package/dist/api/application-file.admin.api.js +2 -5
  9. package/dist/api/application-file.admin.api.js.map +1 -0
  10. package/dist/api/application-file.api.d.ts +1 -2
  11. package/dist/api/application-file.api.js +20 -28
  12. package/dist/api/application-file.api.js.map +1 -0
  13. package/dist/api/application-store.admin.api.js +1 -0
  14. package/dist/api/application-store.admin.api.js.map +1 -0
  15. package/dist/api/application-store.api.js +1 -0
  16. package/dist/api/application-store.api.js.map +1 -0
  17. package/dist/api/application-store.public.api.js +1 -0
  18. package/dist/api/application-store.public.api.js.map +1 -0
  19. package/dist/api/application-webhook-history.admin.api.js +1 -0
  20. package/dist/api/application-webhook-history.admin.api.js.map +1 -0
  21. package/dist/api/application-webhook-history.api.js +1 -0
  22. package/dist/api/application-webhook-history.api.js.map +1 -0
  23. package/dist/api/application-webhook.admin.api.js +1 -0
  24. package/dist/api/application-webhook.admin.api.js.map +1 -0
  25. package/dist/api/application-webhook.api.js +1 -0
  26. package/dist/api/application-webhook.api.js.map +1 -0
  27. package/dist/api/application.admin.api.js +1 -0
  28. package/dist/api/application.admin.api.js.map +1 -0
  29. package/dist/api/application.api.js +1 -0
  30. package/dist/api/application.api.js.map +1 -0
  31. package/dist/api/generics/download.request.js +1 -0
  32. package/dist/api/generics/download.request.js.map +1 -0
  33. package/dist/api/generics/index.js +1 -0
  34. package/dist/api/generics/index.js.map +1 -0
  35. package/dist/api/generics/upload.request.js +1 -0
  36. package/dist/api/generics/upload.request.js.map +1 -0
  37. package/dist/api/hourly-metrics.api.js +1 -0
  38. package/dist/api/hourly-metrics.api.js.map +1 -0
  39. package/dist/api/index.d.ts +0 -1
  40. package/dist/api/index.js +1 -1
  41. package/dist/api/index.js.map +1 -0
  42. package/dist/api/monitor.api.js +1 -0
  43. package/dist/api/monitor.api.js.map +1 -0
  44. package/dist/api/report.admin.api.js +1 -0
  45. package/dist/api/report.admin.api.js.map +1 -0
  46. package/dist/api/storage.admin.api.js +1 -0
  47. package/dist/api/storage.admin.api.js.map +1 -0
  48. package/dist/api/stream-media.admin.api.js +1 -0
  49. package/dist/api/stream-media.admin.api.js.map +1 -0
  50. package/dist/api/stream-media.api.js +1 -0
  51. package/dist/api/stream-media.api.js.map +1 -0
  52. package/dist/index.d.ts +3 -10
  53. package/dist/index.js +6 -15
  54. package/dist/index.js.map +1 -0
  55. package/dist/types/enum/algorithm.enum.js +1 -0
  56. package/dist/types/enum/algorithm.enum.js.map +1 -0
  57. package/dist/types/enum/api-error.enum.d.ts +0 -1
  58. package/dist/types/enum/api-error.enum.js +1 -1
  59. package/dist/types/enum/api-error.enum.js.map +1 -0
  60. package/dist/types/enum/checksum-algorithm.enum.js +1 -0
  61. package/dist/types/enum/checksum-algorithm.enum.js.map +1 -0
  62. package/dist/types/enum/index.d.ts +0 -2
  63. package/dist/types/enum/index.js +1 -2
  64. package/dist/types/enum/index.js.map +1 -0
  65. package/dist/types/enum/mime-type-thumbnail.enum.d.ts +3 -0
  66. package/dist/types/enum/mime-type-thumbnail.enum.js +6 -1
  67. package/dist/types/enum/mime-type-thumbnail.enum.js.map +1 -0
  68. package/dist/types/enum/pre-sign-url-type.enum.js +1 -0
  69. package/dist/types/enum/pre-sign-url-type.enum.js.map +1 -0
  70. package/dist/types/enum/stream-media-type.enum.js +1 -0
  71. package/dist/types/enum/stream-media-type.enum.js.map +1 -0
  72. package/dist/types/enum/webhook-type.enum.js +1 -0
  73. package/dist/types/enum/webhook-type.enum.js.map +1 -0
  74. package/dist/types/index.js +1 -0
  75. package/dist/types/index.js.map +1 -0
  76. package/dist/types/interface/api/index.d.ts +0 -2
  77. package/dist/types/interface/api/index.js +1 -2
  78. package/dist/types/interface/api/index.js.map +1 -0
  79. package/dist/types/interface/api/requests/application-file-thumbnail.admin.request.js +1 -0
  80. package/dist/types/interface/api/requests/application-file-thumbnail.admin.request.js.map +1 -0
  81. package/dist/types/interface/api/requests/application-file-thumbnail.request.js +1 -0
  82. package/dist/types/interface/api/requests/application-file-thumbnail.request.js.map +1 -0
  83. package/dist/types/interface/api/requests/application-file.admin.request.d.ts +0 -13
  84. package/dist/types/interface/api/requests/application-file.admin.request.js +1 -0
  85. package/dist/types/interface/api/requests/application-file.admin.request.js.map +1 -0
  86. package/dist/types/interface/api/requests/application-file.request.d.ts +0 -14
  87. package/dist/types/interface/api/requests/application-file.request.js +1 -0
  88. package/dist/types/interface/api/requests/application-file.request.js.map +1 -0
  89. package/dist/types/interface/api/requests/application-store.admin.request.js +1 -0
  90. package/dist/types/interface/api/requests/application-store.admin.request.js.map +1 -0
  91. package/dist/types/interface/api/requests/application-store.public.request.js +1 -0
  92. package/dist/types/interface/api/requests/application-store.public.request.js.map +1 -0
  93. package/dist/types/interface/api/requests/application-store.request.js +1 -0
  94. package/dist/types/interface/api/requests/application-store.request.js.map +1 -0
  95. package/dist/types/interface/api/requests/application-webhook-history.admin.request.js +1 -0
  96. package/dist/types/interface/api/requests/application-webhook-history.admin.request.js.map +1 -0
  97. package/dist/types/interface/api/requests/application-webhook-history.request.js +1 -0
  98. package/dist/types/interface/api/requests/application-webhook-history.request.js.map +1 -0
  99. package/dist/types/interface/api/requests/application-webhook.admin.request.js +1 -0
  100. package/dist/types/interface/api/requests/application-webhook.admin.request.js.map +1 -0
  101. package/dist/types/interface/api/requests/application-webhook.request.js +1 -0
  102. package/dist/types/interface/api/requests/application-webhook.request.js.map +1 -0
  103. package/dist/types/interface/api/requests/application.admin.request.js +1 -0
  104. package/dist/types/interface/api/requests/application.admin.request.js.map +1 -0
  105. package/dist/types/interface/api/requests/application.request.js +1 -0
  106. package/dist/types/interface/api/requests/application.request.js.map +1 -0
  107. package/dist/types/interface/api/requests/hourly-metrics.request.js +1 -0
  108. package/dist/types/interface/api/requests/hourly-metrics.request.js.map +1 -0
  109. package/dist/types/interface/api/requests/metrics.admin.request.js +1 -0
  110. package/dist/types/interface/api/requests/metrics.admin.request.js.map +1 -0
  111. package/dist/types/interface/api/requests/report.admin.request.js +1 -0
  112. package/dist/types/interface/api/requests/report.admin.request.js.map +1 -0
  113. package/dist/types/interface/api/requests/storage.admin.request.js +1 -0
  114. package/dist/types/interface/api/requests/storage.admin.request.js.map +1 -0
  115. package/dist/types/interface/api/requests/stream-media.admin.request.js +1 -0
  116. package/dist/types/interface/api/requests/stream-media.admin.request.js.map +1 -0
  117. package/dist/types/interface/api/requests/stream-media.request.js +1 -0
  118. package/dist/types/interface/api/requests/stream-media.request.js.map +1 -0
  119. package/dist/types/interface/api/responses/application-file-thumbnail.admin.response.d.ts +6 -6
  120. package/dist/types/interface/api/responses/application-file-thumbnail.admin.response.js +1 -0
  121. package/dist/types/interface/api/responses/application-file-thumbnail.admin.response.js.map +1 -0
  122. package/dist/types/interface/api/responses/application-file-thumbnail.response.d.ts +6 -6
  123. package/dist/types/interface/api/responses/application-file-thumbnail.response.js +1 -0
  124. package/dist/types/interface/api/responses/application-file-thumbnail.response.js.map +1 -0
  125. package/dist/types/interface/api/responses/application-file.admin.response.d.ts +0 -4
  126. package/dist/types/interface/api/responses/application-file.admin.response.js +1 -0
  127. package/dist/types/interface/api/responses/application-file.admin.response.js.map +1 -0
  128. package/dist/types/interface/api/responses/application-file.response.d.ts +0 -4
  129. package/dist/types/interface/api/responses/application-file.response.js +1 -0
  130. package/dist/types/interface/api/responses/application-file.response.js.map +1 -0
  131. package/dist/types/interface/api/responses/application-store.admin.response.js +1 -0
  132. package/dist/types/interface/api/responses/application-store.admin.response.js.map +1 -0
  133. package/dist/types/interface/api/responses/application-store.public.response.js +1 -0
  134. package/dist/types/interface/api/responses/application-store.public.response.js.map +1 -0
  135. package/dist/types/interface/api/responses/application-store.response.js +1 -0
  136. package/dist/types/interface/api/responses/application-store.response.js.map +1 -0
  137. package/dist/types/interface/api/responses/application-webhook-history.admin.response.js +1 -0
  138. package/dist/types/interface/api/responses/application-webhook-history.admin.response.js.map +1 -0
  139. package/dist/types/interface/api/responses/application-webhook-history.response.js +1 -0
  140. package/dist/types/interface/api/responses/application-webhook-history.response.js.map +1 -0
  141. package/dist/types/interface/api/responses/application-webhook.admin.response.js +1 -0
  142. package/dist/types/interface/api/responses/application-webhook.admin.response.js.map +1 -0
  143. package/dist/types/interface/api/responses/application-webhook.response.js +1 -0
  144. package/dist/types/interface/api/responses/application-webhook.response.js.map +1 -0
  145. package/dist/types/interface/api/responses/application.admin.response.js +1 -0
  146. package/dist/types/interface/api/responses/application.admin.response.js.map +1 -0
  147. package/dist/types/interface/api/responses/application.response.js +1 -0
  148. package/dist/types/interface/api/responses/application.response.js.map +1 -0
  149. package/dist/types/interface/api/responses/hourly-metrics.response.js +1 -0
  150. package/dist/types/interface/api/responses/hourly-metrics.response.js.map +1 -0
  151. package/dist/types/interface/api/responses/metrics.admin.response.js +1 -0
  152. package/dist/types/interface/api/responses/metrics.admin.response.js.map +1 -0
  153. package/dist/types/interface/api/responses/monitor.response.js +1 -0
  154. package/dist/types/interface/api/responses/monitor.response.js.map +1 -0
  155. package/dist/types/interface/api/responses/report.admin.response.js +1 -0
  156. package/dist/types/interface/api/responses/report.admin.response.js.map +1 -0
  157. package/dist/types/interface/api/responses/stream-media.admin.response.js +1 -0
  158. package/dist/types/interface/api/responses/stream-media.admin.response.js.map +1 -0
  159. package/dist/types/interface/api/responses/stream-media.response.js +1 -0
  160. package/dist/types/interface/api/responses/stream-media.response.js.map +1 -0
  161. package/dist/types/interface/api/type-message/api-error.js +1 -0
  162. package/dist/types/interface/api/type-message/api-error.js.map +1 -0
  163. package/dist/types/interface/api/type-message/base-order.js +1 -0
  164. package/dist/types/interface/api/type-message/base-order.js.map +1 -0
  165. package/dist/types/interface/api/type-message/base-paginate.js +1 -0
  166. package/dist/types/interface/api/type-message/base-paginate.js.map +1 -0
  167. package/dist/types/interface/api/type-message/response.js +1 -0
  168. package/dist/types/interface/api/type-message/response.js.map +1 -0
  169. package/dist/types/interface/constants/application-store.constant.js +1 -0
  170. package/dist/types/interface/constants/application-store.constant.js.map +1 -0
  171. package/dist/types/interface/constants/index.js +1 -0
  172. package/dist/types/interface/constants/index.js.map +1 -0
  173. package/dist/types/interface/dto/archive.js +1 -0
  174. package/dist/types/interface/dto/archive.js.map +1 -0
  175. package/dist/types/interface/dto/index.js +1 -0
  176. package/dist/types/interface/dto/index.js.map +1 -0
  177. package/dist/types/interface/dto/metadata.js +1 -0
  178. package/dist/types/interface/dto/metadata.js.map +1 -0
  179. package/dist/types/interface/dto/webhooks.d.ts +1 -1
  180. package/dist/types/interface/dto/webhooks.js +1 -0
  181. package/dist/types/interface/dto/webhooks.js.map +1 -0
  182. package/dist/types/interface/index.js +1 -0
  183. package/dist/types/interface/index.js.map +1 -0
  184. package/dist/types/interface/models/application-file-thumbnail.model.js +1 -0
  185. package/dist/types/interface/models/application-file-thumbnail.model.js.map +1 -0
  186. package/dist/types/interface/models/application-file.model.d.ts +2 -1
  187. package/dist/types/interface/models/application-file.model.js +1 -0
  188. package/dist/types/interface/models/application-file.model.js.map +1 -0
  189. package/dist/types/interface/models/application-hourly-metrics.model.js +1 -0
  190. package/dist/types/interface/models/application-hourly-metrics.model.js.map +1 -0
  191. package/dist/types/interface/models/application-lifetime-metrics.model.js +1 -0
  192. package/dist/types/interface/models/application-lifetime-metrics.model.js.map +1 -0
  193. package/dist/types/interface/models/application-store-entry.model.js +1 -0
  194. package/dist/types/interface/models/application-store-entry.model.js.map +1 -0
  195. package/dist/types/interface/models/application-webhook-history.model.js +1 -0
  196. package/dist/types/interface/models/application-webhook-history.model.js.map +1 -0
  197. package/dist/types/interface/models/application-webhook.model.d.ts +1 -1
  198. package/dist/types/interface/models/application-webhook.model.js +1 -0
  199. package/dist/types/interface/models/application-webhook.model.js.map +1 -0
  200. package/dist/types/interface/models/application.model.d.ts +4 -4
  201. package/dist/types/interface/models/application.model.js +1 -0
  202. package/dist/types/interface/models/application.model.js.map +1 -0
  203. package/dist/types/interface/models/pre-sign-url.model.js +1 -0
  204. package/dist/types/interface/models/pre-sign-url.model.js.map +1 -0
  205. package/dist/types/interface/models/stream-media.model.js +1 -0
  206. package/dist/types/interface/models/stream-media.model.js.map +1 -0
  207. package/dist/types/models/index.js +1 -0
  208. package/dist/types/models/index.js.map +1 -0
  209. package/dist/types/models/transfer.model.js +2 -2
  210. package/dist/types/models/transfer.model.js.map +1 -0
  211. package/dist/utils/error.utils.js +1 -0
  212. package/dist/utils/error.utils.js.map +1 -0
  213. package/dist/utils/index.js +1 -0
  214. package/dist/utils/index.js.map +1 -0
  215. package/package.json +56 -52
  216. package/tsconfig.json +35 -105
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-file-thumbnail.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-file-thumbnail.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-file-thumbnail.admin.response.ts"],"names":[],"mappings":""}
@@ -5,29 +5,29 @@ import { IApplicationFileThumbnail } from '../..';
5
5
  export type IDeleteAllApplicationFileThumbnailData = Record<string, never>;
6
6
  export type IDeleteAllApplicationFileThumbnailResponse = IResponse<IDeleteAllApplicationFileThumbnailData>;
7
7
  export interface IGetApplicationFileThumbnailData {
8
- applicationFileThumbnail: IApplicationFileThumbnail;
8
+ applicationFileThumbnails: IApplicationFileThumbnail;
9
9
  }
10
10
  export type IGetApplicationFileThumbnailResponse = IResponse<IGetApplicationFileThumbnailData>;
11
11
  export interface IListApplicationFileThumbnailData {
12
- applicationFileThumbnail: IApplicationFileThumbnail[];
12
+ applicationFileThumbnails: IApplicationFileThumbnail[];
13
13
  }
14
14
  export type IListApplicationFileThumbnailResponse = IResponse<IListApplicationFileThumbnailData>;
15
15
  export interface IGenerateApplicationFileThumbnailData {
16
- applicationFileThumbnail: IApplicationFileThumbnail | null;
16
+ applicationFileThumbnails: IApplicationFileThumbnail | null;
17
17
  }
18
18
  export type IGenerateApplicationFileThumbnailResponse = IResponse<IGenerateApplicationFileThumbnailData>;
19
19
  export interface IRegenerateApplicationFileThumbnailData {
20
- applicationFileThumbnail: IApplicationFileThumbnail[];
20
+ applicationFileThumbnails: IApplicationFileThumbnail[];
21
21
  }
22
22
  export type IRegenerateApplicationFileThumbnailResponse = IResponse<IRegenerateApplicationFileThumbnailData>;
23
23
  export interface IRegeneratePublicAccessApplicationFileThumbnailData {
24
- applicationFileThumbnail: IApplicationFileThumbnail[];
24
+ applicationFileThumbnails: IApplicationFileThumbnail[];
25
25
  }
26
26
  export type IRegeneratePublicAccessApplicationFileThumbnailResponse = IResponse<IRegeneratePublicAccessApplicationFileThumbnailData>;
27
27
  export type IDeleteApplicationFileThumbnailData = Record<string, never>;
28
28
  export type IDeleteApplicationFileThumbnailResponse = IResponse<IDeleteApplicationFileThumbnailData>;
29
29
  export interface IUpdateApplicationFileThumbnailData {
30
- applicationFileThumbnail: IApplicationFileThumbnail;
30
+ applicationFileThumbnails: IApplicationFileThumbnail;
31
31
  }
32
32
  export type IUpdateApplicationFileThumbnailResponse = IResponse<IUpdateApplicationFileThumbnailData>;
33
33
  export type IDownloadApplicationFileThumbnailData = Buffer;
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-file-thumbnail.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-file-thumbnail.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-file-thumbnail.response.ts"],"names":[],"mappings":""}
@@ -70,10 +70,6 @@ export interface IExtractMetadataApplicationFileAdminData {
70
70
  applicationFile: IApplicationFile;
71
71
  }
72
72
  export type IExtractMetadataApplicationFileAdminResponse = IResponse<IExtractMetadataApplicationFileAdminData>;
73
- export interface ISaveFreepikApplicationFileAdminData {
74
- applicationFile: IApplicationFile;
75
- }
76
- export type ISaveFreepikApplicationFileAdminResponse = IResponse<ISaveFreepikApplicationFileAdminData>;
77
73
  export interface IOcrReceiptApplicationFileAdminData {
78
74
  applicationFile: IApplicationFile;
79
75
  }
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-file.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-file.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-file.admin.response.ts"],"names":[],"mappings":""}
@@ -90,7 +90,3 @@ export interface IUploadFromUrlApplicationFileData {
90
90
  applicationFile: IApplicationFile;
91
91
  }
92
92
  export type IUploadFromUrlApplicationFileResponse = IResponse<IUploadFromUrlApplicationFileData>;
93
- export interface ISaveFreepikApplicationFileData {
94
- applicationFile: IApplicationFile;
95
- }
96
- export type ISaveFreepikApplicationFileResponse = IResponse<ISaveFreepikApplicationFileData>;
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-file.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-file.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-file.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-store.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-store.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-store.admin.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-store.public.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-store.public.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-store.public.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-store.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-store.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-store.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-webhook-history.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-webhook-history.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-webhook-history.admin.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-webhook-history.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-webhook-history.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-webhook-history.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-webhook.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-webhook.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-webhook.admin.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-webhook.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-webhook.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application-webhook.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application.admin.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/application.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=hourly-metrics.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hourly-metrics.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/hourly-metrics.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=metrics.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metrics.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/metrics.admin.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=monitor.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monitor.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/monitor.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=report.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/report.admin.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stream-media.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-media.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/stream-media.admin.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stream-media.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-media.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/stream-media.response.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=api-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-error.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/type-message/api-error.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=base-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-order.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/type-message/base-order.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=base-paginate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-paginate.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/type-message/base-paginate.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/type-message/response.ts"],"names":[],"mappings":""}
@@ -2,3 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.APPLICATION_STORE_MAX_LENGTH = void 0;
4
4
  exports.APPLICATION_STORE_MAX_LENGTH = 4096;
5
+ //# sourceMappingURL=application-store.constant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-store.constant.js","sourceRoot":"","sources":["../../../../src/types/interface/constants/application-store.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,4BAA4B,GAAG,IAAI,CAAC"}
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./application-store.constant"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/interface/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=archive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archive.js","sourceRoot":"","sources":["../../../../src/types/interface/dto/archive.ts"],"names":[],"mappings":""}
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./webhooks"), exports);
18
18
  __exportStar(require("./metadata"), exports);
19
19
  __exportStar(require("./archive"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/interface/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,6CAA2B;AAC3B,4CAA0B"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../../../src/types/interface/dto/metadata.ts"],"names":[],"mappings":""}
@@ -25,5 +25,5 @@ export type DeleteWebhook = BaseWebhookBody & {
25
25
  } & ({
26
26
  applicationFile: IApplicationFile;
27
27
  } | {
28
- applicationFileThumbnail: IApplicationFileThumbnail;
28
+ applicationFileThumbnails: IApplicationFileThumbnail;
29
29
  });
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=webhooks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhooks.js","sourceRoot":"","sources":["../../../../src/types/interface/dto/webhooks.ts"],"names":[],"mappings":""}
@@ -27,3 +27,4 @@ __exportStar(require("./models/application-lifetime-metrics.model"), exports);
27
27
  __exportStar(require("./api"), exports);
28
28
  __exportStar(require("./dto"), exports);
29
29
  __exportStar(require("./constants"), exports);
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/interface/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,qEAAmD;AACnD,6EAA2D;AAC3D,kEAAgD;AAChD,8DAA4C;AAC5C,4EAA0D;AAC1D,8DAA4C;AAC5C,yEAAuD;AACvD,4EAA0D;AAC1D,8EAA4D;AAG5D,wCAAsB;AAEtB,wCAAsB;AACtB,8CAA4B"}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-file-thumbnail.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-file-thumbnail.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/application-file-thumbnail.model.ts"],"names":[],"mappings":""}
@@ -21,9 +21,10 @@ export interface IApplicationFile {
21
21
  tag: string[];
22
22
  bucket: string | null;
23
23
  applicationId: string;
24
+ organizationId?: string | null;
24
25
  updatedAt?: Date;
25
26
  createdAt?: Date;
26
27
  deletedAt?: Date | null;
27
28
  application?: IApplication;
28
- applicationFileThumbnail?: IApplicationFileThumbnail[];
29
+ applicationFileThumbnails?: IApplicationFileThumbnail[];
29
30
  }
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-file.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-file.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/application-file.model.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-hourly-metrics.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-hourly-metrics.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/application-hourly-metrics.model.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-lifetime-metrics.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-lifetime-metrics.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/application-lifetime-metrics.model.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-store-entry.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-store-entry.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/application-store-entry.model.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-webhook-history.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-webhook-history.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/application-webhook-history.model.ts"],"names":[],"mappings":""}
@@ -13,5 +13,5 @@ export interface IApplicationWebhook {
13
13
  updatedAt?: Date;
14
14
  createdAt?: Date;
15
15
  application?: IApplication;
16
- applicationWebhookHistory?: IApplicationWebhookHistory[];
16
+ applicationWebhookHistories?: IApplicationWebhookHistory[];
17
17
  }
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application-webhook.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-webhook.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/application-webhook.model.ts"],"names":[],"mappings":""}
@@ -7,8 +7,8 @@ export interface IApplication {
7
7
  projectId: string;
8
8
  updatedAt?: Date;
9
9
  createdAt?: Date;
10
- applicationWebhook?: IApplicationWebhook[];
11
- applicationFile?: IApplicationFile[];
12
- preSignUrl?: IPreSignUrl[];
13
- applicationStoreEntry?: IApplicationStoreEntry[];
10
+ applicationWebhooks?: IApplicationWebhook[];
11
+ applicationFiles?: IApplicationFile[];
12
+ preSignUrls?: IPreSignUrl[];
13
+ applicationStoreEntries?: IApplicationStoreEntry[];
14
14
  }
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=application.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/application.model.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=pre-sign-url.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pre-sign-url.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/pre-sign-url.model.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stream-media.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-media.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/stream-media.model.ts"],"names":[],"mappings":""}
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./transfer.model"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC"}
@@ -36,7 +36,6 @@ class Transfer {
36
36
  this.speedStack = [];
37
37
  }
38
38
  onProgress(event) {
39
- var _a;
40
39
  if (this.state === TransferState.STARTING) {
41
40
  this.size = event.total;
42
41
  this.state = TransferState.PROCESSING;
@@ -47,7 +46,7 @@ class Transfer {
47
46
  const oldEvent = this.progressEventStack
48
47
  .reverse()
49
48
  .find((elem) => event.timeStamp - elem.timeStamp > 1000);
50
- this.speedStack.push(event.loaded - ((_a = oldEvent === null || oldEvent === void 0 ? void 0 : oldEvent.loaded) !== null && _a !== void 0 ? _a : 0));
49
+ this.speedStack.push(event.loaded - (oldEvent?.loaded ?? 0));
51
50
  if (this.size === this.sizeProcessed) {
52
51
  this.endedAt = (0, dayjs_1.default)();
53
52
  this.state = TransferState.COMPLETED;
@@ -71,3 +70,4 @@ class Transfer {
71
70
  }
72
71
  }
73
72
  exports.Transfer = Transfer;
73
+ //# sourceMappingURL=transfer.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer.model.js","sourceRoot":"","sources":["../../../src/types/models/transfer.model.ts"],"names":[],"mappings":"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"}
@@ -22,3 +22,4 @@ const handleError = (error, _params) => {
22
22
  return new ServiceException(error);
23
23
  };
24
24
  exports.handleError = handleError;
25
+ //# sourceMappingURL=error.utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error.utils.js","sourceRoot":"","sources":["../../src/utils/error.utils.ts"],"names":[],"mappings":";;;AAIA,MAAa,gBAAiB,SAAQ,KAAK;IAKzC,OAAO;QACL,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAED,OAAO;QACL,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAED,YAAY,MAAmB;QAC7B,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACtB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;IAC1B,CAAC;CACF;AAlBD,4CAkBC;AAEM,MAAM,WAAW,GAAG,CAAC,KAA0B,EAAE,OAAqB,EAAS,EAAE;IACtF,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;QAC3B,OAAO,KAAK,CAAC;IACf,CAAC;IACD,OAAO,IAAI,gBAAgB,CAAC,KAAK,CAAC,CAAC;AACrC,CAAC,CAAC;AALW,QAAA,WAAW,eAKtB"}
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./error.utils"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}