@abyss-project/storage 1.0.29 → 1.0.31

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 (221) 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 +1 -3
  40. package/dist/api/index.js +2 -3
  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/report.api.d.ts +3 -0
  47. package/dist/api/report.api.js +11 -0
  48. package/dist/api/report.api.js.map +1 -0
  49. package/dist/api/storage.admin.api.js +1 -0
  50. package/dist/api/storage.admin.api.js.map +1 -0
  51. package/dist/api/stream-media.admin.api.js +1 -0
  52. package/dist/api/stream-media.admin.api.js.map +1 -0
  53. package/dist/api/stream-media.api.js +1 -0
  54. package/dist/api/stream-media.api.js.map +1 -0
  55. package/dist/index.d.ts +5 -25
  56. package/dist/index.js +8 -31
  57. package/dist/index.js.map +1 -0
  58. package/dist/types/enum/algorithm.enum.js +1 -0
  59. package/dist/types/enum/algorithm.enum.js.map +1 -0
  60. package/dist/types/enum/api-error.enum.d.ts +0 -1
  61. package/dist/types/enum/api-error.enum.js +1 -1
  62. package/dist/types/enum/api-error.enum.js.map +1 -0
  63. package/dist/types/enum/checksum-algorithm.enum.js +1 -0
  64. package/dist/types/enum/checksum-algorithm.enum.js.map +1 -0
  65. package/dist/types/enum/index.d.ts +0 -3
  66. package/dist/types/enum/index.js +1 -3
  67. package/dist/types/enum/index.js.map +1 -0
  68. package/dist/types/enum/mime-type-thumbnail.enum.d.ts +3 -0
  69. package/dist/types/enum/mime-type-thumbnail.enum.js +6 -1
  70. package/dist/types/enum/mime-type-thumbnail.enum.js.map +1 -0
  71. package/dist/types/enum/pre-sign-url-type.enum.js +1 -0
  72. package/dist/types/enum/pre-sign-url-type.enum.js.map +1 -0
  73. package/dist/types/enum/stream-media-type.enum.js +1 -0
  74. package/dist/types/enum/stream-media-type.enum.js.map +1 -0
  75. package/dist/types/enum/webhook-type.enum.js +1 -0
  76. package/dist/types/enum/webhook-type.enum.js.map +1 -0
  77. package/dist/types/index.js +1 -0
  78. package/dist/types/index.js.map +1 -0
  79. package/dist/types/interface/api/index.d.ts +1 -6
  80. package/dist/types/interface/api/index.js +2 -6
  81. package/dist/types/interface/api/index.js.map +1 -0
  82. package/dist/types/interface/api/requests/application-file-thumbnail.admin.request.js +1 -0
  83. package/dist/types/interface/api/requests/application-file-thumbnail.admin.request.js.map +1 -0
  84. package/dist/types/interface/api/requests/application-file-thumbnail.request.js +1 -0
  85. package/dist/types/interface/api/requests/application-file-thumbnail.request.js.map +1 -0
  86. package/dist/types/interface/api/requests/application-file.admin.request.d.ts +0 -13
  87. package/dist/types/interface/api/requests/application-file.admin.request.js +1 -0
  88. package/dist/types/interface/api/requests/application-file.admin.request.js.map +1 -0
  89. package/dist/types/interface/api/requests/application-file.request.d.ts +0 -14
  90. package/dist/types/interface/api/requests/application-file.request.js +1 -0
  91. package/dist/types/interface/api/requests/application-file.request.js.map +1 -0
  92. package/dist/types/interface/api/requests/application-store.admin.request.js +1 -0
  93. package/dist/types/interface/api/requests/application-store.admin.request.js.map +1 -0
  94. package/dist/types/interface/api/requests/application-store.public.request.js +1 -0
  95. package/dist/types/interface/api/requests/application-store.public.request.js.map +1 -0
  96. package/dist/types/interface/api/requests/application-store.request.js +1 -0
  97. package/dist/types/interface/api/requests/application-store.request.js.map +1 -0
  98. package/dist/types/interface/api/requests/application-webhook-history.admin.request.js +1 -0
  99. package/dist/types/interface/api/requests/application-webhook-history.admin.request.js.map +1 -0
  100. package/dist/types/interface/api/requests/application-webhook-history.request.js +1 -0
  101. package/dist/types/interface/api/requests/application-webhook-history.request.js.map +1 -0
  102. package/dist/types/interface/api/requests/application-webhook.admin.request.js +1 -0
  103. package/dist/types/interface/api/requests/application-webhook.admin.request.js.map +1 -0
  104. package/dist/types/interface/api/requests/application-webhook.request.js +1 -0
  105. package/dist/types/interface/api/requests/application-webhook.request.js.map +1 -0
  106. package/dist/types/interface/api/requests/application.admin.request.js +1 -0
  107. package/dist/types/interface/api/requests/application.admin.request.js.map +1 -0
  108. package/dist/types/interface/api/requests/application.request.js +1 -0
  109. package/dist/types/interface/api/requests/application.request.js.map +1 -0
  110. package/dist/types/interface/api/requests/hourly-metrics.request.js +1 -0
  111. package/dist/types/interface/api/requests/hourly-metrics.request.js.map +1 -0
  112. package/dist/types/interface/api/requests/metrics.admin.request.js +1 -0
  113. package/dist/types/interface/api/requests/metrics.admin.request.js.map +1 -0
  114. package/dist/types/interface/api/requests/report.admin.request.js +1 -0
  115. package/dist/types/interface/api/requests/report.admin.request.js.map +1 -0
  116. package/dist/types/interface/api/requests/report.request.d.ts +9 -0
  117. package/dist/types/interface/api/requests/report.request.js +3 -0
  118. package/dist/types/interface/api/requests/report.request.js.map +1 -0
  119. package/dist/types/interface/api/requests/storage.admin.request.js +1 -0
  120. package/dist/types/interface/api/requests/storage.admin.request.js.map +1 -0
  121. package/dist/types/interface/api/requests/stream-media.admin.request.js +1 -0
  122. package/dist/types/interface/api/requests/stream-media.admin.request.js.map +1 -0
  123. package/dist/types/interface/api/requests/stream-media.request.js +1 -0
  124. package/dist/types/interface/api/requests/stream-media.request.js.map +1 -0
  125. package/dist/types/interface/api/responses/application-file-thumbnail.admin.response.d.ts +6 -6
  126. package/dist/types/interface/api/responses/application-file-thumbnail.admin.response.js +1 -0
  127. package/dist/types/interface/api/responses/application-file-thumbnail.admin.response.js.map +1 -0
  128. package/dist/types/interface/api/responses/application-file-thumbnail.response.d.ts +6 -6
  129. package/dist/types/interface/api/responses/application-file-thumbnail.response.js +1 -0
  130. package/dist/types/interface/api/responses/application-file-thumbnail.response.js.map +1 -0
  131. package/dist/types/interface/api/responses/application-file.admin.response.d.ts +0 -4
  132. package/dist/types/interface/api/responses/application-file.admin.response.js +1 -0
  133. package/dist/types/interface/api/responses/application-file.admin.response.js.map +1 -0
  134. package/dist/types/interface/api/responses/application-file.response.d.ts +0 -4
  135. package/dist/types/interface/api/responses/application-file.response.js +1 -0
  136. package/dist/types/interface/api/responses/application-file.response.js.map +1 -0
  137. package/dist/types/interface/api/responses/application-store.admin.response.js +1 -0
  138. package/dist/types/interface/api/responses/application-store.admin.response.js.map +1 -0
  139. package/dist/types/interface/api/responses/application-store.public.response.js +1 -0
  140. package/dist/types/interface/api/responses/application-store.public.response.js.map +1 -0
  141. package/dist/types/interface/api/responses/application-store.response.js +1 -0
  142. package/dist/types/interface/api/responses/application-store.response.js.map +1 -0
  143. package/dist/types/interface/api/responses/application-webhook-history.admin.response.js +1 -0
  144. package/dist/types/interface/api/responses/application-webhook-history.admin.response.js.map +1 -0
  145. package/dist/types/interface/api/responses/application-webhook-history.response.js +1 -0
  146. package/dist/types/interface/api/responses/application-webhook-history.response.js.map +1 -0
  147. package/dist/types/interface/api/responses/application-webhook.admin.response.js +1 -0
  148. package/dist/types/interface/api/responses/application-webhook.admin.response.js.map +1 -0
  149. package/dist/types/interface/api/responses/application-webhook.response.js +1 -0
  150. package/dist/types/interface/api/responses/application-webhook.response.js.map +1 -0
  151. package/dist/types/interface/api/responses/application.admin.response.js +1 -0
  152. package/dist/types/interface/api/responses/application.admin.response.js.map +1 -0
  153. package/dist/types/interface/api/responses/application.response.js +1 -0
  154. package/dist/types/interface/api/responses/application.response.js.map +1 -0
  155. package/dist/types/interface/api/responses/hourly-metrics.response.js +1 -0
  156. package/dist/types/interface/api/responses/hourly-metrics.response.js.map +1 -0
  157. package/dist/types/interface/api/responses/metrics.admin.response.js +1 -0
  158. package/dist/types/interface/api/responses/metrics.admin.response.js.map +1 -0
  159. package/dist/types/interface/api/responses/monitor.response.js +1 -0
  160. package/dist/types/interface/api/responses/monitor.response.js.map +1 -0
  161. package/dist/types/interface/api/responses/report.admin.response.js +1 -0
  162. package/dist/types/interface/api/responses/report.admin.response.js.map +1 -0
  163. package/dist/types/interface/api/responses/stream-media.admin.response.js +1 -0
  164. package/dist/types/interface/api/responses/stream-media.admin.response.js.map +1 -0
  165. package/dist/types/interface/api/responses/stream-media.response.js +1 -0
  166. package/dist/types/interface/api/responses/stream-media.response.js.map +1 -0
  167. package/dist/types/interface/api/type-message/api-error.js +1 -0
  168. package/dist/types/interface/api/type-message/api-error.js.map +1 -0
  169. package/dist/types/interface/api/type-message/base-order.js +1 -0
  170. package/dist/types/interface/api/type-message/base-order.js.map +1 -0
  171. package/dist/types/interface/api/type-message/base-paginate.js +1 -0
  172. package/dist/types/interface/api/type-message/base-paginate.js.map +1 -0
  173. package/dist/types/interface/api/type-message/response.js +1 -0
  174. package/dist/types/interface/api/type-message/response.js.map +1 -0
  175. package/dist/types/interface/constants/application-store.constant.js +1 -0
  176. package/dist/types/interface/constants/application-store.constant.js.map +1 -0
  177. package/dist/types/interface/constants/index.js +1 -0
  178. package/dist/types/interface/constants/index.js.map +1 -0
  179. package/dist/types/interface/dto/archive.js +1 -0
  180. package/dist/types/interface/dto/archive.js.map +1 -0
  181. package/dist/types/interface/dto/index.js +1 -0
  182. package/dist/types/interface/dto/index.js.map +1 -0
  183. package/dist/types/interface/dto/metadata.js +1 -0
  184. package/dist/types/interface/dto/metadata.js.map +1 -0
  185. package/dist/types/interface/dto/webhooks.d.ts +1 -1
  186. package/dist/types/interface/dto/webhooks.js +1 -0
  187. package/dist/types/interface/dto/webhooks.js.map +1 -0
  188. package/dist/types/interface/index.d.ts +0 -1
  189. package/dist/types/interface/index.js +1 -1
  190. package/dist/types/interface/index.js.map +1 -0
  191. package/dist/types/interface/models/application-file-thumbnail.model.js +1 -0
  192. package/dist/types/interface/models/application-file-thumbnail.model.js.map +1 -0
  193. package/dist/types/interface/models/application-file.model.d.ts +1 -0
  194. package/dist/types/interface/models/application-file.model.js +1 -0
  195. package/dist/types/interface/models/application-file.model.js.map +1 -0
  196. package/dist/types/interface/models/application-hourly-metrics.model.js +1 -0
  197. package/dist/types/interface/models/application-hourly-metrics.model.js.map +1 -0
  198. package/dist/types/interface/models/application-lifetime-metrics.model.js +1 -0
  199. package/dist/types/interface/models/application-lifetime-metrics.model.js.map +1 -0
  200. package/dist/types/interface/models/application-store-entry.model.js +1 -0
  201. package/dist/types/interface/models/application-store-entry.model.js.map +1 -0
  202. package/dist/types/interface/models/application-webhook-history.model.js +1 -0
  203. package/dist/types/interface/models/application-webhook-history.model.js.map +1 -0
  204. package/dist/types/interface/models/application-webhook.model.js +1 -0
  205. package/dist/types/interface/models/application-webhook.model.js.map +1 -0
  206. package/dist/types/interface/models/application.model.js +1 -0
  207. package/dist/types/interface/models/application.model.js.map +1 -0
  208. package/dist/types/interface/models/pre-sign-url.model.js +1 -0
  209. package/dist/types/interface/models/pre-sign-url.model.js.map +1 -0
  210. package/dist/types/interface/models/stream-media.model.js +1 -0
  211. package/dist/types/interface/models/stream-media.model.js.map +1 -0
  212. package/dist/types/models/index.js +1 -0
  213. package/dist/types/models/index.js.map +1 -0
  214. package/dist/types/models/transfer.model.js +2 -2
  215. package/dist/types/models/transfer.model.js.map +1 -0
  216. package/dist/utils/error.utils.js +1 -0
  217. package/dist/utils/error.utils.js.map +1 -0
  218. package/dist/utils/index.js +1 -0
  219. package/dist/utils/index.js.map +1 -0
  220. package/package.json +4 -4
  221. package/tsconfig.json +35 -105
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=hourly-metrics.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hourly-metrics.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/hourly-metrics.request.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=metrics.admin.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metrics.admin.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/metrics.admin.request.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=report.admin.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report.admin.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/report.admin.request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { TimePeriod } from './report.admin.request';
2
+ export interface IGetReportParams {
3
+ applicationId: string;
4
+ }
5
+ export interface IGetReportBody {
6
+ startDate: Date;
7
+ endDate: Date;
8
+ timePeriod?: TimePeriod;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=report.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/report.request.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=storage.admin.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage.admin.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/storage.admin.request.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stream-media.admin.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-media.admin.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/stream-media.admin.request.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stream-media.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-media.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/stream-media.request.ts"],"names":[],"mappings":""}
@@ -3,28 +3,28 @@ import { IApplicationFileThumbnail } from '../..';
3
3
  export type IDeleteAllApplicationFileThumbnailAdminData = Record<string, never>;
4
4
  export type IDeleteAllApplicationFileThumbnailAdminResponse = IResponse<IDeleteAllApplicationFileThumbnailAdminData>;
5
5
  export interface IGetApplicationFileThumbnailAdminData {
6
- applicationFileThumbnail: IApplicationFileThumbnail;
6
+ applicationFileThumbnails: IApplicationFileThumbnail;
7
7
  }
8
8
  export type IGetApplicationFileThumbnailAdminResponse = IResponse<IGetApplicationFileThumbnailAdminData>;
9
9
  export interface IListApplicationFileThumbnailAdminData {
10
- applicationFileThumbnail: IApplicationFileThumbnail[];
10
+ applicationFileThumbnails: IApplicationFileThumbnail[];
11
11
  }
12
12
  export type IListApplicationFileThumbnailAdminResponse = IResponse<IListApplicationFileThumbnailAdminData>;
13
13
  export interface IGenerateApplicationFileThumbnailAdminData {
14
- applicationFileThumbnail: IApplicationFileThumbnail | null;
14
+ applicationFileThumbnails: IApplicationFileThumbnail | null;
15
15
  }
16
16
  export type IGenerateApplicationFileThumbnailAdminResponse = IResponse<IGenerateApplicationFileThumbnailAdminData>;
17
17
  export interface IRegenerateApplicationFileThumbnailAdminData {
18
- applicationFileThumbnail: IApplicationFileThumbnail[];
18
+ applicationFileThumbnails: IApplicationFileThumbnail[];
19
19
  }
20
20
  export type IRegenerateApplicationFileThumbnailAdminResponse = IResponse<IRegenerateApplicationFileThumbnailAdminData>;
21
21
  export interface IRegeneratePublicAccessApplicationFileThumbnailAdminData {
22
- applicationFileThumbnail: IApplicationFileThumbnail[];
22
+ applicationFileThumbnails: IApplicationFileThumbnail[];
23
23
  }
24
24
  export type IRegeneratePublicAccessApplicationFileThumbnailAdminResponse = IResponse<IRegeneratePublicAccessApplicationFileThumbnailAdminData>;
25
25
  export type IDeleteApplicationFileThumbnailAdminData = Record<string, never>;
26
26
  export type IDeleteApplicationFileThumbnailAdminResponse = IResponse<IDeleteApplicationFileThumbnailAdminData>;
27
27
  export interface IUpdateApplicationFileThumbnailAdminData {
28
- applicationFileThumbnail: IApplicationFileThumbnail;
28
+ applicationFileThumbnails: IApplicationFileThumbnail;
29
29
  }
30
30
  export type IUpdateApplicationFileThumbnailAdminResponse = IResponse<IUpdateApplicationFileThumbnailAdminData>;
@@ -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":""}
@@ -4,7 +4,6 @@ export * from './models/application-webhook-history.model';
4
4
  export * from './models/application-file.model';
5
5
  export * from './models/pre-sign-url.model';
6
6
  export * from './models/application-file-thumbnail.model';
7
- export * from './models/stream-media.model';
8
7
  export * from './models/application-store-entry.model';
9
8
  export * from './models/application-hourly-metrics.model';
10
9
  export * from './models/application-lifetime-metrics.model';
@@ -20,10 +20,10 @@ __exportStar(require("./models/application-webhook-history.model"), exports);
20
20
  __exportStar(require("./models/application-file.model"), exports);
21
21
  __exportStar(require("./models/pre-sign-url.model"), exports);
22
22
  __exportStar(require("./models/application-file-thumbnail.model"), exports);
23
- __exportStar(require("./models/stream-media.model"), exports);
24
23
  __exportStar(require("./models/application-store-entry.model"), exports);
25
24
  __exportStar(require("./models/application-hourly-metrics.model"), exports);
26
25
  __exportStar(require("./models/application-lifetime-metrics.model"), exports);
27
26
  __exportStar(require("./api"), exports);
28
27
  __exportStar(require("./dto"), exports);
29
28
  __exportStar(require("./constants"), exports);
29
+ //# 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,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,6 +21,7 @@ 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;
@@ -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":""}
@@ -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":""}
@@ -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"}