@finverse/sdk-typescript 0.0.60 → 0.0.61
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 -22
- package/dist/api.js +1 -9
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -559,18 +559,7 @@ export interface CreateMandateSender {
|
|
|
559
559
|
* @memberof CreateMandateSender
|
|
560
560
|
*/
|
|
561
561
|
sender_reference_id?: string;
|
|
562
|
-
/**
|
|
563
|
-
* Type of account held by the Sender at the Institution. Required if institution.user_type is undefined. Possible values are INDIVIDUAL, BUSINESS
|
|
564
|
-
* @type {string}
|
|
565
|
-
* @memberof CreateMandateSender
|
|
566
|
-
*/
|
|
567
|
-
sender_type?: CreateMandateSenderSenderTypeEnum;
|
|
568
562
|
}
|
|
569
|
-
export declare const CreateMandateSenderSenderTypeEnum: {
|
|
570
|
-
readonly Individual: "INDIVIDUAL";
|
|
571
|
-
readonly Business: "BUSINESS";
|
|
572
|
-
};
|
|
573
|
-
export declare type CreateMandateSenderSenderTypeEnum = typeof CreateMandateSenderSenderTypeEnum[keyof typeof CreateMandateSenderSenderTypeEnum];
|
|
574
563
|
/**
|
|
575
564
|
*
|
|
576
565
|
* @export
|
|
@@ -1186,18 +1175,7 @@ export interface GetMandateSender {
|
|
|
1186
1175
|
* @memberof GetMandateSender
|
|
1187
1176
|
*/
|
|
1188
1177
|
sender_account: PaymentAccount;
|
|
1189
|
-
/**
|
|
1190
|
-
* Type of account held by the Sender at the Institution. Required if institution.user_type is undefined. Possible values are INDIVIDUAL, BUSINESS
|
|
1191
|
-
* @type {string}
|
|
1192
|
-
* @memberof GetMandateSender
|
|
1193
|
-
*/
|
|
1194
|
-
sender_type?: GetMandateSenderSenderTypeEnum;
|
|
1195
1178
|
}
|
|
1196
|
-
export declare const GetMandateSenderSenderTypeEnum: {
|
|
1197
|
-
readonly Individual: "INDIVIDUAL";
|
|
1198
|
-
readonly Business: "BUSINESS";
|
|
1199
|
-
};
|
|
1200
|
-
export declare type GetMandateSenderSenderTypeEnum = typeof GetMandateSenderSenderTypeEnum[keyof typeof GetMandateSenderSenderTypeEnum];
|
|
1201
1179
|
/**
|
|
1202
1180
|
*
|
|
1203
1181
|
* @export
|
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.SubmitAuthChecklistRequestSenderTypeEnum = exports.PaymentScheduleFrequencyEnum = exports.PaymentInstructionTypeEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestUiModeEnum = exports.GetPaymentResponseStatusEnum = exports.GetPaymentResponseTypeEnum = 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.SubmitAuthChecklistRequestSenderTypeEnum = exports.PaymentScheduleFrequencyEnum = exports.PaymentInstructionTypeEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestUiModeEnum = exports.GetPaymentResponseStatusEnum = exports.GetPaymentResponseTypeEnum = exports.GetMandateResponseMandateStatusEnum = exports.GetMandateAuthResponseSenderTypeEnum = exports.GetMandateAuthResponseMandateStatusEnum = exports.GetMandateAuthLinkResponseTokenTypeEnum = exports.CustomerPaymentInstructionTypeEnum = exports.CreatePaymentRequestTypeEnum = exports.AuthChecklistOptionsSubmittedByEnum = exports.AuthChecklistOptionsNameEnum = exports.AuthChecklistFactorRequiredEnum = exports.AuthChecklistFactorTypeEnum = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -48,10 +48,6 @@ exports.AuthChecklistOptionsSubmittedByEnum = {
|
|
|
48
48
|
CustomerApp: 'CUSTOMER_APP',
|
|
49
49
|
FinverseLink: 'FINVERSE_LINK',
|
|
50
50
|
};
|
|
51
|
-
exports.CreateMandateSenderSenderTypeEnum = {
|
|
52
|
-
Individual: 'INDIVIDUAL',
|
|
53
|
-
Business: 'BUSINESS',
|
|
54
|
-
};
|
|
55
51
|
exports.CreatePaymentRequestTypeEnum = {
|
|
56
52
|
Mandate: 'MANDATE',
|
|
57
53
|
Single: 'SINGLE',
|
|
@@ -78,10 +74,6 @@ exports.GetMandateResponseMandateStatusEnum = {
|
|
|
78
74
|
Submitted: 'SUBMITTED',
|
|
79
75
|
Error: 'ERROR',
|
|
80
76
|
};
|
|
81
|
-
exports.GetMandateSenderSenderTypeEnum = {
|
|
82
|
-
Individual: 'INDIVIDUAL',
|
|
83
|
-
Business: 'BUSINESS',
|
|
84
|
-
};
|
|
85
77
|
exports.GetPaymentResponseTypeEnum = {
|
|
86
78
|
Mandate: 'MANDATE',
|
|
87
79
|
Single: 'SINGLE',
|