@emilgroup/payment-sdk-node 1.22.1-beta.93 → 1.23.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.
- package/.openapi-generator/FILES +0 -14
- package/README.md +2 -2
- package/api/tenant-bank-account-api.ts +12 -12
- package/api.ts +0 -4
- package/dist/api/tenant-bank-account-api.d.ts +12 -12
- package/dist/api/tenant-bank-account-api.js +9 -9
- package/dist/api.d.ts +0 -2
- package/dist/api.js +0 -2
- package/dist/models/bank-order-class.d.ts +3 -3
- package/dist/models/bank-order-entity.d.ts +2 -3
- package/dist/models/bank-order-entity.js +1 -2
- package/dist/models/create-bank-order-request-dto.d.ts +3 -4
- package/dist/models/create-bank-order-request-dto.js +1 -2
- package/dist/models/create-tenant-bank-account-request-dto.d.ts +0 -17
- package/dist/models/create-tenant-bank-account-request-dto.js +1 -11
- package/dist/models/index.d.ts +0 -12
- package/dist/models/index.js +0 -12
- package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +0 -17
- package/dist/models/tenant-bank-account-class-without-expand-properties.js +1 -11
- package/dist/models/tenant-bank-account-class.d.ts +0 -17
- package/dist/models/tenant-bank-account-class.js +1 -11
- package/dist/models/tenant-bank-account-entity.d.ts +0 -17
- package/dist/models/tenant-bank-account-entity.js +1 -11
- package/dist/models/update-bank-order-request-dto.d.ts +3 -3
- package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +0 -17
- package/dist/models/update-tenant-bank-account-rest-request-dto.js +1 -11
- package/models/bank-order-class.ts +3 -3
- package/models/bank-order-entity.ts +3 -4
- package/models/create-bank-order-request-dto.ts +4 -5
- package/models/create-tenant-bank-account-request-dto.ts +0 -18
- package/models/index.ts +0 -12
- package/models/tenant-bank-account-class-without-expand-properties.ts +0 -18
- package/models/tenant-bank-account-class.ts +0 -18
- package/models/tenant-bank-account-entity.ts +0 -18
- package/models/update-bank-order-request-dto.ts +3 -3
- package/models/update-tenant-bank-account-rest-request-dto.ts +0 -18
- package/package.json +1 -1
- package/api/billing-addresses-api.ts +0 -681
- package/api/payout-methods-api.ts +0 -676
- package/dist/api/billing-addresses-api.d.ts +0 -384
- package/dist/api/billing-addresses-api.js +0 -640
- package/dist/api/payout-methods-api.d.ts +0 -382
- package/dist/api/payout-methods-api.js +0 -639
- package/dist/models/billing-address-class.d.ts +0 -108
- package/dist/models/billing-address-class.js +0 -15
- package/dist/models/create-billing-address-request-dto.d.ts +0 -66
- package/dist/models/create-billing-address-request-dto.js +0 -15
- package/dist/models/create-billing-address-response-class.d.ts +0 -25
- package/dist/models/create-billing-address-response-class.js +0 -15
- package/dist/models/create-payout-method-request-dto.d.ts +0 -60
- package/dist/models/create-payout-method-request-dto.js +0 -15
- package/dist/models/create-payout-method-response-class.d.ts +0 -25
- package/dist/models/create-payout-method-response-class.js +0 -15
- package/dist/models/get-billing-address-response-class.d.ts +0 -25
- package/dist/models/get-billing-address-response-class.js +0 -15
- package/dist/models/get-payout-method-response-class.d.ts +0 -25
- package/dist/models/get-payout-method-response-class.js +0 -15
- package/dist/models/list-billing-addresses-response-class.d.ts +0 -43
- package/dist/models/list-billing-addresses-response-class.js +0 -15
- package/dist/models/list-payout-methods-response-class.d.ts +0 -43
- package/dist/models/list-payout-methods-response-class.js +0 -15
- package/dist/models/payout-method-class.d.ts +0 -115
- package/dist/models/payout-method-class.js +0 -15
- package/dist/models/update-billing-address-request-dto.d.ts +0 -66
- package/dist/models/update-billing-address-request-dto.js +0 -15
- package/dist/models/update-billing-address-response-class.d.ts +0 -25
- package/dist/models/update-billing-address-response-class.js +0 -15
- package/models/billing-address-class.ts +0 -114
- package/models/create-billing-address-request-dto.ts +0 -72
- package/models/create-billing-address-response-class.ts +0 -31
- package/models/create-payout-method-request-dto.ts +0 -66
- package/models/create-payout-method-response-class.ts +0 -31
- package/models/get-billing-address-response-class.ts +0 -31
- package/models/get-payout-method-response-class.ts +0 -31
- package/models/list-billing-addresses-response-class.ts +0 -49
- package/models/list-payout-methods-response-class.ts +0 -49
- package/models/payout-method-class.ts +0 -121
- package/models/update-billing-address-request-dto.ts +0 -72
- package/models/update-billing-address-response-class.ts +0 -31
package/.openapi-generator/FILES
CHANGED
|
@@ -6,7 +6,6 @@ api.ts
|
|
|
6
6
|
api/bank-accounts-api.ts
|
|
7
7
|
api/bank-orders-api.ts
|
|
8
8
|
api/bank-transaction-api.ts
|
|
9
|
-
api/billing-addresses-api.ts
|
|
10
9
|
api/credit-allocation-api.ts
|
|
11
10
|
api/exceeding-credits-api.ts
|
|
12
11
|
api/health-check-api.ts
|
|
@@ -14,7 +13,6 @@ api/payment-methods-api.ts
|
|
|
14
13
|
api/payment-reminders-api.ts
|
|
15
14
|
api/payment-setup-api.ts
|
|
16
15
|
api/payments-api.ts
|
|
17
|
-
api/payout-methods-api.ts
|
|
18
16
|
api/policy-payment-methods-api.ts
|
|
19
17
|
api/refunds-api.ts
|
|
20
18
|
api/tenant-bank-account-api.ts
|
|
@@ -37,7 +35,6 @@ models/bank-transaction-entity.ts
|
|
|
37
35
|
models/bank-transaction-invoice-class.ts
|
|
38
36
|
models/bank-transaction-invoice-entity.ts
|
|
39
37
|
models/bank-transfer-dto.ts
|
|
40
|
-
models/billing-address-class.ts
|
|
41
38
|
models/billing-address-dto.ts
|
|
42
39
|
models/billing-profile-dto.ts
|
|
43
40
|
models/billing-profile-limited-response-dto.ts
|
|
@@ -52,8 +49,6 @@ models/create-bank-account-request-dto.ts
|
|
|
52
49
|
models/create-bank-account-response-class.ts
|
|
53
50
|
models/create-bank-order-request-dto.ts
|
|
54
51
|
models/create-bank-order-response-class.ts
|
|
55
|
-
models/create-billing-address-request-dto.ts
|
|
56
|
-
models/create-billing-address-response-class.ts
|
|
57
52
|
models/create-credit-allocation-request-dto.ts
|
|
58
53
|
models/create-credit-allocation-response-class.ts
|
|
59
54
|
models/create-payment-method-response-class.ts
|
|
@@ -63,8 +58,6 @@ models/create-payment-reminder-request-dto.ts
|
|
|
63
58
|
models/create-payment-reminder-response-class.ts
|
|
64
59
|
models/create-payment-request-dto.ts
|
|
65
60
|
models/create-payment-response-class.ts
|
|
66
|
-
models/create-payout-method-request-dto.ts
|
|
67
|
-
models/create-payout-method-response-class.ts
|
|
68
61
|
models/create-policy-payment-method-request-dto.ts
|
|
69
62
|
models/create-policy-payment-method-response-class.ts
|
|
70
63
|
models/create-psp-payment-method-request-dto.ts
|
|
@@ -84,13 +77,11 @@ models/generate-invoice-match-suggestions-response-class.ts
|
|
|
84
77
|
models/get-bank-account-response-class.ts
|
|
85
78
|
models/get-bank-order-response-class.ts
|
|
86
79
|
models/get-bank-transactions-response-class.ts
|
|
87
|
-
models/get-billing-address-response-class.ts
|
|
88
80
|
models/get-credit-allocation-response-class.ts
|
|
89
81
|
models/get-exceeding-credit-response-class.ts
|
|
90
82
|
models/get-payment-method-response-class.ts
|
|
91
83
|
models/get-payment-reminder-response-class.ts
|
|
92
84
|
models/get-payment-response-class.ts
|
|
93
|
-
models/get-payout-method-response-class.ts
|
|
94
85
|
models/get-refund-response-class.ts
|
|
95
86
|
models/get-tenant-bank-account-response-class.ts
|
|
96
87
|
models/import-bank-transactions-response-class.ts
|
|
@@ -114,13 +105,11 @@ models/link-bank-transactions-response-class.ts
|
|
|
114
105
|
models/list-bank-accounts-response-class.ts
|
|
115
106
|
models/list-bank-orders-response-class.ts
|
|
116
107
|
models/list-bank-transactions-response-class.ts
|
|
117
|
-
models/list-billing-addresses-response-class.ts
|
|
118
108
|
models/list-credit-allocations-response-class.ts
|
|
119
109
|
models/list-exceeding-credits-response-class.ts
|
|
120
110
|
models/list-payment-methods-response-class.ts
|
|
121
111
|
models/list-payment-reminders-response-class.ts
|
|
122
112
|
models/list-payments-response-class.ts
|
|
123
|
-
models/list-payout-methods-response-class.ts
|
|
124
113
|
models/list-policy-payment-methods-response-class.ts
|
|
125
114
|
models/list-refunds-response-class.ts
|
|
126
115
|
models/list-tenant-bank-account-response-class.ts
|
|
@@ -132,7 +121,6 @@ models/payment-class.ts
|
|
|
132
121
|
models/payment-entity.ts
|
|
133
122
|
models/payment-method-class.ts
|
|
134
123
|
models/payment-reminder-class.ts
|
|
135
|
-
models/payout-method-class.ts
|
|
136
124
|
models/policy-payment-method-class.ts
|
|
137
125
|
models/primary-bank-account-response-class.ts
|
|
138
126
|
models/refund-class.ts
|
|
@@ -154,8 +142,6 @@ models/update-bank-account-request-dto.ts
|
|
|
154
142
|
models/update-bank-account-response-class.ts
|
|
155
143
|
models/update-bank-order-request-dto.ts
|
|
156
144
|
models/update-bank-order-response-class.ts
|
|
157
|
-
models/update-billing-address-request-dto.ts
|
|
158
|
-
models/update-billing-address-response-class.ts
|
|
159
145
|
models/update-tenant-bank-account-response-class.ts
|
|
160
146
|
models/update-tenant-bank-account-rest-request-dto.ts
|
|
161
147
|
models/validate-pspconfig-request-dto.ts
|
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.
|
|
20
|
+
npm install @emilgroup/payment-sdk-node@1.23.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/payment-sdk-node@1.
|
|
24
|
+
yarn add @emilgroup/payment-sdk-node@1.23.0
|
|
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, sepaPainVersion
|
|
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, 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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, 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, sepaPainVersion
|
|
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, 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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, 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, sepaPainVersion
|
|
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, 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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, 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, sepaPainVersion
|
|
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, sepaPainVersion</i>
|
|
567
567
|
* @type {string}
|
|
568
568
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
569
569
|
*/
|
|
@@ -577,7 +577,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
|
|
|
577
577
|
readonly search?: string
|
|
578
578
|
|
|
579
579
|
/**
|
|
580
|
-
* 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
|
|
580
|
+
* 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>
|
|
581
581
|
* @type {string}
|
|
582
582
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
583
583
|
*/
|
|
@@ -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, sepaPainVersion
|
|
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, sepaPainVersion</i>
|
|
595
595
|
* @type {string}
|
|
596
596
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
597
597
|
*/
|
package/api.ts
CHANGED
|
@@ -27,7 +27,6 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr
|
|
|
27
27
|
import { BankAccountsApi } from './api';
|
|
28
28
|
import { BankOrdersApi } from './api';
|
|
29
29
|
import { BankTransactionApi } from './api';
|
|
30
|
-
import { BillingAddressesApi } from './api';
|
|
31
30
|
import { CreditAllocationApi } from './api';
|
|
32
31
|
import { ExceedingCreditsApi } from './api';
|
|
33
32
|
import { HealthCheckApi } from './api';
|
|
@@ -35,7 +34,6 @@ import { PaymentMethodsApi } from './api';
|
|
|
35
34
|
import { PaymentRemindersApi } from './api';
|
|
36
35
|
import { PaymentSetupApi } from './api';
|
|
37
36
|
import { PaymentsApi } from './api';
|
|
38
|
-
import { PayoutMethodsApi } from './api';
|
|
39
37
|
import { PolicyPaymentMethodsApi } from './api';
|
|
40
38
|
import { RefundsApi } from './api';
|
|
41
39
|
import { TenantBankAccountApi } from './api';
|
|
@@ -45,7 +43,6 @@ import { WebhooksApi } from './api';
|
|
|
45
43
|
export * from './api/bank-accounts-api';
|
|
46
44
|
export * from './api/bank-orders-api';
|
|
47
45
|
export * from './api/bank-transaction-api';
|
|
48
|
-
export * from './api/billing-addresses-api';
|
|
49
46
|
export * from './api/credit-allocation-api';
|
|
50
47
|
export * from './api/exceeding-credits-api';
|
|
51
48
|
export * from './api/health-check-api';
|
|
@@ -53,7 +50,6 @@ export * from './api/payment-methods-api';
|
|
|
53
50
|
export * from './api/payment-reminders-api';
|
|
54
51
|
export * from './api/payment-setup-api';
|
|
55
52
|
export * from './api/payments-api';
|
|
56
|
-
export * from './api/payout-methods-api';
|
|
57
53
|
export * from './api/policy-payment-methods-api';
|
|
58
54
|
export * from './api/refunds-api';
|
|
59
55
|
export * from './api/tenant-bank-account-api';
|
|
@@ -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, sepaPainVersion
|
|
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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, sepaPainVersion
|
|
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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, sepaPainVersion
|
|
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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, sepaPainVersion
|
|
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
|
*/
|
|
@@ -295,7 +295,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
|
|
|
295
295
|
*/
|
|
296
296
|
readonly search?: string;
|
|
297
297
|
/**
|
|
298
|
-
* 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
|
|
298
|
+
* 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>
|
|
299
299
|
* @type {string}
|
|
300
300
|
* @memberof TenantBankAccountApiListTenantBankAccounts
|
|
301
301
|
*/
|
|
@@ -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, sepaPainVersion
|
|
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
|
*/
|
|
@@ -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, sepaPainVersion
|
|
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, 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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, 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, sepaPainVersion
|
|
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, 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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, 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, sepaPainVersion
|
|
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, 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
|
-
* @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
|
|
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, sepaPainVersion
|
|
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, sepaPainVersion</i>
|
|
551
551
|
* @param {*} [options] Override http request option.
|
|
552
552
|
* @throws {RequiredError}
|
|
553
553
|
*/
|
package/dist/api.d.ts
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
export * from './api/bank-accounts-api';
|
|
13
13
|
export * from './api/bank-orders-api';
|
|
14
14
|
export * from './api/bank-transaction-api';
|
|
15
|
-
export * from './api/billing-addresses-api';
|
|
16
15
|
export * from './api/credit-allocation-api';
|
|
17
16
|
export * from './api/exceeding-credits-api';
|
|
18
17
|
export * from './api/health-check-api';
|
|
@@ -20,7 +19,6 @@ export * from './api/payment-methods-api';
|
|
|
20
19
|
export * from './api/payment-reminders-api';
|
|
21
20
|
export * from './api/payment-setup-api';
|
|
22
21
|
export * from './api/payments-api';
|
|
23
|
-
export * from './api/payout-methods-api';
|
|
24
22
|
export * from './api/policy-payment-methods-api';
|
|
25
23
|
export * from './api/refunds-api';
|
|
26
24
|
export * from './api/tenant-bank-account-api';
|
package/dist/api.js
CHANGED
|
@@ -30,7 +30,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
30
30
|
__exportStar(require("./api/bank-accounts-api"), exports);
|
|
31
31
|
__exportStar(require("./api/bank-orders-api"), exports);
|
|
32
32
|
__exportStar(require("./api/bank-transaction-api"), exports);
|
|
33
|
-
__exportStar(require("./api/billing-addresses-api"), exports);
|
|
34
33
|
__exportStar(require("./api/credit-allocation-api"), exports);
|
|
35
34
|
__exportStar(require("./api/exceeding-credits-api"), exports);
|
|
36
35
|
__exportStar(require("./api/health-check-api"), exports);
|
|
@@ -38,7 +37,6 @@ __exportStar(require("./api/payment-methods-api"), exports);
|
|
|
38
37
|
__exportStar(require("./api/payment-reminders-api"), exports);
|
|
39
38
|
__exportStar(require("./api/payment-setup-api"), exports);
|
|
40
39
|
__exportStar(require("./api/payments-api"), exports);
|
|
41
|
-
__exportStar(require("./api/payout-methods-api"), exports);
|
|
42
40
|
__exportStar(require("./api/policy-payment-methods-api"), exports);
|
|
43
41
|
__exportStar(require("./api/refunds-api"), exports);
|
|
44
42
|
__exportStar(require("./api/tenant-bank-account-api"), exports);
|
|
@@ -66,11 +66,11 @@ export interface BankOrderClass {
|
|
|
66
66
|
*/
|
|
67
67
|
'tenantBankAccountCode': string;
|
|
68
68
|
/**
|
|
69
|
-
* List of
|
|
70
|
-
* @type {Array<
|
|
69
|
+
* List of invoice IDs associated with bank order.
|
|
70
|
+
* @type {Array<number>}
|
|
71
71
|
* @memberof BankOrderClass
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'invoiceIds': Array<number>;
|
|
74
74
|
/**
|
|
75
75
|
* Day of execution of bank order.
|
|
76
76
|
* @type {string}
|
|
@@ -80,10 +80,10 @@ export interface BankOrderEntity {
|
|
|
80
80
|
'tenantBankAccountCode': string;
|
|
81
81
|
/**
|
|
82
82
|
*
|
|
83
|
-
* @type {Array<
|
|
83
|
+
* @type {Array<number>}
|
|
84
84
|
* @memberof BankOrderEntity
|
|
85
85
|
*/
|
|
86
|
-
'
|
|
86
|
+
'invoiceIds': Array<number>;
|
|
87
87
|
/**
|
|
88
88
|
*
|
|
89
89
|
* @type {Array<BankTransactionEntity>}
|
|
@@ -143,7 +143,6 @@ export declare const BankOrderEntityTypeEnum: {
|
|
|
143
143
|
readonly DirectDebit: "direct_debit";
|
|
144
144
|
readonly PremiumPayment: "premium_payment";
|
|
145
145
|
readonly ClaimPayment: "claim_payment";
|
|
146
|
-
readonly CommissionPayment: "commission_payment";
|
|
147
146
|
};
|
|
148
147
|
export type BankOrderEntityTypeEnum = typeof BankOrderEntityTypeEnum[keyof typeof BankOrderEntityTypeEnum];
|
|
149
148
|
export declare const BankOrderEntityStatusEnum: {
|
|
@@ -17,8 +17,7 @@ exports.BankOrderEntityStatusEnum = exports.BankOrderEntityTypeEnum = void 0;
|
|
|
17
17
|
exports.BankOrderEntityTypeEnum = {
|
|
18
18
|
DirectDebit: 'direct_debit',
|
|
19
19
|
PremiumPayment: 'premium_payment',
|
|
20
|
-
ClaimPayment: 'claim_payment'
|
|
21
|
-
CommissionPayment: 'commission_payment'
|
|
20
|
+
ClaimPayment: 'claim_payment'
|
|
22
21
|
};
|
|
23
22
|
exports.BankOrderEntityStatusEnum = {
|
|
24
23
|
Open: 'open',
|
|
@@ -40,11 +40,11 @@ export interface CreateBankOrderRequestDto {
|
|
|
40
40
|
*/
|
|
41
41
|
'tenantBankAccountCode': string;
|
|
42
42
|
/**
|
|
43
|
-
* List of
|
|
44
|
-
* @type {Array<
|
|
43
|
+
* List of invoice IDs associated with bank order.
|
|
44
|
+
* @type {Array<number>}
|
|
45
45
|
* @memberof CreateBankOrderRequestDto
|
|
46
46
|
*/
|
|
47
|
-
'
|
|
47
|
+
'invoiceIds': Array<number>;
|
|
48
48
|
/**
|
|
49
49
|
* Day of execution of bank order.
|
|
50
50
|
* @type {string}
|
|
@@ -62,7 +62,6 @@ export declare const CreateBankOrderRequestDtoTypeEnum: {
|
|
|
62
62
|
readonly DirectDebit: "direct_debit";
|
|
63
63
|
readonly PremiumPayment: "premium_payment";
|
|
64
64
|
readonly ClaimPayment: "claim_payment";
|
|
65
|
-
readonly CommissionPayment: "commission_payment";
|
|
66
65
|
};
|
|
67
66
|
export type CreateBankOrderRequestDtoTypeEnum = typeof CreateBankOrderRequestDtoTypeEnum[keyof typeof CreateBankOrderRequestDtoTypeEnum];
|
|
68
67
|
export declare const CreateBankOrderRequestDtoStatusEnum: {
|
|
@@ -17,8 +17,7 @@ exports.CreateBankOrderRequestDtoStatusEnum = exports.CreateBankOrderRequestDtoT
|
|
|
17
17
|
exports.CreateBankOrderRequestDtoTypeEnum = {
|
|
18
18
|
DirectDebit: 'direct_debit',
|
|
19
19
|
PremiumPayment: 'premium_payment',
|
|
20
|
-
ClaimPayment: 'claim_payment'
|
|
21
|
-
CommissionPayment: 'commission_payment'
|
|
20
|
+
ClaimPayment: 'claim_payment'
|
|
22
21
|
};
|
|
23
22
|
exports.CreateBankOrderRequestDtoStatusEnum = {
|
|
24
23
|
Open: 'open',
|
|
@@ -75,12 +75,6 @@ export interface CreateTenantBankAccountRequestDto {
|
|
|
75
75
|
* @memberof CreateTenantBankAccountRequestDto
|
|
76
76
|
*/
|
|
77
77
|
'sepaPainVersion': CreateTenantBankAccountRequestDtoSepaPainVersionEnum;
|
|
78
|
-
/**
|
|
79
|
-
* Payout Pain version
|
|
80
|
-
* @type {string}
|
|
81
|
-
* @memberof CreateTenantBankAccountRequestDto
|
|
82
|
-
*/
|
|
83
|
-
'payoutPainVersion': CreateTenantBankAccountRequestDtoPayoutPainVersionEnum;
|
|
84
78
|
}
|
|
85
79
|
export declare const CreateTenantBankAccountRequestDtoSepaPainVersionEnum: {
|
|
86
80
|
readonly _00302: "pain.008.003.02";
|
|
@@ -92,14 +86,3 @@ export declare const CreateTenantBankAccountRequestDtoSepaPainVersionEnum: {
|
|
|
92
86
|
readonly _00111: "pain.008.001.11";
|
|
93
87
|
};
|
|
94
88
|
export type CreateTenantBankAccountRequestDtoSepaPainVersionEnum = typeof CreateTenantBankAccountRequestDtoSepaPainVersionEnum[keyof typeof CreateTenantBankAccountRequestDtoSepaPainVersionEnum];
|
|
95
|
-
export declare const CreateTenantBankAccountRequestDtoPayoutPainVersionEnum: {
|
|
96
|
-
readonly _00302: "pain.001.003.02";
|
|
97
|
-
readonly _00108: "pain.001.001.08";
|
|
98
|
-
readonly _00108Gbic5: "pain.001.001.08_GBIC_5";
|
|
99
|
-
readonly _00802: "pain.001.008.02";
|
|
100
|
-
readonly _00109: "pain.001.001.09";
|
|
101
|
-
readonly _00109Gbic5: "pain.001.001.09_GBIC_5";
|
|
102
|
-
readonly _00110: "pain.001.001.10";
|
|
103
|
-
readonly _00111: "pain.001.001.11";
|
|
104
|
-
};
|
|
105
|
-
export type CreateTenantBankAccountRequestDtoPayoutPainVersionEnum = typeof CreateTenantBankAccountRequestDtoPayoutPainVersionEnum[keyof typeof CreateTenantBankAccountRequestDtoPayoutPainVersionEnum];
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.CreateTenantBankAccountRequestDtoSepaPainVersionEnum = void 0;
|
|
17
17
|
exports.CreateTenantBankAccountRequestDtoSepaPainVersionEnum = {
|
|
18
18
|
_00302: 'pain.008.003.02',
|
|
19
19
|
_00108: 'pain.008.001.08',
|
|
@@ -23,13 +23,3 @@ exports.CreateTenantBankAccountRequestDtoSepaPainVersionEnum = {
|
|
|
23
23
|
_00110: 'pain.008.001.10',
|
|
24
24
|
_00111: 'pain.008.001.11'
|
|
25
25
|
};
|
|
26
|
-
exports.CreateTenantBankAccountRequestDtoPayoutPainVersionEnum = {
|
|
27
|
-
_00302: 'pain.001.003.02',
|
|
28
|
-
_00108: 'pain.001.001.08',
|
|
29
|
-
_00108Gbic5: 'pain.001.001.08_GBIC_5',
|
|
30
|
-
_00802: 'pain.001.008.02',
|
|
31
|
-
_00109: 'pain.001.001.09',
|
|
32
|
-
_00109Gbic5: 'pain.001.001.09_GBIC_5',
|
|
33
|
-
_00110: 'pain.001.001.10',
|
|
34
|
-
_00111: 'pain.001.001.11'
|
|
35
|
-
};
|
package/dist/models/index.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ export * from './bank-transaction-entity';
|
|
|
11
11
|
export * from './bank-transaction-invoice-class';
|
|
12
12
|
export * from './bank-transaction-invoice-entity';
|
|
13
13
|
export * from './bank-transfer-dto';
|
|
14
|
-
export * from './billing-address-class';
|
|
15
14
|
export * from './billing-address-dto';
|
|
16
15
|
export * from './billing-profile-dto';
|
|
17
16
|
export * from './billing-profile-limited-response-dto';
|
|
@@ -26,8 +25,6 @@ export * from './create-bank-account-request-dto';
|
|
|
26
25
|
export * from './create-bank-account-response-class';
|
|
27
26
|
export * from './create-bank-order-request-dto';
|
|
28
27
|
export * from './create-bank-order-response-class';
|
|
29
|
-
export * from './create-billing-address-request-dto';
|
|
30
|
-
export * from './create-billing-address-response-class';
|
|
31
28
|
export * from './create-credit-allocation-request-dto';
|
|
32
29
|
export * from './create-credit-allocation-response-class';
|
|
33
30
|
export * from './create-payment-method-response-class';
|
|
@@ -37,8 +34,6 @@ export * from './create-payment-reminder-request-dto';
|
|
|
37
34
|
export * from './create-payment-reminder-response-class';
|
|
38
35
|
export * from './create-payment-request-dto';
|
|
39
36
|
export * from './create-payment-response-class';
|
|
40
|
-
export * from './create-payout-method-request-dto';
|
|
41
|
-
export * from './create-payout-method-response-class';
|
|
42
37
|
export * from './create-policy-payment-method-request-dto';
|
|
43
38
|
export * from './create-policy-payment-method-response-class';
|
|
44
39
|
export * from './create-psp-payment-method-request-dto';
|
|
@@ -58,13 +53,11 @@ export * from './generate-invoice-match-suggestions-response-class';
|
|
|
58
53
|
export * from './get-bank-account-response-class';
|
|
59
54
|
export * from './get-bank-order-response-class';
|
|
60
55
|
export * from './get-bank-transactions-response-class';
|
|
61
|
-
export * from './get-billing-address-response-class';
|
|
62
56
|
export * from './get-credit-allocation-response-class';
|
|
63
57
|
export * from './get-exceeding-credit-response-class';
|
|
64
58
|
export * from './get-payment-method-response-class';
|
|
65
59
|
export * from './get-payment-reminder-response-class';
|
|
66
60
|
export * from './get-payment-response-class';
|
|
67
|
-
export * from './get-payout-method-response-class';
|
|
68
61
|
export * from './get-refund-response-class';
|
|
69
62
|
export * from './get-tenant-bank-account-response-class';
|
|
70
63
|
export * from './import-bank-transactions-response-class';
|
|
@@ -87,13 +80,11 @@ export * from './link-bank-transactions-response-class';
|
|
|
87
80
|
export * from './list-bank-accounts-response-class';
|
|
88
81
|
export * from './list-bank-orders-response-class';
|
|
89
82
|
export * from './list-bank-transactions-response-class';
|
|
90
|
-
export * from './list-billing-addresses-response-class';
|
|
91
83
|
export * from './list-credit-allocations-response-class';
|
|
92
84
|
export * from './list-exceeding-credits-response-class';
|
|
93
85
|
export * from './list-payment-methods-response-class';
|
|
94
86
|
export * from './list-payment-reminders-response-class';
|
|
95
87
|
export * from './list-payments-response-class';
|
|
96
|
-
export * from './list-payout-methods-response-class';
|
|
97
88
|
export * from './list-policy-payment-methods-response-class';
|
|
98
89
|
export * from './list-refunds-response-class';
|
|
99
90
|
export * from './list-tenant-bank-account-response-class';
|
|
@@ -105,7 +96,6 @@ export * from './payment-class-without-expand-properties';
|
|
|
105
96
|
export * from './payment-entity';
|
|
106
97
|
export * from './payment-method-class';
|
|
107
98
|
export * from './payment-reminder-class';
|
|
108
|
-
export * from './payout-method-class';
|
|
109
99
|
export * from './policy-payment-method-class';
|
|
110
100
|
export * from './primary-bank-account-response-class';
|
|
111
101
|
export * from './refund-class';
|
|
@@ -127,8 +117,6 @@ export * from './update-bank-account-request-dto-rest';
|
|
|
127
117
|
export * from './update-bank-account-response-class';
|
|
128
118
|
export * from './update-bank-order-request-dto';
|
|
129
119
|
export * from './update-bank-order-response-class';
|
|
130
|
-
export * from './update-billing-address-request-dto';
|
|
131
|
-
export * from './update-billing-address-response-class';
|
|
132
120
|
export * from './update-tenant-bank-account-response-class';
|
|
133
121
|
export * from './update-tenant-bank-account-rest-request-dto';
|
|
134
122
|
export * from './validate-pspconfig-request-dto';
|