@yuno-payments/dashboard-api-mfe 0.36.4 → 0.36.6
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/build/cjs/index.js +7 -7
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +4 -132
- package/build/cjs/types/mutations/accounts/accounts.mutation.d.ts +7 -63
- package/build/cjs/types/mutations/accounts/index.d.ts +0 -1
- package/build/cjs/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -3
- package/build/cjs/types/mutations/checkouts/checkouts.mutation.d.ts +0 -4
- package/build/cjs/types/mutations/connections/connections.mutation.d.ts +0 -15
- package/build/cjs/types/mutations/developers/developers.mutation.d.ts +0 -1
- package/build/cjs/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -2
- package/build/cjs/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -7
- package/build/cjs/types/mutations/notifications/notifications.mutation.d.ts +0 -2
- package/build/cjs/types/mutations/payment-links/payment-links.mutation.d.ts +0 -4
- package/build/cjs/types/mutations/reports/reports.mutation.d.ts +0 -1
- package/build/cjs/types/mutations/security/security.mutation.d.ts +0 -1
- package/build/cjs/types/mutations/smart-routing/smart-routing.mutation.d.ts +0 -7
- package/build/cjs/types/mutations/team/team.mutation.d.ts +0 -2
- package/build/cjs/types/mutations/users/users.mutation.d.ts +0 -5
- package/build/cjs/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -1
- package/build/cjs/types/queries/accounts/accounts.query.d.ts +1 -10
- package/build/cjs/types/queries/accounts/index.d.ts +0 -1
- package/build/cjs/types/queries/data-report/data-report.query.d.ts +0 -3
- package/build/cjs/types/queries/data-report/index.d.ts +0 -1
- package/build/cjs/types/queries/developers/developers.query.d.ts +0 -3
- package/build/cjs/types/queries/fraud-screening/fraud-screening.query.d.ts +0 -1
- package/build/cjs/types/queries/notifications/notifications.query.d.ts +0 -2
- package/build/cjs/types/queries/organizations/organizations.query.d.ts +0 -4
- package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +1 -7
- package/build/cjs/types/queries/payments/payments.query.d.ts +3 -13
- package/build/cjs/types/queries/reconciliations/reconciliations.query.d.ts +0 -2
- package/build/cjs/types/queries/smart-routing/smart-routing.query.d.ts +0 -1
- package/build/cjs/types/queries/team/team.query.d.ts +0 -18
- package/build/cjs/types/queries/users/users.query.d.ts +3 -1
- package/build/cjs/types/types/reconciliation/reconciliation-fees.d.ts +5 -7
- package/build/cjs/types/types/user/user.d.ts +18 -0
- package/build/esm/index.js +7 -7
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +4 -132
- package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +7 -63
- package/build/esm/types/mutations/accounts/index.d.ts +0 -1
- package/build/esm/types/mutations/batch-refunds/batch-refunds.mutation.d.ts +0 -3
- package/build/esm/types/mutations/checkouts/checkouts.mutation.d.ts +0 -4
- package/build/esm/types/mutations/connections/connections.mutation.d.ts +0 -15
- package/build/esm/types/mutations/developers/developers.mutation.d.ts +0 -1
- package/build/esm/types/mutations/fraud-screening/fraud-screening.mutation.d.ts +0 -2
- package/build/esm/types/mutations/multi-factor-authentication/multi-factor-authentication.mutation.d.ts +0 -7
- package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +0 -2
- package/build/esm/types/mutations/payment-links/payment-links.mutation.d.ts +0 -4
- package/build/esm/types/mutations/reports/reports.mutation.d.ts +0 -1
- package/build/esm/types/mutations/security/security.mutation.d.ts +0 -1
- package/build/esm/types/mutations/smart-routing/smart-routing.mutation.d.ts +0 -7
- package/build/esm/types/mutations/team/team.mutation.d.ts +0 -2
- package/build/esm/types/mutations/users/users.mutation.d.ts +0 -5
- package/build/esm/types/mutations/velocity-rules/velocity-rules.mutation.d.ts +0 -1
- package/build/esm/types/queries/accounts/accounts.query.d.ts +1 -10
- package/build/esm/types/queries/accounts/index.d.ts +0 -1
- package/build/esm/types/queries/data-report/data-report.query.d.ts +0 -3
- package/build/esm/types/queries/data-report/index.d.ts +0 -1
- package/build/esm/types/queries/developers/developers.query.d.ts +0 -3
- package/build/esm/types/queries/fraud-screening/fraud-screening.query.d.ts +0 -1
- package/build/esm/types/queries/notifications/notifications.query.d.ts +0 -2
- package/build/esm/types/queries/organizations/organizations.query.d.ts +0 -4
- package/build/esm/types/queries/payment-links/payment-links.query.d.ts +1 -7
- package/build/esm/types/queries/payments/payments.query.d.ts +3 -13
- package/build/esm/types/queries/reconciliations/reconciliations.query.d.ts +0 -2
- package/build/esm/types/queries/smart-routing/smart-routing.query.d.ts +0 -1
- package/build/esm/types/queries/team/team.query.d.ts +0 -18
- package/build/esm/types/queries/users/users.query.d.ts +3 -1
- package/build/esm/types/types/reconciliation/reconciliation-fees.d.ts +5 -7
- package/build/esm/types/types/user/user.d.ts +18 -0
- package/build/index.d.ts +38 -363
- package/package.json +1 -1
- package/build/cjs/types/mutations/accounts/types.d.ts +0 -25
- package/build/cjs/types/queries/accounts/types.d.ts +0 -21
- package/build/cjs/types/queries/data-report/conversion-rate/conversion-rate.query.d.ts +0 -5
- package/build/esm/types/mutations/accounts/types.d.ts +0 -25
- package/build/esm/types/queries/accounts/types.d.ts +0 -21
- package/build/esm/types/queries/data-report/conversion-rate/conversion-rate.query.d.ts +0 -5
package/build/index.d.ts
CHANGED
|
@@ -1255,6 +1255,24 @@ declare namespace User {
|
|
|
1255
1255
|
name: string;
|
|
1256
1256
|
user_id: string;
|
|
1257
1257
|
}
|
|
1258
|
+
interface ImpersonationUserItem {
|
|
1259
|
+
code: string;
|
|
1260
|
+
name: string;
|
|
1261
|
+
}
|
|
1262
|
+
interface ImpersonationUser {
|
|
1263
|
+
code: string;
|
|
1264
|
+
organization_name: string;
|
|
1265
|
+
organization_logo: string;
|
|
1266
|
+
users: ImpersonationUserItem[];
|
|
1267
|
+
status: string;
|
|
1268
|
+
expires_at: string;
|
|
1269
|
+
}
|
|
1270
|
+
interface ImpersonationUsersResponse {
|
|
1271
|
+
result: ImpersonationUser[];
|
|
1272
|
+
}
|
|
1273
|
+
interface ImpersonationEnabledResponse {
|
|
1274
|
+
enabled: 'true' | 'false';
|
|
1275
|
+
}
|
|
1258
1276
|
}
|
|
1259
1277
|
|
|
1260
1278
|
declare namespace Country {
|
|
@@ -2986,7 +3004,6 @@ declare namespace ReconciliationFees {
|
|
|
2986
3004
|
interface Fees {
|
|
2987
3005
|
transaction_id: string;
|
|
2988
3006
|
provider_transaction_id: string;
|
|
2989
|
-
third_party_transaction_id: string;
|
|
2990
3007
|
card_iin: string;
|
|
2991
3008
|
card_lfd: string;
|
|
2992
3009
|
authorization_code: string;
|
|
@@ -2998,14 +3015,13 @@ declare namespace ReconciliationFees {
|
|
|
2998
3015
|
country: string;
|
|
2999
3016
|
type: string;
|
|
3000
3017
|
gross_field: string;
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
calculated_taxe: number;
|
|
3018
|
+
percentage_cost: number;
|
|
3019
|
+
fix_cost: number;
|
|
3020
|
+
calculated_fix_costed_fee: number;
|
|
3021
|
+
calculated_percentage_cost: number;
|
|
3006
3022
|
acquirer_net_amount: number;
|
|
3007
3023
|
calculated_net_amount: number;
|
|
3008
|
-
|
|
3024
|
+
fee_taxes_diff: number;
|
|
3009
3025
|
fee_status: string;
|
|
3010
3026
|
fee_sub_status: string;
|
|
3011
3027
|
currency: string;
|
|
@@ -3491,89 +3507,25 @@ type DeleteMutation = UseMutationResult<AxiosResponse<Organization.AccountOrgani
|
|
|
3491
3507
|
};
|
|
3492
3508
|
}, unknown>;
|
|
3493
3509
|
|
|
3494
|
-
type DuplicateAccountBody = {
|
|
3495
|
-
source_account_code: string;
|
|
3496
|
-
source_account_name: string;
|
|
3497
|
-
target_account_name: string;
|
|
3498
|
-
duplicate_order: DuplicateSetting[];
|
|
3499
|
-
include_testing_mode: boolean;
|
|
3500
|
-
};
|
|
3501
|
-
declare enum DuplicateSetting {
|
|
3502
|
-
ACCOUNT = "ACCOUNT",
|
|
3503
|
-
CHECKOUT_BUILDER = "CHECKOUT_BUILDER",
|
|
3504
|
-
CONNECTION = "CONNECTION",
|
|
3505
|
-
ROUTING = "ROUTING",
|
|
3506
|
-
RISK_CONDITIONS = "RISK_CONDITIONS",
|
|
3507
|
-
WEBHOOKS = "WEBHOOKS"
|
|
3508
|
-
}
|
|
3509
|
-
type DuplicateAccountResponse = {
|
|
3510
|
-
account_code: string;
|
|
3511
|
-
account_name: string;
|
|
3512
|
-
};
|
|
3513
|
-
type RetryDuplicateAccountBody = {
|
|
3514
|
-
account_code: string;
|
|
3515
|
-
};
|
|
3516
|
-
type RetryDuplicateAccountResponse = {
|
|
3517
|
-
account_code: string;
|
|
3518
|
-
};
|
|
3519
|
-
|
|
3520
|
-
declare function usePostWebhook({ onSuccessCallback, }: {
|
|
3521
|
-
onSuccessCallback?: (data?: any) => void;
|
|
3522
|
-
}): UseMutationResult<AxiosResponse<{
|
|
3523
|
-
code: string;
|
|
3524
|
-
}, any>, unknown, {
|
|
3525
|
-
payload: Webhook.WebhookRequestPayload;
|
|
3526
|
-
accountCode: string;
|
|
3527
|
-
}, {
|
|
3528
|
-
payload: Webhook.WebhookRequestPayload;
|
|
3529
|
-
accountCode: string;
|
|
3530
|
-
}>;
|
|
3531
|
-
declare function usePostWebhookV2({ onSuccessCallback, }: {
|
|
3532
|
-
onSuccessCallback?: (data: any) => void;
|
|
3533
|
-
}): UseMutationResult<AxiosResponse<{
|
|
3534
|
-
code: string;
|
|
3535
|
-
}, any>, unknown, {
|
|
3536
|
-
payload: Webhook.WebHookV2;
|
|
3537
|
-
accountCode: string;
|
|
3538
|
-
}, {
|
|
3539
|
-
payload: Webhook.WebHookV2;
|
|
3540
|
-
accountCode: string;
|
|
3541
|
-
}>;
|
|
3542
3510
|
declare function usePostWebhookMultiAccount({ onSuccessCallback, }: {
|
|
3543
3511
|
onSuccessCallback?: (data: any) => void;
|
|
3544
|
-
}): UseMutationResult<AxiosResponse<unknown, any>, unknown, {
|
|
3512
|
+
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<unknown, any>, unknown, {
|
|
3545
3513
|
payload: Webhook.WebHookV2MultiAccount;
|
|
3546
3514
|
}, {
|
|
3547
3515
|
payload: Webhook.WebHookV2MultiAccount;
|
|
3548
3516
|
}>;
|
|
3549
|
-
declare function useDeleteWebhook({ onSuccessCallback, }: {
|
|
3550
|
-
onSuccessCallback?: (data?: any) => void;
|
|
3551
|
-
}): UseMutationResult<AxiosResponse<any, any>, unknown, {
|
|
3552
|
-
code: string;
|
|
3553
|
-
}, {
|
|
3554
|
-
code: string;
|
|
3555
|
-
}>;
|
|
3556
3517
|
declare function useDeleteWebhookV2({ onSuccessCallback, }: {
|
|
3557
3518
|
onSuccessCallback?: (data: any) => void;
|
|
3558
|
-
}): UseMutationResult<AxiosResponse<null, any>, unknown, {
|
|
3519
|
+
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<null, any>, unknown, {
|
|
3559
3520
|
code: string;
|
|
3560
3521
|
accountCode: string;
|
|
3561
3522
|
}, {
|
|
3562
3523
|
code: string;
|
|
3563
3524
|
accountCode: string;
|
|
3564
3525
|
}>;
|
|
3565
|
-
declare function useUpdateWebhook({ onSuccessCallback, }: {
|
|
3566
|
-
onSuccessCallback?: (data?: any) => void;
|
|
3567
|
-
}): UseMutationResult<AxiosResponse<any, any>, unknown, {
|
|
3568
|
-
code: string;
|
|
3569
|
-
payload: any;
|
|
3570
|
-
}, {
|
|
3571
|
-
code: string;
|
|
3572
|
-
payload: any;
|
|
3573
|
-
}>;
|
|
3574
3526
|
declare function useUpdateWebhookV2({ onSuccessCallback, }: {
|
|
3575
3527
|
onSuccessCallback?: (data: any) => void;
|
|
3576
|
-
}): UseMutationResult<AxiosResponse<Webhook.WebHookV2, any>, unknown, {
|
|
3528
|
+
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Webhook.WebHookV2, any>, unknown, {
|
|
3577
3529
|
code: string;
|
|
3578
3530
|
payload: any;
|
|
3579
3531
|
accountCode: string;
|
|
@@ -3582,34 +3534,19 @@ declare function useUpdateWebhookV2({ onSuccessCallback, }: {
|
|
|
3582
3534
|
payload: any;
|
|
3583
3535
|
accountCode: string;
|
|
3584
3536
|
}>;
|
|
3585
|
-
declare function usePostAccount(): UseMutationResult<AxiosResponse<Organization.Account, any>, unknown, {
|
|
3537
|
+
declare function usePostAccount(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3586
3538
|
name: string;
|
|
3587
3539
|
principal: boolean;
|
|
3588
3540
|
}, unknown>;
|
|
3589
|
-
declare function
|
|
3590
|
-
declare function useRetryDuplicateAccount(): UseMutationResult<AxiosResponse<RetryDuplicateAccountResponse>, AxiosError>;
|
|
3591
|
-
declare function usePatchAccount(): UseMutationResult<AxiosResponse<Organization.Account, any>, unknown, {
|
|
3592
|
-
name: string;
|
|
3593
|
-
code: string;
|
|
3594
|
-
principal: boolean;
|
|
3595
|
-
}, unknown>;
|
|
3596
|
-
declare function usePatchAccountV2(): UseMutationResult<AxiosResponse<Organization.Account, any>, unknown, {
|
|
3541
|
+
declare function usePatchAccountV2(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3597
3542
|
name: string;
|
|
3598
3543
|
code: string;
|
|
3599
3544
|
principal: boolean;
|
|
3600
3545
|
}, unknown>;
|
|
3601
|
-
declare function usePutAccountPrincipal(): UseMutationResult<AxiosResponse<Organization.Account, any>, unknown, {
|
|
3546
|
+
declare function usePutAccountPrincipal(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3602
3547
|
account_code: string;
|
|
3603
3548
|
}, unknown>;
|
|
3604
|
-
declare function
|
|
3605
|
-
organizationCode: string;
|
|
3606
|
-
userCode: string;
|
|
3607
|
-
payload: {
|
|
3608
|
-
role_id: string;
|
|
3609
|
-
account_code: string;
|
|
3610
|
-
};
|
|
3611
|
-
}, unknown>;
|
|
3612
|
-
declare function usePutAccountsUserMassive(): UseMutationResult<AxiosResponse<Organization.Account, any>, unknown, {
|
|
3549
|
+
declare function usePutAccountsUserMassive(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3613
3550
|
organizationCode: string;
|
|
3614
3551
|
userCode: string;
|
|
3615
3552
|
payload: {
|
|
@@ -3627,10 +3564,6 @@ interface CustomAxiosResponse<T = null> extends AxiosError<T> {
|
|
|
3627
3564
|
message: string;
|
|
3628
3565
|
}
|
|
3629
3566
|
|
|
3630
|
-
type PostConnection = {
|
|
3631
|
-
payload: Connection.ConnectionPayload;
|
|
3632
|
-
accountCode: string;
|
|
3633
|
-
};
|
|
3634
3567
|
type PatchConnection = {
|
|
3635
3568
|
payload: Connection.ConnectionPayload;
|
|
3636
3569
|
connectionCode: string;
|
|
@@ -3642,28 +3575,17 @@ type ChangeValidateStatusConnections = {
|
|
|
3642
3575
|
};
|
|
3643
3576
|
accountCode: string;
|
|
3644
3577
|
};
|
|
3645
|
-
type PostArchiveConnections = {
|
|
3646
|
-
payload: {
|
|
3647
|
-
archive: boolean;
|
|
3648
|
-
should_validate: boolean;
|
|
3649
|
-
};
|
|
3650
|
-
connectionCode: string;
|
|
3651
|
-
};
|
|
3652
3578
|
declare function usePostValideStatusConnection(): _tanstack_react_query.UseMutationResult<any, unknown, ChangeValidateStatusConnections, unknown>;
|
|
3653
3579
|
declare function usePostChangeStatusConnection(): _tanstack_react_query.UseMutationResult<any, unknown, ChangeValidateStatusConnections, unknown>;
|
|
3654
3580
|
declare function usePutCosts(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3655
3581
|
integration_code: string;
|
|
3656
3582
|
costs: Cost[];
|
|
3657
3583
|
}, unknown>;
|
|
3658
|
-
declare function usePostConnection(): _tanstack_react_query.UseMutationResult<any, unknown, PostConnection, unknown>;
|
|
3659
3584
|
declare function usePostConnectionMultiAccount(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3660
3585
|
payload: Connection.ConnectionPayload;
|
|
3661
3586
|
}, unknown>;
|
|
3662
|
-
declare function useNewPostConnection(): _tanstack_react_query.UseMutationResult<any, unknown, PostConnection, unknown>;
|
|
3663
3587
|
declare function useNewPostConnectionValidate(): _tanstack_react_query.UseMutationResult<string[], CustomAxiosResponse<null>, void, unknown>;
|
|
3664
3588
|
declare function usePatchConnection(): _tanstack_react_query.UseMutationResult<any, unknown, PatchConnection, unknown>;
|
|
3665
|
-
declare function useDeleteConnection(): _tanstack_react_query.UseMutationResult<unknown, unknown, string, unknown>;
|
|
3666
|
-
declare function useArchiveConnection(): _tanstack_react_query.UseMutationResult<PostArchiveConnections, unknown, PostArchiveConnections, unknown>;
|
|
3667
3589
|
declare function usePostDefaultRoutes(): _tanstack_react_query.UseMutationResult<any, CustomAxiosResponse<null>, Connection.PostDefaultRoutes, unknown>;
|
|
3668
3590
|
declare function useValidateCredentials(): _tanstack_react_query.UseMutationResult<any, CustomAxiosResponse<null>, {
|
|
3669
3591
|
payload: {
|
|
@@ -3678,18 +3600,12 @@ declare function useValidateCredentials(): _tanstack_react_query.UseMutationResu
|
|
|
3678
3600
|
declare function useUpdateOrganizationStatus(): _tanstack_react_query.UseMutationResult<void, unknown, void, unknown>;
|
|
3679
3601
|
declare function useValidateOrgName(): _tanstack_react_query.UseMutationResult<void, unknown, string, unknown>;
|
|
3680
3602
|
|
|
3681
|
-
declare function useChangePassword(params: any): UseMutationResult<User.UserResponsePayload, unknown>;
|
|
3682
3603
|
declare function useChangePasswordV2(): UseMutationResult<User.ChangePasswordResponse, User.FailureReason>;
|
|
3683
3604
|
|
|
3684
3605
|
declare function useUpdateProfile({ onSuccessCallback, }: {
|
|
3685
3606
|
onSuccessCallback?: () => void;
|
|
3686
3607
|
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, User.UserRequestPayload, User.UserRequestPayload>;
|
|
3687
|
-
declare function useInviteUsers(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, User.UserInvitePayload, unknown>;
|
|
3688
|
-
declare function useInviteUsersMultiaccount(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, UserInviteMultiaccountPayload, unknown>;
|
|
3689
3608
|
declare function useInviteUsersMultiaccountMassive(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponseInviteUser, any>, unknown, UserInviteMultiaccountPayload, unknown>;
|
|
3690
|
-
declare function useUnInviteUsers(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, {
|
|
3691
|
-
userCode: string;
|
|
3692
|
-
}, unknown>;
|
|
3693
3609
|
declare function useUnInviteUsersV2(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, {
|
|
3694
3610
|
userCode: string;
|
|
3695
3611
|
organizationCode: string;
|
|
@@ -3701,10 +3617,6 @@ declare function useLoginMethods(): _tanstack_react_query.UseMutationResult<axio
|
|
|
3701
3617
|
enabled: boolean;
|
|
3702
3618
|
}, unknown>;
|
|
3703
3619
|
|
|
3704
|
-
declare function useUpdateCheckoutPaymentMethods(): _tanstack_react_query.UseMutationResult<Checkout.PaymentMethodsPayload[], unknown, {
|
|
3705
|
-
paymentMethod: Checkout.PaymentMethodsPayload[];
|
|
3706
|
-
checkoutCode: string;
|
|
3707
|
-
}, unknown>;
|
|
3708
3620
|
declare function useUpdateIsActiveCheckout(options?: UseMutationOptions<AxiosResponse, unknown, Checkout.UpdateIsActiveCheckoutParams>): _tanstack_react_query.UseMutationResult<AxiosResponse<any, any>, unknown, Checkout.UpdateIsActiveCheckoutParams, unknown>;
|
|
3709
3621
|
/**
|
|
3710
3622
|
* @deprecated since version 0.28.6. use useUpdateStylingTheme instead
|
|
@@ -3806,7 +3718,6 @@ declare function useChargebacksUpload(): _tanstack_react_query.UseMutationResult
|
|
|
3806
3718
|
handleSetProgress: (progress: number) => void;
|
|
3807
3719
|
}, unknown>;
|
|
3808
3720
|
|
|
3809
|
-
declare function useCreateReport(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3810
3721
|
declare function useCreateReconciliationsReportV2(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3811
3722
|
declare function useCreateReportV2(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3812
3723
|
declare function useCountRowsForReport(): UseMutationResult<Reports.CountRowsReportsResponse, unknown>;
|
|
@@ -3820,9 +3731,6 @@ declare function usePublishVersion<T = SmartRouting.WorkflowVersion>({ versionCo
|
|
|
3820
3731
|
accountCode: any;
|
|
3821
3732
|
organizationCode: any;
|
|
3822
3733
|
}, options?: any): UseMutationResult<SmartRouting.WorkflowVersion, unknown>;
|
|
3823
|
-
declare function useValidateConnection(): UseMutationResult<unknown, unknown, {
|
|
3824
|
-
connectionCode: string;
|
|
3825
|
-
}, unknown>;
|
|
3826
3734
|
declare function useSaveVersion({ data, accountCode }: {
|
|
3827
3735
|
data: any;
|
|
3828
3736
|
accountCode: any;
|
|
@@ -3848,10 +3756,6 @@ declare function useSmartRoutingCreateDeclinedGroup({ accountCode, options, }: {
|
|
|
3848
3756
|
accountCode: any;
|
|
3849
3757
|
options: any;
|
|
3850
3758
|
}): UseMutationResult<SmartRouting.PaymentMethods, unknown>;
|
|
3851
|
-
declare function useSmartRoutingUpdateTutorial({ accountCode, options, }: {
|
|
3852
|
-
accountCode: any;
|
|
3853
|
-
options: any;
|
|
3854
|
-
}): UseMutationResult<SmartRouting.PaymentMethods, unknown>;
|
|
3855
3759
|
declare function useSmartRoutingToggleFavorite({ versionCode, accountCode }: {
|
|
3856
3760
|
versionCode: string;
|
|
3857
3761
|
accountCode: string;
|
|
@@ -3888,8 +3792,6 @@ declare function useSmartRoutingMultiAccountDeclinedGroupCreate(organizationCode
|
|
|
3888
3792
|
declare const useCreateMonitorThreshold: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
|
|
3889
3793
|
declare const useCreateMonitorTemplate: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
|
|
3890
3794
|
|
|
3891
|
-
declare function useCreateNotification(payload: any): _tanstack_react_query.UseMutationResult<unknown, unknown, void, unknown>;
|
|
3892
|
-
declare function useChangeState(): _tanstack_react_query.UseMutationResult<unknown, unknown, void, unknown>;
|
|
3893
3795
|
declare function usePostSlackMessageChannel(): _tanstack_react_query.UseMutationResult<unknown, unknown, {
|
|
3894
3796
|
payload: {
|
|
3895
3797
|
channel: string;
|
|
@@ -3897,8 +3799,6 @@ declare function usePostSlackMessageChannel(): _tanstack_react_query.UseMutation
|
|
|
3897
3799
|
};
|
|
3898
3800
|
}, unknown>;
|
|
3899
3801
|
|
|
3900
|
-
declare function useSetRoles(): UseMutationResult<Team.SetRoleResponse, unknown>;
|
|
3901
|
-
declare function useDeleteUserTeam(): UseMutationResult<void, unknown>;
|
|
3902
3802
|
declare function useDeleteUserTeamV2(): UseMutationResult<void, unknown>;
|
|
3903
3803
|
declare function useSetCustodian(): UseMutationResult<Team.SetRoleResponse, unknown>;
|
|
3904
3804
|
declare function useCreateRoles(): UseMutationResult<Team.NewRoleResponse, AxiosError>;
|
|
@@ -3909,9 +3809,6 @@ declare function useCreatePaymentLinks(): _tanstack_react_query.UseMutationResul
|
|
|
3909
3809
|
payload: any;
|
|
3910
3810
|
accountCode: string;
|
|
3911
3811
|
}, unknown>;
|
|
3912
|
-
declare function useCreateProductsByAccount(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3913
|
-
payload: any;
|
|
3914
|
-
}, unknown>;
|
|
3915
3812
|
declare function useDeletePaymentLink(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3916
3813
|
code: string;
|
|
3917
3814
|
}, unknown>;
|
|
@@ -3920,7 +3817,6 @@ declare function useEditPaymentLinks(): _tanstack_react_query.UseMutationResult<
|
|
|
3920
3817
|
accountCode: string;
|
|
3921
3818
|
paymentLinkCode: string;
|
|
3922
3819
|
}, unknown>;
|
|
3923
|
-
declare function usePostValidatePassword(password: any): _tanstack_react_query.UseMutationResult<unknown, unknown, void, unknown>;
|
|
3924
3820
|
|
|
3925
3821
|
declare function usePostUserSettings(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<unknown, any>, unknown, {
|
|
3926
3822
|
payload: any;
|
|
@@ -3944,15 +3840,9 @@ interface PropsGetEnrollment {
|
|
|
3944
3840
|
barcode_uri: string;
|
|
3945
3841
|
}
|
|
3946
3842
|
declare function useGetTokenValidation(): UseMutationResult<PropsGetEnrollment>;
|
|
3947
|
-
declare function useGetTokenForEnrollment(password: string): UseMutationResult<PropsGetEnrollment, unknown, void, unknown>;
|
|
3948
3843
|
declare function useGetEmailOtp(): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3949
|
-
declare function usePostValidateOtp(otp: string): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3950
3844
|
declare function useConfirmedOtpMfa(): UseMutationResult<unknown, unknown, MfaUserPayload, unknown>;
|
|
3951
|
-
declare function useConfirmedOtpForEnrollment(payload: any): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3952
|
-
declare function useUnrollUser(password: any): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3953
3845
|
declare function useUnrollUserV2(): UseMutationResult<unknown, unknown, string, unknown>;
|
|
3954
|
-
declare function useSendOTPForMFA(): UseMutationResult<void, unknown, void, unknown>;
|
|
3955
|
-
declare function useGetIndividualMFAStatus(): UseMutationResult<MFA.MFAStatusResponse, unknown, void, unknown>;
|
|
3956
3846
|
declare function useValidatePasswordStatus(): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3957
3847
|
|
|
3958
3848
|
type Blacklist = {
|
|
@@ -3992,13 +3882,11 @@ declare function usePatchChangeStatusAllowlistItem(): _tanstack_react_query.UseM
|
|
|
3992
3882
|
declare function usePatchAddAllowlistItems(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListItems, unknown>;
|
|
3993
3883
|
declare function usePatchAllowlist(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3994
3884
|
declare function usePostBlackListMultiAccount(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3995
|
-
declare function usePostBlackListType(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3996
3885
|
declare function usePutBlackListType(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3997
3886
|
declare function useChangeStatusBlackList(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3998
3887
|
declare function useChangeStatusItemBlackList(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3999
3888
|
declare function usePostBlackListItems(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListItems, unknown>;
|
|
4000
3889
|
declare function useDeleteBlackListType(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.DeleteBlackList, unknown>;
|
|
4001
|
-
declare function useDeleteBlackListItem(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.DeleteBlackList, unknown>;
|
|
4002
3890
|
declare function usePostBlackListBatch({ handleSetProgress }: {
|
|
4003
3891
|
handleSetProgress: any;
|
|
4004
3892
|
}): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListBatch, unknown>;
|
|
@@ -4020,9 +3908,6 @@ declare function useUploadBatchRefundsFileV2({ fileName, onSuccess, onError, }:
|
|
|
4020
3908
|
cancelRequest: () => void;
|
|
4021
3909
|
progress: number;
|
|
4022
3910
|
};
|
|
4023
|
-
declare function useUploadBatchRefundsFile({ handleSetProgress, }: {
|
|
4024
|
-
handleSetProgress: (progress: number) => void;
|
|
4025
|
-
}): UseMutationResult<any, unknown, BatchRefunds.UploadRequest, unknown>;
|
|
4026
3911
|
declare function useUploadBatchRefundsV2(): UseMutationResult<BatchRefunds.ListBatchRefunds[], AxiosError<{
|
|
4027
3912
|
data: {
|
|
4028
3913
|
code: string;
|
|
@@ -4065,14 +3950,12 @@ declare function useDeleteScheduledReport(): UseMutationResult<void, unknown>;
|
|
|
4065
3950
|
declare function useGetConditionalConfigRules(): UseMutationResult<unknown>;
|
|
4066
3951
|
declare function useGetRule(): UseMutationResult<unknown>;
|
|
4067
3952
|
declare function usePostCreateRuleMultiAccount(): UseMutationResult<unknown>;
|
|
4068
|
-
declare function usePostCreateRule(): UseMutationResult<unknown>;
|
|
4069
3953
|
declare function usePostEditRule(): UseMutationResult<unknown>;
|
|
4070
3954
|
|
|
4071
3955
|
declare function usePostCreateCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4072
3956
|
declare function usePathCreateCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4073
3957
|
declare function useGetCustomizedApiKeysToken(): UseMutationResult<unknown>;
|
|
4074
3958
|
declare function usePostCredentialsValidatePassword(): UseMutationResult<unknown>;
|
|
4075
|
-
declare function useGetCustomizedApiKeysShowToken(): UseMutationResult<unknown>;
|
|
4076
3959
|
declare function useDeleteCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4077
3960
|
declare function usePatchApiKeysEditNote(): UseMutationResult<unknown>;
|
|
4078
3961
|
declare function usePostApiKeysRoll(): UseMutationResult<unknown>;
|
|
@@ -4135,27 +4018,17 @@ declare function useAICreateWorkflow(organizationCode: string, options?: Omit<Us
|
|
|
4135
4018
|
|
|
4136
4019
|
declare function usePostPaymentsLazy(params: GetPaymentsParams): UseQueryResult<Payment.PaymentList | AxiosError>;
|
|
4137
4020
|
declare function usePostPaymentsEvaluated(params: GetPaymentsEvaluatedParams): UseQueryResult<Payment.PaymentList, unknown>;
|
|
4138
|
-
declare function useGetPayment({ enabled, ...params }: GetPaymentParams): UseQueryResult<Payment.Payment, unknown>;
|
|
4139
4021
|
declare function useGetPaymentV2({ paymentCode, enabled, }: {
|
|
4140
4022
|
paymentCode: string;
|
|
4141
4023
|
enabled?: boolean;
|
|
4142
4024
|
}): UseQueryResult<Payment.PaymentV2, unknown>;
|
|
4143
|
-
declare function useGetPaymentTransactions(payment_code: string, params: GetPaymentTransactionsParams & GetPaymentParams): UseQueryResult<Payment.Transaction[], unknown>;
|
|
4144
|
-
declare function useGetPaymentTransactionsLazy(payment_code: string): UseQueryResult<Payment.Transaction[], unknown>;
|
|
4145
|
-
declare function useGetTransactionDetails({ payment_code, transaction_code, enabled, }: GetTransactionDetailsParams): UseQueryResult<Payment.TransactionDetails, unknown>;
|
|
4146
4025
|
declare function useGetTransactionDetailsV2({ payment_code, enabled, }: GetTransactionDetailsV2Params): UseQueryResult<Payment.TransactionDetailsResult, unknown>;
|
|
4147
4026
|
declare function useGetTransactionRawResponse({ transaction_code, enabled, }: GetTransactionDetailsV2Params): UseQueryResult<Payment.TransactionDetailsResult, unknown>;
|
|
4148
4027
|
declare function useGetPaymentsMethodsByCountry(params: Organization.PaymentMethods): UseQueryResult<Organization.PaymentMethods[], CustomAxiosResponse<null>>;
|
|
4149
|
-
declare function useGetPaymentMethodsByProvider({ provider, }: GetPaymentMethodsByProviderParams): UseQueryResult<Payment.TransactionDetails, unknown>;
|
|
4150
4028
|
declare function useGetPaymentMethodsAndProviders(): UseQueryResult<Payment.PaymentMethodsAndProviders, unknown>;
|
|
4151
|
-
declare function useGetPaymentMethodsAndProvidersActive(): UseQueryResult<Payment.PaymentMethodsAndProvidersActive, unknown>;
|
|
4152
|
-
declare function useGetPaymentAndTrxStatuses(): UseQueryResult<Payment.PaymentAndTransactionStatuses, unknown>;
|
|
4153
4029
|
declare function useGetCardBrands(): UseQueryResult<Payment.CardBrand[], unknown>;
|
|
4154
4030
|
declare function useGetPaymentFilters(enabled?: boolean): UseQueryResult<Payment.Filters, CustomAxiosResponse>;
|
|
4155
4031
|
declare function useGetPaymentMetricsFilters(): UseQueryResult<Payment.PaymentMethodsAndProviders, unknown>;
|
|
4156
|
-
declare function useGetTransactionHistory({ transaction_code, }: {
|
|
4157
|
-
transaction_code: string;
|
|
4158
|
-
}): UseQueryResult<TransactionHistory, unknown>;
|
|
4159
4032
|
declare function useGetPaymentTransactionsDetails({ transaction_code, enabled, }: {
|
|
4160
4033
|
transaction_code: string;
|
|
4161
4034
|
enabled?: boolean;
|
|
@@ -4166,13 +4039,13 @@ declare function useGetTransactionHistoryByPaymentCode({ payment_code, enabled,
|
|
|
4166
4039
|
payment_code: string;
|
|
4167
4040
|
enabled?: boolean;
|
|
4168
4041
|
}): UseQueryResult<Payment.TransactionHistoryByPayment, unknown>;
|
|
4169
|
-
declare function useGetTransactions(params: GetTransactionsParams): UseQueryResult;
|
|
4170
4042
|
declare function usePostTransactions(params: GetTransactionsParams): UseQueryResult<Payment.TransactionDetailsResult | AxiosError>;
|
|
4171
4043
|
declare function usePostFraudTransactions(params: GetTransactionsParams): UseQueryResult<Payment.TransactionDetailsResult | AxiosError>;
|
|
4172
4044
|
declare function useGetPayoutDetail(params: GetPayoutDetail): UseQueryResult<Payouts.Details | AxiosError>;
|
|
4173
4045
|
declare function useGetPayoutTransactionDetail(params: GetPayoutTransactionDetail): UseQueryResult;
|
|
4174
4046
|
declare function useGetPayoutHistoryDetail(params: GetPayoutDetail): UseQueryResult;
|
|
4175
4047
|
declare function useGetProofOfCancel(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4048
|
+
declare function useGetProofOfPayment(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4176
4049
|
declare function useSendPaymentNotification(params: SendPaymentNotification.Params, body: SendPaymentNotification.Body, options: SendPaymentNotification.Options): UseQueryResult<SendPaymentNotification.Response, AxiosError>;
|
|
4177
4050
|
|
|
4178
4051
|
declare function usePayoutsList(params: GetPaymentsParams | null): UseQueryResult<Payouts.List | AxiosError>;
|
|
@@ -4223,9 +4096,6 @@ declare function useGetCredentials({ password, accountCode, }: {
|
|
|
4223
4096
|
password: string;
|
|
4224
4097
|
accountCode: string;
|
|
4225
4098
|
}): UseQueryResult<Developer.DeveloperCredentials, unknown>;
|
|
4226
|
-
declare function useGetCredentialsValidatePassword({ password, }: {
|
|
4227
|
-
password: string;
|
|
4228
|
-
}): UseQueryResult<Developer.DeveloperCredentials, unknown>;
|
|
4229
4099
|
declare function useGetCustomizedApiKeysMembers(): UseQueryResult<User.ICustomizedApiKeysMembers, unknown>;
|
|
4230
4100
|
declare function useGetAllowedIps(): UseQueryResult<AllowedList.Response, unknown>;
|
|
4231
4101
|
declare function useGetCustomizedApiKeysAccounts(): UseQueryResult<User.ICustomizedApiKeysAccounts, unknown>;
|
|
@@ -4245,10 +4115,6 @@ declare function useGetIntegrationParams({ integration_code, enabled, accountCod
|
|
|
4245
4115
|
}): UseQueryResult<Organization.IntegrationParams, {
|
|
4246
4116
|
code: string;
|
|
4247
4117
|
}>;
|
|
4248
|
-
declare function useGetIntegrationByAccount({ accountCode, organizationCode, }: {
|
|
4249
|
-
accountCode: string;
|
|
4250
|
-
organizationCode: string;
|
|
4251
|
-
}): UseQueryResult<Organization.Integration[], unknown>;
|
|
4252
4118
|
declare function useGetIntegrationByAccountV2({ accountCode, organizationCode, }: {
|
|
4253
4119
|
accountCode: string;
|
|
4254
4120
|
organizationCode: string;
|
|
@@ -4265,36 +4131,7 @@ declare function useGetConnections(): _tanstack_react_query.UseQueryResult<Conne
|
|
|
4265
4131
|
|
|
4266
4132
|
declare function useGetDialogs(): UseQueryResult<any, unknown>;
|
|
4267
4133
|
|
|
4268
|
-
type PendingDuplicateAccount = {
|
|
4269
|
-
code: string;
|
|
4270
|
-
target_account_name: string;
|
|
4271
|
-
source_account_name: string;
|
|
4272
|
-
duplicate_account_status: string;
|
|
4273
|
-
duplicate_connection_status: string | null;
|
|
4274
|
-
duplicate_routing_status: string | null;
|
|
4275
|
-
duplicate_checkout_builder_status: string | null;
|
|
4276
|
-
duplicate_webhook_status: string | null;
|
|
4277
|
-
duplicate_risk_conditions_status: string | null;
|
|
4278
|
-
created_at: string;
|
|
4279
|
-
updated_at: string;
|
|
4280
|
-
};
|
|
4281
|
-
type PendingDuplicateAccountsResponse = {
|
|
4282
|
-
orders: PendingDuplicateAccount[];
|
|
4283
|
-
};
|
|
4284
|
-
declare enum PendingDuplicateAccountStatus {
|
|
4285
|
-
IN_PROGRESS = "IN_PROGRESS",
|
|
4286
|
-
COMPLETED = "COMPLETED",
|
|
4287
|
-
FAILED = "FAILED"
|
|
4288
|
-
}
|
|
4289
|
-
|
|
4290
|
-
declare function useGetWebhookParams(): UseQueryResult<any[], unknown>;
|
|
4291
4134
|
declare function useGetWebhookParamsV2(): UseQueryResult<Webhook.Param[], unknown>;
|
|
4292
|
-
declare function useGetWebhooks({ accountCode, }: {
|
|
4293
|
-
accountCode: any;
|
|
4294
|
-
}): UseQueryResult<any[], unknown>;
|
|
4295
|
-
declare function useGetWebhooksV2({ accountCode, }: {
|
|
4296
|
-
accountCode: any;
|
|
4297
|
-
}): UseQueryResult<Webhook.WebHookV2[], unknown>;
|
|
4298
4135
|
declare function useGetWebhooksV3({ accountCode, name, }: {
|
|
4299
4136
|
accountCode: string;
|
|
4300
4137
|
name?: string;
|
|
@@ -4309,7 +4146,6 @@ declare function useGetAccountsByUser(userCode: string): UseQueryResult<{
|
|
|
4309
4146
|
accountsV2ByUser: Organization.Account[];
|
|
4310
4147
|
error?: AxiosError;
|
|
4311
4148
|
}, unknown>;
|
|
4312
|
-
declare function useGetPendingDuplicateAccounts(refetchInterval?: number): UseQueryResult<AxiosResponse<PendingDuplicateAccountsResponse>, AxiosError>;
|
|
4313
4149
|
|
|
4314
4150
|
declare function useGetMenu(): UseQueryResult<Cms.Menu, unknown>;
|
|
4315
4151
|
declare function useGetPaymentStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
@@ -4339,7 +4175,6 @@ declare function useGetSmartRoutingWorkflowVersion({ accountCode, workflowVersio
|
|
|
4339
4175
|
}): UseQueryResult<SmartRouting.WorkflowVersion & ErrorProp, unknown>;
|
|
4340
4176
|
declare function useGetSmartRoutingNextRoute(accountCode: string, stepType: string, status: string): UseQueryResult<string[] & ErrorProp, unknown>;
|
|
4341
4177
|
declare function useGetSmartRoutingDeclineGroups(accountCode: string): UseQueryResult<SmartRouting.DeclineGroups & ErrorProp, unknown>;
|
|
4342
|
-
declare function useGetSmartRoutingTutorial(accountCode: string): UseQueryResult<string[] & ErrorProp, unknown>;
|
|
4343
4178
|
declare function useGetSmartRoutingPaymentRoute(accountCode: string, paymentId: string): UseQueryResult<SmartRouting.PaymentRoutes & ErrorProp, unknown>;
|
|
4344
4179
|
declare function useGetSmartRoutingSimulateConditionTypeValues(accountCode: string): UseQueryResult<SmartRouting.AllConditionTypeValues & ErrorProp, unknown>;
|
|
4345
4180
|
declare function useGetSmartRoutingSearchConditionValues({ text, conditionType, }: {
|
|
@@ -4376,8 +4211,9 @@ declare function useGetStylingSettings({ accountCode, }: {
|
|
|
4376
4211
|
declare function useGetProfile(): UseQueryResult<User.UserResponsePayload, unknown>;
|
|
4377
4212
|
declare function useGetPermissions(organizationCode: any, accountCode: any): UseQueryResult<Accounts.PermissionsResponse[], unknown>;
|
|
4378
4213
|
declare function useEmailVerification(email: string): UseQueryResult<User.UserResponseEmailVerification | string, unknown>;
|
|
4379
|
-
declare function useLoginSSO(email: string): UseQueryResult<unknown>;
|
|
4380
4214
|
declare function useGetLoginMethods(): UseQueryResult<unknown, unknown>;
|
|
4215
|
+
declare function useGetImpersonationUsers(): UseQueryResult<User.ImpersonationUser[], AxiosError>;
|
|
4216
|
+
declare function useGetImpersonationEnabled(): UseQueryResult<User.ImpersonationEnabledResponse, AxiosError>;
|
|
4381
4217
|
|
|
4382
4218
|
declare function useGetNotificationsCustomer(customer: string): UseQueryResult<Notifications.NotificationsBodyResponse, unknown>;
|
|
4383
4219
|
declare function useGetValidateOpsgenieKey(key: string): UseQueryResult<{
|
|
@@ -4386,8 +4222,6 @@ declare function useGetValidateOpsgenieKey(key: string): UseQueryResult<{
|
|
|
4386
4222
|
error?: boolean;
|
|
4387
4223
|
}, unknown>;
|
|
4388
4224
|
declare function useGetMergedNotifications(): UseQueryResult<Notifications.NotificationsResponse, unknown>;
|
|
4389
|
-
declare function useGetNotificationsAccount(account: string): UseQueryResult<Notifications.INotificationsResponse, unknown>;
|
|
4390
|
-
declare function useGetNotificationsNumber(customer: string): UseQueryResult<Notifications.INotificationsResponse, unknown>;
|
|
4391
4225
|
declare function useGetNotificationsNumberMutation(): UseMutationResult<any, unknown, string, unknown>;
|
|
4392
4226
|
declare function usePathNotifications(): UseMutationResult<Notifications.INotificationsResponse, PathNotification, PathNotification, unknown>;
|
|
4393
4227
|
|
|
@@ -4402,25 +4236,7 @@ declare function useGetReportTemplates(enabled: boolean): UseQueryResult<Reports
|
|
|
4402
4236
|
declare function useGetReportColumns(enabled: boolean, templateType: TemplateType, reportType: ReportType): UseQueryResult<Reports.IColumn[], unknown>;
|
|
4403
4237
|
declare function useGetRefundPdf(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4404
4238
|
|
|
4405
|
-
declare function useGetMembers(organizationCode: string): UseQueryResult<Team.TeamList[], unknown>;
|
|
4406
|
-
declare function useGetMembersV3({ organizationCode, }: {
|
|
4407
|
-
organizationCode: any;
|
|
4408
|
-
}): UseQueryResult<Team.TeamList[], unknown>;
|
|
4409
4239
|
declare function useGetTeamsFiltersMembers(): UseQueryResult<Team.TeamList[], unknown>;
|
|
4410
|
-
declare function useGetMembersV4({ organizationCode, accountCodes, }: {
|
|
4411
|
-
organizationCode: any;
|
|
4412
|
-
accountCodes: any;
|
|
4413
|
-
}): UseQueryResult<Team.TeamList[], unknown>;
|
|
4414
|
-
declare function usePostMembersV4({ organizationCode, accountCodes, }: {
|
|
4415
|
-
organizationCode: any;
|
|
4416
|
-
accountCodes: any;
|
|
4417
|
-
}): UseQueryResult<Team.TeamList[], unknown>;
|
|
4418
|
-
declare function usePostMembersPaginated({ organizationCode, accountCodes, page, pageSize, }: {
|
|
4419
|
-
organizationCode: any;
|
|
4420
|
-
accountCodes: any;
|
|
4421
|
-
page: any;
|
|
4422
|
-
pageSize: any;
|
|
4423
|
-
}): UseQueryResult<Team.TeamResponse, unknown>;
|
|
4424
4240
|
declare function usePostMembersPaginatedV2({ organizationCode, accountCodes, email, page, pageSize, }: {
|
|
4425
4241
|
organizationCode: any;
|
|
4426
4242
|
accountCodes: any;
|
|
@@ -4435,9 +4251,6 @@ declare function useGetPermissionsCatalog(): UseQueryResult<Team.CatalogPermissi
|
|
|
4435
4251
|
declare function useGetSmartRoutingDataReport(params: {
|
|
4436
4252
|
[a: string]: number;
|
|
4437
4253
|
}): UseQueryResult<any, unknown>;
|
|
4438
|
-
declare function useDashboardInsights(params: DataReport.InsightMetricParams, readyFilters: boolean, keepPreviousData?: boolean): UseQueryResult<any, unknown>;
|
|
4439
|
-
declare function useDashboardInsightsIsolated(params: DataReport.InsightMetricParams, keepPreviousData?: boolean): UseQueryResult<any, unknown>;
|
|
4440
|
-
declare function useInsightsConversionRateMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
|
|
4441
4254
|
declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMetricParams, path: string): UseQueryResult<any, unknown>;
|
|
4442
4255
|
declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
|
|
4443
4256
|
declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
|
|
@@ -4465,13 +4278,8 @@ declare function useInsightsChargebacksReasonsDistribution(body: InsightsFraudBo
|
|
|
4465
4278
|
declare function useInsightsChargebacksStatusDistribution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksStatusDistribution>>;
|
|
4466
4279
|
declare function useInsightsChargebacksByCardBrand(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByCardBrand>>;
|
|
4467
4280
|
|
|
4468
|
-
declare const useConversionRateOverview: (params: ConversionRateParams, body: ConversionRateBody, options?: {}) => UseQueryResult<AxiosResponse<ConversionRateOverview>, AxiosError>;
|
|
4469
|
-
declare const useConversionRateOverviewFraud3ds: (params: ConversionRateParams, body: ConversionRateBody, options?: {}) => UseQueryResult<AxiosResponse<ConversionRateOverviewFraud3ds>, AxiosError>;
|
|
4470
|
-
|
|
4471
4281
|
declare function useGetReconciliationTransactions(params: Reconciliation.UseGetReconciliationTransactionsParams, enabled: boolean): UseQueryResult<Reconciliation.TransactionList, Reconciliation.Error>;
|
|
4472
4282
|
declare function useGetSettlements(params: Reconciliation.SettlementHeaderQuery, enabled: boolean): UseQueryResult<Array<Reconciliation.Settlement>, Reconciliation.Error>;
|
|
4473
|
-
declare function useGetSettlementsHeader(params: Reconciliation.SettlementHeaderQuery, enabled: boolean): UseQueryResult<Array<Reconciliation.SettlementHeader>, unknown>;
|
|
4474
|
-
declare function useGetSettlementsBody(params: Reconciliation.GetSettlementsBodyParams, enabled: boolean): UseQueryResult<Array<Reconciliation.SettlementBody>, unknown>;
|
|
4475
4283
|
declare function useGetReconciliationMetrics(params: GetReconciliationMetricParams, enabled: boolean): UseQueryResult<Reconciliation.Metrics, unknown>;
|
|
4476
4284
|
declare function useGetReconciliationFilters(): UseQueryResult<Reconciliation.Filters>;
|
|
4477
4285
|
declare function useGetAllTableColumns(tableType: Reconciliation.TableType): UseQueryResult<Array<Reconciliation.TableColumn>, Reconciliation.Error>;
|
|
@@ -4542,12 +4350,6 @@ declare function useGetAuditMonitorEventDetail(id: number | null): UseQueryResul
|
|
|
4542
4350
|
|
|
4543
4351
|
declare function useGetPaymentLinks(params: any, accountCode: any): UseQueryResult<any, unknown>;
|
|
4544
4352
|
declare function useGetPaymentLinkByCode(paymentLinkCode: any): UseQueryResult<any, unknown>;
|
|
4545
|
-
declare function useGetProductsByAccount({ accountCode, }: {
|
|
4546
|
-
accountCode: any;
|
|
4547
|
-
}): UseQueryResult<any, unknown>;
|
|
4548
|
-
declare function useGetPaymentsByPaymentLink(params: {
|
|
4549
|
-
payment_link_code: string;
|
|
4550
|
-
}, organizationCode: string): UseQueryResult<Payment.PaymentList, unknown>;
|
|
4551
4353
|
declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
|
|
4552
4354
|
declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
|
|
4553
4355
|
|
|
@@ -4564,7 +4366,6 @@ declare function useFirebaseUserSubscribe({ onSuccessCallback, }: {
|
|
|
4564
4366
|
declare function useGetConfigAllowlist(accountCode: string, enabled: boolean): UseQueryResult<FraudScreening.BlackList[], unknown>;
|
|
4565
4367
|
declare function useGetBlackList(accountCode: string): UseQueryResult<FraudScreening.BlackList[], unknown>;
|
|
4566
4368
|
declare function usePostBlockList(accountCodes: string[], listName?: string, page?: number, size?: number): UseQueryResult<FraudScreening.BlocklistData, AxiosError>;
|
|
4567
|
-
declare function useOneBlackList(black_list_code: string): UseQueryResult<any, unknown>;
|
|
4568
4369
|
declare function useGetBlockListSummary(block_list_code: string, account: string, enabled: boolean): UseQueryResult<FraudScreening.BlockListSummary, unknown>;
|
|
4569
4370
|
declare function useBlackListDetail(black_list_code: string, offset: number, limit: any, account: string, search: string, enabled: boolean): UseQueryResult<any, unknown>;
|
|
4570
4371
|
declare function useAllowListDetail(code: string, account: string, enabled: boolean): UseQueryResult<any, unknown>;
|
|
@@ -4666,8 +4467,6 @@ declare class Api extends HttpClient {
|
|
|
4666
4467
|
createReconciliationReportTemplate<T>(payload: Reports.ICreateTemplate): Promise<AxiosResponse<T>>;
|
|
4667
4468
|
getReconciliationTransactions<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4668
4469
|
getReconciliationSettlements<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4669
|
-
getReconciliationSettlementsHeader<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4670
|
-
getReconciliationSettlementsBody<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4671
4470
|
getReconciliationMetrics<T>(params: GetReconciliationMetricParams): Promise<AxiosResponse<T, unknown>>;
|
|
4672
4471
|
getReconciliationFilters<T>(): Promise<AxiosResponse<T, unknown>>;
|
|
4673
4472
|
getReconciliationsReportColumns<T>(templateType: TemplateType, reportType: ReconciliationReportType): Promise<AxiosResponse<T, any>>;
|
|
@@ -4683,16 +4482,11 @@ declare class Api extends HttpClient {
|
|
|
4683
4482
|
getReconciliationSales<T>(body: ReconciliationSales.FiltersRequestBody, params: ReconciliationSales.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4684
4483
|
getReconciliationAdvancements<T>(body: ReconciliationAdvancements.FiltersRequestBody, params: ReconciliationAdvancements.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4685
4484
|
getReconciliationFees<T>(body: ReconciliationFees.FiltersRequestBody, params: ReconciliationFees.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4686
|
-
getPayments<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4687
4485
|
postPaymentsLazy<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4688
4486
|
postPayouts<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4689
4487
|
getPayoutsFilters<T>(organizationCode: any): Promise<AxiosResponse<T>>;
|
|
4690
4488
|
postPaymentsEvaluated<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4691
|
-
getPayment<T>(params: GetPaymentParams): Promise<AxiosResponse<T, any>>;
|
|
4692
4489
|
getPaymentV2<T>(paymentCode: string): Promise<AxiosResponse<T, any>>;
|
|
4693
|
-
getPaymentTransactions<T>(payment_code: string, params: GetPaymentTransactionsParams & GetPaymentParams): Promise<AxiosResponse<T, any>>;
|
|
4694
|
-
getPaymentTransactionsLazy<T>(payment_code: string): Promise<AxiosResponse<T, any>>;
|
|
4695
|
-
getTransactions<T>(params: GetTransactionsParams): Promise<AxiosResponse<T, any>>;
|
|
4696
4490
|
postTransactions<T>(params: GetTransactionsParams): Promise<AxiosResponse<T, any>>;
|
|
4697
4491
|
postFraudTransactions<T>(params: GetTransactionsParams): Promise<AxiosResponse<T, any>>;
|
|
4698
4492
|
getPayoutDetails<T>(params: GetPayoutDetail): Promise<AxiosResponse<T, any>>;
|
|
@@ -4701,17 +4495,10 @@ declare class Api extends HttpClient {
|
|
|
4701
4495
|
getPaymentMethodsByCountry<T>({ provider_id, country }: Organization.PaymentMethods, organizationCodeFromAccount: any): Promise<AxiosResponse<T, any>>;
|
|
4702
4496
|
getOrgByName<T>(name: any): Promise<AxiosResponse<T, any>>;
|
|
4703
4497
|
createOperationTransaction<T>(payload: OperationTransaction.Request, transactionId: string, paymentId: string, action: OperationTransaction.Actions): Promise<AxiosResponse<T, any>>;
|
|
4704
|
-
getPaymentMethodsByProvider<T>(params: GetPaymentMethodsByProviderParams): Promise<AxiosResponse<T, any>>;
|
|
4705
|
-
getPaymentMethodsAndProvidersActive<T>(): Promise<AxiosResponse<T, any>>;
|
|
4706
4498
|
getPaymentMethodsAndProviders<T>(): Promise<AxiosResponse<T, any>>;
|
|
4707
|
-
useGetPaymentAndTrxStatuses<T>(): Promise<AxiosResponse<T, any>>;
|
|
4708
|
-
getTransactionDetails<T>(params: GetTransactionDetailsParams): Promise<AxiosResponse<T, any>>;
|
|
4709
4499
|
getTransactionDetailsV2<T>(params: GetTransactionDetailsV2Params): Promise<AxiosResponse<T, any>>;
|
|
4710
4500
|
getTransactionRawResponse<T>(params: GetTransactionDetailsV2Params): Promise<AxiosResponse<T, any>>;
|
|
4711
4501
|
uploadChargebacks<T>(payload: Payment.UploadRequest, paymentId: string, transactionId: string, handleSetProgress: (progress: number) => void): Promise<AxiosResponse<T, any>>;
|
|
4712
|
-
getTransactionHistory<T>({ transaction_code, }: {
|
|
4713
|
-
transaction_code: any;
|
|
4714
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4715
4502
|
getPaymentTransactionsDetails<T>({ transaction_code, }: {
|
|
4716
4503
|
transaction_code: any;
|
|
4717
4504
|
}): Promise<AxiosResponse<T, any>>;
|
|
@@ -4725,10 +4512,6 @@ declare class Api extends HttpClient {
|
|
|
4725
4512
|
getOrganization<T>(): Promise<AxiosResponse<T, any>>;
|
|
4726
4513
|
getAllOrganization<T>(): Promise<AxiosResponse<T, any>>;
|
|
4727
4514
|
getProviderParams<T>(param: any, organizationCodeFromAccount: any): Promise<AxiosResponse<T, any>>;
|
|
4728
|
-
getIntegrationByAccount<T>({ accountCode, organizationCode, }: {
|
|
4729
|
-
accountCode: string;
|
|
4730
|
-
organizationCode: string;
|
|
4731
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4732
4515
|
getIntegrationByAccountV2<T>({ accountCode, organizationCode, }: {
|
|
4733
4516
|
accountCode: string;
|
|
4734
4517
|
organizationCode: string;
|
|
@@ -4753,27 +4536,14 @@ declare class Api extends HttpClient {
|
|
|
4753
4536
|
payload: any;
|
|
4754
4537
|
accountCode: any;
|
|
4755
4538
|
}): Promise<AxiosResponse<T, any>>;
|
|
4756
|
-
postConnection<T>({ payload, accountCode, }: {
|
|
4757
|
-
payload: any;
|
|
4758
|
-
accountCode: any;
|
|
4759
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4760
4539
|
postMultiConnection<T>({ payload }: {
|
|
4761
4540
|
payload: any;
|
|
4762
4541
|
}): Promise<AxiosResponse<T, any>>;
|
|
4763
4542
|
postMultiConnectionValidate<T>(): Promise<AxiosResponse<T, any>>;
|
|
4764
|
-
newPostConnection<T>({ payload, accountCode, }: {
|
|
4765
|
-
payload: any;
|
|
4766
|
-
accountCode: any;
|
|
4767
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4768
4543
|
patchConnection<T>({ payload, connectionCode, }: {
|
|
4769
4544
|
payload: any;
|
|
4770
4545
|
connectionCode: any;
|
|
4771
4546
|
}): Promise<AxiosResponse<T, any>>;
|
|
4772
|
-
deleteConnection<T>(connectionCode: any): Promise<AxiosResponse<T, any>>;
|
|
4773
|
-
postArchiveConnection<T>({ payload, connectionCode, }: {
|
|
4774
|
-
payload: any;
|
|
4775
|
-
connectionCode: any;
|
|
4776
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4777
4547
|
postDefaultRoutes<T>({ payload, }: {
|
|
4778
4548
|
payload: {
|
|
4779
4549
|
provider_id: string;
|
|
@@ -4781,20 +4551,7 @@ declare class Api extends HttpClient {
|
|
|
4781
4551
|
};
|
|
4782
4552
|
}): Promise<AxiosResponse<T, any>>;
|
|
4783
4553
|
getDialogs<T>(): Promise<AxiosResponse<T, any>>;
|
|
4784
|
-
getWebhookParams<T>(): Promise<AxiosResponse<T, any>>;
|
|
4785
|
-
getWebhooks<T>({ accountCode }: {
|
|
4786
|
-
accountCode: any;
|
|
4787
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4788
|
-
postWebhook<T>({ payload, accountCode, }: {
|
|
4789
|
-
payload: any;
|
|
4790
|
-
accountCode: string;
|
|
4791
|
-
}): Promise<AxiosResponse<T>>;
|
|
4792
|
-
deleteWebhook<T>(code: string): Promise<AxiosResponse<T>>;
|
|
4793
|
-
updateWebhook<T>(code: string, payload: any): Promise<AxiosResponse<T>>;
|
|
4794
4554
|
getWebhookParamsV2<T>(): Promise<AxiosResponse<T, Webhook.ParamV2[]>>;
|
|
4795
|
-
getWebhooksV2<T>({ accountCode, }: {
|
|
4796
|
-
accountCode: any;
|
|
4797
|
-
}): Promise<AxiosResponse<T, Webhook.WebHookV2[]>>;
|
|
4798
4555
|
getWebhooksV3<T>({ accountCode, name, }: {
|
|
4799
4556
|
accountCode: string;
|
|
4800
4557
|
name?: string;
|
|
@@ -4802,10 +4559,6 @@ declare class Api extends HttpClient {
|
|
|
4802
4559
|
getWebhooksV2Detail<T>({ accountCode, }: {
|
|
4803
4560
|
accountCode: any;
|
|
4804
4561
|
}): Promise<AxiosResponse<T, Webhook.WebHookV2[]>>;
|
|
4805
|
-
postWebhookV2<T>({ payload, accountCode, }: {
|
|
4806
|
-
payload: Webhook.WebHookV2;
|
|
4807
|
-
accountCode: string;
|
|
4808
|
-
}): Promise<AxiosResponse<T>>;
|
|
4809
4562
|
postWebhookV2MultiAccount<T>({ payload, }: {
|
|
4810
4563
|
payload: Webhook.WebHookV2MultiAccount;
|
|
4811
4564
|
}): Promise<AxiosResponse<T>>;
|
|
@@ -4835,14 +4588,11 @@ declare class Api extends HttpClient {
|
|
|
4835
4588
|
}): Promise<AxiosResponse<T, any>>;
|
|
4836
4589
|
postSmartRoutingCreateWorkflow<T>(accountCode: string, data: any): Promise<AxiosResponse<T, any>>;
|
|
4837
4590
|
postSmartRoutingPublishVersion<T>(accountCode: string, versionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4838
|
-
postSmartRoutingValidateConnection<T>(accountIntegrationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4839
4591
|
deleteSmartRoutingVersion<T>(accountCode: string, versionCode: string): Promise<AxiosResponse<T, any>>;
|
|
4840
4592
|
postSmartRoutingDuplicateVersion<T>(accountCode: string, versionCode: string): Promise<AxiosResponse<T, any>>;
|
|
4841
4593
|
getSmartRoutingDeclinedGroup<T>(accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
4842
4594
|
updateSmartRoutingDeclinedGroup<T>(accountCode: string, declineId: string, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4843
4595
|
createSmartRoutingDeclinedGroup<T>(accountCode: string, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4844
|
-
getSmartRoutingTutorial<T>(accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
4845
|
-
updateSmartRoutingTutorial<T>(accountCode: string, key: string): Promise<AxiosResponse<T, any>>;
|
|
4846
4596
|
getSmartRoutingPaymentRoute<T>(accountCode: string, paymentId: string): Promise<AxiosResponse<T, SmartRouting.PaymentRoutes>>;
|
|
4847
4597
|
updateSmartRoutingFavorite<T>(accountCode: string, versionCode: string, favorite: boolean): Promise<AxiosResponse<T, any>>;
|
|
4848
4598
|
getSmartRoutingSimulateConditionTypeValues<T>(accountCode: string): Promise<AxiosResponse<T, SmartRouting.ConditionTypeValues[]>>;
|
|
@@ -4860,8 +4610,6 @@ declare class Api extends HttpClient {
|
|
|
4860
4610
|
getSmartRoutingDataReport<T>(params: {
|
|
4861
4611
|
[key: string]: number;
|
|
4862
4612
|
}): Promise<AxiosResponse<T, any>>;
|
|
4863
|
-
getDashboardInsights<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
4864
|
-
getInsightsMetricsConversionRate<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
4865
4613
|
getInsightsMetricsConversionRateV2<T>(params: DataReport.InsightMetricParams, path: string): Promise<AxiosResponse<T, any>>;
|
|
4866
4614
|
getInsightsMetricsConversionRateViewMore<T>(params: DataReport.InsightMetricParams, type: string): Promise<AxiosResponse<T, any>>;
|
|
4867
4615
|
getInsightFallbackMetrics<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
@@ -4903,7 +4651,6 @@ declare class Api extends HttpClient {
|
|
|
4903
4651
|
accountCode: any;
|
|
4904
4652
|
template: any;
|
|
4905
4653
|
}): Promise<AxiosResponse<T>>;
|
|
4906
|
-
updateIsActivePaymentMethod<T>(checkoutCode: any, paymentMethods: any): Promise<AxiosResponse<T>>;
|
|
4907
4654
|
updateIsActiveCheckout(args: Checkout.UpdateIsActiveCheckoutParams): Promise<AxiosResponse>;
|
|
4908
4655
|
getStylingTheme({ accountCode }: {
|
|
4909
4656
|
accountCode: string;
|
|
@@ -4912,10 +4659,7 @@ declare class Api extends HttpClient {
|
|
|
4912
4659
|
getStylingSettings({ accountCode }: {
|
|
4913
4660
|
accountCode: any;
|
|
4914
4661
|
}): Promise<AxiosResponse<Styling.Settings, any>>;
|
|
4915
|
-
changePassword<T>(params: any): Promise<AxiosResponse<T>>;
|
|
4916
4662
|
emailVerification<T>(email: any): Promise<AxiosResponse<T, any>>;
|
|
4917
|
-
/** @deprecated */
|
|
4918
|
-
createReport<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4919
4663
|
createReconciliationsReportV2<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4920
4664
|
createReportV2<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4921
4665
|
getTotalRowsForExport<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
@@ -4929,18 +4673,16 @@ declare class Api extends HttpClient {
|
|
|
4929
4673
|
getReportColumns<T>(templateType: TemplateType, reportType: ReportType): Promise<any>;
|
|
4930
4674
|
getRefundPdf<T>(transactionCode: any, organizationCode: any): Promise<AxiosResponse<T, any>>;
|
|
4931
4675
|
getProofOfCancel<T>(transactionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4676
|
+
getProofOfPayment<T>(transactionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4932
4677
|
getScheduledReport<T>(reportType: any): Promise<AxiosResponse<T>>;
|
|
4933
4678
|
postScheduledReport<T>(payload: IListScheduledReportsResponse): Promise<AxiosResponse<T>>;
|
|
4934
4679
|
updateScheduledReport<T>(reportCode: string, payload: IListScheduledReportsResponse): Promise<AxiosResponse<T>>;
|
|
4935
4680
|
deleteScheduledReport<T>(reportCode: string): Promise<AxiosResponse<T>>;
|
|
4936
4681
|
getProfile<T>(): Promise<AxiosResponse<T, any>>;
|
|
4682
|
+
getImpersonationUsers<T>(): Promise<AxiosResponse<T, any>>;
|
|
4683
|
+
getImpersonationEnabled<T>(): Promise<AxiosResponse<T, any>>;
|
|
4937
4684
|
updateProfile<T>(payload: User.UserRequestPayload): Promise<AxiosResponse<T>>;
|
|
4938
|
-
inviteUsers<T>(data: User.UserInvitePayload): Promise<AxiosResponse<T>>;
|
|
4939
|
-
inviteUsersV2<T>(data: UserInviteMultiaccountPayload, organizationCode: string): Promise<AxiosResponse<T>>;
|
|
4940
4685
|
inviteUsersMassive<T>(data: UserInviteMultiaccountPayload, organizationCode: string): Promise<AxiosResponse<T>>;
|
|
4941
|
-
unInviteUsers<T>({ userCode }: {
|
|
4942
|
-
userCode: any;
|
|
4943
|
-
}): Promise<AxiosResponse<T>>;
|
|
4944
4686
|
unInviteUsersV2<T>({ userCode, organizationCode, }: {
|
|
4945
4687
|
userCode: any;
|
|
4946
4688
|
organizationCode: any;
|
|
@@ -4948,18 +4690,9 @@ declare class Api extends HttpClient {
|
|
|
4948
4690
|
getAccounts<T>(organizationCode: any): Promise<AxiosResponse<T, any>>;
|
|
4949
4691
|
getAccountsV2<T>(): Promise<AxiosResponse<T, any>>;
|
|
4950
4692
|
getAccountsByUser<T>(userCode: string): Promise<AxiosResponse<T, any>>;
|
|
4951
|
-
putAccountsUser<T>(organizationCode: any, userCode: any, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4952
4693
|
putAccountsUserMassive<T>(organizationCode: any, userCode: any, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4953
4694
|
deleteAccountsUserMassive<T, K>(organizationCode: string, userCode: string, payload: any): Promise<AxiosResponse<T, K>>;
|
|
4954
4695
|
postAccount<T>(name: string, principal: boolean): Promise<AxiosResponse<T>>;
|
|
4955
|
-
duplicateAccount(body: DuplicateAccountBody): Promise<AxiosResponse<DuplicateAccountResponse>>;
|
|
4956
|
-
retryDuplicateAccount(account_code: string): Promise<AxiosResponse<RetryDuplicateAccountResponse>>;
|
|
4957
|
-
getPendingDuplicateAccounts(): Promise<AxiosResponse<PendingDuplicateAccountsResponse>>;
|
|
4958
|
-
patchAccount<T>({ name, code, principal, }: {
|
|
4959
|
-
name: string;
|
|
4960
|
-
code: string;
|
|
4961
|
-
principal: boolean;
|
|
4962
|
-
}): Promise<AxiosResponse<T>>;
|
|
4963
4696
|
patchAccountV2<T>({ name, code, principal, }: {
|
|
4964
4697
|
name: string;
|
|
4965
4698
|
code: string;
|
|
@@ -4968,39 +4701,18 @@ declare class Api extends HttpClient {
|
|
|
4968
4701
|
putAccountPrincipal<T>({ account_code }: {
|
|
4969
4702
|
account_code: any;
|
|
4970
4703
|
}): Promise<AxiosResponse<T>>;
|
|
4971
|
-
createNotificacion<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4972
4704
|
getMergedNotifications<T>(): Promise<AxiosResponse<T>>;
|
|
4973
4705
|
getNotificationsCustomer<T>(customer: any): Promise<AxiosResponse<T>>;
|
|
4974
4706
|
getValidateOpsgenieKey<T>(key: any): Promise<AxiosResponse<T>>;
|
|
4975
|
-
getNotificationsAccount<T>(account: any): Promise<AxiosResponse<T>>;
|
|
4976
|
-
getNotification<T>(): Promise<AxiosResponse<T>>;
|
|
4977
4707
|
postSlackMessageChannel<T>(payload: {
|
|
4978
4708
|
channel: string;
|
|
4979
4709
|
text: string;
|
|
4980
4710
|
}): Promise<AxiosResponse<T>>;
|
|
4981
4711
|
pathNotification<T>(payload: PathNotification): Promise<AxiosResponse<T>>;
|
|
4982
4712
|
getNotificationsNumber<T>(customer: any): Promise<AxiosResponse<T>>;
|
|
4983
|
-
getMembers<T>(organizationCode: any): Promise<AxiosResponse<T, any>>;
|
|
4984
|
-
getMembersV3<T>({ organizationCode }: {
|
|
4985
|
-
organizationCode: any;
|
|
4986
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4987
4713
|
teamsFiltersMembers<T>({ organizationCode, }: {
|
|
4988
4714
|
organizationCode: any;
|
|
4989
4715
|
}): Promise<AxiosResponse<T, any>>;
|
|
4990
|
-
getMembersV4<T>({ organizationCode, accountCodes, }: {
|
|
4991
|
-
organizationCode: any;
|
|
4992
|
-
accountCodes: any;
|
|
4993
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4994
|
-
postMembersV4<T>({ organizationCode, accountCodes, }: {
|
|
4995
|
-
organizationCode: any;
|
|
4996
|
-
accountCodes: any;
|
|
4997
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4998
|
-
postMembersPaginated<T>({ organizationCode, accountCodes, page, pageSize, }: {
|
|
4999
|
-
organizationCode: any;
|
|
5000
|
-
accountCodes: any;
|
|
5001
|
-
page: any;
|
|
5002
|
-
pageSize: any;
|
|
5003
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5004
4716
|
postMembersPaginatedV2<T>({ organizationCode, accountCodes, email, page, pageSize, }: {
|
|
5005
4717
|
organizationCode: any;
|
|
5006
4718
|
accountCodes: any;
|
|
@@ -5009,11 +4721,7 @@ declare class Api extends HttpClient {
|
|
|
5009
4721
|
pageSize: any;
|
|
5010
4722
|
}): Promise<AxiosResponse<T, any>>;
|
|
5011
4723
|
getRoles<T>(): Promise<AxiosResponse<T, any>>;
|
|
5012
|
-
setRoles<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
5013
4724
|
setCustodian<T>(): Promise<AxiosResponse<T>>;
|
|
5014
|
-
deleteUserTeam<T>({ userCode }: {
|
|
5015
|
-
userCode: any;
|
|
5016
|
-
}): Promise<AxiosResponse<T>>;
|
|
5017
4725
|
deleteUserTeamV2<T>({ userCode, organizationCode, }: {
|
|
5018
4726
|
userCode: any;
|
|
5019
4727
|
organizationCode: any;
|
|
@@ -5050,18 +4758,9 @@ declare class Api extends HttpClient {
|
|
|
5050
4758
|
accountCode: any;
|
|
5051
4759
|
paymentLinkCode: any;
|
|
5052
4760
|
}): Promise<AxiosResponse<T, any>>;
|
|
5053
|
-
postCreateProducts<T>({ payload }: {
|
|
5054
|
-
payload: any;
|
|
5055
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5056
4761
|
postDeletePaymentLink<T>({ code }: {
|
|
5057
4762
|
code: any;
|
|
5058
4763
|
}): Promise<AxiosResponse<T, any>>;
|
|
5059
|
-
getProductsByAccount<T>({ accountCode, }: {
|
|
5060
|
-
accountCode: any;
|
|
5061
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5062
|
-
getPaymentsByPaymentLink<T>(params: {
|
|
5063
|
-
payment_link_code: string;
|
|
5064
|
-
}, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
5065
4764
|
getTimezone<T>(organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
5066
4765
|
firebaseUserSubscribe<T>(payload: FirebaseUserSubscribe): Promise<AxiosResponse<T>>;
|
|
5067
4766
|
postUserSettings<T>(payload: TimeZoneCatalog | PaymentsSettings): Promise<AxiosResponse<T>>;
|
|
@@ -5069,19 +4768,13 @@ declare class Api extends HttpClient {
|
|
|
5069
4768
|
postUserSettingsPinned<T>(payload: PinnedSections): Promise<AxiosResponse<T>>;
|
|
5070
4769
|
postUserThemeSettings<T>(payload: ThemeSettings): Promise<AxiosResponse<T>>;
|
|
5071
4770
|
getMfaTokenValidation<T>(password: string, otp: string): Promise<AxiosResponse<T, any>>;
|
|
5072
|
-
getMfaToken<T>(password: string): Promise<AxiosResponse<T, any>>;
|
|
5073
4771
|
getEmailOtp<T>(): Promise<AxiosResponse<T, any>>;
|
|
5074
|
-
validateOtp<T>(otp: string): Promise<AxiosResponse<T, any>>;
|
|
5075
4772
|
confirmMfaOtp<T>(payload: MfaUserSubscribe): Promise<AxiosResponse<T>>;
|
|
5076
|
-
confirmOtp<T>(payload: MfaUserPayload): Promise<AxiosResponse<T>>;
|
|
5077
4773
|
unrollMfa<T>(password: any): Promise<AxiosResponse<T, any>>;
|
|
5078
4774
|
sendOTPForMFA(): Promise<AxiosResponse<void>>;
|
|
5079
|
-
getMFAStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
5080
|
-
postValidatePassword<T>(password: string): Promise<AxiosResponse<T, any>>;
|
|
5081
4775
|
getConfigAllowlist<T>(accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5082
4776
|
getBlackListType<T>(accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5083
4777
|
postBlockList<T>(accountCodes: string[], listName: string, page: number, size: number): Promise<AxiosResponse<T, any>>;
|
|
5084
|
-
getOneBlackListType<T>(black_list_code: string): Promise<AxiosResponse<T, any>>;
|
|
5085
4778
|
getBlackListSummary<T>(black_list_code: string, account?: string | null): Promise<AxiosResponse<T, any>>;
|
|
5086
4779
|
getBlacklistDetail<T>(black_list_code: string, offset: number, limit?: number, account?: string | null, search?: string | null): Promise<AxiosResponse<T, any>>;
|
|
5087
4780
|
getAllowlistDetail<T>(code: string, account?: string | null): Promise<AxiosResponse<T, any>>;
|
|
@@ -5115,9 +4808,6 @@ declare class Api extends HttpClient {
|
|
|
5115
4808
|
postBlackListMultiAccount<T>({ payload, }: {
|
|
5116
4809
|
payload: any;
|
|
5117
4810
|
}): Promise<AxiosResponse<T, any>>;
|
|
5118
|
-
postBlackListType<T>({ payload }: {
|
|
5119
|
-
payload: any;
|
|
5120
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5121
4811
|
putBlackListType<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5122
4812
|
changeBlackListStatus<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5123
4813
|
changeBlackListStatusItem<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5141,14 +4831,6 @@ declare class Api extends HttpClient {
|
|
|
5141
4831
|
valiateBlockListItems<T>({ payload, }: {
|
|
5142
4832
|
payload: any;
|
|
5143
4833
|
}): Promise<AxiosResponse<T, unknown>>;
|
|
5144
|
-
getGeographicCoordinates<T>({ params, }: {
|
|
5145
|
-
params: any;
|
|
5146
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5147
|
-
deleteBlackListItem<T>({ black_list_code, account_code, item, }: {
|
|
5148
|
-
black_list_code: any;
|
|
5149
|
-
account_code: any;
|
|
5150
|
-
item: any;
|
|
5151
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5152
4834
|
getVelocityRules<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
5153
4835
|
postChangePaymentsWebhook<T>({ status, paymentCode, }: ChangePaymentsWebhook): Promise<AxiosResponse<T, any>>;
|
|
5154
4836
|
uploadFileS3ClientBatchRefunds<T>({ payload, handleSetProgress, }: S3Payload): {
|
|
@@ -5165,10 +4847,6 @@ declare class Api extends HttpClient {
|
|
|
5165
4847
|
uploadBatchRefundsV2<T>({ payload }: {
|
|
5166
4848
|
payload: any;
|
|
5167
4849
|
}): Promise<AxiosResponse<T, any>>;
|
|
5168
|
-
uploadBatchRefunds<T>({ payload, handleSetProgress, }: {
|
|
5169
|
-
payload: any;
|
|
5170
|
-
handleSetProgress: any;
|
|
5171
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5172
4850
|
getBatchRefunds<T>(limit: any, offset: any): Promise<AxiosResponse<T, any>>;
|
|
5173
4851
|
getBatchRefundProcessedFileDownload<T>(batchRefundId: string, organizationCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
5174
4852
|
getBatchRefundUserFileDownload<T>(batchRefundId: string, organizationCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
@@ -5185,7 +4863,6 @@ declare class Api extends HttpClient {
|
|
|
5185
4863
|
getConditionalConfigRules<T>(conditional: any): Promise<AxiosResponse<T, any>>;
|
|
5186
4864
|
getRule<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5187
4865
|
postCreateRuleMultiAccount<T>(payload: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5188
|
-
postCreateRule<T>(payload: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5189
4866
|
postEditRule<T>(payload: any, ruleId: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5190
4867
|
postApiKeysRoll<T>(payload: any, keyCode: any, password: any): Promise<AxiosResponse<T, any>>;
|
|
5191
4868
|
patchApiKeysEditNote<T>(payload: any, keyCode: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5197,8 +4874,6 @@ declare class Api extends HttpClient {
|
|
|
5197
4874
|
getCustomizedApiKeysProducts<T>(): Promise<AxiosResponse<T, any>>;
|
|
5198
4875
|
getCustomizedApiKeysToken<T>(code: any, password: any): Promise<AxiosResponse<T, any>>;
|
|
5199
4876
|
validatePasswordStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
5200
|
-
getCustomizedApiKeysShowToken<T>(code: any): Promise<AxiosResponse<T, any>>;
|
|
5201
|
-
getLoginSSO<T>(email: any): Promise<AxiosResponse<T, any>>;
|
|
5202
4877
|
deleteCustomizedApiKeys<T>(code: any): Promise<AxiosResponse<T, any>>;
|
|
5203
4878
|
postCreateInsightsReport<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5204
4879
|
getInsightsReport<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5260,5 +4935,5 @@ declare enum ApiErrorCodes {
|
|
|
5260
4935
|
ERR_BAD_REQUEST = "ERR_BAD_REQUEST"
|
|
5261
4936
|
}
|
|
5262
4937
|
|
|
5263
|
-
export { ALL_FEATURE_FLAGS, Accounts, Api, ApiErrorCodes, ApiProvider, ApiSingleton, Audit, BatchRefunds, Checkout, Cms, Connection, Country, DataReport, Developer,
|
|
5264
|
-
export type { AccountRoles, AllowlistMultiAccount, BFFErrorResponse, Blacklist, ChangePaymentsWebhook, ChargebacksCount, ChargebacksVolume, ChartGPTChart, ChartGPTChartWithResults, ChartGPTExecuteResponse, ChartGPTResult, Condition, ConversionRateBody, ConversionRateOverview, ConversionRateOverviewFraud3ds, ConversionRateParams, ConversionRatePeriodicityRecord, Cost, CostPayload, Countries, CreateAndExecuteChartPayload, CreateAndExecuteChartResult, CreateChartGPTChartPayload, CreateChartGPTChartResponse,
|
|
4938
|
+
export { ALL_FEATURE_FLAGS, Accounts, Api, ApiErrorCodes, ApiProvider, ApiSingleton, Audit, BatchRefunds, Checkout, Cms, Connection, Country, DataReport, Developer, FraudScreening, MFA, Notifications, OperationTransaction, Organization, OrganizationSettings, Payment, PaymentLinks, Payouts, Reconciliation, ReconciliationAdvancements, ReconciliationAgenda, ReconciliationAgendaInsight, ReconciliationAlerts, ReconciliationFees, ReconciliationReportType, ReconciliationSales, ReportType, Reports, RoutingMonitors, S3Client, SamlConfig, SendPaymentNotification, SmartRouting, Team, TemplateType, User, VelocityRules, Webhook, getQueryKeyGetNameAndIcon, getQueryKeyRequiredFields, queryCache, queryClient, use3DSExemptions, useAICreateWorkflow, useAllFeatureFlags, useAllowListDetail, useBlackListDetail, useCachedFeatureFlag, useCancelReport, useChangePasswordV2, useChangePaymentsWebhook, useChangeStatusBlackList, useChangeStatusItemBlackList, useChargebacksUpload, useChartExecute, useConfirmedOtpMfa, useCountRowsForReport, useCreateAndExecuteChart, useCreateChart, useCreateMonitorTemplate, useCreateMonitorThreshold, useCreateOperationTransaction, useCreatePaymentLinks, useCreateReconciliationAlert, useCreateReconciliationReportTemplate, useCreateReconciliationsReportV2, useCreateReportTemplate, useCreateReportV2, useCreateRoles, useCreateSamlConfig, useCreateScheduledReport, useCreateUserAuth0, useCreateWorkflow, useDeleteAccountsUserMassive, useDeleteAllowlistItem, useDeleteBlackListType, useDeleteBlockListItem, useDeleteChart, useDeleteCustomizedApiKeys, useDeletePaymentLink, useDeleteReconciliationAlert, useDeleteRoles, useDeleteSamlConfig, useDeleteScheduledReport, useDeleteUserTeamV2, useDeleteVersion, useDeleteWebhookV2, useDuplicateVersion, useEditPaymentLinks, useEditRoles, useEmailVerification, useExcludeUsers, useFeatureFlags, useFirebaseUserSubscribe, useGetAccounts, useGetAccountsByUser, useGetAccountsV2, useGetAllConfigRules, useGetAllOrganizations, useGetAllReconciliationsAdvancements, useGetAllReconciliationsAgenda, useGetAllReconciliationsAlerts, useGetAllReconciliationsFees, useGetAllReconciliationsSales, useGetAllTableColumns, useGetAllowedIps, useGetAuditEvents, useGetAuditLogsFilters, useGetAuditMonitorEventDetail, useGetBatchRefundProcessedFileDownload, useGetBatchRefundUserFileDownload, useGetBatchRefunds, useGetBlackList, useGetBlockListSummary, useGetCardBrands, useGetChartsByUser, useGetChartsByUserWithResults, useGetCheckoutTemplate, useGetCheckouts, useGetConditionalConfigRules, useGetConfigAllowlist, useGetConnections, useGetConnectionsByPaymentMethod, useGetCountriesConfigPaymentLink, useGetCredentials, useGetCredentialsMFA, useGetCustomizedApiKeys, useGetCustomizedApiKeysAccounts, useGetCustomizedApiKeysMembers, useGetCustomizedApiKeysProducts, useGetCustomizedApiKeysToken, useGetDashboardStaticContents, useGetDialogs, useGetDownloadReport, useGetEmailOtp, useGetHashPylon, useGetImpersonationEnabled, useGetImpersonationUsers, useGetInsightsReport, useGetInsightsReportAgain, useGetIntegrationByAccountV2, useGetIntegrationParams, useGetLocales, useGetLoginMethods, useGetMFAConfig, useGetMFAExcludedUsers, useGetMFAStatus, useGetMenu, useGetMergedNotifications, useGetNameAndIcon, useGetNotificationsCustomer, useGetNotificationsNumberMutation, useGetOrganization, useGetPaymentFilters, useGetPaymentLinkByCode, useGetPaymentLinks, useGetPaymentMethodsAndProviders, useGetPaymentMetricsFilters, useGetPaymentStatusesStyles, useGetPaymentTransactionsDetails, useGetPaymentV2, useGetPaymentsMethodsByCountry, useGetPayoutDetail, useGetPayoutHistoryDetail, useGetPayoutTransactionDetail, useGetPermissions, useGetPermissionsCatalog, useGetProfile, useGetProofOfCancel, useGetProofOfPayment, useGetProviderParams, useGetReconciliationActive, useGetReconciliationAgendaInsightsByKey, useGetReconciliationFilters, useGetReconciliationMetrics, useGetReconciliationTransactionStatusesStyles, useGetReconciliationTransactions, useGetReconciliationsReportColumns, useGetReconciliationsReportTemplates, useGetRefundPdf, useGetReportColumns, useGetReportTemplates, useGetReportsList, useGetReportsListMultiEnv, useGetRequiredFields, useGetRoles, useGetRolesPermissions, useGetRoutingMonitorsTemplate, useGetRoutingMonitorsTemplates, useGetRule, useGetSamlConfig, useGetScheduledReportsList, useGetSettlements, useGetSmartRoutingConditionPaymentMethod, useGetSmartRoutingConditionTypes, useGetSmartRoutingConditionTypesValues, useGetSmartRoutingDataReport, useGetSmartRoutingDeclineGroups, useGetSmartRoutingMethods, useGetSmartRoutingNextRoute, useGetSmartRoutingPaymentRoute, useGetSmartRoutingSearchConditionValues, useGetSmartRoutingSimulateConditionTypeValues, useGetSmartRoutingWorkflow, useGetSmartRoutingWorkflowVersion, useGetStylingSettings, useGetStylingTheme, useGetTeamsFiltersMembers, useGetTimeZoneCatalog, useGetTimezonePaymentLink, useGetTokenValidation, useGetTransactionDetailsV2, useGetTransactionHistoryByPaymentCode, useGetTransactionRawResponse, useGetTransactionStatusesStyles, useGetValidateOpsgenieKey, useGetWebhookParamsV2, useGetWebhooksV2Detail, useGetWebhooksV3, useInsights3dsConversionRateAndEvolution, useInsights3dsDeclineReasons, useInsights3dsFrictionlessVsChallenge, useInsights3dsVolumeAndCountTx, useInsightsChargebacksByCardBrand, useInsightsChargebacksByProviderAndCardBrand, useInsightsChargebacksDisputed, useInsightsChargebacksReasonsDistribution, useInsightsChargebacksStatusDistribution, useInsightsChargebacksVolumeAndCountTx, useInsightsChargebacksWinRate, useInsightsConversionRateMetricsV2, useInsightsCustomerPaymentsAndFraudMetrics, useInsightsFallbackMetrics, useInsightsFraudScreeningConversionRate, useInsightsFraudScreeningVolumeAndCountTx, useInsightsHomeMetrics, useInsightsOverviewMetrics, useInsightsOverviewMetricsV3, useInsightsTotalPaymentsAndFraudMetrics, useInsightsVolumeMetrics, useInsightsVolumeMetricsV2, useInviteUsersMultiaccountMassive, useIsTesting, useLoginMethods, useNewPostConnectionValidate, usePatchAccountV2, usePatchAddAllowlistItems, usePatchAllowedIps, usePatchAllowlist, usePatchAndExecuteChart, usePatchApiKeysEditNote, usePatchChangeStatusAllowlist, usePatchChangeStatusAllowlistItem, usePatchChartName, usePatchConnection, usePathCreateCustomizedApiKeys, usePathNotifications, usePayoutsFilters, usePayoutsList, usePostAccount, usePostAllowlistMultiAccount, usePostApiKeysRoll, usePostAuditMonitors, usePostBatchRefundByFile, usePostBlackListBatch, usePostBlackListItems, usePostBlackListMultiAccount, usePostBlockList, usePostCall, usePostChangeStatusConnection, usePostConnectionMultiAccount, usePostCreateAllowlistMultiAccount, usePostCreateCustomizedApiKeys, usePostCreateInsightsReport, usePostCreateRuleMultiAccount, usePostCredentialsValidatePassword, usePostDefaultRoutes, usePostEditRule, usePostFraudTransactions, usePostGetAllowlistItems, usePostGetAllowlistMultiAccount, usePostMembersPaginatedV2, usePostPaymentsEvaluated, usePostPaymentsLazy, usePostSlackMessageChannel, usePostTransactions, usePostUserSettings, usePostUserSettingsPinned, usePostUserSettingsTables, usePostUserThemeSettings, usePostValideStatusConnection, usePostVelocityRules, usePostWebhookMultiAccount, useProviderConversionRatesData, usePublishVersion, usePutAccountPrincipal, usePutAccountsUserMassive, usePutBlackListType, usePutCosts, useSaveVersion, useSendPaymentNotification, useSetCustodian, useSmartRoutingCreateDeclinedGroup, useSmartRoutingEditWorkflowName, useSmartRoutingMultiAccountDeclinedGroupCreate, useSmartRoutingRemoveDeclinedGroup, useSmartRoutingSimulateTransaction, useSmartRoutingToggleFavorite, useSmartRoutingUpdateDeclinedGroup, useSmartRoutingUpdateMonitorRedistribution, useToggleMethod, useUnInviteUsersV2, useUnrollUserV2, useUpdateCheckoutTemplate, useUpdateIsActiveCheckout, useUpdateMFAConfig, useUpdateOrganizationStatus, useUpdateProfile, useUpdateReconciliationAlert, useUpdateReconciliationReportTemplate, useUpdateReportTemplate, useUpdateSamlConfig, useUpdateScheduledReport, useUpdateStylingTheme, useUpdateWebhookV2, useUploadBatchRefundsFileV2, useUploadBatchRefundsV2, useUploadFileS3ClientBatchRefunds, useValiateAllowlistItems, useValidateBlockListItems, useValidateCredentials, useValidateOrgName, useValidatePasswordStatus, useViewMoreMetrics };
|
|
4939
|
+
export type { AccountRoles, AllowlistMultiAccount, BFFErrorResponse, Blacklist, ChangePaymentsWebhook, ChargebacksCount, ChargebacksVolume, ChartGPTChart, ChartGPTChartWithResults, ChartGPTExecuteResponse, ChartGPTResult, Condition, ConversionRateBody, ConversionRateOverview, ConversionRateOverviewFraud3ds, ConversionRateParams, ConversionRatePeriodicityRecord, Cost, CostPayload, Countries, CreateAndExecuteChartPayload, CreateAndExecuteChartResult, CreateChartGPTChartPayload, CreateChartGPTChartResponse, ErrorChartGPTResponse, ErrorProp, ErrorRoutingAIResponse, ErrorRoutingAIResponseData, FeatureFlagsResult, FirebaseUserSubscribe, Fraud3dsCount, Fraud3dsVolume, FraudScreeningCount, FraudScreeningVolume, GetApiLogsParams, GetPaymentMethodsByProviderParams, GetPaymentParams, GetPaymentTransactionsParams, GetPaymentsEvaluatedParams, GetPaymentsParams, GetPayoutDetail, GetPayoutTransactionDetail, GetReconciliationMetricParams, GetTransactionDetailsParams, GetTransactionDetailsV2Params, GetTransactionsParams, IChangePassword, ICreateReportsRequest, IKeyRoll, IListScheduledReportsResponse, InsightMetricParams, Insights3dsConversionRate, Insights3dsDeclineReasons, Insights3dsFrictionlessVsChallenge, Insights3dsResumeResponse, InsightsChargebacksByCardBrand, InsightsChargebacksByProviderAndCardBrand, InsightsChargebacksByReason, InsightsChargebacksDisputed, InsightsChargebacksResumeResponse, InsightsChargebacksStatusDistribution, InsightsChargebacksWinRate, InsightsFraudBody, InsightsFraudConversionRateResponse, InsightsFraudParams, InsightsFraudScreeningResumeResponse, MfaUserPayload, MfaUserSubscribe, PatchAndExecuteChartResult, PatchChartGPTChartPayload, PatchChartGPTPayload, PathNotification, PaymentMethodStyled, PaymentsSettings, PeriodicityRecord, PinnedSections, PostBlackList, ProviderStyled, ReconAgendaProps, RefundPdfResponse, ThemeSettings, TimeZoneCatalog, TotalTimeline, TransactionHistory, UseGetAllReconciliationsAdvancementsProps, UseGetAllReconciliationsAlertsProps, UseGetAllReconciliationsFeesProps, UseGetAllReconciliationsSalesProps, UserInviteMultiaccountPayload };
|