@finverse/sdk-typescript 0.0.76 → 0.0.77
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 +0 -32
- package/dist/api.js +1 -19
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -683,12 +683,6 @@ export interface CreateMandateResponse {
|
|
|
683
683
|
* @memberof CreateMandateResponse
|
|
684
684
|
*/
|
|
685
685
|
mandate_id: string;
|
|
686
|
-
/**
|
|
687
|
-
* Mandate status (deprecated)
|
|
688
|
-
* @type {string}
|
|
689
|
-
* @memberof CreateMandateResponse
|
|
690
|
-
*/
|
|
691
|
-
mandate_status: CreateMandateResponseMandateStatusEnum;
|
|
692
686
|
/**
|
|
693
687
|
* Mandate status
|
|
694
688
|
* @type {string}
|
|
@@ -720,16 +714,6 @@ export interface CreateMandateResponse {
|
|
|
720
714
|
*/
|
|
721
715
|
error?: FvErrorModel;
|
|
722
716
|
}
|
|
723
|
-
export declare const CreateMandateResponseMandateStatusEnum: {
|
|
724
|
-
readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
|
|
725
|
-
readonly Authorizing: "AUTHORIZING";
|
|
726
|
-
readonly Processing: "PROCESSING";
|
|
727
|
-
readonly Submitted: "SUBMITTED";
|
|
728
|
-
readonly Succeeded: "SUCCEEDED";
|
|
729
|
-
readonly Failed: "FAILED";
|
|
730
|
-
readonly Revoked: "REVOKED";
|
|
731
|
-
};
|
|
732
|
-
export declare type CreateMandateResponseMandateStatusEnum = typeof CreateMandateResponseMandateStatusEnum[keyof typeof CreateMandateResponseMandateStatusEnum];
|
|
733
717
|
export declare const CreateMandateResponseStatusEnum: {
|
|
734
718
|
readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
|
|
735
719
|
readonly Authorizing: "AUTHORIZING";
|
|
@@ -1424,12 +1408,6 @@ export interface GetMandateResponse {
|
|
|
1424
1408
|
* @memberof GetMandateResponse
|
|
1425
1409
|
*/
|
|
1426
1410
|
mandate_id: string;
|
|
1427
|
-
/**
|
|
1428
|
-
* Mandate status (deprecated)
|
|
1429
|
-
* @type {string}
|
|
1430
|
-
* @memberof GetMandateResponse
|
|
1431
|
-
*/
|
|
1432
|
-
mandate_status: GetMandateResponseMandateStatusEnum;
|
|
1433
1411
|
/**
|
|
1434
1412
|
* Mandate status
|
|
1435
1413
|
* @type {string}
|
|
@@ -1461,16 +1439,6 @@ export interface GetMandateResponse {
|
|
|
1461
1439
|
*/
|
|
1462
1440
|
error?: FvErrorModel;
|
|
1463
1441
|
}
|
|
1464
|
-
export declare const GetMandateResponseMandateStatusEnum: {
|
|
1465
|
-
readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
|
|
1466
|
-
readonly Authorizing: "AUTHORIZING";
|
|
1467
|
-
readonly Processing: "PROCESSING";
|
|
1468
|
-
readonly Submitted: "SUBMITTED";
|
|
1469
|
-
readonly Succeeded: "SUCCEEDED";
|
|
1470
|
-
readonly Failed: "FAILED";
|
|
1471
|
-
readonly Revoked: "REVOKED";
|
|
1472
|
-
};
|
|
1473
|
-
export declare type GetMandateResponseMandateStatusEnum = typeof GetMandateResponseMandateStatusEnum[keyof typeof GetMandateResponseMandateStatusEnum];
|
|
1474
1442
|
export declare const GetMandateResponseStatusEnum: {
|
|
1475
1443
|
readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
|
|
1476
1444
|
readonly Authorizing: "AUTHORIZING";
|
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.PaymentInfoPaymentsSupportedEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.LoginMethodStatusEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestUiModeEnum = exports.InstitutionStatusEnum = exports.InstitutionUserTypeEnum = exports.InstitutionProductsSupportedEnum = exports.InstitutionInstitutionTypeEnum = exports.InstitutionTagsEnum = exports.GetMandateSenderSenderTypeEnum = exports.GetMandateResponseStatusEnum = exports.
|
|
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.PaymentInfoPaymentsSupportedEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.LoginMethodStatusEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestUiModeEnum = exports.InstitutionStatusEnum = exports.InstitutionUserTypeEnum = exports.InstitutionProductsSupportedEnum = exports.InstitutionInstitutionTypeEnum = exports.InstitutionTagsEnum = exports.GetMandateSenderSenderTypeEnum = exports.GetMandateResponseStatusEnum = exports.GetMandateAuthResponseSenderTypeEnum = exports.GetMandateAuthResponseMandateStatusEnum = exports.GetMandateAuthLinkResponseTokenTypeEnum = exports.GetBalanceHistoryResponseSourceEnum = exports.FvErrorModelTypeEnum = exports.CustomerPaymentInstructionTypeEnum = exports.CreatePaymentRequestTypeEnum = exports.CreateMandateSenderSenderTypeEnum = exports.CreateMandateResponseStatusEnum = 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
|
|
@@ -75,15 +75,6 @@ exports.BadRequestModelV2ErrorTypeEnum = {
|
|
|
75
75
|
LinkError: 'LINK_ERROR',
|
|
76
76
|
ApiError: 'API_ERROR',
|
|
77
77
|
};
|
|
78
|
-
exports.CreateMandateResponseMandateStatusEnum = {
|
|
79
|
-
AuthorizationRequired: 'AUTHORIZATION_REQUIRED',
|
|
80
|
-
Authorizing: 'AUTHORIZING',
|
|
81
|
-
Processing: 'PROCESSING',
|
|
82
|
-
Submitted: 'SUBMITTED',
|
|
83
|
-
Succeeded: 'SUCCEEDED',
|
|
84
|
-
Failed: 'FAILED',
|
|
85
|
-
Revoked: 'REVOKED',
|
|
86
|
-
};
|
|
87
78
|
exports.CreateMandateResponseStatusEnum = {
|
|
88
79
|
AuthorizationRequired: 'AUTHORIZATION_REQUIRED',
|
|
89
80
|
Authorizing: 'AUTHORIZING',
|
|
@@ -125,15 +116,6 @@ exports.GetMandateAuthResponseSenderTypeEnum = {
|
|
|
125
116
|
Individual: 'INDIVIDUAL',
|
|
126
117
|
Business: 'BUSINESS',
|
|
127
118
|
};
|
|
128
|
-
exports.GetMandateResponseMandateStatusEnum = {
|
|
129
|
-
AuthorizationRequired: 'AUTHORIZATION_REQUIRED',
|
|
130
|
-
Authorizing: 'AUTHORIZING',
|
|
131
|
-
Processing: 'PROCESSING',
|
|
132
|
-
Submitted: 'SUBMITTED',
|
|
133
|
-
Succeeded: 'SUCCEEDED',
|
|
134
|
-
Failed: 'FAILED',
|
|
135
|
-
Revoked: 'REVOKED',
|
|
136
|
-
};
|
|
137
119
|
exports.GetMandateResponseStatusEnum = {
|
|
138
120
|
AuthorizationRequired: 'AUTHORIZATION_REQUIRED',
|
|
139
121
|
Authorizing: 'AUTHORIZING',
|