@finverse/sdk-typescript 0.0.72 → 0.0.73
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 +3 -4
- package/dist/api.js +0 -1
- package/package.json +3 -3
package/dist/api.d.ts
CHANGED
|
@@ -759,7 +759,7 @@ export interface CreateMandateSender {
|
|
|
759
759
|
* @type {Array<SenderDetail>}
|
|
760
760
|
* @memberof CreateMandateSender
|
|
761
761
|
*/
|
|
762
|
-
sender_details
|
|
762
|
+
sender_details?: Array<SenderDetail>;
|
|
763
763
|
}
|
|
764
764
|
export declare const CreateMandateSenderSenderTypeEnum: {
|
|
765
765
|
readonly Individual: "INDIVIDUAL";
|
|
@@ -3695,13 +3695,13 @@ export interface RelinkRequest {
|
|
|
3695
3695
|
*/
|
|
3696
3696
|
export interface SenderDetail {
|
|
3697
3697
|
/**
|
|
3698
|
-
* The type of the details. For e.g. HK_ID, PASSPORT
|
|
3698
|
+
* The type of the details. For e.g. HK_ID, PASSPORT etc
|
|
3699
3699
|
* @type {string}
|
|
3700
3700
|
* @memberof SenderDetail
|
|
3701
3701
|
*/
|
|
3702
3702
|
details_type?: SenderDetailDetailsTypeEnum;
|
|
3703
3703
|
/**
|
|
3704
|
-
* The possible values of the detail. For e.g.
|
|
3704
|
+
* The possible values of the detail. For e.g. A123456 for HK_ID
|
|
3705
3705
|
* @type {Array<string>}
|
|
3706
3706
|
* @memberof SenderDetail
|
|
3707
3707
|
*/
|
|
@@ -3712,7 +3712,6 @@ export declare const SenderDetailDetailsTypeEnum: {
|
|
|
3712
3712
|
readonly Passport: "PASSPORT";
|
|
3713
3713
|
readonly HkBusinessRegistration: "HK_BUSINESS_REGISTRATION";
|
|
3714
3714
|
readonly HkCertificateOfIncorporation: "HK_CERTIFICATE_OF_INCORPORATION";
|
|
3715
|
-
readonly AccountholderName: "ACCOUNTHOLDER_NAME";
|
|
3716
3715
|
};
|
|
3717
3716
|
export declare type SenderDetailDetailsTypeEnum = typeof SenderDetailDetailsTypeEnum[keyof typeof SenderDetailDetailsTypeEnum];
|
|
3718
3717
|
/**
|
package/dist/api.js
CHANGED
|
@@ -205,7 +205,6 @@ exports.SenderDetailDetailsTypeEnum = {
|
|
|
205
205
|
Passport: 'PASSPORT',
|
|
206
206
|
HkBusinessRegistration: 'HK_BUSINESS_REGISTRATION',
|
|
207
207
|
HkCertificateOfIncorporation: 'HK_CERTIFICATE_OF_INCORPORATION',
|
|
208
|
-
AccountholderName: 'ACCOUNTHOLDER_NAME',
|
|
209
208
|
};
|
|
210
209
|
exports.SubmitAuthChecklistResponseMandateStatusEnum = {
|
|
211
210
|
Created: 'CREATED',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.73",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"axios": "^0.21.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@types/chai": "^4.3.
|
|
24
|
+
"@types/chai": "^4.3.4",
|
|
25
25
|
"@types/mocha": "^10.0.0",
|
|
26
26
|
"@types/node": "^12.11.5",
|
|
27
27
|
"axios-mock-adapter": "^1.21.2",
|
|
28
|
-
"chai": "^4.3.
|
|
28
|
+
"chai": "^4.3.7",
|
|
29
29
|
"mocha": "^10.1.0",
|
|
30
30
|
"ts-node": "^10.9.1",
|
|
31
31
|
"typescript": "^3.6.4"
|