@finverse/sdk-typescript 0.0.121 → 0.0.123

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
@@ -664,7 +664,7 @@ export interface CreateMandateRequest {
664
664
  * @type {MandateRecipientRequest}
665
665
  * @memberof CreateMandateRequest
666
666
  */
667
- recipient: MandateRecipientRequest;
667
+ recipient_account: MandateRecipientRequest;
668
668
  /**
669
669
  *
670
670
  * @type {CreateMandateSender}
@@ -788,19 +788,19 @@ export interface CreateMandateSender {
788
788
  * @type {string}
789
789
  * @memberof CreateMandateSender
790
790
  */
791
- sender_type?: CreateMandateSenderSenderTypeEnum;
791
+ user_type?: CreateMandateSenderUserTypeEnum;
792
792
  /**
793
793
  * Sender details which will be used for fraud checking.
794
794
  * @type {Array<SenderDetail>}
795
795
  * @memberof CreateMandateSender
796
796
  */
797
- sender_details?: Array<SenderDetail>;
797
+ user_details?: Array<SenderDetail>;
798
798
  }
799
- export declare const CreateMandateSenderSenderTypeEnum: {
799
+ export declare const CreateMandateSenderUserTypeEnum: {
800
800
  readonly Individual: "INDIVIDUAL";
801
801
  readonly Business: "BUSINESS";
802
802
  };
803
- export declare type CreateMandateSenderSenderTypeEnum = (typeof CreateMandateSenderSenderTypeEnum)[keyof typeof CreateMandateSenderSenderTypeEnum];
803
+ export declare type CreateMandateSenderUserTypeEnum = (typeof CreateMandateSenderUserTypeEnum)[keyof typeof CreateMandateSenderUserTypeEnum];
804
804
  /**
805
805
  *
806
806
  * @export
@@ -924,7 +924,7 @@ export interface CreatePayoutInstructionRequest {
924
924
  * @type {MandateRecipientRequest}
925
925
  * @memberof CreatePayoutInstructionRequest
926
926
  */
927
- recipient: MandateRecipientRequest;
927
+ recipient_account: MandateRecipientRequest;
928
928
  /**
929
929
  * Additional attributes of the payout instruction in key:value format (e.g. payout_instruction_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
930
930
  * @type {{ [key: string]: string; }}
@@ -1725,19 +1725,19 @@ export interface GetMandateSender {
1725
1725
  * @type {string}
1726
1726
  * @memberof GetMandateSender
1727
1727
  */
1728
- sender_type: GetMandateSenderSenderTypeEnum;
1728
+ user_type: GetMandateSenderUserTypeEnum;
1729
1729
  /**
1730
1730
  * Sender details which will be used for fraud checking.
1731
1731
  * @type {Array<SenderDetail>}
1732
1732
  * @memberof GetMandateSender
1733
1733
  */
1734
- sender_details?: Array<SenderDetail>;
1734
+ user_details?: Array<SenderDetail>;
1735
1735
  }
1736
- export declare const GetMandateSenderSenderTypeEnum: {
1736
+ export declare const GetMandateSenderUserTypeEnum: {
1737
1737
  readonly Individual: "INDIVIDUAL";
1738
1738
  readonly Business: "BUSINESS";
1739
1739
  };
1740
- export declare type GetMandateSenderSenderTypeEnum = (typeof GetMandateSenderSenderTypeEnum)[keyof typeof GetMandateSenderSenderTypeEnum];
1740
+ export declare type GetMandateSenderUserTypeEnum = (typeof GetMandateSenderUserTypeEnum)[keyof typeof GetMandateSenderUserTypeEnum];
1741
1741
  /**
1742
1742
  *
1743
1743
  * @export
@@ -3424,7 +3424,7 @@ export interface MandateRecipientRequest {
3424
3424
  * @type {string}
3425
3425
  * @memberof MandateRecipientRequest
3426
3426
  */
3427
- recipient_account_id: string;
3427
+ account_id: string;
3428
3428
  }
3429
3429
  /**
3430
3430
  *
@@ -4100,7 +4100,7 @@ export interface PayoutRecipient {
4100
4100
  * @type {string}
4101
4101
  * @memberof PayoutRecipient
4102
4102
  */
4103
- recipient_account_id?: string;
4103
+ account_id?: string;
4104
4104
  }
4105
4105
  /**
4106
4106
  *
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.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.CustomerApi = exports.CustomerApiFactory = exports.CustomerApiFp = exports.CustomerApiAxiosParamCreator = exports.TransactionLimitsPeriodEnum = exports.SubmitAuthChecklistResponseMandateStatusEnum = exports.SenderDetailDetailsTypeEnum = exports.RecipientAccountResponseAccountTypeEnum = exports.RecipientAccountNumberTypeEnum = exports.PayoutInstructionResponseStatusEnum = exports.PaymentScheduleFrequencyEnum = exports.PaymentResponseStatusEnum = exports.PaymentResponseTypeEnum = exports.PaymentLinkTokenResponseTokenTypeEnum = exports.PaymentInstructionTypeEnum = exports.PaymentInfoPaymentsSupportedEnum = exports.MandateSenderAccountAccountTypeEnum = exports.MandateRecipientAccountAccountTypeEnum = 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.FvErrorModelV2TypeEnum = exports.FvErrorModelTypeEnum = exports.CustomerPaymentInstructionTypeEnum = exports.CreateRecipientAccountAccountTypeEnum = exports.CreatePaymentRequestTypeEnum = exports.CreatePaymentLinkMandateRequestSenderTypeEnum = exports.CreateMandateSenderSenderTypeEnum = exports.CreateMandateResponseStatusEnum = 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.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.CustomerApi = exports.CustomerApiFactory = exports.CustomerApiFp = exports.CustomerApiAxiosParamCreator = exports.TransactionLimitsPeriodEnum = exports.SubmitAuthChecklistResponseMandateStatusEnum = exports.SenderDetailDetailsTypeEnum = exports.RecipientAccountResponseAccountTypeEnum = exports.RecipientAccountNumberTypeEnum = exports.PayoutInstructionResponseStatusEnum = exports.PaymentScheduleFrequencyEnum = exports.PaymentResponseStatusEnum = exports.PaymentResponseTypeEnum = exports.PaymentLinkTokenResponseTokenTypeEnum = exports.PaymentInstructionTypeEnum = exports.PaymentInfoPaymentsSupportedEnum = exports.MandateSenderAccountAccountTypeEnum = exports.MandateRecipientAccountAccountTypeEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.LoginMethodStatusEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestUiModeEnum = exports.InstitutionStatusEnum = exports.InstitutionUserTypeEnum = exports.InstitutionProductsSupportedEnum = exports.InstitutionInstitutionTypeEnum = exports.InstitutionTagsEnum = exports.GetMandateSenderUserTypeEnum = exports.GetMandateResponseStatusEnum = exports.GetMandateAuthResponseSenderTypeEnum = exports.GetMandateAuthResponseMandateStatusEnum = exports.GetMandateAuthLinkResponseTokenTypeEnum = exports.GetBalanceHistoryResponseSourceEnum = exports.FvErrorModelV2TypeEnum = exports.FvErrorModelTypeEnum = exports.CustomerPaymentInstructionTypeEnum = exports.CreateRecipientAccountAccountTypeEnum = exports.CreatePaymentRequestTypeEnum = exports.CreatePaymentLinkMandateRequestSenderTypeEnum = exports.CreateMandateSenderUserTypeEnum = 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
@@ -84,7 +84,7 @@ exports.CreateMandateResponseStatusEnum = {
84
84
  Failed: 'FAILED',
85
85
  Revoked: 'REVOKED',
86
86
  };
87
- exports.CreateMandateSenderSenderTypeEnum = {
87
+ exports.CreateMandateSenderUserTypeEnum = {
88
88
  Individual: 'INDIVIDUAL',
89
89
  Business: 'BUSINESS',
90
90
  };
@@ -136,7 +136,7 @@ exports.GetMandateResponseStatusEnum = {
136
136
  Failed: 'FAILED',
137
137
  Revoked: 'REVOKED',
138
138
  };
139
- exports.GetMandateSenderSenderTypeEnum = {
139
+ exports.GetMandateSenderUserTypeEnum = {
140
140
  Individual: 'INDIVIDUAL',
141
141
  Business: 'BUSINESS',
142
142
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.121",
3
+ "version": "0.0.123",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [