@emilgroup/payment-sdk 1.13.1-beta.6 → 1.13.1-beta.8

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.
@@ -9,9 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
13
12
  import { SharedTransactionClass } from './shared-transaction-class';
14
- import { SuggestionGenerationProgressClass } from './suggestion-generation-progress-class';
15
13
  import { TenantBankAccountClassWithoutExpandProperties } from './tenant-bank-account-class-without-expand-properties';
16
14
  /**
17
15
  *
@@ -44,11 +42,11 @@ export interface BankTransactionClass {
44
42
  */
45
43
  'bankAccountNumber': string;
46
44
  /**
47
- * Reference number derived from the MT940 or CAMT file
45
+ * Reference number derived from the MT940 swift Insturctions
48
46
  * @type {string}
49
47
  * @memberof BankTransactionClass
50
48
  */
51
- 'messageReference'?: string;
49
+ 'swiftMessageReference'?: string;
52
50
  /**
53
51
  * Currency of the transaction.
54
52
  * @type {string}
@@ -121,12 +119,6 @@ export interface BankTransactionClass {
121
119
  * @memberof BankTransactionClass
122
120
  */
123
121
  'linkedTransaction'?: SharedTransactionClass;
124
- /**
125
- * The file format of the bank transaction
126
- * @type {string}
127
- * @memberof BankTransactionClass
128
- */
129
- 'importedFrom': string;
130
122
  /**
131
123
  * Time at which the object was created.
132
124
  * @type {string}
@@ -145,16 +137,4 @@ export interface BankTransactionClass {
145
137
  * @memberof BankTransactionClass
146
138
  */
147
139
  'updatedBy': string;
148
- /**
149
- * The match suggestions for invoices
150
- * @type {Array<InvoiceMatchSuggestionClass>}
151
- * @memberof BankTransactionClass
152
- */
153
- 'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionClass>;
154
- /**
155
- * The progress of the suggestion generation
156
- * @type {SuggestionGenerationProgressClass}
157
- * @memberof BankTransactionClass
158
- */
159
- 'suggestionGenerationProgress'?: SuggestionGenerationProgressClass;
160
140
  }
@@ -25,7 +25,6 @@ export * from './create-tenant-bank-account-response-class';
25
25
  export * from './deactivate-payment-reminder-request-dto';
26
26
  export * from './deactivate-payment-reminder-response-class';
27
27
  export * from './deactivated-payment-reminder-class';
28
- export * from './generate-invoice-match-suggestions-response-class';
29
28
  export * from './get-bank-account-response-class';
30
29
  export * from './get-bank-transactions-response-class';
31
30
  export * from './get-payment-method-response-class';
@@ -44,7 +43,6 @@ export * from './initiate-stripe-payment-setup-request-dto';
44
43
  export * from './initiate-stripe-payment-setup-response-class';
45
44
  export * from './inline-response200';
46
45
  export * from './inline-response503';
47
- export * from './invoice-match-suggestion-class';
48
46
  export * from './link-bank-transaction-request-dto-rest';
49
47
  export * from './link-bank-transactions-response-class';
50
48
  export * from './list-bank-accounts-response-class';
@@ -64,7 +62,6 @@ export * from './refund-item-class';
64
62
  export * from './sepa-direct-dto';
65
63
  export * from './set-primary-bank-account-request-dto-rest';
66
64
  export * from './shared-transaction-class';
67
- export * from './suggestion-generation-progress-class';
68
65
  export * from './symphony-profile-limited-response-dto';
69
66
  export * from './tenant-bank-account-class';
70
67
  export * from './tenant-bank-account-class-without-expand-properties';
@@ -41,7 +41,6 @@ __exportStar(require("./create-tenant-bank-account-response-class"), exports);
41
41
  __exportStar(require("./deactivate-payment-reminder-request-dto"), exports);
42
42
  __exportStar(require("./deactivate-payment-reminder-response-class"), exports);
43
43
  __exportStar(require("./deactivated-payment-reminder-class"), exports);
44
- __exportStar(require("./generate-invoice-match-suggestions-response-class"), exports);
45
44
  __exportStar(require("./get-bank-account-response-class"), exports);
46
45
  __exportStar(require("./get-bank-transactions-response-class"), exports);
47
46
  __exportStar(require("./get-payment-method-response-class"), exports);
@@ -60,7 +59,6 @@ __exportStar(require("./initiate-stripe-payment-setup-request-dto"), exports);
60
59
  __exportStar(require("./initiate-stripe-payment-setup-response-class"), exports);
61
60
  __exportStar(require("./inline-response200"), exports);
62
61
  __exportStar(require("./inline-response503"), exports);
63
- __exportStar(require("./invoice-match-suggestion-class"), exports);
64
62
  __exportStar(require("./link-bank-transaction-request-dto-rest"), exports);
65
63
  __exportStar(require("./link-bank-transactions-response-class"), exports);
66
64
  __exportStar(require("./list-bank-accounts-response-class"), exports);
@@ -80,7 +78,6 @@ __exportStar(require("./refund-item-class"), exports);
80
78
  __exportStar(require("./sepa-direct-dto"), exports);
81
79
  __exportStar(require("./set-primary-bank-account-request-dto-rest"), exports);
82
80
  __exportStar(require("./shared-transaction-class"), exports);
83
- __exportStar(require("./suggestion-generation-progress-class"), exports);
84
81
  __exportStar(require("./symphony-profile-limited-response-dto"), exports);
85
82
  __exportStar(require("./tenant-bank-account-class"), exports);
86
83
  __exportStar(require("./tenant-bank-account-class-without-expand-properties"), exports);
@@ -9,8 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
13
- import { SuggestionGenerationProgressClass } from './suggestion-generation-progress-class';
14
12
  /**
15
13
  *
16
14
  * @export
@@ -42,11 +40,11 @@ export interface UnlinkedBankTransactionResponseClass {
42
40
  */
43
41
  'bankAccountNumber': string;
44
42
  /**
45
- * Reference number derived from the MT940 or CAMT file
43
+ * Reference number derived from the MT940 swift Insturctions
46
44
  * @type {string}
47
45
  * @memberof UnlinkedBankTransactionResponseClass
48
46
  */
49
- 'messageReference'?: string;
47
+ 'swiftMessageReference'?: string;
50
48
  /**
51
49
  * Currency of the transaction.
52
50
  * @type {string}
@@ -89,12 +87,6 @@ export interface UnlinkedBankTransactionResponseClass {
89
87
  * @memberof UnlinkedBankTransactionResponseClass
90
88
  */
91
89
  'isLinked': boolean;
92
- /**
93
- * The file format of the bank transaction
94
- * @type {string}
95
- * @memberof UnlinkedBankTransactionResponseClass
96
- */
97
- 'importedFrom': string;
98
90
  /**
99
91
  * Time at which the object was created.
100
92
  * @type {string}
@@ -113,16 +105,4 @@ export interface UnlinkedBankTransactionResponseClass {
113
105
  * @memberof UnlinkedBankTransactionResponseClass
114
106
  */
115
107
  'updatedBy': string;
116
- /**
117
- * The match suggestions for invoices
118
- * @type {Array<InvoiceMatchSuggestionClass>}
119
- * @memberof UnlinkedBankTransactionResponseClass
120
- */
121
- 'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionClass>;
122
- /**
123
- * The progress of the suggestion generation
124
- * @type {SuggestionGenerationProgressClass}
125
- * @memberof UnlinkedBankTransactionResponseClass
126
- */
127
- 'suggestionGenerationProgress'?: SuggestionGenerationProgressClass;
128
108
  }
@@ -13,8 +13,6 @@
13
13
  */
14
14
 
15
15
 
16
- import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
17
- import { SuggestionGenerationProgressClass } from './suggestion-generation-progress-class';
18
16
 
19
17
  /**
20
18
  *
@@ -47,11 +45,11 @@ export interface BankTransactionClassWithoutExpandProperties {
47
45
  */
48
46
  'bankAccountNumber': string;
49
47
  /**
50
- * Reference number derived from the MT940 or CAMT file
48
+ * Reference number derived from the MT940 swift Insturctions
51
49
  * @type {string}
52
50
  * @memberof BankTransactionClassWithoutExpandProperties
53
51
  */
