@finverse/sdk-typescript 0.0.288 → 0.0.290

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
@@ -9,9 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Configuration } from './configuration';
13
- import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
- import { RequestArgs, BaseAPI } from './base';
12
+ import type { Configuration } from './configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import type { RequestArgs } from './base';
15
+ import { BaseAPI } from './base';
15
16
  /**
16
17
  *
17
18
  * @export
@@ -223,7 +224,7 @@ export declare const AccountTypeTypeEnum: {
223
224
  readonly Loan: "LOAN";
224
225
  readonly Unknown: "UNKNOWN";
225
226
  };
226
- export declare type AccountTypeTypeEnum = (typeof AccountTypeTypeEnum)[keyof typeof AccountTypeTypeEnum];
227
+ export type AccountTypeTypeEnum = (typeof AccountTypeTypeEnum)[keyof typeof AccountTypeTypeEnum];
227
228
  export declare const AccountTypeSubtypeEnum: {
228
229
  readonly Current: "CURRENT";
229
230
  readonly Savings: "SAVINGS";
@@ -240,7 +241,7 @@ export declare const AccountTypeSubtypeEnum: {
240
241
  readonly RevolvingLoan: "REVOLVING_LOAN";
241
242
  readonly Unknown: "UNKNOWN";
242
243
  };
243
- export declare type AccountTypeSubtypeEnum = (typeof AccountTypeSubtypeEnum)[keyof typeof AccountTypeSubtypeEnum];
244
+ export type AccountTypeSubtypeEnum = (typeof AccountTypeSubtypeEnum)[keyof typeof AccountTypeSubtypeEnum];
244
245
  /**
245
246
  *
246
247
  * @export
@@ -444,13 +445,13 @@ export declare const AuthChecklistFactorTypeEnum: {
444
445
  readonly EnduserConsent: "ENDUSER_CONSENT";
445
446
  readonly AccountholderAuthentication: "ACCOUNTHOLDER_AUTHENTICATION";
446
447
  };
447
- export declare type AuthChecklistFactorTypeEnum = (typeof AuthChecklistFactorTypeEnum)[keyof typeof AuthChecklistFactorTypeEnum];
448
+ export type AuthChecklistFactorTypeEnum = (typeof AuthChecklistFactorTypeEnum)[keyof typeof AuthChecklistFactorTypeEnum];
448
449
  export declare const AuthChecklistFactorRequiredEnum: {
449
450
  readonly Yes: "YES";
450
451
  readonly No: "NO";
451
452
  readonly Optional: "OPTIONAL";
452
453
  };
453
- export declare type AuthChecklistFactorRequiredEnum = (typeof AuthChecklistFactorRequiredEnum)[keyof typeof AuthChecklistFactorRequiredEnum];
454
+ export type AuthChecklistFactorRequiredEnum = (typeof AuthChecklistFactorRequiredEnum)[keyof typeof AuthChecklistFactorRequiredEnum];
454
455
  /**
455
456
  *
456
457
  * @export
@@ -483,15 +484,15 @@ export interface AuthChecklistOptions {
483
484
  redirect_url?: string;
484
485
  }
485
486
  export declare const AuthChecklistOptionsNameEnum: {
486
- readonly CredentialsLogin: "INSTITUTION_CREDENTIALS_LOGIN";
487
- readonly OauthLogin: "INSTITUTION_OAUTH_LOGIN";
487
+ readonly InstitutionCredentialsLogin: "INSTITUTION_CREDENTIALS_LOGIN";
488
+ readonly InstitutionOauthLogin: "INSTITUTION_OAUTH_LOGIN";
488
489
  };
489
- export declare type AuthChecklistOptionsNameEnum = (typeof AuthChecklistOptionsNameEnum)[keyof typeof AuthChecklistOptionsNameEnum];
490
+ export type AuthChecklistOptionsNameEnum = (typeof AuthChecklistOptionsNameEnum)[keyof typeof AuthChecklistOptionsNameEnum];
490
491
  export declare const AuthChecklistOptionsSubmittedByEnum: {
491
492
  readonly CustomerApp: "CUSTOMER_APP";
492
493
  readonly FinverseLink: "FINVERSE_LINK";
493
494
  };
494
- export declare type AuthChecklistOptionsSubmittedByEnum = (typeof AuthChecklistOptionsSubmittedByEnum)[keyof typeof AuthChecklistOptionsSubmittedByEnum];
495
+ export type AuthChecklistOptionsSubmittedByEnum = (typeof AuthChecklistOptionsSubmittedByEnum)[keyof typeof AuthChecklistOptionsSubmittedByEnum];
495
496
  /**
496
497
  *
497
498
  * @export
@@ -528,7 +529,7 @@ export declare const AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum: {
528
529
  readonly Yes: "YES";
529
530
  readonly No: "NO";
530
531
  };
531
- export declare type AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum = (typeof AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum)[keyof typeof AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum];
532
+ export type AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum = (typeof AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum)[keyof typeof AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum];
532
533
  /**
533
534
  *
534
535
  * @export
@@ -633,7 +634,7 @@ export declare const BadRequestModelV2ErrorTypeEnum: {
633
634
  readonly LinkError: "LINK_ERROR";
634
635
  readonly ApiError: "API_ERROR";
635
636
  };
636
- export declare type BadRequestModelV2ErrorTypeEnum = (typeof BadRequestModelV2ErrorTypeEnum)[keyof typeof BadRequestModelV2ErrorTypeEnum];
637
+ export type BadRequestModelV2ErrorTypeEnum = (typeof BadRequestModelV2ErrorTypeEnum)[keyof typeof BadRequestModelV2ErrorTypeEnum];
637
638
  /**
638
639
  *
639
640
  * @export
@@ -860,7 +861,7 @@ export declare const CardFvLinkResponseStatusEnum: {
860
861
  readonly Processing: "PROCESSING";
861
862
  readonly Succeeded: "SUCCEEDED";
862
863
  };
863
- export declare type CardFvLinkResponseStatusEnum = (typeof CardFvLinkResponseStatusEnum)[keyof typeof CardFvLinkResponseStatusEnum];
864
+ export type CardFvLinkResponseStatusEnum = (typeof CardFvLinkResponseStatusEnum)[keyof typeof CardFvLinkResponseStatusEnum];
864
865
  /**
865
866
  *
866
867
  * @export
@@ -1027,7 +1028,7 @@ export interface CreateCardRequest {
1027
1028
  export declare const CreateCardRequestStatusEnum: {
1028
1029
  readonly Succeeded: "SUCCEEDED";
1029
1030
  };
1030
- export declare type CreateCardRequestStatusEnum = (typeof CreateCardRequestStatusEnum)[keyof typeof CreateCardRequestStatusEnum];
1031
+ export type CreateCardRequestStatusEnum = (typeof CreateCardRequestStatusEnum)[keyof typeof CreateCardRequestStatusEnum];
1031
1032
  /**
1032
1033
  *
1033
1034
  * @export
@@ -1153,7 +1154,7 @@ export interface CreateMandateRequestWithDdaReference {
1153
1154
  export declare const CreateMandateRequestWithDdaReferenceStatusEnum: {
1154
1155
  readonly Succeeded: "SUCCEEDED";
1155
1156
  };
1156
- export declare type CreateMandateRequestWithDdaReferenceStatusEnum = (typeof CreateMandateRequestWithDdaReferenceStatusEnum)[keyof typeof CreateMandateRequestWithDdaReferenceStatusEnum];
1157
+ export type CreateMandateRequestWithDdaReferenceStatusEnum = (typeof CreateMandateRequestWithDdaReferenceStatusEnum)[keyof typeof CreateMandateRequestWithDdaReferenceStatusEnum];
1157
1158
  /**
1158
1159
  *
1159
1160
  * @export
@@ -1250,7 +1251,7 @@ export declare const CreateMandateResponseStatusEnum: {
1250
1251
  readonly Failed: "FAILED";
1251
1252
  readonly Revoked: "REVOKED";
1252
1253
  };
1253
- export declare type CreateMandateResponseStatusEnum = (typeof CreateMandateResponseStatusEnum)[keyof typeof CreateMandateResponseStatusEnum];
1254
+ export type CreateMandateResponseStatusEnum = (typeof CreateMandateResponseStatusEnum)[keyof typeof CreateMandateResponseStatusEnum];
1254
1255
  /**
1255
1256
  *
1256
1257
  * @export
@@ -1286,7 +1287,7 @@ export declare const CreateMandateSenderUserTypeEnum: {
1286
1287
  readonly Individual: "INDIVIDUAL";
1287
1288
  readonly Business: "BUSINESS";
1288
1289
  };
1289
- export declare type CreateMandateSenderUserTypeEnum = (typeof CreateMandateSenderUserTypeEnum)[keyof typeof CreateMandateSenderUserTypeEnum];
1290
+ export type CreateMandateSenderUserTypeEnum = (typeof CreateMandateSenderUserTypeEnum)[keyof typeof CreateMandateSenderUserTypeEnum];
1290
1291
  /**
1291
1292
  *
1292
1293
  * @export
@@ -1374,7 +1375,7 @@ export interface CreatePaymentAccountRequest {
1374
1375
  export declare const CreatePaymentAccountRequestAccountTypeEnum: {
1375
1376
  readonly ExternalAccount: "EXTERNAL_ACCOUNT";
1376
1377
  };
1377
- export declare type CreatePaymentAccountRequestAccountTypeEnum = (typeof CreatePaymentAccountRequestAccountTypeEnum)[keyof typeof CreatePaymentAccountRequestAccountTypeEnum];
1378
+ export type CreatePaymentAccountRequestAccountTypeEnum = (typeof CreatePaymentAccountRequestAccountTypeEnum)[keyof typeof CreatePaymentAccountRequestAccountTypeEnum];
1378
1379
  /**
1379
1380
  *
1380
1381
  * @export
@@ -1430,7 +1431,7 @@ export declare const CreatePaymentLinkMandateRequestSenderTypeEnum: {
1430
1431
  readonly Individual: "INDIVIDUAL";
1431
1432
  readonly Business: "BUSINESS";
1432
1433
  };
1433
- export declare type CreatePaymentLinkMandateRequestSenderTypeEnum = (typeof CreatePaymentLinkMandateRequestSenderTypeEnum)[keyof typeof CreatePaymentLinkMandateRequestSenderTypeEnum];
1434
+ export type CreatePaymentLinkMandateRequestSenderTypeEnum = (typeof CreatePaymentLinkMandateRequestSenderTypeEnum)[keyof typeof CreatePaymentLinkMandateRequestSenderTypeEnum];
1434
1435
  /**
1435
1436
  *
1436
1437
  * @export
@@ -1525,7 +1526,7 @@ export declare const CreatePaymentLinkRequestModeEnum: {
1525
1526
  readonly Payment: "PAYMENT";
1526
1527
  readonly Setup: "SETUP";
1527
1528
  };
1528
- export declare type CreatePaymentLinkRequestModeEnum = (typeof CreatePaymentLinkRequestModeEnum)[keyof typeof CreatePaymentLinkRequestModeEnum];
1529
+ export type CreatePaymentLinkRequestModeEnum = (typeof CreatePaymentLinkRequestModeEnum)[keyof typeof CreatePaymentLinkRequestModeEnum];
1529
1530
  /**
1530
1531
  *
1531
1532
  * @export
@@ -1561,7 +1562,7 @@ export declare const CreatePaymentMethodRequestPaymentMethodTypeEnum: {
1561
1562
  readonly Card: "CARD";
1562
1563
  readonly Mandate: "MANDATE";
1563
1564
  };
1564
- export declare type CreatePaymentMethodRequestPaymentMethodTypeEnum = (typeof CreatePaymentMethodRequestPaymentMethodTypeEnum)[keyof typeof CreatePaymentMethodRequestPaymentMethodTypeEnum];
1565
+ export type CreatePaymentMethodRequestPaymentMethodTypeEnum = (typeof CreatePaymentMethodRequestPaymentMethodTypeEnum)[keyof typeof CreatePaymentMethodRequestPaymentMethodTypeEnum];
1565
1566
  /**
1566
1567
  *
1567
1568
  * @export
@@ -1662,7 +1663,7 @@ export declare const CreatePaymentUserRequestUserTypeEnum: {
1662
1663
  readonly Individual: "INDIVIDUAL";
1663
1664
  readonly Business: "BUSINESS";
1664
1665
  };
1665
- export declare type CreatePaymentUserRequestUserTypeEnum = (typeof CreatePaymentUserRequestUserTypeEnum)[keyof typeof CreatePaymentUserRequestUserTypeEnum];
1666
+ export type CreatePaymentUserRequestUserTypeEnum = (typeof CreatePaymentUserRequestUserTypeEnum)[keyof typeof CreatePaymentUserRequestUserTypeEnum];
1666
1667
  /**
1667
1668
  *
1668
1669
  * @export
@@ -1703,7 +1704,7 @@ export interface CreateRecipientAccount {
1703
1704
  export declare const CreateRecipientAccountAccountTypeEnum: {
1704
1705
  readonly ExternalAccount: "EXTERNAL_ACCOUNT";
1705
1706
  };
1706
- export declare type CreateRecipientAccountAccountTypeEnum = (typeof CreateRecipientAccountAccountTypeEnum)[keyof typeof CreateRecipientAccountAccountTypeEnum];
1707
+ export type CreateRecipientAccountAccountTypeEnum = (typeof CreateRecipientAccountAccountTypeEnum)[keyof typeof CreateRecipientAccountAccountTypeEnum];
1707
1708
  /**
1708
1709
  *
1709
1710
  * @export
@@ -1850,7 +1851,7 @@ export interface CustomerPaymentInstruction {
1850
1851
  export declare const CustomerPaymentInstructionTypeEnum: {
1851
1852
  readonly DebitAuthorization: "DEBIT_AUTHORIZATION";
1852
1853
  };
1853
- export declare type CustomerPaymentInstructionTypeEnum = (typeof CustomerPaymentInstructionTypeEnum)[keyof typeof CustomerPaymentInstructionTypeEnum];
1854
+ export type CustomerPaymentInstructionTypeEnum = (typeof CustomerPaymentInstructionTypeEnum)[keyof typeof CustomerPaymentInstructionTypeEnum];
1854
1855
  /**
1855
1856
  *
1856
1857
  * @export
@@ -2037,7 +2038,7 @@ export declare const FVCardStatusEnum: {
2037
2038
  readonly Processing: "PROCESSING";
2038
2039
  readonly Succeeded: "SUCCEEDED";
2039
2040
  };
2040
- export declare type FVCardStatusEnum = (typeof FVCardStatusEnum)[keyof typeof FVCardStatusEnum];
2041
+ export type FVCardStatusEnum = (typeof FVCardStatusEnum)[keyof typeof FVCardStatusEnum];
2041
2042
  /**
2042
2043
  *
2043
2044
  * @export
@@ -2116,7 +2117,7 @@ export declare const FeePaidByEnum: {
2116
2117
  readonly Recipient: "RECIPIENT";
2117
2118
  readonly Sender: "SENDER";
2118
2119
  };
2119
- export declare type FeePaidByEnum = (typeof FeePaidByEnum)[keyof typeof FeePaidByEnum];
2120
+ export type FeePaidByEnum = (typeof FeePaidByEnum)[keyof typeof FeePaidByEnum];
2120
2121
  /**
2121
2122
  *
2122
2123
  * @export
@@ -2165,7 +2166,7 @@ export declare const FvEmbeddedErrorModelTypeEnum: {
2165
2166
  readonly LinkError: "LINK_ERROR";
2166
2167
  readonly ApiError: "API_ERROR";
2167
2168
  };
2168
- export declare type FvEmbeddedErrorModelTypeEnum = (typeof FvEmbeddedErrorModelTypeEnum)[keyof typeof FvEmbeddedErrorModelTypeEnum];
2169
+ export type FvEmbeddedErrorModelTypeEnum = (typeof FvEmbeddedErrorModelTypeEnum)[keyof typeof FvEmbeddedErrorModelTypeEnum];
2169
2170
  /**
2170
2171
  *
2171
2172
  * @export
@@ -2213,7 +2214,7 @@ export declare const FvErrorModelTypeEnum: {
2213
2214
  readonly LinkError: "LINK_ERROR";
2214
2215
  readonly ApiError: "API_ERROR";
2215
2216
  };
2216
- export declare type FvErrorModelTypeEnum = (typeof FvErrorModelTypeEnum)[keyof typeof FvErrorModelTypeEnum];
2217
+ export type FvErrorModelTypeEnum = (typeof FvErrorModelTypeEnum)[keyof typeof FvErrorModelTypeEnum];
2217
2218
  /**
2218
2219
  *
2219
2220
  * @export
@@ -2255,7 +2256,7 @@ export declare const FvErrorModelV2TypeEnum: {
2255
2256
  readonly LinkError: "LINK_ERROR";
2256
2257
  readonly ApiError: "API_ERROR";
2257
2258
  };
2258
- export declare type FvErrorModelV2TypeEnum = (typeof FvErrorModelV2TypeEnum)[keyof typeof FvErrorModelV2TypeEnum];
2259
+ export type FvErrorModelV2TypeEnum = (typeof FvErrorModelV2TypeEnum)[keyof typeof FvErrorModelV2TypeEnum];
2259
2260
  /**
2260
2261
  *
2261
2262
  * @export
@@ -2384,7 +2385,7 @@ export declare const GetBalanceHistoryResponseSourceEnum: {
2384
2385
  readonly Institution: "INSTITUTION";
2385
2386
  readonly Computed: "COMPUTED";
2386
2387
  };
2387
- export declare type GetBalanceHistoryResponseSourceEnum = (typeof GetBalanceHistoryResponseSourceEnum)[keyof typeof GetBalanceHistoryResponseSourceEnum];
2388
+ export type GetBalanceHistoryResponseSourceEnum = (typeof GetBalanceHistoryResponseSourceEnum)[keyof typeof GetBalanceHistoryResponseSourceEnum];
2388
2389
  /**
2389
2390
  *
2390
2391
  * @export
@@ -2527,7 +2528,7 @@ export interface GetMandateAuthLinkResponse {
2527
2528
  export declare const GetMandateAuthLinkResponseTokenTypeEnum: {
2528
2529
  readonly Bearer: "Bearer";
2529
2530
  };
2530
- export declare type GetMandateAuthLinkResponseTokenTypeEnum = (typeof GetMandateAuthLinkResponseTokenTypeEnum)[keyof typeof GetMandateAuthLinkResponseTokenTypeEnum];
2531
+ export type GetMandateAuthLinkResponseTokenTypeEnum = (typeof GetMandateAuthLinkResponseTokenTypeEnum)[keyof typeof GetMandateAuthLinkResponseTokenTypeEnum];
2531
2532
  /**
2532
2533
  *
2533
2534
  * @export
@@ -2607,12 +2608,12 @@ export declare const GetMandateAuthResponseMandateStatusEnum: {
2607
2608
  readonly Submitted: "SUBMITTED";
2608
2609
  readonly Error: "ERROR";
2609
2610
  };
2610
- export declare type GetMandateAuthResponseMandateStatusEnum = (typeof GetMandateAuthResponseMandateStatusEnum)[keyof typeof GetMandateAuthResponseMandateStatusEnum];
2611
+ export type GetMandateAuthResponseMandateStatusEnum = (typeof GetMandateAuthResponseMandateStatusEnum)[keyof typeof GetMandateAuthResponseMandateStatusEnum];
2611
2612
  export declare const GetMandateAuthResponseSenderTypeEnum: {
2612
2613
  readonly Individual: "INDIVIDUAL";
2613
2614
  readonly Business: "BUSINESS";
2614
2615
  };
2615
- export declare type GetMandateAuthResponseSenderTypeEnum = (typeof GetMandateAuthResponseSenderTypeEnum)[keyof typeof GetMandateAuthResponseSenderTypeEnum];
2616
+ export type GetMandateAuthResponseSenderTypeEnum = (typeof GetMandateAuthResponseSenderTypeEnum)[keyof typeof GetMandateAuthResponseSenderTypeEnum];
2616
2617
  /**
2617
2618
  *
2618
2619
  * @export
@@ -2709,7 +2710,7 @@ export declare const GetMandateResponseStatusEnum: {
2709
2710
  readonly Failed: "FAILED";
2710
2711
  readonly Revoked: "REVOKED";
2711
2712
  };
2712
- export declare type GetMandateResponseStatusEnum = (typeof GetMandateResponseStatusEnum)[keyof typeof GetMandateResponseStatusEnum];
2713
+ export type GetMandateResponseStatusEnum = (typeof GetMandateResponseStatusEnum)[keyof typeof GetMandateResponseStatusEnum];
2713
2714
  /**
2714
2715
  *
2715
2716
  * @export
@@ -2751,7 +2752,7 @@ export declare const GetMandateSenderUserTypeEnum: {
2751
2752
  readonly Individual: "INDIVIDUAL";
2752
2753
  readonly Business: "BUSINESS";
2753
2754
  };
2754
- export declare type GetMandateSenderUserTypeEnum = (typeof GetMandateSenderUserTypeEnum)[keyof typeof GetMandateSenderUserTypeEnum];
2755
+ export type GetMandateSenderUserTypeEnum = (typeof GetMandateSenderUserTypeEnum)[keyof typeof GetMandateSenderUserTypeEnum];
2755
2756
  /**
2756
2757
  *
2757
2758
  * @export
@@ -3389,13 +3390,13 @@ export declare const InstitutionTagsEnum: {
3389
3390
  readonly Real: "real";
3390
3391
  readonly Test: "test";
3391
3392
  };
3392
- export declare type InstitutionTagsEnum = (typeof InstitutionTagsEnum)[keyof typeof InstitutionTagsEnum];
3393
+ export type InstitutionTagsEnum = (typeof InstitutionTagsEnum)[keyof typeof InstitutionTagsEnum];
3393
3394
  export declare const InstitutionInstitutionTypeEnum: {
3394
3395
  readonly Bank: "BANK";
3395
3396
  readonly Wallet: "WALLET";
3396
3397
  readonly Test: "TEST";
3397
3398
  };
3398
- export declare type InstitutionInstitutionTypeEnum = (typeof InstitutionInstitutionTypeEnum)[keyof typeof InstitutionInstitutionTypeEnum];
3399
+ export type InstitutionInstitutionTypeEnum = (typeof InstitutionInstitutionTypeEnum)[keyof typeof InstitutionInstitutionTypeEnum];
3399
3400
  export declare const InstitutionProductsSupportedEnum: {
3400
3401
  readonly Accounts: "ACCOUNTS";
3401
3402
  readonly Transactions: "TRANSACTIONS";
@@ -3404,19 +3405,19 @@ export declare const InstitutionProductsSupportedEnum: {
3404
3405
  readonly Identity: "IDENTITY";
3405
3406
  readonly AutoDebitSetup: "AUTO_DEBIT_SETUP";
3406
3407
  };
3407
- export declare type InstitutionProductsSupportedEnum = (typeof InstitutionProductsSupportedEnum)[keyof typeof InstitutionProductsSupportedEnum];
3408
+ export type InstitutionProductsSupportedEnum = (typeof InstitutionProductsSupportedEnum)[keyof typeof InstitutionProductsSupportedEnum];
3408
3409
  export declare const InstitutionUserTypeEnum: {
3409
3410
  readonly Personal: "PERSONAL";
3410
3411
  readonly Individual: "INDIVIDUAL";
3411
3412
  readonly Business: "BUSINESS";
3412
3413
  };
3413
- export declare type InstitutionUserTypeEnum = (typeof InstitutionUserTypeEnum)[keyof typeof InstitutionUserTypeEnum];
3414
+ export type InstitutionUserTypeEnum = (typeof InstitutionUserTypeEnum)[keyof typeof InstitutionUserTypeEnum];
3414
3415
  export declare const InstitutionStatusEnum: {
3415
3416
  readonly Supported: "SUPPORTED";
3416
3417
  readonly Alpha: "ALPHA";
3417
3418
  readonly Beta: "BETA";
3418
3419
  };
3419
- export declare type InstitutionStatusEnum = (typeof InstitutionStatusEnum)[keyof typeof InstitutionStatusEnum];
3420
+ export type InstitutionStatusEnum = (typeof InstitutionStatusEnum)[keyof typeof InstitutionStatusEnum];
3420
3421
  /**
3421
3422
  *
3422
3423
  * @export
@@ -3470,7 +3471,7 @@ export interface IntegrationMetadataRequest {
3470
3471
  export declare const IntegrationMetadataRequestIntegrationIdEnum: {
3471
3472
  readonly Rapidstor: "RAPIDSTOR";
3472
3473
  };
3473
- export declare type IntegrationMetadataRequestIntegrationIdEnum = (typeof IntegrationMetadataRequestIntegrationIdEnum)[keyof typeof IntegrationMetadataRequestIntegrationIdEnum];
3474
+ export type IntegrationMetadataRequestIntegrationIdEnum = (typeof IntegrationMetadataRequestIntegrationIdEnum)[keyof typeof IntegrationMetadataRequestIntegrationIdEnum];
3474
3475
  /**
3475
3476
  *
3476
3477
  * @export
@@ -3493,7 +3494,7 @@ export interface IntegrationMetadataResponse {
3493
3494
  export declare const IntegrationMetadataResponseIntegrationIdEnum: {
3494
3495
  readonly Rapidstor: "RAPIDSTOR";
3495
3496
  };
3496
- export declare type IntegrationMetadataResponseIntegrationIdEnum = (typeof IntegrationMetadataResponseIntegrationIdEnum)[keyof typeof IntegrationMetadataResponseIntegrationIdEnum];
3497
+ export type IntegrationMetadataResponseIntegrationIdEnum = (typeof IntegrationMetadataResponseIntegrationIdEnum)[keyof typeof IntegrationMetadataResponseIntegrationIdEnum];
3497
3498
  /**
3498
3499
  *
3499
3500
  * @export
@@ -3567,7 +3568,7 @@ export declare const LineItemItemTypeEnum: {
3567
3568
  readonly Surcharge: "SURCHARGE";
3568
3569
  readonly Total: "TOTAL";
3569
3570
  };
3570
- export declare type LineItemItemTypeEnum = (typeof LineItemItemTypeEnum)[keyof typeof LineItemItemTypeEnum];
3571
+ export type LineItemItemTypeEnum = (typeof LineItemItemTypeEnum)[keyof typeof LineItemItemTypeEnum];
3571
3572
  /**
3572
3573
  *
3573
3574
  * @export
@@ -3868,19 +3869,19 @@ export declare const LinkTokenRequestUiModeEnum: {
3868
3869
  readonly AutoRedirect: "auto_redirect";
3869
3870
  readonly Standalone: "standalone";
3870
3871
  };
3871
- export declare type LinkTokenRequestUiModeEnum = (typeof LinkTokenRequestUiModeEnum)[keyof typeof LinkTokenRequestUiModeEnum];
3872
+ export type LinkTokenRequestUiModeEnum = (typeof LinkTokenRequestUiModeEnum)[keyof typeof LinkTokenRequestUiModeEnum];
3872
3873
  export declare const LinkTokenRequestLanguageEnum: {
3873
3874
  readonly En: "en";
3874
3875
  readonly Vi: "vi";
3875
3876
  readonly Zh: "zh";
3876
3877
  };
3877
- export declare type LinkTokenRequestLanguageEnum = (typeof LinkTokenRequestLanguageEnum)[keyof typeof LinkTokenRequestLanguageEnum];
3878
+ export type LinkTokenRequestLanguageEnum = (typeof LinkTokenRequestLanguageEnum)[keyof typeof LinkTokenRequestLanguageEnum];
3878
3879
  export declare const LinkTokenRequestAutomaticDataRefreshEnum: {
3879
3880
  readonly On: "ON";
3880
3881
  readonly Off: "OFF";
3881
3882
  readonly ForcedOn: "FORCED_ON";
3882
3883
  };
3883
- export declare type LinkTokenRequestAutomaticDataRefreshEnum = (typeof LinkTokenRequestAutomaticDataRefreshEnum)[keyof typeof LinkTokenRequestAutomaticDataRefreshEnum];
3884
+ export type LinkTokenRequestAutomaticDataRefreshEnum = (typeof LinkTokenRequestAutomaticDataRefreshEnum)[keyof typeof LinkTokenRequestAutomaticDataRefreshEnum];
3884
3885
  /**
3885
3886
  *
3886
3887
  * @export
@@ -4450,7 +4451,7 @@ export declare const LoginMethodStatusEnum: {
4450
4451
  readonly Alpha: "ALPHA";
4451
4452
  readonly Beta: "BETA";
4452
4453
  };
4453
- export declare type LoginMethodStatusEnum = (typeof LoginMethodStatusEnum)[keyof typeof LoginMethodStatusEnum];
4454
+ export type LoginMethodStatusEnum = (typeof LoginMethodStatusEnum)[keyof typeof LoginMethodStatusEnum];
4454
4455
  /**
4455
4456
  *
4456
4457
  * @export
@@ -4536,14 +4537,14 @@ export declare const MandateAuthLinkCustomizationsLanguageEnum: {
4536
4537
  readonly Vi: "vi";
4537
4538
  readonly Zh: "zh";
4538
4539
  };
4539
- export declare type MandateAuthLinkCustomizationsLanguageEnum = (typeof MandateAuthLinkCustomizationsLanguageEnum)[keyof typeof MandateAuthLinkCustomizationsLanguageEnum];
4540
+ export type MandateAuthLinkCustomizationsLanguageEnum = (typeof MandateAuthLinkCustomizationsLanguageEnum)[keyof typeof MandateAuthLinkCustomizationsLanguageEnum];
4540
4541
  export declare const MandateAuthLinkCustomizationsUiModeEnum: {
4541
4542
  readonly Iframe: "iframe";
4542
4543
  readonly Redirect: "redirect";
4543
4544
  readonly AutoRedirect: "auto_redirect";
4544
4545
  readonly Standalone: "standalone";
4545
4546
  };
4546
- export declare type MandateAuthLinkCustomizationsUiModeEnum = (typeof MandateAuthLinkCustomizationsUiModeEnum)[keyof typeof MandateAuthLinkCustomizationsUiModeEnum];
4547
+ export type MandateAuthLinkCustomizationsUiModeEnum = (typeof MandateAuthLinkCustomizationsUiModeEnum)[keyof typeof MandateAuthLinkCustomizationsUiModeEnum];
4547
4548
  /**
4548
4549
  *
4549
4550
  * @export
@@ -4832,7 +4833,7 @@ export declare const MandateRecipientAccountAccountTypeEnum: {
4832
4833
  readonly ExternalAccount: "EXTERNAL_ACCOUNT";
4833
4834
  readonly SettlementAccount: "SETTLEMENT_ACCOUNT";
4834
4835
  };
4835
- export declare type MandateRecipientAccountAccountTypeEnum = (typeof MandateRecipientAccountAccountTypeEnum)[keyof typeof MandateRecipientAccountAccountTypeEnum];
4836
+ export type MandateRecipientAccountAccountTypeEnum = (typeof MandateRecipientAccountAccountTypeEnum)[keyof typeof MandateRecipientAccountAccountTypeEnum];
4836
4837
  /**
4837
4838
  *
4838
4839
  * @export
@@ -4924,7 +4925,7 @@ export interface MandateSenderAccount {
4924
4925
  export declare const MandateSenderAccountAccountTypeEnum: {
4925
4926
  readonly ExternalAccount: "EXTERNAL_ACCOUNT";
4926
4927
  };
4927
- export declare type MandateSenderAccountAccountTypeEnum = (typeof MandateSenderAccountAccountTypeEnum)[keyof typeof MandateSenderAccountAccountTypeEnum];
4928
+ export type MandateSenderAccountAccountTypeEnum = (typeof MandateSenderAccountAccountTypeEnum)[keyof typeof MandateSenderAccountAccountTypeEnum];
4928
4929
  /**
4929
4930
  *
4930
4931
  * @export
@@ -4979,7 +4980,7 @@ export declare const ManualPaymentConfirmationResponseStatusEnum: {
4979
4980
  readonly Failed: "FAILED";
4980
4981
  readonly Revoked: "REVOKED";
4981
4982
  };
4982
- export declare type ManualPaymentConfirmationResponseStatusEnum = (typeof ManualPaymentConfirmationResponseStatusEnum)[keyof typeof ManualPaymentConfirmationResponseStatusEnum];
4983
+ export type ManualPaymentConfirmationResponseStatusEnum = (typeof ManualPaymentConfirmationResponseStatusEnum)[keyof typeof ManualPaymentConfirmationResponseStatusEnum];
4983
4984
  /**
4984
4985
  *
4985
4986
  * @export
@@ -5196,7 +5197,7 @@ export declare const PaymentAccountDetailsAccountTypeEnum: {
5196
5197
  readonly ExternalAccount: "EXTERNAL_ACCOUNT";
5197
5198
  readonly SettlementAccount: "SETTLEMENT_ACCOUNT";
5198
5199
  };
5199
- export declare type PaymentAccountDetailsAccountTypeEnum = (typeof PaymentAccountDetailsAccountTypeEnum)[keyof typeof PaymentAccountDetailsAccountTypeEnum];
5200
+ export type PaymentAccountDetailsAccountTypeEnum = (typeof PaymentAccountDetailsAccountTypeEnum)[keyof typeof PaymentAccountDetailsAccountTypeEnum];
5200
5201
  /**
5201
5202
  *
5202
5203
  * @export
@@ -5373,7 +5374,7 @@ export declare const PaymentFvLinkResponseStatusEnum: {
5373
5374
  readonly Failed: "FAILED";
5374
5375
  readonly Revoked: "REVOKED";
5375
5376
  };
5376
- export declare type PaymentFvLinkResponseStatusEnum = (typeof PaymentFvLinkResponseStatusEnum)[keyof typeof PaymentFvLinkResponseStatusEnum];
5377
+ export type PaymentFvLinkResponseStatusEnum = (typeof PaymentFvLinkResponseStatusEnum)[keyof typeof PaymentFvLinkResponseStatusEnum];
5377
5378
  /**
5378
5379
  *
5379
5380
  * @export
@@ -5403,7 +5404,7 @@ export declare const PaymentInfoPaymentsSupportedEnum: {
5403
5404
  readonly Mandate: "MANDATE";
5404
5405
  readonly DebitAuthorization: "DEBIT_AUTHORIZATION";
5405
5406
  };
5406
- export declare type PaymentInfoPaymentsSupportedEnum = (typeof PaymentInfoPaymentsSupportedEnum)[keyof typeof PaymentInfoPaymentsSupportedEnum];
5407
+ export type PaymentInfoPaymentsSupportedEnum = (typeof PaymentInfoPaymentsSupportedEnum)[keyof typeof PaymentInfoPaymentsSupportedEnum];
5407
5408
  /**
5408
5409
  *
5409
5410
  * @export
@@ -5528,7 +5529,7 @@ export interface PaymentInstruction {
5528
5529
  export declare const PaymentInstructionTypeEnum: {
5529
5530
  readonly DebitAuthorization: "DEBIT_AUTHORIZATION";
5530
5531
  };
5531
- export declare type PaymentInstructionTypeEnum = (typeof PaymentInstructionTypeEnum)[keyof typeof PaymentInstructionTypeEnum];
5532
+ export type PaymentInstructionTypeEnum = (typeof PaymentInstructionTypeEnum)[keyof typeof PaymentInstructionTypeEnum];
5532
5533
  /**
5533
5534
  *
5534
5535
  * @export
@@ -5559,14 +5560,14 @@ export declare const PaymentLinkCustomizationsLanguageEnum: {
5559
5560
  readonly Vi: "vi";
5560
5561
  readonly Zh: "zh";
5561
5562
  };
5562
- export declare type PaymentLinkCustomizationsLanguageEnum = (typeof PaymentLinkCustomizationsLanguageEnum)[keyof typeof PaymentLinkCustomizationsLanguageEnum];
5563
+ export type PaymentLinkCustomizationsLanguageEnum = (typeof PaymentLinkCustomizationsLanguageEnum)[keyof typeof PaymentLinkCustomizationsLanguageEnum];
5563
5564
  export declare const PaymentLinkCustomizationsUiModeEnum: {
5564
5565
  readonly Iframe: "iframe";
5565
5566
  readonly Redirect: "redirect";
5566
5567
  readonly AutoRedirect: "auto_redirect";
5567
5568
  readonly Standalone: "standalone";
5568
5569
  };
5569
- export declare type PaymentLinkCustomizationsUiModeEnum = (typeof PaymentLinkCustomizationsUiModeEnum)[keyof typeof PaymentLinkCustomizationsUiModeEnum];
5570
+ export type PaymentLinkCustomizationsUiModeEnum = (typeof PaymentLinkCustomizationsUiModeEnum)[keyof typeof PaymentLinkCustomizationsUiModeEnum];
5570
5571
  /**
5571
5572
  *
5572
5573
  * @export
@@ -5720,20 +5721,20 @@ export interface PaymentLinkResponse {
5720
5721
  export declare const PaymentLinkResponseModeEnum: {
5721
5722
  readonly Payment: "PAYMENT";
5722
5723
  };
5723
- export declare type PaymentLinkResponseModeEnum = (typeof PaymentLinkResponseModeEnum)[keyof typeof PaymentLinkResponseModeEnum];
5724
+ export type PaymentLinkResponseModeEnum = (typeof PaymentLinkResponseModeEnum)[keyof typeof PaymentLinkResponseModeEnum];
5724
5725
  export declare const PaymentLinkResponseStatusEnum: {
5725
5726
  readonly Created: "CREATED";
5726
5727
  readonly Paid: "PAID";
5727
5728
  readonly Expired: "EXPIRED";
5728
5729
  };
5729
- export declare type PaymentLinkResponseStatusEnum = (typeof PaymentLinkResponseStatusEnum)[keyof typeof PaymentLinkResponseStatusEnum];
5730
+ export type PaymentLinkResponseStatusEnum = (typeof PaymentLinkResponseStatusEnum)[keyof typeof PaymentLinkResponseStatusEnum];
5730
5731
  export declare const PaymentLinkResponseSessionStatusEnum: {
5731
5732
  readonly Open: "OPEN";
5732
5733
  readonly Processing: "PROCESSING";
5733
5734
  readonly Complete: "COMPLETE";
5734
5735
  readonly Failed: "FAILED";
5735
5736
  };
5736
- export declare type PaymentLinkResponseSessionStatusEnum = (typeof PaymentLinkResponseSessionStatusEnum)[keyof typeof PaymentLinkResponseSessionStatusEnum];
5737
+ export type PaymentLinkResponseSessionStatusEnum = (typeof PaymentLinkResponseSessionStatusEnum)[keyof typeof PaymentLinkResponseSessionStatusEnum];
5737
5738
  /**
5738
5739
  *
5739
5740
  * @export
@@ -5824,7 +5825,7 @@ export interface PaymentLinkTokenResponse {
5824
5825
  export declare const PaymentLinkTokenResponseTokenTypeEnum: {
5825
5826
  readonly Bearer: "Bearer";
5826
5827
  };
5827
- export declare type PaymentLinkTokenResponseTokenTypeEnum = (typeof PaymentLinkTokenResponseTokenTypeEnum)[keyof typeof PaymentLinkTokenResponseTokenTypeEnum];
5828
+ export type PaymentLinkTokenResponseTokenTypeEnum = (typeof PaymentLinkTokenResponseTokenTypeEnum)[keyof typeof PaymentLinkTokenResponseTokenTypeEnum];
5828
5829
  /**
5829
5830
  *
5830
5831
  * @export
@@ -5891,7 +5892,7 @@ export declare const PaymentMethodIntegrationMetadataIntegrationIdEnum: {
5891
5892
  readonly Stripe: "STRIPE";
5892
5893
  readonly Cybersource: "CYBERSOURCE";
5893
5894
  };
5894
- export declare type PaymentMethodIntegrationMetadataIntegrationIdEnum = (typeof PaymentMethodIntegrationMetadataIntegrationIdEnum)[keyof typeof PaymentMethodIntegrationMetadataIntegrationIdEnum];
5895
+ export type PaymentMethodIntegrationMetadataIntegrationIdEnum = (typeof PaymentMethodIntegrationMetadataIntegrationIdEnum)[keyof typeof PaymentMethodIntegrationMetadataIntegrationIdEnum];
5895
5896
  /**
5896
5897
  *
5897
5898
  * @export
@@ -6103,7 +6104,7 @@ export declare const PaymentResponseTypeEnum: {
6103
6104
  readonly Card: "CARD";
6104
6105
  readonly Manual: "MANUAL";
6105
6106
  };
6106
- export declare type PaymentResponseTypeEnum = (typeof PaymentResponseTypeEnum)[keyof typeof PaymentResponseTypeEnum];
6107
+ export type PaymentResponseTypeEnum = (typeof PaymentResponseTypeEnum)[keyof typeof PaymentResponseTypeEnum];
6107
6108
  export declare const PaymentResponseStatusEnum: {
6108
6109
  readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
6109
6110
  readonly Authorizing: "AUTHORIZING";
@@ -6113,7 +6114,7 @@ export declare const PaymentResponseStatusEnum: {
6113
6114
  readonly Failed: "FAILED";
6114
6115
  readonly Revoked: "REVOKED";
6115
6116
  };
6116
- export declare type PaymentResponseStatusEnum = (typeof PaymentResponseStatusEnum)[keyof typeof PaymentResponseStatusEnum];
6117
+ export type PaymentResponseStatusEnum = (typeof PaymentResponseStatusEnum)[keyof typeof PaymentResponseStatusEnum];
6117
6118
  /**
6118
6119
  *
6119
6120
  * @export
@@ -6140,7 +6141,7 @@ export declare const PaymentScheduleFrequencyEnum: {
6140
6141
  readonly Quarterly: "QUARTERLY";
6141
6142
  readonly Yearly: "YEARLY";
6142
6143
  };
6143
- export declare type PaymentScheduleFrequencyEnum = (typeof PaymentScheduleFrequencyEnum)[keyof typeof PaymentScheduleFrequencyEnum];
6144
+ export type PaymentScheduleFrequencyEnum = (typeof PaymentScheduleFrequencyEnum)[keyof typeof PaymentScheduleFrequencyEnum];
6144
6145
  /**
6145
6146
  *
6146
6147
  * @export
@@ -6182,14 +6183,14 @@ export declare const PaymentSetupOptionsFuturePaymentsEnum: {
6182
6183
  readonly Autopay: "AUTOPAY";
6183
6184
  readonly ClickToPay: "CLICK_TO_PAY";
6184
6185
  };
6185
- export declare type PaymentSetupOptionsFuturePaymentsEnum = (typeof PaymentSetupOptionsFuturePaymentsEnum)[keyof typeof PaymentSetupOptionsFuturePaymentsEnum];
6186
+ export type PaymentSetupOptionsFuturePaymentsEnum = (typeof PaymentSetupOptionsFuturePaymentsEnum)[keyof typeof PaymentSetupOptionsFuturePaymentsEnum];
6186
6187
  export declare const PaymentSetupOptionsPaymentMethodTypesEnum: {
6187
6188
  readonly Mandate: "MANDATE";
6188
6189
  readonly Single: "SINGLE";
6189
6190
  readonly Card: "CARD";
6190
6191
  readonly Manual: "MANUAL";
6191
6192
  };
6192
- export declare type PaymentSetupOptionsPaymentMethodTypesEnum = (typeof PaymentSetupOptionsPaymentMethodTypesEnum)[keyof typeof PaymentSetupOptionsPaymentMethodTypesEnum];
6193
+ export type PaymentSetupOptionsPaymentMethodTypesEnum = (typeof PaymentSetupOptionsPaymentMethodTypesEnum)[keyof typeof PaymentSetupOptionsPaymentMethodTypesEnum];
6193
6194
  /**
6194
6195
  *
6195
6196
  * @export
@@ -6301,7 +6302,7 @@ export declare const PaymentUserUserTypeEnum: {
6301
6302
  readonly Individual: "INDIVIDUAL";
6302
6303
  readonly Business: "BUSINESS";
6303
6304
  };
6304
- export declare type PaymentUserUserTypeEnum = (typeof PaymentUserUserTypeEnum)[keyof typeof PaymentUserUserTypeEnum];
6305
+ export type PaymentUserUserTypeEnum = (typeof PaymentUserUserTypeEnum)[keyof typeof PaymentUserUserTypeEnum];
6305
6306
  /**
6306
6307
  *
6307
6308
  * @export
@@ -6387,7 +6388,7 @@ export declare const PaymentUserWithoutEmailUserTypeEnum: {
6387
6388
  readonly Individual: "INDIVIDUAL";
6388
6389
  readonly Business: "BUSINESS";
6389
6390
  };
6390
- export declare type PaymentUserWithoutEmailUserTypeEnum = (typeof PaymentUserWithoutEmailUserTypeEnum)[keyof typeof PaymentUserWithoutEmailUserTypeEnum];
6391
+ export type PaymentUserWithoutEmailUserTypeEnum = (typeof PaymentUserWithoutEmailUserTypeEnum)[keyof typeof PaymentUserWithoutEmailUserTypeEnum];
6391
6392
  /**
6392
6393
  *
6393
6394
  * @export
@@ -6853,7 +6854,7 @@ export declare const RecipientAccountNumberTypeEnum: {
6853
6854
  readonly Local: "LOCAL";
6854
6855
  readonly Iban: "IBAN";
6855
6856
  };
6856
- export declare type RecipientAccountNumberTypeEnum = (typeof RecipientAccountNumberTypeEnum)[keyof typeof RecipientAccountNumberTypeEnum];
6857
+ export type RecipientAccountNumberTypeEnum = (typeof RecipientAccountNumberTypeEnum)[keyof typeof RecipientAccountNumberTypeEnum];
6857
6858
  /**
6858
6859
  *
6859
6860
  * @export
@@ -6919,7 +6920,7 @@ export declare const RecipientAccountResponseAccountTypeEnum: {
6919
6920
  readonly ExternalAccount: "EXTERNAL_ACCOUNT";
6920
6921
  readonly SettlementAccount: "SETTLEMENT_ACCOUNT";
6921
6922
  };
6922
- export declare type RecipientAccountResponseAccountTypeEnum = (typeof RecipientAccountResponseAccountTypeEnum)[keyof typeof RecipientAccountResponseAccountTypeEnum];
6923
+ export type RecipientAccountResponseAccountTypeEnum = (typeof RecipientAccountResponseAccountTypeEnum)[keyof typeof RecipientAccountResponseAccountTypeEnum];
6923
6924
  /**
6924
6925
  *
6925
6926
  * @export
@@ -6988,14 +6989,14 @@ export declare const RefreshLoginIdentityLinkCustomizationsLanguageEnum: {
6988
6989
  readonly Vi: "vi";
6989
6990
  readonly Zh: "zh";
6990
6991
  };
6991
- export declare type RefreshLoginIdentityLinkCustomizationsLanguageEnum = (typeof RefreshLoginIdentityLinkCustomizationsLanguageEnum)[keyof typeof RefreshLoginIdentityLinkCustomizationsLanguageEnum];
6992
+ export type RefreshLoginIdentityLinkCustomizationsLanguageEnum = (typeof RefreshLoginIdentityLinkCustomizationsLanguageEnum)[keyof typeof RefreshLoginIdentityLinkCustomizationsLanguageEnum];
6992
6993
  export declare const RefreshLoginIdentityLinkCustomizationsUiModeEnum: {
6993
6994
  readonly Iframe: "iframe";
6994
6995
  readonly Redirect: "redirect";
6995
6996
  readonly AutoRedirect: "auto_redirect";
6996
6997
  readonly Standalone: "standalone";
6997
6998
  };
6998
- export declare type RefreshLoginIdentityLinkCustomizationsUiModeEnum = (typeof RefreshLoginIdentityLinkCustomizationsUiModeEnum)[keyof typeof RefreshLoginIdentityLinkCustomizationsUiModeEnum];
6999
+ export type RefreshLoginIdentityLinkCustomizationsUiModeEnum = (typeof RefreshLoginIdentityLinkCustomizationsUiModeEnum)[keyof typeof RefreshLoginIdentityLinkCustomizationsUiModeEnum];
6999
7000
  /**
7000
7001
  *
7001
7002
  * @export
@@ -7153,7 +7154,7 @@ export declare const SenderDetailDetailsTypeEnum: {
7153
7154
  readonly HkBusinessRegistration: "HK_BUSINESS_REGISTRATION";
7154
7155
  readonly HkCertificateOfIncorporation: "HK_CERTIFICATE_OF_INCORPORATION";
7155
7156
  };
7156
- export declare type SenderDetailDetailsTypeEnum = (typeof SenderDetailDetailsTypeEnum)[keyof typeof SenderDetailDetailsTypeEnum];
7157
+ export type SenderDetailDetailsTypeEnum = (typeof SenderDetailDetailsTypeEnum)[keyof typeof SenderDetailDetailsTypeEnum];
7157
7158
  /**
7158
7159
  *
7159
7160
  * @export
@@ -7354,7 +7355,7 @@ export declare const SubmitAuthChecklistResponseMandateStatusEnum: {
7354
7355
  readonly Submitted: "SUBMITTED";
7355
7356
  readonly Error: "ERROR";
7356
7357
  };
7357
- export declare type SubmitAuthChecklistResponseMandateStatusEnum = (typeof SubmitAuthChecklistResponseMandateStatusEnum)[keyof typeof SubmitAuthChecklistResponseMandateStatusEnum];
7358
+ export type SubmitAuthChecklistResponseMandateStatusEnum = (typeof SubmitAuthChecklistResponseMandateStatusEnum)[keyof typeof SubmitAuthChecklistResponseMandateStatusEnum];
7358
7359
  /**
7359
7360
  *
7360
7361
  * @export
@@ -7592,7 +7593,7 @@ export interface TransactionLimits {
7592
7593
  * @type {string}
7593
7594
  * @memberof TransactionLimits
7594
7595
  */
