@emilgroup/payment-sdk 1.0.0 → 1.4.1-beta.0

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 (178) hide show
  1. package/.openapi-generator/FILES +15 -30
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +21 -25
  4. package/api/bank-transaction-api.ts +657 -0
  5. package/api/default-api.ts +1 -1
  6. package/api/payment-methods-api.ts +42 -46
  7. package/api/payment-reminders-api.ts +17 -19
  8. package/api/payment-setup-api.ts +29 -37
  9. package/api/payments-api.ts +30 -32
  10. package/api/refunds-api.ts +462 -0
  11. package/api/tenant-bank-account-api.ts +651 -0
  12. package/api/webhooks-api.ts +1 -1
  13. package/api.ts +7 -3
  14. package/base.ts +2 -1
  15. package/common.ts +2 -2
  16. package/configuration.ts +1 -1
  17. package/dist/api/bank-accounts-api.d.ts +17 -19
  18. package/dist/api/bank-accounts-api.js +16 -16
  19. package/dist/api/bank-transaction-api.d.ts +371 -0
  20. package/dist/api/bank-transaction-api.js +632 -0
  21. package/dist/api/default-api.d.ts +1 -1
  22. package/dist/api/default-api.js +1 -1
  23. package/dist/api/payment-methods-api.d.ts +32 -36
  24. package/dist/api/payment-methods-api.js +32 -28
  25. package/dist/api/payment-reminders-api.d.ts +21 -22
  26. package/dist/api/payment-reminders-api.js +8 -8
  27. package/dist/api/payment-setup-api.d.ts +19 -23
  28. package/dist/api/payment-setup-api.js +25 -25
  29. package/dist/api/payments-api.d.ts +26 -29
  30. package/dist/api/payments-api.js +20 -16
  31. package/dist/api/refunds-api.d.ts +260 -0
  32. package/dist/api/refunds-api.js +443 -0
  33. package/dist/api/tenant-bank-account-api.d.ts +361 -0
  34. package/dist/api/tenant-bank-account-api.js +616 -0
  35. package/dist/api/webhooks-api.d.ts +1 -1
  36. package/dist/api/webhooks-api.js +1 -1
  37. package/dist/api.d.ts +4 -2
  38. package/dist/api.js +4 -2
  39. package/dist/base.d.ts +1 -1
  40. package/dist/base.js +2 -1
  41. package/dist/common.d.ts +2 -2
  42. package/dist/common.js +1 -1
  43. package/dist/configuration.d.ts +1 -1
  44. package/dist/configuration.js +1 -1
  45. package/dist/index.d.ts +1 -1
  46. package/dist/index.js +1 -1
  47. package/dist/models/bank-transaction-response-class.d.ts +122 -0
  48. package/dist/models/{bank-account-class.js → bank-transaction-response-class.js} +1 -1
  49. package/dist/models/create-payment-reminder-request-dto.d.ts +1 -1
  50. package/dist/models/create-payment-reminder-request-dto.js +1 -1
  51. package/dist/models/create-payment-request-dto.d.ts +3 -3
  52. package/dist/models/create-payment-request-dto.js +1 -1
  53. package/dist/models/{sepa-direct-dto.d.ts → create-refund-request-dto.d.ts} +6 -6
  54. package/dist/models/{complete-braintree-payment-setup-request-dto.js → create-refund-request-dto.js} +1 -1
  55. package/dist/models/{validate-pspconfig-response-class.d.ts → create-refund-response-class.d.ts} +8 -7
  56. package/dist/models/{billing-profile-dto.js → create-refund-response-class.js} +1 -1
  57. package/dist/models/{billing-profile-limited-response-dto.d.ts → create-tenant-bank-account-request-dto.d.ts} +15 -27
  58. package/dist/models/{billing-profile-limited-response-dto.js → create-tenant-bank-account-request-dto.js} +1 -1
  59. package/dist/models/deactivate-payment-reminder-request-dto.d.ts +1 -1
  60. package/dist/models/deactivate-payment-reminder-request-dto.js +1 -1
  61. package/dist/models/{get-payment-method-response-class.d.ts → get-bank-transactions-response-class.d.ts} +8 -8
  62. package/dist/models/get-bank-transactions-response-class.js +15 -0
  63. package/dist/models/{get-payment-response-class.d.ts → get-refund-response-class.d.ts} +8 -8
  64. package/dist/models/get-refund-response-class.js +15 -0
  65. package/dist/models/get-request-dto.d.ts +2 -2
  66. package/dist/models/get-request-dto.js +1 -1
  67. package/dist/models/{create-bank-account-request-dto.d.ts → get-tenant-bank-account-response-class.d.ts} +8 -13
  68. package/dist/models/get-tenant-bank-account-response-class.js +15 -0
  69. package/dist/models/index.d.ts +12 -29
  70. package/dist/models/index.js +12 -29
  71. package/dist/models/inline-response200.d.ts +7 -7
  72. package/dist/models/inline-response200.js +1 -1
  73. package/dist/models/inline-response503.d.ts +7 -7
  74. package/dist/models/inline-response503.js +1 -1
  75. package/dist/models/{list-payment-methods-response-class.d.ts → list-bank-transactions-response-class.d.ts} +9 -9
  76. package/dist/models/list-bank-transactions-response-class.js +15 -0
  77. package/dist/models/{list-payments-response-class.d.ts → list-refunds-response-class.d.ts} +9 -9
  78. package/dist/models/list-refunds-response-class.js +15 -0
  79. package/dist/models/refund-class.d.ts +104 -0
  80. package/dist/models/refund-class.js +28 -0
  81. package/dist/models/{payment-method-class.d.ts → tenant-bank-account-response-class.d.ts} +25 -19
  82. package/dist/models/tenant-bank-account-response-class.js +15 -0
  83. package/dist/models/transaction-class.d.ts +1 -1
  84. package/dist/models/transaction-class.js +1 -1
  85. package/dist/models/{symphony-profile-limited-response-dto.d.ts → update-tenant-bank-account-rest-request-dto.d.ts} +12 -18
  86. package/dist/models/update-tenant-bank-account-rest-request-dto.js +15 -0
  87. package/dist/models/validate-pspconfig-request-dto.d.ts +2 -9
  88. package/dist/models/validate-pspconfig-request-dto.js +1 -8
  89. package/git_push.sh +1 -1
  90. package/index.ts +1 -1
  91. package/models/bank-transaction-response-class.ts +128 -0
  92. package/models/create-payment-reminder-request-dto.ts +1 -1
  93. package/models/create-payment-request-dto.ts +3 -3
  94. package/models/{sepa-direct-dto.ts → create-refund-request-dto.ts} +6 -6
  95. package/models/{validate-pspconfig-response-class.ts → create-refund-response-class.ts} +8 -7
  96. package/models/{billing-profile-limited-response-dto.ts → create-tenant-bank-account-request-dto.ts} +15 -27
  97. package/models/deactivate-payment-reminder-request-dto.ts +1 -1
  98. package/models/{get-payment-method-response-class.ts → get-bank-transactions-response-class.ts} +8 -8
  99. package/models/{get-payment-response-class.ts → get-refund-response-class.ts} +8 -8
  100. package/models/get-request-dto.ts +2 -2
  101. package/models/{create-bank-account-request-dto.ts → get-tenant-bank-account-response-class.ts} +8 -13
  102. package/models/index.ts +12 -29
  103. package/models/inline-response200.ts +7 -7
  104. package/models/inline-response503.ts +7 -7
  105. package/models/{list-payment-methods-response-class.ts → list-bank-transactions-response-class.ts} +9 -9
  106. package/models/{list-payments-response-class.ts → list-refunds-response-class.ts} +9 -9
  107. package/models/refund-class.ts +114 -0
  108. package/models/{payment-method-class.ts → tenant-bank-account-response-class.ts} +25 -19
  109. package/models/transaction-class.ts +1 -1
  110. package/models/{symphony-profile-limited-response-dto.ts → update-tenant-bank-account-rest-request-dto.ts} +12 -18
  111. package/models/validate-pspconfig-request-dto.ts +2 -12
  112. package/package.json +1 -2
  113. package/api/payment-service-providers-api.ts +0 -161
  114. package/dist/api/payment-service-providers-api.d.ts +0 -93
  115. package/dist/api/payment-service-providers-api.js +0 -220
  116. package/dist/models/bank-account-class.d.ts +0 -54
  117. package/dist/models/billing-profile-dto.d.ts +0 -38
  118. package/dist/models/complete-braintree-payment-setup-request-dto.d.ts +0 -48
  119. package/dist/models/complete-payment-setup-request-dto.d.ts +0 -32
  120. package/dist/models/complete-payment-setup-request-dto.js +0 -15
  121. package/dist/models/complete-payment-setup-response-class.d.ts +0 -25
  122. package/dist/models/complete-payment-setup-response-class.js +0 -15
  123. package/dist/models/complete-stripe-payment-setup-request-dto.d.ts +0 -60
  124. package/dist/models/complete-stripe-payment-setup-request-dto.js +0 -15
  125. package/dist/models/create-bank-account-request-dto.js +0 -15
  126. package/dist/models/create-payment-method-response-class.d.ts +0 -25
  127. package/dist/models/create-payment-method-response-class.js +0 -15
  128. package/dist/models/create-payment-response-class.d.ts +0 -25
  129. package/dist/models/create-payment-response-class.js +0 -15
  130. package/dist/models/create-psp-payment-method-request-dto.d.ts +0 -61
  131. package/dist/models/create-psp-payment-method-request-dto.js +0 -32
  132. package/dist/models/get-payment-method-response-class.js +0 -15
  133. package/dist/models/get-payment-response-class.js +0 -15
  134. package/dist/models/initiate-braintree-payment-setup-request-dto.d.ts +0 -30
  135. package/dist/models/initiate-braintree-payment-setup-request-dto.js +0 -15
  136. package/dist/models/initiate-braintree-payment-setup-response-class.d.ts +0 -24
  137. package/dist/models/initiate-braintree-payment-setup-response-class.js +0 -15
  138. package/dist/models/initiate-payment-setup-request-dto.d.ts +0 -44
  139. package/dist/models/initiate-payment-setup-request-dto.js +0 -15
  140. package/dist/models/initiate-payment-setup-response-class.d.ts +0 -32
  141. package/dist/models/initiate-payment-setup-response-class.js +0 -15
  142. package/dist/models/initiate-stripe-payment-setup-request-dto.d.ts +0 -30
  143. package/dist/models/initiate-stripe-payment-setup-request-dto.js +0 -15
  144. package/dist/models/initiate-stripe-payment-setup-response-class.d.ts +0 -30
  145. package/dist/models/initiate-stripe-payment-setup-response-class.js +0 -15
  146. package/dist/models/list-bank-accounts-response-class.d.ts +0 -31
  147. package/dist/models/list-bank-accounts-response-class.js +0 -15
  148. package/dist/models/list-payment-methods-response-class.js +0 -15
  149. package/dist/models/list-payment-reminders-response-class.d.ts +0 -31
  150. package/dist/models/list-payment-reminders-response-class.js +0 -15
  151. package/dist/models/list-payments-response-class.js +0 -15
  152. package/dist/models/payment-class.d.ts +0 -103
  153. package/dist/models/payment-class.js +0 -15
  154. package/dist/models/payment-method-class.js +0 -15
  155. package/dist/models/payment-reminder-class.d.ts +0 -112
  156. package/dist/models/payment-reminder-class.js +0 -36
  157. package/dist/models/sepa-direct-dto.js +0 -15
  158. package/dist/models/symphony-profile-limited-response-dto.js +0 -15
  159. package/dist/models/validate-pspconfig-response-class.js +0 -15
  160. package/models/bank-account-class.ts +0 -60
  161. package/models/billing-profile-dto.ts +0 -44
  162. package/models/complete-braintree-payment-setup-request-dto.ts +0 -54
  163. package/models/complete-payment-setup-request-dto.ts +0 -38
  164. package/models/complete-payment-setup-response-class.ts +0 -31
  165. package/models/complete-stripe-payment-setup-request-dto.ts +0 -66
  166. package/models/create-payment-method-response-class.ts +0 -31
  167. package/models/create-payment-response-class.ts +0 -31
  168. package/models/create-psp-payment-method-request-dto.ts +0 -70
  169. package/models/initiate-braintree-payment-setup-request-dto.ts +0 -36
  170. package/models/initiate-braintree-payment-setup-response-class.ts +0 -30
  171. package/models/initiate-payment-setup-request-dto.ts +0 -50
  172. package/models/initiate-payment-setup-response-class.ts +0 -38
  173. package/models/initiate-stripe-payment-setup-request-dto.ts +0 -36
  174. package/models/initiate-stripe-payment-setup-response-class.ts +0 -36
  175. package/models/list-bank-accounts-response-class.ts +0 -37
  176. package/models/list-payment-reminders-response-class.ts +0 -37
  177. package/models/payment-class.ts +0 -109
  178. package/models/payment-reminder-class.ts +0 -122
