@finverse/sdk-typescript 0.0.72 → 0.0.74
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 +14 -4
- package/dist/api.js +5 -2
- 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";
|
|
@@ -2020,6 +2020,12 @@ export interface Institution {
|
|
|
2020
2020
|
* @memberof Institution
|
|
2021
2021
|
*/
|
|
2022
2022
|
products_supported: Array<InstitutionProductsSupportedEnum>;
|
|
2023
|
+
/**
|
|
2024
|
+
*
|
|
2025
|
+
* @type {Array<string>}
|
|
2026
|
+
* @memberof Institution
|
|
2027
|
+
*/
|
|
2028
|
+
payments_supported: Array<InstitutionPaymentsSupportedEnum>;
|
|
2023
2029
|
/**
|
|
2024
2030
|
*
|
|
2025
2031
|
* @type {string}
|
|
@@ -2118,6 +2124,11 @@ export declare const InstitutionProductsSupportedEnum: {
|
|
|
2118
2124
|
readonly Identity: "IDENTITY";
|
|
2119
2125
|
};
|
|
2120
2126
|
export declare type InstitutionProductsSupportedEnum = typeof InstitutionProductsSupportedEnum[keyof typeof InstitutionProductsSupportedEnum];
|
|
2127
|
+
export declare const InstitutionPaymentsSupportedEnum: {
|
|
2128
|
+
readonly Mandate: "MANDATE";
|
|
2129
|
+
readonly DebitAuthorization: "DEBIT_AUTHORIZATION";
|
|
2130
|
+
};
|
|
2131
|
+
export declare type InstitutionPaymentsSupportedEnum = typeof InstitutionPaymentsSupportedEnum[keyof typeof InstitutionPaymentsSupportedEnum];
|
|
2121
2132
|
export declare const InstitutionUserTypeEnum: {
|
|
2122
2133
|
readonly Personal: "PERSONAL";
|
|
2123
2134
|
readonly Individual: "INDIVIDUAL";
|
|
@@ -3695,13 +3706,13 @@ export interface RelinkRequest {
|
|
|
3695
3706
|
*/
|
|
3696
3707
|
export interface SenderDetail {
|
|
3697
3708
|
/**
|
|
3698
|
-
* The type of the details. For e.g. HK_ID, PASSPORT
|
|
3709
|
+
* The type of the details. For e.g. HK_ID, PASSPORT etc
|
|
3699
3710
|
* @type {string}
|
|
3700
3711
|
* @memberof SenderDetail
|
|
3701
3712
|
*/
|
|
3702
3713
|
details_type?: SenderDetailDetailsTypeEnum;
|
|
3703
3714
|
/**
|
|
3704
|
-
* The possible values of the detail. For e.g.
|
|
3715
|
+
* The possible values of the detail. For e.g. A123456 for HK_ID
|
|
3705
3716
|
* @type {Array<string>}
|
|
3706
3717
|
* @memberof SenderDetail
|
|
3707
3718
|
*/
|
|
@@ -3712,7 +3723,6 @@ export declare const SenderDetailDetailsTypeEnum: {
|
|
|
3712
3723
|
readonly Passport: "PASSPORT";
|
|
3713
3724
|
readonly HkBusinessRegistration: "HK_BUSINESS_REGISTRATION";
|
|
3714
3725
|
readonly HkCertificateOfIncorporation: "HK_CERTIFICATE_OF_INCORPORATION";
|
|
3715
|
-
readonly AccountholderName: "ACCOUNTHOLDER_NAME";
|
|
3716
3726
|
};
|
|
3717
3727
|
export declare type SenderDetailDetailsTypeEnum = typeof SenderDetailDetailsTypeEnum[keyof typeof SenderDetailDetailsTypeEnum];
|
|
3718
3728
|
/**
|
package/dist/api.js
CHANGED
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.PublicApi = exports.PublicApiFactory = exports.PublicApiFp = exports.PublicApiAxiosParamCreator = exports.LoginIdentityApi = exports.LoginIdentityApiFactory = exports.LoginIdentityApiFp = exports.LoginIdentityApiAxiosParamCreator = exports.LinkApi = exports.LinkApiFactory = exports.LinkApiFp = exports.LinkApiAxiosParamCreator = exports.CustomerApi = exports.CustomerApiFactory = exports.CustomerApiFp = exports.CustomerApiAxiosParamCreator = exports.TransactionLimitsPeriodEnum = exports.SubmitAuthChecklistResponseMandateStatusEnum = exports.SenderDetailDetailsTypeEnum = exports.PaymentScheduleFrequencyEnum = exports.PaymentResponseStatusEnum = exports.PaymentResponseTypeEnum = exports.PaymentInstructionTypeEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.LoginMethodStatusEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestUiModeEnum = exports.InstitutionStatusEnum = exports.InstitutionUserTypeEnum = exports.InstitutionProductsSupportedEnum = exports.InstitutionInstitutionTypeEnum = exports.InstitutionTagsEnum = exports.GetMandateSenderSenderTypeEnum = exports.GetMandateResponseMandateStatusEnum = exports.GetMandateAuthResponseSenderTypeEnum = exports.GetMandateAuthResponseMandateStatusEnum = exports.GetMandateAuthLinkResponseTokenTypeEnum = exports.GetBalanceHistoryResponseSourceEnum = exports.FvErrorModelTypeEnum = exports.CustomerPaymentInstructionTypeEnum = exports.CreatePaymentRequestTypeEnum = exports.CreateMandateSenderSenderTypeEnum = exports.CreateMandateResponseMandateStatusEnum = exports.BadRequestModelV2ErrorTypeEnum = exports.AuthChecklistOptionsSubmittedByEnum = exports.AuthChecklistOptionsNameEnum = exports.AuthChecklistFactorRequiredEnum = exports.AuthChecklistFactorTypeEnum = exports.AccountTypeSubtypeEnum = exports.AccountTypeTypeEnum = void 0;
|
|
25
|
+
exports.PublicApi = exports.PublicApiFactory = exports.PublicApiFp = exports.PublicApiAxiosParamCreator = exports.LoginIdentityApi = exports.LoginIdentityApiFactory = exports.LoginIdentityApiFp = exports.LoginIdentityApiAxiosParamCreator = exports.LinkApi = exports.LinkApiFactory = exports.LinkApiFp = exports.LinkApiAxiosParamCreator = exports.CustomerApi = exports.CustomerApiFactory = exports.CustomerApiFp = exports.CustomerApiAxiosParamCreator = exports.TransactionLimitsPeriodEnum = exports.SubmitAuthChecklistResponseMandateStatusEnum = exports.SenderDetailDetailsTypeEnum = exports.PaymentScheduleFrequencyEnum = exports.PaymentResponseStatusEnum = exports.PaymentResponseTypeEnum = exports.PaymentInstructionTypeEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.LoginMethodStatusEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestUiModeEnum = exports.InstitutionStatusEnum = exports.InstitutionUserTypeEnum = exports.InstitutionPaymentsSupportedEnum = exports.InstitutionProductsSupportedEnum = exports.InstitutionInstitutionTypeEnum = exports.InstitutionTagsEnum = exports.GetMandateSenderSenderTypeEnum = exports.GetMandateResponseMandateStatusEnum = exports.GetMandateAuthResponseSenderTypeEnum = exports.GetMandateAuthResponseMandateStatusEnum = exports.GetMandateAuthLinkResponseTokenTypeEnum = exports.GetBalanceHistoryResponseSourceEnum = exports.FvErrorModelTypeEnum = exports.CustomerPaymentInstructionTypeEnum = exports.CreatePaymentRequestTypeEnum = exports.CreateMandateSenderSenderTypeEnum = exports.CreateMandateResponseMandateStatusEnum = exports.BadRequestModelV2ErrorTypeEnum = exports.AuthChecklistOptionsSubmittedByEnum = exports.AuthChecklistOptionsNameEnum = exports.AuthChecklistFactorRequiredEnum = exports.AuthChecklistFactorTypeEnum = exports.AccountTypeSubtypeEnum = exports.AccountTypeTypeEnum = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -145,6 +145,10 @@ exports.InstitutionProductsSupportedEnum = {
|
|
|
145
145
|
AccountNumbers: 'ACCOUNT_NUMBERS',
|
|
146
146
|
Identity: 'IDENTITY',
|
|
147
147
|
};
|
|
148
|
+
exports.InstitutionPaymentsSupportedEnum = {
|
|
149
|
+
Mandate: 'MANDATE',
|
|
150
|
+
DebitAuthorization: 'DEBIT_AUTHORIZATION',
|
|
151
|
+
};
|
|
148
152
|
exports.InstitutionUserTypeEnum = {
|
|
149
153
|
Personal: 'PERSONAL',
|
|
150
154
|
Individual: 'INDIVIDUAL',
|
|
@@ -205,7 +209,6 @@ exports.SenderDetailDetailsTypeEnum = {
|
|
|
205
209
|
Passport: 'PASSPORT',
|
|
206
210
|
HkBusinessRegistration: 'HK_BUSINESS_REGISTRATION',
|
|
207
211
|
HkCertificateOfIncorporation: 'HK_CERTIFICATE_OF_INCORPORATION',
|
|
208
|
-
AccountholderName: 'ACCOUNTHOLDER_NAME',
|
|
209
212
|
};
|
|
210
213
|
exports.SubmitAuthChecklistResponseMandateStatusEnum = {
|
|
211
214
|
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.74",
|
|
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"
|