54
- 'messageReference'?: string;
52
+ 'swiftMessageReference'?: string;
55
53
  /**
56
54
  * Currency of the transaction.
57
55
  * @type {string}
@@ -112,12 +110,6 @@ export interface BankTransactionClassWithoutExpandProperties {
112
110
  * @memberof BankTransactionClassWithoutExpandProperties
113
111
  */
114
112
  'isLinked': boolean;
115
- /**
116
- * The file format of the bank transaction
117
- * @type {string}
118
- * @memberof BankTransactionClassWithoutExpandProperties
119
- */
120
- 'importedFrom': string;
121
113
  /**
122
114
  * Time at which the object was created.
123
115
  * @type {string}
@@ -136,17 +128,5 @@ export interface BankTransactionClassWithoutExpandProperties {
136
128
  * @memberof BankTransactionClassWithoutExpandProperties
137
129
  */
138
130
  'updatedBy': string;
139
- /**
140
- * The match suggestions for invoices
141
- * @type {Array<InvoiceMatchSuggestionClass>}
142
- * @memberof BankTransactionClassWithoutExpandProperties
143
- */
144
- 'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionClass>;
145
- /**
146
- * The progress of the suggestion generation
147
- * @type {SuggestionGenerationProgressClass}
148
- * @memberof BankTransactionClassWithoutExpandProperties
149
- */
150
- 'suggestionGenerationProgress'?: SuggestionGenerationProgressClass;
151
131
  }
152
132
 
@@ -13,9 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
- import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
17
16
  import { SharedTransactionClass } from './shared-transaction-class';
18
- import { SuggestionGenerationProgressClass } from './suggestion-generation-progress-class';
19
17
  import { TenantBankAccountClassWithoutExpandProperties } from './tenant-bank-account-class-without-expand-properties';
20
18
 
21
19
  /**
@@ -49,11 +47,11 @@ export interface BankTransactionClass {
49
47
  */
50
48
  'bankAccountNumber': string;
51
49
  /**
52
- * Reference number derived from the MT940 or CAMT file
50
+ * Reference number derived from the MT940 swift Insturctions
53
51
  * @type {string}
54
52
  * @memberof BankTransactionClass
55
53
  */
56
- 'messageReference'?: string;
54
+ 'swiftMessageReference'?: string;
57
55
  /**
58
56
  * Currency of the transaction.
59
57
  * @type {string}
@@ -126,12 +124,6 @@ export interface BankTransactionClass {
126
124
  * @memberof BankTransactionClass
127
125
  */
128
126
  'linkedTransaction'?: SharedTransactionClass;
129
- /**
130
- * The file format of the bank transaction
131
- * @type {string}
132
- * @memberof BankTransactionClass
133
- */
134
- 'importedFrom': string;
135
127
  /**
136
128
  * Time at which the object was created.
137
129
  * @type {string}
@@ -150,17 +142,5 @@ export interface BankTransactionClass {
150
142
  * @memberof BankTransactionClass
151
143
  */
152
144
  'updatedBy': string;
153
- /**
154
- * The match suggestions for invoices
155
- * @type {Array<InvoiceMatchSuggestionClass>}
156
- * @memberof BankTransactionClass
157
- */
158
- 'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionClass>;
159
- /**
160
- * The progress of the suggestion generation
161
- * @type {SuggestionGenerationProgressClass}
162
- * @memberof BankTransactionClass
163
- */
164
- 'suggestionGenerationProgress'?: SuggestionGenerationProgressClass;
165
145
  }
166
146
 
package/models/index.ts CHANGED
@@ -25,7 +25,6 @@ export * from './create-tenant-bank-account-response-class';
25
25
  export * from './deactivate-payment-reminder-request-dto';
26
26
  export * from './deactivate-payment-reminder-response-class';
27
27
  export * from './deactivated-payment-reminder-class';
28
- export * from './generate-invoice-match-suggestions-response-class';
29
28
  export * from './get-bank-account-response-class';
30
29
  export * from './get-bank-transactions-response-class';
31
30
  export * from './get-payment-method-response-class';
@@ -44,7 +43,6 @@ export * from './initiate-stripe-payment-setup-request-dto';
44
43
  export * from './initiate-stripe-payment-setup-response-class';
45
44
  export * from './inline-response200';
46
45
  export * from './inline-response503';
47
- export * from './invoice-match-suggestion-class';
48
46
  export * from './link-bank-transaction-request-dto-rest';
49
47
  export * from './link-bank-transactions-response-class';
50
48
  export * from './list-bank-accounts-response-class';
@@ -64,7 +62,6 @@ export * from './refund-item-class';
64
62
  export * from './sepa-direct-dto';
65
63
  export * from './set-primary-bank-account-request-dto-rest';
66
64
  export * from './shared-transaction-class';
67
- export * from './suggestion-generation-progress-class';
68
65
  export * from './symphony-profile-limited-response-dto';
69
66
  export * from './tenant-bank-account-class';
70
67
  export * from './tenant-bank-account-class-without-expand-properties';
@@ -13,8 +13,6 @@
13
13
  */
14
14
 
15
15
 
16
- import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
17
- import { SuggestionGenerationProgressClass } from './suggestion-generation-progress-class';
18
16
 
19
17
  /**
20
18
  *
@@ -47,11 +45,11 @@ export interface UnlinkedBankTransactionResponseClass {
47
45
  */
48
46
  'bankAccountNumber': string;
49
47
  /**
50
- * Reference number derived from the MT940 or CAMT file
48
+ * Reference number derived from the MT940 swift Insturctions
51
49
  * @type {string}
52
50
  * @memberof UnlinkedBankTransactionResponseClass
53
51
  */
54
- 'messageReference'?: string;
52
+ 'swiftMessageReference'?: string;
55
53
  /**
56
54
  * Currency of the transaction.
57
55
  * @type {string}
@@ -94,12 +92,6 @@ export interface UnlinkedBankTransactionResponseClass {
94
92
  * @memberof UnlinkedBankTransactionResponseClass
95
93
  */
96
94
  'isLinked': boolean;
97
- /**
98
- * The file format of the bank transaction
99
- * @type {string}
100
- * @memberof UnlinkedBankTransactionResponseClass
101
- */
102
- 'importedFrom': string;
103
95
  /**
104
96
  * Time at which the object was created.
105
97
  * @type {string}
@@ -118,17 +110,5 @@ export interface UnlinkedBankTransactionResponseClass {
118
110
  * @memberof UnlinkedBankTransactionResponseClass
119
111
  */
120
112
  'updatedBy': string;
121
- /**
122
- * The match suggestions for invoices
123
- * @type {Array<InvoiceMatchSuggestionClass>}
124
- * @memberof UnlinkedBankTransactionResponseClass
125
- */
126
- 'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionClass>;
127
- /**
128
- * The progress of the suggestion generation
129
- * @type {SuggestionGenerationProgressClass}
130
- * @memberof UnlinkedBankTransactionResponseClass
131
- */
132
- 'suggestionGenerationProgress'?: SuggestionGenerationProgressClass;
133
113
  }
134
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.13.1-beta.6",
3
+ "version": "1.13.1-beta.8",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -1,25 +0,0 @@
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 { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
13
- /**
14
- *
15
- * @export
16
- * @interface GenerateInvoiceMatchSuggestionsResponseClass
17
- */
18
- export interface GenerateInvoiceMatchSuggestionsResponseClass {
19
- /**
20
- * List of invoice match suggestions
21
- * @type {Array<InvoiceMatchSuggestionClass>}
22
- * @memberof GenerateInvoiceMatchSuggestionsResponseClass
23
- */
24
- 'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionClass>;
25
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,60 +0,0 @@
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
- /**
13
- *
14
- * @export
15
- * @interface InvoiceMatchSuggestionClass
16
- */
17
- export interface InvoiceMatchSuggestionClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof InvoiceMatchSuggestionClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique identifier for the object.
26
- * @type {string}
27
- * @memberof InvoiceMatchSuggestionClass
28
- */
29
- 'code': string;
30
- /**
31
- * Invoice code of the suggested match
32
- * @type {string}
33
- * @memberof InvoiceMatchSuggestionClass
34
- */
35
- 'invoiceCode': string;
36
- /**
37
- * Invoice number of the suggested match
38
- * @type {string}
39
- * @memberof InvoiceMatchSuggestionClass
40
- */
41
- 'invoiceNumber': string;
42
- /**
43
- * Confidence score (0-100) of the suggested match
44
- * @type {number}
45
- * @memberof InvoiceMatchSuggestionClass
46
- */
47
- 'confidenceScore': number;
48
- /**
49
- * Criteria used for the match
50
- * @type {object}
51
- * @memberof InvoiceMatchSuggestionClass
52
- */
53
- 'matchCriteria': object;
54
- /**
55
- * Time at which the object was created.
56
- * @type {string}
57
- * @memberof InvoiceMatchSuggestionClass
58
- */
59
- 'createdAt': string;
60
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,43 +0,0 @@
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
- /**
13
- *
14
- * @export
15
- * @interface SuggestionGenerationProgressClass
16
- */
17
- export interface SuggestionGenerationProgressClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof SuggestionGenerationProgressClass
22
- */
23
- 'id': number;
24
- /**
25
- * Status of the suggestion generation process
26
- * @type {string}
27
- * @memberof SuggestionGenerationProgressClass
28
- */
29
- 'status': SuggestionGenerationProgressClassStatusEnum;
30
- /**
31
- * Error message if suggestion generation failed
32
- * @type {string}
33
- * @memberof SuggestionGenerationProgressClass
34
- */
35
- 'errorMessage'?: string;
36
- }
37
- export declare const SuggestionGenerationProgressClassStatusEnum: {
38
- readonly Pending: "pending";
39
- readonly Processing: "processing";
40
- readonly Completed: "completed";
41
- readonly Failed: "failed";
42
- };
43
- export type SuggestionGenerationProgressClassStatusEnum = typeof SuggestionGenerationProgressClassStatusEnum[keyof typeof SuggestionGenerationProgressClassStatusEnum];
@@ -1,22 +0,0 @@
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.SuggestionGenerationProgressClassStatusEnum = void 0;
17
- exports.SuggestionGenerationProgressClassStatusEnum = {
18
- Pending: 'pending',
19
- Processing: 'processing',
20
- Completed: 'completed',
21
- Failed: 'failed'
22
- };
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { InvoiceMatchSuggestionClass } from './invoice-match-suggestion-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface GenerateInvoiceMatchSuggestionsResponseClass
22
- */
23
- export interface GenerateInvoiceMatchSuggestionsResponseClass {
24
- /**
25
- * List of invoice match suggestions
26
- * @type {Array<InvoiceMatchSuggestionClass>}
27
- * @memberof GenerateInvoiceMatchSuggestionsResponseClass
28
- */
29
- 'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionClass>;
30
- }
31
-
@@ -1,66 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface InvoiceMatchSuggestionClass
21
- */
22
- export interface InvoiceMatchSuggestionClass {
23
- /**
24
- * Internal unique identifier for the object. You should not have to use this, use code instead.
25
- * @type {number}
26
- * @memberof InvoiceMatchSuggestionClass
27
- */
28
- 'id': number;
29
- /**
30
- * Unique identifier for the object.
31
- * @type {string}
32
- * @memberof InvoiceMatchSuggestionClass
33
- */
34
- 'code': string;
35
- /**
36
- * Invoice code of the suggested match
37
- * @type {string}
38
- * @memberof InvoiceMatchSuggestionClass
39
- */
40
- 'invoiceCode': string;
41
- /**
42
- * Invoice number of the suggested match
43
- * @type {string}
44
- * @memberof InvoiceMatchSuggestionClass
45
- */
46
- 'invoiceNumber': string;
47
- /**
48
- * Confidence score (0-100) of the suggested match
49
- * @type {number}
50
- * @memberof InvoiceMatchSuggestionClass
51
- */
52
- 'confidenceScore': number;
53
- /**
54
- * Criteria used for the match
55
- * @type {object}
56
- * @memberof InvoiceMatchSuggestionClass
57
- */
58
- 'matchCriteria': object;
59
- /**
60
- * Time at which the object was created.
61
- * @type {string}
62
- * @memberof InvoiceMatchSuggestionClass
63
- */
64
- 'createdAt': string;
65
- }
66
-