@emilgroup/payment-sdk-node 1.21.1-beta.57 → 1.21.1-beta.59

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.
Files changed (42) hide show
  1. package/.openapi-generator/FILES +0 -7
  2. package/README.md +2 -2
  3. package/api/bank-transaction-api.ts +8 -8
  4. package/api.ts +0 -2
  5. package/dist/api/bank-transaction-api.d.ts +8 -8
  6. package/dist/api/bank-transaction-api.js +6 -6
  7. package/dist/api.d.ts +0 -1
  8. package/dist/api.js +0 -1
  9. package/dist/models/bank-transaction-class-without-expand-properties.d.ts +0 -18
  10. package/dist/models/bank-transaction-class-without-expand-properties.js +0 -5
  11. package/dist/models/bank-transaction-class.d.ts +0 -18
  12. package/dist/models/bank-transaction-class.js +0 -5
  13. package/dist/models/index.d.ts +0 -6
  14. package/dist/models/index.js +0 -6
  15. package/dist/models/unlinked-bank-transaction-response-class.d.ts +0 -18
  16. package/dist/models/unlinked-bank-transaction-response-class.js +0 -5
  17. package/models/bank-transaction-class-without-expand-properties.ts +0 -21
  18. package/models/bank-transaction-class.ts +0 -21
  19. package/models/index.ts +0 -6
  20. package/models/unlinked-bank-transaction-response-class.ts +0 -21
  21. package/package.json +1 -1
  22. package/api/bank-orders-api.ts +0 -695
  23. package/dist/api/bank-orders-api.d.ts +0 -393
  24. package/dist/api/bank-orders-api.js +0 -646
  25. package/dist/models/bank-order-class.d.ts +0 -115
  26. package/dist/models/bank-order-class.js +0 -15
  27. package/dist/models/create-bank-order-response-class.d.ts +0 -25
  28. package/dist/models/create-bank-order-response-class.js +0 -15
  29. package/dist/models/financial-account-class.d.ts +0 -111
  30. package/dist/models/financial-account-class.js +0 -24
  31. package/dist/models/get-bank-order-response-class.d.ts +0 -25
  32. package/dist/models/get-bank-order-response-class.js +0 -15
  33. package/dist/models/list-bank-orders-response-class.d.ts +0 -31
  34. package/dist/models/list-bank-orders-response-class.js +0 -15
  35. package/dist/models/update-bank-order-response-class.d.ts +0 -25
  36. package/dist/models/update-bank-order-response-class.js +0 -15
  37. package/models/bank-order-class.ts +0 -121
  38. package/models/create-bank-order-response-class.ts +0 -31
  39. package/models/financial-account-class.ts +0 -120
  40. package/models/get-bank-order-response-class.ts +0 -31
  41. package/models/list-bank-orders-response-class.ts +0 -37
  42. package/models/update-bank-order-response-class.ts +0 -31
@@ -4,7 +4,6 @@
4
4
  README.md
5
5
  api.ts
6
6
  api/bank-accounts-api.ts
7
- api/bank-orders-api.ts
8
7
  api/bank-transaction-api.ts
9
8
  api/health-check-api.ts
10
9
  api/payment-methods-api.ts
@@ -21,7 +20,6 @@ git_push.sh
21
20
  index.ts
22
21
  models/bank-account-class-without-expand-properties.ts
23
22
  models/bank-account-class.ts
24
- models/bank-order-class.ts
25
23
  models/bank-transaction-class-without-expand-properties.ts
26
24
  models/bank-transaction-class.ts
27
25
  models/billing-profile-dto.ts
@@ -36,7 +34,6 @@ models/complete-stripe-payment-setup-request-dto.ts
36
34
  models/create-bank-account-request-dto.ts
37
35
  models/create-bank-account-response-class.ts
38
36
  models/create-bank-order-request-dto.ts
39
- models/create-bank-order-response-class.ts
40
37
  models/create-payment-method-response-class.ts
41
38
  models/create-payment-reminder-request-dto.ts
42
39
  models/create-payment-reminder-response-class.ts
@@ -50,10 +47,8 @@ models/create-tenant-bank-account-response-class.ts
50
47
  models/deactivate-payment-reminder-request-dto.ts
51
48
  models/deactivate-payment-reminder-response-class.ts
52
49
  models/deactivated-payment-reminder-class.ts
53
- models/financial-account-class.ts
54
50
  models/generate-invoice-match-suggestions-response-class.ts
55
51
  models/get-bank-account-response-class.ts
56
- models/get-bank-order-response-class.ts
57
52
  models/get-bank-transactions-response-class.ts
58
53
  models/get-payment-method-response-class.ts
59
54
  models/get-payment-reminder-response-class.ts
@@ -77,7 +72,6 @@ models/invoice-match-suggestion-class.ts
77
72
  models/link-bank-transaction-request-dto-rest.ts
78
73
  models/link-bank-transactions-response-class.ts
79
74
  models/list-bank-accounts-response-class.ts
80
- models/list-bank-orders-response-class.ts
81
75
  models/list-bank-transactions-response-class.ts
82
76
  models/list-payment-methods-response-class.ts
83
77
  models/list-payment-reminders-response-class.ts
@@ -105,7 +99,6 @@ models/update-bank-account-request-dto-rest.ts
105
99
  models/update-bank-account-request-dto.ts
106
100
  models/update-bank-account-response-class.ts
107
101
  models/update-bank-order-request-dto.ts
108
- models/update-bank-order-response-class.ts
109
102
  models/update-tenant-bank-account-response-class.ts
110
103
  models/update-tenant-bank-account-rest-request-dto.ts
111
104
  models/validate-pspconfig-request-dto.ts
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/payment-sdk-node@1.21.1-beta.57 --save
20
+ npm install @emilgroup/payment-sdk-node@1.21.1-beta.59 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk-node@1.21.1-beta.57
24
+ yarn add @emilgroup/payment-sdk-node@1.21.1-beta.59
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -96,7 +96,7 @@ export const BankTransactionApiAxiosParamCreator = function (configuration?: Con
96
96
  * @summary Retrieve the bank transaction
97
97
  * @param {string} code
98
98
  * @param {string} [authorization] Bearer Token
99
- * @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<i>
99
+ * @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<i>
100
100
  * @param {*} [options] Override http request option.
101
101
  * @throws {RequiredError}
102
102
  */
@@ -254,7 +254,7 @@ export const BankTransactionApiAxiosParamCreator = function (configuration?: Con
254
254
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
255
255
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, createdAt, amount</i>
256
256
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, transactionDate, entryDate</i>
257
- * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankAccount, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder<i>
257
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankAccount, transaction, invoiceMatchSuggestions, suggestionGenerationProgress<i>
258
258
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
259
259
  * @param {*} [options] Override http request option.
260
260
  * @throws {RequiredError}
@@ -399,7 +399,7 @@ export const BankTransactionApiFp = function(configuration?: Configuration) {
399
399
  * @summary Retrieve the bank transaction
400
400
  * @param {string} code
401
401
  * @param {string} [authorization] Bearer Token
402
- * @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<i>
402
+ * @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<i>
403
403
  * @param {*} [options] Override http request option.
404
404
  * @throws {RequiredError}
405
405
  */
@@ -441,7 +441,7 @@ export const BankTransactionApiFp = function(configuration?: Configuration) {
441
441
  * @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>
442
442
  * @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>
443
443
  * @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>
444
- * @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<i>
444
+ * @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<i>
445
445
  * @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>
446
446
  * @param {*} [options] Override http request option.
447
447
  * @throws {RequiredError}
@@ -489,7 +489,7 @@ export const BankTransactionApiFactory = function (configuration?: Configuration
489
489
  * @summary Retrieve the bank transaction
490
490
  * @param {string} code
491
491
  * @param {string} [authorization] Bearer Token
492
- * @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<i>
492
+ * @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<i>
493
493
  * @param {*} [options] Override http request option.
494
494
  * @throws {RequiredError}
495
495
  */
@@ -528,7 +528,7 @@ export const BankTransactionApiFactory = function (configuration?: Configuration
528
528
  * @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>
529
529
  * @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>
530
530
  * @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>
531
- * @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<i>
531
+ * @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<i>
532
532
  * @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>
533
533
  * @param {*} [options] Override http request option.
534
534
  * @throws {RequiredError}
@@ -593,7 +593,7 @@ export interface BankTransactionApiGetBankTransactionRequest {
593
593
  readonly authorization?: string
594
594
 
595
595
  /**
596
- * 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<i>
596
+ * 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<i>
597
597
  * @type {string}
598
598
  * @memberof BankTransactionApiGetBankTransaction
599
599
  */
@@ -698,7 +698,7 @@ export interface BankTransactionApiListBankTransactionsRequest {
698
698
  readonly order?: string
699
699
 
700
700
  /**
701
- * 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<i>
701
+ * 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<i>
702
702
  * @type {string}
703
703
  * @memberof BankTransactionApiListBankTransactions
704
704
  */
package/api.ts CHANGED
@@ -25,7 +25,6 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
25
25
  // @ts-ignore
26
26
  import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
27
27
  import { BankAccountsApi } from './api';
28
- import { BankOrdersApi } from './api';
29
28
  import { BankTransactionApi } from './api';
30
29
  import { HealthCheckApi } from './api';
31
30
  import { PaymentMethodsApi } from './api';
@@ -38,7 +37,6 @@ import { WebhooksApi } from './api';
38
37
 
39
38
 
40
39
  export * from './api/bank-accounts-api';
41
- export * from './api/bank-orders-api';
42
40
  export * from './api/bank-transaction-api';
43
41
  export * from './api/health-check-api';
44
42
  export * from './api/payment-methods-api';
@@ -39,7 +39,7 @@ export declare const BankTransactionApiAxiosParamCreator: (configuration?: Confi
39
39
  * @summary Retrieve the bank transaction
40
40
  * @param {string} code
41
41
  * @param {string} [authorization] Bearer Token
42
- * @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<i>
42
+ * @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<i>
43
43
  * @param {*} [options] Override http request option.
44
44
  * @throws {RequiredError}
45
45
  */
@@ -72,7 +72,7 @@ export declare const BankTransactionApiAxiosParamCreator: (configuration?: Confi
72
72
  * @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>
73
73
  * @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>
74
74
  * @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>
75
- * @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<i>
75
+ * @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<i>
76
76
  * @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>
77
77
  * @param {*} [options] Override http request option.
78
78
  * @throws {RequiredError}
@@ -108,7 +108,7 @@ export declare const BankTransactionApiFp: (configuration?: Configuration) => {
108
108
  * @summary Retrieve the bank transaction
109
109
  * @param {string} code
110
110
  * @param {string} [authorization] Bearer Token
111
- * @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<i>
111
+ * @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<i>
112
112
  * @param {*} [options] Override http request option.
113
113
  * @throws {RequiredError}
114
114
  */
@@ -141,7 +141,7 @@ export declare const BankTransactionApiFp: (configuration?: Configuration) => {
141
141
  * @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>
142
142
  * @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>
143
143
  * @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>
144
- * @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<i>
144
+ * @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<i>
145
145
  * @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>
146
146
  * @param {*} [options] Override http request option.
147
147
  * @throws {RequiredError}
@@ -177,7 +177,7 @@ export declare const BankTransactionApiFactory: (configuration?: Configuration,
177
177
  * @summary Retrieve the bank transaction
178
178
  * @param {string} code
179
179
  * @param {string} [authorization] Bearer Token
180
- * @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<i>
180
+ * @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<i>
181
181
  * @param {*} [options] Override http request option.
182
182
  * @throws {RequiredError}
183
183
  */
@@ -210,7 +210,7 @@ export declare const BankTransactionApiFactory: (configuration?: Configuration,
210
210
  * @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>
211
211
  * @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>
212
212
  * @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>
213
- * @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<i>
213
+ * @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<i>
214
214
  * @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>
215
215
  * @param {*} [options] Override http request option.
216
216
  * @throws {RequiredError}
@@ -265,7 +265,7 @@ export interface BankTransactionApiGetBankTransactionRequest {
265
265
  */
266
266
  readonly authorization?: string;
267
267
  /**
268
- * 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<i>
268
+ * 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<i>
269
269
  * @type {string}
270
270
  * @memberof BankTransactionApiGetBankTransaction
271
271
  */
@@ -358,7 +358,7 @@ export interface BankTransactionApiListBankTransactionsRequest {
358
358
  */
359
359
  readonly order?: string;
360
360
  /**
361
- * 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<i>
361
+ * 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<i>
362
362
  * @type {string}
363
363
  * @memberof BankTransactionApiListBankTransactions
364
364
  */
@@ -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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder<i>
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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress<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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress, linkedBankOrder<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, transaction, invoiceMatchSuggestions, suggestionGenerationProgress<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}
@@ -463,7 +463,7 @@ var BankTransactionApiFp = function (configuration) {
463
463
  * @summary Retrieve the bank transaction
464
464
  * @param {string} code
465
465
  * @param {string} [authorization] Bearer Token
466
- * @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<i>
466
+ * @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<i>
467
467
  * @param {*} [options] Override http request option.
468
468
  * @throws {RequiredError}
469
469
  */
@@ -532,7 +532,7 @@ var BankTransactionApiFp = function (configuration) {
532
532
  * @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>
533
533
  * @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>
534
534
  * @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>
535
- * @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<i>
535
+ * @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<i>
536
536
  * @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>
537
537
  * @param {*} [options] Override http request option.
538
538
  * @throws {RequiredError}
@@ -598,7 +598,7 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
598
598
  * @summary Retrieve the bank transaction
599
599
  * @param {string} code
600
600
  * @param {string} [authorization] Bearer Token
601
- * @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<i>
601
+ * @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<i>
602
602
  * @param {*} [options] Override http request option.
603
603
  * @throws {RequiredError}
604
604
  */
@@ -637,7 +637,7 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
637
637
  * @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>
638
638
  * @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>
639
639
  * @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>
640
- * @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<i>
640
+ * @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<i>
641
641
  * @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>
642
642
  * @param {*} [options] Override http request option.
643
643
  * @throws {RequiredError}
package/dist/api.d.ts CHANGED
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export * from './api/bank-accounts-api';
13
- export * from './api/bank-orders-api';
14
13
  export * from './api/bank-transaction-api';
15
14
  export * from './api/health-check-api';
16
15
  export * from './api/payment-methods-api';
package/dist/api.js CHANGED
@@ -28,7 +28,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
30
  __exportStar(require("./api/bank-accounts-api"), exports);
31
- __exportStar(require("./api/bank-orders-api"), exports);
32
31
  __exportStar(require("./api/bank-transaction-api"), exports);
33
32
  __exportStar(require("./api/health-check-api"), exports);
34
33
  __exportStar(require("./api/payment-methods-api"), exports);
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BankOrderClass } from './bank-order-class';
13
12
  /**
14
13
  *
15
14
  * @export
@@ -46,12 +45,6 @@ export interface BankTransactionClassWithoutExpandProperties {
46
45
  * @memberof BankTransactionClassWithoutExpandProperties
47
46
  */
48
47
  'messageReference'?: string;
49
- /**
50
- * Label of the transaction
51
- * @type {string}
52
- * @memberof BankTransactionClassWithoutExpandProperties
53
- */
54
- 'label'?: BankTransactionClassWithoutExpandPropertiesLabelEnum;
55
48
  /**
56
49
  * Currency of the transaction.
57
50
  * @type {string}
@@ -112,12 +105,6 @@ export interface BankTransactionClassWithoutExpandProperties {
112
105
  * @memberof BankTransactionClassWithoutExpandProperties
113
106
  */
114
107
  'isLinked': boolean;
115
- /**
116
- * The linked bank order object
117
- * @type {BankOrderClass}
118
- * @memberof BankTransactionClassWithoutExpandProperties
119
- */
120
- 'linkedBankOrder'?: BankOrderClass;
121
108
  /**
122
109
  * The file format of the bank transaction
123
110
  * @type {string}
@@ -143,8 +130,3 @@ export interface BankTransactionClassWithoutExpandProperties {
143
130
  */
144
131
  'updatedBy': string;
145
132
  }
146
- export declare const BankTransactionClassWithoutExpandPropertiesLabelEnum: {
147
- readonly Automated: "automated";
148
- readonly Manual: "manual";
149
- };
150
- export type BankTransactionClassWithoutExpandPropertiesLabelEnum = typeof BankTransactionClassWithoutExpandPropertiesLabelEnum[keyof typeof BankTransactionClassWithoutExpandPropertiesLabelEnum];
@@ -13,8 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.BankTransactionClassWithoutExpandPropertiesLabelEnum = void 0;
17
- exports.BankTransactionClassWithoutExpandPropertiesLabelEnum = {
18
- Automated: 'automated',
19
- Manual: 'manual'
20
- };
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BankOrderClass } from './bank-order-class';
13
12
  import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
14
13
  import { SharedTransactionClass } from './shared-transaction-class';
15
14
  import { SuggestionGenerationProgressClass } from './suggestion-generation-progress-class';
@@ -50,12 +49,6 @@ export interface BankTransactionClass {
50
49
  * @memberof BankTransactionClass
51
50
  */
52
51
  'messageReference'?: string;
53
- /**
54
- * Label of the transaction
55
- * @type {string}
56
- * @memberof BankTransactionClass
57
- */
58
- 'label'?: BankTransactionClassLabelEnum;
59
52
  /**
60
53
  * Currency of the transaction.
61
54
  * @type {string}
@@ -128,12 +121,6 @@ export interface BankTransactionClass {
128
121
  * @memberof BankTransactionClass
129
122
  */
130
123
  'linkedTransaction'?: SharedTransactionClass;
131
- /**
132
- * The linked bank order object
133
- * @type {BankOrderClass}
134
- * @memberof BankTransactionClass
135
- */
136
- 'linkedBankOrder'?: BankOrderClass;
137
124
  /**
138
125
  * The file format of the bank transaction
139
126
  * @type {string}
@@ -171,8 +158,3 @@ export interface BankTransactionClass {
171
158
  */
172
159
  'suggestionGenerationProgress'?: SuggestionGenerationProgressClass;
173
160
  }
174
- export declare const BankTransactionClassLabelEnum: {
175
- readonly Automated: "automated";
176
- readonly Manual: "manual";
177
- };
178
- export type BankTransactionClassLabelEnum = typeof BankTransactionClassLabelEnum[keyof typeof BankTransactionClassLabelEnum];
@@ -13,8 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.BankTransactionClassLabelEnum = void 0;
17
- exports.BankTransactionClassLabelEnum = {
18
- Automated: 'automated',
19
- Manual: 'manual'
20
- };
@@ -1,6 +1,5 @@
1
1
  export * from './bank-account-class';
2
2
  export * from './bank-account-class-without-expand-properties';
3
- export * from './bank-order-class';
4
3
  export * from './bank-transaction-class';
5
4
  export * from './bank-transaction-class-without-expand-properties';
6
5
  export * from './billing-profile-dto';
@@ -15,7 +14,6 @@ export * from './complete-stripe-payment-setup-request-dto';
15
14
  export * from './create-bank-account-request-dto';
16
15
  export * from './create-bank-account-response-class';
17
16
  export * from './create-bank-order-request-dto';
18
- export * from './create-bank-order-response-class';
19
17
  export * from './create-payment-method-response-class';
20
18
  export * from './create-payment-reminder-request-dto';
21
19
  export * from './create-payment-reminder-response-class';
@@ -29,10 +27,8 @@ export * from './create-tenant-bank-account-response-class';
29
27
  export * from './deactivate-payment-reminder-request-dto';
30
28
  export * from './deactivate-payment-reminder-response-class';
31
29
  export * from './deactivated-payment-reminder-class';
32
- export * from './financial-account-class';
33
30
  export * from './generate-invoice-match-suggestions-response-class';
34
31
  export * from './get-bank-account-response-class';
35
- export * from './get-bank-order-response-class';
36
32
  export * from './get-bank-transactions-response-class';
37
33
  export * from './get-payment-method-response-class';
38
34
  export * from './get-payment-reminder-response-class';
@@ -55,7 +51,6 @@ export * from './invoice-match-suggestion-class';
55
51
  export * from './link-bank-transaction-request-dto-rest';
56
52
  export * from './link-bank-transactions-response-class';
57
53
  export * from './list-bank-accounts-response-class';
58
- export * from './list-bank-orders-response-class';
59
54
  export * from './list-bank-transactions-response-class';
60
55
  export * from './list-payment-methods-response-class';
61
56
  export * from './list-payment-reminders-response-class';
@@ -83,7 +78,6 @@ export * from './update-bank-account-request-dto';
83
78
  export * from './update-bank-account-request-dto-rest';
84
79
  export * from './update-bank-account-response-class';
85
80
  export * from './update-bank-order-request-dto';
86
- export * from './update-bank-order-response-class';
87
81
  export * from './update-tenant-bank-account-response-class';
88
82
  export * from './update-tenant-bank-account-rest-request-dto';
89
83
  export * from './validate-pspconfig-request-dto';
@@ -16,7 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./bank-account-class"), exports);
18
18
  __exportStar(require("./bank-account-class-without-expand-properties"), exports);
19
- __exportStar(require("./bank-order-class"), exports);
20
19
  __exportStar(require("./bank-transaction-class"), exports);
21
20
  __exportStar(require("./bank-transaction-class-without-expand-properties"), exports);
22
21
  __exportStar(require("./billing-profile-dto"), exports);
@@ -31,7 +30,6 @@ __exportStar(require("./complete-stripe-payment-setup-request-dto"), exports);
31
30
  __exportStar(require("./create-bank-account-request-dto"), exports);
32
31
  __exportStar(require("./create-bank-account-response-class"), exports);
33
32
  __exportStar(require("./create-bank-order-request-dto"), exports);
34
- __exportStar(require("./create-bank-order-response-class"), exports);
35
33
  __exportStar(require("./create-payment-method-response-class"), exports);
36
34
  __exportStar(require("./create-payment-reminder-request-dto"), exports);
37
35
  __exportStar(require("./create-payment-reminder-response-class"), exports);
@@ -45,10 +43,8 @@ __exportStar(require("./create-tenant-bank-account-response-class"), exports);
45
43
  __exportStar(require("./deactivate-payment-reminder-request-dto"), exports);
46
44
  __exportStar(require("./deactivate-payment-reminder-response-class"), exports);
47
45
  __exportStar(require("./deactivated-payment-reminder-class"), exports);
48
- __exportStar(require("./financial-account-class"), exports);
49
46
  __exportStar(require("./generate-invoice-match-suggestions-response-class"), exports);
50
47
  __exportStar(require("./get-bank-account-response-class"), exports);
51
- __exportStar(require("./get-bank-order-response-class"), exports);
52
48
  __exportStar(require("./get-bank-transactions-response-class"), exports);
53
49
  __exportStar(require("./get-payment-method-response-class"), exports);
54
50
  __exportStar(require("./get-payment-reminder-response-class"), exports);
@@ -71,7 +67,6 @@ __exportStar(require("./invoice-match-suggestion-class"), exports);
71
67
  __exportStar(require("./link-bank-transaction-request-dto-rest"), exports);
72
68
  __exportStar(require("./link-bank-transactions-response-class"), exports);
73
69
  __exportStar(require("./list-bank-accounts-response-class"), exports);
74
- __exportStar(require("./list-bank-orders-response-class"), exports);
75
70
  __exportStar(require("./list-bank-transactions-response-class"), exports);
76
71
  __exportStar(require("./list-payment-methods-response-class"), exports);
77
72
  __exportStar(require("./list-payment-reminders-response-class"), exports);
@@ -99,7 +94,6 @@ __exportStar(require("./update-bank-account-request-dto"), exports);
99
94
  __exportStar(require("./update-bank-account-request-dto-rest"), exports);
100
95
  __exportStar(require("./update-bank-account-response-class"), exports);
101
96
  __exportStar(require("./update-bank-order-request-dto"), exports);
102
- __exportStar(require("./update-bank-order-response-class"), exports);
103
97
  __exportStar(require("./update-tenant-bank-account-response-class"), exports);
104
98
  __exportStar(require("./update-tenant-bank-account-rest-request-dto"), exports);
105
99
  __exportStar(require("./validate-pspconfig-request-dto"), exports);
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BankOrderClass } from './bank-order-class';
13
12
  /**
14
13
  *
15
14
  * @export
@@ -46,12 +45,6 @@ export interface UnlinkedBankTransactionResponseClass {
46
45
  * @memberof UnlinkedBankTransactionResponseClass
47
46
  */
48
47
  'messageReference'?: string;
49
- /**
50
- * Label of the transaction
51
- * @type {string}
52
- * @memberof UnlinkedBankTransactionResponseClass
53
- */
54
- 'label'?: UnlinkedBankTransactionResponseClassLabelEnum;
55
48
  /**
56
49
  * Currency of the transaction.
57
50
  * @type {string}
@@ -94,12 +87,6 @@ export interface UnlinkedBankTransactionResponseClass {
94
87
  * @memberof UnlinkedBankTransactionResponseClass
95
88
  */
96
89
  'isLinked': boolean;
97
- /**
98
- * The linked bank order object
99
- * @type {BankOrderClass}
100
- * @memberof UnlinkedBankTransactionResponseClass
101
- */
102
- 'linkedBankOrder'?: BankOrderClass;
103
90
  /**
104
91
  * The file format of the bank transaction
105
92
  * @type {string}
@@ -125,8 +112,3 @@ export interface UnlinkedBankTransactionResponseClass {
125
112
  */
126
113
  'updatedBy': string;
127
114
  }
128
- export declare const UnlinkedBankTransactionResponseClassLabelEnum: {
129
- readonly Automated: "automated";
130
- readonly Manual: "manual";
131
- };
132
- export type UnlinkedBankTransactionResponseClassLabelEnum = typeof UnlinkedBankTransactionResponseClassLabelEnum[keyof typeof UnlinkedBankTransactionResponseClassLabelEnum];
@@ -13,8 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.UnlinkedBankTransactionResponseClassLabelEnum = void 0;
17
- exports.UnlinkedBankTransactionResponseClassLabelEnum = {
18
- Automated: 'automated',
19
- Manual: 'manual'
20
- };
@@ -13,7 +13,6 @@
13
13
  */
14
14
 
15
15
 
16
- import { BankOrderClass } from './bank-order-class';
17
16
 
18
17
  /**
19
18
  *
@@ -51,12 +50,6 @@ export interface BankTransactionClassWithoutExpandProperties {
51
50
  * @memberof BankTransactionClassWithoutExpandProperties
52
51
  */
53
52
  'messageReference'?: string;
54
- /**
55
- * Label of the transaction
56
- * @type {string}
57
- * @memberof BankTransactionClassWithoutExpandProperties
58
- */
59
- 'label'?: BankTransactionClassWithoutExpandPropertiesLabelEnum;
60
53
  /**
61
54
  * Currency of the transaction.
62
55
  * @type {string}
@@ -117,12 +110,6 @@ export interface BankTransactionClassWithoutExpandProperties {
117
110
  * @memberof BankTransactionClassWithoutExpandProperties
118
111
  */
119
112
  'isLinked': boolean;
120
- /**
121
- * The linked bank order object
122
- * @type {BankOrderClass}
123
- * @memberof BankTransactionClassWithoutExpandProperties
124
- */
125
- 'linkedBankOrder'?: BankOrderClass;
126
113
  /**
127
114
  * The file format of the bank transaction
128
115
  * @type {string}
@@ -149,11 +136,3 @@ export interface BankTransactionClassWithoutExpandProperties {
149
136
  'updatedBy': string;
150
137
  }
151
138
 
152
- export const BankTransactionClassWithoutExpandPropertiesLabelEnum = {
153
- Automated: 'automated',
154
- Manual: 'manual'
155
- } as const;
156
-
157
- export type BankTransactionClassWithoutExpandPropertiesLabelEnum = typeof BankTransactionClassWithoutExpandPropertiesLabelEnum[keyof typeof BankTransactionClassWithoutExpandPropertiesLabelEnum];
158
-
159
-