@finverse/sdk-typescript 0.0.225 → 0.0.226
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 +4 -4
package/dist/api.d.ts
CHANGED
|
@@ -5155,6 +5155,12 @@ export interface PaymentMethodFvLinkResponse {
|
|
|
5155
5155
|
* @memberof PaymentMethodFvLinkResponse
|
|
5156
5156
|
*/
|
|
5157
5157
|
payment_method_type?: string;
|
|
5158
|
+
/**
|
|
5159
|
+
*
|
|
5160
|
+
* @type {string}
|
|
5161
|
+
* @memberof PaymentMethodFvLinkResponse
|
|
5162
|
+
*/
|
|
5163
|
+
recipient_entity_name?: string;
|
|
5158
5164
|
/**
|
|
5159
5165
|
*
|
|
5160
5166
|
* @type {MandateFvLinkResponse}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.226",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"axios": "^0.21.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@types/chai": "^4.3.
|
|
24
|
+
"@types/chai": "^4.3.12",
|
|
25
25
|
"@types/mocha": "^10.0.6",
|
|
26
26
|
"@types/node": "^12.11.5",
|
|
27
27
|
"axios-mock-adapter": "^1.21.2",
|
|
28
|
-
"chai": "^5.0
|
|
29
|
-
"mocha": "^10.
|
|
28
|
+
"chai": "^5.1.0",
|
|
29
|
+
"mocha": "^10.3.0",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^3.6.4"
|
|
32
32
|
},
|