@emilgroup/payment-sdk 1.14.1-beta.76 → 1.14.1-beta.78

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 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@1.14.1-beta.76 --save
20
+ npm install @emilgroup/payment-sdk@1.14.1-beta.78 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.14.1-beta.76
24
+ yarn add @emilgroup/payment-sdk@1.14.1-beta.78
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -186,11 +186,11 @@ export const TenantBankAccountApiAxiosParamCreator = function (configuration?: C
186
186
  * @param {string} [authorization] Bearer Token
187
187
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
188
188
  * @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.
189
- * @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>
189
+ * @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, sepaPainVersion</i>
190
190
  * @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>
191
191
  * @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, bankName, accountName</i>
192
192
  * @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>
193
- * @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>
193
+ * @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, sepaPainVersion</i>
194
194
  * @param {*} [options] Override http request option.
195
195
  * @throws {RequiredError}
196
196
  */
@@ -360,11 +360,11 @@ export const TenantBankAccountApiFp = function(configuration?: Configuration) {
360
360
  * @param {string} [authorization] Bearer Token
361
361
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
362
362
  * @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.
363
- * @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>
363
+ * @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, sepaPainVersion</i>
364
364
  * @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>
365
365
  * @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, bankName, accountName</i>
366
366
  * @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>
367
- * @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>
367
+ * @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, sepaPainVersion</i>
368
368
  * @param {*} [options] Override http request option.
369
369
  * @throws {RequiredError}
370
370
  */
@@ -435,11 +435,11 @@ export const TenantBankAccountApiFactory = function (configuration?: Configurati
435
435
  * @param {string} [authorization] Bearer Token
436
436
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
437
437
  * @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.
438
- * @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>
438
+ * @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, sepaPainVersion</i>
439
439
  * @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>
440
440
  * @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, bankName, accountName</i>
441
441
  * @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>
442
- * @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>
442
+ * @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, sepaPainVersion</i>
443
443
  * @param {*} [options] Override http request option.
444
444
  * @throws {RequiredError}
445
445
  */
@@ -559,7 +559,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
559
559
  readonly pageToken?: string
560
560
 
561
561
  /**
562
- * 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>
562
+ * 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, sepaPainVersion</i>
563
563
  * @type {string}
564
564
  * @memberof TenantBankAccountApiListTenantBankAccounts
565
565
  */
@@ -587,7 +587,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
587
587
  readonly expand?: string
588
588
 
589
589
  /**
590
- * 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>
590
+ * 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, sepaPainVersion</i>
591
591
  * @type {string}
592
592
  * @memberof TenantBankAccountApiListTenantBankAccounts
593
593
  */
@@ -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, creditorId, isDefault, sepaPainVersion</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, 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, bankName, accountName</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, creditorId, isDefault, sepaPainVersion</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, 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, creditorId, isDefault, sepaPainVersion</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, 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, bankName, accountName</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, creditorId, isDefault, sepaPainVersion</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, 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, creditorId, isDefault, sepaPainVersion</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, 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, bankName, accountName</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, creditorId, isDefault, sepaPainVersion</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, 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, creditorId, isDefault, sepaPainVersion</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, 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, creditorId, isDefault, sepaPainVersion</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, sepaPainVersion</i>
311
311
  * @type {string}
312
312
  * @memberof TenantBankAccountApiListTenantBankAccounts
313
313
  */
@@ -247,11 +247,11 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
247
247
  * @param {string} [authorization] Bearer Token
248
248
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
249
249
  * @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.
250
- * @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>
250
+ * @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, sepaPainVersion</i>
251
251
  * @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>
252
252
  * @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, bankName, accountName</i>
253
253
  * @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>
254
- * @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>
254
+ * @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, sepaPainVersion</i>
255
255
  * @param {*} [options] Override http request option.
256
256
  * @throws {RequiredError}
257
257
  */
@@ -446,11 +446,11 @@ var TenantBankAccountApiFp = function (configuration) {
446
446
  * @param {string} [authorization] Bearer Token
447
447
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
448
448
  * @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.
449
- * @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>
449
+ * @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, sepaPainVersion</i>
450
450
  * @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>
451
451
  * @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, bankName, accountName</i>
452
452
  * @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>
453
- * @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>
453
+ * @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, sepaPainVersion</i>
454
454
  * @param {*} [options] Override http request option.
455
455
  * @throws {RequiredError}
456
456
  */
@@ -539,11 +539,11 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
539
539
  * @param {string} [authorization] Bearer Token
540
540
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
541
541
  * @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.
542
- * @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>
542
+ * @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, sepaPainVersion</i>
543
543
  * @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>
544
544
  * @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, bankName, accountName</i>
545
545
  * @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>
546
- * @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>
546
+ * @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, sepaPainVersion</i>
547
547
  * @param {*} [options] Override http request option.
548
548
  * @throws {RequiredError}
549
549
  */
@@ -75,18 +75,6 @@ export interface CreateTenantBankAccountRequestDto {
75
75
  * @memberof CreateTenantBankAccountRequestDto
76
76
  */
77
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;
90
78
  }
91
79
  export declare const CreateTenantBankAccountRequestDtoSepaPainVersionEnum: {
92
80
  readonly _00302: "pain.008.003.02";
@@ -111,18 +111,6 @@ export interface TenantBankAccountClassWithoutExpandProperties {
111
111
  * @memberof TenantBankAccountClassWithoutExpandProperties
112
112
  */
113
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;
126
114
  }
127
115
  export declare const TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum: {
128
116
  readonly _00302: "pain.008.003.02";
@@ -118,18 +118,6 @@ export interface TenantBankAccountClass {
118
118
  * @memberof TenantBankAccountClass
119
119
  */
120
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;
133
121
  }
134
122
  export declare const TenantBankAccountClassSepaPainVersionEnum: {
135
123
  readonly _00302: "pain.008.003.02";
@@ -94,24 +94,12 @@ export interface TenantBankAccountEntity {
94
94
  * @memberof TenantBankAccountEntity
95
95
  */
96
96
  'country'?: string;
97
- /**
98
- *
99
- * @type {boolean}
100
- * @memberof TenantBankAccountEntity
101
- */
102
- 'isDefault': boolean;
103
97
  /**
104
98
  *
105
99
  * @type {string}
106
100
  * @memberof TenantBankAccountEntity
107
101
  */
108
102
  'sepaPainVersion'?: TenantBankAccountEntitySepaPainVersionEnum;
109
- /**
110
- *
111
- * @type {string}
112
- * @memberof TenantBankAccountEntity
113
- */
114
- 'creditorId'?: string;
115
103
  /**
116
104
  *
117
105
  * @type {string}
@@ -69,18 +69,6 @@ export interface UpdateTenantBankAccountRestRequestDto {
69
69
  * @memberof UpdateTenantBankAccountRestRequestDto
70
70
  */
71
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;
84
72
  }
85
73
  export declare const UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum: {
86
74
  readonly _00302: "pain.008.003.02";
@@ -80,18 +80,6 @@ export interface CreateTenantBankAccountRequestDto {
80
80
  * @memberof CreateTenantBankAccountRequestDto
81
81
  */
82
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;
95
83
  }
96
84
 
97
85
  export const CreateTenantBankAccountRequestDtoSepaPainVersionEnum = {
@@ -116,18 +116,6 @@ export interface TenantBankAccountClassWithoutExpandProperties {
116
116
  * @memberof TenantBankAccountClassWithoutExpandProperties
117
117
  */
118
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;
131
119
  }
132
120
 
133
121
  export const TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = {
@@ -123,18 +123,6 @@ export interface TenantBankAccountClass {
123
123
  * @memberof TenantBankAccountClass
124
124
  */
125
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;
138
126
  }
139
127
 
140
128
  export const TenantBankAccountClassSepaPainVersionEnum = {
@@ -99,24 +99,12 @@ export interface TenantBankAccountEntity {
99
99
  * @memberof TenantBankAccountEntity
100
100
  */
101
101
  'country'?: string;
102
- /**
103
- *
104
- * @type {boolean}
105
- * @memberof TenantBankAccountEntity
106
- */
107
- 'isDefault': boolean;
108
102
  /**
109
103
  *
110
104
  * @type {string}
111
105
  * @memberof TenantBankAccountEntity
112
106
  */
113
107
  'sepaPainVersion'?: TenantBankAccountEntitySepaPainVersionEnum;
114
- /**
115
- *
116
- * @type {string}
117
- * @memberof TenantBankAccountEntity
118
- */
119
- 'creditorId'?: string;
120
108
  /**
121
109
  *
122
110
  * @type {string}
@@ -74,18 +74,6 @@ export interface UpdateTenantBankAccountRestRequestDto {
74
74
  * @memberof UpdateTenantBankAccountRestRequestDto
75
75
  */
76
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;
89
77
  }
90
78
 
91
79
  export const UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.14.1-beta.76",
3
+ "version": "1.14.1-beta.78",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [