@emilgroup/payment-sdk-node 1.22.1-beta.66 → 1.22.1-beta.67
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.
- package/README.md +2 -2
- package/api/tenant-bank-account-api.ts +8 -8
- package/dist/api/tenant-bank-account-api.d.ts +8 -8
- package/dist/api/tenant-bank-account-api.js +6 -6
- package/dist/models/create-tenant-bank-account-request-dto.d.ts +27 -1
- package/dist/models/create-tenant-bank-account-request-dto.js +8 -0
- package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +26 -0
- package/dist/models/tenant-bank-account-class-without-expand-properties.js +8 -0
- package/dist/models/tenant-bank-account-class.d.ts +26 -0
- package/dist/models/tenant-bank-account-class.js +8 -0
- package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +27 -1
- package/dist/models/update-tenant-bank-account-rest-request-dto.js +8 -0
- package/models/create-tenant-bank-account-request-dto.ts +30 -1
- package/models/tenant-bank-account-class-without-expand-properties.ts +29 -0
- package/models/tenant-bank-account-class.ts +29 -0
- package/models/update-tenant-bank-account-rest-request-dto.ts +30 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/payment-sdk-node@1.22.1-beta.
|
|
20
|
+
npm install @emilgroup/payment-sdk-node@1.22.1-beta.67 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/payment-sdk-node@1.22.1-beta.
|
|
24
|
+
yarn add @emilgroup/payment-sdk-node@1.22.1-beta.67
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PaymentsApi`.
|
|
@@ -190,11 +190,11 @@ export const TenantBankAccountApiAxiosParamCreator = function (configuration?: C
|
|
|
190
190
|
* @param {string} [authorization] Bearer Token
|
|
191
191
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
192
192
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
193
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
193
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
194
194
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
195
195
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
196
196
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
197
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
197
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
198
198
|
* @param {*} [options] Override http request option.
|
|
199
199
|
* @throws {RequiredError}
|
|
200
200
|
*/
|
|
@@ -364,11 +364,11 @@ export const TenantBankAccountApiFp = function(configuration?: Configuration) {
|
|
|
364
364
|
* @param {string} [authorization] Bearer Token
|
|
365
365
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
366
366
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
367
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
367
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
368
368
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
369
369
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
370
370
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
371
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
371
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
372
372
|
* @param {*} [options] Override http request option.
|
|
373
373
|
* @throws {RequiredError}
|
|
374
374
|
*/
|
|
@@ -439,11 +439,11 @@ export const TenantBankAccountApiFactory = function (configuration?: Configurati
|
|
|
439
439
|
* @param {string} [authorization] Bearer Token
|
|
440
440
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
441
441
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
442
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
442
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
443
443
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
444
444
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
445
445
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
446
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
446
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
447
447
|
* @param {*} [options] Override http request option.
|
|
448
448
|
* @throws {RequiredError}
|
|
449
449
|
*/
|
|
@@ -563,7 +563,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
|
|
|
563
563
|
readonly pageToken?: string
|
|
564
564
|
|
|
565
565
|
/**
|
|
566
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
566
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
567
567
|
* @type {string}
|
|
568
568
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
569
569
|
*/
|
|
@@ -591,7 +591,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
|
|
|
591
591
|
readonly expand?: string
|
|
592
592
|
|
|
593
593
|
/**
|
|
594
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
594
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
595
595
|
* @type {string}
|
|
596
596
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
597
597
|
*/
|
|
@@ -57,11 +57,11 @@ export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Con
|
|
|
57
57
|
* @param {string} [authorization] Bearer Token
|
|
58
58
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
59
59
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
60
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
60
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
61
61
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
62
62
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
63
63
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
64
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
64
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
65
65
|
* @param {*} [options] Override http request option.
|
|
66
66
|
* @throws {RequiredError}
|
|
67
67
|
*/
|
|
@@ -116,11 +116,11 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
|
|
|
116
116
|
* @param {string} [authorization] Bearer Token
|
|
117
117
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
118
118
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
119
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
119
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
120
120
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
121
121
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
122
122
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
123
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
123
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
124
124
|
* @param {*} [options] Override http request option.
|
|
125
125
|
* @throws {RequiredError}
|
|
126
126
|
*/
|
|
@@ -175,11 +175,11 @@ export declare const TenantBankAccountApiFactory: (configuration?: Configuration
|
|
|
175
175
|
* @param {string} [authorization] Bearer Token
|
|
176
176
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
177
177
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
178
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
178
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
179
179
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
180
180
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
181
181
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
182
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
182
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
183
183
|
* @param {*} [options] Override http request option.
|
|
184
184
|
* @throws {RequiredError}
|
|
185
185
|
*/
|
|
@@ -283,7 +283,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
|
|
|
283
283
|
*/
|
|
284
284
|
readonly pageToken?: string;
|
|
285
285
|
/**
|
|
286
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
286
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
287
287
|
* @type {string}
|
|
288
288
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
289
289
|
*/
|
|
@@ -307,7 +307,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
|
|
|
307
307
|
*/
|
|
308
308
|
readonly expand?: string;
|
|
309
309
|
/**
|
|
310
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
310
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
311
311
|
* @type {string}
|
|
312
312
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
313
313
|
*/
|
|
@@ -251,11 +251,11 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
|
|
|
251
251
|
* @param {string} [authorization] Bearer Token
|
|
252
252
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
253
253
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
254
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
254
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
255
255
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
256
256
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
257
257
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
258
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
258
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
259
259
|
* @param {*} [options] Override http request option.
|
|
260
260
|
* @throws {RequiredError}
|
|
261
261
|
*/
|
|
@@ -450,11 +450,11 @@ var TenantBankAccountApiFp = function (configuration) {
|
|
|
450
450
|
* @param {string} [authorization] Bearer Token
|
|
451
451
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
452
452
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
453
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
453
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
454
454
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
455
455
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
456
456
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
457
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
457
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
458
458
|
* @param {*} [options] Override http request option.
|
|
459
459
|
* @throws {RequiredError}
|
|
460
460
|
*/
|
|
@@ -543,11 +543,11 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
|
|
|
543
543
|
* @param {string} [authorization] Bearer Token
|
|
544
544
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
545
545
|
* @param {string} [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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
546
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
546
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
547
547
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
|
|
548
548
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
|
|
549
549
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
|
|
550
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
|
|
550
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
|
|
551
551
|
* @param {*} [options] Override http request option.
|
|
552
552
|
* @throws {RequiredError}
|
|
553
553
|
*/
|
|
@@ -34,7 +34,7 @@ export interface CreateTenantBankAccountRequestDto {
|
|
|
34
34
|
*/
|
|
35
35
|
'iban': string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Number of the booking account this bank account belongs to
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof CreateTenantBankAccountRequestDto
|
|
40
40
|
*/
|
|
@@ -69,4 +69,30 @@ export interface CreateTenantBankAccountRequestDto {
|
|
|
69
69
|
* @memberof CreateTenantBankAccountRequestDto
|
|
70
70
|
*/
|
|
71
71
|
'country': string;
|
|
72
|
+
/**
|
|
73
|
+
* SEPA Pain version
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof CreateTenantBankAccountRequestDto
|
|
76
|
+
*/
|
|
77
|
+
'sepaPainVersion': CreateTenantBankAccountRequestDtoSepaPainVersionEnum;
|
|
78
|
+
/**
|
|
79
|
+
* Creditor ID
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof CreateTenantBankAccountRequestDto
|
|
82
|
+
*/
|
|
83
|
+
'creditorId': string;
|
|
84
|
+
/**
|
|
85
|
+
* Indicates whether this is the default bank account for the tenant
|
|
86
|
+
* @type {boolean}
|
|
87
|
+
* @memberof CreateTenantBankAccountRequestDto
|
|
88
|
+
*/
|
|
89
|
+
'isDefault': boolean;
|
|
72
90
|
}
|
|
91
|
+
export declare const CreateTenantBankAccountRequestDtoSepaPainVersionEnum: {
|
|
92
|
+
readonly _00302: "pain.008.003.02";
|
|
93
|
+
readonly _00802: "pain.008.008.02";
|
|
94
|
+
readonly _00109: "pain.008.001.09";
|
|
95
|
+
readonly _00110: "pain.008.001.10";
|
|
96
|
+
readonly _00111: "pain.008.001.11";
|
|
97
|
+
};
|
|
98
|
+
export type CreateTenantBankAccountRequestDtoSepaPainVersionEnum = typeof CreateTenantBankAccountRequestDtoSepaPainVersionEnum[keyof typeof CreateTenantBankAccountRequestDtoSepaPainVersionEnum];
|
|
@@ -13,3 +13,11 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateTenantBankAccountRequestDtoSepaPainVersionEnum = void 0;
|
|
17
|
+
exports.CreateTenantBankAccountRequestDtoSepaPainVersionEnum = {
|
|
18
|
+
_00302: 'pain.008.003.02',
|
|
19
|
+
_00802: 'pain.008.008.02',
|
|
20
|
+
_00109: 'pain.008.001.09',
|
|
21
|
+
_00110: 'pain.008.001.10',
|
|
22
|
+
_00111: 'pain.008.001.11'
|
|
23
|
+
};
|
|
@@ -105,4 +105,30 @@ export interface TenantBankAccountClassWithoutExpandProperties {
|
|
|
105
105
|
* @memberof TenantBankAccountClassWithoutExpandProperties
|
|
106
106
|
*/
|
|
107
107
|
'country'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* SEPA Pain version
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof TenantBankAccountClassWithoutExpandProperties
|
|
112
|
+
*/
|
|
113
|
+
'sepaPainVersion': TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum;
|
|
114
|
+
/**
|
|
115
|
+
* Creditor ID
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof TenantBankAccountClassWithoutExpandProperties
|
|
118
|
+
*/
|
|
119
|
+
'creditorId': string;
|
|
120
|
+
/**
|
|
121
|
+
* Indicates whether this is the default bank account for the tenant
|
|
122
|
+
* @type {boolean}
|
|
123
|
+
* @memberof TenantBankAccountClassWithoutExpandProperties
|
|
124
|
+
*/
|
|
125
|
+
'isDefault': boolean;
|
|
108
126
|
}
|
|
127
|
+
export declare const TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum: {
|
|
128
|
+
readonly _00302: "pain.008.003.02";
|
|
129
|
+
readonly _00802: "pain.008.008.02";
|
|
130
|
+
readonly _00109: "pain.008.001.09";
|
|
131
|
+
readonly _00110: "pain.008.001.10";
|
|
132
|
+
readonly _00111: "pain.008.001.11";
|
|
133
|
+
};
|
|
134
|
+
export type TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = typeof TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum[keyof typeof TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum];
|
|
@@ -13,3 +13,11 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = void 0;
|
|
17
|
+
exports.TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = {
|
|
18
|
+
_00302: 'pain.008.003.02',
|
|
19
|
+
_00802: 'pain.008.008.02',
|
|
20
|
+
_00109: 'pain.008.001.09',
|
|
21
|
+
_00110: 'pain.008.001.10',
|
|
22
|
+
_00111: 'pain.008.001.11'
|
|
23
|
+
};
|
|
@@ -112,4 +112,30 @@ export interface TenantBankAccountClass {
|
|
|
112
112
|
* @memberof TenantBankAccountClass
|
|
113
113
|
*/
|
|
114
114
|
'country'?: string;
|
|
115
|
+
/**
|
|
116
|
+
* SEPA Pain version
|
|
117
|
+
* @type {string}
|
|
118
|
+
* @memberof TenantBankAccountClass
|
|
119
|
+
*/
|
|
120
|
+
'sepaPainVersion': TenantBankAccountClassSepaPainVersionEnum;
|
|
121
|
+
/**
|
|
122
|
+
* Creditor ID
|
|
123
|
+
* @type {string}
|
|
124
|
+
* @memberof TenantBankAccountClass
|
|
125
|
+
*/
|
|
126
|
+
'creditorId': string;
|
|
127
|
+
/**
|
|
128
|
+
* Indicates whether this is the default bank account for the tenant
|
|
129
|
+
* @type {boolean}
|
|
130
|
+
* @memberof TenantBankAccountClass
|
|
131
|
+
*/
|
|
132
|
+
'isDefault': boolean;
|
|
115
133
|
}
|
|
134
|
+
export declare const TenantBankAccountClassSepaPainVersionEnum: {
|
|
135
|
+
readonly _00302: "pain.008.003.02";
|
|
136
|
+
readonly _00802: "pain.008.008.02";
|
|
137
|
+
readonly _00109: "pain.008.001.09";
|
|
138
|
+
readonly _00110: "pain.008.001.10";
|
|
139
|
+
readonly _00111: "pain.008.001.11";
|
|
140
|
+
};
|
|
141
|
+
export type TenantBankAccountClassSepaPainVersionEnum = typeof TenantBankAccountClassSepaPainVersionEnum[keyof typeof TenantBankAccountClassSepaPainVersionEnum];
|
|
@@ -13,3 +13,11 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.TenantBankAccountClassSepaPainVersionEnum = void 0;
|
|
17
|
+
exports.TenantBankAccountClassSepaPainVersionEnum = {
|
|
18
|
+
_00302: 'pain.008.003.02',
|
|
19
|
+
_00802: 'pain.008.008.02',
|
|
20
|
+
_00109: 'pain.008.001.09',
|
|
21
|
+
_00110: 'pain.008.001.10',
|
|
22
|
+
_00111: 'pain.008.001.11'
|
|
23
|
+
};
|
|
@@ -28,7 +28,7 @@ export interface UpdateTenantBankAccountRestRequestDto {
|
|
|
28
28
|
*/
|
|
29
29
|
'bankName': string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Number of the booking account this bank account belongs to
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
34
34
|
*/
|
|
@@ -63,4 +63,30 @@ export interface UpdateTenantBankAccountRestRequestDto {
|
|
|
63
63
|
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
64
64
|
*/
|
|
65
65
|
'country': string;
|
|
66
|
+
/**
|
|
67
|
+
* SEPA Pain version
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
70
|
+
*/
|
|
71
|
+
'sepaPainVersion': UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum;
|
|
72
|
+
/**
|
|
73
|
+
* Creditor ID
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
76
|
+
*/
|
|
77
|
+
'creditorId': string;
|
|
78
|
+
/**
|
|
79
|
+
* Indicates whether this is the default bank account for the tenant
|
|
80
|
+
* @type {boolean}
|
|
81
|
+
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
82
|
+
*/
|
|
83
|
+
'isDefault': boolean;
|
|
66
84
|
}
|
|
85
|
+
export declare const UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum: {
|
|
86
|
+
readonly _00302: "pain.008.003.02";
|
|
87
|
+
readonly _00802: "pain.008.008.02";
|
|
88
|
+
readonly _00109: "pain.008.001.09";
|
|
89
|
+
readonly _00110: "pain.008.001.10";
|
|
90
|
+
readonly _00111: "pain.008.001.11";
|
|
91
|
+
};
|
|
92
|
+
export type UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = typeof UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum[keyof typeof UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum];
|
|
@@ -13,3 +13,11 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = void 0;
|
|
17
|
+
exports.UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = {
|
|
18
|
+
_00302: 'pain.008.003.02',
|
|
19
|
+
_00802: 'pain.008.008.02',
|
|
20
|
+
_00109: 'pain.008.001.09',
|
|
21
|
+
_00110: 'pain.008.001.10',
|
|
22
|
+
_00111: 'pain.008.001.11'
|
|
23
|
+
};
|
|
@@ -39,7 +39,7 @@ export interface CreateTenantBankAccountRequestDto {
|
|
|
39
39
|
*/
|
|
40
40
|
'iban': string;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Number of the booking account this bank account belongs to
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof CreateTenantBankAccountRequestDto
|
|
45
45
|
*/
|
|
@@ -74,5 +74,34 @@ export interface CreateTenantBankAccountRequestDto {
|
|
|
74
74
|
* @memberof CreateTenantBankAccountRequestDto
|
|
75
75
|
*/
|
|
76
76
|
'country': string;
|
|
77
|
+
/**
|
|
78
|
+
* SEPA Pain version
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof CreateTenantBankAccountRequestDto
|
|
81
|
+
*/
|
|
82
|
+
'sepaPainVersion': CreateTenantBankAccountRequestDtoSepaPainVersionEnum;
|
|
83
|
+
/**
|
|
84
|
+
* Creditor ID
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof CreateTenantBankAccountRequestDto
|
|
87
|
+
*/
|
|
88
|
+
'creditorId': string;
|
|
89
|
+
/**
|
|
90
|
+
* Indicates whether this is the default bank account for the tenant
|
|
91
|
+
* @type {boolean}
|
|
92
|
+
* @memberof CreateTenantBankAccountRequestDto
|
|
93
|
+
*/
|
|
94
|
+
'isDefault': boolean;
|
|
77
95
|
}
|
|
78
96
|
|
|
97
|
+
export const CreateTenantBankAccountRequestDtoSepaPainVersionEnum = {
|
|
98
|
+
_00302: 'pain.008.003.02',
|
|
99
|
+
_00802: 'pain.008.008.02',
|
|
100
|
+
_00109: 'pain.008.001.09',
|
|
101
|
+
_00110: 'pain.008.001.10',
|
|
102
|
+
_00111: 'pain.008.001.11'
|
|
103
|
+
} as const;
|
|
104
|
+
|
|
105
|
+
export type CreateTenantBankAccountRequestDtoSepaPainVersionEnum = typeof CreateTenantBankAccountRequestDtoSepaPainVersionEnum[keyof typeof CreateTenantBankAccountRequestDtoSepaPainVersionEnum];
|
|
106
|
+
|
|
107
|
+
|
|
@@ -110,5 +110,34 @@ export interface TenantBankAccountClassWithoutExpandProperties {
|
|
|
110
110
|
* @memberof TenantBankAccountClassWithoutExpandProperties
|
|
111
111
|
*/
|
|
112
112
|
'country'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* SEPA Pain version
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof TenantBankAccountClassWithoutExpandProperties
|
|
117
|
+
*/
|
|
118
|
+
'sepaPainVersion': TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum;
|
|
119
|
+
/**
|
|
120
|
+
* Creditor ID
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof TenantBankAccountClassWithoutExpandProperties
|
|
123
|
+
*/
|
|
124
|
+
'creditorId': string;
|
|
125
|
+
/**
|
|
126
|
+
* Indicates whether this is the default bank account for the tenant
|
|
127
|
+
* @type {boolean}
|
|
128
|
+
* @memberof TenantBankAccountClassWithoutExpandProperties
|
|
129
|
+
*/
|
|
130
|
+
'isDefault': boolean;
|
|
113
131
|
}
|
|
114
132
|
|
|
133
|
+
export const TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = {
|
|
134
|
+
_00302: 'pain.008.003.02',
|
|
135
|
+
_00802: 'pain.008.008.02',
|
|
136
|
+
_00109: 'pain.008.001.09',
|
|
137
|
+
_00110: 'pain.008.001.10',
|
|
138
|
+
_00111: 'pain.008.001.11'
|
|
139
|
+
} as const;
|
|
140
|
+
|
|
141
|
+
export type TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = typeof TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum[keyof typeof TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum];
|
|
142
|
+
|
|
143
|
+
|
|
@@ -117,5 +117,34 @@ export interface TenantBankAccountClass {
|
|
|
117
117
|
* @memberof TenantBankAccountClass
|
|
118
118
|
*/
|
|
119
119
|
'country'?: string;
|
|
120
|
+
/**
|
|
121
|
+
* SEPA Pain version
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof TenantBankAccountClass
|
|
124
|
+
*/
|
|
125
|
+
'sepaPainVersion': TenantBankAccountClassSepaPainVersionEnum;
|
|
126
|
+
/**
|
|
127
|
+
* Creditor ID
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof TenantBankAccountClass
|
|
130
|
+
*/
|
|
131
|
+
'creditorId': string;
|
|
132
|
+
/**
|
|
133
|
+
* Indicates whether this is the default bank account for the tenant
|
|
134
|
+
* @type {boolean}
|
|
135
|
+
* @memberof TenantBankAccountClass
|
|
136
|
+
*/
|
|
137
|
+
'isDefault': boolean;
|
|
120
138
|
}
|
|
121
139
|
|
|
140
|
+
export const TenantBankAccountClassSepaPainVersionEnum = {
|
|
141
|
+
_00302: 'pain.008.003.02',
|
|
142
|
+
_00802: 'pain.008.008.02',
|
|
143
|
+
_00109: 'pain.008.001.09',
|
|
144
|
+
_00110: 'pain.008.001.10',
|
|
145
|
+
_00111: 'pain.008.001.11'
|
|
146
|
+
} as const;
|
|
147
|
+
|
|
148
|
+
export type TenantBankAccountClassSepaPainVersionEnum = typeof TenantBankAccountClassSepaPainVersionEnum[keyof typeof TenantBankAccountClassSepaPainVersionEnum];
|
|
149
|
+
|
|
150
|
+
|
|
@@ -33,7 +33,7 @@ export interface UpdateTenantBankAccountRestRequestDto {
|
|
|
33
33
|
*/
|
|
34
34
|
'bankName': string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Number of the booking account this bank account belongs to
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
39
39
|
*/
|
|
@@ -68,5 +68,34 @@ export interface UpdateTenantBankAccountRestRequestDto {
|
|
|
68
68
|
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
69
69
|
*/
|
|
70
70
|
'country': string;
|
|
71
|
+
/**
|
|
72
|
+
* SEPA Pain version
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
75
|
+
*/
|
|
76
|
+
'sepaPainVersion': UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum;
|
|
77
|
+
/**
|
|
78
|
+
* Creditor ID
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
81
|
+
*/
|
|
82
|
+
'creditorId': string;
|
|
83
|
+
/**
|
|
84
|
+
* Indicates whether this is the default bank account for the tenant
|
|
85
|
+
* @type {boolean}
|
|
86
|
+
* @memberof UpdateTenantBankAccountRestRequestDto
|
|
87
|
+
*/
|
|
88
|
+
'isDefault': boolean;
|
|
71
89
|
}
|
|
72
90
|
|
|
91
|
+
export const UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = {
|
|
92
|
+
_00302: 'pain.008.003.02',
|
|
93
|
+
_00802: 'pain.008.008.02',
|
|
94
|
+
_00109: 'pain.008.001.09',
|
|
95
|
+
_00110: 'pain.008.001.10',
|
|
96
|
+
_00111: 'pain.008.001.11'
|
|
97
|
+
} as const;
|
|
98
|
+
|
|
99
|
+
export type UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = typeof UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum[keyof typeof UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum];
|
|
100
|
+
|
|
101
|
+
|