@finverse/sdk-typescript 0.0.28 → 0.0.29
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 +12 -0
- package/package.json +2 -2
package/dist/api.d.ts
CHANGED
|
@@ -1403,6 +1403,12 @@ export interface LinkRequest {
|
|
|
1403
1403
|
* @memberof LinkRequest
|
|
1404
1404
|
*/
|
|
1405
1405
|
store_credential: boolean;
|
|
1406
|
+
/**
|
|
1407
|
+
* this is a mandatory field
|
|
1408
|
+
* @type {boolean}
|
|
1409
|
+
* @memberof LinkRequest
|
|
1410
|
+
*/
|
|
1411
|
+
consent?: boolean | null;
|
|
1406
1412
|
/**
|
|
1407
1413
|
* products that is requested
|
|
1408
1414
|
* @type {Array<string>}
|
|
@@ -2330,6 +2336,12 @@ export interface RelinkRequest {
|
|
|
2330
2336
|
* @memberof RelinkRequest
|
|
2331
2337
|
*/
|
|
2332
2338
|
store_credential: boolean;
|
|
2339
|
+
/**
|
|
2340
|
+
* this is a mandatory field
|
|
2341
|
+
* @type {boolean}
|
|
2342
|
+
* @memberof RelinkRequest
|
|
2343
|
+
*/
|
|
2344
|
+
consent?: boolean | null;
|
|
2333
2345
|
}
|
|
2334
2346
|
/**
|
|
2335
2347
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@types/node": "^12.11.5",
|
|
27
27
|
"axios-mock-adapter": "^1.20.0",
|
|
28
28
|
"chai": "^4.3.6",
|
|
29
|
-
"mocha": "^
|
|
29
|
+
"mocha": "^10.0.0",
|
|
30
30
|
"ts-node": "^10.7.0",
|
|
31
31
|
"typescript": "^3.6.4"
|
|
32
32
|
},
|