@adyen/adyen-platform-experience-web 1.6.1 → 1.7.1

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 (210) hide show
  1. package/README.md +1 -1
  2. package/dist/adyen-platform-experience-web.css +1 -1
  3. package/dist/{angle-right-K64mXtoy.cjs → angle-right-B_Kz-Soi.cjs} +2 -2
  4. package/dist/{angle-right-K64mXtoy.cjs.map → angle-right-B_Kz-Soi.cjs.map} +1 -1
  5. package/dist/{checkmark-BFOfQ4U3.cjs → checkmark-Bt5aK45t.cjs} +2 -2
  6. package/dist/{checkmark-BFOfQ4U3.cjs.map → checkmark-Bt5aK45t.cjs.map} +1 -1
  7. package/dist/{checkmark-circle-fill-BV2FvQh0.cjs → checkmark-circle-fill-Dj3n3yzE.cjs} +2 -2
  8. package/dist/{checkmark-circle-fill-BV2FvQh0.cjs.map → checkmark-circle-fill-Dj3n3yzE.cjs.map} +1 -1
  9. package/dist/{checkmark-square-fill-B6rUSLy6.cjs → checkmark-square-fill-BNqyiPF6.cjs} +2 -2
  10. package/dist/{checkmark-square-fill-B6rUSLy6.cjs.map → checkmark-square-fill-BNqyiPF6.cjs.map} +1 -1
  11. package/dist/{chevron-down-Cwk2F1N2.cjs → chevron-down-DnrSOx9O.cjs} +2 -2
  12. package/dist/{chevron-down-Cwk2F1N2.cjs.map → chevron-down-DnrSOx9O.cjs.map} +1 -1
  13. package/dist/{chevron-left-3kfyOgH8.cjs → chevron-left-C_f4u0I5.cjs} +2 -2
  14. package/dist/{chevron-left-3kfyOgH8.cjs.map → chevron-left-C_f4u0I5.cjs.map} +1 -1
  15. package/dist/{chevron-right-DlSewmYP.cjs → chevron-right-Czq7FxC3.cjs} +2 -2
  16. package/dist/{chevron-right-DlSewmYP.cjs.map → chevron-right-Czq7FxC3.cjs.map} +1 -1
  17. package/dist/{chevron-up-DcHOD7ve.cjs → chevron-up-BXVWsLTn.cjs} +2 -2
  18. package/dist/{chevron-up-DcHOD7ve.cjs.map → chevron-up-BXVWsLTn.cjs.map} +1 -1
  19. package/dist/cjs/index.js +1 -1
  20. package/dist/{copy-DmBUwp7_.cjs → copy-lj8E2K1q.cjs} +2 -2
  21. package/dist/{copy-DmBUwp7_.cjs.map → copy-lj8E2K1q.cjs.map} +1 -1
  22. package/dist/{cross-JGXC9RPo.cjs → cross-C86HY6Aq.cjs} +2 -2
  23. package/dist/{cross-JGXC9RPo.cjs.map → cross-C86HY6Aq.cjs.map} +1 -1
  24. package/dist/{cross-circle-fill-CepPVSd-.cjs → cross-circle-fill-Dn4tMQm-.cjs} +2 -2
  25. package/dist/{cross-circle-fill-CepPVSd-.cjs.map → cross-circle-fill-Dn4tMQm-.cjs.map} +1 -1
  26. package/dist/da-DK-DGZE3EGg.cjs +2 -0
  27. package/dist/da-DK-DGZE3EGg.cjs.map +1 -0
  28. package/dist/de-DE-9pv11e0L.cjs +2 -0
  29. package/dist/de-DE-9pv11e0L.cjs.map +1 -0
  30. package/dist/{download-BToMR9ry.cjs → download-Cy7xih0a.cjs} +2 -2
  31. package/dist/{download-BToMR9ry.cjs.map → download-Cy7xih0a.cjs.map} +1 -1
  32. package/dist/es/components/external/CapitalOverview/components/GrantActions/GrantActions.js +133 -0
  33. package/dist/es/components/external/CapitalOverview/components/GrantActions/constants.js +9 -0
  34. package/dist/es/components/external/CapitalOverview/components/GrantItem/GrantItem.js +39 -40
  35. package/dist/es/components/external/ReportsOverview/components/ReportsTable/ReportsTable.js +11 -11
  36. package/dist/es/components/external/TransactionDetails/components/refund/TransactionRefundAmount.js +19 -19
  37. package/dist/es/components/internal/Accordion/Accordion.js +19 -20
  38. package/dist/es/components/internal/Button/DownloadButton/DownloadButton.js +37 -37
  39. package/dist/es/components/internal/Calendar/hooks/useCalendarControlsRendering.js +18 -19
  40. package/dist/es/components/internal/ExpandableCard/ExpandableCard.js +47 -48
  41. package/dist/es/components/internal/FormFields/Select/Select.js +29 -29
  42. package/dist/es/components/internal/FormFields/Select/components/SelectButton.js +27 -27
  43. package/dist/es/components/internal/FormFields/Select/components/SelectListItem.js +27 -29
  44. package/dist/es/components/internal/Pagination/Pagination.js +41 -38
  45. package/dist/es/constants/dateFormats.js +19 -18
  46. package/dist/es/core/Http/utils.js +1 -1
  47. package/dist/es/core/core.js +1 -1
  48. package/dist/es/translations/da-DK.json.js +13 -9
  49. package/dist/es/translations/de-DE.json.js +21 -17
  50. package/dist/es/translations/en-US.json.js +4 -0
  51. package/dist/es/translations/es-ES.json.js +4 -0
  52. package/dist/es/translations/fi-FI.json.js +25 -21
  53. package/dist/es/translations/fr-FR.json.js +4 -0
  54. package/dist/es/translations/it-IT.json.js +13 -9
  55. package/dist/es/translations/nl-NL.json.js +24 -20
  56. package/dist/es/translations/no-NO.json.js +13 -9
  57. package/dist/es/translations/pt-BR.json.js +21 -17
  58. package/dist/es/translations/sv-SE.json.js +37 -33
  59. package/dist/es-ES-D6VDUzry.cjs +2 -0
  60. package/dist/es-ES-D6VDUzry.cjs.map +1 -0
  61. package/dist/{external-link-BRDaK3Bx.cjs → external-link-BjGtsB9t.cjs} +2 -2
  62. package/dist/{external-link-BRDaK3Bx.cjs.map → external-link-BjGtsB9t.cjs.map} +1 -1
  63. package/dist/fi-FI-BXENpiYZ.cjs +2 -0
  64. package/dist/fi-FI-BXENpiYZ.cjs.map +1 -0
  65. package/dist/{filter-DXSSpM1j.cjs → filter-BtmgQQnO.cjs} +2 -2
  66. package/dist/{filter-DXSSpM1j.cjs.map → filter-BtmgQQnO.cjs.map} +1 -1
  67. package/dist/fr-FR-Wdv9KpRU.cjs +2 -0
  68. package/dist/fr-FR-Wdv9KpRU.cjs.map +1 -0
  69. package/dist/index-KwnekN5q.cjs +12 -0
  70. package/dist/index-KwnekN5q.cjs.map +1 -0
  71. package/dist/{info-filled-CqqSx6ab.cjs → info-filled-qhtLEsRp.cjs} +2 -2
  72. package/dist/{info-filled-CqqSx6ab.cjs.map → info-filled-qhtLEsRp.cjs.map} +1 -1
  73. package/dist/it-IT-BilhrzQU.cjs +2 -0
  74. package/dist/it-IT-BilhrzQU.cjs.map +1 -0
  75. package/dist/{minus-circle-outline-C_OF3LwJ.cjs → minus-circle-outline-FwHPAm69.cjs} +2 -2
  76. package/dist/{minus-circle-outline-C_OF3LwJ.cjs.map → minus-circle-outline-FwHPAm69.cjs.map} +1 -1
  77. package/dist/nl-NL-sS32YCMv.cjs +2 -0
  78. package/dist/nl-NL-sS32YCMv.cjs.map +1 -0
  79. package/dist/no-NO-BI6Lh_XZ.cjs +2 -0
  80. package/dist/no-NO-BI6Lh_XZ.cjs.map +1 -0
  81. package/dist/{plus-CW8c0zs1.cjs → plus-Co9bdXpT.cjs} +2 -2
  82. package/dist/{plus-CW8c0zs1.cjs.map → plus-Co9bdXpT.cjs.map} +1 -1
  83. package/dist/{plus-circle-outline-DJ6zGU6z.cjs → plus-circle-outline-Ct17pCxc.cjs} +2 -2
  84. package/dist/{plus-circle-outline-DJ6zGU6z.cjs.map → plus-circle-outline-Ct17pCxc.cjs.map} +1 -1
  85. package/dist/pt-BR-CPgtkO1G.cjs +2 -0
  86. package/dist/pt-BR-CPgtkO1G.cjs.map +1 -0
  87. package/dist/{square-2HAeIvAR.cjs → square-DfzvBn35.cjs} +2 -2
  88. package/dist/{square-2HAeIvAR.cjs.map → square-DfzvBn35.cjs.map} +1 -1
  89. package/dist/sv-SE-iE7b_5s7.cjs +2 -0
  90. package/dist/sv-SE-iE7b_5s7.cjs.map +1 -0
  91. package/dist/{trash-can-BLQ5Pm8W.cjs → trash-can-BFPrV8YZ.cjs} +2 -2
  92. package/dist/{trash-can-BLQ5Pm8W.cjs.map → trash-can-BFPrV8YZ.cjs.map} +1 -1
  93. package/dist/types/components/external/CapitalOverview/components/AccountDetails/types.d.ts +2 -2
  94. package/dist/types/components/external/CapitalOverview/components/AccountDetails/types.d.ts.map +1 -1
  95. package/dist/types/components/external/CapitalOverview/components/GrantActions/GrantActions.d.ts +9 -0
  96. package/dist/types/components/external/CapitalOverview/components/GrantActions/GrantActions.d.ts.map +1 -0
  97. package/dist/types/components/external/CapitalOverview/components/GrantActions/constants.d.ts +7 -0
  98. package/dist/types/components/external/CapitalOverview/components/{GrantAction → GrantActions}/constants.d.ts.map +1 -1
  99. package/dist/types/components/external/CapitalOverview/components/GrantActions/utils.d.ts.map +1 -0
  100. package/dist/types/components/external/CapitalOverview/components/GrantItem/GrantItem.d.ts.map +1 -1
  101. package/dist/types/components/external/ReportsOverview/components/ReportsTable/ReportsTable.d.ts.map +1 -1
  102. package/dist/types/components/internal/Accordion/Accordion.d.ts.map +1 -1
  103. package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts +5 -21
  104. package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts.map +1 -1
  105. package/dist/types/components/internal/Calendar/hooks/useCalendarControlsRendering.d.ts.map +1 -1
  106. package/dist/types/components/internal/ExpandableCard/ExpandableCard.d.ts.map +1 -1
  107. package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts.map +1 -1
  108. package/dist/types/components/internal/Pagination/Pagination.d.ts +1 -1
  109. package/dist/types/components/internal/Pagination/Pagination.d.ts.map +1 -1
  110. package/dist/types/components/internal/StructuredList/useStructuredListItem.d.ts +1 -1
  111. package/dist/types/constants/dateFormats.d.ts +1 -0
  112. package/dist/types/constants/dateFormats.d.ts.map +1 -1
  113. package/dist/types/core/ConfigContext/context.d.ts +38 -20
  114. package/dist/types/core/ConfigContext/context.d.ts.map +1 -1
  115. package/dist/types/core/ConfigContext/session/AuthSession.d.ts +76 -40
  116. package/dist/types/core/ConfigContext/session/AuthSession.d.ts.map +1 -1
  117. package/dist/types/core/ConfigContext/session/SetupContext.d.ts +38 -20
  118. package/dist/types/core/ConfigContext/session/SetupContext.d.ts.map +1 -1
  119. package/dist/types/core/ConfigContext/types.d.ts +7 -1
  120. package/dist/types/core/ConfigContext/types.d.ts.map +1 -1
  121. package/dist/types/hooks/useTableColumns.d.ts +1 -1
  122. package/dist/types/translations/index.d.ts +4 -0
  123. package/dist/types/translations/index.d.ts.map +1 -1
  124. package/dist/types/types/api/endpoints.d.ts +4 -2
  125. package/dist/types/types/api/endpoints.d.ts.map +1 -1
  126. package/dist/types/types/api/models/capital.d.ts +10 -6
  127. package/dist/types/types/api/models/capital.d.ts.map +1 -1
  128. package/dist/types/types/api/resources/BalanceAccountsResource.d.ts +56 -28
  129. package/dist/types/types/api/resources/BalanceAccountsResource.d.ts.map +1 -1
  130. package/dist/types/types/api/resources/CapitalGrantOffersResource.d.ts +182 -0
  131. package/dist/types/types/api/resources/CapitalGrantOffersResource.d.ts.map +1 -0
  132. package/dist/types/types/api/resources/CapitalGrantsResource.d.ts +190 -0
  133. package/dist/types/types/api/resources/CapitalGrantsResource.d.ts.map +1 -0
  134. package/dist/types/types/api/resources/CapitalMissingActionsResource.d.ts +112 -0
  135. package/dist/types/types/api/resources/CapitalMissingActionsResource.d.ts.map +1 -0
  136. package/dist/types/types/api/resources/SetupResource.d.ts +33 -15
  137. package/dist/types/types/api/resources/SetupResource.d.ts.map +1 -1
  138. package/dist/types/utils/abort/main.d.ts +1 -2
  139. package/dist/types/utils/abort/main.d.ts.map +1 -1
  140. package/dist/{upload-C9Z9qRuS.cjs → upload-R-xiaagk.cjs} +2 -2
  141. package/dist/{upload-C9Z9qRuS.cjs.map → upload-R-xiaagk.cjs.map} +1 -1
  142. package/dist/{warning-CIRG3GTY.cjs → warning-Cf3v_UdK.cjs} +2 -2
  143. package/dist/{warning-CIRG3GTY.cjs.map → warning-Cf3v_UdK.cjs.map} +1 -1
  144. package/dist/{warning-filled-3hD1yAKv.cjs → warning-filled-BBeLyOZV.cjs} +2 -2
  145. package/dist/{warning-filled-3hD1yAKv.cjs.map → warning-filled-BBeLyOZV.cjs.map} +1 -1
  146. package/package.json +20 -43
  147. package/dist/da-DK-DzyB6ApY.cjs +0 -2
  148. package/dist/da-DK-DzyB6ApY.cjs.map +0 -1
  149. package/dist/de-DE-C_manCYP.cjs +0 -2
  150. package/dist/de-DE-C_manCYP.cjs.map +0 -1
  151. package/dist/es/components/external/CapitalOverview/components/GrantAction/GrantAction.js +0 -65
  152. package/dist/es/components/external/CapitalOverview/components/GrantAction/constants.js +0 -6
  153. package/dist/es/components/internal/SVGIcons/CheckedBox.js +0 -15
  154. package/dist/es/components/internal/SVGIcons/Checkmark.js +0 -17
  155. package/dist/es/components/internal/SVGIcons/ChevronDown.js +0 -17
  156. package/dist/es/components/internal/SVGIcons/ChevronLeft.js +0 -17
  157. package/dist/es/components/internal/SVGIcons/ChevronRight.js +0 -17
  158. package/dist/es/components/internal/SVGIcons/ChevronUp.js +0 -17
  159. package/dist/es/components/internal/SVGIcons/CloseCircle.js +0 -16
  160. package/dist/es/components/internal/SVGIcons/Download.js +0 -20
  161. package/dist/es/components/internal/SVGIcons/UncheckedBox.js +0 -9
  162. package/dist/es/components/internal/SVGIcons/Warning.js +0 -21
  163. package/dist/es-ES-D4yWVVk4.cjs +0 -2
  164. package/dist/es-ES-D4yWVVk4.cjs.map +0 -1
  165. package/dist/fi-FI-ziHSaIAM.cjs +0 -2
  166. package/dist/fi-FI-ziHSaIAM.cjs.map +0 -1
  167. package/dist/fr-FR-B-twXuu4.cjs +0 -2
  168. package/dist/fr-FR-B-twXuu4.cjs.map +0 -1
  169. package/dist/index-BKTWT4wv.cjs +0 -12
  170. package/dist/index-BKTWT4wv.cjs.map +0 -1
  171. package/dist/it-IT-CNU9GJon.cjs +0 -2
  172. package/dist/it-IT-CNU9GJon.cjs.map +0 -1
  173. package/dist/nl-NL-CWr5RWqD.cjs +0 -2
  174. package/dist/nl-NL-CWr5RWqD.cjs.map +0 -1
  175. package/dist/no-NO-CU-dleiK.cjs +0 -2
  176. package/dist/no-NO-CU-dleiK.cjs.map +0 -1
  177. package/dist/pt-BR-DJUsdwmX.cjs +0 -2
  178. package/dist/pt-BR-DJUsdwmX.cjs.map +0 -1
  179. package/dist/sv-SE-Btn3_SAD.cjs +0 -2
  180. package/dist/sv-SE-Btn3_SAD.cjs.map +0 -1
  181. package/dist/types/components/external/CapitalOverview/components/GrantAction/GrantAction.d.ts +0 -5
  182. package/dist/types/components/external/CapitalOverview/components/GrantAction/GrantAction.d.ts.map +0 -1
  183. package/dist/types/components/external/CapitalOverview/components/GrantAction/constants.d.ts +0 -4
  184. package/dist/types/components/external/CapitalOverview/components/GrantAction/types.d.ts +0 -7
  185. package/dist/types/components/external/CapitalOverview/components/GrantAction/types.d.ts.map +0 -1
  186. package/dist/types/components/external/CapitalOverview/components/GrantAction/utils.d.ts.map +0 -1
  187. package/dist/types/components/internal/SVGIcons/CheckedBox.d.ts +0 -10
  188. package/dist/types/components/internal/SVGIcons/CheckedBox.d.ts.map +0 -1
  189. package/dist/types/components/internal/SVGIcons/Checkmark.d.ts +0 -10
  190. package/dist/types/components/internal/SVGIcons/Checkmark.d.ts.map +0 -1
  191. package/dist/types/components/internal/SVGIcons/ChevronDown.d.ts +0 -10
  192. package/dist/types/components/internal/SVGIcons/ChevronDown.d.ts.map +0 -1
  193. package/dist/types/components/internal/SVGIcons/ChevronLeft.d.ts +0 -10
  194. package/dist/types/components/internal/SVGIcons/ChevronLeft.d.ts.map +0 -1
  195. package/dist/types/components/internal/SVGIcons/ChevronRight.d.ts +0 -10
  196. package/dist/types/components/internal/SVGIcons/ChevronRight.d.ts.map +0 -1
  197. package/dist/types/components/internal/SVGIcons/ChevronUp.d.ts +0 -10
  198. package/dist/types/components/internal/SVGIcons/ChevronUp.d.ts.map +0 -1
  199. package/dist/types/components/internal/SVGIcons/CloseCircle.d.ts +0 -7
  200. package/dist/types/components/internal/SVGIcons/CloseCircle.d.ts.map +0 -1
  201. package/dist/types/components/internal/SVGIcons/Download.d.ts +0 -7
  202. package/dist/types/components/internal/SVGIcons/Download.d.ts.map +0 -1
  203. package/dist/types/components/internal/SVGIcons/UncheckedBox.d.ts +0 -10
  204. package/dist/types/components/internal/SVGIcons/UncheckedBox.d.ts.map +0 -1
  205. package/dist/types/components/internal/SVGIcons/Warning.d.ts +0 -7
  206. package/dist/types/components/internal/SVGIcons/Warning.d.ts.map +0 -1
  207. package/dist/types/types/api/resources/CapitalResource.d.ts +0 -255
  208. package/dist/types/types/api/resources/CapitalResource.d.ts.map +0 -1
  209. /package/dist/es/components/external/CapitalOverview/components/{GrantAction → GrantActions}/utils.js +0 -0
  210. /package/dist/types/components/external/CapitalOverview/components/{GrantAction → GrantActions}/utils.d.ts +0 -0
@@ -1,255 +0,0 @@
1
- /**
2
- * This file was auto-generated by openapi-typescript.
3
- * Do not make direct changes to the file.
4
- */
5
- export interface paths {
6
- '/v1/capital/grantOffers/create': {
7
- /**
8
- * Create Grant Offer
9
- * @description This action verifies offer conditions and makes grant ready for user to accept it
10
- */
11
- post: operations['createGrantOffer'];
12
- };
13
- '/v1/capital/grantOffers/dynamic': {
14
- /**
15
- * Get Dynamic Grant Offer
16
- * @description Get grant offer details for specific parameters
17
- */
18
- get: operations['getDynamicGrantOffer'];
19
- };
20
- '/v1/capital/grantOffers/dynamic/configuration': {
21
- /**
22
- * Get dynamic offers
23
- * @description Given dynamic offers for the account holder
24
- */
25
- get: operations['getDynamicGrantOffersConfiguration'];
26
- };
27
- '/v1/capital/grants': {
28
- /**
29
- * Get Grants
30
- * @description Get AccountHolders grants
31
- */
32
- get: operations['getGrants'];
33
- };
34
- '/v1/capital/grants/{grantOfferId}': {
35
- /**
36
- * Request Funds
37
- * @description Submits grant offer request
38
- */
39
- post: operations['requestFunds'];
40
- };
41
- '/v1/capital/grants/missingActions/signToS': {
42
- /**
43
- * Get SignToS action details
44
- * @description Add @Operation annotation to provide a description
45
- */
46
- get: operations['signToSActionDetails'];
47
- };
48
- }
49
- export type webhooks = Record<string, never>;
50
- export interface components {
51
- schemas: {
52
- Amount: {
53
- /** @description The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). */
54
- currency: string;
55
- /**
56
- * Format: int64
57
- * @description The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
58
- */
59
- value: number;
60
- };
61
- FundsCollectionDetailDTO: {
62
- order: string[];
63
- region: string;
64
- accountNumber?: string;
65
- iban?: string;
66
- routingNumber?: string;
67
- sortCode?: string;
68
- };
69
- GrantOfferResponseDTO: {
70
- /** Format: int32 */
71
- expectedRepaymentPeriodDays: number;
72
- feesAmount: components['schemas']['Amount'];
73
- grantAmount: components['schemas']['Amount'];
74
- id: string;
75
- /** Format: int32 */
76
- maximumRepaymentPeriodDays?: number;
77
- /** Format: int32 */
78
- repaymentRate: number;
79
- aprBasisPoints?: number;
80
- thresholdAmount: components['schemas']['Amount'];
81
- totalAmount: components['schemas']['Amount'];
82
- };
83
- CreateGrantOfferRequestDTO: {
84
- /** Format: int64 */
85
- amount: number;
86
- currency: string;
87
- };
88
- DynamicOffersResponseDTO: {
89
- maxAmount: components['schemas']['Amount'];
90
- minAmount: components['schemas']['Amount'];
91
- /** Format: int32 */
92
- step: number;
93
- };
94
- GrantResponseDTO: {
95
- balanceAccountCode: string;
96
- balanceAccountDescription: string;
97
- /** Format: int32 */
98
- expectedRepaymentPeriodDays: number;
99
- feesAmount: components['schemas']['Amount'];
100
- grantAmount: components['schemas']['Amount'];
101
- id: string;
102
- /** Format: int32 */
103
- maximumRepaymentPeriodDays?: number;
104
- missingActions?: components['schemas']['MissingActionDTO'][];
105
- /** Format: date-time */
106
- offerExpiresAt?: string;
107
- remainingFeesAmount: components['schemas']['Amount'];
108
- remainingGrantAmount: components['schemas']['Amount'];
109
- remainingTotalAmount: components['schemas']['Amount'];
110
- repaidFeesAmount: components['schemas']['Amount'];
111
- repaidGrantAmount: components['schemas']['Amount'];
112
- repaidTotalAmount: components['schemas']['Amount'];
113
- /** Format: int64 */
114
- repaymentPeriodLeft: number;
115
- /** Format: int32 */
116
- repaymentRate: number;
117
- revocationAccount?: components['schemas']['FundsCollectionDetailDTO'];
118
- status: components['schemas']['GrantStatus'];
119
- /** Format: date-time */
120
- termEndsAt: string;
121
- thresholdAmount: components['schemas']['Amount'];
122
- totalAmount: components['schemas']['Amount'];
123
- unscheduledRepaymentAccounts?: components['schemas']['FundsCollectionDetailDTO'][];
124
- };
125
- /** @enum {string} */
126
- GrantStatus: 'Pending' | 'Active' | 'Repaid' | 'Failed' | 'WrittenOff' | 'Revoked';
127
- GrantsResponseDTO: {
128
- data: components['schemas']['GrantResponseDTO'][];
129
- };
130
- MissingActionDTO: {
131
- type: components['schemas']['MissingActionType'];
132
- };
133
- /** @enum {string} */
134
- MissingActionType: 'signToS';
135
- MissingTOSActionDetailsResponseDTO: {
136
- url: string;
137
- };
138
- };
139
- responses: never;
140
- parameters: never;
141
- requestBodies: never;
142
- headers: never;
143
- pathItems: never;
144
- }
145
- export type $defs = Record<string, never>;
146
- export type external = Record<string, never>;
147
- export interface operations {
148
- /**
149
- * Create Grant Offer
150
- * @description This action verifies offer conditions and makes grant ready for user to accept it
151
- */
152
- createGrantOffer: {
153
- requestBody: {
154
- content: {
155
- 'application/json': components['schemas']['CreateGrantOfferRequestDTO'];
156
- };
157
- };
158
- responses: {
159
- /** @description OK - the request has succeeded. */
160
- 200: {
161
- content: {
162
- 'application/json': components['schemas']['GrantOfferResponseDTO'];
163
- };
164
- };
165
- };
166
- };
167
- /**
168
- * Get Dynamic Grant Offer
169
- * @description Get grant offer details for specific parameters
170
- */
171
- getDynamicGrantOffer: {
172
- parameters: {
173
- query: {
174
- amount: number;
175
- currency: string;
176
- };
177
- };
178
- responses: {
179
- /** @description OK - the request has succeeded. */
180
- 200: {
181
- content: {
182
- 'application/json': components['schemas']['GrantOfferResponseDTO'];
183
- };
184
- };
185
- };
186
- };
187
- /**
188
- * Get dynamic offers
189
- * @description Given dynamic offers for the account holder
190
- */
191
- getDynamicGrantOffersConfiguration: {
192
- responses: {
193
- /** @description OK - the request has succeeded. */
194
- 200: {
195
- content: {
196
- 'application/json': components['schemas']['DynamicOffersResponseDTO'];
197
- };
198
- };
199
- };
200
- };
201
- /**
202
- * Get Grants
203
- * @description Get AccountHolders grants
204
- */
205
- getGrants: {
206
- responses: {
207
- /** @description OK - the request has succeeded. */
208
- 200: {
209
- content: {
210
- 'application/json': components['schemas']['GrantsResponseDTO'];
211
- };
212
- };
213
- };
214
- };
215
- /**
216
- * Request Funds
217
- * @description Submits grant offer request
218
- */
219
- requestFunds: {
220
- parameters: {
221
- path: {
222
- grantOfferId: string;
223
- };
224
- };
225
- responses: {
226
- /** @description OK - the request has succeeded. */
227
- 200: {
228
- content: {
229
- 'application/json': components['schemas']['GrantResponseDTO'];
230
- };
231
- };
232
- };
233
- };
234
- /**
235
- * Get SignToS action details
236
- * @description Add @Operation annotation to provide a description
237
- */
238
- signToSActionDetails: {
239
- parameters: {
240
- query: {
241
- redirectUrl: string;
242
- locale: string;
243
- };
244
- };
245
- responses: {
246
- /** @description OK - the request has succeeded. */
247
- 200: {
248
- content: {
249
- 'application/json': components['schemas']['MissingTOSActionDetailsResponseDTO'];
250
- };
251
- };
252
- };
253
- };
254
- }
255
- //# sourceMappingURL=CapitalResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapitalResource.d.ts","sourceRoot":"","sources":["../../../../../src/types/api/resources/CapitalResource.ts"],"names":[],"mappings":"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"}