7595
- period?: TransactionLimitsPeriodEnum;
7596
+ period?: TransactionLimitsPeriodEnum | null;
7596
7597
  }
7597
7598
  export declare const TransactionLimitsPeriodEnum: {
7598
7599
  readonly Daily: "DAILY";
@@ -7601,13 +7602,14 @@ export declare const TransactionLimitsPeriodEnum: {
7601
7602
  readonly Quarterly: "QUARTERLY";
7602
7603
  readonly Yearly: "YEARLY";
7603
7604
  };
7604
- export declare type TransactionLimitsPeriodEnum = (typeof TransactionLimitsPeriodEnum)[keyof typeof TransactionLimitsPeriodEnum];
7605
+ export type TransactionLimitsPeriodEnum = (typeof TransactionLimitsPeriodEnum)[keyof typeof TransactionLimitsPeriodEnum];
7605
7606
  /**
7606
7607
  *
7607
7608
  * @export
7608
7609
  * @interface UpdatePaymentRequest
7609
7610
  */
7610
7611
  export interface UpdatePaymentRequest {
7612
+ [key: string]: any;
7611
7613
  /**
7612
7614
  *
7613
7615
  * @type {{ [key: string]: string; }}
@@ -7623,6 +7625,7 @@ export interface UpdatePaymentRequest {
7623
7625
  * @interface UpdatePaymentUserRequest
7624
7626
  */
7625
7627
  export interface UpdatePaymentUserRequest {
7628
+ [key: string]: any;
7626
7629
  /**
7627
7630
  *
7628
7631
  * @type {boolean}
@@ -7660,13 +7663,13 @@ export interface UpdatePaymentUserRequest {
7660
7663
  * @type {string}
7661
7664
  * @memberof UpdatePaymentUserRequest
7662
7665
  */
7663
- user_type?: UpdatePaymentUserRequestUserTypeEnum;
7666
+ user_type?: UpdatePaymentUserRequestUserTypeEnum | null;
7664
7667
  }
7665
7668
  export declare const UpdatePaymentUserRequestUserTypeEnum: {
7666
7669
  readonly Individual: "INDIVIDUAL";
7667
7670
  readonly Business: "BUSINESS";
7668
7671
  };
7669
- export declare type UpdatePaymentUserRequestUserTypeEnum = (typeof UpdatePaymentUserRequestUserTypeEnum)[keyof typeof UpdatePaymentUserRequestUserTypeEnum];
7672
+ export type UpdatePaymentUserRequestUserTypeEnum = (typeof UpdatePaymentUserRequestUserTypeEnum)[keyof typeof UpdatePaymentUserRequestUserTypeEnum];
7670
7673
  /**
7671
7674
  *
7672
7675
  * @export
@@ -7683,7 +7686,7 @@ export interface UpdateTestPaymentStatusRequest {
7683
7686
  export declare const UpdateTestPaymentStatusRequestStatusEnum: {
7684
7687
  readonly Executed: "EXECUTED";
7685
7688
  };
7686
- export declare type UpdateTestPaymentStatusRequestStatusEnum = (typeof UpdateTestPaymentStatusRequestStatusEnum)[keyof typeof UpdateTestPaymentStatusRequestStatusEnum];
7689
+ export type UpdateTestPaymentStatusRequestStatusEnum = (typeof UpdateTestPaymentStatusRequestStatusEnum)[keyof typeof UpdateTestPaymentStatusRequestStatusEnum];
7687
7690
  /**
7688
7691
  *
7689
7692
  * @export
@@ -7802,7 +7805,7 @@ export declare const CustomerApiAxiosParamCreator: (configuration?: Configuratio
7802
7805
  * @param {*} [options] Override http request option.
7803
7806
  * @throws {RequiredError}
7804
7807
  */
7805
- authorizeMandate: (mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7808
+ authorizeMandate: (mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7806
7809
  /**
7807
7810
  * CREATE Mandate
7808
7811
  * @param {CreateMandateRequest} createMandateRequest request body for creating mandate
@@ -7810,7 +7813,7 @@ export declare const CustomerApiAxiosParamCreator: (configuration?: Configuratio
7810
7813
  * @param {*} [options] Override http request option.
7811
7814
  * @throws {RequiredError}
7812
7815
  */
7813
- createMandate: (createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7816
+ createMandate: (createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7814
7817
  /**
7815
7818
  * Create new Payment
7816
7819
  * @param {CreatePaymentRequest} createPaymentRequest request body for creating payment
@@ -7818,149 +7821,149 @@ export declare const CustomerApiAxiosParamCreator: (configuration?: Configuratio
7818
7821
  * @param {*} [options] Override http request option.
7819
7822
  * @throws {RequiredError}
7820
7823
  */
7821
- createPayment: (createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7824
+ createPayment: (createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7822
7825
  /**
7823
7826
  * create payment account
7824
7827
  * @param {CreatePaymentAccountRequest} createPaymentAccountRequest request body for creating payment account
7825
7828
  * @param {*} [options] Override http request option.
7826
7829
  * @throws {RequiredError}
7827
7830
  */
7828
- createPaymentAccount: (createPaymentAccountRequest: CreatePaymentAccountRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7831
+ createPaymentAccount: (createPaymentAccountRequest: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7829
7832
  /**
7830
7833
  * Create a new payment instruction to be used when linking to perform new payment
7831
7834
  * @param {CustomerPaymentInstruction} paymentInstruction Request body for starting a new Link
7832
7835
  * @param {*} [options] Override http request option.
7833
7836
  * @throws {RequiredError}
7834
7837
  */
7835
- createPaymentInstruction: (paymentInstruction: CustomerPaymentInstruction, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7838
+ createPaymentInstruction: (paymentInstruction: CustomerPaymentInstruction, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7836
7839
  /**
7837
7840
  * Create a payment user
7838
7841
  * @param {CreatePaymentUserRequest} createPaymentUserRequest request body for creating payment user
7839
7842
  * @param {*} [options] Override http request option.
7840
7843
  * @throws {RequiredError}
7841
7844
  */
7842
- createPaymentUser: (createPaymentUserRequest: CreatePaymentUserRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7845
+ createPaymentUser: (createPaymentUserRequest: CreatePaymentUserRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7843
7846
  /**
7844
7847
  * delete payment account
7845
7848
  * @param {string} paymentAccountId The payment account id
7846
7849
  * @param {*} [options] Override http request option.
7847
7850
  * @throws {RequiredError}
7848
7851
  */
7849
- deletePaymentAccount: (paymentAccountId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7852
+ deletePaymentAccount: (paymentAccountId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7850
7853
  /**
7851
7854
  * generate a link token that can be used to create link
7852
7855
  * @param {LinkTokenRequest} linkTokenRequest token request
7853
7856
  * @param {*} [options] Override http request option.
7854
7857
  * @throws {RequiredError}
7855
7858
  */
7856
- generateLinkToken: (linkTokenRequest: LinkTokenRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7859
+ generateLinkToken: (linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7857
7860
  /**
7858
7861
  * Get a specific institution by institutionId
7859
7862
  * @param {string} institutionId The institution id
7860
7863
  * @param {*} [options] Override http request option.
7861
7864
  * @throws {RequiredError}
7862
7865
  */
7863
- getInstitution: (institutionId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7866
+ getInstitution: (institutionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7864
7867
  /**
7865
7868
  * Get line items for display
7866
- * @param {'MANDATE' | 'MANUAL'} paymentType The payment type
7869
+ * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
7867
7870
  * @param {*} [options] Override http request option.
7868
7871
  * @throws {RequiredError}
7869
7872
  */
7870
- getLineItemsForDisplay: (paymentType: 'MANDATE' | 'MANUAL', options?: AxiosRequestConfig) => Promise<RequestArgs>;
7873
+ getLineItemsForDisplay: (paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7871
7874
  /**
7872
7875
  * Get a specific loginIdentity
7873
7876
  * @param {string} loginIdentityId The login identity id
7874
7877
  * @param {*} [options] Override http request option.
7875
7878
  * @throws {RequiredError}
7876
7879
  */
7877
- getLoginIdentityById: (loginIdentityId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7880
+ getLoginIdentityById: (loginIdentityId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7878
7881
  /**
7879
7882
  * Get a history of events for a specific loginIdentity
7880
7883
  * @param {string} loginIdentityId The login identity id
7881
7884
  * @param {*} [options] Override http request option.
7882
7885
  * @throws {RequiredError}
7883
7886
  */
7884
- getLoginIdentityHistory: (loginIdentityId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7887
+ getLoginIdentityHistory: (loginIdentityId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7885
7888
  /**
7886
7889
  * Get Mandate details by mandate_id
7887
7890
  * @param {string} mandateId mandate id
7888
7891
  * @param {*} [options] Override http request option.
7889
7892
  * @throws {RequiredError}
7890
7893
  */
7891
- getMandate: (mandateId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7894
+ getMandate: (mandateId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7892
7895
  /**
7893
7896
  * Get Mandate Authorization by mandate id
7894
7897
  * @param {*} [options] Override http request option.
7895
7898
  * @throws {RequiredError}
7896
7899
  */
7897
- getMandateAuth: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
7900
+ getMandateAuth: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7898
7901
  /**
7899
7902
  * Get link to launch FV Link UI in mandate authorization mode
7900
7903
  * @param {GetMandateAuthLinkRequest} getMandateAuthLinkRequest request body for mandate authorization link
7901
7904
  * @param {*} [options] Override http request option.
7902
7905
  * @throws {RequiredError}
7903
7906
  */
7904
- getMandateAuthLink: (getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7907
+ getMandateAuthLink: (getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7905
7908
  /**
7906
7909
  * Get Payment details by payment_id
7907
7910
  * @param {string} paymentId payment id
7908
7911
  * @param {*} [options] Override http request option.
7909
7912
  * @throws {RequiredError}
7910
7913
  */
7911
- getPayment: (paymentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7914
+ getPayment: (paymentId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7912
7915
  /**
7913
7916
  * Get payment instructions by payment_instruction_id
7914
7917
  * @param {string} paymentInstructionId The id of a payment instruction
7915
7918
  * @param {*} [options] Override http request option.
7916
7919
  * @throws {RequiredError}
7917
7920
  */
7918
- getPaymentInstruction: (paymentInstructionId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7921
+ getPaymentInstruction: (paymentInstructionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7919
7922
  /**
7920
7923
  * Get a payment user
7921
7924
  * @param {string} paymentUserId
7922
7925
  * @param {*} [options] Override http request option.
7923
7926
  * @throws {RequiredError}
7924
7927
  */
7925
- getPaymentUser: (paymentUserId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7928
+ getPaymentUser: (paymentUserId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7926
7929
  /**
7927
7930
  * Get a list of institutions
7928
7931
  * @param {string} [country] (Deprecated) The country the institution belongs to
7929
7932
  * @param {Array<string>} [countries] The countries the institution belongs to
7930
7933
  * @param {string} [productsSupported] The products that this institution supports
7931
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
7934
+ * @param {ListInstitutionsInstitutionTypeEnum} [institutionType] The type of institution
7932
7935
  * @param {*} [options] Override http request option.
7933
7936
  * @throws {RequiredError}
7934
7937
  */
7935
- listInstitutions: (country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: AxiosRequestConfig) => Promise<RequestArgs>;
7938
+ listInstitutions: (country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: ListInstitutionsInstitutionTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7936
7939
  /**
7937
7940
  * Get payment account by user id
7938
7941
  * @param {string} paymentUserId The payment user id
7939
7942
  * @param {*} [options] Override http request option.
7940
7943
  * @throws {RequiredError}
7941
7944
  */
7942
- listPaymentAccounts: (paymentUserId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7945
+ listPaymentAccounts: (paymentUserId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7943
7946
  /**
7944
7947
  * Refresh an access token
7945
7948
  * @param {RefreshRequest} refreshRequest The refresh token
7946
7949
  * @param {*} [options] Override http request option.
7947
7950
  * @throws {RequiredError}
7948
7951
  */
7949
- refreshToken: (refreshRequest: RefreshRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7952
+ refreshToken: (refreshRequest: RefreshRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7950
7953
  /**
7951
7954
  * Update InstitutionID and SenderType for Mandate
7952
7955
  * @param {SetMandateInstitutionRequest} updateRequest request body for updating mandate institutionId and senderType
7953
7956
  * @param {*} [options] Override http request option.
7954
7957
  * @throws {RequiredError}
7955
7958
  */
7956
- setMandateInstitution: (updateRequest: SetMandateInstitutionRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7959
+ setMandateInstitution: (updateRequest: SetMandateInstitutionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7957
7960
  /**
7958
7961
  * Submit authorization checklist items
7959
7962
  * @param {SubmitAuthChecklistRequest} submitAuthChecklistRequest request body for submitting auth checklist
7960
7963
  * @param {*} [options] Override http request option.
7961
7964
  * @throws {RequiredError}
7962
7965
  */
7963
- submitAuthChecklist: (submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7966
+ submitAuthChecklist: (submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7964
7967
  /**
7965
7968
  * Update payment
7966
7969
  * @param {string} paymentId payment id
@@ -7968,7 +7971,7 @@ export declare const CustomerApiAxiosParamCreator: (configuration?: Configuratio
7968
7971
  * @param {*} [options] Override http request option.
7969
7972
  * @throws {RequiredError}
7970
7973
  */
7971
- updatePayment: (paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7974
+ updatePayment: (paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7972
7975
  /**
7973
7976
  * Update the status of a test manual payment
7974
7977
  * @param {string} paymentId The test payment ID
@@ -7976,7 +7979,7 @@ export declare const CustomerApiAxiosParamCreator: (configuration?: Configuratio
7976
7979
  * @param {*} [options] Override http request option.
7977
7980
  * @throws {RequiredError}
7978
7981
  */
7979
- updateTestPaymentStatus: (paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7982
+ updateTestPaymentStatus: (paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7980
7983
  };
7981
7984
  /**
7982
7985
  * CustomerApi - functional programming interface
@@ -7990,7 +7993,7 @@ export declare const CustomerApiFp: (configuration?: Configuration) => {
7990
7993
  * @param {*} [options] Override http request option.
7991
7994
  * @throws {RequiredError}
7992
7995
  */
7993
- authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMandateResponse>>;
7996
+ authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMandateResponse>>;
7994
7997
  /**
7995
7998
  * CREATE Mandate
7996
7999
  * @param {CreateMandateRequest} createMandateRequest request body for creating mandate
@@ -7998,7 +8001,7 @@ export declare const CustomerApiFp: (configuration?: Configuration) => {
7998
8001
  * @param {*} [options] Override http request option.
7999
8002
  * @throws {RequiredError}
8000
8003
  */
8001
- createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateMandateResponse>>;
8004
+ createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateMandateResponse>>;
8002
8005
  /**
8003
8006
  * Create new Payment
8004
8007
  * @param {CreatePaymentRequest} createPaymentRequest request body for creating payment
@@ -8006,149 +8009,149 @@ export declare const CustomerApiFp: (configuration?: Configuration) => {
8006
8009
  * @param {*} [options] Override http request option.
8007
8010
  * @throws {RequiredError}
8008
8011
  */
8009
- createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentResponse>>;
8012
+ createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentResponse>>;
8010
8013
  /**
8011
8014
  * create payment account
8012
8015
  * @param {CreatePaymentAccountRequest} createPaymentAccountRequest request body for creating payment account
8013
8016
  * @param {*} [options] Override http request option.
8014
8017
  * @throws {RequiredError}
8015
8018
  */
8016
- createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentAccountDetails>>;
8019
+ createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentAccountDetails>>;
8017
8020
  /**
8018
8021
  * Create a new payment instruction to be used when linking to perform new payment
8019
8022
  * @param {CustomerPaymentInstruction} paymentInstruction Request body for starting a new Link
8020
8023
  * @param {*} [options] Override http request option.
8021
8024
  * @throws {RequiredError}
8022
8025
  */
8023
- createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePaymentInstructionResponse>>;
8026
+ createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePaymentInstructionResponse>>;
8024
8027
  /**
8025
8028
  * Create a payment user
8026
8029
  * @param {CreatePaymentUserRequest} createPaymentUserRequest request body for creating payment user
8027
8030
  * @param {*} [options] Override http request option.
8028
8031
  * @throws {RequiredError}
8029
8032
  */
8030
- createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentUser>>;
8033
+ createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentUser>>;
8031
8034
  /**
8032
8035
  * delete payment account
8033
8036
  * @param {string} paymentAccountId The payment account id
8034
8037
  * @param {*} [options] Override http request option.
8035
8038
  * @throws {RequiredError}
8036
8039
  */
8037
- deletePaymentAccount(paymentAccountId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8040
+ deletePaymentAccount(paymentAccountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8038
8041
  /**
8039
8042
  * generate a link token that can be used to create link
8040
8043
  * @param {LinkTokenRequest} linkTokenRequest token request
8041
8044
  * @param {*} [options] Override http request option.
8042
8045
  * @throws {RequiredError}
8043
8046
  */
8044
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkTokenResponse>>;
8047
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkTokenResponse>>;
8045
8048
  /**
8046
8049
  * Get a specific institution by institutionId
8047
8050
  * @param {string} institutionId The institution id
8048
8051
  * @param {*} [options] Override http request option.
8049
8052
  * @throws {RequiredError}
8050
8053
  */
8051
- getInstitution(institutionId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Institution>>;
8054
+ getInstitution(institutionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Institution>>;
8052
8055
  /**
8053
8056
  * Get line items for display
8054
- * @param {'MANDATE' | 'MANUAL'} paymentType The payment type
8057
+ * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
8055
8058
  * @param {*} [options] Override http request option.
8056
8059
  * @throws {RequiredError}
8057
8060
  */
8058
- getLineItemsForDisplay(paymentType: 'MANDATE' | 'MANUAL', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLineItemsForDisplayResponse>>;
8061
+ getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLineItemsForDisplayResponse>>;
8059
8062
  /**
8060
8063
  * Get a specific loginIdentity
8061
8064
  * @param {string} loginIdentityId The login identity id
8062
8065
  * @param {*} [options] Override http request option.
8063
8066
  * @throws {RequiredError}
8064
8067
  */
8065
- getLoginIdentityById(loginIdentityId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
8068
+ getLoginIdentityById(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
8066
8069
  /**
8067
8070
  * Get a history of events for a specific loginIdentity
8068
8071
  * @param {string} loginIdentityId The login identity id
8069
8072
  * @param {*} [options] Override http request option.
8070
8073
  * @throws {RequiredError}
8071
8074
  */
8072
- getLoginIdentityHistory(loginIdentityId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityHistoryResponse>>;
8075
+ getLoginIdentityHistory(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityHistoryResponse>>;
8073
8076
  /**
8074
8077
  * Get Mandate details by mandate_id
8075
8078
  * @param {string} mandateId mandate id
8076
8079
  * @param {*} [options] Override http request option.
8077
8080
  * @throws {RequiredError}
8078
8081
  */
8079
- getMandate(mandateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMandateResponse>>;
8082
+ getMandate(mandateId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMandateResponse>>;
8080
8083
  /**
8081
8084
  * Get Mandate Authorization by mandate id
8082
8085
  * @param {*} [options] Override http request option.
8083
8086
  * @throws {RequiredError}
8084
8087
  */
8085
- getMandateAuth(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMandateAuthResponse>>;
8088
+ getMandateAuth(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMandateAuthResponse>>;
8086
8089
  /**
8087
8090
  * Get link to launch FV Link UI in mandate authorization mode
8088
8091
  * @param {GetMandateAuthLinkRequest} getMandateAuthLinkRequest request body for mandate authorization link
8089
8092
  * @param {*} [options] Override http request option.
8090
8093
  * @throws {RequiredError}
8091
8094
  */
8092
- getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMandateAuthLinkResponse>>;
8095
+ getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetMandateAuthLinkResponse>>;
8093
8096
  /**
8094
8097
  * Get Payment details by payment_id
8095
8098
  * @param {string} paymentId payment id
8096
8099
  * @param {*} [options] Override http request option.
8097
8100
  * @throws {RequiredError}
8098
8101
  */
8099
- getPayment(paymentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentResponse>>;
8102
+ getPayment(paymentId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentResponse>>;
8100
8103
  /**
8101
8104
  * Get payment instructions by payment_instruction_id
8102
8105
  * @param {string} paymentInstructionId The id of a payment instruction
8103
8106
  * @param {*} [options] Override http request option.
8104
8107
  * @throws {RequiredError}
8105
8108
  */
8106
- getPaymentInstruction(paymentInstructionId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPaymentInstructionsResponse>>;
8109
+ getPaymentInstruction(paymentInstructionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPaymentInstructionsResponse>>;
8107
8110
  /**
8108
8111
  * Get a payment user
8109
8112
  * @param {string} paymentUserId
8110
8113
  * @param {*} [options] Override http request option.
8111
8114
  * @throws {RequiredError}
8112
8115
  */
8113
- getPaymentUser(paymentUserId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentUser>>;
8116
+ getPaymentUser(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentUser>>;
8114
8117
  /**
8115
8118
  * Get a list of institutions
8116
8119
  * @param {string} [country] (Deprecated) The country the institution belongs to
8117
8120
  * @param {Array<string>} [countries] The countries the institution belongs to
8118
8121
  * @param {string} [productsSupported] The products that this institution supports
8119
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
8122
+ * @param {ListInstitutionsInstitutionTypeEnum} [institutionType] The type of institution
8120
8123
  * @param {*} [options] Override http request option.
8121
8124
  * @throws {RequiredError}
8122
8125
  */
8123
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Institution>>>;
8126
+ listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: ListInstitutionsInstitutionTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Institution>>>;
8124
8127
  /**
8125
8128
  * Get payment account by user id
8126
8129
  * @param {string} paymentUserId The payment user id
8127
8130
  * @param {*} [options] Override http request option.
8128
8131
  * @throws {RequiredError}
8129
8132
  */
8130
- listPaymentAccounts(paymentUserId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentAccountsResponse>>;
8133
+ listPaymentAccounts(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentAccountsResponse>>;
8131
8134
  /**
8132
8135
  * Refresh an access token
8133
8136
  * @param {RefreshRequest} refreshRequest The refresh token
8134
8137
  * @param {*} [options] Override http request option.
8135
8138
  * @throws {RequiredError}
8136
8139
  */
8137
- refreshToken(refreshRequest: RefreshRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessTokenResponse>>;
8140
+ refreshToken(refreshRequest: RefreshRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessTokenResponse>>;
8138
8141
  /**
8139
8142
  * Update InstitutionID and SenderType for Mandate
8140
8143
  * @param {SetMandateInstitutionRequest} updateRequest request body for updating mandate institutionId and senderType
8141
8144
  * @param {*} [options] Override http request option.
8142
8145
  * @throws {RequiredError}
8143
8146
  */
8144
- setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SetMandateInstitutionResponse>>;
8147
+ setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SetMandateInstitutionResponse>>;
8145
8148
  /**
8146
8149
  * Submit authorization checklist items
8147
8150
  * @param {SubmitAuthChecklistRequest} submitAuthChecklistRequest request body for submitting auth checklist
8148
8151
  * @param {*} [options] Override http request option.
8149
8152
  * @throws {RequiredError}
8150
8153
  */
8151
- submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitAuthChecklistResponse>>;
8154
+ submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitAuthChecklistResponse>>;
8152
8155
  /**
8153
8156
  * Update payment
8154
8157
  * @param {string} paymentId payment id
@@ -8156,7 +8159,7 @@ export declare const CustomerApiFp: (configuration?: Configuration) => {
8156
8159
  * @param {*} [options] Override http request option.
8157
8160
  * @throws {RequiredError}
8158
8161
  */
8159
- updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentResponse>>;
8162
+ updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentResponse>>;
8160
8163
  /**
8161
8164
  * Update the status of a test manual payment
8162
8165
  * @param {string} paymentId The test payment ID
@@ -8164,7 +8167,7 @@ export declare const CustomerApiFp: (configuration?: Configuration) => {
8164
8167
  * @param {*} [options] Override http request option.
8165
8168
  * @throws {RequiredError}
8166
8169
  */
8167
- updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8170
+ updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8168
8171
  };
8169
8172
  /**
8170
8173
  * CustomerApi - factory interface
@@ -8178,7 +8181,7 @@ export declare const CustomerApiFactory: (configuration?: Configuration, basePat
8178
8181
  * @param {*} [options] Override http request option.
8179
8182
  * @throws {RequiredError}
8180
8183
  */
8181
- authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: any): AxiosPromise<GetMandateResponse>;
8184
+ authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetMandateResponse>;
8182
8185
  /**
8183
8186
  * CREATE Mandate
8184
8187
  * @param {CreateMandateRequest} createMandateRequest request body for creating mandate
@@ -8186,7 +8189,7 @@ export declare const CustomerApiFactory: (configuration?: Configuration, basePat
8186
8189
  * @param {*} [options] Override http request option.
8187
8190
  * @throws {RequiredError}
8188
8191
  */
8189
- createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: any): AxiosPromise<CreateMandateResponse>;
8192
+ createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): AxiosPromise<CreateMandateResponse>;
8190
8193
  /**
8191
8194
  * Create new Payment
8192
8195
  * @param {CreatePaymentRequest} createPaymentRequest request body for creating payment
@@ -8194,149 +8197,149 @@ export declare const CustomerApiFactory: (configuration?: Configuration, basePat
8194
8197
  * @param {*} [options] Override http request option.
8195
8198
  * @throws {RequiredError}
8196
8199
  */
8197
- createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: any): AxiosPromise<PaymentResponse>;
8200
+ createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentResponse>;
8198
8201
  /**
8199
8202
  * create payment account
8200
8203
  * @param {CreatePaymentAccountRequest} createPaymentAccountRequest request body for creating payment account
8201
8204
  * @param {*} [options] Override http request option.
8202
8205
  * @throws {RequiredError}
8203
8206
  */
8204
- createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: any): AxiosPromise<PaymentAccountDetails>;
8207
+ createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentAccountDetails>;
8205
8208
  /**
8206
8209
  * Create a new payment instruction to be used when linking to perform new payment
8207
8210
  * @param {CustomerPaymentInstruction} paymentInstruction Request body for starting a new Link
8208
8211
  * @param {*} [options] Override http request option.
8209
8212
  * @throws {RequiredError}
8210
8213
  */
8211
- createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: any): AxiosPromise<CreatePaymentInstructionResponse>;
8214
+ createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: RawAxiosRequestConfig): AxiosPromise<CreatePaymentInstructionResponse>;
8212
8215
  /**
8213
8216
  * Create a payment user
8214
8217
  * @param {CreatePaymentUserRequest} createPaymentUserRequest request body for creating payment user
8215
8218
  * @param {*} [options] Override http request option.
8216
8219
  * @throws {RequiredError}
8217
8220
  */
8218
- createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: any): AxiosPromise<PaymentUser>;
8221
+ createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentUser>;
8219
8222
  /**
8220
8223
  * delete payment account
8221
8224
  * @param {string} paymentAccountId The payment account id
8222
8225
  * @param {*} [options] Override http request option.
8223
8226
  * @throws {RequiredError}
8224
8227
  */
8225
- deletePaymentAccount(paymentAccountId: string, options?: any): AxiosPromise<void>;
8228
+ deletePaymentAccount(paymentAccountId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8226
8229
  /**
8227
8230
  * generate a link token that can be used to create link
8228
8231
  * @param {LinkTokenRequest} linkTokenRequest token request
8229
8232
  * @param {*} [options] Override http request option.
8230
8233
  * @throws {RequiredError}
8231
8234
  */
8232
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: any): AxiosPromise<LinkTokenResponse>;
8235
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkTokenResponse>;
8233
8236
  /**
8234
8237
  * Get a specific institution by institutionId
8235
8238
  * @param {string} institutionId The institution id
8236
8239
  * @param {*} [options] Override http request option.
8237
8240
  * @throws {RequiredError}
8238
8241
  */
8239
- getInstitution(institutionId: string, options?: any): AxiosPromise<Institution>;
8242
+ getInstitution(institutionId: string, options?: RawAxiosRequestConfig): AxiosPromise<Institution>;
8240
8243
  /**
8241
8244
  * Get line items for display
8242
- * @param {'MANDATE' | 'MANUAL'} paymentType The payment type
8245
+ * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
8243
8246
  * @param {*} [options] Override http request option.
8244
8247
  * @throws {RequiredError}
8245
8248
  */
8246
- getLineItemsForDisplay(paymentType: 'MANDATE' | 'MANUAL', options?: any): AxiosPromise<GetLineItemsForDisplayResponse>;
8249
+ getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<GetLineItemsForDisplayResponse>;
8247
8250
  /**
8248
8251
  * Get a specific loginIdentity
8249
8252
  * @param {string} loginIdentityId The login identity id
8250
8253
  * @param {*} [options] Override http request option.
8251
8254
  * @throws {RequiredError}
8252
8255
  */
8253
- getLoginIdentityById(loginIdentityId: string, options?: any): AxiosPromise<GetLoginIdentityByIdResponse>;
8256
+ getLoginIdentityById(loginIdentityId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
8254
8257
  /**
8255
8258
  * Get a history of events for a specific loginIdentity
8256
8259
  * @param {string} loginIdentityId The login identity id
8257
8260
  * @param {*} [options] Override http request option.
8258
8261
  * @throws {RequiredError}
8259
8262
  */
8260
- getLoginIdentityHistory(loginIdentityId: string, options?: any): AxiosPromise<GetLoginIdentityHistoryResponse>;
8263
+ getLoginIdentityHistory(loginIdentityId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityHistoryResponse>;
8261
8264
  /**
8262
8265
  * Get Mandate details by mandate_id
8263
8266
  * @param {string} mandateId mandate id
8264
8267
  * @param {*} [options] Override http request option.
8265
8268
  * @throws {RequiredError}
8266
8269
  */
8267
- getMandate(mandateId: string, options?: any): AxiosPromise<GetMandateResponse>;
8270
+ getMandate(mandateId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetMandateResponse>;
8268
8271
  /**
8269
8272
  * Get Mandate Authorization by mandate id
8270
8273
  * @param {*} [options] Override http request option.
8271
8274
  * @throws {RequiredError}
8272
8275
  */
8273
- getMandateAuth(options?: any): AxiosPromise<GetMandateAuthResponse>;
8276
+ getMandateAuth(options?: RawAxiosRequestConfig): AxiosPromise<GetMandateAuthResponse>;
8274
8277
  /**
8275
8278
  * Get link to launch FV Link UI in mandate authorization mode
8276
8279
  * @param {GetMandateAuthLinkRequest} getMandateAuthLinkRequest request body for mandate authorization link
8277
8280
  * @param {*} [options] Override http request option.
8278
8281
  * @throws {RequiredError}
8279
8282
  */
8280
- getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: any): AxiosPromise<GetMandateAuthLinkResponse>;
8283
+ getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetMandateAuthLinkResponse>;
8281
8284
  /**
8282
8285
  * Get Payment details by payment_id
8283
8286
  * @param {string} paymentId payment id
8284
8287
  * @param {*} [options] Override http request option.
8285
8288
  * @throws {RequiredError}
8286
8289
  */
8287
- getPayment(paymentId: string, options?: any): AxiosPromise<PaymentResponse>;
8290
+ getPayment(paymentId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentResponse>;
8288
8291
  /**
8289
8292
  * Get payment instructions by payment_instruction_id
8290
8293
  * @param {string} paymentInstructionId The id of a payment instruction
8291
8294
  * @param {*} [options] Override http request option.
8292
8295
  * @throws {RequiredError}
8293
8296
  */
8294
- getPaymentInstruction(paymentInstructionId: string, options?: any): AxiosPromise<GetPaymentInstructionsResponse>;
8297
+ getPaymentInstruction(paymentInstructionId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetPaymentInstructionsResponse>;
8295
8298
  /**
8296
8299
  * Get a payment user
8297
8300
  * @param {string} paymentUserId
8298
8301
  * @param {*} [options] Override http request option.
8299
8302
  * @throws {RequiredError}
8300
8303
  */
8301
- getPaymentUser(paymentUserId: string, options?: any): AxiosPromise<PaymentUser>;
8304
+ getPaymentUser(paymentUserId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentUser>;
8302
8305
  /**
8303
8306
  * Get a list of institutions
8304
8307
  * @param {string} [country] (Deprecated) The country the institution belongs to
8305
8308
  * @param {Array<string>} [countries] The countries the institution belongs to
8306
8309
  * @param {string} [productsSupported] The products that this institution supports
8307
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
8310
+ * @param {ListInstitutionsInstitutionTypeEnum} [institutionType] The type of institution
8308
8311
  * @param {*} [options] Override http request option.
8309
8312
  * @throws {RequiredError}
8310
8313
  */
8311
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: any): AxiosPromise<Array<Institution>>;
8314
+ listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: ListInstitutionsInstitutionTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<Array<Institution>>;
8312
8315
  /**
8313
8316
  * Get payment account by user id
8314
8317
  * @param {string} paymentUserId The payment user id
8315
8318
  * @param {*} [options] Override http request option.
8316
8319
  * @throws {RequiredError}
8317
8320
  */
8318
- listPaymentAccounts(paymentUserId: string, options?: any): AxiosPromise<ListPaymentAccountsResponse>;
8321
+ listPaymentAccounts(paymentUserId: string, options?: RawAxiosRequestConfig): AxiosPromise<ListPaymentAccountsResponse>;
8319
8322
  /**
8320
8323
  * Refresh an access token
8321
8324
  * @param {RefreshRequest} refreshRequest The refresh token
8322
8325
  * @param {*} [options] Override http request option.
8323
8326
  * @throws {RequiredError}
8324
8327
  */
8325
- refreshToken(refreshRequest: RefreshRequest, options?: any): AxiosPromise<AccessTokenResponse>;
8328
+ refreshToken(refreshRequest: RefreshRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccessTokenResponse>;
8326
8329
  /**
8327
8330
  * Update InstitutionID and SenderType for Mandate
8328
8331
  * @param {SetMandateInstitutionRequest} updateRequest request body for updating mandate institutionId and senderType
8329
8332
  * @param {*} [options] Override http request option.
8330
8333
  * @throws {RequiredError}
8331
8334
  */
8332
- setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: any): AxiosPromise<SetMandateInstitutionResponse>;
8335
+ setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: RawAxiosRequestConfig): AxiosPromise<SetMandateInstitutionResponse>;
8333
8336
  /**
8334
8337
  * Submit authorization checklist items
8335
8338
  * @param {SubmitAuthChecklistRequest} submitAuthChecklistRequest request body for submitting auth checklist
8336
8339
  * @param {*} [options] Override http request option.
8337
8340
  * @throws {RequiredError}
8338
8341
  */
8339
- submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: any): AxiosPromise<SubmitAuthChecklistResponse>;
8342
+ submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitAuthChecklistResponse>;
8340
8343
  /**
8341
8344
  * Update payment
8342
8345
  * @param {string} paymentId payment id
@@ -8344,7 +8347,7 @@ export declare const CustomerApiFactory: (configuration?: Configuration, basePat
8344
8347
  * @param {*} [options] Override http request option.
8345
8348
  * @throws {RequiredError}
8346
8349
  */
8347
- updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: any): AxiosPromise<PaymentResponse>;
8350
+ updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentResponse>;
8348
8351
  /**
8349
8352
  * Update the status of a test manual payment
8350
8353
  * @param {string} paymentId The test payment ID
@@ -8352,7 +8355,7 @@ export declare const CustomerApiFactory: (configuration?: Configuration, basePat
8352
8355
  * @param {*} [options] Override http request option.
8353
8356
  * @throws {RequiredError}
8354
8357
  */
8355
- updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: any): AxiosPromise<void>;
8358
+ updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8356
8359
  };
8357
8360
  /**
8358
8361
  * CustomerApi - interface
@@ -8368,7 +8371,7 @@ export interface CustomerApiInterface {
8368
8371
  * @throws {RequiredError}
8369
8372
  * @memberof CustomerApiInterface
8370
8373
  */
8371
- authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: AxiosRequestConfig): AxiosPromise<GetMandateResponse>;
8374
+ authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetMandateResponse>;
8372
8375
  /**
8373
8376
  * CREATE Mandate
8374
8377
  * @param {CreateMandateRequest} createMandateRequest request body for creating mandate
@@ -8377,7 +8380,7 @@ export interface CustomerApiInterface {
8377
8380
  * @throws {RequiredError}
8378
8381
  * @memberof CustomerApiInterface
8379
8382
  */
8380
- createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: AxiosRequestConfig): AxiosPromise<CreateMandateResponse>;
8383
+ createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): AxiosPromise<CreateMandateResponse>;
8381
8384
  /**
8382
8385
  * Create new Payment
8383
8386
  * @param {CreatePaymentRequest} createPaymentRequest request body for creating payment
@@ -8386,7 +8389,7 @@ export interface CustomerApiInterface {
8386
8389
  * @throws {RequiredError}
8387
8390
  * @memberof CustomerApiInterface
8388
8391
  */
8389
- createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: AxiosRequestConfig): AxiosPromise<PaymentResponse>;
8392
+ createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentResponse>;
8390
8393
  /**
8391
8394
  * create payment account
8392
8395
  * @param {CreatePaymentAccountRequest} createPaymentAccountRequest request body for creating payment account
@@ -8394,7 +8397,7 @@ export interface CustomerApiInterface {
8394
8397
  * @throws {RequiredError}
8395
8398
  * @memberof CustomerApiInterface
8396
8399
  */
8397
- createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: AxiosRequestConfig): AxiosPromise<PaymentAccountDetails>;
8400
+ createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentAccountDetails>;
8398
8401
  /**
8399
8402
  * Create a new payment instruction to be used when linking to perform new payment
8400
8403
  * @param {CustomerPaymentInstruction} paymentInstruction Request body for starting a new Link
@@ -8402,7 +8405,7 @@ export interface CustomerApiInterface {
8402
8405
  * @throws {RequiredError}
8403
8406
  * @memberof CustomerApiInterface
8404
8407
  */
8405
- createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: AxiosRequestConfig): AxiosPromise<CreatePaymentInstructionResponse>;
8408
+ createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: RawAxiosRequestConfig): AxiosPromise<CreatePaymentInstructionResponse>;
8406
8409
  /**
8407
8410
  * Create a payment user
8408
8411
  * @param {CreatePaymentUserRequest} createPaymentUserRequest request body for creating payment user
@@ -8410,7 +8413,7 @@ export interface CustomerApiInterface {
8410
8413
  * @throws {RequiredError}
8411
8414
  * @memberof CustomerApiInterface
8412
8415
  */
8413
- createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: AxiosRequestConfig): AxiosPromise<PaymentUser>;
8416
+ createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentUser>;
8414
8417
  /**
8415
8418
  * delete payment account
8416
8419
  * @param {string} paymentAccountId The payment account id
@@ -8418,7 +8421,7 @@ export interface CustomerApiInterface {
8418
8421
  * @throws {RequiredError}
8419
8422
  * @memberof CustomerApiInterface
8420
8423
  */
8421
- deletePaymentAccount(paymentAccountId: string, options?: AxiosRequestConfig): AxiosPromise<void>;
8424
+ deletePaymentAccount(paymentAccountId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8422
8425
  /**
8423
8426
  * generate a link token that can be used to create link
8424
8427
  * @param {LinkTokenRequest} linkTokenRequest token request
@@ -8426,7 +8429,7 @@ export interface CustomerApiInterface {
8426
8429
  * @throws {RequiredError}
8427
8430
  * @memberof CustomerApiInterface
8428
8431
  */
8429
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: AxiosRequestConfig): AxiosPromise<LinkTokenResponse>;
8432
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkTokenResponse>;
8430
8433
  /**
8431
8434
  * Get a specific institution by institutionId
8432
8435
  * @param {string} institutionId The institution id
@@ -8434,15 +8437,15 @@ export interface CustomerApiInterface {
8434
8437
  * @throws {RequiredError}
8435
8438
  * @memberof CustomerApiInterface
8436
8439
  */
8437
- getInstitution(institutionId: string, options?: AxiosRequestConfig): AxiosPromise<Institution>;
8440
+ getInstitution(institutionId: string, options?: RawAxiosRequestConfig): AxiosPromise<Institution>;
8438
8441
  /**
8439
8442
  * Get line items for display
8440
- * @param {'MANDATE' | 'MANUAL'} paymentType The payment type
8443
+ * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
8441
8444
  * @param {*} [options] Override http request option.
8442
8445
  * @throws {RequiredError}
8443
8446
  * @memberof CustomerApiInterface
8444
8447
  */
8445
- getLineItemsForDisplay(paymentType: 'MANDATE' | 'MANUAL', options?: AxiosRequestConfig): AxiosPromise<GetLineItemsForDisplayResponse>;
8448
+ getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<GetLineItemsForDisplayResponse>;
8446
8449
  /**
8447
8450
  * Get a specific loginIdentity
8448
8451
  * @param {string} loginIdentityId The login identity id
@@ -8450,7 +8453,7 @@ export interface CustomerApiInterface {
8450
8453
  * @throws {RequiredError}
8451
8454
  * @memberof CustomerApiInterface
8452
8455
  */
8453
- getLoginIdentityById(loginIdentityId: string, options?: AxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
8456
+ getLoginIdentityById(loginIdentityId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
8454
8457
  /**
8455
8458
  * Get a history of events for a specific loginIdentity
8456
8459
  * @param {string} loginIdentityId The login identity id
@@ -8458,7 +8461,7 @@ export interface CustomerApiInterface {
8458
8461
  * @throws {RequiredError}
8459
8462
  * @memberof CustomerApiInterface
8460
8463
  */
8461
- getLoginIdentityHistory(loginIdentityId: string, options?: AxiosRequestConfig): AxiosPromise<GetLoginIdentityHistoryResponse>;
8464
+ getLoginIdentityHistory(loginIdentityId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityHistoryResponse>;
8462
8465
  /**
8463
8466
  * Get Mandate details by mandate_id
8464
8467
  * @param {string} mandateId mandate id
@@ -8466,14 +8469,14 @@ export interface CustomerApiInterface {
8466
8469
  * @throws {RequiredError}
8467
8470
  * @memberof CustomerApiInterface
8468
8471
  */
8469
- getMandate(mandateId: string, options?: AxiosRequestConfig): AxiosPromise<GetMandateResponse>;
8472
+ getMandate(mandateId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetMandateResponse>;
8470
8473
  /**
8471
8474
  * Get Mandate Authorization by mandate id
8472
8475
  * @param {*} [options] Override http request option.
8473
8476
  * @throws {RequiredError}
8474
8477
  * @memberof CustomerApiInterface
8475
8478
  */
8476
- getMandateAuth(options?: AxiosRequestConfig): AxiosPromise<GetMandateAuthResponse>;
8479
+ getMandateAuth(options?: RawAxiosRequestConfig): AxiosPromise<GetMandateAuthResponse>;
8477
8480
  /**
8478
8481
  * Get link to launch FV Link UI in mandate authorization mode
8479
8482
  * @param {GetMandateAuthLinkRequest} getMandateAuthLinkRequest request body for mandate authorization link
@@ -8481,7 +8484,7 @@ export interface CustomerApiInterface {
8481
8484
  * @throws {RequiredError}
8482
8485
  * @memberof CustomerApiInterface
8483
8486
  */
8484
- getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: AxiosRequestConfig): AxiosPromise<GetMandateAuthLinkResponse>;
8487
+ getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetMandateAuthLinkResponse>;
8485
8488
  /**
8486
8489
  * Get Payment details by payment_id
8487
8490
  * @param {string} paymentId payment id
@@ -8489,7 +8492,7 @@ export interface CustomerApiInterface {
8489
8492
  * @throws {RequiredError}
8490
8493
  * @memberof CustomerApiInterface
8491
8494
  */
8492
- getPayment(paymentId: string, options?: AxiosRequestConfig): AxiosPromise<PaymentResponse>;
8495
+ getPayment(paymentId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentResponse>;
8493
8496
  /**
8494
8497
  * Get payment instructions by payment_instruction_id
8495
8498
  * @param {string} paymentInstructionId The id of a payment instruction
@@ -8497,7 +8500,7 @@ export interface CustomerApiInterface {
8497
8500
  * @throws {RequiredError}
8498
8501
  * @memberof CustomerApiInterface
8499
8502
  */
8500
- getPaymentInstruction(paymentInstructionId: string, options?: AxiosRequestConfig): AxiosPromise<GetPaymentInstructionsResponse>;
8503
+ getPaymentInstruction(paymentInstructionId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetPaymentInstructionsResponse>;
8501
8504
  /**
8502
8505
  * Get a payment user
8503
8506
  * @param {string} paymentUserId
@@ -8505,18 +8508,18 @@ export interface CustomerApiInterface {
8505
8508
  * @throws {RequiredError}
8506
8509
  * @memberof CustomerApiInterface
8507
8510
  */
8508
- getPaymentUser(paymentUserId: string, options?: AxiosRequestConfig): AxiosPromise<PaymentUser>;
8511
+ getPaymentUser(paymentUserId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentUser>;
8509
8512
  /**
8510
8513
  * Get a list of institutions
8511
8514
  * @param {string} [country] (Deprecated) The country the institution belongs to
8512
8515
  * @param {Array<string>} [countries] The countries the institution belongs to
8513
8516
  * @param {string} [productsSupported] The products that this institution supports
8514
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
8517
+ * @param {ListInstitutionsInstitutionTypeEnum} [institutionType] The type of institution
8515
8518
  * @param {*} [options] Override http request option.
8516
8519
  * @throws {RequiredError}
8517
8520
  * @memberof CustomerApiInterface
8518
8521
  */
8519
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: AxiosRequestConfig): AxiosPromise<Array<Institution>>;
8522
+ listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: ListInstitutionsInstitutionTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<Array<Institution>>;
8520
8523
  /**
8521
8524
  * Get payment account by user id
8522
8525
  * @param {string} paymentUserId The payment user id
@@ -8524,7 +8527,7 @@ export interface CustomerApiInterface {
8524
8527
  * @throws {RequiredError}
8525
8528
  * @memberof CustomerApiInterface
8526
8529
  */
8527
- listPaymentAccounts(paymentUserId: string, options?: AxiosRequestConfig): AxiosPromise<ListPaymentAccountsResponse>;
8530
+ listPaymentAccounts(paymentUserId: string, options?: RawAxiosRequestConfig): AxiosPromise<ListPaymentAccountsResponse>;
8528
8531
  /**
8529
8532
  * Refresh an access token
8530
8533
  * @param {RefreshRequest} refreshRequest The refresh token
@@ -8532,7 +8535,7 @@ export interface CustomerApiInterface {
8532
8535
  * @throws {RequiredError}
8533
8536
  * @memberof CustomerApiInterface
8534
8537
  */
8535
- refreshToken(refreshRequest: RefreshRequest, options?: AxiosRequestConfig): AxiosPromise<AccessTokenResponse>;
8538
+ refreshToken(refreshRequest: RefreshRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccessTokenResponse>;
8536
8539
  /**
8537
8540
  * Update InstitutionID and SenderType for Mandate
8538
8541
  * @param {SetMandateInstitutionRequest} updateRequest request body for updating mandate institutionId and senderType
@@ -8540,7 +8543,7 @@ export interface CustomerApiInterface {
8540
8543
  * @throws {RequiredError}
8541
8544
  * @memberof CustomerApiInterface
8542
8545
  */
8543
- setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: AxiosRequestConfig): AxiosPromise<SetMandateInstitutionResponse>;
8546
+ setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: RawAxiosRequestConfig): AxiosPromise<SetMandateInstitutionResponse>;
8544
8547
  /**
8545
8548
  * Submit authorization checklist items
8546
8549
  * @param {SubmitAuthChecklistRequest} submitAuthChecklistRequest request body for submitting auth checklist
@@ -8548,7 +8551,7 @@ export interface CustomerApiInterface {
8548
8551
  * @throws {RequiredError}
8549
8552
  * @memberof CustomerApiInterface
8550
8553
  */
8551
- submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: AxiosRequestConfig): AxiosPromise<SubmitAuthChecklistResponse>;
8554
+ submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitAuthChecklistResponse>;
8552
8555
  /**
8553
8556
  * Update payment
8554
8557
  * @param {string} paymentId payment id
@@ -8557,7 +8560,7 @@ export interface CustomerApiInterface {
8557
8560
  * @throws {RequiredError}
8558
8561
  * @memberof CustomerApiInterface
8559
8562
  */
8560
- updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: AxiosRequestConfig): AxiosPromise<PaymentResponse>;
8563
+ updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentResponse>;
8561
8564
  /**
8562
8565
  * Update the status of a test manual payment
8563
8566
  * @param {string} paymentId The test payment ID
@@ -8566,7 +8569,7 @@ export interface CustomerApiInterface {
8566
8569
  * @throws {RequiredError}
8567
8570
  * @memberof CustomerApiInterface
8568
8571
  */
8569
- updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
8572
+ updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8570
8573
  }
8571
8574
  /**
8572
8575
  * CustomerApi - object-oriented interface
@@ -8583,7 +8586,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8583
8586
  * @throws {RequiredError}
8584
8587
  * @memberof CustomerApi
8585
8588
  */
8586
- authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateResponse>>;
8589
+ authorizeMandate(mandateId: string, authorizeMandateRequest: AuthorizeMandateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateResponse, any>>;
8587
8590
  /**
8588
8591
  * CREATE Mandate
8589
8592
  * @param {CreateMandateRequest} createMandateRequest request body for creating mandate
@@ -8592,7 +8595,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8592
8595
  * @throws {RequiredError}
8593
8596
  * @memberof CustomerApi
8594
8597
  */
8595
- createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMandateResponse>>;
8598
+ createMandate(createMandateRequest: CreateMandateRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMandateResponse, any>>;
8596
8599
  /**
8597
8600
  * Create new Payment
8598
8601
  * @param {CreatePaymentRequest} createPaymentRequest request body for creating payment
@@ -8601,7 +8604,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8601
8604
  * @throws {RequiredError}
8602
8605
  * @memberof CustomerApi
8603
8606
  */
8604
- createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse>>;
8607
+ createPayment(createPaymentRequest: CreatePaymentRequest, idempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any>>;
8605
8608
  /**
8606
8609
  * create payment account
8607
8610
  * @param {CreatePaymentAccountRequest} createPaymentAccountRequest request body for creating payment account
@@ -8609,7 +8612,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8609
8612
  * @throws {RequiredError}
8610
8613
  * @memberof CustomerApi
8611
8614
  */
8612
- createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentAccountDetails>>;
8615
+ createPaymentAccount(createPaymentAccountRequest: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentAccountDetails, any>>;
8613
8616
  /**
8614
8617
  * Create a new payment instruction to be used when linking to perform new payment
8615
8618
  * @param {CustomerPaymentInstruction} paymentInstruction Request body for starting a new Link
@@ -8617,7 +8620,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8617
8620
  * @throws {RequiredError}
8618
8621
  * @memberof CustomerApi
8619
8622
  */
8620
- createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentInstructionResponse>>;
8623
+ createPaymentInstruction(paymentInstruction: CustomerPaymentInstruction, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentInstructionResponse, any>>;
8621
8624
  /**
8622
8625
  * Create a payment user
8623
8626
  * @param {CreatePaymentUserRequest} createPaymentUserRequest request body for creating payment user
@@ -8625,7 +8628,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8625
8628
  * @throws {RequiredError}
8626
8629
  * @memberof CustomerApi
8627
8630
  */
8628
- createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser>>;
8631
+ createPaymentUser(createPaymentUserRequest: CreatePaymentUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any>>;
8629
8632
  /**
8630
8633
  * delete payment account
8631
8634
  * @param {string} paymentAccountId The payment account id
@@ -8633,7 +8636,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8633
8636
  * @throws {RequiredError}
8634
8637
  * @memberof CustomerApi
8635
8638
  */
8636
- deletePaymentAccount(paymentAccountId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void>>;
8639
+ deletePaymentAccount(paymentAccountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
8637
8640
  /**
8638
8641
  * generate a link token that can be used to create link
8639
8642
  * @param {LinkTokenRequest} linkTokenRequest token request
@@ -8641,7 +8644,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8641
8644
  * @throws {RequiredError}
8642
8645
  * @memberof CustomerApi
8643
8646
  */
8644
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkTokenResponse>>;
8647
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkTokenResponse, any>>;
8645
8648
  /**
8646
8649
  * Get a specific institution by institutionId
8647
8650
  * @param {string} institutionId The institution id
@@ -8649,15 +8652,15 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8649
8652
  * @throws {RequiredError}
8650
8653
  * @memberof CustomerApi
8651
8654
  */
8652
- getInstitution(institutionId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution>>;
8655
+ getInstitution(institutionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution, any>>;
8653
8656
  /**
8654
8657
  * Get line items for display
8655
- * @param {'MANDATE' | 'MANUAL'} paymentType The payment type
8658
+ * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
8656
8659
  * @param {*} [options] Override http request option.
8657
8660
  * @throws {RequiredError}
8658
8661
  * @memberof CustomerApi
8659
8662
  */
8660
- getLineItemsForDisplay(paymentType: 'MANDATE' | 'MANUAL', options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLineItemsForDisplayResponse>>;
8663
+ getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLineItemsForDisplayResponse, any>>;
8661
8664
  /**
8662
8665
  * Get a specific loginIdentity
8663
8666
  * @param {string} loginIdentityId The login identity id
@@ -8665,7 +8668,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8665
8668
  * @throws {RequiredError}
8666
8669
  * @memberof CustomerApi
8667
8670
  */
8668
- getLoginIdentityById(loginIdentityId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse>>;
8671
+ getLoginIdentityById(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
8669
8672
  /**
8670
8673
  * Get a history of events for a specific loginIdentity
8671
8674
  * @param {string} loginIdentityId The login identity id
@@ -8673,7 +8676,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8673
8676
  * @throws {RequiredError}
8674
8677
  * @memberof CustomerApi
8675
8678
  */
8676
- getLoginIdentityHistory(loginIdentityId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityHistoryResponse>>;
8679
+ getLoginIdentityHistory(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityHistoryResponse, any>>;
8677
8680
  /**
8678
8681
  * Get Mandate details by mandate_id
8679
8682
  * @param {string} mandateId mandate id
@@ -8681,14 +8684,14 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8681
8684
  * @throws {RequiredError}
8682
8685
  * @memberof CustomerApi
8683
8686
  */
8684
- getMandate(mandateId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateResponse>>;
8687
+ getMandate(mandateId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateResponse, any>>;
8685
8688
  /**
8686
8689
  * Get Mandate Authorization by mandate id
8687
8690
  * @param {*} [options] Override http request option.
8688
8691
  * @throws {RequiredError}
8689
8692
  * @memberof CustomerApi
8690
8693
  */
8691
- getMandateAuth(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateAuthResponse>>;
8694
+ getMandateAuth(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateAuthResponse, any>>;
8692
8695
  /**
8693
8696
  * Get link to launch FV Link UI in mandate authorization mode
8694
8697
  * @param {GetMandateAuthLinkRequest} getMandateAuthLinkRequest request body for mandate authorization link
@@ -8696,7 +8699,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8696
8699
  * @throws {RequiredError}
8697
8700
  * @memberof CustomerApi
8698
8701
  */
8699
- getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateAuthLinkResponse>>;
8702
+ getMandateAuthLink(getMandateAuthLinkRequest: GetMandateAuthLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMandateAuthLinkResponse, any>>;
8700
8703
  /**
8701
8704
  * Get Payment details by payment_id
8702
8705
  * @param {string} paymentId payment id
@@ -8704,7 +8707,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8704
8707
  * @throws {RequiredError}
8705
8708
  * @memberof CustomerApi
8706
8709
  */
8707
- getPayment(paymentId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse>>;
8710
+ getPayment(paymentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any>>;
8708
8711
  /**
8709
8712
  * Get payment instructions by payment_instruction_id
8710
8713
  * @param {string} paymentInstructionId The id of a payment instruction
@@ -8712,7 +8715,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8712
8715
  * @throws {RequiredError}
8713
8716
  * @memberof CustomerApi
8714
8717
  */
8715
- getPaymentInstruction(paymentInstructionId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentInstructionsResponse>>;
8718
+ getPaymentInstruction(paymentInstructionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentInstructionsResponse, any>>;
8716
8719
  /**
8717
8720
  * Get a payment user
8718
8721
  * @param {string} paymentUserId
@@ -8720,18 +8723,18 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8720
8723
  * @throws {RequiredError}
8721
8724
  * @memberof CustomerApi
8722
8725
  */
8723
- getPaymentUser(paymentUserId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser>>;
8726
+ getPaymentUser(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any>>;
8724
8727
  /**
8725
8728
  * Get a list of institutions
8726
8729
  * @param {string} [country] (Deprecated) The country the institution belongs to
8727
8730
  * @param {Array<string>} [countries] The countries the institution belongs to
8728
8731
  * @param {string} [productsSupported] The products that this institution supports
8729
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
8732
+ * @param {ListInstitutionsInstitutionTypeEnum} [institutionType] The type of institution
8730
8733
  * @param {*} [options] Override http request option.
8731
8734
  * @throws {RequiredError}
8732
8735
  * @memberof CustomerApi
8733
8736
  */
8734
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[]>>;
8737
+ listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: ListInstitutionsInstitutionTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[], any>>;
8735
8738
  /**
8736
8739
  * Get payment account by user id
8737
8740
  * @param {string} paymentUserId The payment user id
@@ -8739,7 +8742,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8739
8742
  * @throws {RequiredError}
8740
8743
  * @memberof CustomerApi
8741
8744
  */
8742
- listPaymentAccounts(paymentUserId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentAccountsResponse>>;
8745
+ listPaymentAccounts(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentAccountsResponse, any>>;
8743
8746
  /**
8744
8747
  * Refresh an access token
8745
8748
  * @param {RefreshRequest} refreshRequest The refresh token
@@ -8747,7 +8750,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8747
8750
  * @throws {RequiredError}
8748
8751
  * @memberof CustomerApi
8749
8752
  */
8750
- refreshToken(refreshRequest: RefreshRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessTokenResponse>>;
8753
+ refreshToken(refreshRequest: RefreshRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessTokenResponse, any>>;
8751
8754
  /**
8752
8755
  * Update InstitutionID and SenderType for Mandate
8753
8756
  * @param {SetMandateInstitutionRequest} updateRequest request body for updating mandate institutionId and senderType
@@ -8755,7 +8758,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8755
8758
  * @throws {RequiredError}
8756
8759
  * @memberof CustomerApi
8757
8760
  */
8758
- setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SetMandateInstitutionResponse>>;
8761
+ setMandateInstitution(updateRequest: SetMandateInstitutionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SetMandateInstitutionResponse, any>>;
8759
8762
  /**
8760
8763
  * Submit authorization checklist items
8761
8764
  * @param {SubmitAuthChecklistRequest} submitAuthChecklistRequest request body for submitting auth checklist
@@ -8763,7 +8766,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8763
8766
  * @throws {RequiredError}
8764
8767
  * @memberof CustomerApi
8765
8768
  */
8766
- submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubmitAuthChecklistResponse>>;
8769
+ submitAuthChecklist(submitAuthChecklistRequest: SubmitAuthChecklistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SubmitAuthChecklistResponse, any>>;
8767
8770
  /**
8768
8771
  * Update payment
8769
8772
  * @param {string} paymentId payment id
@@ -8772,7 +8775,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8772
8775
  * @throws {RequiredError}
8773
8776
  * @memberof CustomerApi
8774
8777
  */
8775
- updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse>>;
8778
+ updatePayment(paymentId: string, updatePaymentRequest: UpdatePaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentResponse, any>>;
8776
8779
  /**
8777
8780
  * Update the status of a test manual payment
8778
8781
  * @param {string} paymentId The test payment ID
@@ -8781,8 +8784,25 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
8781
8784
  * @throws {RequiredError}
8782
8785
  * @memberof CustomerApi
8783
8786
  */
8784
- updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void>>;
8787
+ updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
8785
8788
  }
8789
+ /**
8790
+ * @export
8791
+ */
8792
+ export declare const GetLineItemsForDisplayPaymentTypeEnum: {
8793
+ readonly Mandate: "MANDATE";
8794
+ readonly Manual: "MANUAL";
8795
+ };
8796
+ export type GetLineItemsForDisplayPaymentTypeEnum = (typeof GetLineItemsForDisplayPaymentTypeEnum)[keyof typeof GetLineItemsForDisplayPaymentTypeEnum];
8797
+ /**
8798
+ * @export
8799
+ */
8800
+ export declare const ListInstitutionsInstitutionTypeEnum: {
8801
+ readonly Bank: "BANK";
8802
+ readonly Wallet: "WALLET";
8803
+ readonly Test: "TEST";
8804
+ };
8805
+ export type ListInstitutionsInstitutionTypeEnum = (typeof ListInstitutionsInstitutionTypeEnum)[keyof typeof ListInstitutionsInstitutionTypeEnum];
8786
8806
  /**
8787
8807
  * DefaultApi - axios parameter creator
8788
8808
  * @export
@@ -8794,39 +8814,39 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
8794
8814
  * @param {*} [options] Override http request option.
8795
8815
  * @throws {RequiredError}
8796
8816
  */
8797
- cancelPaymentLink: (paymentLinkId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8817
+ cancelPaymentLink: (paymentLinkId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8798
8818
  /**
8799
8819
  * Cancel Payout by payout_id
8800
8820
  * @param {string} payoutId payout id
8801
8821
  * @param {*} [options] Override http request option.
8802
8822
  * @throws {RequiredError}
8803
8823
  */
8804
- cancelPayout: (payoutId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8824
+ cancelPayout: (payoutId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8805
8825
  /**
8806
8826
  * Initiate change payment method from payment link front-end
8807
8827
  * @param {*} [options] Override http request option.
8808
8828
  * @throws {RequiredError}
8809
8829
  */
8810
- changePaymentMethodPaymentLink: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8830
+ changePaymentMethodPaymentLink: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8811
8831
  /**
8812
8832
  * Submit manual payment confirmation
8813
8833
  * @param {ManualPaymentConfirmationRequest} manualPaymentIdentifiers Request body containing information to identify manual payment
8814
8834
  * @param {*} [options] Override http request option.
8815
8835
  * @throws {RequiredError}
8816
8836
  */
8817
- confirmManualPayment: (manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8837
+ confirmManualPayment: (manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8818
8838
  /**
8819
8839
  * Confirm a payment against a payment Link
8820
8840
  * @param {*} [options] Override http request option.
8821
8841
  * @throws {RequiredError}
8822
8842
  */
8823
- confirmPayment: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8843
+ confirmPayment: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8824
8844
  /**
8825
8845
  * Create token for fps flow
8826
8846
  * @param {*} [options] Override http request option.
8827
8847
  * @throws {RequiredError}
8828
8848
  */
8829
- createFpsToken: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8849
+ createFpsToken: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8830
8850
  /**
8831
8851
  * Create mandate for an existing sender account
8832
8852
  * @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.
@@ -8834,27 +8854,27 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
8834
8854
  * @param {*} [options] Override http request option.
8835
8855
  * @throws {RequiredError}
8836
8856
  */
8837
- createMandateForExistingSender: (idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8857
+ createMandateForExistingSender: (idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8838
8858
  /**
8839
8859
  * Create payment link
8840
8860
  * @param {CreatePaymentLinkRequest} createPaymentLinkRequest Parameters required to create a payment link
8841
8861
  * @param {*} [options] Override http request option.
8842
8862
  * @throws {RequiredError}
8843
8863
  */
8844
- createPaymentLink: (createPaymentLinkRequest: CreatePaymentLinkRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8864
+ createPaymentLink: (createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8845
8865
  /**
8846
8866
  * Initiate Card Payment for a Payment Link
8847
8867
  * @param {*} [options] Override http request option.
8848
8868
  * @throws {RequiredError}
8849
8869
  */
8850
- createPaymentLinkCardPayment: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8870
+ createPaymentLinkCardPayment: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8851
8871
  /**
8852
8872
  * CREATE Mandate for payment link
8853
8873
  * @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
8854
8874
  * @param {*} [options] Override http request option.
8855
8875
  * @throws {RequiredError}
8856
8876
  */
8857
- createPaymentLinkMandate: (createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8877
+ createPaymentLinkMandate: (createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8858
8878
  /**
8859
8879
  * Create a Payment Method for a user
8860
8880
  * @param {string} paymentUserId Payment User ID
@@ -8862,7 +8882,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
8862
8882
  * @param {*} [options] Override http request option.
8863
8883
  * @throws {RequiredError}
8864
8884
  */
8865
- createPaymentMethod: (paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8885
+ createPaymentMethod: (paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8866
8886
  /**
8867
8887
  * Create a scheduled payout
8868
8888
  * @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.
@@ -8870,7 +8890,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
8870
8890
  * @param {*} [options] Override http request option.
8871
8891
  * @throws {RequiredError}
8872
8892
  */
8873
- createScheduledPayout: (idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8893
+ createScheduledPayout: (idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8874
8894
  /**
8875
8895
  * Download the balance statement for the ledger (CSV)
8876
8896
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -8879,64 +8899,64 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
8879
8899
  * @param {*} [options] Override http request option.
8880
8900
  * @throws {RequiredError}
8881
8901
  */
8882
- downloadBalanceStatement: (dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8902
+ downloadBalanceStatement: (dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8883
8903
  /**
8884
8904
  * Get the FPS QR code
8885
8905
  * @param {*} [options] Override http request option.
8886
8906
  * @throws {RequiredError}
8887
8907
  */
8888
- getFpsQrCode: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8908
+ getFpsQrCode: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8889
8909
  /**
8890
8910
  * Get a customer-specific list of institutions for Finverse Link
8891
8911
  * @param {*} [options] Override http request option.
8892
8912
  * @throws {RequiredError}
8893
8913
  */
8894
- getInstitutionsForCustomer: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8914
+ getInstitutionsForCustomer: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8895
8915
  /**
8896
8916
  * Get payment link
8897
8917
  * @param {string} paymentLinkId The payment link id
8898
8918
  * @param {*} [options] Override http request option.
8899
8919
  * @throws {RequiredError}
8900
8920
  */
8901
- getPaymentLink: (paymentLinkId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8921
+ getPaymentLink: (paymentLinkId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8902
8922
  /**
8903
8923
  * Get a payment method
8904
8924
  * @param {string} paymentMethodId
8905
8925
  * @param {*} [options] Override http request option.
8906
8926
  * @throws {RequiredError}
8907
8927
  */
8908
- getPaymentMethod: (paymentMethodId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8928
+ getPaymentMethod: (paymentMethodId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8909
8929
  /**
8910
8930
  * Get payment method in payment link flow
8911
8931
  * @param {*} [options] Override http request option.
8912
8932
  * @throws {RequiredError}
8913
8933
  */
8914
- getPaymentMethodPaymentLink: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8934
+ getPaymentMethodPaymentLink: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8915
8935
  /**
8916
8936
  * Get payment (if exists) on the payment link for front-end
8917
8937
  * @param {*} [options] Override http request option.
8918
8938
  * @throws {RequiredError}
8919
8939
  */
8920
- getPaymentPaymentLink: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8940
+ getPaymentPaymentLink: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8921
8941
  /**
8922
8942
  * Get payout by payout_id
8923
8943
  * @param {string} payoutId payout id
8924
8944
  * @param {*} [options] Override http request option.
8925
8945
  * @throws {RequiredError}
8926
8946
  */
8927
- getPayoutById: (payoutId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8947
+ getPayoutById: (payoutId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8928
8948
  /**
8929
8949
  * Get sender payment user in payment link flow
8930
8950
  * @param {*} [options] Override http request option.
8931
8951
  * @throws {RequiredError}
8932
8952
  */
8933
- getSenderPaymentUser: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
8953
+ getSenderPaymentUser: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8934
8954
  /**
8935
8955
  * List mandates details
8936
8956
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
8937
8957
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
8938
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
8939
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
8958
+ * @param {Array<ListDetokenizedMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
8959
+ * @param {ListDetokenizedMandatesSenderTypeEnum} [senderType] The sender type of the mandate
8940
8960
  * @param {string} [userId] The user_id the mandate was setup for
8941
8961
  * @param {string} [institutionId] The institution the mandate was executed against
8942
8962
  * @param {number} [offset] default is 0
@@ -8944,13 +8964,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
8944
8964
  * @param {*} [options] Override http request option.
8945
8965
  * @throws {RequiredError}
8946
8966
  */
8947
- listDetokenizedMandates: (dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8967
+ listDetokenizedMandates: (dateFrom?: string, dateTo?: string, statuses?: Array<ListDetokenizedMandatesStatusesEnum>, senderType?: ListDetokenizedMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8948
8968
  /**
8949
8969
  * List mandates
8950
8970
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
8951
8971
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
8952
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
8953
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
8972
+ * @param {Array<ListMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
8973
+ * @param {ListMandatesSenderTypeEnum} [senderType] The sender type of the mandate
8954
8974
  * @param {string} [userId] The user_id the mandate was setup for
8955
8975
  * @param {string} [institutionId] The institution the mandate was executed against
8956
8976
  * @param {number} [offset] default is 0
@@ -8958,24 +8978,24 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
8958
8978
  * @param {*} [options] Override http request option.
8959
8979
  * @throws {RequiredError}
8960
8980
  */
8961
- listMandates: (dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8981
+ listMandates: (dateFrom?: string, dateTo?: string, statuses?: Array<ListMandatesStatusesEnum>, senderType?: ListMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8962
8982
  /**
8963
8983
  * List Payment Methods for a User
8964
8984
  * @param {string} paymentUserId Payment User Id
8965
8985
  * @param {*} [options] Override http request option.
8966
8986
  * @throws {RequiredError}
8967
8987
  */
8968
- listPaymentMethods: (paymentUserId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8988
+ listPaymentMethods: (paymentUserId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8969
8989
  /**
8970
8990
  * List Payments
8971
8991
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
8972
8992
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
8973
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>} [statuses] The payment statuses to filter for, comma separated
8974
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
8993
+ * @param {Array<ListPaymentsStatusesEnum>} [statuses] The payment statuses to filter for, comma separated
8994
+ * @param {ListPaymentsSenderTypeEnum} [senderType] The sender type of the mandate
8975
8995
  * @param {string} [userId] The user_id the mandate was setup for
8976
8996
  * @param {string} [institutionId] The institution the mandate was executed against
8977
- * @param {'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'} [paymentType] Deprecated - The type of payment
8978
- * @param {Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>} [paymentTypes]
8997
+ * @param {ListPaymentsPaymentTypeEnum} [paymentType] Deprecated - The type of payment
8998
+ * @param {Array<ListPaymentsPaymentTypesEnum>} [paymentTypes]
8979
8999
  * @param {string} [mandateId] The mandate the payment belongs to
8980
9000
  * @param {string} [currency] Deprecated - The currency the payment is made in
8981
9001
  * @param {Array<string>} [currencies]
@@ -8984,26 +9004,26 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
8984
9004
  * @param {*} [options] Override http request option.
8985
9005
  * @throws {RequiredError}
8986
9006
  */
8987
- listPayments: (dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, paymentType?: 'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL', paymentTypes?: Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>, mandateId?: string, currency?: string, currencies?: Array<string>, offset?: number, limit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9007
+ 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<RequestArgs>;
8988
9008
  /**
8989
9009
  * Refresh payment attempt from payment link front-end
8990
9010
  * @param {*} [options] Override http request option.
8991
9011
  * @throws {RequiredError}
8992
9012
  */
8993
- refreshPaymentAttempt: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
9013
+ refreshPaymentAttempt: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8994
9014
  /**
8995
9015
  * Set autopay consent for payment user
8996
9016
  * @param {SetAutopayConsentRequest} setAutopayConsentRequest
8997
9017
  * @param {*} [options] Override http request option.
8998
9018
  * @throws {RequiredError}
8999
9019
  */
9000
- setAutopayConsent: (setAutopayConsentRequest: SetAutopayConsentRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9020
+ setAutopayConsent: (setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9001
9021
  /**
9002
9022
  * Unlink payment on payment link
9003
9023
  * @param {*} [options] Override http request option.
9004
9024
  * @throws {RequiredError}
9005
9025
  */
9006
- unlinkPaymentPaymentLink: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
9026
+ unlinkPaymentPaymentLink: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9007
9027
  /**
9008
9028
  * Update a payment user
9009
9029
  * @param {string} paymentUserId
@@ -9011,7 +9031,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
9011
9031
  * @param {*} [options] Override http request option.
9012
9032
  * @throws {RequiredError}
9013
9033
  */
9014
- updatePaymentUser: (paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9034
+ updatePaymentUser: (paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9015
9035
  };
9016
9036
  /**
9017
9037
  * DefaultApi - functional programming interface
@@ -9024,39 +9044,39 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9024
9044
  * @param {*} [options] Override http request option.
9025
9045
  * @throws {RequiredError}
9026
9046
  */
9027
- cancelPaymentLink(paymentLinkId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentLinkResponse>>;
9047
+ cancelPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentLinkResponse>>;
9028
9048
  /**
9029
9049
  * Cancel Payout by payout_id
9030
9050
  * @param {string} payoutId payout id
9031
9051
  * @param {*} [options] Override http request option.
9032
9052
  * @throws {RequiredError}
9033
9053
  */
9034
- cancelPayout(payoutId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
9054
+ cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
9035
9055
  /**
9036
9056
  * Initiate change payment method from payment link front-end
9037
9057
  * @param {*} [options] Override http request option.
9038
9058
  * @throws {RequiredError}
9039
9059
  */
9040
- changePaymentMethodPaymentLink(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChangePaymentMethodFvLinkResponse>>;
9060
+ changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChangePaymentMethodFvLinkResponse>>;
9041
9061
  /**
9042
9062
  * Submit manual payment confirmation
9043
9063
  * @param {ManualPaymentConfirmationRequest} manualPaymentIdentifiers Request body containing information to identify manual payment
9044
9064
  * @param {*} [options] Override http request option.
9045
9065
  * @throws {RequiredError}
9046
9066
  */
9047
- confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ManualPaymentConfirmationResponse>>;
9067
+ confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ManualPaymentConfirmationResponse>>;
9048
9068
  /**
9049
9069
  * Confirm a payment against a payment Link
9050
9070
  * @param {*} [options] Override http request option.
9051
9071
  * @throws {RequiredError}
9052
9072
  */
9053
- confirmPayment(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfirmPaymentResponse>>;
9073
+ confirmPayment(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfirmPaymentResponse>>;
9054
9074
  /**
9055
9075
  * Create token for fps flow
9056
9076
  * @param {*} [options] Override http request option.
9057
9077
  * @throws {RequiredError}
9058
9078
  */
9059
- createFpsToken(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateFpsTokenResponse>>;
9079
+ createFpsToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateFpsTokenResponse>>;
9060
9080
  /**
9061
9081
  * Create mandate for an existing sender account
9062
9082
  * @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.
@@ -9064,27 +9084,27 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9064
9084
  * @param {*} [options] Override http request option.
9065
9085
  * @throws {RequiredError}
9066
9086
  */
9067
- createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateMandateResponse>>;
9087
+ createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateMandateResponse>>;
9068
9088
  /**
9069
9089
  * Create payment link
9070
9090
  * @param {CreatePaymentLinkRequest} createPaymentLinkRequest Parameters required to create a payment link
9071
9091
  * @param {*} [options] Override http request option.
9072
9092
  * @throws {RequiredError}
9073
9093
  */
9074
- createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentLinkResponse>>;
9094
+ createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentLinkResponse>>;
9075
9095
  /**
9076
9096
  * Initiate Card Payment for a Payment Link
9077
9097
  * @param {*} [options] Override http request option.
9078
9098
  * @throws {RequiredError}
9079
9099
  */
9080
- createPaymentLinkCardPayment(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePaymentLinkCardPaymentResponse>>;
9100
+ createPaymentLinkCardPayment(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePaymentLinkCardPaymentResponse>>;
9081
9101
  /**
9082
9102
  * CREATE Mandate for payment link
9083
9103
  * @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
9084
9104
  * @param {*} [options] Override http request option.
9085
9105
  * @throws {RequiredError}
9086
9106
  */
9087
- createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePaymentLinkMandateResponse>>;
9107
+ createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePaymentLinkMandateResponse>>;
9088
9108
  /**
9089
9109
  * Create a Payment Method for a user
9090
9110
  * @param {string} paymentUserId Payment User ID
@@ -9092,7 +9112,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9092
9112
  * @param {*} [options] Override http request option.
9093
9113
  * @throws {RequiredError}
9094
9114
  */
9095
- createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodResponse>>;
9115
+ createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodResponse>>;
9096
9116
  /**
9097
9117
  * Create a scheduled payout
9098
9118
  * @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.
@@ -9100,7 +9120,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9100
9120
  * @param {*} [options] Override http request option.
9101
9121
  * @throws {RequiredError}
9102
9122
  */
9103
- createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
9123
+ createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
9104
9124
  /**
9105
9125
  * Download the balance statement for the ledger (CSV)
9106
9126
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -9109,64 +9129,64 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9109
9129
  * @param {*} [options] Override http request option.
9110
9130
  * @throws {RequiredError}
9111
9131
  */
9112
- downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DownloadBalanceStatementResponse>>;
9132
+ downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DownloadBalanceStatementResponse>>;
9113
9133
  /**
9114
9134
  * Get the FPS QR code
9115
9135
  * @param {*} [options] Override http request option.
9116
9136
  * @throws {RequiredError}
9117
9137
  */
9118
- getFpsQrCode(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FpsQrCodeResponse>>;
9138
+ getFpsQrCode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FpsQrCodeResponse>>;
9119
9139
  /**
9120
9140
  * Get a customer-specific list of institutions for Finverse Link
9121
9141
  * @param {*} [options] Override http request option.
9122
9142
  * @throws {RequiredError}
9123
9143
  */
9124
- getInstitutionsForCustomer(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Institution>>>;
9144
+ getInstitutionsForCustomer(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Institution>>>;
9125
9145
  /**
9126
9146
  * Get payment link
9127
9147
  * @param {string} paymentLinkId The payment link id
9128
9148
  * @param {*} [options] Override http request option.
9129
9149
  * @throws {RequiredError}
9130
9150
  */
9131
- getPaymentLink(paymentLinkId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentLinkResponse>>;
9151
+ getPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentLinkResponse>>;
9132
9152
  /**
9133
9153
  * Get a payment method
9134
9154
  * @param {string} paymentMethodId
9135
9155
  * @param {*} [options] Override http request option.
9136
9156
  * @throws {RequiredError}
9137
9157
  */
9138
- getPaymentMethod(paymentMethodId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodResponse>>;
9158
+ getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodResponse>>;
9139
9159
  /**
9140
9160
  * Get payment method in payment link flow
9141
9161
  * @param {*} [options] Override http request option.
9142
9162
  * @throws {RequiredError}
9143
9163
  */
9144
- getPaymentMethodPaymentLink(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodFvLinkResponse>>;
9164
+ getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodFvLinkResponse>>;
9145
9165
  /**
9146
9166
  * Get payment (if exists) on the payment link for front-end
9147
9167
  * @param {*} [options] Override http request option.
9148
9168
  * @throws {RequiredError}
9149
9169
  */
9150
- getPaymentPaymentLink(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentFvLinkResponse>>;
9170
+ getPaymentPaymentLink(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentFvLinkResponse>>;
9151
9171
  /**
9152
9172
  * Get payout by payout_id
9153
9173
  * @param {string} payoutId payout id
9154
9174
  * @param {*} [options] Override http request option.
9155
9175
  * @throws {RequiredError}
9156
9176
  */
9157
- getPayoutById(payoutId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
9177
+ getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PayoutSnapshotResponse>>;
9158
9178
  /**
9159
9179
  * Get sender payment user in payment link flow
9160
9180
  * @param {*} [options] Override http request option.
9161
9181
  * @throws {RequiredError}
9162
9182
  */
9163
- getSenderPaymentUser(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPaymentUserResponse>>;
9183
+ getSenderPaymentUser(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPaymentUserResponse>>;
9164
9184
  /**
9165
9185
  * List mandates details
9166
9186
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9167
9187
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9168
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
9169
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9188
+ * @param {Array<ListDetokenizedMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
9189
+ * @param {ListDetokenizedMandatesSenderTypeEnum} [senderType] The sender type of the mandate
9170
9190
  * @param {string} [userId] The user_id the mandate was setup for
9171
9191
  * @param {string} [institutionId] The institution the mandate was executed against
9172
9192
  * @param {number} [offset] default is 0
@@ -9174,13 +9194,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9174
9194
  * @param {*} [options] Override http request option.
9175
9195
  * @throws {RequiredError}
9176
9196
  */
9177
- listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListMandatesResponse>>;
9197
+ listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListDetokenizedMandatesStatusesEnum>, senderType?: ListDetokenizedMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListMandatesResponse>>;
9178
9198
  /**
9179
9199
  * List mandates
9180
9200
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9181
9201
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9182
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
9183
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9202
+ * @param {Array<ListMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
9203
+ * @param {ListMandatesSenderTypeEnum} [senderType] The sender type of the mandate
9184
9204
  * @param {string} [userId] The user_id the mandate was setup for
9185
9205
  * @param {string} [institutionId] The institution the mandate was executed against
9186
9206
  * @param {number} [offset] default is 0
@@ -9188,24 +9208,24 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9188
9208
  * @param {*} [options] Override http request option.
9189
9209
  * @throws {RequiredError}
9190
9210
  */
9191
- listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListMandatesResponse>>;
9211
+ listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListMandatesStatusesEnum>, senderType?: ListMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListMandatesResponse>>;
9192
9212
  /**
9193
9213
  * List Payment Methods for a User
9194
9214
  * @param {string} paymentUserId Payment User Id
9195
9215
  * @param {*} [options] Override http request option.
9196
9216
  * @throws {RequiredError}
9197
9217
  */
9198
- listPaymentMethods(paymentUserId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentMethodsResponse>>;
9218
+ listPaymentMethods(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentMethodsResponse>>;
9199
9219
  /**
9200
9220
  * List Payments
9201
9221
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9202
9222
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9203
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>} [statuses] The payment statuses to filter for, comma separated
9204
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9223
+ * @param {Array<ListPaymentsStatusesEnum>} [statuses] The payment statuses to filter for, comma separated
9224
+ * @param {ListPaymentsSenderTypeEnum} [senderType] The sender type of the mandate
9205
9225
  * @param {string} [userId] The user_id the mandate was setup for
9206
9226
  * @param {string} [institutionId] The institution the mandate was executed against
9207
- * @param {'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'} [paymentType] Deprecated - The type of payment
9208
- * @param {Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>} [paymentTypes]
9227
+ * @param {ListPaymentsPaymentTypeEnum} [paymentType] Deprecated - The type of payment
9228
+ * @param {Array<ListPaymentsPaymentTypesEnum>} [paymentTypes]
9209
9229
  * @param {string} [mandateId] The mandate the payment belongs to
9210
9230
  * @param {string} [currency] Deprecated - The currency the payment is made in
9211
9231
  * @param {Array<string>} [currencies]
@@ -9214,26 +9234,26 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9214
9234
  * @param {*} [options] Override http request option.
9215
9235
  * @throws {RequiredError}
9216
9236
  */
9217
- listPayments(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, paymentType?: 'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL', paymentTypes?: Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>, mandateId?: string, currency?: string, currencies?: Array<string>, offset?: number, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentsResponse>>;
9237
+ 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentsResponse>>;
9218
9238
  /**
9219
9239
  * Refresh payment attempt from payment link front-end
9220
9240
  * @param {*} [options] Override http request option.
9221
9241
  * @throws {RequiredError}
9222
9242
  */
9223
- refreshPaymentAttempt(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RefreshPaymentAttemptResponse>>;
9243
+ refreshPaymentAttempt(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RefreshPaymentAttemptResponse>>;
9224
9244
  /**
9225
9245
  * Set autopay consent for payment user
9226
9246
  * @param {SetAutopayConsentRequest} setAutopayConsentRequest
9227
9247
  * @param {*} [options] Override http request option.
9228
9248
  * @throws {RequiredError}
9229
9249
  */
9230
- setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
9250
+ setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
9231
9251
  /**
9232
9252
  * Unlink payment on payment link
9233
9253
  * @param {*} [options] Override http request option.
9234
9254
  * @throws {RequiredError}
9235
9255
  */
9236
- unlinkPaymentPaymentLink(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
9256
+ unlinkPaymentPaymentLink(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
9237
9257
  /**
9238
9258
  * Update a payment user
9239
9259
  * @param {string} paymentUserId
@@ -9241,7 +9261,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
9241
9261
  * @param {*} [options] Override http request option.
9242
9262
  * @throws {RequiredError}
9243
9263
  */
9244
- updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentUser>>;
9264
+ updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentUser>>;
9245
9265
  };
9246
9266
  /**
9247
9267
  * DefaultApi - factory interface
@@ -9254,39 +9274,39 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9254
9274
  * @param {*} [options] Override http request option.
9255
9275
  * @throws {RequiredError}
9256
9276
  */
9257
- cancelPaymentLink(paymentLinkId: string, options?: any): AxiosPromise<PaymentLinkResponse>;
9277
+ cancelPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9258
9278
  /**
9259
9279
  * Cancel Payout by payout_id
9260
9280
  * @param {string} payoutId payout id
9261
9281
  * @param {*} [options] Override http request option.
9262
9282
  * @throws {RequiredError}
9263
9283
  */
9264
- cancelPayout(payoutId: string, options?: any): AxiosPromise<PayoutSnapshotResponse>;
9284
+ cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9265
9285
  /**
9266
9286
  * Initiate change payment method from payment link front-end
9267
9287
  * @param {*} [options] Override http request option.
9268
9288
  * @throws {RequiredError}
9269
9289
  */
9270
- changePaymentMethodPaymentLink(options?: any): AxiosPromise<ChangePaymentMethodFvLinkResponse>;
9290
+ changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<ChangePaymentMethodFvLinkResponse>;
9271
9291
  /**
9272
9292
  * Submit manual payment confirmation
9273
9293
  * @param {ManualPaymentConfirmationRequest} manualPaymentIdentifiers Request body containing information to identify manual payment
9274
9294
  * @param {*} [options] Override http request option.
9275
9295
  * @throws {RequiredError}
9276
9296
  */
9277
- confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: any): AxiosPromise<ManualPaymentConfirmationResponse>;
9297
+ confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: RawAxiosRequestConfig): AxiosPromise<ManualPaymentConfirmationResponse>;
9278
9298
  /**
9279
9299
  * Confirm a payment against a payment Link
9280
9300
  * @param {*} [options] Override http request option.
9281
9301
  * @throws {RequiredError}
9282
9302
  */
9283
- confirmPayment(options?: any): AxiosPromise<ConfirmPaymentResponse>;
9303
+ confirmPayment(options?: RawAxiosRequestConfig): AxiosPromise<ConfirmPaymentResponse>;
9284
9304
  /**
9285
9305
  * Create token for fps flow
9286
9306
  * @param {*} [options] Override http request option.
9287
9307
  * @throws {RequiredError}
9288
9308
  */
9289
- createFpsToken(options?: any): AxiosPromise<CreateFpsTokenResponse>;
9309
+ createFpsToken(options?: RawAxiosRequestConfig): AxiosPromise<CreateFpsTokenResponse>;
9290
9310
  /**
9291
9311
  * Create mandate for an existing sender account
9292
9312
  * @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.
@@ -9294,27 +9314,27 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9294
9314
  * @param {*} [options] Override http request option.
9295
9315
  * @throws {RequiredError}
9296
9316
  */
9297
- createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: any): AxiosPromise<CreateMandateResponse>;
9317
+ createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateMandateResponse>;
9298
9318
  /**
9299
9319
  * Create payment link
9300
9320
  * @param {CreatePaymentLinkRequest} createPaymentLinkRequest Parameters required to create a payment link
9301
9321
  * @param {*} [options] Override http request option.
9302
9322
  * @throws {RequiredError}
9303
9323
  */
9304
- createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: any): AxiosPromise<PaymentLinkResponse>;
9324
+ createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9305
9325
  /**
9306
9326
  * Initiate Card Payment for a Payment Link
9307
9327
  * @param {*} [options] Override http request option.
9308
9328
  * @throws {RequiredError}
9309
9329
  */
9310
- createPaymentLinkCardPayment(options?: any): AxiosPromise<CreatePaymentLinkCardPaymentResponse>;
9330
+ createPaymentLinkCardPayment(options?: RawAxiosRequestConfig): AxiosPromise<CreatePaymentLinkCardPaymentResponse>;
9311
9331
  /**
9312
9332
  * CREATE Mandate for payment link
9313
9333
  * @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
9314
9334
  * @param {*} [options] Override http request option.
9315
9335
  * @throws {RequiredError}
9316
9336
  */
9317
- createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: any): AxiosPromise<CreatePaymentLinkMandateResponse>;
9337
+ createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreatePaymentLinkMandateResponse>;
9318
9338
  /**
9319
9339
  * Create a Payment Method for a user
9320
9340
  * @param {string} paymentUserId Payment User ID
@@ -9322,7 +9342,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9322
9342
  * @param {*} [options] Override http request option.
9323
9343
  * @throws {RequiredError}
9324
9344
  */
9325
- createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: any): AxiosPromise<PaymentMethodResponse>;
9345
+ createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodResponse>;
9326
9346
  /**
9327
9347
  * Create a scheduled payout
9328
9348
  * @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.
@@ -9330,7 +9350,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9330
9350
  * @param {*} [options] Override http request option.
9331
9351
  * @throws {RequiredError}
9332
9352
  */
9333
- createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: any): AxiosPromise<PayoutSnapshotResponse>;
9353
+ createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9334
9354
  /**
9335
9355
  * Download the balance statement for the ledger (CSV)
9336
9356
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -9339,64 +9359,64 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9339
9359
  * @param {*} [options] Override http request option.
9340
9360
  * @throws {RequiredError}
9341
9361
  */
9342
- downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: any): AxiosPromise<DownloadBalanceStatementResponse>;
9362
+ downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<DownloadBalanceStatementResponse>;
9343
9363
  /**
9344
9364
  * Get the FPS QR code
9345
9365
  * @param {*} [options] Override http request option.
9346
9366
  * @throws {RequiredError}
9347
9367
  */
9348
- getFpsQrCode(options?: any): AxiosPromise<FpsQrCodeResponse>;
9368
+ getFpsQrCode(options?: RawAxiosRequestConfig): AxiosPromise<FpsQrCodeResponse>;
9349
9369
  /**
9350
9370
  * Get a customer-specific list of institutions for Finverse Link
9351
9371
  * @param {*} [options] Override http request option.
9352
9372
  * @throws {RequiredError}
9353
9373
  */
9354
- getInstitutionsForCustomer(options?: any): AxiosPromise<Array<Institution>>;
9374
+ getInstitutionsForCustomer(options?: RawAxiosRequestConfig): AxiosPromise<Array<Institution>>;
9355
9375
  /**
9356
9376
  * Get payment link
9357
9377
  * @param {string} paymentLinkId The payment link id
9358
9378
  * @param {*} [options] Override http request option.
9359
9379
  * @throws {RequiredError}
9360
9380
  */
9361
- getPaymentLink(paymentLinkId: string, options?: any): AxiosPromise<PaymentLinkResponse>;
9381
+ getPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9362
9382
  /**
9363
9383
  * Get a payment method
9364
9384
  * @param {string} paymentMethodId
9365
9385
  * @param {*} [options] Override http request option.
9366
9386
  * @throws {RequiredError}
9367
9387
  */
9368
- getPaymentMethod(paymentMethodId: string, options?: any): AxiosPromise<PaymentMethodResponse>;
9388
+ getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodResponse>;
9369
9389
  /**
9370
9390
  * Get payment method in payment link flow
9371
9391
  * @param {*} [options] Override http request option.
9372
9392
  * @throws {RequiredError}
9373
9393
  */
9374
- getPaymentMethodPaymentLink(options?: any): AxiosPromise<PaymentMethodFvLinkResponse>;
9394
+ getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodFvLinkResponse>;
9375
9395
  /**
9376
9396
  * Get payment (if exists) on the payment link for front-end
9377
9397
  * @param {*} [options] Override http request option.
9378
9398
  * @throws {RequiredError}
9379
9399
  */
9380
- getPaymentPaymentLink(options?: any): AxiosPromise<PaymentFvLinkResponse>;
9400
+ getPaymentPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<PaymentFvLinkResponse>;
9381
9401
  /**
9382
9402
  * Get payout by payout_id
9383
9403
  * @param {string} payoutId payout id
9384
9404
  * @param {*} [options] Override http request option.
9385
9405
  * @throws {RequiredError}
9386
9406
  */
9387
- getPayoutById(payoutId: string, options?: any): AxiosPromise<PayoutSnapshotResponse>;
9407
+ getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9388
9408
  /**
9389
9409
  * Get sender payment user in payment link flow
9390
9410
  * @param {*} [options] Override http request option.
9391
9411
  * @throws {RequiredError}
9392
9412
  */
9393
- getSenderPaymentUser(options?: any): AxiosPromise<GetPaymentUserResponse>;
9413
+ getSenderPaymentUser(options?: RawAxiosRequestConfig): AxiosPromise<GetPaymentUserResponse>;
9394
9414
  /**
9395
9415
  * List mandates details
9396
9416
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9397
9417
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9398
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
9399
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9418
+ * @param {Array<ListDetokenizedMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
9419
+ * @param {ListDetokenizedMandatesSenderTypeEnum} [senderType] The sender type of the mandate
9400
9420
  * @param {string} [userId] The user_id the mandate was setup for
9401
9421
  * @param {string} [institutionId] The institution the mandate was executed against
9402
9422
  * @param {number} [offset] default is 0
@@ -9404,13 +9424,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9404
9424
  * @param {*} [options] Override http request option.
9405
9425
  * @throws {RequiredError}
9406
9426
  */
9407
- listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: any): AxiosPromise<ListMandatesResponse>;
9427
+ listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListDetokenizedMandatesStatusesEnum>, senderType?: ListDetokenizedMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<ListMandatesResponse>;
9408
9428
  /**
9409
9429
  * List mandates
9410
9430
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9411
9431
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9412
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
9413
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9432
+ * @param {Array<ListMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
9433
+ * @param {ListMandatesSenderTypeEnum} [senderType] The sender type of the mandate
9414
9434
  * @param {string} [userId] The user_id the mandate was setup for
9415
9435
  * @param {string} [institutionId] The institution the mandate was executed against
9416
9436
  * @param {number} [offset] default is 0
@@ -9418,24 +9438,24 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9418
9438
  * @param {*} [options] Override http request option.
9419
9439
  * @throws {RequiredError}
9420
9440
  */
9421
- listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: any): AxiosPromise<ListMandatesResponse>;
9441
+ listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListMandatesStatusesEnum>, senderType?: ListMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<ListMandatesResponse>;
9422
9442
  /**
9423
9443
  * List Payment Methods for a User
9424
9444
  * @param {string} paymentUserId Payment User Id
9425
9445
  * @param {*} [options] Override http request option.
9426
9446
  * @throws {RequiredError}
9427
9447
  */
9428
- listPaymentMethods(paymentUserId: string, options?: any): AxiosPromise<ListPaymentMethodsResponse>;
9448
+ listPaymentMethods(paymentUserId: string, options?: RawAxiosRequestConfig): AxiosPromise<ListPaymentMethodsResponse>;
9429
9449
  /**
9430
9450
  * List Payments
9431
9451
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9432
9452
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9433
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>} [statuses] The payment statuses to filter for, comma separated
9434
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9453
+ * @param {Array<ListPaymentsStatusesEnum>} [statuses] The payment statuses to filter for, comma separated
9454
+ * @param {ListPaymentsSenderTypeEnum} [senderType] The sender type of the mandate
9435
9455
  * @param {string} [userId] The user_id the mandate was setup for
9436
9456
  * @param {string} [institutionId] The institution the mandate was executed against
9437
- * @param {'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'} [paymentType] Deprecated - The type of payment
9438
- * @param {Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>} [paymentTypes]
9457
+ * @param {ListPaymentsPaymentTypeEnum} [paymentType] Deprecated - The type of payment
9458
+ * @param {Array<ListPaymentsPaymentTypesEnum>} [paymentTypes]
9439
9459
  * @param {string} [mandateId] The mandate the payment belongs to
9440
9460
  * @param {string} [currency] Deprecated - The currency the payment is made in
9441
9461
  * @param {Array<string>} [currencies]
@@ -9444,26 +9464,26 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9444
9464
  * @param {*} [options] Override http request option.
9445
9465
  * @throws {RequiredError}
9446
9466
  */
9447
- listPayments(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, paymentType?: 'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL', paymentTypes?: Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>, mandateId?: string, currency?: string, currencies?: Array<string>, offset?: number, limit?: number, options?: any): AxiosPromise<ListPaymentsResponse>;
9467
+ 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): AxiosPromise<ListPaymentsResponse>;
9448
9468
  /**
9449
9469
  * Refresh payment attempt from payment link front-end
9450
9470
  * @param {*} [options] Override http request option.
9451
9471
  * @throws {RequiredError}
9452
9472
  */
9453
- refreshPaymentAttempt(options?: any): AxiosPromise<RefreshPaymentAttemptResponse>;
9473
+ refreshPaymentAttempt(options?: RawAxiosRequestConfig): AxiosPromise<RefreshPaymentAttemptResponse>;
9454
9474
  /**
9455
9475
  * Set autopay consent for payment user
9456
9476
  * @param {SetAutopayConsentRequest} setAutopayConsentRequest
9457
9477
  * @param {*} [options] Override http request option.
9458
9478
  * @throws {RequiredError}
9459
9479
  */
9460
- setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: any): AxiosPromise<void>;
9480
+ setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9461
9481
  /**
9462
9482
  * Unlink payment on payment link
9463
9483
  * @param {*} [options] Override http request option.
9464
9484
  * @throws {RequiredError}
9465
9485
  */
9466
- unlinkPaymentPaymentLink(options?: any): AxiosPromise<void>;
9486
+ unlinkPaymentPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<void>;
9467
9487
  /**
9468
9488
  * Update a payment user
9469
9489
  * @param {string} paymentUserId
@@ -9471,7 +9491,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
9471
9491
  * @param {*} [options] Override http request option.
9472
9492
  * @throws {RequiredError}
9473
9493
  */
9474
- updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: any): AxiosPromise<PaymentUser>;
9494
+ updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentUser>;
9475
9495
  };
9476
9496
  /**
9477
9497
  * DefaultApi - interface
@@ -9486,7 +9506,7 @@ export interface DefaultApiInterface {
9486
9506
  * @throws {RequiredError}
9487
9507
  * @memberof DefaultApiInterface
9488
9508
  */
9489
- cancelPaymentLink(paymentLinkId: string, options?: AxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9509
+ cancelPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9490
9510
  /**
9491
9511
  * Cancel Payout by payout_id
9492
9512
  * @param {string} payoutId payout id
@@ -9494,14 +9514,14 @@ export interface DefaultApiInterface {
9494
9514
  * @throws {RequiredError}
9495
9515
  * @memberof DefaultApiInterface
9496
9516
  */
9497
- cancelPayout(payoutId: string, options?: AxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9517
+ cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9498
9518
  /**
9499
9519
  * Initiate change payment method from payment link front-end
9500
9520
  * @param {*} [options] Override http request option.
9501
9521
  * @throws {RequiredError}
9502
9522
  * @memberof DefaultApiInterface
9503
9523
  */
9504
- changePaymentMethodPaymentLink(options?: AxiosRequestConfig): AxiosPromise<ChangePaymentMethodFvLinkResponse>;
9524
+ changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<ChangePaymentMethodFvLinkResponse>;
9505
9525
  /**
9506
9526
  * Submit manual payment confirmation
9507
9527
  * @param {ManualPaymentConfirmationRequest} manualPaymentIdentifiers Request body containing information to identify manual payment
@@ -9509,21 +9529,21 @@ export interface DefaultApiInterface {
9509
9529
  * @throws {RequiredError}
9510
9530
  * @memberof DefaultApiInterface
9511
9531
  */
9512
- confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: AxiosRequestConfig): AxiosPromise<ManualPaymentConfirmationResponse>;
9532
+ confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: RawAxiosRequestConfig): AxiosPromise<ManualPaymentConfirmationResponse>;
9513
9533
  /**
9514
9534
  * Confirm a payment against a payment Link
9515
9535
  * @param {*} [options] Override http request option.
9516
9536
  * @throws {RequiredError}
9517
9537
  * @memberof DefaultApiInterface
9518
9538
  */
9519
- confirmPayment(options?: AxiosRequestConfig): AxiosPromise<ConfirmPaymentResponse>;
9539
+ confirmPayment(options?: RawAxiosRequestConfig): AxiosPromise<ConfirmPaymentResponse>;
9520
9540
  /**
9521
9541
  * Create token for fps flow
9522
9542
  * @param {*} [options] Override http request option.
9523
9543
  * @throws {RequiredError}
9524
9544
  * @memberof DefaultApiInterface
9525
9545
  */
9526
- createFpsToken(options?: AxiosRequestConfig): AxiosPromise<CreateFpsTokenResponse>;
9546
+ createFpsToken(options?: RawAxiosRequestConfig): AxiosPromise<CreateFpsTokenResponse>;
9527
9547
  /**
9528
9548
  * Create mandate for an existing sender account
9529
9549
  * @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.
@@ -9532,7 +9552,7 @@ export interface DefaultApiInterface {
9532
9552
  * @throws {RequiredError}
9533
9553
  * @memberof DefaultApiInterface
9534
9554
  */
9535
- createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: AxiosRequestConfig): AxiosPromise<CreateMandateResponse>;
9555
+ createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateMandateResponse>;
9536
9556
  /**
9537
9557
  * Create payment link
9538
9558
  * @param {CreatePaymentLinkRequest} createPaymentLinkRequest Parameters required to create a payment link
@@ -9540,14 +9560,14 @@ export interface DefaultApiInterface {
9540
9560
  * @throws {RequiredError}
9541
9561
  * @memberof DefaultApiInterface
9542
9562
  */
9543
- createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: AxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9563
+ createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9544
9564
  /**
9545
9565
  * Initiate Card Payment for a Payment Link
9546
9566
  * @param {*} [options] Override http request option.
9547
9567
  * @throws {RequiredError}
9548
9568
  * @memberof DefaultApiInterface
9549
9569
  */
9550
- createPaymentLinkCardPayment(options?: AxiosRequestConfig): AxiosPromise<CreatePaymentLinkCardPaymentResponse>;
9570
+ createPaymentLinkCardPayment(options?: RawAxiosRequestConfig): AxiosPromise<CreatePaymentLinkCardPaymentResponse>;
9551
9571
  /**
9552
9572
  * CREATE Mandate for payment link
9553
9573
  * @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
@@ -9555,7 +9575,7 @@ export interface DefaultApiInterface {
9555
9575
  * @throws {RequiredError}
9556
9576
  * @memberof DefaultApiInterface
9557
9577
  */
9558
- createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: AxiosRequestConfig): AxiosPromise<CreatePaymentLinkMandateResponse>;
9578
+ createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreatePaymentLinkMandateResponse>;
9559
9579
  /**
9560
9580
  * Create a Payment Method for a user
9561
9581
  * @param {string} paymentUserId Payment User ID
@@ -9564,7 +9584,7 @@ export interface DefaultApiInterface {
9564
9584
  * @throws {RequiredError}
9565
9585
  * @memberof DefaultApiInterface
9566
9586
  */
9567
- createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: AxiosRequestConfig): AxiosPromise<PaymentMethodResponse>;
9587
+ createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodResponse>;
9568
9588
  /**
9569
9589
  * Create a scheduled payout
9570
9590
  * @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.
@@ -9573,7 +9593,7 @@ export interface DefaultApiInterface {
9573
9593
  * @throws {RequiredError}
9574
9594
  * @memberof DefaultApiInterface
9575
9595
  */
9576
- createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: AxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9596
+ createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9577
9597
  /**
9578
9598
  * Download the balance statement for the ledger (CSV)
9579
9599
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -9583,21 +9603,21 @@ export interface DefaultApiInterface {
9583
9603
  * @throws {RequiredError}
9584
9604
  * @memberof DefaultApiInterface
9585
9605
  */
9586
- downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: AxiosRequestConfig): AxiosPromise<DownloadBalanceStatementResponse>;
9606
+ downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<DownloadBalanceStatementResponse>;
9587
9607
  /**
9588
9608
  * Get the FPS QR code
9589
9609
  * @param {*} [options] Override http request option.
9590
9610
  * @throws {RequiredError}
9591
9611
  * @memberof DefaultApiInterface
9592
9612
  */
9593
- getFpsQrCode(options?: AxiosRequestConfig): AxiosPromise<FpsQrCodeResponse>;
9613
+ getFpsQrCode(options?: RawAxiosRequestConfig): AxiosPromise<FpsQrCodeResponse>;
9594
9614
  /**
9595
9615
  * Get a customer-specific list of institutions for Finverse Link
9596
9616
  * @param {*} [options] Override http request option.
9597
9617
  * @throws {RequiredError}
9598
9618
  * @memberof DefaultApiInterface
9599
9619
  */
9600
- getInstitutionsForCustomer(options?: AxiosRequestConfig): AxiosPromise<Array<Institution>>;
9620
+ getInstitutionsForCustomer(options?: RawAxiosRequestConfig): AxiosPromise<Array<Institution>>;
9601
9621
  /**
9602
9622
  * Get payment link
9603
9623
  * @param {string} paymentLinkId The payment link id
@@ -9605,7 +9625,7 @@ export interface DefaultApiInterface {
9605
9625
  * @throws {RequiredError}
9606
9626
  * @memberof DefaultApiInterface
9607
9627
  */
9608
- getPaymentLink(paymentLinkId: string, options?: AxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9628
+ getPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentLinkResponse>;
9609
9629
  /**
9610
9630
  * Get a payment method
9611
9631
  * @param {string} paymentMethodId
@@ -9613,21 +9633,21 @@ export interface DefaultApiInterface {
9613
9633
  * @throws {RequiredError}
9614
9634
  * @memberof DefaultApiInterface
9615
9635
  */
9616
- getPaymentMethod(paymentMethodId: string, options?: AxiosRequestConfig): AxiosPromise<PaymentMethodResponse>;
9636
+ getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodResponse>;
9617
9637
  /**
9618
9638
  * Get payment method in payment link flow
9619
9639
  * @param {*} [options] Override http request option.
9620
9640
  * @throws {RequiredError}
9621
9641
  * @memberof DefaultApiInterface
9622
9642
  */
9623
- getPaymentMethodPaymentLink(options?: AxiosRequestConfig): AxiosPromise<PaymentMethodFvLinkResponse>;
9643
+ getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodFvLinkResponse>;
9624
9644
  /**
9625
9645
  * Get payment (if exists) on the payment link for front-end
9626
9646
  * @param {*} [options] Override http request option.
9627
9647
  * @throws {RequiredError}
9628
9648
  * @memberof DefaultApiInterface
9629
9649
  */
9630
- getPaymentPaymentLink(options?: AxiosRequestConfig): AxiosPromise<PaymentFvLinkResponse>;
9650
+ getPaymentPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<PaymentFvLinkResponse>;
9631
9651
  /**
9632
9652
  * Get payout by payout_id
9633
9653
  * @param {string} payoutId payout id
@@ -9635,20 +9655,20 @@ export interface DefaultApiInterface {
9635
9655
  * @throws {RequiredError}
9636
9656
  * @memberof DefaultApiInterface
9637
9657
  */
9638
- getPayoutById(payoutId: string, options?: AxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9658
+ getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): AxiosPromise<PayoutSnapshotResponse>;
9639
9659
  /**
9640
9660
  * Get sender payment user in payment link flow
9641
9661
  * @param {*} [options] Override http request option.
9642
9662
  * @throws {RequiredError}
9643
9663
  * @memberof DefaultApiInterface
9644
9664
  */
9645
- getSenderPaymentUser(options?: AxiosRequestConfig): AxiosPromise<GetPaymentUserResponse>;
9665
+ getSenderPaymentUser(options?: RawAxiosRequestConfig): AxiosPromise<GetPaymentUserResponse>;
9646
9666
  /**
9647
9667
  * List mandates details
9648
9668
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9649
9669
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9650
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
9651
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9670
+ * @param {Array<ListDetokenizedMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
9671
+ * @param {ListDetokenizedMandatesSenderTypeEnum} [senderType] The sender type of the mandate
9652
9672
  * @param {string} [userId] The user_id the mandate was setup for
9653
9673
  * @param {string} [institutionId] The institution the mandate was executed against
9654
9674
  * @param {number} [offset] default is 0
@@ -9657,13 +9677,13 @@ export interface DefaultApiInterface {
9657
9677
  * @throws {RequiredError}
9658
9678
  * @memberof DefaultApiInterface
9659
9679
  */
9660
- listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: AxiosRequestConfig): AxiosPromise<ListMandatesResponse>;
9680
+ listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListDetokenizedMandatesStatusesEnum>, senderType?: ListDetokenizedMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<ListMandatesResponse>;
9661
9681
  /**
9662
9682
  * List mandates
9663
9683
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9664
9684
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9665
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
9666
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9685
+ * @param {Array<ListMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
9686
+ * @param {ListMandatesSenderTypeEnum} [senderType] The sender type of the mandate
9667
9687
  * @param {string} [userId] The user_id the mandate was setup for
9668
9688
  * @param {string} [institutionId] The institution the mandate was executed against
9669
9689
  * @param {number} [offset] default is 0
@@ -9672,7 +9692,7 @@ export interface DefaultApiInterface {
9672
9692
  * @throws {RequiredError}
9673
9693
  * @memberof DefaultApiInterface
9674
9694
  */
9675
- listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: AxiosRequestConfig): AxiosPromise<ListMandatesResponse>;
9695
+ listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<ListMandatesStatusesEnum>, senderType?: ListMandatesSenderTypeEnum, userId?: string, institutionId?: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<ListMandatesResponse>;
9676
9696
  /**
9677
9697
  * List Payment Methods for a User
9678
9698
  * @param {string} paymentUserId Payment User Id
@@ -9680,17 +9700,17 @@ export interface DefaultApiInterface {
9680
9700
  * @throws {RequiredError}
9681
9701
  * @memberof DefaultApiInterface
9682
9702
  */
9683
- listPaymentMethods(paymentUserId: string, options?: AxiosRequestConfig): AxiosPromise<ListPaymentMethodsResponse>;
9703
+ listPaymentMethods(paymentUserId: string, options?: RawAxiosRequestConfig): AxiosPromise<ListPaymentMethodsResponse>;
9684
9704
  /**
9685
9705
  * List Payments
9686
9706
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9687
9707
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9688
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>} [statuses] The payment statuses to filter for, comma separated
9689
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9708
+ * @param {Array<ListPaymentsStatusesEnum>} [statuses] The payment statuses to filter for, comma separated
9709
+ * @param {ListPaymentsSenderTypeEnum} [senderType] The sender type of the mandate
9690
9710
  * @param {string} [userId] The user_id the mandate was setup for
9691
9711
  * @param {string} [institutionId] The institution the mandate was executed against
9692
- * @param {'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'} [paymentType] Deprecated - The type of payment
9693
- * @param {Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>} [paymentTypes]
9712
+ * @param {ListPaymentsPaymentTypeEnum} [paymentType] Deprecated - The type of payment
9713
+ * @param {Array<ListPaymentsPaymentTypesEnum>} [paymentTypes]
9694
9714
  * @param {string} [mandateId] The mandate the payment belongs to
9695
9715
  * @param {string} [currency] Deprecated - The currency the payment is made in
9696
9716
  * @param {Array<string>} [currencies]
@@ -9700,14 +9720,14 @@ export interface DefaultApiInterface {
9700
9720
  * @throws {RequiredError}
9701
9721
  * @memberof DefaultApiInterface
9702
9722
  */
9703
- listPayments(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, paymentType?: 'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL', paymentTypes?: Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>, mandateId?: string, currency?: string, currencies?: Array<string>, offset?: number, limit?: number, options?: AxiosRequestConfig): AxiosPromise<ListPaymentsResponse>;
9723
+ 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): AxiosPromise<ListPaymentsResponse>;
9704
9724
  /**
9705
9725
  * Refresh payment attempt from payment link front-end
9706
9726
  * @param {*} [options] Override http request option.
9707
9727
  * @throws {RequiredError}
9708
9728
  * @memberof DefaultApiInterface
9709
9729
  */
9710
- refreshPaymentAttempt(options?: AxiosRequestConfig): AxiosPromise<RefreshPaymentAttemptResponse>;
9730
+ refreshPaymentAttempt(options?: RawAxiosRequestConfig): AxiosPromise<RefreshPaymentAttemptResponse>;
9711
9731
  /**
9712
9732
  * Set autopay consent for payment user
9713
9733
  * @param {SetAutopayConsentRequest} setAutopayConsentRequest
@@ -9715,14 +9735,14 @@ export interface DefaultApiInterface {
9715
9735
  * @throws {RequiredError}
9716
9736
  * @memberof DefaultApiInterface
9717
9737
  */
9718
- setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
9738
+ setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9719
9739
  /**
9720
9740
  * Unlink payment on payment link
9721
9741
  * @param {*} [options] Override http request option.
9722
9742
  * @throws {RequiredError}
9723
9743
  * @memberof DefaultApiInterface
9724
9744
  */
9725
- unlinkPaymentPaymentLink(options?: AxiosRequestConfig): AxiosPromise<void>;
9745
+ unlinkPaymentPaymentLink(options?: RawAxiosRequestConfig): AxiosPromise<void>;
9726
9746
  /**
9727
9747
  * Update a payment user
9728
9748
  * @param {string} paymentUserId
@@ -9731,7 +9751,7 @@ export interface DefaultApiInterface {
9731
9751
  * @throws {RequiredError}
9732
9752
  * @memberof DefaultApiInterface
9733
9753
  */
9734
- updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: AxiosRequestConfig): AxiosPromise<PaymentUser>;
9754
+ updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentUser>;
9735
9755
  }
9736
9756
  /**
9737
9757
  * DefaultApi - object-oriented interface
@@ -9747,7 +9767,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9747
9767
  * @throws {RequiredError}
9748
9768
  * @memberof DefaultApi
9749
9769
  */
9750
- cancelPaymentLink(paymentLinkId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse>>;
9770
+ cancelPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any>>;
9751
9771
  /**
9752
9772
  * Cancel Payout by payout_id
9753
9773
  * @param {string} payoutId payout id
@@ -9755,14 +9775,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9755
9775
  * @throws {RequiredError}
9756
9776
  * @memberof DefaultApi
9757
9777
  */
9758
- cancelPayout(payoutId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse>>;
9778
+ cancelPayout(payoutId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any>>;
9759
9779
  /**
9760
9780
  * Initiate change payment method from payment link front-end
9761
9781
  * @param {*} [options] Override http request option.
9762
9782
  * @throws {RequiredError}
9763
9783
  * @memberof DefaultApi
9764
9784
  */
9765
- changePaymentMethodPaymentLink(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ChangePaymentMethodFvLinkResponse>>;
9785
+ changePaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChangePaymentMethodFvLinkResponse, any>>;
9766
9786
  /**
9767
9787
  * Submit manual payment confirmation
9768
9788
  * @param {ManualPaymentConfirmationRequest} manualPaymentIdentifiers Request body containing information to identify manual payment
@@ -9770,21 +9790,21 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9770
9790
  * @throws {RequiredError}
9771
9791
  * @memberof DefaultApi
9772
9792
  */
9773
- confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ManualPaymentConfirmationResponse>>;
9793
+ confirmManualPayment(manualPaymentIdentifiers: ManualPaymentConfirmationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ManualPaymentConfirmationResponse, any>>;
9774
9794
  /**
9775
9795
  * Confirm a payment against a payment Link
9776
9796
  * @param {*} [options] Override http request option.
9777
9797
  * @throws {RequiredError}
9778
9798
  * @memberof DefaultApi
9779
9799
  */
9780
- confirmPayment(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfirmPaymentResponse>>;
9800
+ confirmPayment(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfirmPaymentResponse, any>>;
9781
9801
  /**
9782
9802
  * Create token for fps flow
9783
9803
  * @param {*} [options] Override http request option.
9784
9804
  * @throws {RequiredError}
9785
9805
  * @memberof DefaultApi
9786
9806
  */
9787
- createFpsToken(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateFpsTokenResponse>>;
9807
+ createFpsToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateFpsTokenResponse, any>>;
9788
9808
  /**
9789
9809
  * Create mandate for an existing sender account
9790
9810
  * @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.
@@ -9793,7 +9813,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9793
9813
  * @throws {RequiredError}
9794
9814
  * @memberof DefaultApi
9795
9815
  */
9796
- createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMandateResponse>>;
9816
+ createMandateForExistingSender(idempotencyKey: string, createMandateRequest: CreateMandateWithSenderAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMandateResponse, any>>;
9797
9817
  /**
9798
9818
  * Create payment link
9799
9819
  * @param {CreatePaymentLinkRequest} createPaymentLinkRequest Parameters required to create a payment link
@@ -9801,14 +9821,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9801
9821
  * @throws {RequiredError}
9802
9822
  * @memberof DefaultApi
9803
9823
  */
9804
- createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse>>;
9824
+ createPaymentLink(createPaymentLinkRequest: CreatePaymentLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any>>;
9805
9825
  /**
9806
9826
  * Initiate Card Payment for a Payment Link
9807
9827
  * @param {*} [options] Override http request option.
9808
9828
  * @throws {RequiredError}
9809
9829
  * @memberof DefaultApi
9810
9830
  */
9811
- createPaymentLinkCardPayment(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkCardPaymentResponse>>;
9831
+ createPaymentLinkCardPayment(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkCardPaymentResponse, any>>;
9812
9832
  /**
9813
9833
  * CREATE Mandate for payment link
9814
9834
  * @param {CreatePaymentLinkMandateRequest} createPaymentLinkMandateRequest request body for creating mandate for payment-link
@@ -9816,7 +9836,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9816
9836
  * @throws {RequiredError}
9817
9837
  * @memberof DefaultApi
9818
9838
  */
9819
- createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkMandateResponse>>;
9839
+ createPaymentLinkMandate(createPaymentLinkMandateRequest: CreatePaymentLinkMandateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentLinkMandateResponse, any>>;
9820
9840
  /**
9821
9841
  * Create a Payment Method for a user
9822
9842
  * @param {string} paymentUserId Payment User ID
@@ -9825,7 +9845,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9825
9845
  * @throws {RequiredError}
9826
9846
  * @memberof DefaultApi
9827
9847
  */
9828
- createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse>>;
9848
+ createPaymentMethod(paymentUserId: string, createPaymentMethodRequest: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse, any>>;
9829
9849
  /**
9830
9850
  * Create a scheduled payout
9831
9851
  * @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.
@@ -9834,7 +9854,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9834
9854
  * @throws {RequiredError}
9835
9855
  * @memberof DefaultApi
9836
9856
  */
9837
- createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse>>;
9857
+ createScheduledPayout(idempotencyKey: string, createScheduledPayoutRequest: CreateScheduledPayoutRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any>>;
9838
9858
  /**
9839
9859
  * Download the balance statement for the ledger (CSV)
9840
9860
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
@@ -9844,21 +9864,21 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9844
9864
  * @throws {RequiredError}
9845
9865
  * @memberof DefaultApi
9846
9866
  */
9847
- downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DownloadBalanceStatementResponse>>;
9867
+ downloadBalanceStatement(dateFrom?: string, dateTo?: string, currencies?: Array<string>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DownloadBalanceStatementResponse, any>>;
9848
9868
  /**
9849
9869
  * Get the FPS QR code
9850
9870
  * @param {*} [options] Override http request option.
9851
9871
  * @throws {RequiredError}
9852
9872
  * @memberof DefaultApi
9853
9873
  */
9854
- getFpsQrCode(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FpsQrCodeResponse>>;
9874
+ getFpsQrCode(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FpsQrCodeResponse, any>>;
9855
9875
  /**
9856
9876
  * Get a customer-specific list of institutions for Finverse Link
9857
9877
  * @param {*} [options] Override http request option.
9858
9878
  * @throws {RequiredError}
9859
9879
  * @memberof DefaultApi
9860
9880
  */
9861
- getInstitutionsForCustomer(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[]>>;
9881
+ getInstitutionsForCustomer(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[], any>>;
9862
9882
  /**
9863
9883
  * Get payment link
9864
9884
  * @param {string} paymentLinkId The payment link id
@@ -9866,7 +9886,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9866
9886
  * @throws {RequiredError}
9867
9887
  * @memberof DefaultApi
9868
9888
  */
9869
- getPaymentLink(paymentLinkId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse>>;
9889
+ getPaymentLink(paymentLinkId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentLinkResponse, any>>;
9870
9890
  /**
9871
9891
  * Get a payment method
9872
9892
  * @param {string} paymentMethodId
@@ -9874,21 +9894,21 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9874
9894
  * @throws {RequiredError}
9875
9895
  * @memberof DefaultApi
9876
9896
  */
9877
- getPaymentMethod(paymentMethodId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse>>;
9897
+ getPaymentMethod(paymentMethodId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodResponse, any>>;
9878
9898
  /**
9879
9899
  * Get payment method in payment link flow
9880
9900
  * @param {*} [options] Override http request option.
9881
9901
  * @throws {RequiredError}
9882
9902
  * @memberof DefaultApi
9883
9903
  */
9884
- getPaymentMethodPaymentLink(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodFvLinkResponse>>;
9904
+ getPaymentMethodPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodFvLinkResponse, any>>;
9885
9905
  /**
9886
9906
  * Get payment (if exists) on the payment link for front-end
9887
9907
  * @param {*} [options] Override http request option.
9888
9908
  * @throws {RequiredError}
9889
9909
  * @memberof DefaultApi
9890
9910
  */
9891
- getPaymentPaymentLink(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentFvLinkResponse>>;
9911
+ getPaymentPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentFvLinkResponse, any>>;
9892
9912
  /**
9893
9913
  * Get payout by payout_id
9894
9914
  * @param {string} payoutId payout id
@@ -9896,20 +9916,20 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9896
9916
  * @throws {RequiredError}
9897
9917
  * @memberof DefaultApi
9898
9918
  */
9899
- getPayoutById(payoutId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse>>;
9919
+ getPayoutById(payoutId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PayoutSnapshotResponse, any>>;
9900
9920
  /**
9901
9921
  * Get sender payment user in payment link flow
9902
9922
  * @param {*} [options] Override http request option.
9903
9923
  * @throws {RequiredError}
9904
9924
  * @memberof DefaultApi
9905
9925
  */
9906
- getSenderPaymentUser(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentUserResponse>>;
9926
+ getSenderPaymentUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentUserResponse, any>>;
9907
9927
  /**
9908
9928
  * List mandates details
9909
9929
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9910
9930
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9911
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
9912
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9931
+ * @param {Array<ListDetokenizedMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
9932
+ * @param {ListDetokenizedMandatesSenderTypeEnum} [senderType] The sender type of the mandate
9913
9933
  * @param {string} [userId] The user_id the mandate was setup for
9914
9934
  * @param {string} [institutionId] The institution the mandate was executed against
9915
9935
  * @param {number} [offset] default is 0
@@ -9918,13 +9938,13 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9918
9938
  * @throws {RequiredError}
9919
9939
  * @memberof DefaultApi
9920
9940
  */
9921
- listDetokenizedMandates(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListMandatesResponse>>;
9941
+ 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>>;
9922
9942
  /**
9923
9943
  * List mandates
9924
9944
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9925
9945
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9926
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>} [statuses] The mandate statuses to filter for, comma separated
9927
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9946
+ * @param {Array<ListMandatesStatusesEnum>} [statuses] The mandate statuses to filter for, comma separated
9947
+ * @param {ListMandatesSenderTypeEnum} [senderType] The sender type of the mandate
9928
9948
  * @param {string} [userId] The user_id the mandate was setup for
9929
9949
  * @param {string} [institutionId] The institution the mandate was executed against
9930
9950
  * @param {number} [offset] default is 0
@@ -9933,7 +9953,7 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9933
9953
  * @throws {RequiredError}
9934
9954
  * @memberof DefaultApi
9935
9955
  */
9936
- listMandates(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'SUCCEEDED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, offset?: number, limit?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListMandatesResponse>>;
9956
+ 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>>;
9937
9957
  /**
9938
9958
  * List Payment Methods for a User
9939
9959
  * @param {string} paymentUserId Payment User Id
@@ -9941,17 +9961,17 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9941
9961
  * @throws {RequiredError}
9942
9962
  * @memberof DefaultApi
9943
9963
  */
9944
- listPaymentMethods(paymentUserId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentMethodsResponse>>;
9964
+ listPaymentMethods(paymentUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentMethodsResponse, any>>;
9945
9965
  /**
9946
9966
  * List Payments
9947
9967
  * @param {string} [dateFrom] ISO format (YYYY-MM-DD)
9948
9968
  * @param {string} [dateTo] ISO format (YYYY-MM-DD)
9949
- * @param {Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>} [statuses] The payment statuses to filter for, comma separated
9950
- * @param {'INDIVIDUAL' | 'BUSINESS'} [senderType] The sender type of the mandate
9969
+ * @param {Array<ListPaymentsStatusesEnum>} [statuses] The payment statuses to filter for, comma separated
9970
+ * @param {ListPaymentsSenderTypeEnum} [senderType] The sender type of the mandate
9951
9971
  * @param {string} [userId] The user_id the mandate was setup for
9952
9972
  * @param {string} [institutionId] The institution the mandate was executed against
9953
- * @param {'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'} [paymentType] Deprecated - The type of payment
9954
- * @param {Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>} [paymentTypes]
9973
+ * @param {ListPaymentsPaymentTypeEnum} [paymentType] Deprecated - The type of payment
9974
+ * @param {Array<ListPaymentsPaymentTypesEnum>} [paymentTypes]
9955
9975
  * @param {string} [mandateId] The mandate the payment belongs to
9956
9976
  * @param {string} [currency] Deprecated - The currency the payment is made in
9957
9977
  * @param {Array<string>} [currencies]
@@ -9961,14 +9981,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9961
9981
  * @throws {RequiredError}
9962
9982
  * @memberof DefaultApi
9963
9983
  */
9964
- listPayments(dateFrom?: string, dateTo?: string, statuses?: Array<'AUTHORIZATION_REQUIRED' | 'AUTHORIZING' | 'PROCESSING' | 'SUBMITTED' | 'EXECUTED' | 'FAILED' | 'REVOKED'>, senderType?: 'INDIVIDUAL' | 'BUSINESS', userId?: string, institutionId?: string, paymentType?: 'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL', paymentTypes?: Array<'MANDATE' | 'SINGLE' | 'CARD' | 'MANUAL'>, mandateId?: string, currency?: string, currencies?: Array<string>, offset?: number, limit?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentsResponse>>;
9984
+ 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>>;
9965
9985
  /**
9966
9986
  * Refresh payment attempt from payment link front-end
9967
9987
  * @param {*} [options] Override http request option.
9968
9988
  * @throws {RequiredError}
9969
9989
  * @memberof DefaultApi
9970
9990
  */
9971
- refreshPaymentAttempt(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshPaymentAttemptResponse>>;
9991
+ refreshPaymentAttempt(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshPaymentAttemptResponse, any>>;
9972
9992
  /**
9973
9993
  * Set autopay consent for payment user
9974
9994
  * @param {SetAutopayConsentRequest} setAutopayConsentRequest
@@ -9976,14 +9996,14 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9976
9996
  * @throws {RequiredError}
9977
9997
  * @memberof DefaultApi
9978
9998
  */
9979
- setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void>>;
9999
+ setAutopayConsent(setAutopayConsentRequest: SetAutopayConsentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
9980
10000
  /**
9981
10001
  * Unlink payment on payment link
9982
10002
  * @param {*} [options] Override http request option.
9983
10003
  * @throws {RequiredError}
9984
10004
  * @memberof DefaultApi
9985
10005
  */
9986
- unlinkPaymentPaymentLink(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void>>;
10006
+ unlinkPaymentPaymentLink(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
9987
10007
  /**
9988
10008
  * Update a payment user
9989
10009
  * @param {string} paymentUserId
@@ -9992,8 +10012,91 @@ export declare class DefaultApi extends BaseAPI implements DefaultApiInterface {
9992
10012
  * @throws {RequiredError}
9993
10013
  * @memberof DefaultApi
9994
10014
  */
9995
- updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser>>;
10015
+ updatePaymentUser(paymentUserId: string, updatePaymentUserRequest: UpdatePaymentUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentUser, any>>;
9996
10016
  }
10017
+ /**
10018
+ * @export
10019
+ */
10020
+ export declare const ListDetokenizedMandatesStatusesEnum: {
10021
+ readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
10022
+ readonly Authorizing: "AUTHORIZING";
10023
+ readonly Processing: "PROCESSING";
10024
+ readonly Submitted: "SUBMITTED";
10025
+ readonly Succeeded: "SUCCEEDED";
10026
+ readonly Failed: "FAILED";
10027
+ readonly Revoked: "REVOKED";
10028
+ };
10029
+ export type ListDetokenizedMandatesStatusesEnum = (typeof ListDetokenizedMandatesStatusesEnum)[keyof typeof ListDetokenizedMandatesStatusesEnum];
10030
+ /**
10031
+ * @export
10032
+ */
10033
+ export declare const ListDetokenizedMandatesSenderTypeEnum: {
10034
+ readonly Individual: "INDIVIDUAL";
10035
+ readonly Business: "BUSINESS";
10036
+ };
10037
+ export type ListDetokenizedMandatesSenderTypeEnum = (typeof ListDetokenizedMandatesSenderTypeEnum)[keyof typeof ListDetokenizedMandatesSenderTypeEnum];
10038
+ /**
10039
+ * @export
10040
+ */
10041
+ export declare const ListMandatesStatusesEnum: {
10042
+ readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
10043
+ readonly Authorizing: "AUTHORIZING";
10044
+ readonly Processing: "PROCESSING";
10045
+ readonly Submitted: "SUBMITTED";
10046
+ readonly Succeeded: "SUCCEEDED";
10047
+ readonly Failed: "FAILED";
10048
+ readonly Revoked: "REVOKED";
10049
+ };
10050
+ export type ListMandatesStatusesEnum = (typeof ListMandatesStatusesEnum)[keyof typeof ListMandatesStatusesEnum];
10051
+ /**
10052
+ * @export
10053
+ */
10054
+ export declare const ListMandatesSenderTypeEnum: {
10055
+ readonly Individual: "INDIVIDUAL";
10056
+ readonly Business: "BUSINESS";
10057
+ };
10058
+ export type ListMandatesSenderTypeEnum = (typeof ListMandatesSenderTypeEnum)[keyof typeof ListMandatesSenderTypeEnum];
10059
+ /**
10060
+ * @export
10061
+ */
10062
+ export declare const ListPaymentsStatusesEnum: {
10063
+ readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
10064
+ readonly Authorizing: "AUTHORIZING";
10065
+ readonly Processing: "PROCESSING";
10066
+ readonly Submitted: "SUBMITTED";
10067
+ readonly Executed: "EXECUTED";
10068
+ readonly Failed: "FAILED";
10069
+ readonly Revoked: "REVOKED";
10070
+ };
10071
+ export type ListPaymentsStatusesEnum = (typeof ListPaymentsStatusesEnum)[keyof typeof ListPaymentsStatusesEnum];
10072
+ /**
10073
+ * @export
10074
+ */
10075
+ export declare const ListPaymentsSenderTypeEnum: {
10076
+ readonly Individual: "INDIVIDUAL";
10077
+ readonly Business: "BUSINESS";
10078
+ };
10079
+ export type ListPaymentsSenderTypeEnum = (typeof ListPaymentsSenderTypeEnum)[keyof typeof ListPaymentsSenderTypeEnum];
10080
+ /**
10081
+ * @export
10082
+ */
10083
+ export declare const ListPaymentsPaymentTypeEnum: {
10084
+ readonly Mandate: "MANDATE";
10085
+ readonly Single: "SINGLE";
10086
+ readonly Card: "CARD";
10087
+ readonly Manual: "MANUAL";
10088
+ };
10089
+ export type ListPaymentsPaymentTypeEnum = (typeof ListPaymentsPaymentTypeEnum)[keyof typeof ListPaymentsPaymentTypeEnum];
10090
+ /**
10091
+ * @export
10092
+ */
10093
+ export declare const ListPaymentsPaymentTypesEnum: {
10094
+ readonly Mandate: "MANDATE";
10095
+ readonly Single: "SINGLE";
10096
+ readonly Card: "CARD";
10097
+ readonly Manual: "MANUAL";
10098
+ };
10099
+ export type ListPaymentsPaymentTypesEnum = (typeof ListPaymentsPaymentTypesEnum)[keyof typeof ListPaymentsPaymentTypesEnum];
9997
10100
  /**
9998
10101
  * LinkApi - axios parameter creator
9999
10102
  * @export
@@ -10005,14 +10108,14 @@ export declare const LinkApiAxiosParamCreator: (configuration?: Configuration) =
10005
10108
  * @param {*} [options] Override http request option.
10006
10109
  * @throws {RequiredError}
10007
10110
  */
10008
- createLink: (apiLinkRequest: ApiLinkRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10111
+ createLink: (apiLinkRequest: ApiLinkRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10009
10112
  /**
10010
10113
  * Creates a new link
10011
10114
  * @param {LinkRequest} linkRequest Request body for starting a new Link
10012
10115
  * @param {*} [options] Override http request option.
10013
10116
  * @throws {RequiredError}
10014
10117
  */
10015
- createLinkWoauth: (linkRequest: LinkRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10118
+ createLinkWoauth: (linkRequest: LinkRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10016
10119
  /**
10017
10120
  * Post the user action value
10018
10121
  * @param {string} loginIdentityId The login identity id
@@ -10020,38 +10123,28 @@ export declare const LinkApiAxiosParamCreator: (configuration?: Configuration) =
10020
10123
  * @param {*} [options] Override http request option.
10021
10124
  * @throws {RequiredError}
10022
10125
  */
10023
- linkAction: (loginIdentityId: string, actionRequest: ActionRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10126
+ linkAction: (loginIdentityId: string, actionRequest: ActionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10024
10127
  /**
10025
10128
  * Check the status of a given loginIdentity
10026
10129
  * @param {string} loginIdentityId The login identity id
10027
10130
  * @param {*} [options] Override http request option.
10028
10131
  * @throws {RequiredError}
10029
10132
  */
10030
- linkStatus: (loginIdentityId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10133
+ linkStatus: (loginIdentityId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10031
10134
  /**
10032
10135
  * Check the status of a given login identity via FVLink
10033
10136
  * @param {string} loginIdentityId The login identity id
10034
10137
  * @param {*} [options] Override http request option.
10035
10138
  * @throws {RequiredError}
10036
10139
  */
10037
- linkStatusNonSensitive: (loginIdentityId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10038
- /**
10039
- * Get a list of institutions
10040
- * @param {string} [country] (Deprecated) The country the institution belongs to
10041
- * @param {Array<string>} [countries] The countries the institution belongs to
10042
- * @param {string} [productsSupported] The products that this institution supports
10043
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
10044
- * @param {*} [options] Override http request option.
10045
- * @throws {RequiredError}
10046
- */
10047
- listInstitutions: (country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: AxiosRequestConfig) => Promise<RequestArgs>;
10140
+ linkStatusNonSensitive: (loginIdentityId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10048
10141
  /**
10049
10142
  * Update an existing link
10050
10143
  * @param {RelinkRequest} relinkRequest Request body for updating Link
10051
10144
  * @param {*} [options] Override http request option.
10052
10145
  * @throws {RequiredError}
10053
10146
  */
10054
- relink: (relinkRequest: RelinkRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10147
+ relink: (relinkRequest: RelinkRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10055
10148
  /**
10056
10149
  * Create a new link using an existing LIID
10057
10150
  * @param {string} loginIdentityId The login identity id
@@ -10059,17 +10152,17 @@ export declare const LinkApiAxiosParamCreator: (configuration?: Configuration) =
10059
10152
  * @param {*} [options] Override http request option.
10060
10153
  * @throws {RequiredError}
10061
10154
  */
10062
- relinkV2: (loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10155
+ relinkV2: (loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10063
10156
  /**
10064
10157
  * Exchange authorization code for token
10065
- * @param {string} grantType
10158
+ * @param {TokenGrantTypeEnum} grantType
10066
10159
  * @param {string} code
10067
10160
  * @param {string} clientId
10068
10161
  * @param {string} redirectUri
10069
10162
  * @param {*} [options] Override http request option.
10070
10163
  * @throws {RequiredError}
10071
10164
  */
10072
- token: (grantType: string, code: string, clientId: string, redirectUri: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10165
+ token: (grantType: TokenGrantTypeEnum, code: string, clientId: string, redirectUri: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10073
10166
  };
10074
10167
  /**
10075
10168
  * LinkApi - functional programming interface
@@ -10082,14 +10175,14 @@ export declare const LinkApiFp: (configuration?: Configuration) => {
10082
10175
  * @param {*} [options] Override http request option.
10083
10176
  * @throws {RequiredError}
10084
10177
  */
10085
- createLink(apiLinkRequest: ApiLinkRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
10178
+ createLink(apiLinkRequest: ApiLinkRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
10086
10179
  /**
10087
10180
  * Creates a new link
10088
10181
  * @param {LinkRequest} linkRequest Request body for starting a new Link
10089
10182
  * @param {*} [options] Override http request option.
10090
10183
  * @throws {RequiredError}
10091
10184
  */
10092
- createLinkWoauth(linkRequest: LinkRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkResponse>>;
10185
+ createLinkWoauth(linkRequest: LinkRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkResponse>>;
10093
10186
  /**
10094
10187
  * Post the user action value
10095
10188
  * @param {string} loginIdentityId The login identity id
@@ -10097,38 +10190,28 @@ export declare const LinkApiFp: (configuration?: Configuration) => {
10097
10190
  * @param {*} [options] Override http request option.
10098
10191
  * @throws {RequiredError}
10099
10192
  */
10100
- linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
10193
+ linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
10101
10194
  /**
10102
10195
  * Check the status of a given loginIdentity
10103
10196
  * @param {string} loginIdentityId The login identity id
10104
10197
  * @param {*} [options] Override http request option.
10105
10198
  * @throws {RequiredError}
10106
10199
  */
10107
- linkStatus(loginIdentityId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkStatusResponse>>;
10200
+ linkStatus(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkStatusResponse>>;
10108
10201
  /**
10109
10202
  * Check the status of a given login identity via FVLink
10110
10203
  * @param {string} loginIdentityId The login identity id
10111
10204
  * @param {*} [options] Override http request option.
10112
10205
  * @throws {RequiredError}
10113
10206
  */
10114
- linkStatusNonSensitive(loginIdentityId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonSensitiveLinkStatusResponse>>;
10115
- /**
10116
- * Get a list of institutions
10117
- * @param {string} [country] (Deprecated) The country the institution belongs to
10118
- * @param {Array<string>} [countries] The countries the institution belongs to
10119
- * @param {string} [productsSupported] The products that this institution supports
10120
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
10121
- * @param {*} [options] Override http request option.
10122
- * @throws {RequiredError}
10123
- */
10124
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Institution>>>;
10207
+ linkStatusNonSensitive(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NonSensitiveLinkStatusResponse>>;
10125
10208
  /**
10126
10209
  * Update an existing link
10127
10210
  * @param {RelinkRequest} relinkRequest Request body for updating Link
10128
10211
  * @param {*} [options] Override http request option.
10129
10212
  * @throws {RequiredError}
10130
10213
  */
10131
- relink(relinkRequest: RelinkRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkResponse>>;
10214
+ relink(relinkRequest: RelinkRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkResponse>>;
10132
10215
  /**
10133
10216
  * Create a new link using an existing LIID
10134
10217
  * @param {string} loginIdentityId The login identity id
@@ -10136,17 +10219,17 @@ export declare const LinkApiFp: (configuration?: Configuration) => {
10136
10219
  * @param {*} [options] Override http request option.
10137
10220
  * @throws {RequiredError}
10138
10221
  */
10139
- relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
10222
+ relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
10140
10223
  /**
10141
10224
  * Exchange authorization code for token
10142
- * @param {string} grantType
10225
+ * @param {TokenGrantTypeEnum} grantType
10143
10226
  * @param {string} code
10144
10227
  * @param {string} clientId
10145
10228
  * @param {string} redirectUri
10146
10229
  * @param {*} [options] Override http request option.
10147
10230
  * @throws {RequiredError}
10148
10231
  */
10149
- token(grantType: string, code: string, clientId: string, redirectUri: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessTokenResponse>>;
10232
+ token(grantType: TokenGrantTypeEnum, code: string, clientId: string, redirectUri: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessTokenResponse>>;
10150
10233
  };
10151
10234
  /**
10152
10235
  * LinkApi - factory interface
@@ -10159,14 +10242,14 @@ export declare const LinkApiFactory: (configuration?: Configuration, basePath?:
10159
10242
  * @param {*} [options] Override http request option.
10160
10243
  * @throws {RequiredError}
10161
10244
  */
10162
- createLink(apiLinkRequest: ApiLinkRequest, options?: any): AxiosPromise<GetLoginIdentityByIdResponse>;
10245
+ createLink(apiLinkRequest: ApiLinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10163
10246
  /**
10164
10247
  * Creates a new link
10165
10248
  * @param {LinkRequest} linkRequest Request body for starting a new Link
10166
10249
  * @param {*} [options] Override http request option.
10167
10250
  * @throws {RequiredError}
10168
10251
  */
10169
- createLinkWoauth(linkRequest: LinkRequest, options?: any): AxiosPromise<LinkResponse>;
10252
+ createLinkWoauth(linkRequest: LinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkResponse>;
10170
10253
  /**
10171
10254
  * Post the user action value
10172
10255
  * @param {string} loginIdentityId The login identity id
@@ -10174,38 +10257,28 @@ export declare const LinkApiFactory: (configuration?: Configuration, basePath?:
10174
10257
  * @param {*} [options] Override http request option.
10175
10258
  * @throws {RequiredError}
10176
10259
  */
10177
- linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: any): AxiosPromise<GetLoginIdentityByIdResponse>;
10260
+ linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10178
10261
  /**
10179
10262
  * Check the status of a given loginIdentity
10180
10263
  * @param {string} loginIdentityId The login identity id
10181
10264
  * @param {*} [options] Override http request option.
10182
10265
  * @throws {RequiredError}
10183
10266
  */
10184
- linkStatus(loginIdentityId: string, options?: any): AxiosPromise<LinkStatusResponse>;
10267
+ linkStatus(loginIdentityId: string, options?: RawAxiosRequestConfig): AxiosPromise<LinkStatusResponse>;
10185
10268
  /**
10186
10269
  * Check the status of a given login identity via FVLink
10187
10270
  * @param {string} loginIdentityId The login identity id
10188
10271
  * @param {*} [options] Override http request option.
10189
10272
  * @throws {RequiredError}
10190
10273
  */
10191
- linkStatusNonSensitive(loginIdentityId: string, options?: any): AxiosPromise<NonSensitiveLinkStatusResponse>;
10192
- /**
10193
- * Get a list of institutions
10194
- * @param {string} [country] (Deprecated) The country the institution belongs to
10195
- * @param {Array<string>} [countries] The countries the institution belongs to
10196
- * @param {string} [productsSupported] The products that this institution supports
10197
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
10198
- * @param {*} [options] Override http request option.
10199
- * @throws {RequiredError}
10200
- */
10201
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: any): AxiosPromise<Array<Institution>>;
10274
+ linkStatusNonSensitive(loginIdentityId: string, options?: RawAxiosRequestConfig): AxiosPromise<NonSensitiveLinkStatusResponse>;
10202
10275
  /**
10203
10276
  * Update an existing link
10204
10277
  * @param {RelinkRequest} relinkRequest Request body for updating Link
10205
10278
  * @param {*} [options] Override http request option.
10206
10279
  * @throws {RequiredError}
10207
10280
  */
10208
- relink(relinkRequest: RelinkRequest, options?: any): AxiosPromise<LinkResponse>;
10281
+ relink(relinkRequest: RelinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkResponse>;
10209
10282
  /**
10210
10283
  * Create a new link using an existing LIID
10211
10284
  * @param {string} loginIdentityId The login identity id
@@ -10213,17 +10286,17 @@ export declare const LinkApiFactory: (configuration?: Configuration, basePath?:
10213
10286
  * @param {*} [options] Override http request option.
10214
10287
  * @throws {RequiredError}
10215
10288
  */
10216
- relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: any): AxiosPromise<GetLoginIdentityByIdResponse>;
10289
+ relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10217
10290
  /**
10218
10291
  * Exchange authorization code for token
10219
- * @param {string} grantType
10292
+ * @param {TokenGrantTypeEnum} grantType
10220
10293
  * @param {string} code
10221
10294
  * @param {string} clientId
10222
10295
  * @param {string} redirectUri
10223
10296
  * @param {*} [options] Override http request option.
10224
10297
  * @throws {RequiredError}
10225
10298
  */
10226
- token(grantType: string, code: string, clientId: string, redirectUri: string, options?: any): AxiosPromise<AccessTokenResponse>;
10299
+ token(grantType: TokenGrantTypeEnum, code: string, clientId: string, redirectUri: string, options?: RawAxiosRequestConfig): AxiosPromise<AccessTokenResponse>;
10227
10300
  };
10228
10301
  /**
10229
10302
  * LinkApi - interface
@@ -10238,7 +10311,7 @@ export interface LinkApiInterface {
10238
10311
  * @throws {RequiredError}
10239
10312
  * @memberof LinkApiInterface
10240
10313
  */
10241
- createLink(apiLinkRequest: ApiLinkRequest, options?: AxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10314
+ createLink(apiLinkRequest: ApiLinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10242
10315
  /**
10243
10316
  * Creates a new link
10244
10317
  * @param {LinkRequest} linkRequest Request body for starting a new Link
@@ -10246,7 +10319,7 @@ export interface LinkApiInterface {
10246
10319
  * @throws {RequiredError}
10247
10320
  * @memberof LinkApiInterface
10248
10321
  */
10249
- createLinkWoauth(linkRequest: LinkRequest, options?: AxiosRequestConfig): AxiosPromise<LinkResponse>;
10322
+ createLinkWoauth(linkRequest: LinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkResponse>;
10250
10323
  /**
10251
10324
  * Post the user action value
10252
10325
  * @param {string} loginIdentityId The login identity id
@@ -10255,7 +10328,7 @@ export interface LinkApiInterface {
10255
10328
  * @throws {RequiredError}
10256
10329
  * @memberof LinkApiInterface
10257
10330
  */
10258
- linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: AxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10331
+ linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10259
10332
  /**
10260
10333
  * Check the status of a given loginIdentity
10261
10334
  * @param {string} loginIdentityId The login identity id
@@ -10263,7 +10336,7 @@ export interface LinkApiInterface {
10263
10336
  * @throws {RequiredError}
10264
10337
  * @memberof LinkApiInterface
10265
10338
  */
10266
- linkStatus(loginIdentityId: string, options?: AxiosRequestConfig): AxiosPromise<LinkStatusResponse>;
10339
+ linkStatus(loginIdentityId: string, options?: RawAxiosRequestConfig): AxiosPromise<LinkStatusResponse>;
10267
10340
  /**
10268
10341
  * Check the status of a given login identity via FVLink
10269
10342
  * @param {string} loginIdentityId The login identity id
@@ -10271,18 +10344,7 @@ export interface LinkApiInterface {
10271
10344
  * @throws {RequiredError}
10272
10345
  * @memberof LinkApiInterface
10273
10346
  */
10274
- linkStatusNonSensitive(loginIdentityId: string, options?: AxiosRequestConfig): AxiosPromise<NonSensitiveLinkStatusResponse>;
10275
- /**
10276
- * Get a list of institutions
10277
- * @param {string} [country] (Deprecated) The country the institution belongs to
10278
- * @param {Array<string>} [countries] The countries the institution belongs to
10279
- * @param {string} [productsSupported] The products that this institution supports
10280
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
10281
- * @param {*} [options] Override http request option.
10282
- * @throws {RequiredError}
10283
- * @memberof LinkApiInterface
10284
- */
10285
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: AxiosRequestConfig): AxiosPromise<Array<Institution>>;
10347
+ linkStatusNonSensitive(loginIdentityId: string, options?: RawAxiosRequestConfig): AxiosPromise<NonSensitiveLinkStatusResponse>;
10286
10348
  /**
10287
10349
  * Update an existing link
10288
10350
  * @param {RelinkRequest} relinkRequest Request body for updating Link
@@ -10290,7 +10352,7 @@ export interface LinkApiInterface {
10290
10352
  * @throws {RequiredError}
10291
10353
  * @memberof LinkApiInterface
10292
10354
  */
10293
- relink(relinkRequest: RelinkRequest, options?: AxiosRequestConfig): AxiosPromise<LinkResponse>;
10355
+ relink(relinkRequest: RelinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkResponse>;
10294
10356
  /**
10295
10357
  * Create a new link using an existing LIID
10296
10358
  * @param {string} loginIdentityId The login identity id
@@ -10299,10 +10361,10 @@ export interface LinkApiInterface {
10299
10361
  * @throws {RequiredError}
10300
10362
  * @memberof LinkApiInterface
10301
10363
  */
10302
- relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: AxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10364
+ relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10303
10365
  /**
10304
10366
  * Exchange authorization code for token
10305
- * @param {string} grantType
10367
+ * @param {TokenGrantTypeEnum} grantType
10306
10368
  * @param {string} code
10307
10369
  * @param {string} clientId
10308
10370
  * @param {string} redirectUri
@@ -10310,7 +10372,7 @@ export interface LinkApiInterface {
10310
10372
  * @throws {RequiredError}
10311
10373
  * @memberof LinkApiInterface
10312
10374
  */
10313
- token(grantType: string, code: string, clientId: string, redirectUri: string, options?: AxiosRequestConfig): AxiosPromise<AccessTokenResponse>;
10375
+ token(grantType: TokenGrantTypeEnum, code: string, clientId: string, redirectUri: string, options?: RawAxiosRequestConfig): AxiosPromise<AccessTokenResponse>;
10314
10376
  }
10315
10377
  /**
10316
10378
  * LinkApi - object-oriented interface
@@ -10326,7 +10388,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
10326
10388
  * @throws {RequiredError}
10327
10389
  * @memberof LinkApi
10328
10390
  */
10329
- createLink(apiLinkRequest: ApiLinkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse>>;
10391
+ createLink(apiLinkRequest: ApiLinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
10330
10392
  /**
10331
10393
  * Creates a new link
10332
10394
  * @param {LinkRequest} linkRequest Request body for starting a new Link
@@ -10334,7 +10396,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
10334
10396
  * @throws {RequiredError}
10335
10397
  * @memberof LinkApi
10336
10398
  */
10337
- createLinkWoauth(linkRequest: LinkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkResponse>>;
10399
+ createLinkWoauth(linkRequest: LinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkResponse, any>>;
10338
10400
  /**
10339
10401
  * Post the user action value
10340
10402
  * @param {string} loginIdentityId The login identity id
@@ -10343,7 +10405,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
10343
10405
  * @throws {RequiredError}
10344
10406
  * @memberof LinkApi
10345
10407
  */
10346
- linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse>>;
10408
+ linkAction(loginIdentityId: string, actionRequest: ActionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
10347
10409
  /**
10348
10410
  * Check the status of a given loginIdentity
10349
10411
  * @param {string} loginIdentityId The login identity id
@@ -10351,7 +10413,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
10351
10413
  * @throws {RequiredError}
10352
10414
  * @memberof LinkApi
10353
10415
  */
10354
- linkStatus(loginIdentityId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkStatusResponse>>;
10416
+ linkStatus(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkStatusResponse, any>>;
10355
10417
  /**
10356
10418
  * Check the status of a given login identity via FVLink
10357
10419
  * @param {string} loginIdentityId The login identity id
@@ -10359,18 +10421,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
10359
10421
  * @throws {RequiredError}
10360
10422
  * @memberof LinkApi
10361
10423
  */
10362
- linkStatusNonSensitive(loginIdentityId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NonSensitiveLinkStatusResponse>>;
10363
- /**
10364
- * Get a list of institutions
10365
- * @param {string} [country] (Deprecated) The country the institution belongs to
10366
- * @param {Array<string>} [countries] The countries the institution belongs to
10367
- * @param {string} [productsSupported] The products that this institution supports
10368
- * @param {'BANK' | 'WALLET' | 'TEST'} [institutionType] The type of institution
10369
- * @param {*} [options] Override http request option.
10370
- * @throws {RequiredError}
10371
- * @memberof LinkApi
10372
- */
10373
- listInstitutions(country?: string, countries?: Array<string>, productsSupported?: string, institutionType?: 'BANK' | 'WALLET' | 'TEST', options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution[]>>;
10424
+ linkStatusNonSensitive(loginIdentityId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NonSensitiveLinkStatusResponse, any>>;
10374
10425
  /**
10375
10426
  * Update an existing link
10376
10427
  * @param {RelinkRequest} relinkRequest Request body for updating Link
@@ -10378,7 +10429,7 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
10378
10429
  * @throws {RequiredError}
10379
10430
  * @memberof LinkApi
10380
10431
  */
10381
- relink(relinkRequest: RelinkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkResponse>>;
10432
+ relink(relinkRequest: RelinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkResponse, any>>;
10382
10433
  /**
10383
10434
  * Create a new link using an existing LIID
10384
10435
  * @param {string} loginIdentityId The login identity id
@@ -10387,10 +10438,10 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
10387
10438
  * @throws {RequiredError}
10388
10439
  * @memberof LinkApi
10389
10440
  */
10390
- relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse>>;
10441
+ relinkV2(loginIdentityId: string, apiRelinkRequest: ApiRelinkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
10391
10442
  /**
10392
10443
  * Exchange authorization code for token
10393
- * @param {string} grantType
10444
+ * @param {TokenGrantTypeEnum} grantType
10394
10445
  * @param {string} code
10395
10446
  * @param {string} clientId
10396
10447
  * @param {string} redirectUri
@@ -10398,8 +10449,15 @@ export declare class LinkApi extends BaseAPI implements LinkApiInterface {
10398
10449
  * @throws {RequiredError}
10399
10450
  * @memberof LinkApi
10400
10451
  */
10401
- token(grantType: string, code: string, clientId: string, redirectUri: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessTokenResponse>>;
10452
+ token(grantType: TokenGrantTypeEnum, code: string, clientId: string, redirectUri: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessTokenResponse, any>>;
10402
10453
  }
10454
+ /**
10455
+ * @export
10456
+ */
10457
+ export declare const TokenGrantTypeEnum: {
10458
+ readonly AuthorizationCode: "authorization_code";
10459
+ };
10460
+ export type TokenGrantTypeEnum = (typeof TokenGrantTypeEnum)[keyof typeof TokenGrantTypeEnum];
10403
10461
  /**
10404
10462
  * LoginIdentityApi - axios parameter creator
10405
10463
  * @export
@@ -10410,61 +10468,61 @@ export declare const LoginIdentityApiAxiosParamCreator: (configuration?: Configu
10410
10468
  * @param {*} [options] Override http request option.
10411
10469
  * @throws {RequiredError}
10412
10470
  */
10413
- deleteLoginIdentity: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
10471
+ deleteLoginIdentity: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10414
10472
  /**
10415
10473
  * generate a link token that can be used to create link
10416
10474
  * @param {LinkTokenRequest} linkTokenRequest token request
10417
10475
  * @param {*} [options] Override http request option.
10418
10476
  * @throws {RequiredError}
10419
10477
  */
10420
- generateLinkToken: (linkTokenRequest: LinkTokenRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10478
+ generateLinkToken: (linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10421
10479
  /**
10422
10480
  * Get a specific account\'s information
10423
10481
  * @param {string} accountId The account id
10424
10482
  * @param {*} [options] Override http request option.
10425
10483
  * @throws {RequiredError}
10426
10484
  */
10427
- getAccount: (accountId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10485
+ getAccount: (accountId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10428
10486
  /**
10429
10487
  * Get the account number for a specific account
10430
10488
  * @param {string} accountId The account id
10431
10489
  * @param {*} [options] Override http request option.
10432
10490
  * @throws {RequiredError}
10433
10491
  */
10434
- getAccountNumber: (accountId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10492
+ getAccountNumber: (accountId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10435
10493
  /**
10436
10494
  * Get the balance history for a specific account
10437
10495
  * @param {string} accountId The account id
10438
- * @param {'INSTITUTION' | 'COMPUTED'} [source] The source will determine what type of balance history will be returned
10496
+ * @param {GetBalanceHistorySourceEnum} [source] The source will determine what type of balance history will be returned
10439
10497
  * @param {*} [options] Override http request option.
10440
10498
  * @throws {RequiredError}
10441
10499
  */
10442
- getBalanceHistory: (accountId: string, source?: 'INSTITUTION' | 'COMPUTED', options?: AxiosRequestConfig) => Promise<RequestArgs>;
10500
+ getBalanceHistory: (accountId: string, source?: GetBalanceHistorySourceEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10443
10501
  /**
10444
10502
  * Download composite statement
10445
10503
  * @param {boolean} [redirect] when true, response will be http redirect; otherwise it will be json response with the download link
10446
10504
  * @param {*} [options] Override http request option.
10447
10505
  * @throws {RequiredError}
10448
10506
  */
10449
- getCompositeStatement: (redirect?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10507
+ getCompositeStatement: (redirect?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10450
10508
  /**
10451
10509
  * \\[BETA] Get a list of identity data for a given login identity
10452
10510
  * @param {*} [options] Override http request option.
10453
10511
  * @throws {RequiredError}
10454
10512
  */
10455
- getIdentity: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
10513
+ getIdentity: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10456
10514
  /**
10457
10515
  * Get income figures for a login identity
10458
10516
  * @param {*} [options] Override http request option.
10459
10517
  * @throws {RequiredError}
10460
10518
  */
10461
- getIncomeEstimateByLoginIdentityId: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
10519
+ getIncomeEstimateByLoginIdentityId: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10462
10520
  /**
10463
10521
  * Get a specific loginIdentity
10464
10522
  * @param {*} [options] Override http request option.
10465
10523
  * @throws {RequiredError}
10466
10524
  */
10467
- getLoginIdentity: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
10525
+ getLoginIdentity: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10468
10526
  /**
10469
10527
  * Download statement
10470
10528
  * @param {string} statementId The statement id
@@ -10472,25 +10530,25 @@ export declare const LoginIdentityApiAxiosParamCreator: (configuration?: Configu
10472
10530
  * @param {*} [options] Override http request option.
10473
10531
  * @throws {RequiredError}
10474
10532
  */
10475
- getStatement: (statementId: string, redirect?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10533
+ getStatement: (statementId: string, redirect?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10476
10534
  /**
10477
10535
  * Get list of available statements
10478
10536
  * @param {*} [options] Override http request option.
10479
10537
  * @throws {RequiredError}
10480
10538
  */
10481
- getStatements: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
10539
+ getStatements: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10482
10540
  /**
10483
10541
  * Get a list of accounts for a login identity
10484
10542
  * @param {*} [options] Override http request option.
10485
10543
  * @throws {RequiredError}
10486
10544
  */
10487
- listAccounts: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
10545
+ listAccounts: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10488
10546
  /**
10489
10547
  * Get a list of card details for a login identity
10490
10548
  * @param {*} [options] Override http request option.
10491
10549
  * @throws {RequiredError}
10492
10550
  */
10493
- listCardDetails: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
10551
+ listCardDetails: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10494
10552
  /**
10495
10553
  * Get a list of transactions for a particular account. The transactions are returned in sorted order, with the most recent one appearing first.
10496
10554
  * @param {string} accountId The account id (ULID, example - 01EP4A1MZDHKETZFRPF0K62S6S)
@@ -10500,7 +10558,7 @@ export declare const LoginIdentityApiAxiosParamCreator: (configuration?: Configu
10500
10558
  * @param {*} [options] Override http request option.
10501
10559
  * @throws {RequiredError}
10502
10560
  */
10503
- listTransactionsByAccountId: (accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10561
+ listTransactionsByAccountId: (accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10504
10562
  /**
10505
10563
  * Get a list of transactions for a login identity. The transactions are returned in sorted order, with the most recent one appearing first.
10506
10564
  * @param {number} [offset] default is 0
@@ -10509,14 +10567,14 @@ export declare const LoginIdentityApiAxiosParamCreator: (configuration?: Configu
10509
10567
  * @param {*} [options] Override http request option.
10510
10568
  * @throws {RequiredError}
10511
10569
  */
10512
- listTransactionsByLoginIdentityId: (offset?: number, limit?: number, enrichments?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10570
+ listTransactionsByLoginIdentityId: (offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10513
10571
  /**
10514
10572
  * Create a refresh job for a login identity
10515
10573
  * @param {RefreshLoginIdentityRequest} [refreshLoginIdentityReq]
10516
10574
  * @param {*} [options] Override http request option.
10517
10575
  * @throws {RequiredError}
10518
10576
  */
10519
- refreshLoginIdentity: (refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10577
+ refreshLoginIdentity: (refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10520
10578
  };
10521
10579
  /**
10522
10580
  * LoginIdentityApi - functional programming interface
@@ -10528,61 +10586,61 @@ export declare const LoginIdentityApiFp: (configuration?: Configuration) => {
10528
10586
  * @param {*} [options] Override http request option.
10529
10587
  * @throws {RequiredError}
10530
10588
  */
10531
- deleteLoginIdentity(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteLoginIdentityResponse>>;
10589
+ deleteLoginIdentity(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteLoginIdentityResponse>>;
10532
10590
  /**
10533
10591
  * generate a link token that can be used to create link
10534
10592
  * @param {LinkTokenRequest} linkTokenRequest token request
10535
10593
  * @param {*} [options] Override http request option.
10536
10594
  * @throws {RequiredError}
10537
10595
  */
10538
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkTokenResponse>>;
10596
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkTokenResponse>>;
10539
10597
  /**
10540
10598
  * Get a specific account\'s information
10541
10599
  * @param {string} accountId The account id
10542
10600
  * @param {*} [options] Override http request option.
10543
10601
  * @throws {RequiredError}
10544
10602
  */
10545
- getAccount(accountId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountResponse>>;
10603
+ getAccount(accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountResponse>>;
10546
10604
  /**
10547
10605
  * Get the account number for a specific account
10548
10606
  * @param {string} accountId The account id
10549
10607
  * @param {*} [options] Override http request option.
10550
10608
  * @throws {RequiredError}
10551
10609
  */
10552
- getAccountNumber(accountId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountNumberResponse>>;
10610
+ getAccountNumber(accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountNumberResponse>>;
10553
10611
  /**
10554
10612
  * Get the balance history for a specific account
10555
10613
  * @param {string} accountId The account id
10556
- * @param {'INSTITUTION' | 'COMPUTED'} [source] The source will determine what type of balance history will be returned
10614
+ * @param {GetBalanceHistorySourceEnum} [source] The source will determine what type of balance history will be returned
10557
10615
  * @param {*} [options] Override http request option.
10558
10616
  * @throws {RequiredError}
10559
10617
  */
10560
- getBalanceHistory(accountId: string, source?: 'INSTITUTION' | 'COMPUTED', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBalanceHistoryResponse>>;
10618
+ getBalanceHistory(accountId: string, source?: GetBalanceHistorySourceEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBalanceHistoryResponse>>;
10561
10619
  /**
10562
10620
  * Download composite statement
10563
10621
  * @param {boolean} [redirect] when true, response will be http redirect; otherwise it will be json response with the download link
10564
10622
  * @param {*} [options] Override http request option.
10565
10623
  * @throws {RequiredError}
10566
10624
  */
10567
- getCompositeStatement(redirect?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CompositeStatementLink>>;
10625
+ getCompositeStatement(redirect?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CompositeStatementLink>>;
10568
10626
  /**
10569
10627
  * \\[BETA] Get a list of identity data for a given login identity
10570
10628
  * @param {*} [options] Override http request option.
10571
10629
  * @throws {RequiredError}
10572
10630
  */
10573
- getIdentity(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetIdentityResponse>>;
10631
+ getIdentity(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetIdentityResponse>>;
10574
10632
  /**
10575
10633
  * Get income figures for a login identity
10576
10634
  * @param {*} [options] Override http request option.
10577
10635
  * @throws {RequiredError}
10578
10636
  */
10579
- getIncomeEstimateByLoginIdentityId(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IncomeResponse>>;
10637
+ getIncomeEstimateByLoginIdentityId(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IncomeResponse>>;
10580
10638
  /**
10581
10639
  * Get a specific loginIdentity
10582
10640
  * @param {*} [options] Override http request option.
10583
10641
  * @throws {RequiredError}
10584
10642
  */
10585
- getLoginIdentity(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
10643
+ getLoginIdentity(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLoginIdentityByIdResponse>>;
10586
10644
  /**
10587
10645
  * Download statement
10588
10646
  * @param {string} statementId The statement id
@@ -10590,25 +10648,25 @@ export declare const LoginIdentityApiFp: (configuration?: Configuration) => {
10590
10648
  * @param {*} [options] Override http request option.
10591
10649
  * @throws {RequiredError}
10592
10650
  */
10593
- getStatement(statementId: string, redirect?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetStatementLinkResponse>>;
10651
+ getStatement(statementId: string, redirect?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetStatementLinkResponse>>;
10594
10652
  /**
10595
10653
  * Get list of available statements
10596
10654
  * @param {*} [options] Override http request option.
10597
10655
  * @throws {RequiredError}
10598
10656
  */
10599
- getStatements(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetStatementsResponse>>;
10657
+ getStatements(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetStatementsResponse>>;
10600
10658
  /**
10601
10659
  * Get a list of accounts for a login identity
10602
10660
  * @param {*} [options] Override http request option.
10603
10661
  * @throws {RequiredError}
10604
10662
  */
10605
- listAccounts(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListAccountsResponse>>;
10663
+ listAccounts(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListAccountsResponse>>;
10606
10664
  /**
10607
10665
  * Get a list of card details for a login identity
10608
10666
  * @param {*} [options] Override http request option.
10609
10667
  * @throws {RequiredError}
10610
10668
  */
10611
- listCardDetails(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListCardsDetailsResponse>>;
10669
+ listCardDetails(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListCardsDetailsResponse>>;
10612
10670
  /**
10613
10671
  * Get a list of transactions for a particular account. The transactions are returned in sorted order, with the most recent one appearing first.
10614
10672
  * @param {string} accountId The account id (ULID, example - 01EP4A1MZDHKETZFRPF0K62S6S)
@@ -10618,7 +10676,7 @@ export declare const LoginIdentityApiFp: (configuration?: Configuration) => {
10618
10676
  * @param {*} [options] Override http request option.
10619
10677
  * @throws {RequiredError}
10620
10678
  */
10621
- listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTransactionsResponse>>;
10679
+ listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTransactionsResponse>>;
10622
10680
  /**
10623
10681
  * Get a list of transactions for a login identity. The transactions are returned in sorted order, with the most recent one appearing first.
10624
10682
  * @param {number} [offset] default is 0
@@ -10627,14 +10685,14 @@ export declare const LoginIdentityApiFp: (configuration?: Configuration) => {
10627
10685
  * @param {*} [options] Override http request option.
10628
10686
  * @throws {RequiredError}
10629
10687
  */
10630
- listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTransactionsResponse>>;
10688
+ listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTransactionsResponse>>;
10631
10689
  /**
10632
10690
  * Create a refresh job for a login identity
10633
10691
  * @param {RefreshLoginIdentityRequest} [refreshLoginIdentityReq]
10634
10692
  * @param {*} [options] Override http request option.
10635
10693
  * @throws {RequiredError}
10636
10694
  */
10637
- refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RefreshTokenResponse>>;
10695
+ refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RefreshTokenResponse>>;
10638
10696
  };
10639
10697
  /**
10640
10698
  * LoginIdentityApi - factory interface
@@ -10646,61 +10704,61 @@ export declare const LoginIdentityApiFactory: (configuration?: Configuration, ba
10646
10704
  * @param {*} [options] Override http request option.
10647
10705
  * @throws {RequiredError}
10648
10706
  */
10649
- deleteLoginIdentity(options?: any): AxiosPromise<DeleteLoginIdentityResponse>;
10707
+ deleteLoginIdentity(options?: RawAxiosRequestConfig): AxiosPromise<DeleteLoginIdentityResponse>;
10650
10708
  /**
10651
10709
  * generate a link token that can be used to create link
10652
10710
  * @param {LinkTokenRequest} linkTokenRequest token request
10653
10711
  * @param {*} [options] Override http request option.
10654
10712
  * @throws {RequiredError}
10655
10713
  */
10656
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: any): AxiosPromise<LinkTokenResponse>;
10714
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkTokenResponse>;
10657
10715
  /**
10658
10716
  * Get a specific account\'s information
10659
10717
  * @param {string} accountId The account id
10660
10718
  * @param {*} [options] Override http request option.
10661
10719
  * @throws {RequiredError}
10662
10720
  */
10663
- getAccount(accountId: string, options?: any): AxiosPromise<GetAccountResponse>;
10721
+ getAccount(accountId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountResponse>;
10664
10722
  /**
10665
10723
  * Get the account number for a specific account
10666
10724
  * @param {string} accountId The account id
10667
10725
  * @param {*} [options] Override http request option.
10668
10726
  * @throws {RequiredError}
10669
10727
  */
10670
- getAccountNumber(accountId: string, options?: any): AxiosPromise<GetAccountNumberResponse>;
10728
+ getAccountNumber(accountId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountNumberResponse>;
10671
10729
  /**
10672
10730
  * Get the balance history for a specific account
10673
10731
  * @param {string} accountId The account id
10674
- * @param {'INSTITUTION' | 'COMPUTED'} [source] The source will determine what type of balance history will be returned
10732
+ * @param {GetBalanceHistorySourceEnum} [source] The source will determine what type of balance history will be returned
10675
10733
  * @param {*} [options] Override http request option.
10676
10734
  * @throws {RequiredError}
10677
10735
  */
10678
- getBalanceHistory(accountId: string, source?: 'INSTITUTION' | 'COMPUTED', options?: any): AxiosPromise<GetBalanceHistoryResponse>;
10736
+ getBalanceHistory(accountId: string, source?: GetBalanceHistorySourceEnum, options?: RawAxiosRequestConfig): AxiosPromise<GetBalanceHistoryResponse>;
10679
10737
  /**
10680
10738
  * Download composite statement
10681
10739
  * @param {boolean} [redirect] when true, response will be http redirect; otherwise it will be json response with the download link
10682
10740
  * @param {*} [options] Override http request option.
10683
10741
  * @throws {RequiredError}
10684
10742
  */
10685
- getCompositeStatement(redirect?: boolean, options?: any): AxiosPromise<CompositeStatementLink>;
10743
+ getCompositeStatement(redirect?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<CompositeStatementLink>;
10686
10744
  /**
10687
10745
  * \\[BETA] Get a list of identity data for a given login identity
10688
10746
  * @param {*} [options] Override http request option.
10689
10747
  * @throws {RequiredError}
10690
10748
  */
10691
- getIdentity(options?: any): AxiosPromise<GetIdentityResponse>;
10749
+ getIdentity(options?: RawAxiosRequestConfig): AxiosPromise<GetIdentityResponse>;
10692
10750
  /**
10693
10751
  * Get income figures for a login identity
10694
10752
  * @param {*} [options] Override http request option.
10695
10753
  * @throws {RequiredError}
10696
10754
  */
10697
- getIncomeEstimateByLoginIdentityId(options?: any): AxiosPromise<IncomeResponse>;
10755
+ getIncomeEstimateByLoginIdentityId(options?: RawAxiosRequestConfig): AxiosPromise<IncomeResponse>;
10698
10756
  /**
10699
10757
  * Get a specific loginIdentity
10700
10758
  * @param {*} [options] Override http request option.
10701
10759
  * @throws {RequiredError}
10702
10760
  */
10703
- getLoginIdentity(options?: any): AxiosPromise<GetLoginIdentityByIdResponse>;
10761
+ getLoginIdentity(options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10704
10762
  /**
10705
10763
  * Download statement
10706
10764
  * @param {string} statementId The statement id
@@ -10708,25 +10766,25 @@ export declare const LoginIdentityApiFactory: (configuration?: Configuration, ba
10708
10766
  * @param {*} [options] Override http request option.
10709
10767
  * @throws {RequiredError}
10710
10768
  */
10711
- getStatement(statementId: string, redirect?: boolean, options?: any): AxiosPromise<GetStatementLinkResponse>;
10769
+ getStatement(statementId: string, redirect?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<GetStatementLinkResponse>;
10712
10770
  /**
10713
10771
  * Get list of available statements
10714
10772
  * @param {*} [options] Override http request option.
10715
10773
  * @throws {RequiredError}
10716
10774
  */
10717
- getStatements(options?: any): AxiosPromise<GetStatementsResponse>;
10775
+ getStatements(options?: RawAxiosRequestConfig): AxiosPromise<GetStatementsResponse>;
10718
10776
  /**
10719
10777
  * Get a list of accounts for a login identity
10720
10778
  * @param {*} [options] Override http request option.
10721
10779
  * @throws {RequiredError}
10722
10780
  */
10723
- listAccounts(options?: any): AxiosPromise<ListAccountsResponse>;
10781
+ listAccounts(options?: RawAxiosRequestConfig): AxiosPromise<ListAccountsResponse>;
10724
10782
  /**
10725
10783
  * Get a list of card details for a login identity
10726
10784
  * @param {*} [options] Override http request option.
10727
10785
  * @throws {RequiredError}
10728
10786
  */
10729
- listCardDetails(options?: any): AxiosPromise<ListCardsDetailsResponse>;
10787
+ listCardDetails(options?: RawAxiosRequestConfig): AxiosPromise<ListCardsDetailsResponse>;
10730
10788
  /**
10731
10789
  * Get a list of transactions for a particular account. The transactions are returned in sorted order, with the most recent one appearing first.
10732
10790
  * @param {string} accountId The account id (ULID, example - 01EP4A1MZDHKETZFRPF0K62S6S)
@@ -10736,7 +10794,7 @@ export declare const LoginIdentityApiFactory: (configuration?: Configuration, ba
10736
10794
  * @param {*} [options] Override http request option.
10737
10795
  * @throws {RequiredError}
10738
10796
  */
10739
- listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: any): AxiosPromise<ListTransactionsResponse>;
10797
+ listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<ListTransactionsResponse>;
10740
10798
  /**
10741
10799
  * Get a list of transactions for a login identity. The transactions are returned in sorted order, with the most recent one appearing first.
10742
10800
  * @param {number} [offset] default is 0
@@ -10745,14 +10803,14 @@ export declare const LoginIdentityApiFactory: (configuration?: Configuration, ba
10745
10803
  * @param {*} [options] Override http request option.
10746
10804
  * @throws {RequiredError}
10747
10805
  */
10748
- listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: any): AxiosPromise<ListTransactionsResponse>;
10806
+ listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<ListTransactionsResponse>;
10749
10807
  /**
10750
10808
  * Create a refresh job for a login identity
10751
10809
  * @param {RefreshLoginIdentityRequest} [refreshLoginIdentityReq]
10752
10810
  * @param {*} [options] Override http request option.
10753
10811
  * @throws {RequiredError}
10754
10812
  */
10755
- refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: any): AxiosPromise<RefreshTokenResponse>;
10813
+ refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: RawAxiosRequestConfig): AxiosPromise<RefreshTokenResponse>;
10756
10814
  };
10757
10815
  /**
10758
10816
  * LoginIdentityApi - interface
@@ -10766,7 +10824,7 @@ export interface LoginIdentityApiInterface {
10766
10824
  * @throws {RequiredError}
10767
10825
  * @memberof LoginIdentityApiInterface
10768
10826
  */
10769
- deleteLoginIdentity(options?: AxiosRequestConfig): AxiosPromise<DeleteLoginIdentityResponse>;
10827
+ deleteLoginIdentity(options?: RawAxiosRequestConfig): AxiosPromise<DeleteLoginIdentityResponse>;
10770
10828
  /**
10771
10829
  * generate a link token that can be used to create link
10772
10830
  * @param {LinkTokenRequest} linkTokenRequest token request
@@ -10774,7 +10832,7 @@ export interface LoginIdentityApiInterface {
10774
10832
  * @throws {RequiredError}
10775
10833
  * @memberof LoginIdentityApiInterface
10776
10834
  */
10777
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: AxiosRequestConfig): AxiosPromise<LinkTokenResponse>;
10835
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkTokenResponse>;
10778
10836
  /**
10779
10837
  * Get a specific account\'s information
10780
10838
  * @param {string} accountId The account id
@@ -10782,7 +10840,7 @@ export interface LoginIdentityApiInterface {
10782
10840
  * @throws {RequiredError}
10783
10841
  * @memberof LoginIdentityApiInterface
10784
10842
  */
10785
- getAccount(accountId: string, options?: AxiosRequestConfig): AxiosPromise<GetAccountResponse>;
10843
+ getAccount(accountId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountResponse>;
10786
10844
  /**
10787
10845
  * Get the account number for a specific account
10788
10846
  * @param {string} accountId The account id
@@ -10790,16 +10848,16 @@ export interface LoginIdentityApiInterface {
10790
10848
  * @throws {RequiredError}
10791
10849
  * @memberof LoginIdentityApiInterface
10792
10850
  */
10793
- getAccountNumber(accountId: string, options?: AxiosRequestConfig): AxiosPromise<GetAccountNumberResponse>;
10851
+ getAccountNumber(accountId: string, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountNumberResponse>;
10794
10852
  /**
10795
10853
  * Get the balance history for a specific account
10796
10854
  * @param {string} accountId The account id
10797
- * @param {'INSTITUTION' | 'COMPUTED'} [source] The source will determine what type of balance history will be returned
10855
+ * @param {GetBalanceHistorySourceEnum} [source] The source will determine what type of balance history will be returned
10798
10856
  * @param {*} [options] Override http request option.
10799
10857
  * @throws {RequiredError}
10800
10858
  * @memberof LoginIdentityApiInterface
10801
10859
  */
10802
- getBalanceHistory(accountId: string, source?: 'INSTITUTION' | 'COMPUTED', options?: AxiosRequestConfig): AxiosPromise<GetBalanceHistoryResponse>;
10860
+ getBalanceHistory(accountId: string, source?: GetBalanceHistorySourceEnum, options?: RawAxiosRequestConfig): AxiosPromise<GetBalanceHistoryResponse>;
10803
10861
  /**
10804
10862
  * Download composite statement
10805
10863
  * @param {boolean} [redirect] when true, response will be http redirect; otherwise it will be json response with the download link
@@ -10807,28 +10865,28 @@ export interface LoginIdentityApiInterface {
10807
10865
  * @throws {RequiredError}
10808
10866
  * @memberof LoginIdentityApiInterface
10809
10867
  */
10810
- getCompositeStatement(redirect?: boolean, options?: AxiosRequestConfig): AxiosPromise<CompositeStatementLink>;
10868
+ getCompositeStatement(redirect?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<CompositeStatementLink>;
10811
10869
  /**
10812
10870
  * \\[BETA] Get a list of identity data for a given login identity
10813
10871
  * @param {*} [options] Override http request option.
10814
10872
  * @throws {RequiredError}
10815
10873
  * @memberof LoginIdentityApiInterface
10816
10874
  */
10817
- getIdentity(options?: AxiosRequestConfig): AxiosPromise<GetIdentityResponse>;
10875
+ getIdentity(options?: RawAxiosRequestConfig): AxiosPromise<GetIdentityResponse>;
10818
10876
  /**
10819
10877
  * Get income figures for a login identity
10820
10878
  * @param {*} [options] Override http request option.
10821
10879
  * @throws {RequiredError}
10822
10880
  * @memberof LoginIdentityApiInterface
10823
10881
  */
10824
- getIncomeEstimateByLoginIdentityId(options?: AxiosRequestConfig): AxiosPromise<IncomeResponse>;
10882
+ getIncomeEstimateByLoginIdentityId(options?: RawAxiosRequestConfig): AxiosPromise<IncomeResponse>;
10825
10883
  /**
10826
10884
  * Get a specific loginIdentity
10827
10885
  * @param {*} [options] Override http request option.
10828
10886
  * @throws {RequiredError}
10829
10887
  * @memberof LoginIdentityApiInterface
10830
10888
  */
10831
- getLoginIdentity(options?: AxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10889
+ getLoginIdentity(options?: RawAxiosRequestConfig): AxiosPromise<GetLoginIdentityByIdResponse>;
10832
10890
  /**
10833
10891
  * Download statement
10834
10892
  * @param {string} statementId The statement id
@@ -10837,28 +10895,28 @@ export interface LoginIdentityApiInterface {
10837
10895
  * @throws {RequiredError}
10838
10896
  * @memberof LoginIdentityApiInterface
10839
10897
  */
10840
- getStatement(statementId: string, redirect?: boolean, options?: AxiosRequestConfig): AxiosPromise<GetStatementLinkResponse>;
10898
+ getStatement(statementId: string, redirect?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<GetStatementLinkResponse>;
10841
10899
  /**
10842
10900
  * Get list of available statements
10843
10901
  * @param {*} [options] Override http request option.
10844
10902
  * @throws {RequiredError}
10845
10903
  * @memberof LoginIdentityApiInterface
10846
10904
  */
10847
- getStatements(options?: AxiosRequestConfig): AxiosPromise<GetStatementsResponse>;
10905
+ getStatements(options?: RawAxiosRequestConfig): AxiosPromise<GetStatementsResponse>;
10848
10906
  /**
10849
10907
  * Get a list of accounts for a login identity
10850
10908
  * @param {*} [options] Override http request option.
10851
10909
  * @throws {RequiredError}
10852
10910
  * @memberof LoginIdentityApiInterface
10853
10911
  */
10854
- listAccounts(options?: AxiosRequestConfig): AxiosPromise<ListAccountsResponse>;
10912
+ listAccounts(options?: RawAxiosRequestConfig): AxiosPromise<ListAccountsResponse>;
10855
10913
  /**
10856
10914
  * Get a list of card details for a login identity
10857
10915
  * @param {*} [options] Override http request option.
10858
10916
  * @throws {RequiredError}
10859
10917
  * @memberof LoginIdentityApiInterface
10860
10918
  */
10861
- listCardDetails(options?: AxiosRequestConfig): AxiosPromise<ListCardsDetailsResponse>;
10919
+ listCardDetails(options?: RawAxiosRequestConfig): AxiosPromise<ListCardsDetailsResponse>;
10862
10920
  /**
10863
10921
  * Get a list of transactions for a particular account. The transactions are returned in sorted order, with the most recent one appearing first.
10864
10922
  * @param {string} accountId The account id (ULID, example - 01EP4A1MZDHKETZFRPF0K62S6S)
@@ -10869,7 +10927,7 @@ export interface LoginIdentityApiInterface {
10869
10927
  * @throws {RequiredError}
10870
10928
  * @memberof LoginIdentityApiInterface
10871
10929
  */
10872
- listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: AxiosRequestConfig): AxiosPromise<ListTransactionsResponse>;
10930
+ listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<ListTransactionsResponse>;
10873
10931
  /**
10874
10932
  * Get a list of transactions for a login identity. The transactions are returned in sorted order, with the most recent one appearing first.
10875
10933
  * @param {number} [offset] default is 0
@@ -10879,7 +10937,7 @@ export interface LoginIdentityApiInterface {
10879
10937
  * @throws {RequiredError}
10880
10938
  * @memberof LoginIdentityApiInterface
10881
10939
  */
10882
- listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: AxiosRequestConfig): AxiosPromise<ListTransactionsResponse>;
10940
+ listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<ListTransactionsResponse>;
10883
10941
  /**
10884
10942
  * Create a refresh job for a login identity
10885
10943
  * @param {RefreshLoginIdentityRequest} [refreshLoginIdentityReq]
@@ -10887,7 +10945,7 @@ export interface LoginIdentityApiInterface {
10887
10945
  * @throws {RequiredError}
10888
10946
  * @memberof LoginIdentityApiInterface
10889
10947
  */
10890
- refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: AxiosRequestConfig): AxiosPromise<RefreshTokenResponse>;
10948
+ refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: RawAxiosRequestConfig): AxiosPromise<RefreshTokenResponse>;
10891
10949
  }
10892
10950
  /**
10893
10951
  * LoginIdentityApi - object-oriented interface
@@ -10902,7 +10960,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
10902
10960
  * @throws {RequiredError}
10903
10961
  * @memberof LoginIdentityApi
10904
10962
  */
10905
- deleteLoginIdentity(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteLoginIdentityResponse>>;
10963
+ deleteLoginIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteLoginIdentityResponse, any>>;
10906
10964
  /**
10907
10965
  * generate a link token that can be used to create link
10908
10966
  * @param {LinkTokenRequest} linkTokenRequest token request
@@ -10910,7 +10968,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
10910
10968
  * @throws {RequiredError}
10911
10969
  * @memberof LoginIdentityApi
10912
10970
  */
10913
- generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkTokenResponse>>;
10971
+ generateLinkToken(linkTokenRequest: LinkTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LinkTokenResponse, any>>;
10914
10972
  /**
10915
10973
  * Get a specific account\'s information
10916
10974
  * @param {string} accountId The account id
@@ -10918,7 +10976,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
10918
10976
  * @throws {RequiredError}
10919
10977
  * @memberof LoginIdentityApi
10920
10978
  */
10921
- getAccount(accountId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountResponse>>;
10979
+ getAccount(accountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountResponse, any>>;
10922
10980
  /**
10923
10981
  * Get the account number for a specific account
10924
10982
  * @param {string} accountId The account id
@@ -10926,16 +10984,16 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
10926
10984
  * @throws {RequiredError}
10927
10985
  * @memberof LoginIdentityApi
10928
10986
  */
10929
- getAccountNumber(accountId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountNumberResponse>>;
10987
+ getAccountNumber(accountId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountNumberResponse, any>>;
10930
10988
  /**
10931
10989
  * Get the balance history for a specific account
10932
10990
  * @param {string} accountId The account id
10933
- * @param {'INSTITUTION' | 'COMPUTED'} [source] The source will determine what type of balance history will be returned
10991
+ * @param {GetBalanceHistorySourceEnum} [source] The source will determine what type of balance history will be returned
10934
10992
  * @param {*} [options] Override http request option.
10935
10993
  * @throws {RequiredError}
10936
10994
  * @memberof LoginIdentityApi
10937
10995
  */
10938
- getBalanceHistory(accountId: string, source?: 'INSTITUTION' | 'COMPUTED', options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBalanceHistoryResponse>>;
10996
+ getBalanceHistory(accountId: string, source?: GetBalanceHistorySourceEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBalanceHistoryResponse, any>>;
10939
10997
  /**
10940
10998
  * Download composite statement
10941
10999
  * @param {boolean} [redirect] when true, response will be http redirect; otherwise it will be json response with the download link
@@ -10943,28 +11001,28 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
10943
11001
  * @throws {RequiredError}
10944
11002
  * @memberof LoginIdentityApi
10945
11003
  */
10946
- getCompositeStatement(redirect?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CompositeStatementLink>>;
11004
+ getCompositeStatement(redirect?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompositeStatementLink, any>>;
10947
11005
  /**
10948
11006
  * \\[BETA] Get a list of identity data for a given login identity
10949
11007
  * @param {*} [options] Override http request option.
10950
11008
  * @throws {RequiredError}
10951
11009
  * @memberof LoginIdentityApi
10952
11010
  */
10953
- getIdentity(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetIdentityResponse>>;
11011
+ getIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetIdentityResponse, any>>;
10954
11012
  /**
10955
11013
  * Get income figures for a login identity
10956
11014
  * @param {*} [options] Override http request option.
10957
11015
  * @throws {RequiredError}
10958
11016
  * @memberof LoginIdentityApi
10959
11017
  */
10960
- getIncomeEstimateByLoginIdentityId(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IncomeResponse>>;
11018
+ getIncomeEstimateByLoginIdentityId(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IncomeResponse, any>>;
10961
11019
  /**
10962
11020
  * Get a specific loginIdentity
10963
11021
  * @param {*} [options] Override http request option.
10964
11022
  * @throws {RequiredError}
10965
11023
  * @memberof LoginIdentityApi
10966
11024
  */
10967
- getLoginIdentity(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse>>;
11025
+ getLoginIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLoginIdentityByIdResponse, any>>;
10968
11026
  /**
10969
11027
  * Download statement
10970
11028
  * @param {string} statementId The statement id
@@ -10973,28 +11031,28 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
10973
11031
  * @throws {RequiredError}
10974
11032
  * @memberof LoginIdentityApi
10975
11033
  */
10976
- getStatement(statementId: string, redirect?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatementLinkResponse>>;
11034
+ getStatement(statementId: string, redirect?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatementLinkResponse, any>>;
10977
11035
  /**
10978
11036
  * Get list of available statements
10979
11037
  * @param {*} [options] Override http request option.
10980
11038
  * @throws {RequiredError}
10981
11039
  * @memberof LoginIdentityApi
10982
11040
  */
10983
- getStatements(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatementsResponse>>;
11041
+ getStatements(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatementsResponse, any>>;
10984
11042
  /**
10985
11043
  * Get a list of accounts for a login identity
10986
11044
  * @param {*} [options] Override http request option.
10987
11045
  * @throws {RequiredError}
10988
11046
  * @memberof LoginIdentityApi
10989
11047
  */
10990
- listAccounts(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListAccountsResponse>>;
11048
+ listAccounts(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListAccountsResponse, any>>;
10991
11049
  /**
10992
11050
  * Get a list of card details for a login identity
10993
11051
  * @param {*} [options] Override http request option.
10994
11052
  * @throws {RequiredError}
10995
11053
  * @memberof LoginIdentityApi
10996
11054
  */
10997
- listCardDetails(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCardsDetailsResponse>>;
11055
+ listCardDetails(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCardsDetailsResponse, any>>;
10998
11056
  /**
10999
11057
  * Get a list of transactions for a particular account. The transactions are returned in sorted order, with the most recent one appearing first.
11000
11058
  * @param {string} accountId The account id (ULID, example - 01EP4A1MZDHKETZFRPF0K62S6S)
@@ -11005,7 +11063,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
11005
11063
  * @throws {RequiredError}
11006
11064
  * @memberof LoginIdentityApi
11007
11065
  */
11008
- listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactionsResponse>>;
11066
+ listTransactionsByAccountId(accountId: string, offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactionsResponse, any>>;
11009
11067
  /**
11010
11068
  * Get a list of transactions for a login identity. The transactions are returned in sorted order, with the most recent one appearing first.
11011
11069
  * @param {number} [offset] default is 0
@@ -11015,7 +11073,7 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
11015
11073
  * @throws {RequiredError}
11016
11074
  * @memberof LoginIdentityApi
11017
11075
  */
11018
- listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactionsResponse>>;
11076
+ listTransactionsByLoginIdentityId(offset?: number, limit?: number, enrichments?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactionsResponse, any>>;
11019
11077
  /**
11020
11078
  * Create a refresh job for a login identity
11021
11079
  * @param {RefreshLoginIdentityRequest} [refreshLoginIdentityReq]
@@ -11023,8 +11081,16 @@ export declare class LoginIdentityApi extends BaseAPI implements LoginIdentityAp
11023
11081
  * @throws {RequiredError}
11024
11082
  * @memberof LoginIdentityApi
11025
11083
  */
11026
- refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshTokenResponse>>;
11084
+ refreshLoginIdentity(refreshLoginIdentityReq?: RefreshLoginIdentityRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshTokenResponse, any>>;
11027
11085
  }
11086
+ /**
11087
+ * @export
11088
+ */
11089
+ export declare const GetBalanceHistorySourceEnum: {
11090
+ readonly Institution: "INSTITUTION";
11091
+ readonly Computed: "COMPUTED";
11092
+ };
11093
+ export type GetBalanceHistorySourceEnum = (typeof GetBalanceHistorySourceEnum)[keyof typeof GetBalanceHistorySourceEnum];
11028
11094
  /**
11029
11095
  * PublicApi - axios parameter creator
11030
11096
  * @export
@@ -11040,26 +11106,26 @@ export declare const PublicApiAxiosParamCreator: (configuration?: Configuration)
11040
11106
  * @param {*} [options] Override http request option.
11041
11107
  * @throws {RequiredError}
11042
11108
  */
11043
- authCallback: (state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
11109
+ authCallback: (state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11044
11110
  /**
11045
11111
  * generate an access_token
11046
11112
  * @param {TokenRequest} [tokenRequest] token request
11047
11113
  * @param {*} [options] Override http request option.
11048
11114
  * @throws {RequiredError}
11049
11115
  */
11050
- generateCustomerAccessToken: (tokenRequest?: TokenRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
11116
+ generateCustomerAccessToken: (tokenRequest?: TokenRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11051
11117
  /**
11052
11118
  * get jwks
11053
11119
  * @param {*} [options] Override http request option.
11054
11120
  * @throws {RequiredError}
11055
11121
  */
11056
- getCredSubmitJwks: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
11122
+ getCredSubmitJwks: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11057
11123
  /**
11058
11124
  * get payment jwks
11059
11125
  * @param {*} [options] Override http request option.
11060
11126
  * @throws {RequiredError}
11061
11127
  */
11062
- getPaymentsJwks: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
11128
+ getPaymentsJwks: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11063
11129
  };
11064
11130
  /**
11065
11131
  * PublicApi - functional programming interface
@@ -11076,26 +11142,26 @@ export declare const PublicApiFp: (configuration?: Configuration) => {
11076
11142
  * @param {*} [options] Override http request option.
11077
11143
  * @throws {RequiredError}
11078
11144
  */
11079
- authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RedirectUriResponse>>;
11145
+ authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RedirectUriResponse>>;
11080
11146
  /**
11081
11147
  * generate an access_token
11082
11148
  * @param {TokenRequest} [tokenRequest] token request
11083
11149
  * @param {*} [options] Override http request option.
11084
11150
  * @throws {RequiredError}
11085
11151
  */
11086
- generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TokenResponse>>;
11152
+ generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TokenResponse>>;
11087
11153
  /**
11088
11154
  * get jwks
11089
11155
  * @param {*} [options] Override http request option.
11090
11156
  * @throws {RequiredError}
11091
11157
  */
11092
- getCredSubmitJwks(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
11158
+ getCredSubmitJwks(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
11093
11159
  /**
11094
11160
  * get payment jwks
11095
11161
  * @param {*} [options] Override http request option.
11096
11162
  * @throws {RequiredError}
11097
11163
  */
11098
- getPaymentsJwks(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetJWKSResponse>>;
11164
+ getPaymentsJwks(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetJWKSResponse>>;
11099
11165
  };
11100
11166
  /**
11101
11167
  * PublicApi - factory interface
@@ -11112,26 +11178,26 @@ export declare const PublicApiFactory: (configuration?: Configuration, basePath?
11112
11178
  * @param {*} [options] Override http request option.
11113
11179
  * @throws {RequiredError}
11114
11180
  */
11115
- authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: any): AxiosPromise<RedirectUriResponse>;
11181
+ authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: RawAxiosRequestConfig): AxiosPromise<RedirectUriResponse>;
11116
11182
  /**
11117
11183
  * generate an access_token
11118
11184
  * @param {TokenRequest} [tokenRequest] token request
11119
11185
  * @param {*} [options] Override http request option.
11120
11186
  * @throws {RequiredError}
11121
11187
  */
11122
- generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: any): AxiosPromise<TokenResponse>;
11188
+ generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<TokenResponse>;
11123
11189
  /**
11124
11190
  * get jwks
11125
11191
  * @param {*} [options] Override http request option.
11126
11192
  * @throws {RequiredError}
11127
11193
  */
11128
- getCredSubmitJwks(options?: any): AxiosPromise<void>;
11194
+ getCredSubmitJwks(options?: RawAxiosRequestConfig): AxiosPromise<void>;
11129
11195
  /**
11130
11196
  * get payment jwks
11131
11197
  * @param {*} [options] Override http request option.
11132
11198
  * @throws {RequiredError}
11133
11199
  */
11134
- getPaymentsJwks(options?: any): AxiosPromise<GetJWKSResponse>;
11200
+ getPaymentsJwks(options?: RawAxiosRequestConfig): AxiosPromise<GetJWKSResponse>;
11135
11201
  };
11136
11202
  /**
11137
11203
  * PublicApi - interface
@@ -11150,7 +11216,7 @@ export interface PublicApiInterface {
11150
11216
  * @throws {RequiredError}
11151
11217
  * @memberof PublicApiInterface
11152
11218
  */
11153
- authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: AxiosRequestConfig): AxiosPromise<RedirectUriResponse>;
11219
+ authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: RawAxiosRequestConfig): AxiosPromise<RedirectUriResponse>;
11154
11220
  /**
11155
11221
  * generate an access_token
11156
11222
  * @param {TokenRequest} [tokenRequest] token request
@@ -11158,21 +11224,21 @@ export interface PublicApiInterface {
11158
11224
  * @throws {RequiredError}
11159
11225
  * @memberof PublicApiInterface
11160
11226
  */
11161
- generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: AxiosRequestConfig): AxiosPromise<TokenResponse>;
11227
+ generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<TokenResponse>;
11162
11228
  /**
11163
11229
  * get jwks
11164
11230
  * @param {*} [options] Override http request option.
11165
11231
  * @throws {RequiredError}
11166
11232
  * @memberof PublicApiInterface
11167
11233
  */
11168
- getCredSubmitJwks(options?: AxiosRequestConfig): AxiosPromise<void>;
11234
+ getCredSubmitJwks(options?: RawAxiosRequestConfig): AxiosPromise<void>;
11169
11235
  /**
11170
11236
  * get payment jwks
11171
11237
  * @param {*} [options] Override http request option.
11172
11238
  * @throws {RequiredError}
11173
11239
  * @memberof PublicApiInterface
11174
11240
  */
11175
- getPaymentsJwks(options?: AxiosRequestConfig): AxiosPromise<GetJWKSResponse>;
11241
+ getPaymentsJwks(options?: RawAxiosRequestConfig): AxiosPromise<GetJWKSResponse>;
11176
11242
  }
11177
11243
  /**
11178
11244
  * PublicApi - object-oriented interface
@@ -11192,7 +11258,7 @@ export declare class PublicApi extends BaseAPI implements PublicApiInterface {
11192
11258
  * @throws {RequiredError}
11193
11259
  * @memberof PublicApi
11194
11260
  */
11195
- authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RedirectUriResponse>>;
11261
+ authCallback(state: string, code?: string, error?: string, errorDescription?: string, errorDetails?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RedirectUriResponse, any>>;
11196
11262
  /**
11197
11263
  * generate an access_token
11198
11264
  * @param {TokenRequest} [tokenRequest] token request
@@ -11200,19 +11266,19 @@ export declare class PublicApi extends BaseAPI implements PublicApiInterface {
11200
11266
  * @throws {RequiredError}
11201
11267
  * @memberof PublicApi
11202
11268
  */
11203
- generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TokenResponse>>;
11269
+ generateCustomerAccessToken(tokenRequest?: TokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TokenResponse, any>>;
11204
11270
  /**
11205
11271
  * get jwks
11206
11272
  * @param {*} [options] Override http request option.
11207
11273
  * @throws {RequiredError}
11208
11274
  * @memberof PublicApi
11209
11275
  */
11210
- getCredSubmitJwks(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void>>;
11276
+ getCredSubmitJwks(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
11211
11277
  /**
11212
11278
  * get payment jwks
11213
11279
  * @param {*} [options] Override http request option.
11214
11280
  * @throws {RequiredError}
11215
11281
  * @memberof PublicApi
11216
11282
  */
11217
- getPaymentsJwks(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetJWKSResponse>>;
11283
+ getPaymentsJwks(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetJWKSResponse, any>>;
11218
11284
  }