@tesouro/embedded-components-react 0.2.253 → 0.2.255

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 (139) hide show
  1. package/dist/core.js +1 -1
  2. package/dist/index.css +15 -0
  3. package/dist/index.js +2 -2
  4. package/dist/lib/BillPayWidget.d.ts +151 -151
  5. package/dist/lib/BillPayWidget.js +1 -1
  6. package/dist/lib/InsightsWidget.js +1 -1
  7. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +1 -1
  8. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index3.js +4 -4
  9. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +2 -2
  10. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index7.js +1 -1
  11. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index.js +10 -0
  12. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index10.js +40 -0
  13. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index11.js +36 -0
  14. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index3.js +28 -0
  15. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index4.js +22 -0
  16. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index5.js +7 -0
  17. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index6.js +75 -0
  18. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index7.js +166 -0
  19. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index8.js +17 -0
  20. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index9.js +30 -0
  21. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index.js +15 -1
  22. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index10.js +9 -0
  23. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index11.js +99 -0
  24. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index12.js +4 -0
  25. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index13.js +4 -0
  26. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index14.js +43 -0
  27. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index15.js +1 -0
  28. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index16.js +50 -0
  29. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index17.js +8 -0
  30. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index18.js +7 -0
  31. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index19.js +93 -0
  32. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +42 -2
  33. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index20.js +3 -0
  34. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index21.js +8 -0
  35. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index22.js +9 -0
  36. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index23.js +85 -0
  37. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index24.js +3 -0
  38. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index25.js +8 -0
  39. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index26.js +112 -0
  40. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index27.js +1 -0
  41. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index28.js +25 -0
  42. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +51 -35
  43. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +235 -1
  44. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +106 -7
  45. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index6.js +35 -88
  46. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index7.js +122 -1
  47. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index8.js +36 -22
  48. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index9.js +74 -0
  49. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index.js +15 -8
  50. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index10.js +24 -3
  51. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index11.js +1 -0
  52. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index12.js +12 -0
  53. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index13.js +83 -3
  54. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index14.js +1 -0
  55. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index15.js +18 -0
  56. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index16.js +205 -4
  57. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index17.js +1 -0
  58. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index18.js +10 -0
  59. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index19.js +89 -4
  60. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index20.js +1 -0
  61. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index21.js +10 -0
  62. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index22.js +131 -4
  63. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index23.js +1 -0
  64. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index24.js +10 -0
  65. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index25.js +45 -5
  66. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index27.js +17 -1
  67. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index28.js +149 -7
  68. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index3.js +73 -4
  69. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index33.js +14 -0
  70. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index34.js +24 -2
  71. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index35.js +1 -0
  72. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index36.js +24 -1
  73. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index38.js +145 -6
  74. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index39.js +10 -0
  75. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index40.js +8 -0
  76. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index41.js +93 -4
  77. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index43.js +1 -0
  78. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index44.js +7 -0
  79. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index45.js +30 -2
  80. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index46.js +1 -0
  81. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index47.js +13 -0
  82. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index48.js +88 -5
  83. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index7.js +62 -5
  84. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index9.js +7 -0
  85. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index4.js +2 -2
  86. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index4.js +13 -13
  87. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index7.js +58 -58
  88. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index8.js +19 -19
  89. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index7.js +1 -1
  90. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index.js +2 -2
  91. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index10.js +13 -62
  92. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index11.js +66 -0
  93. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index7.js +11 -109
  94. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index8.js +113 -21
  95. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index9.js +21 -15
  96. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index7.js +1 -1
  97. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index9.js +2 -2
  98. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +3 -3
  99. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index4.js +1 -1
  100. package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/feature/dist/lib/policyViewModel.js +1 -1
  101. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/index.js +15 -15
  102. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/helpers.js +9 -9
  103. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useAddressForm.js +1 -1
  104. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useCounterpartForm.js +32 -29
  105. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useSubEntityForm.js +1 -1
  106. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index.js +7 -7
  107. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index8.js +232 -220
  108. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/index.js +19 -19
  109. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +171 -138
  110. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client/index.js +1 -0
  111. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/bodySerializer.gen.js +9 -2
  112. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +404 -293
  113. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +463 -456
  114. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetTokenRefreshProvider.js +1 -1
  115. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
  116. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/index.js +1 -1
  117. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/MeasureUnitsManagerContainer.js +1 -1
  118. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/useProductForm.js +1 -1
  119. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index3.js → lib/amountOutputToMajorUnits.js} +1 -1
  120. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index14.js → lib/apiErrors.js} +1 -1
  121. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index2.js → lib/coerceAmountValueToMinorUnits.js} +1 -1
  122. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/lib/formatCalendarDate.js +13 -0
  123. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index4.js → lib/formatMoneyExact.js} +1 -1
  124. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index5.js → lib/formatPhoneDisplay.js} +1 -1
  125. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index6.js → lib/getInitials.js} +1 -1
  126. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index7.js → lib/normalizeAmountOutputCurrencyCode.js} +1 -1
  127. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index8.js → lib/parseAmountOutputMajorUnits.js} +1 -1
  128. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index9.js → lib/parseDecimalAmountToMinorUnits.js} +2 -2
  129. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index10.js → lib/sumAmountOutputsMajorUnits.js} +3 -3
  130. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index11.js → lib/usStates.js} +1 -1
  131. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index13.js → lib/widgetDomEvents.js} +1 -1
  132. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index12.js → lib/widgetTokenManager.js} +1 -1
  133. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index8.js +1 -1
  134. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +1 -1
  135. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index4.js +1 -1
  136. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +4 -4
  137. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index5.js +1 -1
  138. package/dist/packages/shared-ui-shadcn/dist/index.js +3593 -3582
  139. package/package.json +1 -1
@@ -1,67 +1,68 @@
1
+ import { formDataBodySerializer as e } from "./core/bodySerializer.gen.js";
1
2
  import "./client/index.js";
2
- import { client as e } from "./client.gen.js";
3
+ import { client as t } from "./client.gen.js";
3
4
  //#region ../../libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js
4
- var t = (t) => (t.client ?? e).post({
5
+ var n = (e) => (e.client ?? t).post({
5
6
  security: [{
6
7
  key: "HTTPBearer",
7
8
  scheme: "bearer",
8
9
  type: "http"
9
10
  }],
10
11
  url: "/api/widget-gateway/disclosure-acceptance",
11
- ...t,
12
+ ...e,
12
13
  headers: {
13
14
  "Content-Type": "application/json",
14
- ...t.headers
15
+ ...e.headers
15
16
  }
16
- }), ee = (t) => (t?.client ?? e).get({
17
+ }), r = (e) => (e?.client ?? t).get({
17
18
  security: [{
18
19
  key: "HTTPBearer",
19
20
  scheme: "bearer",
20
21
  type: "http"
21
22
  }],
22
23
  url: "/api/widget-gateway/init",
23
- ...t
24
- }), te = (t) => (t?.client ?? e).get({
24
+ ...e
25
+ }), i = (e) => (e?.client ?? t).get({
25
26
  security: [{
26
27
  key: "APPToken",
27
28
  scheme: "bearer",
28
29
  type: "http"
29
30
  }],
30
31
  url: "/embedded-banking/v1/application-status",
31
- ...t
32
- }), n = (t) => (t.client ?? e).post({
32
+ ...e
33
+ }), a = (e) => (e.client ?? t).post({
33
34
  security: [{
34
35
  key: "APPToken",
35
36
  scheme: "bearer",
36
37
  type: "http"
37
38
  }],
38
39
  url: "/embedded-banking/v1/bank-account-applications",
39
- ...t,
40
+ ...e,
40
41
  headers: {
41
42
  "Content-Type": "application/json",
42
- ...t.headers
43
+ ...e.headers
43
44
  }
44
- }), r = (t) => (t.client ?? e).patch({
45
+ }), o = (e) => (e.client ?? t).patch({
45
46
  security: [{
46
47
  key: "APPToken",
47
48
  scheme: "bearer",
48
49
  type: "http"
49
50
  }],
50
51
  url: "/embedded-banking/v1/bank-account-applications/{id}",
51
- ...t,
52
+ ...e,
52
53
  headers: {
53
54
  "Content-Type": "application/json",
54
- ...t.headers
55
+ ...e.headers
55
56
  }
56
- }), i = (t) => (t.client ?? e).post({
57
+ }), s = (e) => (e.client ?? t).post({
57
58
  security: [{
58
59
  key: "APPToken",
59
60
  scheme: "bearer",
60
61
  type: "http"
61
62
  }],
62
63
  url: "/embedded-banking/v1/bank-account-applications/{id}/submission",
63
- ...t
64
- }), a = (t) => (t?.client ?? e).get({
64
+ ...e
65
+ }), c = (e) => (e?.client ?? t).get({
65
66
  security: [{
66
67
  key: "APPToken",
67
68
  scheme: "bearer",
@@ -72,8 +73,8 @@ var t = (t) => (t.client ?? e).post({
72
73
  type: "http"
73
74
  }],
74
75
  url: "/embedded-banking/v1/bank-accounts",
75
- ...t
76
- }), o = (t) => (t.client ?? e).post({
76
+ ...e
77
+ }), l = (e) => (e.client ?? t).post({
77
78
  security: [{
78
79
  key: "APPToken",
79
80
  scheme: "bearer",
@@ -84,12 +85,12 @@ var t = (t) => (t.client ?? e).post({
84
85
  type: "http"
85
86
  }],
86
87
  url: "/embedded-banking/v1/bank-accounts",
87
- ...t,
88
+ ...e,
88
89
  headers: {
89
90
  "Content-Type": "application/json",
90
- ...t.headers
91
+ ...e.headers
91
92
  }
92
- }), s = (t) => (t.client ?? e).post({
93
+ }), u = (e) => (e.client ?? t).post({
93
94
  security: [{
94
95
  key: "APPToken",
95
96
  scheme: "bearer",
@@ -100,12 +101,12 @@ var t = (t) => (t.client ?? e).post({
100
101
  type: "http"
101
102
  }],
102
103
  url: "/embedded-banking/v1/bank-accounts/access",
103
- ...t,
104
+ ...e,
104
105
  headers: {
105
106
  "Content-Type": "application/json",
106
- ...t.headers
107
+ ...e.headers
107
108
  }
108
- }), c = (t) => (t.client ?? e).get({
109
+ }), d = (e) => (e.client ?? t).get({
109
110
  security: [{
110
111
  key: "APPToken",
111
112
  scheme: "bearer",
@@ -116,8 +117,8 @@ var t = (t) => (t.client ?? e).post({
116
117
  type: "http"
117
118
  }],
118
119
  url: "/embedded-banking/v1/bank-accounts/{id}",
119
- ...t
120
- }), l = (t) => (t.client ?? e).patch({
120
+ ...e
121
+ }), f = (e) => (e.client ?? t).patch({
121
122
  security: [{
122
123
  key: "APPToken",
123
124
  scheme: "bearer",
@@ -128,12 +129,12 @@ var t = (t) => (t.client ?? e).post({
128
129
  type: "http"
129
130
  }],
130
131
  url: "/embedded-banking/v1/bank-accounts/{id}",
131
- ...t,
132
+ ...e,
132
133
  headers: {
133
134
  "Content-Type": "application/json",
134
- ...t.headers
135
+ ...e.headers
135
136
  }
136
- }), u = (t) => (t.client ?? e).get({
137
+ }), p = (e) => (e.client ?? t).get({
137
138
  security: [{
138
139
  key: "APPToken",
139
140
  scheme: "bearer",
@@ -144,8 +145,8 @@ var t = (t) => (t.client ?? e).post({
144
145
  type: "http"
145
146
  }],
146
147
  url: "/embedded-banking/v1/bank-accounts/{id}/access",
147
- ...t
148
- }), d = (t) => (t.client ?? e).post({
148
+ ...e
149
+ }), m = (e) => (e.client ?? t).post({
149
150
  security: [{
150
151
  key: "APPToken",
151
152
  scheme: "bearer",
@@ -156,12 +157,12 @@ var t = (t) => (t.client ?? e).post({
156
157
  type: "http"
157
158
  }],
158
159
  url: "/embedded-banking/v1/bank-accounts/{id}/access",
159
- ...t,
160
+ ...e,
160
161
  headers: {
161
162
  "Content-Type": "application/json",
162
- ...t.headers
163
+ ...e.headers
163
164
  }
164
- }), f = (t) => (t.client ?? e).get({
165
+ }), h = (e) => (e.client ?? t).get({
165
166
  security: [{
166
167
  key: "APPToken",
167
168
  scheme: "bearer",
@@ -172,8 +173,8 @@ var t = (t) => (t.client ?? e).post({
172
173
  type: "http"
173
174
  }],
174
175
  url: "/embedded-banking/v1/bank-accounts/{id}/transactions",
175
- ...t
176
- }), p = (t) => (t.client ?? e).get({
176
+ ...e
177
+ }), g = (e) => (e.client ?? t).get({
177
178
  security: [{
178
179
  key: "APPToken",
179
180
  scheme: "bearer",
@@ -184,8 +185,8 @@ var t = (t) => (t.client ?? e).post({
184
185
  type: "http"
185
186
  }],
186
187
  url: "/embedded-banking/v1/bank-accounts/{id}/transactions/download",
187
- ...t
188
- }), m = (t) => (t.client ?? e).get({
188
+ ...e
189
+ }), _ = (e) => (e.client ?? t).get({
189
190
  security: [{
190
191
  key: "APPToken",
191
192
  scheme: "bearer",
@@ -196,8 +197,8 @@ var t = (t) => (t.client ?? e).post({
196
197
  type: "http"
197
198
  }],
198
199
  url: "/embedded-banking/v1/bank-accounts/{id}/transfers",
199
- ...t
200
- }), h = (t) => (t?.client ?? e).get({
200
+ ...e
201
+ }), v = (e) => (e?.client ?? t).get({
201
202
  security: [{
202
203
  key: "APPToken",
203
204
  scheme: "bearer",
@@ -208,8 +209,8 @@ var t = (t) => (t.client ?? e).post({
208
209
  type: "http"
209
210
  }],
210
211
  url: "/embedded-banking/v1/credit-cards",
211
- ...t
212
- }), g = (t) => (t.client ?? e).get({
212
+ ...e
213
+ }), y = (e) => (e.client ?? t).get({
213
214
  security: [{
214
215
  key: "APPToken",
215
216
  scheme: "bearer",
@@ -220,8 +221,8 @@ var t = (t) => (t.client ?? e).post({
220
221
  type: "http"
221
222
  }],
222
223
  url: "/embedded-banking/v1/credit-cards/{cardId}",
223
- ...t
224
- }), _ = (t) => (t?.client ?? e).get({
224
+ ...e
225
+ }), b = (e) => (e?.client ?? t).get({
225
226
  security: [{
226
227
  key: "APPToken",
227
228
  scheme: "bearer",
@@ -232,8 +233,8 @@ var t = (t) => (t.client ?? e).post({
232
233
  type: "http"
233
234
  }],
234
235
  url: "/embedded-banking/v1/debit-cards",
235
- ...t
236
- }), v = (t) => (t.client ?? e).get({
236
+ ...e
237
+ }), x = (e) => (e.client ?? t).get({
237
238
  security: [{
238
239
  key: "APPToken",
239
240
  scheme: "bearer",
@@ -244,8 +245,8 @@ var t = (t) => (t.client ?? e).post({
244
245
  type: "http"
245
246
  }],
246
247
  url: "/embedded-banking/v1/debit-cards/{cardId}",
247
- ...t
248
- }), y = (t) => (t?.client ?? e).get({
248
+ ...e
249
+ }), S = (e) => (e?.client ?? t).get({
249
250
  security: [{
250
251
  key: "APPToken",
251
252
  scheme: "bearer",
@@ -256,8 +257,8 @@ var t = (t) => (t.client ?? e).post({
256
257
  type: "http"
257
258
  }],
258
259
  url: "/embedded-banking/v1/external-bank-accounts",
259
- ...t
260
- }), b = (t) => (t.client ?? e).post({
260
+ ...e
261
+ }), C = (e) => (e.client ?? t).post({
261
262
  security: [{
262
263
  key: "APPToken",
263
264
  scheme: "bearer",
@@ -268,12 +269,12 @@ var t = (t) => (t.client ?? e).post({
268
269
  type: "http"
269
270
  }],
270
271
  url: "/embedded-banking/v1/external-bank-accounts",
271
- ...t,
272
+ ...e,
272
273
  headers: {
273
274
  "Content-Type": "application/json",
274
- ...t.headers
275
+ ...e.headers
275
276
  }
276
- }), x = (t) => (t.client ?? e).delete({
277
+ }), w = (e) => (e.client ?? t).delete({
277
278
  security: [{
278
279
  key: "APPToken",
279
280
  scheme: "bearer",
@@ -284,8 +285,8 @@ var t = (t) => (t.client ?? e).post({
284
285
  type: "http"
285
286
  }],
286
287
  url: "/embedded-banking/v1/external-bank-accounts/{id}",
287
- ...t
288
- }), S = (t) => (t.client ?? e).patch({
288
+ ...e
289
+ }), T = (e) => (e.client ?? t).patch({
289
290
  security: [{
290
291
  key: "APPToken",
291
292
  scheme: "bearer",
@@ -296,12 +297,12 @@ var t = (t) => (t.client ?? e).post({
296
297
  type: "http"
297
298
  }],
298
299
  url: "/embedded-banking/v1/external-bank-accounts/{id}",
299
- ...t,
300
+ ...e,
300
301
  headers: {
301
302
  "Content-Type": "application/json",
302
- ...t.headers
303
+ ...e.headers
303
304
  }
304
- }), C = (t) => (t.client ?? e).get({
305
+ }), E = (e) => (e.client ?? t).get({
305
306
  security: [{
306
307
  key: "APPToken",
307
308
  scheme: "bearer",
@@ -312,8 +313,8 @@ var t = (t) => (t.client ?? e).post({
312
313
  type: "http"
313
314
  }],
314
315
  url: "/embedded-banking/v1/external-bank-accounts/{id}/access",
315
- ...t
316
- }), w = (t) => (t.client ?? e).post({
316
+ ...e
317
+ }), D = (e) => (e.client ?? t).post({
317
318
  security: [{
318
319
  key: "APPToken",
319
320
  scheme: "bearer",
@@ -324,12 +325,12 @@ var t = (t) => (t.client ?? e).post({
324
325
  type: "http"
325
326
  }],
326
327
  url: "/embedded-banking/v1/external-bank-accounts/{id}/access",
327
- ...t,
328
+ ...e,
328
329
  headers: {
329
330
  "Content-Type": "application/json",
330
- ...t.headers
331
+ ...e.headers
331
332
  }
332
- }), T = (t) => (t.client ?? e).post({
333
+ }), O = (e) => (e.client ?? t).post({
333
334
  security: [{
334
335
  key: "APPToken",
335
336
  scheme: "bearer",
@@ -340,8 +341,8 @@ var t = (t) => (t.client ?? e).post({
340
341
  type: "http"
341
342
  }],
342
343
  url: "/embedded-banking/v1/external-bank-accounts/{id}/link",
343
- ...t
344
- }), E = (t) => (t.client ?? e).post({
344
+ ...e
345
+ }), k = (e) => (e.client ?? t).post({
345
346
  security: [{
346
347
  key: "APPToken",
347
348
  scheme: "bearer",
@@ -352,12 +353,12 @@ var t = (t) => (t.client ?? e).post({
352
353
  type: "http"
353
354
  }],
354
355
  url: "/embedded-banking/v1/external-bank-accounts/{id}/validate",
355
- ...t,
356
+ ...e,
356
357
  headers: {
357
358
  "Content-Type": "application/json",
358
- ...t.headers
359
+ ...e.headers
359
360
  }
360
- }), D = (t) => (t.client ?? e).post({
361
+ }), A = (e) => (e.client ?? t).post({
361
362
  security: [{
362
363
  key: "APPToken",
363
364
  scheme: "bearer",
@@ -368,12 +369,12 @@ var t = (t) => (t.client ?? e).post({
368
369
  type: "http"
369
370
  }],
370
371
  url: "/embedded-banking/v1/money-movements/ach",
371
- ...t,
372
+ ...e,
372
373
  headers: {
373
374
  "Content-Type": "application/json",
374
- ...t.headers
375
+ ...e.headers
375
376
  }
376
- }), O = (t) => (t.client ?? e).post({
377
+ }), j = (e) => (e.client ?? t).post({
377
378
  security: [{
378
379
  key: "APPToken",
379
380
  scheme: "bearer",
@@ -384,668 +385,778 @@ var t = (t) => (t.client ?? e).post({
384
385
  type: "http"
385
386
  }],
386
387
  url: "/embedded-banking/v1/money-movements/book",
387
- ...t,
388
+ ...e,
388
389
  headers: {
389
390
  "Content-Type": "application/json",
390
- ...t.headers
391
+ ...e.headers
391
392
  }
392
- }), k = (t) => (t.client ?? e).get({
393
+ }), M = (e) => (e.client ?? t).get({
393
394
  security: [{
394
395
  key: "HTTPBearer",
395
396
  scheme: "bearer",
396
397
  type: "http"
397
398
  }],
398
399
  url: "/finops/v1/analytics/payables",
399
- ...t
400
- }), A = (t) => (t.client ?? e).get({
400
+ ...e
401
+ }), N = (e) => (e.client ?? t).get({
401
402
  security: [{
402
403
  key: "HTTPBearer",
403
404
  scheme: "bearer",
404
405
  type: "http"
405
406
  }],
406
407
  url: "/finops/v1/analytics/receivables",
407
- ...t
408
- }), j = (t) => (t.client ?? e).get({
408
+ ...e
409
+ }), P = (e) => (e.client ?? t).get({
409
410
  security: [{
410
411
  key: "HTTPBearer",
411
412
  scheme: "bearer",
412
413
  type: "http"
413
414
  }],
414
415
  url: "/finops/v1/approval-policies",
415
- ...t
416
- }), M = (t) => (t.client ?? e).post({
416
+ ...e
417
+ }), F = (e) => (e.client ?? t).post({
417
418
  security: [{
418
419
  key: "HTTPBearer",
419
420
  scheme: "bearer",
420
421
  type: "http"
421
422
  }],
422
423
  url: "/finops/v1/approval-policies",
423
- ...t,
424
+ ...e,
424
425
  headers: {
425
426
  "Content-Type": "application/json",
426
- ...t.headers
427
+ ...e.headers
427
428
  }
428
- }), N = (t) => (t.client ?? e).delete({
429
+ }), I = (e) => (e.client ?? t).delete({
429
430
  security: [{
430
431
  key: "HTTPBearer",
431
432
  scheme: "bearer",
432
433
  type: "http"
433
434
  }],
434
435
  url: "/finops/v1/approval-policies/{approval_policy_id}",
435
- ...t
436
- }), P = (t) => (t.client ?? e).patch({
436
+ ...e
437
+ }), L = (e) => (e.client ?? t).patch({
437
438
  security: [{
438
439
  key: "HTTPBearer",
439
440
  scheme: "bearer",
440
441
  type: "http"
441
442
  }],
442
443
  url: "/finops/v1/approval-policies/{approval_policy_id}",
443
- ...t,
444
+ ...e,
444
445
  headers: {
445
446
  "Content-Type": "application/json",
446
- ...t.headers
447
+ ...e.headers
447
448
  }
448
- }), F = (t) => (t.client ?? e).get({
449
+ }), R = (e) => (e.client ?? t).get({
449
450
  security: [{
450
451
  key: "HTTPBearer",
451
452
  scheme: "bearer",
452
453
  type: "http"
453
454
  }],
454
455
  url: "/finops/v1/counterparts",
455
- ...t
456
- }), I = (t) => (t.client ?? e).post({
456
+ ...e
457
+ }), z = (e) => (e.client ?? t).post({
457
458
  security: [{
458
459
  key: "HTTPBearer",
459
460
  scheme: "bearer",
460
461
  type: "http"
461
462
  }],
462
463
  url: "/finops/v1/counterparts",
463
- ...t,
464
+ ...e,
464
465
  headers: {
465
466
  "Content-Type": "application/json",
466
- ...t.headers
467
+ ...e.headers
467
468
  }
468
- }), L = (t) => (t.client ?? e).delete({
469
+ }), B = (e) => (e.client ?? t).delete({
469
470
  security: [{
470
471
  key: "HTTPBearer",
471
472
  scheme: "bearer",
472
473
  type: "http"
473
474
  }],
474
475
  url: "/finops/v1/counterparts/{counterpart_id}",
475
- ...t
476
- }), R = (t) => (t.client ?? e).get({
476
+ ...e
477
+ }), V = (e) => (e.client ?? t).get({
477
478
  security: [{
478
479
  key: "HTTPBearer",
479
480
  scheme: "bearer",
480
481
  type: "http"
481
482
  }],
482
483
  url: "/finops/v1/counterparts/{counterpart_id}",
483
- ...t
484
- }), z = (t) => (t.client ?? e).patch({
484
+ ...e
485
+ }), H = (e) => (e.client ?? t).patch({
485
486
  security: [{
486
487
  key: "HTTPBearer",
487
488
  scheme: "bearer",
488
489
  type: "http"
489
490
  }],
490
491
  url: "/finops/v1/counterparts/{counterpart_id}",
491
- ...t,
492
+ ...e,
492
493
  headers: {
493
494
  "Content-Type": "application/json",
494
- ...t.headers
495
+ ...e.headers
495
496
  }
496
- }), B = (t) => (t.client ?? e).get({
497
+ }), U = (e) => (e.client ?? t).get({
497
498
  security: [{
498
499
  key: "HTTPBearer",
499
500
  scheme: "bearer",
500
501
  type: "http"
501
502
  }],
502
503
  url: "/finops/v1/counterparts/{counterpart_id}/addresses",
503
- ...t
504
- }), V = (t) => (t.client ?? e).post({
504
+ ...e
505
+ }), W = (e) => (e.client ?? t).post({
505
506
  security: [{
506
507
  key: "HTTPBearer",
507
508
  scheme: "bearer",
508
509
  type: "http"
509
510
  }],
510
511
  url: "/finops/v1/counterparts/{counterpart_id}/addresses",
511
- ...t,
512
+ ...e,
512
513
  headers: {
513
514
  "Content-Type": "application/json",
514
- ...t.headers
515
+ ...e.headers
515
516
  }
516
- }), H = (t) => (t.client ?? e).patch({
517
+ }), G = (e) => (e.client ?? t).patch({
517
518
  security: [{
518
519
  key: "HTTPBearer",
519
520
  scheme: "bearer",
520
521
  type: "http"
521
522
  }],
522
523
  url: "/finops/v1/counterparts/{counterpart_id}/addresses/{address_id}",
523
- ...t,
524
+ ...e,
524
525
  headers: {
525
526
  "Content-Type": "application/json",
526
- ...t.headers
527
+ ...e.headers
527
528
  }
528
- }), U = (t) => (t.client ?? e).get({
529
+ }), K = (e) => (e.client ?? t).get({
529
530
  security: [{
530
531
  key: "HTTPBearer",
531
532
  scheme: "bearer",
532
533
  type: "http"
533
534
  }],
534
535
  url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
535
- ...t
536
- }), W = (t) => (t.client ?? e).post({
536
+ ...e
537
+ }), q = (e) => (e.client ?? t).post({
537
538
  security: [{
538
539
  key: "HTTPBearer",
539
540
  scheme: "bearer",
540
541
  type: "http"
541
542
  }],
542
543
  url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
543
- ...t,
544
+ ...e,
544
545
  headers: {
545
546
  "Content-Type": "application/json",
546
- ...t.headers
547
+ ...e.headers
547
548
  }
548
- }), G = (t) => (t.client ?? e).delete({
549
+ }), J = (e) => (e.client ?? t).delete({
549
550
  security: [{
550
551
  key: "HTTPBearer",
551
552
  scheme: "bearer",
552
553
  type: "http"
553
554
  }],
554
555
  url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
555
- ...t
556
- }), K = (t) => (t.client ?? e).patch({
556
+ ...e
557
+ }), Y = (e) => (e.client ?? t).patch({
557
558
  security: [{
558
559
  key: "HTTPBearer",
559
560
  scheme: "bearer",
560
561
  type: "http"
561
562
  }],
562
563
  url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
563
- ...t,
564
+ ...e,
564
565
  headers: {
565
566
  "Content-Type": "application/json",
566
- ...t.headers
567
+ ...e.headers
567
568
  }
568
- }), q = (t) => (t.client ?? e).post({
569
+ }), X = (e) => (e.client ?? t).post({
569
570
  security: [{
570
571
  key: "HTTPBearer",
571
572
  scheme: "bearer",
572
573
  type: "http"
573
574
  }],
574
575
  url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}/make-default",
575
- ...t
576
- }), J = (t) => (t?.client ?? e).get({
576
+ ...e
577
+ }), Z = (e) => (e?.client ?? t).get({
577
578
  security: [{
578
579
  key: "HTTPBearer",
579
580
  scheme: "bearer",
580
581
  type: "http"
581
582
  }],
582
583
  url: "/finops/v1/entities/me",
583
- ...t
584
- }), Y = (t) => (t.client ?? e).get({
584
+ ...e
585
+ }), Q = (e) => (e.client ?? t).get({
585
586
  security: [{
586
587
  key: "HTTPBearer",
587
588
  scheme: "bearer",
588
589
  type: "http"
589
590
  }],
590
591
  url: "/finops/v1/entities/{entity_id}/settings",
591
- ...t
592
- }), X = (t) => (t.client ?? e).patch({
592
+ ...e
593
+ }), $ = (e) => (e.client ?? t).patch({
593
594
  security: [{
594
595
  key: "HTTPBearer",
595
596
  scheme: "bearer",
596
597
  type: "http"
597
598
  }],
598
599
  url: "/finops/v1/entities/{entity_id}/settings",
599
- ...t,
600
+ ...e,
600
601
  headers: {
601
602
  "Content-Type": "application/json",
602
- ...t.headers
603
+ ...e.headers
603
604
  }
604
- }), Z = (t) => (t.client ?? e).get({
605
+ }), ee = (e) => (e.client ?? t).get({
605
606
  security: [{
606
607
  key: "HTTPBearer",
607
608
  scheme: "bearer",
608
609
  type: "http"
609
610
  }],
610
611
  url: "/finops/v1/entity-users",
611
- ...t
612
- }), Q = (t) => (t?.client ?? e).get({
612
+ ...e
613
+ }), te = (e) => (e?.client ?? t).get({
613
614
  security: [{
614
615
  key: "HTTPBearer",
615
616
  scheme: "bearer",
616
617
  type: "http"
617
618
  }],
618
619
  url: "/finops/v1/entity-users/me",
619
- ...t
620
- }), ne = (t) => (t?.client ?? e).get({
620
+ ...e
621
+ }), ne = (e) => (e?.client ?? t).get({
621
622
  security: [{
622
623
  key: "HTTPBearer",
623
624
  scheme: "bearer",
624
625
  type: "http"
625
626
  }],
626
627
  url: "/finops/v1/entity-users/my-entity",
627
- ...t
628
- }), re = (t) => (t.client ?? e).get({
628
+ ...e
629
+ }), re = (e) => (e.client ?? t).delete({
630
+ security: [{
631
+ key: "HTTPBearer",
632
+ scheme: "bearer",
633
+ type: "http"
634
+ }],
635
+ url: "/finops/v1/files/{file_id}",
636
+ ...e
637
+ }), ie = (e) => (e.client ?? t).get({
629
638
  security: [{
630
639
  key: "HTTPBearer",
631
640
  scheme: "bearer",
632
641
  type: "http"
633
642
  }],
634
643
  url: "/finops/v1/ledger-accounts",
635
- ...t
636
- }), ie = (t) => (t.client ?? e).post({
644
+ ...e
645
+ }), ae = (e) => (e.client ?? t).post({
637
646
  security: [{
638
647
  key: "HTTPBearer",
639
648
  scheme: "bearer",
640
649
  type: "http"
641
650
  }],
642
651
  url: "/finops/v1/ledger-accounts",
643
- ...t,
652
+ ...e,
644
653
  headers: {
645
654
  "Content-Type": "application/json",
646
- ...t.headers
655
+ ...e.headers
647
656
  }
648
- }), ae = (t) => (t.client ?? e).delete({
657
+ }), oe = (e) => (e.client ?? t).delete({
649
658
  security: [{
650
659
  key: "HTTPBearer",
651
660
  scheme: "bearer",
652
661
  type: "http"
653
662
  }],
654
663
  url: "/finops/v1/ledger-accounts/{ledger_account_id}",
655
- ...t
656
- }), oe = (t) => (t.client ?? e).patch({
664
+ ...e
665
+ }), se = (e) => (e.client ?? t).patch({
657
666
  security: [{
658
667
  key: "HTTPBearer",
659
668
  scheme: "bearer",
660
669
  type: "http"
661
670
  }],
662
671
  url: "/finops/v1/ledger-accounts/{ledger_account_id}",
663
- ...t,
672
+ ...e,
664
673
  headers: {
665
674
  "Content-Type": "application/json",
666
- ...t.headers
675
+ ...e.headers
667
676
  }
668
- }), se = (t) => (t.client ?? e).get({
677
+ }), ce = (e) => (e.client ?? t).get({
669
678
  security: [{
670
679
  key: "HTTPBearer",
671
680
  scheme: "bearer",
672
681
  type: "http"
673
682
  }],
674
683
  url: "/finops/v1/measure-units",
675
- ...t
676
- }), ce = (t) => (t.client ?? e).post({
684
+ ...e
685
+ }), le = (e) => (e.client ?? t).post({
677
686
  security: [{
678
687
  key: "HTTPBearer",
679
688
  scheme: "bearer",
680
689
  type: "http"
681
690
  }],
682
691
  url: "/finops/v1/measure-units",
683
- ...t,
692
+ ...e,
684
693
  headers: {
685
694
  "Content-Type": "application/json",
686
- ...t.headers
695
+ ...e.headers
687
696
  }
688
- }), le = (t) => (t.client ?? e).delete({
697
+ }), ue = (e) => (e.client ?? t).delete({
689
698
  security: [{
690
699
  key: "HTTPBearer",
691
700
  scheme: "bearer",
692
701
  type: "http"
693
702
  }],
694
703
  url: "/finops/v1/measure-units/{unit_id}",
695
- ...t
696
- }), ue = (t) => (t.client ?? e).patch({
704
+ ...e
705
+ }), de = (e) => (e.client ?? t).patch({
697
706
  security: [{
698
707
  key: "HTTPBearer",
699
708
  scheme: "bearer",
700
709
  type: "http"
701
710
  }],
702
711
  url: "/finops/v1/measure-units/{unit_id}",
703
- ...t,
712
+ ...e,
704
713
  headers: {
705
714
  "Content-Type": "application/json",
706
- ...t.headers
715
+ ...e.headers
707
716
  }
708
- }), $ = (t) => (t.client ?? e).get({
717
+ }), fe = (e) => (e.client ?? t).get({
718
+ security: [{
719
+ key: "HTTPBearer",
720
+ scheme: "bearer",
721
+ type: "http"
722
+ }],
723
+ url: "/finops/v1/payables",
724
+ ...e
725
+ }), pe = (e) => (e.client ?? t).post({
709
726
  security: [{
710
727
  key: "HTTPBearer",
711
728
  scheme: "bearer",
712
729
  type: "http"
713
730
  }],
714
731
  url: "/finops/v1/payables",
715
- ...t
716
- }), de = (t) => (t.client ?? e).get({
732
+ ...e,
733
+ headers: {
734
+ "Content-Type": "application/json",
735
+ ...e.headers
736
+ }
737
+ }), me = (n) => (n.client ?? t).post({
738
+ ...e,
739
+ security: [{
740
+ key: "HTTPBearer",
741
+ scheme: "bearer",
742
+ type: "http"
743
+ }],
744
+ url: "/finops/v1/payables/upload-from-file",
745
+ ...n,
746
+ headers: {
747
+ "Content-Type": null,
748
+ ...n.headers
749
+ }
750
+ }), he = (e) => (e.client ?? t).get({
751
+ security: [{
752
+ key: "HTTPBearer",
753
+ scheme: "bearer",
754
+ type: "http"
755
+ }],
756
+ url: "/finops/v1/payables/{payable_id}",
757
+ ...e
758
+ }), ge = (e) => (e.client ?? t).patch({
759
+ security: [{
760
+ key: "HTTPBearer",
761
+ scheme: "bearer",
762
+ type: "http"
763
+ }],
764
+ url: "/finops/v1/payables/{payable_id}",
765
+ ...e,
766
+ headers: {
767
+ "Content-Type": "application/json",
768
+ ...e.headers
769
+ }
770
+ }), _e = (n) => (n.client ?? t).post({
771
+ ...e,
772
+ security: [{
773
+ key: "HTTPBearer",
774
+ scheme: "bearer",
775
+ type: "http"
776
+ }],
777
+ url: "/finops/v1/payables/{payable_id}/attach-file",
778
+ ...n,
779
+ headers: {
780
+ "Content-Type": null,
781
+ ...n.headers
782
+ }
783
+ }), ve = (e) => (e.client ?? t).get({
784
+ security: [{
785
+ key: "HTTPBearer",
786
+ scheme: "bearer",
787
+ type: "http"
788
+ }],
789
+ url: "/finops/v1/payables/{payable_id}/line-items",
790
+ ...e
791
+ }), ye = (e) => (e.client ?? t).put({
792
+ security: [{
793
+ key: "HTTPBearer",
794
+ scheme: "bearer",
795
+ type: "http"
796
+ }],
797
+ url: "/finops/v1/payables/{payable_id}/line-items",
798
+ ...e,
799
+ headers: {
800
+ "Content-Type": "application/json",
801
+ ...e.headers
802
+ }
803
+ }), be = (e) => (e.client ?? t).post({
804
+ security: [{
805
+ key: "HTTPBearer",
806
+ scheme: "bearer",
807
+ type: "http"
808
+ }],
809
+ url: "/finops/v1/payables/{payable_id}/submit-for-approval",
810
+ ...e
811
+ }), xe = (e) => (e.client ?? t).get({
812
+ security: [{
813
+ key: "HTTPBearer",
814
+ scheme: "bearer",
815
+ type: "http"
816
+ }],
817
+ url: "/finops/v1/payables/{payable_id}/suggestions",
818
+ ...e
819
+ }), Se = (e) => (e.client ?? t).post({
820
+ security: [{
821
+ key: "HTTPBearer",
822
+ scheme: "bearer",
823
+ type: "http"
824
+ }],
825
+ url: "/finops/v1/payables/{payable_id}/validate",
826
+ ...e
827
+ }), Ce = (e) => (e.client ?? t).get({
717
828
  security: [{
718
829
  key: "HTTPBearer",
719
830
  scheme: "bearer",
720
831
  type: "http"
721
832
  }],
722
833
  url: "/finops/v1/payment-terms",
723
- ...t
724
- }), fe = (t) => (t.client ?? e).get({
834
+ ...e
835
+ }), we = (e) => (e.client ?? t).get({
725
836
  security: [{
726
837
  key: "HTTPBearer",
727
838
  scheme: "bearer",
728
839
  type: "http"
729
840
  }],
730
841
  url: "/finops/v1/products",
731
- ...t
732
- }), pe = (t) => (t.client ?? e).post({
842
+ ...e
843
+ }), Te = (e) => (e.client ?? t).post({
733
844
  security: [{
734
845
  key: "HTTPBearer",
735
846
  scheme: "bearer",
736
847
  type: "http"
737
848
  }],
738
849
  url: "/finops/v1/products",
739
- ...t,
850
+ ...e,
740
851
  headers: {
741
852
  "Content-Type": "application/json",
742
- ...t.headers
853
+ ...e.headers
743
854
  }
744
- }), me = (t) => (t.client ?? e).delete({
855
+ }), Ee = (e) => (e.client ?? t).delete({
745
856
  security: [{
746
857
  key: "HTTPBearer",
747
858
  scheme: "bearer",
748
859
  type: "http"
749
860
  }],
750
861
  url: "/finops/v1/products/{product_id}",
751
- ...t
752
- }), he = (t) => (t.client ?? e).get({
862
+ ...e
863
+ }), De = (e) => (e.client ?? t).get({
753
864
  security: [{
754
865
  key: "HTTPBearer",
755
866
  scheme: "bearer",
756
867
  type: "http"
757
868
  }],
758
869
  url: "/finops/v1/products/{product_id}",
759
- ...t
760
- }), ge = (t) => (t.client ?? e).patch({
870
+ ...e
871
+ }), Oe = (e) => (e.client ?? t).patch({
761
872
  security: [{
762
873
  key: "HTTPBearer",
763
874
  scheme: "bearer",
764
875
  type: "http"
765
876
  }],
766
877
  url: "/finops/v1/products/{product_id}",
767
- ...t,
878
+ ...e,
768
879
  headers: {
769
880
  "Content-Type": "application/json",
770
- ...t.headers
881
+ ...e.headers
771
882
  }
772
- }), _e = (t) => (t.client ?? e).get({
883
+ }), ke = (e) => (e.client ?? t).get({
773
884
  security: [{
774
885
  key: "HTTPBearer",
775
886
  scheme: "bearer",
776
887
  type: "http"
777
888
  }],
778
889
  url: "/finops/v1/receipts",
779
- ...t
780
- }), ve = (t) => (t.client ?? e).delete({
890
+ ...e
891
+ }), Ae = (e) => (e.client ?? t).delete({
781
892
  security: [{
782
893
  key: "HTTPBearer",
783
894
  scheme: "bearer",
784
895
  type: "http"
785
896
  }],
786
897
  url: "/finops/v1/receipts/{receipt_id}",
787
- ...t
788
- }), ye = (t) => (t.client ?? e).patch({
898
+ ...e
899
+ }), je = (e) => (e.client ?? t).patch({
789
900
  security: [{
790
901
  key: "HTTPBearer",
791
902
  scheme: "bearer",
792
903
  type: "http"
793
904
  }],
794
905
  url: "/finops/v1/receipts/{receipt_id}",
795
- ...t,
906
+ ...e,
796
907
  headers: {
797
908
  "Content-Type": "application/json",
798
- ...t.headers
909
+ ...e.headers
799
910
  }
800
- }), be = (t) => (t.client ?? e).get({
911
+ }), Me = (e) => (e.client ?? t).get({
801
912
  security: [{
802
913
  key: "HTTPBearer",
803
914
  scheme: "bearer",
804
915
  type: "http"
805
916
  }],
806
917
  url: "/finops/v1/receivables",
807
- ...t
808
- }), xe = (t) => (t.client ?? e).post({
918
+ ...e
919
+ }), Ne = (e) => (e.client ?? t).post({
809
920
  security: [{
810
921
  key: "HTTPBearer",
811
922
  scheme: "bearer",
812
923
  type: "http"
813
924
  }],
814
925
  url: "/finops/v1/receivables",
815
- ...t,
926
+ ...e,
816
927
  headers: {
817
928
  "Content-Type": "application/json",
818
- ...t.headers
929
+ ...e.headers
819
930
  }
820
- }), Se = (t) => (t.client ?? e).delete({
931
+ }), Pe = (e) => (e.client ?? t).delete({
821
932
  security: [{
822
933
  key: "HTTPBearer",
823
934
  scheme: "bearer",
824
935
  type: "http"
825
936
  }],
826
937
  url: "/finops/v1/receivables/{receivable_id}",
827
- ...t
828
- }), Ce = (t) => (t.client ?? e).get({
938
+ ...e
939
+ }), Fe = (e) => (e.client ?? t).get({
829
940
  security: [{
830
941
  key: "HTTPBearer",
831
942
  scheme: "bearer",
832
943
  type: "http"
833
944
  }],
834
945
  url: "/finops/v1/receivables/{receivable_id}",
835
- ...t
836
- }), we = (t) => (t.client ?? e).patch({
946
+ ...e
947
+ }), Ie = (e) => (e.client ?? t).patch({
837
948
  security: [{
838
949
  key: "HTTPBearer",
839
950
  scheme: "bearer",
840
951
  type: "http"
841
952
  }],
842
953
  url: "/finops/v1/receivables/{receivable_id}",
843
- ...t,
954
+ ...e,
844
955
  headers: {
845
956
  "Content-Type": "application/json",
846
- ...t.headers
957
+ ...e.headers
847
958
  }
848
- }), Te = (t) => (t.client ?? e).post({
959
+ }), Le = (e) => (e.client ?? t).post({
849
960
  security: [{
850
961
  key: "HTTPBearer",
851
962
  scheme: "bearer",
852
963
  type: "http"
853
964
  }],
854
965
  url: "/finops/v1/receivables/{receivable_id}/accept",
855
- ...t,
966
+ ...e,
856
967
  headers: {
857
968
  "Content-Type": "application/json",
858
- ...t.headers
969
+ ...e.headers
859
970
  }
860
- }), Ee = (t) => (t.client ?? e).post({
971
+ }), Re = (e) => (e.client ?? t).post({
861
972
  security: [{
862
973
  key: "HTTPBearer",
863
974
  scheme: "bearer",
864
975
  type: "http"
865
976
  }],
866
977
  url: "/finops/v1/receivables/{receivable_id}/cancel",
867
- ...t
868
- }), De = (t) => (t.client ?? e).post({
978
+ ...e
979
+ }), ze = (e) => (e.client ?? t).post({
869
980
  security: [{
870
981
  key: "HTTPBearer",
871
982
  scheme: "bearer",
872
983
  type: "http"
873
984
  }],
874
985
  url: "/finops/v1/receivables/{receivable_id}/clone",
875
- ...t
876
- }), Oe = (t) => (t.client ?? e).post({
986
+ ...e
987
+ }), Be = (e) => (e.client ?? t).post({
877
988
  security: [{
878
989
  key: "HTTPBearer",
879
990
  scheme: "bearer",
880
991
  type: "http"
881
992
  }],
882
993
  url: "/finops/v1/receivables/{receivable_id}/decline",
883
- ...t,
994
+ ...e,
884
995
  headers: {
885
996
  "Content-Type": "application/json",
886
- ...t.headers
997
+ ...e.headers
887
998
  }
888
- }), ke = (t) => (t.client ?? e).get({
999
+ }), Ve = (e) => (e.client ?? t).get({
889
1000
  security: [{
890
1001
  key: "HTTPBearer",
891
1002
  scheme: "bearer",
892
1003
  type: "http"
893
1004
  }],
894
1005
  url: "/finops/v1/receivables/{receivable_id}/history",
895
- ...t
896
- }), Ae = (t) => (t.client ?? e).post({
1006
+ ...e
1007
+ }), He = (e) => (e.client ?? t).post({
897
1008
  security: [{
898
1009
  key: "HTTPBearer",
899
1010
  scheme: "bearer",
900
1011
  type: "http"
901
1012
  }],
902
1013
  url: "/finops/v1/receivables/{receivable_id}/issue",
903
- ...t
904
- }), je = (t) => (t.client ?? e).put({
1014
+ ...e
1015
+ }), Ue = (e) => (e.client ?? t).put({
905
1016
  security: [{
906
1017
  key: "HTTPBearer",
907
1018
  scheme: "bearer",
908
1019
  type: "http"
909
1020
  }],
910
1021
  url: "/finops/v1/receivables/{receivable_id}/line-items",
911
- ...t,
1022
+ ...e,
912
1023
  headers: {
913
1024
  "Content-Type": "application/json",
914
- ...t.headers
1025
+ ...e.headers
915
1026
  }
916
- }), Me = (t) => (t.client ?? e).get({
1027
+ }), We = (e) => (e.client ?? t).get({
917
1028
  security: [{
918
1029
  key: "HTTPBearer",
919
1030
  scheme: "bearer",
920
1031
  type: "http"
921
1032
  }],
922
1033
  url: "/finops/v1/receivables/{receivable_id}/mails",
923
- ...t
924
- }), Ne = (t) => (t.client ?? e).post({
1034
+ ...e
1035
+ }), Ge = (e) => (e.client ?? t).post({
925
1036
  security: [{
926
1037
  key: "HTTPBearer",
927
1038
  scheme: "bearer",
928
1039
  type: "http"
929
1040
  }],
930
1041
  url: "/finops/v1/receivables/{receivable_id}/mark-as-paid",
931
- ...t,
1042
+ ...e,
932
1043
  headers: {
933
1044
  "Content-Type": "application/json",
934
- ...t.headers
1045
+ ...e.headers
935
1046
  }
936
- }), Pe = (t) => (t.client ?? e).post({
1047
+ }), Ke = (e) => (e.client ?? t).post({
937
1048
  security: [{
938
1049
  key: "HTTPBearer",
939
1050
  scheme: "bearer",
940
1051
  type: "http"
941
1052
  }],
942
1053
  url: "/finops/v1/receivables/{receivable_id}/mark-as-partially-paid",
943
- ...t,
1054
+ ...e,
944
1055
  headers: {
945
1056
  "Content-Type": "application/json",
946
- ...t.headers
1057
+ ...e.headers
947
1058
  }
948
- }), Fe = (t) => (t.client ?? e).post({
1059
+ }), qe = (e) => (e.client ?? t).post({
949
1060
  security: [{
950
1061
  key: "HTTPBearer",
951
1062
  scheme: "bearer",
952
1063
  type: "http"
953
1064
  }],
954
1065
  url: "/finops/v1/receivables/{receivable_id}/mark-as-uncollectible",
955
- ...t,
1066
+ ...e,
956
1067
  headers: {
957
1068
  "Content-Type": "application/json",
958
- ...t.headers
1069
+ ...e.headers
959
1070
  }
960
- }), Ie = (t) => (t.client ?? e).get({
1071
+ }), Je = (e) => (e.client ?? t).get({
961
1072
  security: [{
962
1073
  key: "HTTPBearer",
963
1074
  scheme: "bearer",
964
1075
  type: "http"
965
1076
  }],
966
1077
  url: "/finops/v1/receivables/{receivable_id}/pdf-link",
967
- ...t
968
- }), Le = (t) => (t.client ?? e).post({
1078
+ ...e
1079
+ }), Ye = (e) => (e.client ?? t).post({
969
1080
  security: [{
970
1081
  key: "HTTPBearer",
971
1082
  scheme: "bearer",
972
1083
  type: "http"
973
1084
  }],
974
1085
  url: "/finops/v1/receivables/{receivable_id}/send",
975
- ...t,
1086
+ ...e,
976
1087
  headers: {
977
1088
  "Content-Type": "application/json",
978
- ...t.headers
1089
+ ...e.headers
979
1090
  }
980
- }), Re = (t) => (t.client ?? e).get({
1091
+ }), Xe = (e) => (e.client ?? t).get({
981
1092
  security: [{
982
1093
  key: "HTTPBearer",
983
1094
  scheme: "bearer",
984
1095
  type: "http"
985
1096
  }],
986
1097
  url: "/finops/v1/tags",
987
- ...t
988
- }), ze = (t) => (t.client ?? e).post({
1098
+ ...e
1099
+ }), Ze = (e) => (e.client ?? t).post({
989
1100
  security: [{
990
1101
  key: "HTTPBearer",
991
1102
  scheme: "bearer",
992
1103
  type: "http"
993
1104
  }],
994
1105
  url: "/finops/v1/tags",
995
- ...t,
1106
+ ...e,
996
1107
  headers: {
997
1108
  "Content-Type": "application/json",
998
- ...t.headers
1109
+ ...e.headers
999
1110
  }
1000
- }), Be = (t) => (t.client ?? e).delete({
1111
+ }), Qe = (e) => (e.client ?? t).delete({
1001
1112
  security: [{
1002
1113
  key: "HTTPBearer",
1003
1114
  scheme: "bearer",
1004
1115
  type: "http"
1005
1116
  }],
1006
1117
  url: "/finops/v1/tags/{tag_id}",
1007
- ...t
1008
- }), Ve = (t) => (t.client ?? e).patch({
1118
+ ...e
1119
+ }), $e = (e) => (e.client ?? t).patch({
1009
1120
  security: [{
1010
1121
  key: "HTTPBearer",
1011
1122
  scheme: "bearer",
1012
1123
  type: "http"
1013
1124
  }],
1014
1125
  url: "/finops/v1/tags/{tag_id}",
1015
- ...t,
1126
+ ...e,
1016
1127
  headers: {
1017
1128
  "Content-Type": "application/json",
1018
- ...t.headers
1129
+ ...e.headers
1019
1130
  }
1020
- }), He = (t) => (t.client ?? e).get({
1131
+ }), et = (e) => (e.client ?? t).get({
1021
1132
  security: [{
1022
1133
  key: "HTTPBearer",
1023
1134
  scheme: "bearer",
1024
1135
  type: "http"
1025
1136
  }],
1026
1137
  url: "/finops/v1/transactions",
1027
- ...t
1028
- }), Ue = (t) => (t.client ?? e).get({
1138
+ ...e
1139
+ }), tt = (e) => (e.client ?? t).get({
1029
1140
  security: [{
1030
1141
  key: "HTTPBearer",
1031
1142
  scheme: "bearer",
1032
1143
  type: "http"
1033
1144
  }],
1034
1145
  url: "/finops/v1/transactions/validations",
1035
- ...t
1036
- }), We = (t) => (t.client ?? e).put({
1146
+ ...e
1147
+ }), nt = (e) => (e.client ?? t).put({
1037
1148
  security: [{
1038
1149
  key: "HTTPBearer",
1039
1150
  scheme: "bearer",
1040
1151
  type: "http"
1041
1152
  }],
1042
1153
  url: "/finops/v1/transactions/validations",
1043
- ...t,
1154
+ ...e,
1044
1155
  headers: {
1045
1156
  "Content-Type": "application/json",
1046
- ...t.headers
1157
+ ...e.headers
1047
1158
  }
1048
- }), Ge = (t) => (t?.client ?? e).get({
1159
+ }), rt = (e) => (e?.client ?? t).get({
1049
1160
  security: [{
1050
1161
  key: "APPToken",
1051
1162
  scheme: "bearer",
@@ -1056,8 +1167,8 @@ var t = (t) => (t.client ?? e).post({
1056
1167
  type: "http"
1057
1168
  }],
1058
1169
  url: "/identity/v1/departments",
1059
- ...t
1060
- }), Ke = (t) => (t.client ?? e).post({
1170
+ ...e
1171
+ }), it = (e) => (e.client ?? t).post({
1061
1172
  security: [{
1062
1173
  key: "APPToken",
1063
1174
  scheme: "bearer",
@@ -1068,12 +1179,12 @@ var t = (t) => (t.client ?? e).post({
1068
1179
  type: "http"
1069
1180
  }],
1070
1181
  url: "/identity/v1/departments",
1071
- ...t,
1182
+ ...e,
1072
1183
  headers: {
1073
1184
  "Content-Type": "application/json",
1074
- ...t.headers
1185
+ ...e.headers
1075
1186
  }
1076
- }), qe = (t) => (t.client ?? e).delete({
1187
+ }), at = (e) => (e.client ?? t).delete({
1077
1188
  security: [{
1078
1189
  key: "APPToken",
1079
1190
  scheme: "bearer",
@@ -1084,8 +1195,8 @@ var t = (t) => (t.client ?? e).post({
1084
1195
  type: "http"
1085
1196
  }],
1086
1197
  url: "/identity/v1/departments/{departmentId}",
1087
- ...t
1088
- }), Je = (t) => (t.client ?? e).get({
1198
+ ...e
1199
+ }), ot = (e) => (e.client ?? t).get({
1089
1200
  security: [{
1090
1201
  key: "APPToken",
1091
1202
  scheme: "bearer",
@@ -1096,8 +1207,8 @@ var t = (t) => (t.client ?? e).post({
1096
1207
  type: "http"
1097
1208
  }],
1098
1209
  url: "/identity/v1/departments/{departmentId}",
1099
- ...t
1100
- }), Ye = (t) => (t.client ?? e).put({
1210
+ ...e
1211
+ }), st = (e) => (e.client ?? t).put({
1101
1212
  security: [{
1102
1213
  key: "APPToken",
1103
1214
  scheme: "bearer",
@@ -1108,12 +1219,12 @@ var t = (t) => (t.client ?? e).post({
1108
1219
  type: "http"
1109
1220
  }],
1110
1221
  url: "/identity/v1/departments/{departmentId}",
1111
- ...t,
1222
+ ...e,
1112
1223
  headers: {
1113
1224
  "Content-Type": "application/json",
1114
- ...t.headers
1225
+ ...e.headers
1115
1226
  }
1116
- }), Xe = (t) => (t.client ?? e).post({
1227
+ }), ct = (e) => (e.client ?? t).post({
1117
1228
  security: [{
1118
1229
  key: "APPToken",
1119
1230
  scheme: "bearer",
@@ -1124,20 +1235,20 @@ var t = (t) => (t.client ?? e).post({
1124
1235
  type: "http"
1125
1236
  }],
1126
1237
  url: "/identity/v1/departments/{departmentId}/members",
1127
- ...t,
1238
+ ...e,
1128
1239
  headers: {
1129
1240
  "Content-Type": "application/json",
1130
- ...t.headers
1241
+ ...e.headers
1131
1242
  }
1132
- }), Ze = (t) => (t?.client ?? e).get({
1243
+ }), lt = (e) => (e?.client ?? t).get({
1133
1244
  security: [{
1134
1245
  key: "HTTPBearer",
1135
1246
  scheme: "bearer",
1136
1247
  type: "http"
1137
1248
  }],
1138
1249
  url: "/identity/v1/disclosures",
1139
- ...t
1140
- }), Qe = (t) => (t?.client ?? e).get({
1250
+ ...e
1251
+ }), ut = (e) => (e?.client ?? t).get({
1141
1252
  security: [{
1142
1253
  key: "APPToken",
1143
1254
  scheme: "bearer",
@@ -1148,8 +1259,8 @@ var t = (t) => (t.client ?? e).post({
1148
1259
  type: "http"
1149
1260
  }],
1150
1261
  url: "/identity/v1/locations",
1151
- ...t
1152
- }), $e = (t) => (t.client ?? e).post({
1262
+ ...e
1263
+ }), dt = (e) => (e.client ?? t).post({
1153
1264
  security: [{
1154
1265
  key: "APPToken",
1155
1266
  scheme: "bearer",
@@ -1160,12 +1271,12 @@ var t = (t) => (t.client ?? e).post({
1160
1271
  type: "http"
1161
1272
  }],
1162
1273
  url: "/identity/v1/locations",
1163
- ...t,
1274
+ ...e,
1164
1275
  headers: {
1165
1276
  "Content-Type": "application/json",
1166
- ...t.headers
1277
+ ...e.headers
1167
1278
  }
1168
- }), et = (t) => (t.client ?? e).delete({
1279
+ }), ft = (e) => (e.client ?? t).delete({
1169
1280
  security: [{
1170
1281
  key: "APPToken",
1171
1282
  scheme: "bearer",
@@ -1176,8 +1287,8 @@ var t = (t) => (t.client ?? e).post({
1176
1287
  type: "http"
1177
1288
  }],
1178
1289
  url: "/identity/v1/locations/{locationId}",
1179
- ...t
1180
- }), tt = (t) => (t.client ?? e).get({
1290
+ ...e
1291
+ }), pt = (e) => (e.client ?? t).get({
1181
1292
  security: [{
1182
1293
  key: "APPToken",
1183
1294
  scheme: "bearer",
@@ -1188,8 +1299,8 @@ var t = (t) => (t.client ?? e).post({
1188
1299
  type: "http"
1189
1300
  }],
1190
1301
  url: "/identity/v1/locations/{locationId}",
1191
- ...t
1192
- }), nt = (t) => (t.client ?? e).put({
1302
+ ...e
1303
+ }), mt = (e) => (e.client ?? t).put({
1193
1304
  security: [{
1194
1305
  key: "APPToken",
1195
1306
  scheme: "bearer",
@@ -1200,12 +1311,12 @@ var t = (t) => (t.client ?? e).post({
1200
1311
  type: "http"
1201
1312
  }],
1202
1313
  url: "/identity/v1/locations/{locationId}",
1203
- ...t,
1314
+ ...e,
1204
1315
  headers: {
1205
1316
  "Content-Type": "application/json",
1206
- ...t.headers
1317
+ ...e.headers
1207
1318
  }
1208
- }), rt = (t) => (t.client ?? e).post({
1319
+ }), ht = (e) => (e.client ?? t).post({
1209
1320
  security: [{
1210
1321
  key: "APPToken",
1211
1322
  scheme: "bearer",
@@ -1216,12 +1327,12 @@ var t = (t) => (t.client ?? e).post({
1216
1327
  type: "http"
1217
1328
  }],
1218
1329
  url: "/identity/v1/locations/{locationId}/members",
1219
- ...t,
1330
+ ...e,
1220
1331
  headers: {
1221
1332
  "Content-Type": "application/json",
1222
- ...t.headers
1333
+ ...e.headers
1223
1334
  }
1224
- }), it = (t) => (t?.client ?? e).get({
1335
+ }), gt = (e) => (e?.client ?? t).get({
1225
1336
  security: [{
1226
1337
  key: "APPToken",
1227
1338
  scheme: "bearer",
@@ -1232,8 +1343,8 @@ var t = (t) => (t.client ?? e).post({
1232
1343
  type: "http"
1233
1344
  }],
1234
1345
  url: "/identity/v1/roles",
1235
- ...t
1236
- }), at = (t) => (t.client ?? e).post({
1346
+ ...e
1347
+ }), _t = (e) => (e.client ?? t).post({
1237
1348
  security: [{
1238
1349
  key: "APPToken",
1239
1350
  scheme: "bearer",
@@ -1244,12 +1355,12 @@ var t = (t) => (t.client ?? e).post({
1244
1355
  type: "http"
1245
1356
  }],
1246
1357
  url: "/identity/v1/roles/{roleId}/members",
1247
- ...t,
1358
+ ...e,
1248
1359
  headers: {
1249
1360
  "Content-Type": "application/json",
1250
- ...t.headers
1361
+ ...e.headers
1251
1362
  }
1252
- }), ot = (t) => (t.client ?? e).get({
1363
+ }), vt = (e) => (e.client ?? t).get({
1253
1364
  security: [{
1254
1365
  key: "APPToken",
1255
1366
  scheme: "bearer",
@@ -1260,28 +1371,28 @@ var t = (t) => (t.client ?? e).post({
1260
1371
  type: "http"
1261
1372
  }],
1262
1373
  url: "/identity/v1/roles/{roleId}/permissions",
1263
- ...t
1264
- }), st = (t) => (t.client ?? e).get({
1374
+ ...e
1375
+ }), yt = (e) => (e.client ?? t).get({
1265
1376
  security: [{
1266
1377
  key: "HTTPBearer",
1267
1378
  scheme: "bearer",
1268
1379
  type: "http"
1269
1380
  }],
1270
1381
  url: "/identity/v1/user-data/{key}",
1271
- ...t
1272
- }), ct = (t) => (t.client ?? e).put({
1382
+ ...e
1383
+ }), bt = (e) => (e.client ?? t).put({
1273
1384
  security: [{
1274
1385
  key: "HTTPBearer",
1275
1386
  scheme: "bearer",
1276
1387
  type: "http"
1277
1388
  }],
1278
1389
  url: "/identity/v1/user-data/{key}",
1279
- ...t,
1390
+ ...e,
1280
1391
  headers: {
1281
1392
  "Content-Type": "application/json",
1282
- ...t.headers
1393
+ ...e.headers
1283
1394
  }
1284
- }), lt = (t) => (t?.client ?? e).get({
1395
+ }), xt = (e) => (e?.client ?? t).get({
1285
1396
  security: [{
1286
1397
  key: "APPToken",
1287
1398
  scheme: "bearer",
@@ -1292,8 +1403,8 @@ var t = (t) => (t.client ?? e).post({
1292
1403
  type: "http"
1293
1404
  }],
1294
1405
  url: "/identity/v1/users",
1295
- ...t
1296
- }), ut = (t) => (t.client ?? e).post({
1406
+ ...e
1407
+ }), St = (e) => (e.client ?? t).post({
1297
1408
  security: [{
1298
1409
  key: "APPToken",
1299
1410
  scheme: "bearer",
@@ -1304,12 +1415,12 @@ var t = (t) => (t.client ?? e).post({
1304
1415
  type: "http"
1305
1416
  }],
1306
1417
  url: "/identity/v1/users",
1307
- ...t,
1418
+ ...e,
1308
1419
  headers: {
1309
1420
  "Content-Type": "application/json",
1310
- ...t.headers
1421
+ ...e.headers
1311
1422
  }
1312
- }), dt = (t) => (t.client ?? e).patch({
1423
+ }), Ct = (e) => (e.client ?? t).patch({
1313
1424
  security: [{
1314
1425
  key: "APPToken",
1315
1426
  scheme: "bearer",
@@ -1320,12 +1431,12 @@ var t = (t) => (t.client ?? e).post({
1320
1431
  type: "http"
1321
1432
  }],
1322
1433
  url: "/identity/v1/users/{id}",
1323
- ...t,
1434
+ ...e,
1324
1435
  headers: {
1325
1436
  "Content-Type": "application/json",
1326
- ...t.headers
1437
+ ...e.headers
1327
1438
  }
1328
- }), ft = (t) => (t.client ?? e).post({
1439
+ }), wt = (e) => (e.client ?? t).post({
1329
1440
  security: [{
1330
1441
  key: "APPToken",
1331
1442
  scheme: "bearer",
@@ -1336,7 +1447,7 @@ var t = (t) => (t.client ?? e).post({
1336
1447
  type: "http"
1337
1448
  }],
1338
1449
  url: "/identity/v1/users/{userId}/disable",
1339
- ...t
1450
+ ...e
1340
1451
  });
1341
1452
  //#endregion
1342
- export { Xe as bulkUpdateDepartmentMembers, rt as bulkUpdateLocationMembers, at as bulkUpdateRoleMembers, b as connectExternalBankAccount, D as createAchMoneyMovement, n as createApplication, o as createBankAccount, O as createBookTransfer, Ke as createDepartment, $e as createLocation, ut as createUser, qe as deactivateDepartment, et as deactivateLocation, N as deleteApprovalPoliciesId, L as deleteCounterpartsId, G as deleteCounterpartsIdBankAccountsId, ae as deleteLedgerAccountsId, le as deleteMeasureUnitsId, me as deleteProductsId, ve as deleteReceiptsId, Se as deleteReceivablesId, Be as deleteTagsId, ft as disableUser, p as downloadBankAccountTransactions, k as getAnalyticsPayables, A as getAnalyticsReceivables, ee as getApiWidgetGatewayInit, te as getApplicationStatus, j as getApprovalPolicies, c as getBankAccount, u as getBankAccountAccess, f as getBankAccountTransactions, m as getBankAccountTransfers, a as getBankAccounts, F as getCounterparts, R as getCounterpartsId, B as getCounterpartsIdAddresses, U as getCounterpartsIdBankAccounts, g as getCreditCardById, h as getCreditCards, v as getDebitCardById, _ as getDebitCards, Je as getDepartment, Ze as getDisclosures, Y as getEntitiesIdSettings, J as getEntitiesMe, Z as getEntityUsers, Q as getEntityUsersMe, ne as getEntityUsersMyEntity, C as getExternalBankAccountAccess, y as getExternalBankAccounts, re as getLedgerAccounts, tt as getLocation, se as getMeasureUnits, $ as getPayables, de as getPaymentTerms, fe as getProducts, he as getProductsId, _e as getReceipts, be as getReceivables, Ce as getReceivablesId, ke as getReceivablesIdHistory, Me as getReceivablesIdMails, Ie as getReceivablesIdPdfLink, Re as getTags, He as getTransactions, Ue as getTransactionsValidations, st as getUserData, lt as getUsers, d as grantBankAccountAccess, w as grantExternalBankAccountAccess, T as linkExternalBankAccount, Ge as listDepartments, Qe as listLocations, ot as listRolePermissions, it as listRoles, s as manageBankAccountAccess, P as patchApprovalPoliciesId, z as patchCounterpartsId, H as patchCounterpartsIdAddressesId, K as patchCounterpartsIdBankAccountsId, X as patchEntitiesIdSettings, oe as patchLedgerAccountsId, ue as patchMeasureUnitsId, ge as patchProductsId, ye as patchReceiptsId, we as patchReceivablesId, Ve as patchTagsId, t as postApiWidgetGatewayDisclosureAcceptance, M as postApprovalPolicies, I as postCounterparts, V as postCounterpartsIdAddresses, W as postCounterpartsIdBankAccounts, q as postCounterpartsIdBankAccountsIdMakeDefault, ie as postLedgerAccounts, ce as postMeasureUnits, pe as postProducts, xe as postReceivables, Te as postReceivablesIdAccept, Ee as postReceivablesIdCancel, De as postReceivablesIdClone, Oe as postReceivablesIdDecline, Ae as postReceivablesIdIssue, Ne as postReceivablesIdMarkAsPaid, Pe as postReceivablesIdMarkAsPartiallyPaid, Fe as postReceivablesIdMarkAsUncollectible, Le as postReceivablesIdSend, ze as postTags, je as putReceivablesIdLineItems, We as putTransactionsValidations, i as submitApplication, x as unlinkExternalBankAccount, r as updateApplication, l as updateBankAccount, Ye as updateDepartment, S as updateExternalBankAccount, nt as updateLocation, dt as updateUser, ct as upsertUserData, E as validateExternalBankAccount };
1453
+ export { ct as bulkUpdateDepartmentMembers, ht as bulkUpdateLocationMembers, _t as bulkUpdateRoleMembers, C as connectExternalBankAccount, A as createAchMoneyMovement, a as createApplication, l as createBankAccount, j as createBookTransfer, it as createDepartment, dt as createLocation, St as createUser, at as deactivateDepartment, ft as deactivateLocation, I as deleteApprovalPoliciesId, B as deleteCounterpartsId, J as deleteCounterpartsIdBankAccountsId, re as deleteFilesId, oe as deleteLedgerAccountsId, ue as deleteMeasureUnitsId, Ee as deleteProductsId, Ae as deleteReceiptsId, Pe as deleteReceivablesId, Qe as deleteTagsId, wt as disableUser, g as downloadBankAccountTransactions, M as getAnalyticsPayables, N as getAnalyticsReceivables, r as getApiWidgetGatewayInit, i as getApplicationStatus, P as getApprovalPolicies, d as getBankAccount, p as getBankAccountAccess, h as getBankAccountTransactions, _ as getBankAccountTransfers, c as getBankAccounts, R as getCounterparts, V as getCounterpartsId, U as getCounterpartsIdAddresses, K as getCounterpartsIdBankAccounts, y as getCreditCardById, v as getCreditCards, x as getDebitCardById, b as getDebitCards, ot as getDepartment, lt as getDisclosures, Q as getEntitiesIdSettings, Z as getEntitiesMe, ee as getEntityUsers, te as getEntityUsersMe, ne as getEntityUsersMyEntity, E as getExternalBankAccountAccess, S as getExternalBankAccounts, ie as getLedgerAccounts, pt as getLocation, ce as getMeasureUnits, fe as getPayables, he as getPayablesId, ve as getPayablesIdLineItems, xe as getPayablesIdSuggestions, Ce as getPaymentTerms, we as getProducts, De as getProductsId, ke as getReceipts, Me as getReceivables, Fe as getReceivablesId, Ve as getReceivablesIdHistory, We as getReceivablesIdMails, Je as getReceivablesIdPdfLink, Xe as getTags, et as getTransactions, tt as getTransactionsValidations, yt as getUserData, xt as getUsers, m as grantBankAccountAccess, D as grantExternalBankAccountAccess, O as linkExternalBankAccount, rt as listDepartments, ut as listLocations, vt as listRolePermissions, gt as listRoles, u as manageBankAccountAccess, L as patchApprovalPoliciesId, H as patchCounterpartsId, G as patchCounterpartsIdAddressesId, Y as patchCounterpartsIdBankAccountsId, $ as patchEntitiesIdSettings, se as patchLedgerAccountsId, de as patchMeasureUnitsId, ge as patchPayablesId, Oe as patchProductsId, je as patchReceiptsId, Ie as patchReceivablesId, $e as patchTagsId, n as postApiWidgetGatewayDisclosureAcceptance, F as postApprovalPolicies, z as postCounterparts, W as postCounterpartsIdAddresses, q as postCounterpartsIdBankAccounts, X as postCounterpartsIdBankAccountsIdMakeDefault, ae as postLedgerAccounts, le as postMeasureUnits, pe as postPayables, _e as postPayablesIdAttachFile, be as postPayablesIdSubmitForApproval, Se as postPayablesIdValidate, me as postPayablesUploadFromFile, Te as postProducts, Ne as postReceivables, Le as postReceivablesIdAccept, Re as postReceivablesIdCancel, ze as postReceivablesIdClone, Be as postReceivablesIdDecline, He as postReceivablesIdIssue, Ge as postReceivablesIdMarkAsPaid, Ke as postReceivablesIdMarkAsPartiallyPaid, qe as postReceivablesIdMarkAsUncollectible, Ye as postReceivablesIdSend, Ze as postTags, ye as putPayablesIdLineItems, Ue as putReceivablesIdLineItems, nt as putTransactionsValidations, s as submitApplication, w as unlinkExternalBankAccount, o as updateApplication, f as updateBankAccount, st as updateDepartment, T as updateExternalBankAccount, mt as updateLocation, Ct as updateUser, bt as upsertUserData, k as validateExternalBankAccount };