@emilgroup/payment-sdk 1.13.1-beta.85 → 1.13.1-beta.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/payment-sdk@1.13.1-beta.85 --save
20
+ npm install @emilgroup/payment-sdk@1.13.1-beta.87 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.13.1-beta.85
24
+ yarn add @emilgroup/payment-sdk@1.13.1-beta.87
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -90,7 +90,7 @@ export const BankTransactionApiAxiosParamCreator = function (configuration?: Con
90
90
  * @summary Retrieve the bank transaction
91
91
  * @param {string} code
92
92
  * @param {string} [authorization] Bearer Token
93
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
93
+ * @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>
94
94
  * @param {*} [options] Override http request option.
95
95
  * @throws {RequiredError}
96
96
  */
@@ -247,7 +247,7 @@ export const BankTransactionApiAxiosParamCreator = function (configuration?: Con
247
247
  * @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>
248
248
  * @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>
249
249
  * @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>
250
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
250
+ * @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>
251
251
  * @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>
252
252
  * @param {*} [options] Override http request option.
253
253
  * @throws {RequiredError}
@@ -386,7 +386,7 @@ export const BankTransactionApiFp = function(configuration?: Configuration) {
386
386
  * @summary Retrieve the bank transaction
387
387
  * @param {string} code
388
388
  * @param {string} [authorization] Bearer Token
389
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
389
+ * @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>
390
390
  * @param {*} [options] Override http request option.
391
391
  * @throws {RequiredError}
392
392
  */
@@ -428,7 +428,7 @@ export const BankTransactionApiFp = function(configuration?: Configuration) {
428
428
  * @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>
429
429
  * @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>
430
430
  * @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>
431
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
431
+ * @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>
432
432
  * @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>
433
433
  * @param {*} [options] Override http request option.
434
434
  * @throws {RequiredError}
@@ -475,7 +475,7 @@ export const BankTransactionApiFactory = function (configuration?: Configuration
475
475
  * @summary Retrieve the bank transaction
476
476
  * @param {string} code
477
477
  * @param {string} [authorization] Bearer Token
478
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
478
+ * @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>
479
479
  * @param {*} [options] Override http request option.
480
480
  * @throws {RequiredError}
481
481
  */
@@ -514,7 +514,7 @@ export const BankTransactionApiFactory = function (configuration?: Configuration
514
514
  * @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>
515
515
  * @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>
516
516
  * @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>
517
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
517
+ * @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>
518
518
  * @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>
519
519
  * @param {*} [options] Override http request option.
520
520
  * @throws {RequiredError}
@@ -578,7 +578,7 @@ export interface BankTransactionApiGetBankTransactionRequest {
578
578
  readonly authorization?: string
579
579
 
580
580
  /**
581
- * 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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
581
+ * 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>
582
582
  * @type {string}
583
583
  * @memberof BankTransactionApiGetBankTransaction
584
584
  */
@@ -683,7 +683,7 @@ export interface BankTransactionApiListBankTransactionsRequest {
683
683
  readonly order?: string
684
684
 
685
685
  /**
686
- * 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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
686
+ * 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>
687
687
  * @type {string}
688
688
  * @memberof BankTransactionApiListBankTransactions
689
689
  */
@@ -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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<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, 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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<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, 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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<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, 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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
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
  */
@@ -145,7 +145,7 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
145
145
  * @summary Retrieve the bank transaction
146
146
  * @param {string} code
147
147
  * @param {string} [authorization] Bearer Token
148
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
148
+ * @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>
149
149
  * @param {*} [options] Override http request option.
150
150
  * @throws {RequiredError}
151
151
  */
@@ -306,7 +306,7 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
306
306
  * @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>
307
307
  * @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>
308
308
  * @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>
309
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
309
+ * @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>
310
310
  * @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>
311
311
  * @param {*} [options] Override http request option.
312
312
  * @throws {RequiredError}
@@ -453,7 +453,7 @@ var BankTransactionApiFp = function (configuration) {
453
453
  * @summary Retrieve the bank transaction
454
454
  * @param {string} code
455
455
  * @param {string} [authorization] Bearer Token
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: bankAccount, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
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: bankAccount, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
457
457
  * @param {*} [options] Override http request option.
458
458
  * @throws {RequiredError}
459
459
  */
@@ -522,7 +522,7 @@ var BankTransactionApiFp = function (configuration) {
522
522
  * @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>
523
523
  * @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>
524
524
  * @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>
525
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
525
+ * @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>
526
526
  * @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>
527
527
  * @param {*} [options] Override http request option.
528
528
  * @throws {RequiredError}
@@ -587,7 +587,7 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
587
587
  * @summary Retrieve the bank transaction
588
588
  * @param {string} code
589
589
  * @param {string} [authorization] Bearer Token
590
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
590
+ * @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>
591
591
  * @param {*} [options] Override http request option.
592
592
  * @throws {RequiredError}
593
593
  */
@@ -626,7 +626,7 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
626
626
  * @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>
627
627
  * @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>
628
628
  * @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>
629
- * @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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder, bankTransactionInvoices<i>
629
+ * @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>
630
630
  * @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>
631
631
  * @param {*} [options] Override http request option.
632
632
  * @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}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.13.1-beta.85",
3
+ "version": "1.13.1-beta.87",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [