@finverse/sdk-typescript 0.0.235 → 0.0.236
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 +24 -0
- package/package.json +2 -2
package/dist/api.d.ts
CHANGED
|
@@ -4441,6 +4441,12 @@ export interface MandateSenderAccount {
|
|
|
4441
4441
|
* @memberof MandateSenderAccount
|
|
4442
4442
|
*/
|
|
4443
4443
|
institution_id?: string;
|
|
4444
|
+
/**
|
|
4445
|
+
* Institution Name for the sender’s institution.
|
|
4446
|
+
* @type {string}
|
|
4447
|
+
* @memberof MandateSenderAccount
|
|
4448
|
+
*/
|
|
4449
|
+
institution_name?: string;
|
|
4444
4450
|
/**
|
|
4445
4451
|
* A unique identifier generated after creating sender (Finverse Payment User ID)
|
|
4446
4452
|
* @type {string}
|
|
@@ -4623,6 +4629,12 @@ export interface PaymentAccountDetails {
|
|
|
4623
4629
|
* @memberof PaymentAccountDetails
|
|
4624
4630
|
*/
|
|
4625
4631
|
institution_id?: string;
|
|
4632
|
+
/**
|
|
4633
|
+
* Institution Name for the sender’s institution.
|
|
4634
|
+
* @type {string}
|
|
4635
|
+
* @memberof PaymentAccountDetails
|
|
4636
|
+
*/
|
|
4637
|
+
institution_name?: string;
|
|
4626
4638
|
/**
|
|
4627
4639
|
* A unique identifier generated after creating user (Finverse Payment User ID)
|
|
4628
4640
|
* @type {string}
|
|
@@ -6139,6 +6151,12 @@ export interface RecipientAccountResponse {
|
|
|
6139
6151
|
* @memberof RecipientAccountResponse
|
|
6140
6152
|
*/
|
|
6141
6153
|
institution_id?: string;
|
|
6154
|
+
/**
|
|
6155
|
+
* Institution Name for the sender’s institution.
|
|
6156
|
+
* @type {string}
|
|
6157
|
+
* @memberof RecipientAccountResponse
|
|
6158
|
+
*/
|
|
6159
|
+
institution_name?: string;
|
|
6142
6160
|
/**
|
|
6143
6161
|
* 3-digit code associated with bank
|
|
6144
6162
|
* @type {string}
|
|
@@ -6252,6 +6270,12 @@ export interface SenderAccountFvLinkResponse {
|
|
|
6252
6270
|
* @memberof SenderAccountFvLinkResponse
|
|
6253
6271
|
*/
|
|
6254
6272
|
institution_id?: string;
|
|
6273
|
+
/**
|
|
6274
|
+
*
|
|
6275
|
+
* @type {string}
|
|
6276
|
+
* @memberof SenderAccountFvLinkResponse
|
|
6277
|
+
*/
|
|
6278
|
+
institution_name?: string;
|
|
6255
6279
|
}
|
|
6256
6280
|
/**
|
|
6257
6281
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.236",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -25,7 +25,7 @@
|
|
|
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.1.
|
|
28
|
+
"chai": "^5.1.1",
|
|
29
29
|
"mocha": "^10.4.0",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^3.6.4"
|