@@ -0,0 +1,651 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: z
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
17
+ import { Configuration } from '../configuration';
18
+ // Some imports not used depending on template conditions
19
+ // @ts-ignore
20
+ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
21
+ // @ts-ignore
22
+ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
23
+ // @ts-ignore
24
+ import { CreateTenantBankAccountRequestDto } from '../models';
25
+ // @ts-ignore
26
+ import { GetTenantBankAccountResponseClass } from '../models';
27
+ // @ts-ignore
28
+ import { UpdateTenantBankAccountRestRequestDto } from '../models';
29
+ /**
30
+ * TenantBankAccountApi - axios parameter creator
31
+ * @export
32
+ */
33
+ export const TenantBankAccountApiAxiosParamCreator = function (configuration?: Configuration) {
34
+ return {
35
+ /**
36
+ *
37
+ * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
38
+ * @param {string} [authorization] Bearer Token
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ createTenantBankAccount: async (createTenantBankAccountRequestDto: CreateTenantBankAccountRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
43
+ // verify required parameter 'createTenantBankAccountRequestDto' is not null or undefined
44
+ assertParamExists('createTenantBankAccount', 'createTenantBankAccountRequestDto', createTenantBankAccountRequestDto)
45
+ const localVarPath = `/paymentservice/v1/tenant/bank-accounts`;
46
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
47
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
48
+ let baseOptions;
49
+ let baseAccessToken;
50
+ if (configuration) {
51
+ baseOptions = configuration.baseOptions;
52
+ baseAccessToken = configuration.accessToken;
53
+ }
54
+
55
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
56
+ const localVarHeaderParameter = {} as any;
57
+ const localVarQueryParameter = {} as any;
58
+
59
+ // authentication bearer required
60
+ // http bearer authentication required
61
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
62
+
63
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
64
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
65
+ }
66
+
67
+
68
+
69
+ localVarHeaderParameter['Content-Type'] = 'application/json';
70
+
71
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
72
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
73
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
74
+ localVarRequestOptions.data = serializeDataIfNeeded(createTenantBankAccountRequestDto, localVarRequestOptions, configuration)
75
+
76
+ return {
77
+ url: toPathString(localVarUrlObj),
78
+ options: localVarRequestOptions,
79
+ };
80
+ },
81
+ /**
82
+ *
83
+ * @param {string} code Unique identifier for the object.
84
+ * @param {string} [authorization] Bearer Token
85
+ * @param {*} [options] Override http request option.
86
+ * @throws {RequiredError}
87
+ */
88
+ deleteTenantBankAccount: async (code: string, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
89
+ // verify required parameter 'code' is not null or undefined
90
+ assertParamExists('deleteTenantBankAccount', 'code', code)
91
+ const localVarPath = `/paymentservice/v1/tenant/bank-accounts/{code}`
92
+ .replace(`{${"code"}}`, encodeURIComponent(String(code)));
93
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
94
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
95
+ let baseOptions;
96
+ let baseAccessToken;
97
+ if (configuration) {
98
+ baseOptions = configuration.baseOptions;
99
+ baseAccessToken = configuration.accessToken;
100
+ }
101
+
102
+ const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
103
+ const localVarHeaderParameter = {} as any;
104
+ const localVarQueryParameter = {} as any;
105
+
106
+ // authentication bearer required
107
+ // http bearer authentication required
108
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
109
+
110
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
111
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
112
+ }
113
+
114
+
115
+
116
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
117
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
118
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
119
+
120
+ return {
121
+ url: toPathString(localVarUrlObj),
122
+ options: localVarRequestOptions,
123
+ };
124
+ },
125
+ /**
126
+ *
127
+ * @param {string} code Unique identifier for the object.
128
+ * @param {string} [authorization] Bearer Token
129
+ * @param {string} [expand] Expand the response with additional entities
130
+ * @param {*} [options] Override http request option.
131
+ * @throws {RequiredError}
132
+ */
133
+ getTenantBankAccount: async (code: string, authorization?: string, expand?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
134
+ // verify required parameter 'code' is not null or undefined
135
+ assertParamExists('getTenantBankAccount', 'code', code)
136
+ const localVarPath = `/paymentservice/v1/tenant/bank-accounts/{code}`
137
+ .replace(`{${"code"}}`, encodeURIComponent(String(code)));
138
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
139
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
140
+ let baseOptions;
141
+ let baseAccessToken;
142
+ if (configuration) {
143
+ baseOptions = configuration.baseOptions;
144
+ baseAccessToken = configuration.accessToken;
145
+ }
146
+
147
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
148
+ const localVarHeaderParameter = {} as any;
149
+ const localVarQueryParameter = {} as any;
150
+
151
+ // authentication bearer required
152
+ // http bearer authentication required
153
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
154
+
155
+ if (expand !== undefined) {
156
+ localVarQueryParameter['expand'] = expand;
157
+ }
158
+
159
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
160
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
161
+ }
162
+
163
+
164
+
165
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
166
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
167
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
168
+
169
+ return {
170
+ url: toPathString(localVarUrlObj),
171
+ options: localVarRequestOptions,
172
+ };
173
+ },
174
+ /**
175
+ *
176
+ * @param {string} [authorization] Bearer Token
177
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
178
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
179
+ * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
180
+ * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
181
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
182
+ * @param {string} [expand] Expand the response with additional entities
183
+ * @param {*} [options] Override http request option.
184
+ * @throws {RequiredError}
185
+ */
186
+ listTenantBankAccounts: async (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
187
+ const localVarPath = `/paymentservice/v1/tenant/bank-accounts`;
188
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
189
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
190
+ let baseOptions;
191
+ let baseAccessToken;
192
+ if (configuration) {
193
+ baseOptions = configuration.baseOptions;
194
+ baseAccessToken = configuration.accessToken;
195
+ }
196
+
197
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
198
+ const localVarHeaderParameter = {} as any;
199
+ const localVarQueryParameter = {} as any;
200
+
201
+ // authentication bearer required
202
+ // http bearer authentication required
203
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
204
+
205
+ if (pageSize !== undefined) {
206
+ localVarQueryParameter['pageSize'] = pageSize;
207
+ }
208
+
209
+ if (pageToken !== undefined) {
210
+ localVarQueryParameter['pageToken'] = pageToken;
211
+ }
212
+
213
+ if (filter !== undefined) {
214
+ localVarQueryParameter['filter'] = filter;
215
+ }
216
+
217
+ if (search !== undefined) {
218
+ localVarQueryParameter['search'] = search;
219
+ }
220
+
221
+ if (order !== undefined) {
222
+ localVarQueryParameter['order'] = order;
223
+ }
224
+
225
+ if (expand !== undefined) {
226
+ localVarQueryParameter['expand'] = expand;
227
+ }
228
+
229
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
230
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
231
+ }
232
+
233
+
234
+
235
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
236
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
237
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
238
+
239
+ return {
240
+ url: toPathString(localVarUrlObj),
241
+ options: localVarRequestOptions,
242
+ };
243
+ },
244
+ /**
245
+ *
246
+ * @param {string} code Unique identifier for the object.
247
+ * @param {UpdateTenantBankAccountRestRequestDto} updateTenantBankAccountRestRequestDto
248
+ * @param {string} [authorization] Bearer Token
249
+ * @param {*} [options] Override http request option.
250
+ * @throws {RequiredError}
251
+ */
252
+ updateTenantBankAccount: async (code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
253
+ // verify required parameter 'code' is not null or undefined
254
+ assertParamExists('updateTenantBankAccount', 'code', code)
255
+ // verify required parameter 'updateTenantBankAccountRestRequestDto' is not null or undefined
256
+ assertParamExists('updateTenantBankAccount', 'updateTenantBankAccountRestRequestDto', updateTenantBankAccountRestRequestDto)
257
+ const localVarPath = `/paymentservice/v1/tenant/bank-accounts/{code}`
258
+ .replace(`{${"code"}}`, encodeURIComponent(String(code)));
259
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
260
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
261
+ let baseOptions;
262
+ let baseAccessToken;
263
+ if (configuration) {
264
+ baseOptions = configuration.baseOptions;
265
+ baseAccessToken = configuration.accessToken;
266
+ }
267
+
268
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
269
+ const localVarHeaderParameter = {} as any;
270
+ const localVarQueryParameter = {} as any;
271
+
272
+ // authentication bearer required
273
+ // http bearer authentication required
274
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
275
+
276
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
277
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
278
+ }
279
+
280
+
281
+
282
+ localVarHeaderParameter['Content-Type'] = 'application/json';
283
+
284
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
285
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
286
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
287
+ localVarRequestOptions.data = serializeDataIfNeeded(updateTenantBankAccountRestRequestDto, localVarRequestOptions, configuration)
288
+
289
+ return {
290
+ url: toPathString(localVarUrlObj),
291
+ options: localVarRequestOptions,
292
+ };
293
+ },
294
+ }
295
+ };
296
+
297
+ /**
298
+ * TenantBankAccountApi - functional programming interface
299
+ * @export
300
+ */
301
+ export const TenantBankAccountApiFp = function(configuration?: Configuration) {
302
+ const localVarAxiosParamCreator = TenantBankAccountApiAxiosParamCreator(configuration)
303
+ return {
304
+ /**
305
+ *
306
+ * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
307
+ * @param {string} [authorization] Bearer Token
308
+ * @param {*} [options] Override http request option.
309
+ * @throws {RequiredError}
310
+ */
311
+ async createTenantBankAccount(createTenantBankAccountRequestDto: CreateTenantBankAccountRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
312
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createTenantBankAccount(createTenantBankAccountRequestDto, authorization, options);
313
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
314
+ },
315
+ /**
316
+ *
317
+ * @param {string} code Unique identifier for the object.
318
+ * @param {string} [authorization] Bearer Token
319
+ * @param {*} [options] Override http request option.
320
+ * @throws {RequiredError}
321
+ */
322
+ async deleteTenantBankAccount(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
323
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteTenantBankAccount(code, authorization, options);
324
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
325
+ },
326
+ /**
327
+ *
328
+ * @param {string} code Unique identifier for the object.
329
+ * @param {string} [authorization] Bearer Token
330
+ * @param {string} [expand] Expand the response with additional entities
331
+ * @param {*} [options] Override http request option.
332
+ * @throws {RequiredError}
333
+ */
334
+ async getTenantBankAccount(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTenantBankAccountResponseClass>> {
335
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getTenantBankAccount(code, authorization, expand, options);
336
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
337
+ },
338
+ /**
339
+ *
340
+ * @param {string} [authorization] Bearer Token
341
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
342
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
343
+ * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
344
+ * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
345
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
346
+ * @param {string} [expand] Expand the response with additional entities
347
+ * @param {*} [options] Override http request option.
348
+ * @throws {RequiredError}
349
+ */
350
+ async listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
351
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listTenantBankAccounts(authorization, pageSize, pageToken, filter, search, order, expand, options);
352
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
353
+ },
354
+ /**
355
+ *
356
+ * @param {string} code Unique identifier for the object.
357
+ * @param {UpdateTenantBankAccountRestRequestDto} updateTenantBankAccountRestRequestDto
358
+ * @param {string} [authorization] Bearer Token
359
+ * @param {*} [options] Override http request option.
360
+ * @throws {RequiredError}
361
+ */
362
+ async updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
363
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateTenantBankAccount(code, updateTenantBankAccountRestRequestDto, authorization, options);
364
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
365
+ },
366
+ }
367
+ };
368
+
369
+ /**
370
+ * TenantBankAccountApi - factory interface
371
+ * @export
372
+ */
373
+ export const TenantBankAccountApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
374
+ const localVarFp = TenantBankAccountApiFp(configuration)
375
+ return {
376
+ /**
377
+ *
378
+ * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
379
+ * @param {string} [authorization] Bearer Token
380
+ * @param {*} [options] Override http request option.
381
+ * @throws {RequiredError}
382
+ */
383
+ createTenantBankAccount(createTenantBankAccountRequestDto: CreateTenantBankAccountRequestDto, authorization?: string, options?: any): AxiosPromise<void> {
384
+ return localVarFp.createTenantBankAccount(createTenantBankAccountRequestDto, authorization, options).then((request) => request(axios, basePath));
385
+ },
386
+ /**
387
+ *
388
+ * @param {string} code Unique identifier for the object.
389
+ * @param {string} [authorization] Bearer Token
390
+ * @param {*} [options] Override http request option.
391
+ * @throws {RequiredError}
392
+ */
393
+ deleteTenantBankAccount(code: string, authorization?: string, options?: any): AxiosPromise<void> {
394
+ return localVarFp.deleteTenantBankAccount(code, authorization, options).then((request) => request(axios, basePath));
395
+ },
396
+ /**
397
+ *
398
+ * @param {string} code Unique identifier for the object.
399
+ * @param {string} [authorization] Bearer Token
400
+ * @param {string} [expand] Expand the response with additional entities
401
+ * @param {*} [options] Override http request option.
402
+ * @throws {RequiredError}
403
+ */
404
+ getTenantBankAccount(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetTenantBankAccountResponseClass> {
405
+ return localVarFp.getTenantBankAccount(code, authorization, expand, options).then((request) => request(axios, basePath));
406
+ },
407
+ /**
408
+ *
409
+ * @param {string} [authorization] Bearer Token
410
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
411
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
412
+ * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
413
+ * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
414
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
415
+ * @param {string} [expand] Expand the response with additional entities
416
+ * @param {*} [options] Override http request option.
417
+ * @throws {RequiredError}
418
+ */
419
+ listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, options?: any): AxiosPromise<void> {
420
+ return localVarFp.listTenantBankAccounts(authorization, pageSize, pageToken, filter, search, order, expand, options).then((request) => request(axios, basePath));
421
+ },
422
+ /**
423
+ *
424
+ * @param {string} code Unique identifier for the object.
425
+ * @param {UpdateTenantBankAccountRestRequestDto} updateTenantBankAccountRestRequestDto
426
+ * @param {string} [authorization] Bearer Token
427
+ * @param {*} [options] Override http request option.
428
+ * @throws {RequiredError}
429
+ */
430
+ updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: any): AxiosPromise<void> {
431
+ return localVarFp.updateTenantBankAccount(code, updateTenantBankAccountRestRequestDto, authorization, options).then((request) => request(axios, basePath));
432
+ },
433
+ };
434
+ };
435
+
436
+ /**
437
+ * Request parameters for createTenantBankAccount operation in TenantBankAccountApi.
438
+ * @export
439
+ * @interface TenantBankAccountApiCreateTenantBankAccountRequest
440
+ */
441
+ export interface TenantBankAccountApiCreateTenantBankAccountRequest {
442
+ /**
443
+ *
444
+ * @type {CreateTenantBankAccountRequestDto}
445
+ * @memberof TenantBankAccountApiCreateTenantBankAccount
446
+ */
447
+ readonly createTenantBankAccountRequestDto: CreateTenantBankAccountRequestDto
448
+
449
+ /**
450
+ * Bearer Token
451
+ * @type {string}
452
+ * @memberof TenantBankAccountApiCreateTenantBankAccount
453
+ */
454
+ readonly authorization?: string
455
+ }
456
+
457
+ /**
458
+ * Request parameters for deleteTenantBankAccount operation in TenantBankAccountApi.
459
+ * @export
460
+ * @interface TenantBankAccountApiDeleteTenantBankAccountRequest
461
+ */
462
+ export interface TenantBankAccountApiDeleteTenantBankAccountRequest {
463
+ /**
464
+ * Unique identifier for the object.
465
+ * @type {string}
466
+ * @memberof TenantBankAccountApiDeleteTenantBankAccount
467
+ */
468
+ readonly code: string
469
+
470
+ /**
471
+ * Bearer Token
472
+ * @type {string}
473
+ * @memberof TenantBankAccountApiDeleteTenantBankAccount
474
+ */
475
+ readonly authorization?: string
476
+ }
477
+
478
+ /**
479
+ * Request parameters for getTenantBankAccount operation in TenantBankAccountApi.
480
+ * @export
481
+ * @interface TenantBankAccountApiGetTenantBankAccountRequest
482
+ */
483
+ export interface TenantBankAccountApiGetTenantBankAccountRequest {
484
+ /**
485
+ * Unique identifier for the object.
486
+ * @type {string}
487
+ * @memberof TenantBankAccountApiGetTenantBankAccount
488
+ */
489
+ readonly code: string
490
+
491
+ /**
492
+ * Bearer Token
493
+ * @type {string}
494
+ * @memberof TenantBankAccountApiGetTenantBankAccount
495
+ */
496
+ readonly authorization?: string
497
+
498
+ /**
499
+ * Expand the response with additional entities
500
+ * @type {string}
501
+ * @memberof TenantBankAccountApiGetTenantBankAccount
502
+ */
503
+ readonly expand?: string
504
+ }
505
+
506
+ /**
507
+ * Request parameters for listTenantBankAccounts operation in TenantBankAccountApi.
508
+ * @export
509
+ * @interface TenantBankAccountApiListTenantBankAccountsRequest
510
+ */
511
+ export interface TenantBankAccountApiListTenantBankAccountsRequest {
512
+ /**
513
+ * Bearer Token
514
+ * @type {string}
515
+ * @memberof TenantBankAccountApiListTenantBankAccounts
516
+ */
517
+ readonly authorization?: string
518
+
519
+ /**
520
+ * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
521
+ * @type {any}
522
+ * @memberof TenantBankAccountApiListTenantBankAccounts
523
+ */
524
+ readonly pageSize?: any
525
+
526
+ /**
527
+ * A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
528
+ * @type {any}
529
+ * @memberof TenantBankAccountApiListTenantBankAccounts
530
+ */
531
+ readonly pageToken?: any
532
+
533
+ /**
534
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
535
+ * @type {any}
536
+ * @memberof TenantBankAccountApiListTenantBankAccounts
537
+ */
538
+ readonly filter?: any
539
+
540
+ /**
541
+ * Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
542
+ * @type {any}
543
+ * @memberof TenantBankAccountApiListTenantBankAccounts
544
+ */
545
+ readonly search?: any
546
+
547
+ /**
548
+ * The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
549
+ * @type {any}
550
+ * @memberof TenantBankAccountApiListTenantBankAccounts
551
+ */
552
+ readonly order?: any
553
+
554
+ /**
555
+ * Expand the response with additional entities
556
+ * @type {string}
557
+ * @memberof TenantBankAccountApiListTenantBankAccounts
558
+ */
559
+ readonly expand?: string
560
+ }
561
+
562
+ /**
563
+ * Request parameters for updateTenantBankAccount operation in TenantBankAccountApi.
564
+ * @export
565
+ * @interface TenantBankAccountApiUpdateTenantBankAccountRequest
566
+ */
567
+ export interface TenantBankAccountApiUpdateTenantBankAccountRequest {
568
+ /**
569
+ * Unique identifier for the object.
570
+ * @type {string}
571
+ * @memberof TenantBankAccountApiUpdateTenantBankAccount
572
+ */
573
+ readonly code: string
574
+
575
+ /**
576
+ *
577
+ * @type {UpdateTenantBankAccountRestRequestDto}
578
+ * @memberof TenantBankAccountApiUpdateTenantBankAccount
579
+ */
580
+ readonly updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto
581
+
582
+ /**
583
+ * Bearer Token
584
+ * @type {string}
585
+ * @memberof TenantBankAccountApiUpdateTenantBankAccount
586
+ */
587
+ readonly authorization?: string
588
+ }
589
+
590
+ /**
591
+ * TenantBankAccountApi - object-oriented interface
592
+ * @export
593
+ * @class TenantBankAccountApi
594
+ * @extends {BaseAPI}
595
+ */
596
+ export class TenantBankAccountApi extends BaseAPI {
597
+ /**
598
+ *
599
+ * @param {TenantBankAccountApiCreateTenantBankAccountRequest} requestParameters Request parameters.
600
+ * @param {*} [options] Override http request option.
601
+ * @throws {RequiredError}
602
+ * @memberof TenantBankAccountApi
603
+ */
604
+ public createTenantBankAccount(requestParameters: TenantBankAccountApiCreateTenantBankAccountRequest, options?: AxiosRequestConfig) {
605
+ return TenantBankAccountApiFp(this.configuration).createTenantBankAccount(requestParameters.createTenantBankAccountRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
606
+ }
607
+
608
+ /**
609
+ *
610
+ * @param {TenantBankAccountApiDeleteTenantBankAccountRequest} requestParameters Request parameters.
611
+ * @param {*} [options] Override http request option.
612
+ * @throws {RequiredError}
613
+ * @memberof TenantBankAccountApi
614
+ */
615
+ public deleteTenantBankAccount(requestParameters: TenantBankAccountApiDeleteTenantBankAccountRequest, options?: AxiosRequestConfig) {
616
+ return TenantBankAccountApiFp(this.configuration).deleteTenantBankAccount(requestParameters.code, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
617
+ }
618
+
619
+ /**
620
+ *
621
+ * @param {TenantBankAccountApiGetTenantBankAccountRequest} requestParameters Request parameters.
622
+ * @param {*} [options] Override http request option.
623
+ * @throws {RequiredError}
624
+ * @memberof TenantBankAccountApi
625
+ */
626
+ public getTenantBankAccount(requestParameters: TenantBankAccountApiGetTenantBankAccountRequest, options?: AxiosRequestConfig) {
627
+ return TenantBankAccountApiFp(this.configuration).getTenantBankAccount(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then((request) => request(this.axios, this.basePath));
628
+ }
629
+
630
+ /**
631
+ *
632
+ * @param {TenantBankAccountApiListTenantBankAccountsRequest} requestParameters Request parameters.
633
+ * @param {*} [options] Override http request option.
634
+ * @throws {RequiredError}
635
+ * @memberof TenantBankAccountApi
636
+ */
637
+ public listTenantBankAccounts(requestParameters: TenantBankAccountApiListTenantBankAccountsRequest = {}, options?: AxiosRequestConfig) {
638
+ return TenantBankAccountApiFp(this.configuration).listTenantBankAccounts(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, options).then((request) => request(this.axios, this.basePath));
639
+ }
640
+
641
+ /**
642
+ *
643
+ * @param {TenantBankAccountApiUpdateTenantBankAccountRequest} requestParameters Request parameters.
644
+ * @param {*} [options] Override http request option.
645
+ * @throws {RequiredError}
646
+ * @memberof TenantBankAccountApi
647
+ */
648
+ public updateTenantBankAccount(requestParameters: TenantBankAccountApiUpdateTenantBankAccountRequest, options?: AxiosRequestConfig) {
649
+ return TenantBankAccountApiFp(this.configuration).updateTenantBankAccount(requestParameters.code, requestParameters.updateTenantBankAccountRestRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
650
+ }
651
+ }
@@ -5,7 +5,7 @@
5
5
  * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
8
+ * Contact: z
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech