@emilgroup/payment-sdk 1.13.1-beta.7 → 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.
@@ -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);
@@ -40,11 +40,11 @@ export interface UnlinkedBankTransactionResponseClass {
40
40
  */
41
41
  'bankAccountNumber': string;
42
42
  /**
43
- * Reference number derived from the MT940 or CAMT file
43
+ * Reference number derived from the MT940 swift Insturctions
44
44
  * @type {string}
45
45
  * @memberof UnlinkedBankTransactionResponseClass
46
46
  */
47
- 'messageReference'?: string;
47
+ 'swiftMessageReference'?: string;
48
48
  /**
49
49
  * Currency of the transaction.
50
50
  * @type {string}
@@ -87,12 +87,6 @@ export interface UnlinkedBankTransactionResponseClass {
87
87
  * @memberof UnlinkedBankTransactionResponseClass
88
88
  */
89
89
  'isLinked': boolean;
90
- /**
91
- * The file format of the bank transaction
92
- * @type {string}
93
- * @memberof UnlinkedBankTransactionResponseClass
94
- */
95
- 'importedFrom': string;
96
90
  /**
97
91
  * Time at which the object was created.
98
92
  * @type {string}
@@ -45,11 +45,11 @@ export interface BankTransactionClassWithoutExpandProperties {
45
45
  */
46
46
  'bankAccountNumber': string;
47
47
  /**
48
- * Reference number derived from the MT940 or CAMT file
48
+ * Reference number derived from the MT940 swift Insturctions
49
49
  * @type {string}
50
50
  * @memberof BankTransactionClassWithoutExpandProperties
51
51
  */
52
- 'messageReference'?: string;
52
+ 'swiftMessageReference'?: string;
53
53
  /**
54
54
  * Currency of the transaction.
55
55
  * @type {string}
@@ -110,12 +110,6 @@ export interface BankTransactionClassWithoutExpandProperties {
110
110
  * @memberof BankTransactionClassWithoutExpandProperties
111
111
  */
112
112
  'isLinked': boolean;
113
- /**
114
- * The file format of the bank transaction
115
- * @type {string}
116
- * @memberof BankTransactionClassWithoutExpandProperties
117
- */
118
- 'importedFrom': string;
119
113
  /**
120
114
  * Time at which the object was created.
121
115
  * @type {string}
@@ -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';
@@ -45,11 +45,11 @@ export interface UnlinkedBankTransactionResponseClass {
45
45
  */
46
46
  'bankAccountNumber': string;
47
47
  /**
48
- * Reference number derived from the MT940 or CAMT file
48
+ * Reference number derived from the MT940 swift Insturctions
49
49
  * @type {string}
50
50
  * @memberof UnlinkedBankTransactionResponseClass
51
51
  */
52
- 'messageReference'?: string;
52
+ 'swiftMessageReference'?: string;
53
53
  /**
54
54
  * Currency of the transaction.
55
55
  * @type {string}
@@ -92,12 +92,6 @@ export interface UnlinkedBankTransactionResponseClass {
92
92
  * @memberof UnlinkedBankTransactionResponseClass
93
93
  */
94
94
  'isLinked': boolean;
95
- /**
96
- * The file format of the bank transaction
97
- * @type {string}
98
- * @memberof UnlinkedBankTransactionResponseClass
99
- */
100
- 'importedFrom': string;
101
95
  /**
102
96
  * Time at which the object was created.
103
97
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.13.1-beta.7",
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
-
@@ -1,52 +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 SuggestionGenerationProgressClass
21
- */
22
- export interface SuggestionGenerationProgressClass {
23
- /**
24
- * Internal unique identifier for the object. You should not have to use this, use code instead.
25
- * @type {number}
26
- * @memberof SuggestionGenerationProgressClass
27
- */
28
- 'id': number;
29
- /**
30
- * Status of the suggestion generation process
31
- * @type {string}
32
- * @memberof SuggestionGenerationProgressClass
33
- */
34
- 'status': SuggestionGenerationProgressClassStatusEnum;
35
- /**
36
- * Error message if suggestion generation failed
37
- * @type {string}
38
- * @memberof SuggestionGenerationProgressClass
39
- */
40
- 'errorMessage'?: string;
41
- }
42
-
43
- export const SuggestionGenerationProgressClassStatusEnum = {
44
- Pending: 'pending',
45
- Processing: 'processing',
46
- Completed: 'completed',
47
- Failed: 'failed'
48
- } as const;
49
-
50
- export type SuggestionGenerationProgressClassStatusEnum = typeof SuggestionGenerationProgressClassStatusEnum[keyof typeof SuggestionGenerationProgressClassStatusEnum];
51
-
52
-