@finverse/sdk-typescript 0.0.74 → 0.0.75

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 CHANGED
@@ -2020,12 +2020,6 @@ 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>;
2029
2023
  /**
2030
2024
  *
2031
2025
  * @type {string}
@@ -2124,11 +2118,6 @@ export declare const InstitutionProductsSupportedEnum: {
2124
2118
  readonly Identity: "IDENTITY";
2125
2119
  };
2126
2120
  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];
2132
2121
  export declare const InstitutionUserTypeEnum: {
2133
2122
  readonly Personal: "PERSONAL";
2134
2123
  readonly Individual: "INDIVIDUAL";
@@ -3296,6 +3285,12 @@ export interface PaymentInfo {
3296
3285
  * @memberof PaymentInfo
3297
3286
  */
3298
3287
  currencies_supported?: Array<string>;
3288
+ /**
3289
+ *
3290
+ * @type {Array<string>}
3291
+ * @memberof PaymentInfo
3292
+ */
3293
+ payments_supported: Array<PaymentInfoPaymentsSupportedEnum>;
3299
3294
  /**
3300
3295
  *
3301
3296
  * @type {OtherInfo}
@@ -3303,6 +3298,11 @@ export interface PaymentInfo {
3303
3298
  */
3304
3299
  other_info?: OtherInfo;
3305
3300
  }
3301
+ export declare const PaymentInfoPaymentsSupportedEnum: {
3302
+ readonly Mandate: "MANDATE";
3303
+ readonly DebitAuthorization: "DEBIT_AUTHORIZATION";
3304
+ };
3305
+ export declare type PaymentInfoPaymentsSupportedEnum = typeof PaymentInfoPaymentsSupportedEnum[keyof typeof PaymentInfoPaymentsSupportedEnum];
3306
3306
  /**
3307
3307
  *
3308
3308
  * @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.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;
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.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,10 +145,6 @@ exports.InstitutionProductsSupportedEnum = {
145
145
  AccountNumbers: 'ACCOUNT_NUMBERS',
146
146
  Identity: 'IDENTITY',
147
147
  };
148
- exports.InstitutionPaymentsSupportedEnum = {
149
- Mandate: 'MANDATE',
150
- DebitAuthorization: 'DEBIT_AUTHORIZATION',
151
- };
152
148
  exports.InstitutionUserTypeEnum = {
153
149
  Personal: 'PERSONAL',
154
150
  Individual: 'INDIVIDUAL',
@@ -181,6 +177,10 @@ exports.MandateAuthLinkCustomizationsUiModeEnum = {
181
177
  AutoRedirect: 'auto_redirect',
182
178
  Standalone: 'standalone',
183
179
  };
180
+ exports.PaymentInfoPaymentsSupportedEnum = {
181
+ Mandate: 'MANDATE',
182
+ DebitAuthorization: 'DEBIT_AUTHORIZATION',
183
+ };
184
184
  exports.PaymentInstructionTypeEnum = {
185
185
  DebitAuthorization: 'DEBIT_AUTHORIZATION',
186
186
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [