@yuno-payments/dashboard-api-mfe 1.11.4 → 1.11.5

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 (172) hide show
  1. package/build/cjs/index.js +6 -6
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/types/api/api.d.ts +20 -18
  4. package/build/cjs/types/msw/handlers/accounts.d.ts +1 -0
  5. package/build/cjs/types/msw/handlers/mfa.d.ts +1 -0
  6. package/build/cjs/types/mutations/accounts/accounts.mutation.d.ts +2 -0
  7. package/build/cjs/types/mutations/index.d.ts +1 -0
  8. package/build/cjs/types/mutations/notifications/notifications.mutation.d.ts +2 -3
  9. package/build/cjs/types/mutations/playground/index.d.ts +1 -0
  10. package/build/cjs/types/mutations/playground/playground.mutation.d.ts +7 -0
  11. package/build/cjs/types/mutations/recipients/recipients.mutation.d.ts +14 -7
  12. package/build/cjs/types/queries/accounts/accounts.query.d.ts +3 -0
  13. package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +105 -1
  14. package/build/cjs/types/queries/data-report/data-report.query.d.ts +0 -4
  15. package/build/cjs/types/queries/index.d.ts +0 -2
  16. package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +4 -1
  17. package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +0 -1
  18. package/build/cjs/types/queries/recipients/recipients.query.d.ts +6 -1
  19. package/build/cjs/types/queries/security/security.query.d.ts +15 -0
  20. package/build/cjs/types/types/audit/audit.d.ts +2 -0
  21. package/build/cjs/types/types/data-report/data-report.d.ts +4 -1
  22. package/build/cjs/types/types/index.d.ts +1 -1
  23. package/build/cjs/types/types/installments/installments.d.ts +4 -0
  24. package/build/cjs/types/types/mfa/mfa.d.ts +4 -0
  25. package/build/cjs/types/types/organization/organization.d.ts +4 -0
  26. package/build/cjs/types/types/playground/index.d.ts +1 -0
  27. package/build/cjs/types/types/playground/playground.d.ts +33 -0
  28. package/build/cjs/types/types/recipients/index.d.ts +1 -0
  29. package/build/cjs/types/types/recipients/recipients-export.d.ts +52 -0
  30. package/build/cjs/types/types/reports/reports.d.ts +1 -0
  31. package/build/cjs/types/types/subscriptions/subscriptions.d.ts +7 -0
  32. package/build/cjs/types/types/template-reporting/template.types.d.ts +4 -0
  33. package/build/cjs/types/utils/enums.d.ts +0 -143
  34. package/build/esm/index.js +6 -6
  35. package/build/esm/index.js.map +1 -1
  36. package/build/esm/types/api/api.d.ts +20 -18
  37. package/build/esm/types/msw/handlers/accounts.d.ts +1 -0
  38. package/build/esm/types/msw/handlers/mfa.d.ts +1 -0
  39. package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +2 -0
  40. package/build/esm/types/mutations/index.d.ts +1 -0
  41. package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +2 -3
  42. package/build/esm/types/mutations/playground/index.d.ts +1 -0
  43. package/build/esm/types/mutations/playground/playground.mutation.d.ts +7 -0
  44. package/build/esm/types/mutations/recipients/recipients.mutation.d.ts +14 -7
  45. package/build/esm/types/queries/accounts/accounts.query.d.ts +3 -0
  46. package/build/esm/types/queries/checkouts/checkouts.query.d.ts +105 -1
  47. package/build/esm/types/queries/data-report/data-report.query.d.ts +0 -4
  48. package/build/esm/types/queries/index.d.ts +0 -2
  49. package/build/esm/types/queries/mfa/organization-settings.query.d.ts +4 -1
  50. package/build/esm/types/queries/payment-links/payment-links.query.d.ts +0 -1
  51. package/build/esm/types/queries/recipients/recipients.query.d.ts +6 -1
  52. package/build/esm/types/queries/security/security.query.d.ts +15 -0
  53. package/build/esm/types/types/audit/audit.d.ts +2 -0
  54. package/build/esm/types/types/data-report/data-report.d.ts +4 -1
  55. package/build/esm/types/types/index.d.ts +1 -1
  56. package/build/esm/types/types/installments/installments.d.ts +4 -0
  57. package/build/esm/types/types/mfa/mfa.d.ts +4 -0
  58. package/build/esm/types/types/organization/organization.d.ts +4 -0
  59. package/build/esm/types/types/playground/index.d.ts +1 -0
  60. package/build/esm/types/types/playground/playground.d.ts +33 -0
  61. package/build/esm/types/types/recipients/index.d.ts +1 -0
  62. package/build/esm/types/types/recipients/recipients-export.d.ts +52 -0
  63. package/build/esm/types/types/reports/reports.d.ts +1 -0
  64. package/build/esm/types/types/subscriptions/subscriptions.d.ts +7 -0
  65. package/build/esm/types/types/template-reporting/template.types.d.ts +4 -0
  66. package/build/esm/types/utils/enums.d.ts +0 -143
  67. package/build/index.d.ts +282 -97
  68. package/package.json +1 -1
  69. package/build/cjs/types/queries/cms/cms.query.d.ts +0 -14
  70. package/build/cjs/types/queries/cms/index.d.ts +0 -1
  71. package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +0 -2
  72. package/build/cjs/types/queries/dialogs/index.d.ts +0 -1
  73. package/build/cjs/types/types/cms/cms.d.ts +0 -47
  74. package/build/cjs/types/types/cms/index.d.ts +0 -1
  75. package/build/esm/types/queries/cms/cms.query.d.ts +0 -14
  76. package/build/esm/types/queries/cms/index.d.ts +0 -1
  77. package/build/esm/types/queries/dialogs/dialogs.query.d.ts +0 -2
  78. package/build/esm/types/queries/dialogs/index.d.ts +0 -1
  79. package/build/esm/types/types/cms/cms.d.ts +0 -47
  80. package/build/esm/types/types/cms/index.d.ts +0 -1
  81. package/build/main.0ef469d30ac1f73e.hot-update.js +0 -46
  82. package/build/main.0ef469d30ac1f73e.hot-update.js.map +0 -1
  83. package/build/main.0ef469d30ac1f73e.hot-update.json +0 -1
  84. package/build/main.12ba9763a5af2867.hot-update.js +0 -4178
  85. package/build/main.12ba9763a5af2867.hot-update.js.map +0 -1
  86. package/build/main.12ba9763a5af2867.hot-update.json +0 -1
  87. package/build/main.2f0bb65f361bc9aa.hot-update.js +0 -2575
  88. package/build/main.2f0bb65f361bc9aa.hot-update.js.map +0 -1
  89. package/build/main.2f0bb65f361bc9aa.hot-update.json +0 -1
  90. package/build/main.31b800bdfc7bcf66.hot-update.js +0 -23
  91. package/build/main.31b800bdfc7bcf66.hot-update.js.map +0 -1
  92. package/build/main.31b800bdfc7bcf66.hot-update.json +0 -1
  93. package/build/main.31ef41183a0357fd.hot-update.js +0 -23
  94. package/build/main.31ef41183a0357fd.hot-update.js.map +0 -1
  95. package/build/main.31ef41183a0357fd.hot-update.json +0 -1
  96. package/build/main.39b804b4f223333f.hot-update.js +0 -142
  97. package/build/main.39b804b4f223333f.hot-update.js.map +0 -1
  98. package/build/main.39b804b4f223333f.hot-update.json +0 -1
  99. package/build/main.3ca3490681942ed0.hot-update.js +0 -10
  100. package/build/main.3ca3490681942ed0.hot-update.js.map +0 -1
  101. package/build/main.3ca3490681942ed0.hot-update.json +0 -1
  102. package/build/main.3e4059ad01b911d5.hot-update.js +0 -10
  103. package/build/main.3e4059ad01b911d5.hot-update.js.map +0 -1
  104. package/build/main.3e4059ad01b911d5.hot-update.json +0 -1
  105. package/build/main.4ead4321633f87fd.hot-update.js +0 -10
  106. package/build/main.4ead4321633f87fd.hot-update.js.map +0 -1
  107. package/build/main.4ead4321633f87fd.hot-update.json +0 -1
  108. package/build/main.5231ec959bfdd54a.hot-update.js +0 -823
  109. package/build/main.5231ec959bfdd54a.hot-update.js.map +0 -1
  110. package/build/main.5231ec959bfdd54a.hot-update.json +0 -1
  111. package/build/main.60642e2056d40cbc.hot-update.js +0 -23
  112. package/build/main.60642e2056d40cbc.hot-update.js.map +0 -1
  113. package/build/main.60642e2056d40cbc.hot-update.json +0 -1
  114. package/build/main.7504b5e28de88b4d.hot-update.js +0 -10
  115. package/build/main.7504b5e28de88b4d.hot-update.js.map +0 -1
  116. package/build/main.7504b5e28de88b4d.hot-update.json +0 -1
  117. package/build/main.75fac631457c8400.hot-update.js +0 -937
  118. package/build/main.75fac631457c8400.hot-update.js.map +0 -1
  119. package/build/main.75fac631457c8400.hot-update.json +0 -1
  120. package/build/main.7654b5e519accc5a.hot-update.js +0 -10
  121. package/build/main.7654b5e519accc5a.hot-update.js.map +0 -1
  122. package/build/main.7654b5e519accc5a.hot-update.json +0 -1
  123. package/build/main.7734f96d14c3c07a.hot-update.js +0 -10
  124. package/build/main.7734f96d14c3c07a.hot-update.js.map +0 -1
  125. package/build/main.7734f96d14c3c07a.hot-update.json +0 -1
  126. package/build/main.79d0dd0a059cf3d2.hot-update.js +0 -10
  127. package/build/main.79d0dd0a059cf3d2.hot-update.js.map +0 -1
  128. package/build/main.79d0dd0a059cf3d2.hot-update.json +0 -1
  129. package/build/main.9a3105c0515511e6.hot-update.js +0 -952
  130. package/build/main.9a3105c0515511e6.hot-update.js.map +0 -1
  131. package/build/main.9a3105c0515511e6.hot-update.json +0 -1
  132. package/build/main.9a70cae7efc29065.hot-update.js +0 -39
  133. package/build/main.9a70cae7efc29065.hot-update.js.map +0 -1
  134. package/build/main.9a70cae7efc29065.hot-update.json +0 -1
  135. package/build/main.9b33c6fcc8fd3f57.hot-update.js +0 -10
  136. package/build/main.9b33c6fcc8fd3f57.hot-update.js.map +0 -1
  137. package/build/main.9b33c6fcc8fd3f57.hot-update.json +0 -1
  138. package/build/main.9c87c39ff7873bca.hot-update.js +0 -10
  139. package/build/main.9c87c39ff7873bca.hot-update.js.map +0 -1
  140. package/build/main.9c87c39ff7873bca.hot-update.json +0 -1
  141. package/build/main.9f7159d52fd04a7d.hot-update.js +0 -3749
  142. package/build/main.9f7159d52fd04a7d.hot-update.js.map +0 -1
  143. package/build/main.9f7159d52fd04a7d.hot-update.json +0 -1
  144. package/build/main.a0a0faaf03061b21.hot-update.js +0 -23
  145. package/build/main.a0a0faaf03061b21.hot-update.js.map +0 -1
  146. package/build/main.a0a0faaf03061b21.hot-update.json +0 -1
  147. package/build/main.b58cc596e947fb5b.hot-update.js +0 -34
  148. package/build/main.b58cc596e947fb5b.hot-update.js.map +0 -1
  149. package/build/main.b58cc596e947fb5b.hot-update.json +0 -1
  150. package/build/main.b659381d4f13795e.hot-update.js +0 -10
  151. package/build/main.b659381d4f13795e.hot-update.js.map +0 -1
  152. package/build/main.b659381d4f13795e.hot-update.json +0 -1
  153. package/build/main.bbb650ecadb0a13b.hot-update.js +0 -61
  154. package/build/main.bbb650ecadb0a13b.hot-update.js.map +0 -1
  155. package/build/main.bbb650ecadb0a13b.hot-update.json +0 -1
  156. package/build/main.bf97cc6dbbb3cdb1.hot-update.js +0 -10
  157. package/build/main.bf97cc6dbbb3cdb1.hot-update.js.map +0 -1
  158. package/build/main.bf97cc6dbbb3cdb1.hot-update.json +0 -1
  159. package/build/main.d62d5a57d5bc6614.hot-update.js +0 -4236
  160. package/build/main.d62d5a57d5bc6614.hot-update.js.map +0 -1
  161. package/build/main.d62d5a57d5bc6614.hot-update.json +0 -1
  162. package/build/main.e0010fdb661814be.hot-update.js +0 -10
  163. package/build/main.e0010fdb661814be.hot-update.js.map +0 -1
  164. package/build/main.e0010fdb661814be.hot-update.json +0 -1
  165. package/build/main.ecc2159bd4dc7d54.hot-update.js +0 -23
  166. package/build/main.ecc2159bd4dc7d54.hot-update.js.map +0 -1
  167. package/build/main.ecc2159bd4dc7d54.hot-update.json +0 -1
  168. package/build/main.f921adce709bfd01.hot-update.js +0 -50871
  169. package/build/main.f921adce709bfd01.hot-update.js.map +0 -1
  170. package/build/main.f921adce709bfd01.hot-update.json +0 -1
  171. package/build/yuno-dashboard-api-mfe.js +0 -55915
  172. package/build/yuno-dashboard-api-mfe.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.9a3105c0515511e6.hot-update.js","sources":["webpack://dashboard-api-mfe/./src/msw/handlers/index.ts","webpack://dashboard-api-mfe/./src/mutations/index.ts","webpack://dashboard-api-mfe/./src/types/index.ts","webpack://dashboard-api-mfe/./src/yuno-dashboard-api-mfe.tsx","webpack://dashboard-api-mfe/webpack/runtime/get_full_hash"],"sourcesContent":["import { paymentsHandlers } from './payments'\nimport { insightsHandlers } from './insights'\nimport { reconciliationInsightsHandlers } from './reconciliation-insights'\nimport { installmentsHandlers } from './installments'\nimport { recipientsHandlers } from './recipients'\nimport { apiLogsHandlers } from './api-logs'\nimport { webhooksHandlers } from './webhooks'\nimport { accountsHandlers } from './accounts'\nimport { mfaHandlers } from './mfa'\n\nexport const handlers = [\n ...paymentsHandlers,\n ...insightsHandlers,\n ...reconciliationInsightsHandlers,\n ...installmentsHandlers,\n ...recipientsHandlers,\n ...apiLogsHandlers,\n ...webhooksHandlers,\n ...accountsHandlers,\n ...mfaHandlers,\n]\n","export * from './accounts'\nexport * from './connections'\nexport * from './organizations'\nexport * from './security'\nexport * from './users'\nexport * from './checkouts'\nexport * from './payments'\nexport * from './reports'\nexport * from './smart-routing'\nexport * from './routing-monitors'\nexport * from './notifications'\nexport * from './team'\nexport * from './payment-links'\nexport * from './subscriptions'\nexport * from './settings'\nexport * from './multi-factor-authentication'\nexport * from './fraud-screening'\nexport * from './batch-refunds'\nexport * from './S3Client'\nexport * from './organization-settings'\nexport * from './scheduled-reports'\nexport * from './velocity-rules'\nexport * from './developers'\nexport * from './audit'\nexport * from './audit/audit-api.mutation'\nexport * from './reconciliations'\nexport * from './insights'\nexport * from './saml-config'\nexport * from './ai'\nexport * from './chartgpt'\nexport * from './template-reporting'\nexport * from './organization-config'\nexport * from './installments'\nexport * from './recipients'\nexport * from './concierge'\nexport * from './playground'\n","export * from './accounts'\nexport * from './chartgpt'\nexport * from './payment'\nexport * from './operation-transaction'\nexport * from './organization'\nexport * from './developer'\nexport * from './connection'\nexport * from './webhook'\nexport * from './user'\nexport * from './country'\nexport * from './checkout'\nexport * from './reports'\nexport * from './notifications'\nexport * from './smart-routing'\nexport * from './routing-monitors'\nexport * from './team'\nexport * from './data-report'\nexport * from './batch-refunds'\nexport * from './reconciliation'\nexport * from './fraud-screening'\nexport * from './organization-settings'\nexport * from './velocity-rules'\nexport * from './payouts'\nexport * from './audit'\nexport * from './payment-links'\nexport * from './saml-config'\nexport * from './s3-client'\nexport * from './mfa'\nexport * from './translation'\nexport * from './ai'\nexport * from './smart-recovery'\nexport * from './template-reporting'\nexport * from './organization-config'\nexport * from './onboarding'\nexport * from './recipients'\nexport * from './installments'\nexport * from './concierge'\nexport * from './playground'\n","import { enableMocking } from './msw'\n\nexport * from './api'\nexport * from './mutations'\nexport * from './queries'\nexport * from './api-provider'\nexport * from './store'\nexport * from './types'\nexport * from './constants'\nexport * from './websockets'\nexport * from './utils'\n\n// Only initialize MSW if we're in a browser and in a valid environment\nconst validEnvironments = ['LOCAL', 'DEV', 'STG']\nconst isValidEnvironment = validEnvironments.includes(\n process.env.ENVIRONMENT || '',\n)\n\nif (typeof window !== 'undefined' && isValidEnvironment) {\n enableMocking()\n}\n","__webpack_require__.h = () => (\"9f7159d52fd04a7d\")"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACpBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACnCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACrCA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AAAA;AAAA;AAAA;AAAA;AACA;AAIA;AACA;AACA;;;;;;;;;;;;ACpBA"}
@@ -1 +0,0 @@
1
- {"c":["main"],"r":[],"m":["./src/mutations/playground/playground.mutation.ts","./src/types/playground/playground.ts","./src/types/playground/index.ts","./src/msw/handlers/accounts.ts","./src/mutations/playground/index.ts"]}
@@ -1,39 +0,0 @@
1
- "use strict";
2
- self["webpackHotUpdatedashboard_api_mfe"]("main", {
3
- "./src/types/recipients/index.ts"(module, __webpack_exports__, __webpack_require__) {
4
- __webpack_require__.r(__webpack_exports__);
5
- /* import */ var _recipients__rspack_import_0 = __webpack_require__("./src/types/recipients/recipients.ts");
6
- /* import */ var _recipients_export__rspack_import_1 = __webpack_require__("./src/types/recipients/recipients-export.ts");
7
- /* import */ var _recipients_mutations__rspack_import_2 = __webpack_require__("./src/types/recipients/recipients-mutations.ts");
8
- /* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
9
-
10
-
11
-
12
-
13
- function $RefreshSig$() { return $ReactRefreshRuntime$.createSignatureFunctionForTransform() }
14
- function $RefreshReg$(type, id) { $ReactRefreshRuntime$.register(type, module.id + "_" + id) }
15
- Promise.resolve().then(() => { $ReactRefreshRuntime$.refresh(module.id, module.hot) });
16
-
17
-
18
- },
19
- "./src/types/recipients/recipients-export.ts"(module, __webpack_exports__, __webpack_require__) {
20
- __webpack_require__.r(__webpack_exports__);
21
- /* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
22
-
23
-
24
- function $RefreshSig$() { return $ReactRefreshRuntime$.createSignatureFunctionForTransform() }
25
- function $RefreshReg$(type, id) { $ReactRefreshRuntime$.register(type, module.id + "_" + id) }
26
- Promise.resolve().then(() => { $ReactRefreshRuntime$.refresh(module.id, module.hot) });
27
-
28
-
29
- },
30
-
31
- },function(__webpack_require__) {
32
- // webpack/runtime/get_full_hash
33
- (() => {
34
- __webpack_require__.h = () => ("7734f96d14c3c07a")
35
- })();
36
-
37
- }
38
- );
39
- //# sourceMappingURL=main.9a70cae7efc29065.hot-update.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.9a70cae7efc29065.hot-update.js","sources":["webpack://dashboard-api-mfe/./src/types/recipients/index.ts","webpack://dashboard-api-mfe/./src/types/recipients/recipients-export.ts","webpack://dashboard-api-mfe/webpack/runtime/get_full_hash"],"sourcesContent":["export * from './recipients'\nexport * from './recipients-export'\nexport * from './recipients-mutations'\n","export namespace RecipientsExport {\n export interface ExportFilters {\n type?: string\n countries?: string[]\n entity_types?: string[]\n sort_by?: string\n sort_order?: string\n columns?: string[]\n }\n\n export interface CreateExportRequest {\n export_name: string\n filters: ExportFilters\n }\n\n export interface ExportItem {\n code: string\n export_name: string\n status: 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED'\n download_url: string | null\n error_message: string | null\n created_at: string\n }\n\n export interface ExportListResponse {\n content: ExportItem[]\n empty: boolean\n first: boolean\n last: boolean\n number: number\n number_of_elements: number\n size: number\n pageable: {\n offset: number\n page_number: number\n page_size: number\n paged: boolean\n sort: { empty: boolean; sorted: boolean; unsorted: boolean }\n unpaged: boolean\n }\n sort: { empty: boolean; sorted: boolean; unsorted: boolean }\n }\n}\n\nexport interface GetRecipientExportsParams {\n page?: number\n size?: number\n}\n","__webpack_require__.h = () => (\"7734f96d14c3c07a\")"],"names":[],"mappings":";;;;;;;;AAAA;AACA;AACA;;;;;;;;;;;AC0CA;;;;;;;;;;;;AC5CA"}
@@ -1 +0,0 @@
1
- {"c":["main"],"r":[],"m":[]}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- self["webpackHotUpdatedashboard_api_mfe"]("main", {},function(__webpack_require__) {
3
- // webpack/runtime/get_full_hash
4
- (() => {
5
- __webpack_require__.h = () => ("12ba9763a5af2867")
6
- })();
7
-
8
- }
9
- );
10
- //# sourceMappingURL=main.9b33c6fcc8fd3f57.hot-update.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.9b33c6fcc8fd3f57.hot-update.js","sources":["webpack://dashboard-api-mfe/webpack/runtime/get_full_hash"],"sourcesContent":["__webpack_require__.h = () => (\"12ba9763a5af2867\")"],"names":[],"mappings":";;;;AAAA"}
@@ -1 +0,0 @@
1
- {"c":["main"],"r":[],"m":[]}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- self["webpackHotUpdatedashboard_api_mfe"]("main", {},function(__webpack_require__) {
3
- // webpack/runtime/get_full_hash
4
- (() => {
5
- __webpack_require__.h = () => ("c8216bb0a709b6a7")
6
- })();
7
-
8
- }
9
- );
10
- //# sourceMappingURL=main.9c87c39ff7873bca.hot-update.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.9c87c39ff7873bca.hot-update.js","sources":["webpack://dashboard-api-mfe/webpack/runtime/get_full_hash"],"sourcesContent":["__webpack_require__.h = () => (\"c8216bb0a709b6a7\")"],"names":[],"mappings":";;;;AAAA"}
@@ -1 +0,0 @@
1
- {"c":["main"],"r":[],"m":[]}