@emilgroup/payment-sdk 1.14.1-beta.67 → 1.14.1-beta.69

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 (65) hide show
  1. package/.openapi-generator/FILES +11 -1
  2. package/README.md +2 -2
  3. package/api/bank-orders-api.ts +24 -24
  4. package/api/tenant-bank-account-api.ts +8 -8
  5. package/dist/api/bank-orders-api.d.ts +24 -24
  6. package/dist/api/bank-orders-api.js +18 -18
  7. package/dist/api/tenant-bank-account-api.d.ts +8 -8
  8. package/dist/api/tenant-bank-account-api.js +6 -6
  9. package/dist/models/bank-order-class.d.ts +6 -6
  10. package/dist/models/bank-order-entity.d.ts +156 -0
  11. package/dist/models/bank-order-entity.js +29 -0
  12. package/dist/models/bank-order-xml-file-entity.d.ts +85 -0
  13. package/dist/models/bank-order-xml-file-entity.js +15 -0
  14. package/dist/models/bank-transaction-entity.d.ts +179 -0
  15. package/dist/models/{financial-account-class.js → bank-transaction-entity.js} +4 -8
  16. package/dist/models/bank-transaction-invoice-entity.d.ts +98 -0
  17. package/dist/models/bank-transaction-invoice-entity.js +15 -0
  18. package/dist/models/create-bank-order-request-dto.d.ts +2 -2
  19. package/dist/models/create-tenant-bank-account-request-dto.d.ts +27 -1
  20. package/dist/models/create-tenant-bank-account-request-dto.js +8 -0
  21. package/dist/models/credit-allocation-entity.d.ts +135 -0
  22. package/dist/models/credit-allocation-entity.js +34 -0
  23. package/dist/models/exceeding-credit-entity.d.ts +148 -0
  24. package/dist/models/exceeding-credit-entity.js +29 -0
  25. package/dist/models/index.d.ts +11 -1
  26. package/dist/models/index.js +11 -1
  27. package/dist/models/invoice-match-suggestion-entity.d.ts +103 -0
  28. package/dist/models/invoice-match-suggestion-entity.js +15 -0
  29. package/dist/models/payment-entity.d.ts +133 -0
  30. package/dist/models/payment-entity.js +15 -0
  31. package/dist/models/suggestion-generation-progress-entity.d.ts +86 -0
  32. package/dist/models/suggestion-generation-progress-entity.js +22 -0
  33. package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +26 -0
  34. package/dist/models/tenant-bank-account-class-without-expand-properties.js +8 -0
  35. package/dist/models/tenant-bank-account-class.d.ts +26 -0
  36. package/dist/models/tenant-bank-account-class.js +8 -0
  37. package/dist/models/tenant-bank-account-entity.d.ts +153 -0
  38. package/dist/models/tenant-bank-account-entity.js +23 -0
  39. package/dist/models/transaction-entity.d.ts +112 -0
  40. package/dist/models/transaction-entity.js +23 -0
  41. package/dist/models/update-bank-order-request-dto.d.ts +2 -2
  42. package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +27 -1
  43. package/dist/models/update-tenant-bank-account-rest-request-dto.js +8 -0
  44. package/models/bank-order-class.ts +6 -6
  45. package/models/bank-order-entity.ts +166 -0
  46. package/models/bank-order-xml-file-entity.ts +91 -0
  47. package/models/bank-transaction-entity.ts +188 -0
  48. package/models/bank-transaction-invoice-entity.ts +104 -0
  49. package/models/create-bank-order-request-dto.ts +2 -2
  50. package/models/create-tenant-bank-account-request-dto.ts +30 -1
  51. package/models/credit-allocation-entity.ts +145 -0
  52. package/models/exceeding-credit-entity.ts +157 -0
  53. package/models/index.ts +11 -1
  54. package/models/invoice-match-suggestion-entity.ts +109 -0
  55. package/models/payment-entity.ts +139 -0
  56. package/models/suggestion-generation-progress-entity.ts +95 -0
  57. package/models/tenant-bank-account-class-without-expand-properties.ts +29 -0
  58. package/models/tenant-bank-account-class.ts +29 -0
  59. package/models/tenant-bank-account-entity.ts +162 -0
  60. package/models/transaction-entity.ts +121 -0
  61. package/models/update-bank-order-request-dto.ts +2 -2
  62. package/models/update-tenant-bank-account-rest-request-dto.ts +30 -1
  63. package/package.json +1 -1
  64. package/dist/models/financial-account-class.d.ts +0 -111
  65. package/models/financial-account-class.ts +0 -120
