@finverse/sdk-typescript 0.0.302 → 0.0.303
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 +3 -3
package/dist/api.d.ts
CHANGED
|
@@ -2106,6 +2106,12 @@ export interface FVCardDetails {
|
|
|
2106
2106
|
* @memberof FVCardDetails
|
|
2107
2107
|
*/
|
|
2108
2108
|
funding?: FVCardDetailsFundingEnum;
|
|
2109
|
+
/**
|
|
2110
|
+
*
|
|
2111
|
+
* @type {string}
|
|
2112
|
+
* @memberof FVCardDetails
|
|
2113
|
+
*/
|
|
2114
|
+
finverse_authorization_reference?: string;
|
|
2109
2115
|
}
|
|
2110
2116
|
export declare const FVCardDetailsFundingEnum: {
|
|
2111
2117
|
readonly Unknown: "UNKNOWN";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.303",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"axios": "1.8.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@types/chai": "^5.2.
|
|
30
|
+
"@types/chai": "^5.2.2",
|
|
31
31
|
"@types/mocha": "^10.0.10",
|
|
32
32
|
"@types/node": "12.11.5 - 12.20.42",
|
|
33
33
|
"axios-mock-adapter": "^1.21.2",
|
|
34
34
|
"chai": "^5.2.0",
|
|
35
|
-
"mocha": "^11.
|
|
35
|
+
"mocha": "^11.4.0",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
37
|
"typescript": "^4.0 || ^5.0"
|
|
38
38
|
},
|