@finverse/sdk-typescript 0.0.235 → 0.0.237
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 +30 -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}
|
|
@@ -5967,6 +5979,12 @@ export interface Principal {
|
|
|
5967
5979
|
* @memberof Principal
|
|
5968
5980
|
*/
|
|
5969
5981
|
qr_code_text?: string;
|
|
5982
|
+
/**
|
|
5983
|
+
*
|
|
5984
|
+
* @type {string}
|
|
5985
|
+
* @memberof Principal
|
|
5986
|
+
*/
|
|
5987
|
+
manual_payment_provider?: string;
|
|
5970
5988
|
}
|
|
5971
5989
|
/**
|
|
5972
5990
|
*
|
|
@@ -6139,6 +6157,12 @@ export interface RecipientAccountResponse {
|
|
|
6139
6157
|
* @memberof RecipientAccountResponse
|
|
6140
6158
|
*/
|
|
6141
6159
|
institution_id?: string;
|
|
6160
|
+
/**
|
|
6161
|
+
* Institution Name for the sender’s institution.
|
|
6162
|
+
* @type {string}
|
|
6163
|
+
* @memberof RecipientAccountResponse
|
|
6164
|
+
*/
|
|
6165
|
+
institution_name?: string;
|
|
6142
6166
|
/**
|
|
6143
6167
|
* 3-digit code associated with bank
|
|
6144
6168
|
* @type {string}
|
|
@@ -6252,6 +6276,12 @@ export interface SenderAccountFvLinkResponse {
|
|
|
6252
6276
|
* @memberof SenderAccountFvLinkResponse
|
|
6253
6277
|
*/
|
|
6254
6278
|
institution_id?: string;
|
|
6279
|
+
/**
|
|
6280
|
+
*
|
|
6281
|
+
* @type {string}
|
|
6282
|
+
* @memberof SenderAccountFvLinkResponse
|
|
6283
|
+
*/
|
|
6284
|
+
institution_name?: string;
|
|
6255
6285
|
}
|
|
6256
6286
|
/**
|
|
6257
6287
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.237",
|
|
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"
|