@finverse/sdk-typescript 0.0.286 → 0.0.288
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/dist/api.d.ts +6 -0
- package/package.json +2 -2
package/dist/api.d.ts
CHANGED
|
@@ -5313,6 +5313,12 @@ export interface PaymentDetailsReferences {
|
|
|
5313
5313
|
* @memberof PaymentDetailsReferences
|
|
5314
5314
|
*/
|
|
5315
5315
|
dda_reference?: string;
|
|
5316
|
+
/**
|
|
5317
|
+
*
|
|
5318
|
+
* @type {string}
|
|
5319
|
+
* @memberof PaymentDetailsReferences
|
|
5320
|
+
*/
|
|
5321
|
+
bank_transaction_reference?: string;
|
|
5316
5322
|
}
|
|
5317
5323
|
/**
|
|
5318
5324
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.288",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"axios": "^0.21.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@types/chai": "^5.0
|
|
24
|
+
"@types/chai": "^5.2.0",
|
|
25
25
|
"@types/mocha": "^10.0.10",
|
|
26
26
|
"@types/node": "^12.11.5",
|
|
27
27
|
"axios-mock-adapter": "^1.21.2",
|