@@ -57,11 +57,11 @@ export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Con
57
57
  * @param {string} [authorization] Bearer Token
58
58
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
59
59
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
60
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
60
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
61
61
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
62
62
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
63
63
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
64
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
64
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
65
65
  * @param {*} [options] Override http request option.
66
66
  * @throws {RequiredError}
67
67
  */
@@ -116,11 +116,11 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
116
116
  * @param {string} [authorization] Bearer Token
117
117
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
118
118
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
119
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
119
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
120
120
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
121
121
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
122
122
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
123
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
123
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
124
124
  * @param {*} [options] Override http request option.
125
125
  * @throws {RequiredError}
126
126
  */
@@ -175,11 +175,11 @@ export declare const TenantBankAccountApiFactory: (configuration?: Configuration
175
175
  * @param {string} [authorization] Bearer Token
176
176
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
177
177
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
178
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
178
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
179
179
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
180
180
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
181
181
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
182
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
182
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
183
183
  * @param {*} [options] Override http request option.
184
184
  * @throws {RequiredError}
185
185
  */
@@ -283,7 +283,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
283
283
  */
284
284
  readonly pageToken?: string;
285
285
  /**
286
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
286
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
287
287
  * @type {string}
288
288
  * @memberof TenantBankAccountApiListTenantBankAccounts
289
289
  */
@@ -307,7 +307,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
307
307
  */
308
308
  readonly expand?: string;
309
309
  /**
310
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
310
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
311
311
  * @type {string}
312
312
  * @memberof TenantBankAccountApiListTenantBankAccounts
313
313
  */
@@ -247,11 +247,11 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
247
247
  * @param {string} [authorization] Bearer Token
248
248
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
249
249
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
250
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
250
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
251
251
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
252
252
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
253
253
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
254
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
254
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
255
255
  * @param {*} [options] Override http request option.
256
256
  * @throws {RequiredError}
257
257
  */
@@ -446,11 +446,11 @@ var TenantBankAccountApiFp = function (configuration) {
446
446
  * @param {string} [authorization] Bearer Token
447
447
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
448
448
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
449
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
449
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
450
450
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
451
451
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
452
452
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
453
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
453
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
454
454
  * @param {*} [options] Override http request option.
455
455
  * @throws {RequiredError}
456
456
  */
@@ -539,11 +539,11 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
539
539
  * @param {string} [authorization] Bearer Token
540
540
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
541
541
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
542
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
542
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
543
543
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, iban, bankName, accountName</i>
544
544
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
545
545
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
546
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
546
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, creditorId, isDefault, sepaPainVersion</i>
547
547
  * @param {*} [options] Override http request option.
548
548
  * @throws {RequiredError}
549
549
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { BankOrderXmlFileClass } from './bank-order-xml-file-class';
13
- import { FinancialAccountClass } from './financial-account-class';
13
+ import { TenantBankAccountEntity } from './tenant-bank-account-entity';
14
14
  /**
15
15
  *
16
16
  * @export
@@ -60,11 +60,11 @@ export interface BankOrderClass {
60
60
  */
61
61
  'description'?: string;
62
62
  /**
63
- * Financial account code associated with the bank order.
63
+ * Tenant bank account code associated with the bank order.
64
64
  * @type {string}
65
65
  * @memberof BankOrderClass
66
66
  */
67
- 'financialAccountCode': string;
67
+ 'tenantBankAccountCode': string;
68
68
  /**
69
69
  * List of entity codes associated with bank order.
70
70
  * @type {Array<string>}
@@ -108,11 +108,11 @@ export interface BankOrderClass {
108
108
  */
109
109
  'updatedBy': string;
110
110
  /**
111
- * The financial account object that this bank order is belongs to
112
- * @type {FinancialAccountClass}
111
+ * The tenant bank account object that this bank order belongs to
112
+ * @type {TenantBankAccountEntity}
113
113
  * @memberof BankOrderClass
114
114
  */
115
- 'financialAccount'?: FinancialAccountClass;
115
+ 'tenantBankAccount'?: TenantBankAccountEntity;
116
116
  /**
117
117
  * The XML file associated with this bank order
118
118
  * @type {BankOrderXmlFileClass}
@@ -0,0 +1,156 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BankOrderXmlFileEntity } from './bank-order-xml-file-entity';
13
+ import { BankTransactionEntity } from './bank-transaction-entity';
14
+ import { TenantBankAccountEntity } from './tenant-bank-account-entity';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface BankOrderEntity
19
+ */
20
+ export interface BankOrderEntity {
21
+ /**
22
+ *
23
+ * @type {number}
24
+ * @memberof BankOrderEntity
25
+ */
26
+ 'id': number;
27
+ /**
28
+ *
29
+ * @type {string}
30
+ * @memberof BankOrderEntity
31
+ */
32
+ 'code': string;
33
+ /**
34
+ *
35
+ * @type {string}
36
+ * @memberof BankOrderEntity
37
+ */
38
+ 'type': BankOrderEntityTypeEnum;
39
+ /**
40
+ *
41
+ * @type {number}
42
+ * @memberof BankOrderEntity
43
+ */
44
+ 'amount': number;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof BankOrderEntity
49
+ */
50
+ 'status': BankOrderEntityStatusEnum;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof BankOrderEntity
55
+ */
56
+ 'orderNumber': string;
57
+ /**
58
+ *
59
+ * @type {string}
60
+ * @memberof BankOrderEntity
61
+ */
62
+ 'description'?: string;
63
+ /**
64
+ *
65
+ * @type {TenantBankAccountEntity}
66
+ * @memberof BankOrderEntity
67
+ */
68
+ 'tenantBankAccount': TenantBankAccountEntity;
69
+ /**
70
+ *
71
+ * @type {number}
72
+ * @memberof BankOrderEntity
73
+ */
74
+ 'tenantBankAccountId': number;
75
+ /**
76
+ *
77
+ * @type {string}
78
+ * @memberof BankOrderEntity
79
+ */
80
+ 'tenantBankAccountCode': string;
81
+ /**
82
+ *
83
+ * @type {Array<string>}
84
+ * @memberof BankOrderEntity
85
+ */
86
+ 'entityCodes': Array<string>;
87
+ /**
88
+ *
89
+ * @type {Array<BankTransactionEntity>}
90
+ * @memberof BankOrderEntity
91
+ */
92
+ 'bankTransactions': Array<BankTransactionEntity>;
93
+ /**
94
+ *
95
+ * @type {BankOrderXmlFileEntity}
96
+ * @memberof BankOrderEntity
97
+ */
98
+ 'xmlFile'?: BankOrderXmlFileEntity;
99
+ /**
100
+ *
101
+ * @type {string}
102
+ * @memberof BankOrderEntity
103
+ */
104
+ 'executionDate': string;
105
+ /**
106
+ *
107
+ * @type {string}
108
+ * @memberof BankOrderEntity
109
+ */
110
+ 'dueDate': string;
111
+ /**
112
+ *
113
+ * @type {string}
114
+ * @memberof BankOrderEntity
115
+ */
116
+ 'createdAt': string;
117
+ /**
118
+ *
119
+ * @type {string}
120
+ * @memberof BankOrderEntity
121
+ */
122
+ 'updatedAt': string;
123
+ /**
124
+ *
125
+ * @type {string}
126
+ * @memberof BankOrderEntity
127
+ */
128
+ 'deletedAt'?: string;
129
+ /**
130
+ *
131
+ * @type {string}
132
+ * @memberof BankOrderEntity
133
+ */
134
+ 'owner': string;
135
+ /**
136
+ *
137
+ * @type {string}
138
+ * @memberof BankOrderEntity
139
+ */
140
+ 'tenantHierarchy': string;
141
+ }
142
+ export declare const BankOrderEntityTypeEnum: {
143
+ readonly DirectDebit: "direct_debit";
144
+ readonly PremiumPayment: "premium_payment";
145
+ readonly ClaimPayment: "claim_payment";
146
+ readonly CommissionPayment: "commission_payment";
147
+ };
148
+ export type BankOrderEntityTypeEnum = typeof BankOrderEntityTypeEnum[keyof typeof BankOrderEntityTypeEnum];
149
+ export declare const BankOrderEntityStatusEnum: {
150
+ readonly Open: "open";
151
+ readonly Draft: "draft";
152
+ readonly Closed: "closed";
153
+ readonly Accepted: "accepted";
154
+ readonly Processing: "processing";
155
+ };
156
+ export type BankOrderEntityStatusEnum = typeof BankOrderEntityStatusEnum[keyof typeof BankOrderEntityStatusEnum];
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.BankOrderEntityStatusEnum = exports.BankOrderEntityTypeEnum = void 0;
17
+ exports.BankOrderEntityTypeEnum = {
18
+ DirectDebit: 'direct_debit',
19
+ PremiumPayment: 'premium_payment',
20
+ ClaimPayment: 'claim_payment',
21
+ CommissionPayment: 'commission_payment'
22
+ };
23
+ exports.BankOrderEntityStatusEnum = {
24
+ Open: 'open',
25
+ Draft: 'draft',
26
+ Closed: 'closed',
27
+ Accepted: 'accepted',
28
+ Processing: 'processing'
29
+ };
@@ -0,0 +1,85 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BankOrderEntity } from './bank-order-entity';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface BankOrderXmlFileEntity
17
+ */
18
+ export interface BankOrderXmlFileEntity {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof BankOrderXmlFileEntity
23
+ */
24
+ 'id': number;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof BankOrderXmlFileEntity
29
+ */
30
+ 'owner': string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof BankOrderXmlFileEntity
35
+ */
36
+ 'xmlContent': string;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof BankOrderXmlFileEntity
41
+ */
42
+ 'fileName'?: string;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof BankOrderXmlFileEntity
47
+ */
48
+ 'mimeType'?: string;
49
+ /**
50
+ *
51
+ * @type {number}
52
+ * @memberof BankOrderXmlFileEntity
53
+ */
54
+ 'fileSize'?: number;
55
+ /**
56
+ *
57
+ * @type {BankOrderEntity}
58
+ * @memberof BankOrderXmlFileEntity
59
+ */
60
+ 'bankOrder': BankOrderEntity;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof BankOrderXmlFileEntity
65
+ */
66
+ 'createdAt': string;
67
+ /**
68
+ *
69
+ * @type {string}
70
+ * @memberof BankOrderXmlFileEntity
71
+ */
72
+ 'updatedAt': string;
73
+ /**
74
+ *
75
+ * @type {string}
76
+ * @memberof BankOrderXmlFileEntity
77
+ */
78
+ 'deletedAt'?: string;
79
+ /**
80
+ *
81
+ * @type {string}
82
+ * @memberof BankOrderXmlFileEntity
83
+ */
84
+ 'tenantHierarchy': string;
85
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,179 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BankOrderEntity } from './bank-order-entity';
13
+ import { BankTransactionInvoiceEntity } from './bank-transaction-invoice-entity';
14
+ import { ExceedingCreditEntity } from './exceeding-credit-entity';
15
+ import { InvoiceMatchSuggestionEntity } from './invoice-match-suggestion-entity';
16
+ import { SuggestionGenerationProgressEntity } from './suggestion-generation-progress-entity';
17
+ import { TenantBankAccountEntity } from './tenant-bank-account-entity';
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface BankTransactionEntity
22
+ */
23
+ export interface BankTransactionEntity {
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof BankTransactionEntity
28
+ */
29
+ 'id': number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof BankTransactionEntity
34
+ */
35
+ 'code': string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof BankTransactionEntity
40
+ */
41
+ 'owner': string;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof BankTransactionEntity
46
+ */
47
+ 'bankAccountId': number;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof BankTransactionEntity
52
+ */
53
+ 'bankAccountNumber': string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof BankTransactionEntity
58
+ */
59
+ 'messageReference': string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof BankTransactionEntity
64
+ */
65
+ 'currency': string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof BankTransactionEntity
70
+ */
71
+ 'amount': string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof BankTransactionEntity
76
+ */
77
+ 'transactionDate': string;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof BankTransactionEntity
82
+ */
83
+ 'entryDate': string;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof BankTransactionEntity
88
+ */
89
+ 'label'?: BankTransactionEntityLabelEnum;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof BankTransactionEntity
94
+ */
95
+ 'transactionReference': string;
96
+ /**
97
+ *
98
+ * @type {object}
99
+ * @memberof BankTransactionEntity
100
+ */
101
+ 'metadata'?: object;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof BankTransactionEntity
106
+ */
107
+ 'tenantHierarchy': string;
108
+ /**
109
+ *
110
+ * @type {TenantBankAccountEntity}
111
+ * @memberof BankTransactionEntity
112
+ */
113
+ 'bankAccount': TenantBankAccountEntity;
114
+ /**
115
+ *
116
+ * @type {boolean}
117
+ * @memberof BankTransactionEntity
118
+ */
119
+ 'isLinked': boolean;
120
+ /**
121
+ *
122
+ * @type {Array<BankTransactionInvoiceEntity>}
123
+ * @memberof BankTransactionEntity
124
+ */
125
+ 'bankTransactionInvoices': Array<BankTransactionInvoiceEntity>;
126
+ /**
127
+ *
128
+ * @type {BankOrderEntity}
129
+ * @memberof BankTransactionEntity
130
+ */
131
+ 'linkedBankOrder'?: BankOrderEntity;
132
+ /**
133
+ *
134
+ * @type {Array<ExceedingCreditEntity>}
135
+ * @memberof BankTransactionEntity
136
+ */
137
+ 'exceedingCredits': Array<ExceedingCreditEntity>;
138
+ /**
139
+ *
140
+ * @type {string}
141
+ * @memberof BankTransactionEntity
142
+ */
143
+ 'transactionHash': string;
144
+ /**
145
+ *
146
+ * @type {string}
147
+ * @memberof BankTransactionEntity
148
+ */
149
+ 'createdAt': string;
150
+ /**
151
+ *
152
+ * @type {string}
153
+ * @memberof BankTransactionEntity
154
+ */
155
+ 'deletedAt': string;
156
+ /**
157
+ *
158
+ * @type {Array<InvoiceMatchSuggestionEntity>}
159
+ * @memberof BankTransactionEntity
160
+ */
161
+ 'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionEntity>;
162
+ /**
163
+ *
164
+ * @type {SuggestionGenerationProgressEntity}
165
+ * @memberof BankTransactionEntity
166
+ */
167
+ 'suggestionGenerationProgress'?: SuggestionGenerationProgressEntity;
168
+ /**
169
+ *
170
+ * @type {string}
171
+ * @memberof BankTransactionEntity
172
+ */
173
+ 'importedFrom': string;
174
+ }
175
+ export declare const BankTransactionEntityLabelEnum: {
176
+ readonly Automated: "automated";
177
+ readonly Manual: "manual";
178
+ };
179
+ export type BankTransactionEntityLabelEnum = typeof BankTransactionEntityLabelEnum[keyof typeof BankTransactionEntityLabelEnum];
@@ -13,12 +13,8 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.FinancialAccountClassTypeEnum = void 0;
17
- exports.FinancialAccountClassTypeEnum = {
18
- Asset: 'asset',
19
- Liability: 'liability',
20
- Equity: 'equity',
21
- Revenue: 'revenue',
22
- Expense: 'expense',
23
- OpeningBalance: 'opening_balance'
16
+ exports.BankTransactionEntityLabelEnum = void 0;
17
+ exports.BankTransactionEntityLabelEnum = {
18
+ Automated: 'automated',
19
+ Manual: 'manual'
24
20
  };