@emilgroup/payment-sdk 1.14.1-beta.7 → 1.14.1-beta.70
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 +32 -1
- package/README.md +2 -2
- package/api/bank-orders-api.ts +24 -24
- package/api/billing-addresses-api.ts +677 -0
- package/api/credit-allocation-api.ts +456 -0
- package/api/payout-methods-api.ts +672 -0
- package/api/policy-payment-methods-api.ts +118 -0
- package/api/tenant-bank-account-api.ts +8 -8
- package/api.ts +6 -0
- package/base.ts +4 -0
- package/dist/api/bank-accounts-api.d.ts +6 -6
- package/dist/api/bank-orders-api.d.ts +29 -29
- package/dist/api/bank-orders-api.js +18 -18
- package/dist/api/bank-transaction-api.d.ts +6 -6
- package/dist/api/billing-addresses-api.d.ts +384 -0
- package/dist/api/billing-addresses-api.js +636 -0
- package/dist/api/credit-allocation-api.d.ts +263 -0
- package/dist/api/credit-allocation-api.js +445 -0
- package/dist/api/exceeding-credits-api.d.ts +2 -2
- package/dist/api/health-check-api.d.ts +1 -1
- package/dist/api/payment-methods-api.d.ts +3 -3
- package/dist/api/payment-reminders-api.d.ts +4 -4
- package/dist/api/payment-setup-api.d.ts +2 -2
- package/dist/api/payments-api.d.ts +4 -4
- package/dist/api/payout-methods-api.d.ts +382 -0
- package/dist/api/payout-methods-api.js +635 -0
- package/dist/api/policy-payment-methods-api.d.ts +67 -2
- package/dist/api/policy-payment-methods-api.js +99 -0
- package/dist/api/refunds-api.d.ts +3 -3
- package/dist/api/tenant-bank-account-api.d.ts +13 -13
- package/dist/api/tenant-bank-account-api.js +6 -6
- package/dist/api/webhooks-api.d.ts +1 -1
- package/dist/api.d.ts +3 -0
- package/dist/api.js +3 -0
- package/dist/base.js +3 -1
- package/dist/common.d.ts +1 -1
- package/dist/models/activate-policy-payment-method-request-dto.d.ts +24 -0
- package/dist/models/activate-policy-payment-method-request-dto.js +15 -0
- package/dist/models/bank-order-class.d.ts +9 -9
- package/dist/models/bank-order-entity.d.ts +156 -0
- package/dist/models/bank-order-entity.js +29 -0
- package/dist/models/bank-order-xml-file-entity.d.ts +85 -0
- package/dist/models/bank-order-xml-file-entity.js +15 -0
- package/dist/models/bank-transaction-entity.d.ts +179 -0
- package/dist/models/{financial-account-class.js → bank-transaction-entity.js} +4 -8
- package/dist/models/bank-transaction-invoice-entity.d.ts +98 -0
- package/dist/models/bank-transaction-invoice-entity.js +15 -0
- package/dist/models/billing-address-class.d.ts +108 -0
- package/dist/models/billing-address-class.js +15 -0
- package/dist/models/billing-address-dto.d.ts +6 -0
- package/dist/models/create-bank-order-request-dto.d.ts +6 -5
- package/dist/models/create-bank-order-request-dto.js +2 -1
- package/dist/models/create-billing-address-request-dto.d.ts +66 -0
- package/dist/models/create-billing-address-request-dto.js +15 -0
- package/dist/models/create-billing-address-response-class.d.ts +25 -0
- package/dist/models/create-billing-address-response-class.js +15 -0
- package/dist/models/create-credit-allocation-request-dto.d.ts +54 -0
- package/dist/models/create-credit-allocation-request-dto.js +21 -0
- package/dist/models/create-credit-allocation-response-class.d.ts +25 -0
- package/dist/models/create-credit-allocation-response-class.js +15 -0
- package/dist/models/create-payout-method-request-dto.d.ts +60 -0
- package/dist/models/create-payout-method-request-dto.js +15 -0
- package/dist/models/create-payout-method-response-class.d.ts +25 -0
- package/dist/models/create-payout-method-response-class.js +15 -0
- package/dist/models/create-tenant-bank-account-request-dto.d.ts +57 -1
- package/dist/models/create-tenant-bank-account-request-dto.js +8 -0
- package/dist/models/credit-allocation-class.d.ts +115 -0
- package/dist/models/credit-allocation-class.js +21 -0
- package/dist/models/credit-allocation-entity.d.ts +135 -0
- package/dist/models/credit-allocation-entity.js +34 -0
- package/dist/models/exceeding-credit-class.d.ts +6 -0
- package/dist/models/exceeding-credit-entity.d.ts +148 -0
- package/dist/models/exceeding-credit-entity.js +29 -0
- package/dist/models/get-billing-address-response-class.d.ts +25 -0
- package/dist/models/get-billing-address-response-class.js +15 -0
- package/dist/models/get-credit-allocation-response-class.d.ts +25 -0
- package/dist/models/get-credit-allocation-response-class.js +15 -0
- package/dist/models/get-payout-method-response-class.d.ts +25 -0
- package/dist/models/get-payout-method-response-class.js +15 -0
- package/dist/models/index.d.ts +29 -1
- package/dist/models/index.js +29 -1
- package/dist/models/invoice-match-suggestion-entity.d.ts +103 -0
- package/dist/models/invoice-match-suggestion-entity.js +15 -0
- package/dist/models/list-billing-addresses-response-class.d.ts +43 -0
- package/dist/models/list-billing-addresses-response-class.js +15 -0
- package/dist/models/list-credit-allocations-response-class.d.ts +43 -0
- package/dist/models/list-credit-allocations-response-class.js +15 -0
- package/dist/models/list-payout-methods-response-class.d.ts +43 -0
- package/dist/models/list-payout-methods-response-class.js +15 -0
- package/dist/models/payment-entity.d.ts +133 -0
- package/dist/models/payment-entity.js +15 -0
- package/dist/models/payout-method-class.d.ts +115 -0
- package/dist/models/payout-method-class.js +15 -0
- package/dist/models/suggestion-generation-progress-entity.d.ts +86 -0
- package/dist/models/suggestion-generation-progress-entity.js +22 -0
- package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +56 -0
- package/dist/models/tenant-bank-account-class-without-expand-properties.js +8 -0
- package/dist/models/tenant-bank-account-class.d.ts +56 -0
- package/dist/models/tenant-bank-account-class.js +8 -0
- package/dist/models/tenant-bank-account-entity.d.ts +153 -0
- package/dist/models/tenant-bank-account-entity.js +23 -0
- package/dist/models/transaction-entity.d.ts +112 -0
- package/dist/models/transaction-entity.js +23 -0
- package/dist/models/update-bank-order-request-dto.d.ts +5 -5
- package/dist/models/update-billing-address-request-dto.d.ts +66 -0
- package/dist/models/update-billing-address-request-dto.js +15 -0
- package/dist/models/update-billing-address-response-class.d.ts +25 -0
- package/dist/models/update-billing-address-response-class.js +15 -0
- package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +57 -1
- package/dist/models/update-tenant-bank-account-rest-request-dto.js +8 -0
- package/models/activate-policy-payment-method-request-dto.ts +30 -0
- package/models/bank-order-class.ts +9 -9
- package/models/bank-order-entity.ts +166 -0
- package/models/bank-order-xml-file-entity.ts +91 -0
- package/models/bank-transaction-entity.ts +188 -0
- package/models/bank-transaction-invoice-entity.ts +104 -0
- package/models/billing-address-class.ts +114 -0
- package/models/billing-address-dto.ts +6 -0
- package/models/create-bank-order-request-dto.ts +7 -6
- package/models/create-billing-address-request-dto.ts +72 -0
- package/models/create-billing-address-response-class.ts +31 -0
- package/models/create-credit-allocation-request-dto.ts +63 -0
- package/models/create-credit-allocation-response-class.ts +31 -0
- package/models/create-payout-method-request-dto.ts +66 -0
- package/models/create-payout-method-response-class.ts +31 -0
- package/models/create-tenant-bank-account-request-dto.ts +60 -1
- package/models/credit-allocation-class.ts +124 -0
- package/models/credit-allocation-entity.ts +145 -0
- package/models/exceeding-credit-class.ts +6 -0
- package/models/exceeding-credit-entity.ts +157 -0
- package/models/get-billing-address-response-class.ts +31 -0
- package/models/get-credit-allocation-response-class.ts +31 -0
- package/models/get-payout-method-response-class.ts +31 -0
- package/models/index.ts +29 -1
- package/models/invoice-match-suggestion-entity.ts +109 -0
- package/models/list-billing-addresses-response-class.ts +49 -0
- package/models/list-credit-allocations-response-class.ts +49 -0
- package/models/list-payout-methods-response-class.ts +49 -0
- package/models/payment-entity.ts +139 -0
- package/models/{financial-account-class.ts → payout-method-class.ts} +48 -47
- package/models/suggestion-generation-progress-entity.ts +95 -0
- package/models/tenant-bank-account-class-without-expand-properties.ts +59 -0
- package/models/tenant-bank-account-class.ts +59 -0
- package/models/tenant-bank-account-entity.ts +162 -0
- package/models/transaction-entity.ts +121 -0
- package/models/update-bank-order-request-dto.ts +5 -5
- package/models/update-billing-address-request-dto.ts +72 -0
- package/models/update-billing-address-response-class.ts +31 -0
- package/models/update-tenant-bank-account-rest-request-dto.ts +60 -1
- package/package.json +2 -2
- package/dist/models/financial-account-class.d.ts +0 -111
package/.openapi-generator/FILES
CHANGED
|
@@ -6,12 +6,15 @@ 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
|
+
api/credit-allocation-api.ts
|
|
9
11
|
api/exceeding-credits-api.ts
|
|
10
12
|
api/health-check-api.ts
|
|
11
13
|
api/payment-methods-api.ts
|
|
12
14
|
api/payment-reminders-api.ts
|
|
13
15
|
api/payment-setup-api.ts
|
|
14
16
|
api/payments-api.ts
|
|
17
|
+
api/payout-methods-api.ts
|
|
15
18
|
api/policy-payment-methods-api.ts
|
|
16
19
|
api/refunds-api.ts
|
|
17
20
|
api/tenant-bank-account-api.ts
|
|
@@ -21,14 +24,20 @@ common.ts
|
|
|
21
24
|
configuration.ts
|
|
22
25
|
git_push.sh
|
|
23
26
|
index.ts
|
|
27
|
+
models/activate-policy-payment-method-request-dto.ts
|
|
24
28
|
models/bank-account-class-without-expand-properties.ts
|
|
25
29
|
models/bank-account-class.ts
|
|
26
30
|
models/bank-order-class.ts
|
|
31
|
+
models/bank-order-entity.ts
|
|
27
32
|
models/bank-order-xml-file-class.ts
|
|
33
|
+
models/bank-order-xml-file-entity.ts
|
|
28
34
|
models/bank-transaction-class-without-expand-properties.ts
|
|
29
35
|
models/bank-transaction-class.ts
|
|
36
|
+
models/bank-transaction-entity.ts
|
|
30
37
|
models/bank-transaction-invoice-class.ts
|
|
38
|
+
models/bank-transaction-invoice-entity.ts
|
|
31
39
|
models/bank-transfer-dto.ts
|
|
40
|
+
models/billing-address-class.ts
|
|
32
41
|
models/billing-address-dto.ts
|
|
33
42
|
models/billing-profile-dto.ts
|
|
34
43
|
models/billing-profile-limited-response-dto.ts
|
|
@@ -43,6 +52,10 @@ models/create-bank-account-request-dto.ts
|
|
|
43
52
|
models/create-bank-account-response-class.ts
|
|
44
53
|
models/create-bank-order-request-dto.ts
|
|
45
54
|
models/create-bank-order-response-class.ts
|
|
55
|
+
models/create-billing-address-request-dto.ts
|
|
56
|
+
models/create-billing-address-response-class.ts
|
|
57
|
+
models/create-credit-allocation-request-dto.ts
|
|
58
|
+
models/create-credit-allocation-response-class.ts
|
|
46
59
|
models/create-payment-method-response-class.ts
|
|
47
60
|
models/create-payment-order-dto.ts
|
|
48
61
|
models/create-payment-order-request-dto.ts
|
|
@@ -50,6 +63,8 @@ models/create-payment-reminder-request-dto.ts
|
|
|
50
63
|
models/create-payment-reminder-response-class.ts
|
|
51
64
|
models/create-payment-request-dto.ts
|
|
52
65
|
models/create-payment-response-class.ts
|
|
66
|
+
models/create-payout-method-request-dto.ts
|
|
67
|
+
models/create-payout-method-response-class.ts
|
|
53
68
|
models/create-policy-payment-method-request-dto.ts
|
|
54
69
|
models/create-policy-payment-method-response-class.ts
|
|
55
70
|
models/create-psp-payment-method-request-dto.ts
|
|
@@ -57,20 +72,25 @@ models/create-refund-request-dto.ts
|
|
|
57
72
|
models/create-refund-response-class.ts
|
|
58
73
|
models/create-tenant-bank-account-request-dto.ts
|
|
59
74
|
models/create-tenant-bank-account-response-class.ts
|
|
75
|
+
models/credit-allocation-class.ts
|
|
76
|
+
models/credit-allocation-entity.ts
|
|
60
77
|
models/deactivate-payment-reminder-request-dto.ts
|
|
61
78
|
models/deactivate-payment-reminder-response-class.ts
|
|
62
79
|
models/deactivated-payment-reminder-class.ts
|
|
63
80
|
models/eis-sepa-debit-dto.ts
|
|
64
81
|
models/exceeding-credit-class.ts
|
|
65
|
-
models/
|
|
82
|
+
models/exceeding-credit-entity.ts
|
|
66
83
|
models/generate-invoice-match-suggestions-response-class.ts
|
|
67
84
|
models/get-bank-account-response-class.ts
|
|
68
85
|
models/get-bank-order-response-class.ts
|
|
69
86
|
models/get-bank-transactions-response-class.ts
|
|
87
|
+
models/get-billing-address-response-class.ts
|
|
88
|
+
models/get-credit-allocation-response-class.ts
|
|
70
89
|
models/get-exceeding-credit-response-class.ts
|
|
71
90
|
models/get-payment-method-response-class.ts
|
|
72
91
|
models/get-payment-reminder-response-class.ts
|
|
73
92
|
models/get-payment-response-class.ts
|
|
93
|
+
models/get-payout-method-response-class.ts
|
|
74
94
|
models/get-refund-response-class.ts
|
|
75
95
|
models/get-tenant-bank-account-response-class.ts
|
|
76
96
|
models/import-bank-transactions-response-class.ts
|
|
@@ -88,15 +108,19 @@ models/inline-response200.ts
|
|
|
88
108
|
models/inline-response503.ts
|
|
89
109
|
models/invoice-allocation-dto.ts
|
|
90
110
|
models/invoice-match-suggestion-class.ts
|
|
111
|
+
models/invoice-match-suggestion-entity.ts
|
|
91
112
|
models/link-bank-transaction-request-dto-rest.ts
|
|
92
113
|
models/link-bank-transactions-response-class.ts
|
|
93
114
|
models/list-bank-accounts-response-class.ts
|
|
94
115
|
models/list-bank-orders-response-class.ts
|
|
95
116
|
models/list-bank-transactions-response-class.ts
|
|
117
|
+
models/list-billing-addresses-response-class.ts
|
|
118
|
+
models/list-credit-allocations-response-class.ts
|
|
96
119
|
models/list-exceeding-credits-response-class.ts
|
|
97
120
|
models/list-payment-methods-response-class.ts
|
|
98
121
|
models/list-payment-reminders-response-class.ts
|
|
99
122
|
models/list-payments-response-class.ts
|
|
123
|
+
models/list-payout-methods-response-class.ts
|
|
100
124
|
models/list-policy-payment-methods-response-class.ts
|
|
101
125
|
models/list-refunds-response-class.ts
|
|
102
126
|
models/list-tenant-bank-account-response-class.ts
|
|
@@ -105,8 +129,10 @@ models/mandate-hash-data-dto.ts
|
|
|
105
129
|
models/mandate-reference-class.ts
|
|
106
130
|
models/payment-class-without-expand-properties.ts
|
|
107
131
|
models/payment-class.ts
|
|
132
|
+
models/payment-entity.ts
|
|
108
133
|
models/payment-method-class.ts
|
|
109
134
|
models/payment-reminder-class.ts
|
|
135
|
+
models/payout-method-class.ts
|
|
110
136
|
models/policy-payment-method-class.ts
|
|
111
137
|
models/primary-bank-account-response-class.ts
|
|
112
138
|
models/refund-class.ts
|
|
@@ -115,9 +141,12 @@ models/sepa-direct-dto.ts
|
|
|
115
141
|
models/set-primary-bank-account-request-dto-rest.ts
|
|
116
142
|
models/shared-transaction-class.ts
|
|
117
143
|
models/suggestion-generation-progress-class.ts
|
|
144
|
+
models/suggestion-generation-progress-entity.ts
|
|
118
145
|
models/symphony-profile-limited-response-dto.ts
|
|
119
146
|
models/tenant-bank-account-class-without-expand-properties.ts
|
|
120
147
|
models/tenant-bank-account-class.ts
|
|
148
|
+
models/tenant-bank-account-entity.ts
|
|
149
|
+
models/transaction-entity.ts
|
|
121
150
|
models/unlink-bank-transactions-response-class.ts
|
|
122
151
|
models/unlinked-bank-transaction-response-class.ts
|
|
123
152
|
models/update-bank-account-request-dto-rest.ts
|
|
@@ -125,6 +154,8 @@ models/update-bank-account-request-dto.ts
|
|
|
125
154
|
models/update-bank-account-response-class.ts
|
|
126
155
|
models/update-bank-order-request-dto.ts
|
|
127
156
|
models/update-bank-order-response-class.ts
|
|
157
|
+
models/update-billing-address-request-dto.ts
|
|
158
|
+
models/update-billing-address-response-class.ts
|
|
128
159
|
models/update-tenant-bank-account-response-class.ts
|
|
129
160
|
models/update-tenant-bank-account-rest-request-dto.ts
|
|
130
161
|
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@1.14.1-beta.
|
|
20
|
+
npm install @emilgroup/payment-sdk@1.14.1-beta.70 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/payment-sdk@1.14.1-beta.
|
|
24
|
+
yarn add @emilgroup/payment-sdk@1.14.1-beta.70
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PaymentsApi`.
|
package/api/bank-orders-api.ts
CHANGED
|
@@ -135,7 +135,7 @@ export const BankOrdersApiAxiosParamCreator = function (configuration?: Configur
|
|
|
135
135
|
* @summary Retrieve the bank order
|
|
136
136
|
* @param {string} code
|
|
137
137
|
* @param {string} [authorization] Bearer Token
|
|
138
|
-
* @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:
|
|
138
|
+
* @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: tenantBankAccount, xmlFile<i>
|
|
139
139
|
* @param {*} [options] Override http request option.
|
|
140
140
|
* @throws {RequiredError}
|
|
141
141
|
*/
|
|
@@ -186,11 +186,11 @@ export const BankOrdersApiAxiosParamCreator = function (configuration?: Configur
|
|
|
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, orderNumber, status, type,
|
|
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: code, description, orderNumber,
|
|
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, executionDate, dueDate, orderNumber,
|
|
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:
|
|
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, orderNumber, status, type,
|
|
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, orderNumber, status, type, tenantBankAccountCode</i>
|
|
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: code, description, orderNumber, tenantBankAccountCode</i>
|
|
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, executionDate, dueDate, orderNumber, tenantBankAccountCode, amount, createdAt, updatedAt</i>
|
|
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: tenantBankAccount, xmlFile<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, orderNumber, status, type, tenantBankAccountCode</i>
|
|
194
194
|
* @param {*} [options] Override http request option.
|
|
195
195
|
* @throws {RequiredError}
|
|
196
196
|
*/
|
|
@@ -346,7 +346,7 @@ export const BankOrdersApiFp = function(configuration?: Configuration) {
|
|
|
346
346
|
* @summary Retrieve the bank order
|
|
347
347
|
* @param {string} code
|
|
348
348
|
* @param {string} [authorization] Bearer Token
|
|
349
|
-
* @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:
|
|
349
|
+
* @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: tenantBankAccount, xmlFile<i>
|
|
350
350
|
* @param {*} [options] Override http request option.
|
|
351
351
|
* @throws {RequiredError}
|
|
352
352
|
*/
|
|
@@ -360,11 +360,11 @@ export const BankOrdersApiFp = 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, orderNumber, status, type,
|
|
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: code, description, orderNumber,
|
|
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, executionDate, dueDate, orderNumber,
|
|
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:
|
|
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, orderNumber, status, type,
|
|
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, orderNumber, status, type, tenantBankAccountCode</i>
|
|
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: code, description, orderNumber, tenantBankAccountCode</i>
|
|
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, executionDate, dueDate, orderNumber, tenantBankAccountCode, amount, createdAt, updatedAt</i>
|
|
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: tenantBankAccount, xmlFile<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, orderNumber, status, type, tenantBankAccountCode</i>
|
|
368
368
|
* @param {*} [options] Override http request option.
|
|
369
369
|
* @throws {RequiredError}
|
|
370
370
|
*/
|
|
@@ -422,7 +422,7 @@ export const BankOrdersApiFactory = function (configuration?: Configuration, bas
|
|
|
422
422
|
* @summary Retrieve the bank order
|
|
423
423
|
* @param {string} code
|
|
424
424
|
* @param {string} [authorization] Bearer Token
|
|
425
|
-
* @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:
|
|
425
|
+
* @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: tenantBankAccount, xmlFile<i>
|
|
426
426
|
* @param {*} [options] Override http request option.
|
|
427
427
|
* @throws {RequiredError}
|
|
428
428
|
*/
|
|
@@ -435,11 +435,11 @@ export const BankOrdersApiFactory = function (configuration?: Configuration, bas
|
|
|
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, orderNumber, status, type,
|
|
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: code, description, orderNumber,
|
|
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, executionDate, dueDate, orderNumber,
|
|
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:
|
|
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, orderNumber, status, type,
|
|
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, orderNumber, status, type, tenantBankAccountCode</i>
|
|
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: code, description, orderNumber, tenantBankAccountCode</i>
|
|
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, executionDate, dueDate, orderNumber, tenantBankAccountCode, amount, createdAt, updatedAt</i>
|
|
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: tenantBankAccount, xmlFile<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, orderNumber, status, type, tenantBankAccountCode</i>
|
|
443
443
|
* @param {*} [options] Override http request option.
|
|
444
444
|
* @throws {RequiredError}
|
|
445
445
|
*/
|
|
@@ -524,7 +524,7 @@ export interface BankOrdersApiGetBankOrderRequest {
|
|
|
524
524
|
readonly authorization?: string
|
|
525
525
|
|
|
526
526
|
/**
|
|
527
|
-
* 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:
|
|
527
|
+
* 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: tenantBankAccount, xmlFile<i>
|
|
528
528
|
* @type {string}
|
|
529
529
|
* @memberof BankOrdersApiGetBankOrder
|
|
530
530
|
*/
|
|
@@ -559,35 +559,35 @@ export interface BankOrdersApiListBankOrdersRequest {
|
|
|
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, orderNumber, status, type,
|
|
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, orderNumber, status, type, tenantBankAccountCode</i>
|
|
563
563
|
* @type {string}
|
|
564
564
|
* @memberof BankOrdersApiListBankOrders
|
|
565
565
|
*/
|
|
566
566
|
readonly filter?: string
|
|
567
567
|
|
|
568
568
|
/**
|
|
569
|
-
* Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, description, orderNumber,
|
|
569
|
+
* Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, description, orderNumber, tenantBankAccountCode</i>
|
|
570
570
|
* @type {string}
|
|
571
571
|
* @memberof BankOrdersApiListBankOrders
|
|
572
572
|
*/
|
|
573
573
|
readonly search?: string
|
|
574
574
|
|
|
575
575
|
/**
|
|
576
|
-
* 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, executionDate, dueDate, orderNumber,
|
|
576
|
+
* 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, executionDate, dueDate, orderNumber, tenantBankAccountCode, amount, createdAt, updatedAt</i>
|
|
577
577
|
* @type {string}
|
|
578
578
|
* @memberof BankOrdersApiListBankOrders
|
|
579
579
|
*/
|
|
580
580
|
readonly order?: string
|
|
581
581
|
|
|
582
582
|
/**
|
|
583
|
-
* 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:
|
|
583
|
+
* 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: tenantBankAccount, xmlFile<i>
|
|
584
584
|
* @type {string}
|
|
585
585
|
* @memberof BankOrdersApiListBankOrders
|
|
586
586
|
*/
|
|
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, orderNumber, status, type,
|
|
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, orderNumber, status, type, tenantBankAccountCode</i>
|
|
591
591
|
* @type {string}
|
|
592
592
|
* @memberof BankOrdersApiListBankOrders
|
|
593
593
|
*/
|