@emilgroup/payment-sdk-node 1.21.1-beta.84 → 1.21.1-beta.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/bank-transaction-api.ts +8 -8
- package/dist/api/bank-transaction-api.d.ts +8 -8
- package/dist/api/bank-transaction-api.js +6 -6
- package/dist/models/bank-transaction-class-without-expand-properties.d.ts +0 -13
- package/dist/models/bank-transaction-class.d.ts +0 -13
- package/dist/models/bank-transaction-invoice-class.d.ts +6 -0
- package/dist/models/unlinked-bank-transaction-response-class.d.ts +0 -7
- package/models/bank-transaction-class-without-expand-properties.ts +0 -13
- package/models/bank-transaction-class.ts +0 -13
- package/models/bank-transaction-invoice-class.ts +6 -0
- package/models/unlinked-bank-transaction-response-class.ts +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/payment-sdk-node@1.21.1-beta.
|
|
20
|
+
npm install @emilgroup/payment-sdk-node@1.21.1-beta.85 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/payment-sdk-node@1.21.1-beta.
|
|
24
|
+
yarn add @emilgroup/payment-sdk-node@1.21.1-beta.85
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PaymentsApi`.
|
|
@@ -94,7 +94,7 @@ export const BankTransactionApiAxiosParamCreator = function (configuration?: Con
|
|
|
94
94
|
* @summary Retrieve the bank transaction
|
|
95
95
|
* @param {string} code
|
|
96
96
|
* @param {string} [authorization] Bearer Token
|
|
97
|
-
* @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: bankAccount,
|
|
97
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
98
98
|
* @param {*} [options] Override http request option.
|
|
99
99
|
* @throws {RequiredError}
|
|
100
100
|
*/
|
|
@@ -252,7 +252,7 @@ export const BankTransactionApiAxiosParamCreator = function (configuration?: Con
|
|
|
252
252
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
253
253
|
* @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, createdAt, amount</i>
|
|
254
254
|
* @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, transactionDate, entryDate</i>
|
|
255
|
-
* @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: bankAccount,
|
|
255
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
256
256
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
257
257
|
* @param {*} [options] Override http request option.
|
|
258
258
|
* @throws {RequiredError}
|
|
@@ -391,7 +391,7 @@ export const BankTransactionApiFp = function(configuration?: Configuration) {
|
|
|
391
391
|
* @summary Retrieve the bank transaction
|
|
392
392
|
* @param {string} code
|
|
393
393
|
* @param {string} [authorization] Bearer Token
|
|
394
|
-
* @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: bankAccount,
|
|
394
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
395
395
|
* @param {*} [options] Override http request option.
|
|
396
396
|
* @throws {RequiredError}
|
|
397
397
|
*/
|
|
@@ -433,7 +433,7 @@ export const BankTransactionApiFp = function(configuration?: Configuration) {
|
|
|
433
433
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
434
434
|
* @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, createdAt, amount</i>
|
|
435
435
|
* @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, transactionDate, entryDate</i>
|
|
436
|
-
* @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: bankAccount,
|
|
436
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
437
437
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
438
438
|
* @param {*} [options] Override http request option.
|
|
439
439
|
* @throws {RequiredError}
|
|
@@ -480,7 +480,7 @@ export const BankTransactionApiFactory = function (configuration?: Configuration
|
|
|
480
480
|
* @summary Retrieve the bank transaction
|
|
481
481
|
* @param {string} code
|
|
482
482
|
* @param {string} [authorization] Bearer Token
|
|
483
|
-
* @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: bankAccount,
|
|
483
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
484
484
|
* @param {*} [options] Override http request option.
|
|
485
485
|
* @throws {RequiredError}
|
|
486
486
|
*/
|
|
@@ -519,7 +519,7 @@ export const BankTransactionApiFactory = function (configuration?: Configuration
|
|
|
519
519
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
520
520
|
* @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, createdAt, amount</i>
|
|
521
521
|
* @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, transactionDate, entryDate</i>
|
|
522
|
-
* @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: bankAccount,
|
|
522
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
523
523
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
524
524
|
* @param {*} [options] Override http request option.
|
|
525
525
|
* @throws {RequiredError}
|
|
@@ -583,7 +583,7 @@ export interface BankTransactionApiGetBankTransactionRequest {
|
|
|
583
583
|
readonly authorization?: string
|
|
584
584
|
|
|
585
585
|
/**
|
|
586
|
-
* 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: bankAccount,
|
|
586
|
+
* 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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
587
587
|
* @type {string}
|
|
588
588
|
* @memberof BankTransactionApiGetBankTransaction
|
|
589
589
|
*/
|
|
@@ -688,7 +688,7 @@ export interface BankTransactionApiListBankTransactionsRequest {
|
|
|
688
688
|
readonly order?: string
|
|
689
689
|
|
|
690
690
|
/**
|
|
691
|
-
* 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: bankAccount,
|
|
691
|
+
* 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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
692
692
|
* @type {string}
|
|
693
693
|
* @memberof BankTransactionApiListBankTransactions
|
|
694
694
|
*/
|
|
@@ -38,7 +38,7 @@ export declare const BankTransactionApiAxiosParamCreator: (configuration?: Confi
|
|
|
38
38
|
* @summary Retrieve the bank transaction
|
|
39
39
|
* @param {string} code
|
|
40
40
|
* @param {string} [authorization] Bearer Token
|
|
41
|
-
* @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: bankAccount,
|
|
41
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
@@ -71,7 +71,7 @@ export declare const BankTransactionApiAxiosParamCreator: (configuration?: Confi
|
|
|
71
71
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
72
72
|
* @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, createdAt, amount</i>
|
|
73
73
|
* @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, transactionDate, entryDate</i>
|
|
74
|
-
* @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: bankAccount,
|
|
74
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
75
75
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
76
76
|
* @param {*} [options] Override http request option.
|
|
77
77
|
* @throws {RequiredError}
|
|
@@ -106,7 +106,7 @@ export declare const BankTransactionApiFp: (configuration?: Configuration) => {
|
|
|
106
106
|
* @summary Retrieve the bank transaction
|
|
107
107
|
* @param {string} code
|
|
108
108
|
* @param {string} [authorization] Bearer Token
|
|
109
|
-
* @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: bankAccount,
|
|
109
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
110
110
|
* @param {*} [options] Override http request option.
|
|
111
111
|
* @throws {RequiredError}
|
|
112
112
|
*/
|
|
@@ -139,7 +139,7 @@ export declare const BankTransactionApiFp: (configuration?: Configuration) => {
|
|
|
139
139
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
140
140
|
* @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, createdAt, amount</i>
|
|
141
141
|
* @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, transactionDate, entryDate</i>
|
|
142
|
-
* @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: bankAccount,
|
|
142
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
143
143
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
144
144
|
* @param {*} [options] Override http request option.
|
|
145
145
|
* @throws {RequiredError}
|
|
@@ -174,7 +174,7 @@ export declare const BankTransactionApiFactory: (configuration?: Configuration,
|
|
|
174
174
|
* @summary Retrieve the bank transaction
|
|
175
175
|
* @param {string} code
|
|
176
176
|
* @param {string} [authorization] Bearer Token
|
|
177
|
-
* @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: bankAccount,
|
|
177
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
178
178
|
* @param {*} [options] Override http request option.
|
|
179
179
|
* @throws {RequiredError}
|
|
180
180
|
*/
|
|
@@ -207,7 +207,7 @@ export declare const BankTransactionApiFactory: (configuration?: Configuration,
|
|
|
207
207
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
208
208
|
* @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, createdAt, amount</i>
|
|
209
209
|
* @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, transactionDate, entryDate</i>
|
|
210
|
-
* @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: bankAccount,
|
|
210
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
211
211
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
212
212
|
* @param {*} [options] Override http request option.
|
|
213
213
|
* @throws {RequiredError}
|
|
@@ -261,7 +261,7 @@ export interface BankTransactionApiGetBankTransactionRequest {
|
|
|
261
261
|
*/
|
|
262
262
|
readonly authorization?: string;
|
|
263
263
|
/**
|
|
264
|
-
* 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: bankAccount,
|
|
264
|
+
* 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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
265
265
|
* @type {string}
|
|
266
266
|
* @memberof BankTransactionApiGetBankTransaction
|
|
267
267
|
*/
|
|
@@ -354,7 +354,7 @@ export interface BankTransactionApiListBankTransactionsRequest {
|
|
|
354
354
|
*/
|
|
355
355
|
readonly order?: string;
|
|
356
356
|
/**
|
|
357
|
-
* 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: bankAccount,
|
|
357
|
+
* 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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
358
358
|
* @type {string}
|
|
359
359
|
* @memberof BankTransactionApiListBankTransactions
|
|
360
360
|
*/
|
|
@@ -149,7 +149,7 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
|
|
|
149
149
|
* @summary Retrieve the bank transaction
|
|
150
150
|
* @param {string} code
|
|
151
151
|
* @param {string} [authorization] Bearer Token
|
|
152
|
-
* @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: bankAccount,
|
|
152
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
153
153
|
* @param {*} [options] Override http request option.
|
|
154
154
|
* @throws {RequiredError}
|
|
155
155
|
*/
|
|
@@ -311,7 +311,7 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
|
|
|
311
311
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
312
312
|
* @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, createdAt, amount</i>
|
|
313
313
|
* @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, transactionDate, entryDate</i>
|
|
314
|
-
* @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: bankAccount,
|
|
314
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
315
315
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
316
316
|
* @param {*} [options] Override http request option.
|
|
317
317
|
* @throws {RequiredError}
|
|
@@ -458,7 +458,7 @@ var BankTransactionApiFp = function (configuration) {
|
|
|
458
458
|
* @summary Retrieve the bank transaction
|
|
459
459
|
* @param {string} code
|
|
460
460
|
* @param {string} [authorization] Bearer Token
|
|
461
|
-
* @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: bankAccount,
|
|
461
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
462
462
|
* @param {*} [options] Override http request option.
|
|
463
463
|
* @throws {RequiredError}
|
|
464
464
|
*/
|
|
@@ -527,7 +527,7 @@ var BankTransactionApiFp = function (configuration) {
|
|
|
527
527
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
528
528
|
* @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, createdAt, amount</i>
|
|
529
529
|
* @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, transactionDate, entryDate</i>
|
|
530
|
-
* @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: bankAccount,
|
|
530
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
531
531
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
532
532
|
* @param {*} [options] Override http request option.
|
|
533
533
|
* @throws {RequiredError}
|
|
@@ -592,7 +592,7 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
|
|
|
592
592
|
* @summary Retrieve the bank transaction
|
|
593
593
|
* @param {string} code
|
|
594
594
|
* @param {string} [authorization] Bearer Token
|
|
595
|
-
* @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: bankAccount,
|
|
595
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
596
596
|
* @param {*} [options] Override http request option.
|
|
597
597
|
* @throws {RequiredError}
|
|
598
598
|
*/
|
|
@@ -631,7 +631,7 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
|
|
|
631
631
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
632
632
|
* @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, createdAt, amount</i>
|
|
633
633
|
* @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, transactionDate, entryDate</i>
|
|
634
|
-
* @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: bankAccount,
|
|
634
|
+
* @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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
|
|
635
635
|
* @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
|
|
636
636
|
* @param {*} [options] Override http request option.
|
|
637
637
|
* @throws {RequiredError}
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { BankOrderClass } from './bank-order-class';
|
|
13
|
-
import { BankTransactionInvoiceClass } from './bank-transaction-invoice-class';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
16
15
|
* @export
|
|
@@ -89,24 +88,12 @@ export interface BankTransactionClassWithoutExpandProperties {
|
|
|
89
88
|
* @memberof BankTransactionClassWithoutExpandProperties
|
|
90
89
|
*/
|
|
91
90
|
'metadata'?: object;
|
|
92
|
-
/**
|
|
93
|
-
* The id of the PSP transaction that this bank transaction is linked to
|
|
94
|
-
* @type {number}
|
|
95
|
-
* @memberof BankTransactionClassWithoutExpandProperties
|
|
96
|
-
*/
|
|
97
|
-
'linkedTransactionId'?: number;
|
|
98
91
|
/**
|
|
99
92
|
* Boolean flag to indicate if the bank transaction is linked to an invoice - defaults to false
|
|
100
93
|
* @type {boolean}
|
|
101
94
|
* @memberof BankTransactionClassWithoutExpandProperties
|
|
102
95
|
*/
|
|
103
96
|
'isLinked': boolean;
|
|
104
|
-
/**
|
|
105
|
-
* The bank transaction invoices that this bank transaction is linked to
|
|
106
|
-
* @type {Array<BankTransactionInvoiceClass>}
|
|
107
|
-
* @memberof BankTransactionClassWithoutExpandProperties
|
|
108
|
-
*/
|
|
109
|
-
'bankTransactionInvoices'?: Array<BankTransactionInvoiceClass>;
|
|
110
97
|
/**
|
|
111
98
|
* The linked bank order object
|
|
112
99
|
* @type {BankOrderClass}
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
import { BankOrderClass } from './bank-order-class';
|
|
13
13
|
import { BankTransactionInvoiceClass } from './bank-transaction-invoice-class';
|
|
14
14
|
import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
|
|
15
|
-
import { SharedTransactionClass } from './shared-transaction-class';
|
|
16
15
|
import { SuggestionGenerationProgressClass } from './suggestion-generation-progress-class';
|
|
17
16
|
import { TenantBankAccountClassWithoutExpandProperties } from './tenant-bank-account-class-without-expand-properties';
|
|
18
17
|
/**
|
|
@@ -93,12 +92,6 @@ export interface BankTransactionClass {
|
|
|
93
92
|
* @memberof BankTransactionClass
|
|
94
93
|
*/
|
|
95
94
|
'metadata'?: object;
|
|
96
|
-
/**
|
|
97
|
-
* The id of the PSP transaction that this bank transaction is linked to
|
|
98
|
-
* @type {number}
|
|
99
|
-
* @memberof BankTransactionClass
|
|
100
|
-
*/
|
|
101
|
-
'linkedTransactionId'?: number;
|
|
102
95
|
/**
|
|
103
96
|
* Boolean flag to indicate if the bank transaction is linked to an invoice - defaults to false
|
|
104
97
|
* @type {boolean}
|
|
@@ -117,12 +110,6 @@ export interface BankTransactionClass {
|
|
|
117
110
|
* @memberof BankTransactionClass
|
|
118
111
|
*/
|
|
119
112
|
'bankAccount'?: TenantBankAccountClassWithoutExpandProperties;
|
|
120
|
-
/**
|
|
121
|
-
* The linked transaction object
|
|
122
|
-
* @type {SharedTransactionClass}
|
|
123
|
-
* @memberof BankTransactionClass
|
|
124
|
-
*/
|
|
125
|
-
'linkedTransaction'?: SharedTransactionClass;
|
|
126
113
|
/**
|
|
127
114
|
* The linked bank order object
|
|
128
115
|
* @type {BankOrderClass}
|
|
@@ -45,6 +45,12 @@ export interface BankTransactionInvoiceClass {
|
|
|
45
45
|
* @memberof BankTransactionInvoiceClass
|
|
46
46
|
*/
|
|
47
47
|
'invoiceNumber': string;
|
|
48
|
+
/**
|
|
49
|
+
* Linked transaction id of the bank transaction invoice
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof BankTransactionInvoiceClass
|
|
52
|
+
*/
|
|
53
|
+
'linkedTransactionId': number;
|
|
48
54
|
/**
|
|
49
55
|
* Time at which the object was created.
|
|
50
56
|
* @type {string}
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { BankOrderClass } from './bank-order-class';
|
|
13
|
-
import { BankTransactionInvoiceClass } from './bank-transaction-invoice-class';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
16
15
|
* @export
|
|
@@ -95,12 +94,6 @@ export interface UnlinkedBankTransactionResponseClass {
|
|
|
95
94
|
* @memberof UnlinkedBankTransactionResponseClass
|
|
96
95
|
*/
|
|
97
96
|
'isLinked': boolean;
|
|
98
|
-
/**
|
|
99
|
-
* The bank transaction invoices that this bank transaction is linked to
|
|
100
|
-
* @type {Array<BankTransactionInvoiceClass>}
|
|
101
|
-
* @memberof UnlinkedBankTransactionResponseClass
|
|
102
|
-
*/
|
|
103
|
-
'bankTransactionInvoices'?: Array<BankTransactionInvoiceClass>;
|
|
104
97
|
/**
|
|
105
98
|
* The linked bank order object
|
|
106
99
|
* @type {BankOrderClass}
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import { BankOrderClass } from './bank-order-class';
|
|
17
|
-
import { BankTransactionInvoiceClass } from './bank-transaction-invoice-class';
|
|
18
17
|
|
|
19
18
|
/**
|
|
20
19
|
*
|
|
@@ -94,24 +93,12 @@ export interface BankTransactionClassWithoutExpandProperties {
|
|
|
94
93
|
* @memberof BankTransactionClassWithoutExpandProperties
|
|
95
94
|
*/
|
|
96
95
|
'metadata'?: object;
|
|
97
|
-
/**
|
|
98
|
-
* The id of the PSP transaction that this bank transaction is linked to
|
|
99
|
-
* @type {number}
|
|
100
|
-
* @memberof BankTransactionClassWithoutExpandProperties
|
|
101
|
-
*/
|
|
102
|
-
'linkedTransactionId'?: number;
|
|
103
96
|
/**
|
|
104
97
|
* Boolean flag to indicate if the bank transaction is linked to an invoice - defaults to false
|
|
105
98
|
* @type {boolean}
|
|
106
99
|
* @memberof BankTransactionClassWithoutExpandProperties
|
|
107
100
|
*/
|
|
108
101
|
'isLinked': boolean;
|
|
109
|
-
/**
|
|
110
|
-
* The bank transaction invoices that this bank transaction is linked to
|
|
111
|
-
* @type {Array<BankTransactionInvoiceClass>}
|
|
112
|
-
* @memberof BankTransactionClassWithoutExpandProperties
|
|
113
|
-
*/
|
|
114
|
-
'bankTransactionInvoices'?: Array<BankTransactionInvoiceClass>;
|
|
115
102
|
/**
|
|
116
103
|
* The linked bank order object
|
|
117
104
|
* @type {BankOrderClass}
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
import { BankOrderClass } from './bank-order-class';
|
|
17
17
|
import { BankTransactionInvoiceClass } from './bank-transaction-invoice-class';
|
|
18
18
|
import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
|
|
19
|
-
import { SharedTransactionClass } from './shared-transaction-class';
|
|
20
19
|
import { SuggestionGenerationProgressClass } from './suggestion-generation-progress-class';
|
|
21
20
|
import { TenantBankAccountClassWithoutExpandProperties } from './tenant-bank-account-class-without-expand-properties';
|
|
22
21
|
|
|
@@ -98,12 +97,6 @@ export interface BankTransactionClass {
|
|
|
98
97
|
* @memberof BankTransactionClass
|
|
99
98
|
*/
|
|
100
99
|
'metadata'?: object;
|
|
101
|
-
/**
|
|
102
|
-
* The id of the PSP transaction that this bank transaction is linked to
|
|
103
|
-
* @type {number}
|
|
104
|
-
* @memberof BankTransactionClass
|
|
105
|
-
*/
|
|
106
|
-
'linkedTransactionId'?: number;
|
|
107
100
|
/**
|
|
108
101
|
* Boolean flag to indicate if the bank transaction is linked to an invoice - defaults to false
|
|
109
102
|
* @type {boolean}
|
|
@@ -122,12 +115,6 @@ export interface BankTransactionClass {
|
|
|
122
115
|
* @memberof BankTransactionClass
|
|
123
116
|
*/
|
|
124
117
|
'bankAccount'?: TenantBankAccountClassWithoutExpandProperties;
|
|
125
|
-
/**
|
|
126
|
-
* The linked transaction object
|
|
127
|
-
* @type {SharedTransactionClass}
|
|
128
|
-
* @memberof BankTransactionClass
|
|
129
|
-
*/
|
|
130
|
-
'linkedTransaction'?: SharedTransactionClass;
|
|
131
118
|
/**
|
|
132
119
|
* The linked bank order object
|
|
133
120
|
* @type {BankOrderClass}
|
|
@@ -50,6 +50,12 @@ export interface BankTransactionInvoiceClass {
|
|
|
50
50
|
* @memberof BankTransactionInvoiceClass
|
|
51
51
|
*/
|
|
52
52
|
'invoiceNumber': string;
|
|
53
|
+
/**
|
|
54
|
+
* Linked transaction id of the bank transaction invoice
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof BankTransactionInvoiceClass
|
|
57
|
+
*/
|
|
58
|
+
'linkedTransactionId': number;
|
|
53
59
|
/**
|
|
54
60
|
* Time at which the object was created.
|
|
55
61
|
* @type {string}
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import { BankOrderClass } from './bank-order-class';
|
|
17
|
-
import { BankTransactionInvoiceClass } from './bank-transaction-invoice-class';
|
|
18
17
|
|
|
19
18
|
/**
|
|
20
19
|
*
|
|
@@ -100,12 +99,6 @@ export interface UnlinkedBankTransactionResponseClass {
|
|
|
100
99
|
* @memberof UnlinkedBankTransactionResponseClass
|
|
101
100
|
*/
|
|
102
101
|
'isLinked': boolean;
|
|
103
|
-
/**
|
|
104
|
-
* The bank transaction invoices that this bank transaction is linked to
|
|
105
|
-
* @type {Array<BankTransactionInvoiceClass>}
|
|
106
|
-
* @memberof UnlinkedBankTransactionResponseClass
|
|
107
|
-
*/
|
|
108
|
-
'bankTransactionInvoices'?: Array<BankTransactionInvoiceClass>;
|
|
109
102
|
/**
|
|
110
103
|
* The linked bank order object
|
|
111
104
|
* @type {BankOrderClass}
|