@finverse/sdk-typescript 0.0.314 → 0.0.316

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
@@ -4119,6 +4119,7 @@ export declare const LinkTokenRequestLanguageEnum: {
4119
4119
  readonly En: "en";
4120
4120
  readonly Vi: "vi";
4121
4121
  readonly Zh: "zh";
4122
+ readonly Ko: "ko";
4122
4123
  };
4123
4124
  export type LinkTokenRequestLanguageEnum = (typeof LinkTokenRequestLanguageEnum)[keyof typeof LinkTokenRequestLanguageEnum];
4124
4125
  export declare const LinkTokenRequestAutomaticDataRefreshEnum: {
@@ -4838,6 +4839,7 @@ export declare const MandateAuthLinkCustomizationsLanguageEnum: {
4838
4839
  readonly En: "en";
4839
4840
  readonly Vi: "vi";
4840
4841
  readonly Zh: "zh";
4842
+ readonly Ko: "ko";
4841
4843
  };
4842
4844
  export type MandateAuthLinkCustomizationsLanguageEnum = (typeof MandateAuthLinkCustomizationsLanguageEnum)[keyof typeof MandateAuthLinkCustomizationsLanguageEnum];
4843
4845
  export declare const MandateAuthLinkCustomizationsUiModeEnum: {
@@ -6042,6 +6044,7 @@ export declare const PaymentLinkCustomizationsLanguageEnum: {
6042
6044
  readonly En: "en";
6043
6045
  readonly Vi: "vi";
6044
6046
  readonly Zh: "zh";
6047
+ readonly Ko: "ko";
6045
6048
  };
6046
6049
  export type PaymentLinkCustomizationsLanguageEnum = (typeof PaymentLinkCustomizationsLanguageEnum)[keyof typeof PaymentLinkCustomizationsLanguageEnum];
6047
6050
  export declare const PaymentLinkCustomizationsUiModeEnum: {
@@ -7724,6 +7727,7 @@ export declare const RefreshLoginIdentityLinkCustomizationsLanguageEnum: {
7724
7727
  readonly En: "en";
7725
7728
  readonly Vi: "vi";
7726
7729
  readonly Zh: "zh";
7730
+ readonly Ko: "ko";
7727
7731
  };
7728
7732
  export type RefreshLoginIdentityLinkCustomizationsLanguageEnum = (typeof RefreshLoginIdentityLinkCustomizationsLanguageEnum)[keyof typeof RefreshLoginIdentityLinkCustomizationsLanguageEnum];
7729
7733
  export declare const RefreshLoginIdentityLinkCustomizationsUiModeEnum: {
@@ -9408,7 +9412,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9408
9412
  * @throws {RequiredError}
9409
9413
  * @memberof CustomerApi
9410
9414
  */
9411
- authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateResponse, any>>;
9415
+ authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateResponse, any, {}>>;
9412
9416
  /**
9413
9417
  * CREATE Mandate
9414
9418
  * @param {CreateMandateRequest} createMandateRequest request body for creating mandate
@@ -9417,7 +9421,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9417
9421
  * @throws {RequiredError}
9418
9422
  * @memberof CustomerApi
9419
9423
  */
9420
- createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMandateResponse, any>>;
9424
+ createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMandateResponse, any, {}>>;
9421
9425
  /**
9422
9426
  * Create new Payment
9423
9427
  * @param {CreatePaymentRequest} createPaymentRequest request body for creating payment
@@ -9426,7 +9430,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9426
9430
  * @throws {RequiredError}
9427
9431
  * @memberof CustomerApi
9428
9432
  */
9429
- createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any>>;
9433
+ createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any, {}>>;
9430
9434
  /**
9431
9435
  * create payment account
9432
9436
  * @param {CreatePaymentAccountRequest} createPaymentAccountRequest request body for creating payment account
@@ -9434,7 +9438,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9434
9438
  * @throws {RequiredError}
9435
9439
  * @memberof CustomerApi
9436
9440
  */
9437
- createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentAccountDetails, any>>;
9441
+ createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentAccountDetails, any, {}>>;
9438
9442
  /**
9439
9443
  * Create a new payment instruction to be used when linking to perform new payment
9440
9444
  * @param {CustomerPaymentInstruction} paymentInstruction Request body for starting a new Link
@@ -9442,7 +9446,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9442
9446
  * @throws {RequiredError}
9443
9447
  * @memberof CustomerApi
9444
9448
  */
9445
- createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentInstructionResponse, any>>;
9449
+ createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentInstructionResponse, any, {}>>;
9446
9450
  /**
9447
9451
  * Create a payment user
9448
9452
  * @param {CreatePaymentUserRequest} createPaymentUserRequest request body for creating payment user
@@ -9450,7 +9454,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9450
9454
  * @throws {RequiredError}
9451
9455
  * @memberof CustomerApi
9452
9456
  */
9453
- createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any>>;
9457
+ createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any, {}>>;
9454
9458
  /**
9455
9459
  * delete payment account
9456
9460
  * @param {string} paymentAccountId The payment account id
@@ -9458,7 +9462,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9458
9462
  * @throws {RequiredError}
9459
9463
  * @memberof CustomerApi
9460
9464
  */
9461
- deletePaymentAccount(paymentAccountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
9465
+ deletePaymentAccount(paymentAccountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9462
9466
  /**
9463
9467
  * generate a link token that can be used to create link
9464
9468
  * @param {LinkTokenRequest} linkTokenRequest token request
@@ -9466,7 +9470,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9466
9470
  * @throws {RequiredError}
9467
9471
  * @memberof CustomerApi
9468
9472
  */
9469
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkTokenResponse, any>>;
9473
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkTokenResponse, any, {}>>;
9470
9474
  /**
9471
9475
  * Get a specific institution by institutionId
9472
9476
  * @param {string} institutionId The institution id
@@ -9474,7 +9478,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9474
9478
  * @throws {RequiredError}
9475
9479
  * @memberof CustomerApi
9476
9480
  */
9477
- getInstitution(institutionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution, any>>;
9481
+ getInstitution(institutionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution, any, {}>>;
9478
9482
  /**
9479
9483
  * Get line items for display
9480
9484
  * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
@@ -9482,7 +9486,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9482
9486
  * @throws {RequiredError}
9483
9487
  * @memberof CustomerApi
9484
9488
  */
9485
- getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLineItemsForDisplayResponse, any>>;
9489
+ getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLineItemsForDisplayResponse, any, {}>>;
9486
9490
  /**
9487
9491
  * Get a specific loginIdentity
9488
9492
  * @param {string} loginIdentityId The login identity id
@@ -9490,7 +9494,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9490
9494
  * @throws {RequiredError}
9491
9495
  * @memberof CustomerApi
9492
9496
  */
9493
- getLoginIdentityById(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
9497
+ getLoginIdentityById(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any, {}>>;
9494
9498
  /**
9495
9499
  * Get a history of events for a specific loginIdentity
9496
9500
  * @param {string} loginIdentityId The login identity id
@@ -9498,7 +9502,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9498
9502
  * @throws {RequiredError}
9499
9503
  * @memberof CustomerApi
9500
9504
  */
9501
- getLoginIdentityHistory(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityHistoryResponse, any>>;
9505
+ getLoginIdentityHistory(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityHistoryResponse, any, {}>>;
9502
9506
  /**
9503
9507
  * Get Mandate details by mandate_id
9504
9508
  * @param {string} mandateId mandate id
@@ -9506,14 +9510,14 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9506
9510
  * @throws {RequiredError}
9507
9511
  * @memberof CustomerApi
9508
9512
  */
9509
- getMandate(mandateId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateResponse, any>>;
9513
+ getMandate(mandateId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateResponse, any, {}>>;
9510
9514
  /**
9511
9515
  * Get Mandate Authorization by mandate id
9512
9516
  * @param {*} [options] Override http request option.
9513
9517
  * @throws {RequiredError}
9514
9518
  * @memberof CustomerApi
9515
9519
  */
9516
- getMandateAuth(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateAuthResponse, any>>;
9520
+ getMandateAuth(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateAuthResponse, any, {}>>;
9517
9521
  /**
9518
9522
  * Get link to launch FV Link UI in mandate authorization mode
9519
9523
  * @param {GetMandateAuthLinkRequest} getMandateAuthLinkRequest request body for mandate authorization link
@@ -9521,7 +9525,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9521
9525
  * @throws {RequiredError}
9522
9526
  * @memberof CustomerApi
9523
9527
  */
9524
- getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateAuthLinkResponse, any>>;
9528
+ getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateAuthLinkResponse, any, {}>>;
9525
9529
  /**
9526
9530
  * Get Payment details by payment_id
9527
9531
  * @param {string} paymentId payment id
@@ -9529,7 +9533,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9529
9533
  * @throws {RequiredError}
9530
9534
  * @memberof CustomerApi
9531
9535
  */
9532
- getPayment(paymentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any>>;
9536
+ getPayment(paymentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any, {}>>;
9533
9537
  /**
9534
9538
  * Get payment instructions by payment_instruction_id
9535
9539
  * @param {string} paymentInstructionId The id of a payment instruction
@@ -9537,7 +9541,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9537
9541
  * @throws {RequiredError}
9538
9542
  * @memberof CustomerApi
9539
9543
  */
9540
- getPaymentInstruction(paymentInstructionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentInstructionsResponse, any>>;
9544
+ getPaymentInstruction(paymentInstructionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentInstructionsResponse, any, {}>>;
9541
9545
  /**
9542
9546
  * Get a payment user
9543
9547
  * @param {string} paymentUserId
@@ -9545,7 +9549,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9545
9549
  * @throws {RequiredError}
9546
9550
  * @memberof CustomerApi
9547
9551
  */
9548
- getPaymentUser(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any>>;
9552
+ getPaymentUser(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any, {}>>;
9549
9553
  /**
9550
9554
  * Get a list of institutions
9551
9555
  * @param {string} [country] (Deprecated) The country the institution belongs to
@@ -9556,7 +9560,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9556
9560
  * @throws {RequiredError}
9557
9561
  * @memberof CustomerApi
9558
9562
  */
9559
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: ListInstitutionsInstitutionTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[], any>>;
9563
+ listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: ListInstitutionsInstitutionTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[], any, {}>>;
9560
9564
  /**
9561
9565
  * Get payment account by user id
9562
9566
  * @param {string} paymentUserId The payment user id
@@ -9564,7 +9568,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9564
9568
  * @throws {RequiredError}
9565
9569
  * @memberof CustomerApi
9566
9570
  */
9567
- listPaymentAccounts(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentAccountsResponse, any>>;
9571
+ listPaymentAccounts(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentAccountsResponse, any, {}>>;
9568
9572
  /**
9569
9573
  * Get payment account for customer app
9570
9574
  * @param {ListPaymentAccountsWithEnrichedDataAccountTypeEnum} [accountType] The account_type to filter for
@@ -9575,7 +9579,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9575
9579
  * @throws {RequiredError}
9576
9580
  * @memberof CustomerApi
9577
9581
  */
9578
- listPaymentAccountsWithEnrichedData(accountType?: ListPaymentAccountsWithEnrichedDataAccountTypeEnum, currencies?: Array<string>, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentAccountsWithEnrichedDataResponse, any>>;
9582
+ listPaymentAccountsWithEnrichedData(accountType?: ListPaymentAccountsWithEnrichedDataAccountTypeEnum, currencies?: Array<string>, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentAccountsWithEnrichedDataResponse, any, {}>>;
9579
9583
  /**
9580
9584
  * Refresh an access token
9581
9585
  * @param {RefreshRequest} refreshRequest The refresh token
@@ -9583,7 +9587,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9583
9587
  * @throws {RequiredError}
9584
9588
  * @memberof CustomerApi
9585
9589
  */
9586
- refreshToken(refreshRequest: RefreshRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessTokenResponse, any>>;
9590
+ refreshToken(refreshRequest: RefreshRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessTokenResponse, any, {}>>;
9587
9591
  /**
9588
9592
  * Update InstitutionID and SenderType for Mandate
9589
9593
  * @param {SetMandateInstitutionRequest} updateRequest request body for updating mandate institutionId and senderType
@@ -9591,7 +9595,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9591
9595
  * @throws {RequiredError}
9592
9596
  * @memberof CustomerApi
9593
9597
  */
9594
- setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SetMandateInstitutionResponse, any>>;
9598
+ setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SetMandateInstitutionResponse, any, {}>>;
9595
9599
  /**
9596
9600
  * Submit authorization checklist items
9597
9601
  * @param {SubmitAuthChecklistRequest} submitAuthChecklistRequest request body for submitting auth checklist
@@ -9599,7 +9603,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9599
9603
  * @throws {RequiredError}
9600
9604
  * @memberof CustomerApi
9601
9605
  */
9602
- submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SubmitAuthChecklistResponse, any>>;
9606
+ submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SubmitAuthChecklistResponse, any, {}>>;
9603
9607
  /**
9604
9608
  * Update payment
9605
9609
  * @param {string} paymentId payment id
@@ -9608,7 +9612,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9608
9612
  * @throws {RequiredError}
9609
9613
  * @memberof CustomerApi
9610
9614
  */
9611
- updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any>>;
9615
+ updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any, {}>>;
9612
9616
  /**
9613
9617
  * Update the status of a test manual payment
9614
9618
  * @param {string} paymentId The test payment ID
@@ -9617,7 +9621,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9617
9621
  * @throws {RequiredError}
9618
9622
  * @memberof CustomerApi
9619
9623
  */
9620
- updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
9624
+ updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9621
9625
  }
9622
9626
  /**
9623
9627
  * @export
@@ -10726,7 +10730,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10726
10730
  * @throws {RequiredError}
10727
10731
  * @memberof DefaultApi
10728
10732
  */
10729
- cancelPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any>>;
10733
+ cancelPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any, {}>>;
10730
10734
  /**
10731
10735
  * Cancel Payout by payout_id
10732
10736
  * @param {string} payoutId payout id
@@ -10734,14 +10738,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10734
10738
  * @throws {RequiredError}
10735
10739
  * @memberof DefaultApi
10736
10740
  */
10737
- cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any>>;
10741
+ cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any, {}>>;
10738
10742
  /**
10739
10743
  * Initiate change payment method from payment link front-end
10740
10744
  * @param {*} [options] Override http request option.
10741
10745
  * @throws {RequiredError}
10742
10746
  * @memberof DefaultApi
10743
10747
  */
10744
- changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChangePaymentMethodFvLinkResponse, any>>;
10748
+ changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChangePaymentMethodFvLinkResponse, any, {}>>;
10745
10749
  /**
10746
10750
  * Submit manual payment confirmation
10747
10751
  * @param {ManualPaymentConfirmationRequest} manualPaymentIdentifiers Request body containing information to identify manual payment
@@ -10749,21 +10753,21 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10749
10753
  * @throws {RequiredError}
10750
10754
  * @memberof DefaultApi
10751
10755
  */
10752
- confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManualPaymentConfirmationResponse, any>>;
10756
+ confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManualPaymentConfirmationResponse, any, {}>>;
10753
10757
  /**
10754
10758
  * Confirm a payment against a payment Link
10755
10759
  * @param {*} [options] Override http request option.
10756
10760
  * @throws {RequiredError}
10757
10761
  * @memberof DefaultApi
10758
10762
  */
10759
- confirmPayment(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfirmPaymentResponse, any>>;
10763
+ confirmPayment(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfirmPaymentResponse, any, {}>>;
10760
10764
  /**
10761
10765
  * Create token for fps flow
10762
10766
  * @param {*} [options] Override http request option.
10763
10767
  * @throws {RequiredError}
10764
10768
  * @memberof DefaultApi
10765
10769
  */
10766
- createFpsToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateFpsTokenResponse, any>>;
10770
+ createFpsToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateFpsTokenResponse, any, {}>>;
10767
10771
  /**
10768
10772
  * Create mandate for an existing sender account
10769
10773
  * @param {string} idempotencyKey A random key provided by the customer, per unique payment. The purpose for the Idempotency key is to allow safe retrying without the operation being performed multiple times.
@@ -10772,7 +10776,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10772
10776
  * @throws {RequiredError}
10773
10777
  * @memberof DefaultApi
10774
10778
  */
10775
- createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMandateResponse, any>>;
10779
+ createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMandateResponse, any, {}>>;
10776
10780
  /**
10777
10781
  * Create payment link
10778
10782
  * @param {CreatePaymentLinkRequest} createPaymentLinkRequest Parameters required to create a payment link
@@ -10780,14 +10784,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10780
10784
  * @throws {RequiredError}
10781
10785
  * @memberof DefaultApi
10782
10786
  */
10783
- createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any>>;
10787
+ createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any, {}>>;
10784
10788
  /**
10785
10789
  * Initiate Card Payment for a Payment Link
10786
10790
  * @param {*} [options] Override http request option.
10787
10791
  * @throws {RequiredError}
10788
10792
  * @memberof DefaultApi
10789
10793
  */
10790
- createPaymentLinkCardPayment(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkCardPaymentResponse, any>>;
10794
+ createPaymentLinkCardPayment(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkCardPaymentResponse, any, {}>>;
10791
10795
  /**
10792
10796
  * CREATE Mandate for payment link
10793
10797
  * @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
@@ -10795,7 +10799,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10795
10799
  * @throws {RequiredError}
10796
10800
  * @memberof DefaultApi
10797
10801
  */
10798
- createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkMandateResponse, any>>;
10802
+ createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkMandateResponse, any, {}>>;
10799
10803
  /**
10800
10804
  * Create a Payment Method for a user
10801
10805
  * @param {string} paymentUserId Payment User ID
@@ -10804,7 +10808,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10804
10808
  * @throws {RequiredError}
10805
10809
  * @memberof DefaultApi
10806
10810
  */
10807
- createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse, any>>;
10811
+ createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse, any, {}>>;
10808
10812
  /**
10809
10813
  * Create a scheduled payout
10810
10814
  * @param {string} idempotencyKey A random key provided by the customer, per unique payment. The purpose for the Idempotency key is to allow safe retrying without the operation being performed multiple times.
@@ -10813,14 +10817,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10813
10817
  * @throws {RequiredError}
10814
10818
  * @memberof DefaultApi
10815
10819
  */
10816
- createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any>>;
10820
+ createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any, {}>>;
10817
10821
  /**
10818
10822
  * Demote payment attempt
10819
10823
  * @param {*} [options] Override http request option.
10820
10824
  * @throws {RequiredError}
10821
10825
  * @memberof DefaultApi
10822
10826
  */
10823
- demotePaymentAttempt(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
10827
+ demotePaymentAttempt(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10824
10828
  /**
10825
10829
  * Download the balance statement for the ledger (CSV)
10826
10830
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -10830,21 +10834,21 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10830
10834
  * @throws {RequiredError}
10831
10835
  * @memberof DefaultApi
10832
10836
  */
10833
- downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DownloadBalanceStatementResponse, any>>;
10837
+ downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DownloadBalanceStatementResponse, any, {}>>;
10834
10838
  /**
10835
10839
  * Get the FPS QR code
10836
10840
  * @param {*} [options] Override http request option.
10837
10841
  * @throws {RequiredError}
10838
10842
  * @memberof DefaultApi
10839
10843
  */
10840
- getFpsQrCode(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FpsQrCodeResponse, any>>;
10844
+ getFpsQrCode(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FpsQrCodeResponse, any, {}>>;
10841
10845
  /**
10842
10846
  * Get a customer-specific list of institutions for Finverse Link
10843
10847
  * @param {*} [options] Override http request option.
10844
10848
  * @throws {RequiredError}
10845
10849
  * @memberof DefaultApi
10846
10850
  */
10847
- getInstitutionsForCustomer(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[], any>>;
10851
+ getInstitutionsForCustomer(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[], any, {}>>;
10848
10852
  /**
10849
10853
  * Get payment link
10850
10854
  * @param {string} paymentLinkId The payment link id
@@ -10852,7 +10856,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10852
10856
  * @throws {RequiredError}
10853
10857
  * @memberof DefaultApi
10854
10858
  */
10855
- getPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any>>;
10859
+ getPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any, {}>>;
10856
10860
  /**
10857
10861
  * Get a payment method
10858
10862
  * @param {string} paymentMethodId
@@ -10860,21 +10864,21 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10860
10864
  * @throws {RequiredError}
10861
10865
  * @memberof DefaultApi
10862
10866
  */
10863
- getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse, any>>;
10867
+ getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse, any, {}>>;
10864
10868
  /**
10865
10869
  * Get payment method in payment link flow
10866
10870
  * @param {*} [options] Override http request option.
10867
10871
  * @throws {RequiredError}
10868
10872
  * @memberof DefaultApi
10869
10873
  */
10870
- getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodFvLinkResponse, any>>;
10874
+ getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodFvLinkResponse, any, {}>>;
10871
10875
  /**
10872
10876
  * Get payment (if exists) on the payment link for front-end
10873
10877
  * @param {*} [options] Override http request option.
10874
10878
  * @throws {RequiredError}
10875
10879
  * @memberof DefaultApi
10876
10880
  */
10877
- getPaymentPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentFvLinkResponse, any>>;
10881
+ getPaymentPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentFvLinkResponse, any, {}>>;
10878
10882
  /**
10879
10883
  * Get payout by payout_id
10880
10884
  * @param {string} payoutId payout id
@@ -10882,14 +10886,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10882
10886
  * @throws {RequiredError}
10883
10887
  * @memberof DefaultApi
10884
10888
  */
10885
- getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any>>;
10889
+ getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any, {}>>;
10886
10890
  /**
10887
10891
  * Get sender payment user in payment link flow
10888
10892
  * @param {*} [options] Override http request option.
10889
10893
  * @throws {RequiredError}
10890
10894
  * @memberof DefaultApi
10891
10895
  */
10892
- getSenderPaymentUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentUserResponse, any>>;
10896
+ getSenderPaymentUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentUserResponse, any, {}>>;
10893
10897
  /**
10894
10898
  * List mandates details
10895
10899
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -10904,7 +10908,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10904
10908
  * @throws {RequiredError}
10905
10909
  * @memberof DefaultApi
10906
10910
  */
10907
- listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListDetokenizedMandatesStatusesEnum>, senderType?: ListDetokenizedMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListMandatesResponse, any>>;
10911
+ listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListDetokenizedMandatesStatusesEnum>, senderType?: ListDetokenizedMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListMandatesResponse, any, {}>>;
10908
10912
  /**
10909
10913
  * List Disputes
10910
10914
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -10916,7 +10920,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10916
10920
  * @throws {RequiredError}
10917
10921
  * @memberof DefaultApi
10918
10922
  */
10919
- listDisputes(dateFrom?: string, dateTo?: string, statuses?: Array<ListDisputesStatusesEnum>, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDisputesResponse, any>>;
10923
+ listDisputes(dateFrom?: string, dateTo?: string, statuses?: Array<ListDisputesStatusesEnum>, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDisputesResponse, any, {}>>;
10920
10924
  /**
10921
10925
  * List mandates
10922
10926
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -10931,7 +10935,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10931
10935
  * @throws {RequiredError}
10932
10936
  * @memberof DefaultApi
10933
10937
  */
10934
- listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListMandatesStatusesEnum>, senderType?: ListMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListMandatesResponse, any>>;
10938
+ listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListMandatesStatusesEnum>, senderType?: ListMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListMandatesResponse, any, {}>>;
10935
10939
  /**
10936
10940
  * List Payment Methods for a User
10937
10941
  * @param {string} paymentUserId Payment User Id
@@ -10939,7 +10943,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10939
10943
  * @throws {RequiredError}
10940
10944
  * @memberof DefaultApi
10941
10945
  */
10942
- listPaymentMethods(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentMethodsResponse, any>>;
10946
+ listPaymentMethods(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentMethodsResponse, any, {}>>;
10943
10947
  /**
10944
10948
  * List Payments
10945
10949
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -10959,7 +10963,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10959
10963
  * @throws {RequiredError}
10960
10964
  * @memberof DefaultApi
10961
10965
  */
10962
- listPayments(dateFrom?: string, dateTo?: string, statuses?: Array<ListPaymentsStatusesEnum>, senderType?: ListPaymentsSenderTypeEnum, userId?: string, institutionId?: string, paymentType?: ListPaymentsPaymentTypeEnum, paymentTypes?: Array<ListPaymentsPaymentTypesEnum>, mandateId?: string, currency?: string, currencies?: Array<string>, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentsResponse, any>>;
10966
+ listPayments(dateFrom?: string, dateTo?: string, statuses?: Array<ListPaymentsStatusesEnum>, senderType?: ListPaymentsSenderTypeEnum, userId?: string, institutionId?: string, paymentType?: ListPaymentsPaymentTypeEnum, paymentTypes?: Array<ListPaymentsPaymentTypesEnum>, mandateId?: string, currency?: string, currencies?: Array<string>, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentsResponse, any, {}>>;
10963
10967
  /**
10964
10968
  * List payouts
10965
10969
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -10978,14 +10982,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10978
10982
  * @throws {RequiredError}
10979
10983
  * @memberof DefaultApi
10980
10984
  */
10981
- listPayouts(dateFrom?: string, dateTo?: string, statuses?: Array<ListPayoutsStatusesEnum>, currencies?: Array<string>, payoutTypes?: Array<ListPayoutsPayoutTypesEnum>, mandateId?: string, senderAccountId?: string, recipientAccountId?: string, recipientUserId?: string, recipientExternalUserId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPayoutsResponse, any>>;
10985
+ listPayouts(dateFrom?: string, dateTo?: string, statuses?: Array<ListPayoutsStatusesEnum>, currencies?: Array<string>, payoutTypes?: Array<ListPayoutsPayoutTypesEnum>, mandateId?: string, senderAccountId?: string, recipientAccountId?: string, recipientUserId?: string, recipientExternalUserId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPayoutsResponse, any, {}>>;
10982
10986
  /**
10983
10987
  * Refresh payment attempt from payment link front-end
10984
10988
  * @param {*} [options] Override http request option.
10985
10989
  * @throws {RequiredError}
10986
10990
  * @memberof DefaultApi
10987
10991
  */
10988
- refreshPaymentAttempt(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshPaymentAttemptResponse, any>>;
10992
+ refreshPaymentAttempt(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshPaymentAttemptResponse, any, {}>>;
10989
10993
  /**
10990
10994
  * Set autopay consent for payment user
10991
10995
  * @param {SetAutopayConsentRequest} setAutopayConsentRequest
@@ -10993,7 +10997,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
10993
10997
  * @throws {RequiredError}
10994
10998
  * @memberof DefaultApi
10995
10999
  */
10996
- setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
11000
+ setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10997
11001
  /**
10998
11002
  * Update a payment user
10999
11003
  * @param {string} paymentUserId
@@ -11002,7 +11006,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
11002
11006
  * @throws {RequiredError}
11003
11007
  * @memberof DefaultApi
11004
11008
  */
11005
- updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any>>;
11009
+ updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any, {}>>;
11006
11010
  }
11007
11011
  /**
11008
11012
  * @export
@@ -11422,7 +11426,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
11422
11426
  * @throws {RequiredError}
11423
11427
  * @memberof LinkApi
11424
11428
  */
11425
- createLink(apiLinkRequest: ApiLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
11429
+ createLink(apiLinkRequest: ApiLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any, {}>>;
11426
11430
  /**
11427
11431
  * Creates a new link
11428
11432
  * @param {LinkRequest} linkRequest Request body for starting a new Link
@@ -11430,7 +11434,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
11430
11434
  * @throws {RequiredError}
11431
11435
  * @memberof LinkApi
11432
11436
  */
11433
- createLinkWoauth(linkRequest: LinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkResponse, any>>;
11437
+ createLinkWoauth(linkRequest: LinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkResponse, any, {}>>;
11434
11438
  /**
11435
11439
  * Post the user action value
11436
11440
  * @param {string} loginIdentityId The login identity id
@@ -11439,7 +11443,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
11439
11443
  * @throws {RequiredError}
11440
11444
  * @memberof LinkApi
11441
11445
  */
11442
- linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
11446
+ linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any, {}>>;
11443
11447
  /**
11444
11448
  * Check the status of a given loginIdentity
11445
11449
  * @param {string} loginIdentityId The login identity id
@@ -11447,7 +11451,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
11447
11451
  * @throws {RequiredError}
11448
11452
  * @memberof LinkApi
11449
11453
  */
11450
- linkStatus(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkStatusResponse, any>>;
11454
+ linkStatus(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkStatusResponse, any, {}>>;
11451
11455
  /**
11452
11456
  * Check the status of a given login identity via FVLink
11453
11457
  * @param {string} loginIdentityId The login identity id
@@ -11455,7 +11459,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
11455
11459
  * @throws {RequiredError}
11456
11460
  * @memberof LinkApi
11457
11461
  */
11458
- linkStatusNonSensitive(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonSensitiveLinkStatusResponse, any>>;
11462
+ linkStatusNonSensitive(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonSensitiveLinkStatusResponse, any, {}>>;
11459
11463
  /**
11460
11464
  * Update an existing link
11461
11465
  * @param {RelinkRequest} relinkRequest Request body for updating Link
@@ -11463,7 +11467,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
11463
11467
  * @throws {RequiredError}
11464
11468
  * @memberof LinkApi
11465
11469
  */
11466
- relink(relinkRequest: RelinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkResponse, any>>;
11470
+ relink(relinkRequest: RelinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkResponse, any, {}>>;
11467
11471
  /**
11468
11472
  * Create a new link using an existing LIID
11469
11473
  * @param {string} loginIdentityId The login identity id
@@ -11472,7 +11476,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
11472
11476
  * @throws {RequiredError}
11473
11477
  * @memberof LinkApi
11474
11478
  */
11475
- relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
11479
+ relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any, {}>>;
11476
11480
  /**
11477
11481
  * Exchange authorization code for token
11478
11482
  * @param {TokenGrantTypeEnum} grantType
@@ -11483,7 +11487,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
11483
11487
  * @throws {RequiredError}
11484
11488
  * @memberof LinkApi
11485
11489
  */
11486
- token(grantType: TokenGrantTypeEnum, code: string, clientId: string, redirectUri: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessTokenResponse, any>>;
11490
+ token(grantType: TokenGrantTypeEnum, code: string, clientId: string, redirectUri: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessTokenResponse, any, {}>>;
11487
11491
  }
11488
11492
  /**
11489
11493
  * @export
@@ -11994,7 +11998,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
11994
11998
  * @throws {RequiredError}
11995
11999
  * @memberof LoginIdentityApi
11996
12000
  */
11997
- deleteLoginIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteLoginIdentityResponse, any>>;
12001
+ deleteLoginIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteLoginIdentityResponse, any, {}>>;
11998
12002
  /**
11999
12003
  * generate a link token that can be used to create link
12000
12004
  * @param {LinkTokenRequest} linkTokenRequest token request
@@ -12002,7 +12006,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12002
12006
  * @throws {RequiredError}
12003
12007
  * @memberof LoginIdentityApi
12004
12008
  */
12005
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkTokenResponse, any>>;
12009
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkTokenResponse, any, {}>>;
12006
12010
  /**
12007
12011
  * Get a specific account\'s information
12008
12012
  * @param {string} accountId The account id
@@ -12010,7 +12014,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12010
12014
  * @throws {RequiredError}
12011
12015
  * @memberof LoginIdentityApi
12012
12016
  */
12013
- getAccount(accountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountResponse, any>>;
12017
+ getAccount(accountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountResponse, any, {}>>;
12014
12018
  /**
12015
12019
  * Get the account number for a specific account
12016
12020
  * @param {string} accountId The account id
@@ -12018,7 +12022,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12018
12022
  * @throws {RequiredError}
12019
12023
  * @memberof LoginIdentityApi
12020
12024
  */
12021
- getAccountNumber(accountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountNumberResponse, any>>;
12025
+ getAccountNumber(accountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountNumberResponse, any, {}>>;
12022
12026
  /**
12023
12027
  * Get the balance history for a specific account
12024
12028
  * @param {string} accountId The account id
@@ -12027,7 +12031,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12027
12031
  * @throws {RequiredError}
12028
12032
  * @memberof LoginIdentityApi
12029
12033
  */
12030
- getBalanceHistory(accountId: string, source?: GetBalanceHistorySourceEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBalanceHistoryResponse, any>>;
12034
+ getBalanceHistory(accountId: string, source?: GetBalanceHistorySourceEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBalanceHistoryResponse, any, {}>>;
12031
12035
  /**
12032
12036
  * Download composite statement
12033
12037
  * @param {boolean} [redirect] when true, response will be http redirect; otherwise it will be json response with the download link
@@ -12035,28 +12039,28 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12035
12039
  * @throws {RequiredError}
12036
12040
  * @memberof LoginIdentityApi
12037
12041
  */
12038
- getCompositeStatement(redirect?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompositeStatementLink, any>>;
12042
+ getCompositeStatement(redirect?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompositeStatementLink, any, {}>>;
12039
12043
  /**
12040
12044
  * \\[BETA] Get a list of identity data for a given login identity
12041
12045
  * @param {*} [options] Override http request option.
12042
12046
  * @throws {RequiredError}
12043
12047
  * @memberof LoginIdentityApi
12044
12048
  */
12045
- getIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetIdentityResponse, any>>;
12049
+ getIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetIdentityResponse, any, {}>>;
12046
12050
  /**
12047
12051
  * Get income figures for a login identity
12048
12052
  * @param {*} [options] Override http request option.
12049
12053
  * @throws {RequiredError}
12050
12054
  * @memberof LoginIdentityApi
12051
12055
  */
12052
- getIncomeEstimateByLoginIdentityId(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IncomeResponse, any>>;
12056
+ getIncomeEstimateByLoginIdentityId(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IncomeResponse, any, {}>>;
12053
12057
  /**
12054
12058
  * Get a specific loginIdentity
12055
12059
  * @param {*} [options] Override http request option.
12056
12060
  * @throws {RequiredError}
12057
12061
  * @memberof LoginIdentityApi
12058
12062
  */
12059
- getLoginIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
12063
+ getLoginIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any, {}>>;
12060
12064
  /**
12061
12065
  * Download statement
12062
12066
  * @param {string} statementId The statement id
@@ -12065,28 +12069,28 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12065
12069
  * @throws {RequiredError}
12066
12070
  * @memberof LoginIdentityApi
12067
12071
  */
12068
- getStatement(statementId: string, redirect?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatementLinkResponse, any>>;
12072
+ getStatement(statementId: string, redirect?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatementLinkResponse, any, {}>>;
12069
12073
  /**
12070
12074
  * Get list of available statements
12071
12075
  * @param {*} [options] Override http request option.
12072
12076
  * @throws {RequiredError}
12073
12077
  * @memberof LoginIdentityApi
12074
12078
  */
12075
- getStatements(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatementsResponse, any>>;
12079
+ getStatements(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatementsResponse, any, {}>>;
12076
12080
  /**
12077
12081
  * Get a list of accounts for a login identity
12078
12082
  * @param {*} [options] Override http request option.
12079
12083
  * @throws {RequiredError}
12080
12084
  * @memberof LoginIdentityApi
12081
12085
  */
12082
- listAccounts(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListAccountsResponse, any>>;
12086
+ listAccounts(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListAccountsResponse, any, {}>>;
12083
12087
  /**
12084
12088
  * Get a list of card details for a login identity
12085
12089
  * @param {*} [options] Override http request option.
12086
12090
  * @throws {RequiredError}
12087
12091
  * @memberof LoginIdentityApi
12088
12092
  */
12089
- listCardDetails(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCardsDetailsResponse, any>>;
12093
+ listCardDetails(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCardsDetailsResponse, any, {}>>;
12090
12094
  /**
12091
12095
  * Get a list of transactions for a particular account. The transactions are returned in sorted order, with the most recent one appearing first.
12092
12096
  * @param {string} accountId The account id (ULID, example - 01EP4A1MZDHKETZFRPF0K62S6S)
@@ -12097,7 +12101,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12097
12101
  * @throws {RequiredError}
12098
12102
  * @memberof LoginIdentityApi
12099
12103
  */
12100
- listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactionsResponse, any>>;
12104
+ listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactionsResponse, any, {}>>;
12101
12105
  /**
12102
12106
  * Get a list of transactions for a login identity. The transactions are returned in sorted order, with the most recent one appearing first.
12103
12107
  * @param {number} [offset] default is 0
@@ -12107,7 +12111,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12107
12111
  * @throws {RequiredError}
12108
12112
  * @memberof LoginIdentityApi
12109
12113
  */
12110
- listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactionsResponse, any>>;
12114
+ listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactionsResponse, any, {}>>;
12111
12115
  /**
12112
12116
  * Create a refresh job for a login identity
12113
12117
  * @param {RefreshLoginIdentityRequest} [refreshLoginIdentityReq]
@@ -12115,7 +12119,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
12115
12119
  * @throws {RequiredError}
12116
12120
  * @memberof LoginIdentityApi
12117
12121
  */
12118
- refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshTokenResponse, any>>;
12122
+ refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshTokenResponse, any, {}>>;
12119
12123
  }
12120
12124
  /**
12121
12125
  * @export
@@ -12292,7 +12296,7 @@ export declare class PublicApi extends BaseAPI implements PublicApiInterface {
12292
12296
  * @throws {RequiredError}
12293
12297
  * @memberof PublicApi
12294
12298
  */
12295
- authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RedirectUriResponse, any>>;
12299
+ authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RedirectUriResponse, any, {}>>;
12296
12300
  /**
12297
12301
  * generate an access_token
12298
12302
  * @param {TokenRequest} [tokenRequest] token request
@@ -12300,19 +12304,19 @@ export declare class PublicApi extends BaseAPI implements PublicApiInterface {
12300
12304
  * @throws {RequiredError}
12301
12305
  * @memberof PublicApi
12302
12306
  */
12303
- generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TokenResponse, any>>;
12307
+ generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TokenResponse, any, {}>>;
12304
12308
  /**
12305
12309
  * get jwks
12306
12310
  * @param {*} [options] Override http request option.
12307
12311
  * @throws {RequiredError}
12308
12312
  * @memberof PublicApi
12309
12313
  */
12310
- getCredSubmitJwks(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
12314
+ getCredSubmitJwks(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
12311
12315
  /**
12312
12316
  * get payment jwks
12313
12317
  * @param {*} [options] Override http request option.
12314
12318
  * @throws {RequiredError}
12315
12319
  * @memberof PublicApi
12316
12320
  */
12317
- getPaymentsJwks(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetJWKSResponse, any>>;
12321
+ getPaymentsJwks(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetJWKSResponse, any, {}>>;
12318
12322
  }
package/dist/api.js CHANGED
@@ -251,6 +251,7 @@ exports.LinkTokenRequestLanguageEnum = {
251
251
  En: 'en',
252
252
  Vi: 'vi',
253
253
  Zh: 'zh',
254
+ Ko: 'ko',
254
255
  };
255
256
  exports.LinkTokenRequestAutomaticDataRefreshEnum = {
256
257
  On: 'ON',
@@ -266,6 +267,7 @@ exports.MandateAuthLinkCustomizationsLanguageEnum = {
266
267
  En: 'en',
267
268
  Vi: 'vi',
268
269
  Zh: 'zh',
270
+ Ko: 'ko',
269
271
  };
270
272
  exports.MandateAuthLinkCustomizationsUiModeEnum = {
271
273
  Iframe: 'iframe',
@@ -321,6 +323,7 @@ exports.PaymentLinkCustomizationsLanguageEnum = {
321
323
  En: 'en',
322
324
  Vi: 'vi',
323
325
  Zh: 'zh',
326
+ Ko: 'ko',
324
327
  };
325
328
  exports.PaymentLinkCustomizationsUiModeEnum = {
326
329
  Iframe: 'iframe',
@@ -428,6 +431,7 @@ exports.RefreshLoginIdentityLinkCustomizationsLanguageEnum = {
428
431
  En: 'en',
429
432
  Vi: 'vi',
430
433
  Zh: 'zh',
434
+ Ko: 'ko',
431
435
  };
432
436
  exports.RefreshLoginIdentityLinkCustomizationsUiModeEnum = {
433
437
  Iframe: 'iframe',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.314",
3
+ "version": "0.0.316",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -24,15 +24,15 @@
24
24
  "test": "mocha --require ts-node/register test/**/*.spec.ts"
25
25
  },
26
26
  "dependencies": {
27
- "axios": "1.8.2"
27
+ "axios": "1.12.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/chai": "^5.2.2",
31
31
  "@types/mocha": "^10.0.10",
32
32
  "@types/node": "12.11.5 - 12.20.42",
33
33
  "axios-mock-adapter": "^1.21.2",
34
- "chai": "^6.0.1",
35
- "mocha": "^11.7.2",
34
+ "chai": "^6.2.0",
35
+ "mocha": "^11.7.4",
36
36
  "ts-node": "^10.9.2",
37
37
  "typescript": "^4.0 || ^5.0"
38
38
  },