@emilgroup/payment-sdk 1.13.1-beta.6 → 1.13.1-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/models/bank-transaction-class-without-expand-properties.d.ts +0 -14
- package/dist/models/unlinked-bank-transaction-response-class.d.ts +0 -14
- package/models/bank-transaction-class-without-expand-properties.ts +0 -14
- package/models/unlinked-bank-transaction-response-class.ts +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/payment-sdk@1.13.1-beta.
|
|
20
|
+
npm install @emilgroup/payment-sdk@1.13.1-beta.7 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/payment-sdk@1.13.1-beta.
|
|
24
|
+
yarn add @emilgroup/payment-sdk@1.13.1-beta.7
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PaymentsApi`.
|
|
@@ -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
|
|
@@ -131,16 +129,4 @@ export interface BankTransactionClassWithoutExpandProperties {
|
|
|
131
129
|
* @memberof BankTransactionClassWithoutExpandProperties
|
|
132
130
|
*/
|
|
133
131
|
'updatedBy': string;
|
|
134
|
-
/**
|
|
135
|
-
* The match suggestions for invoices
|
|
136
|
-
* @type {Array<InvoiceMatchSuggestionClass>}
|
|
137
|
-
* @memberof BankTransactionClassWithoutExpandProperties
|
|
138
|
-
*/
|
|
139
|
-
'invoiceMatchSuggestions': Array<InvoiceMatchSuggestionClass>;
|
|
140
|
-
/**
|
|
141
|
-
* The progress of the suggestion generation
|
|
142
|
-
* @type {SuggestionGenerationProgressClass}
|
|
143
|
-
* @memberof BankTransactionClassWithoutExpandProperties
|
|
144
|
-
*/
|
|
145
|
-
'suggestionGenerationProgress'?: SuggestionGenerationProgressClass;
|
|
146
132
|
}
|
|
@@ -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
|
|
@@ -113,16 +111,4 @@ export interface UnlinkedBankTransactionResponseClass {
|
|
|
113
111
|
* @memberof UnlinkedBankTransactionResponseClass
|
|
114
112
|
*/
|
|
115
113
|
'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
114
|
}
|
|
@@ -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
|
*
|
|
@@ -136,17 +134,5 @@ export interface BankTransactionClassWithoutExpandProperties {
|
|
|
136
134
|
* @memberof BankTransactionClassWithoutExpandProperties
|
|
137
135
|
*/
|
|
138
136
|
'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
137
|
}
|
|
152
138
|
|
|
@@ -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
|
*
|
|
@@ -118,17 +116,5 @@ export interface UnlinkedBankTransactionResponseClass {
|
|
|
118
116
|
* @memberof UnlinkedBankTransactionResponseClass
|
|
119
117
|
*/
|
|
120
118
|
'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
119
|
}
|
|
134
120
|
|