@yuno-payments/dashboard-api-mfe 0.36.4 → 0.36.5
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 +3 -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 +2 -1
- package/build/cjs/types/types/reconciliation/reconciliation-fees.d.ts +5 -7
- package/build/cjs/types/types/user/user.d.ts +15 -0
- package/build/esm/index.js +7 -7
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +3 -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 +2 -1
- package/build/esm/types/types/reconciliation/reconciliation-fees.d.ts +5 -7
- package/build/esm/types/types/user/user.d.ts +15 -0
- package/build/index.d.ts +33 -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,21 @@ 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
|
+
}
|
|
1258
1273
|
}
|
|
1259
1274
|
|
|
1260
1275
|
declare namespace Country {
|
|
@@ -2986,7 +3001,6 @@ declare namespace ReconciliationFees {
|
|
|
2986
3001
|
interface Fees {
|
|
2987
3002
|
transaction_id: string;
|
|
2988
3003
|
provider_transaction_id: string;
|
|
2989
|
-
third_party_transaction_id: string;
|
|
2990
3004
|
card_iin: string;
|
|
2991
3005
|
card_lfd: string;
|
|
2992
3006
|
authorization_code: string;
|
|
@@ -2998,14 +3012,13 @@ declare namespace ReconciliationFees {
|
|
|
2998
3012
|
country: string;
|
|
2999
3013
|
type: string;
|
|
3000
3014
|
gross_field: string;
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
calculated_taxe: number;
|
|
3015
|
+
percentage_cost: number;
|
|
3016
|
+
fix_cost: number;
|
|
3017
|
+
calculated_fix_costed_fee: number;
|
|
3018
|
+
calculated_percentage_cost: number;
|
|
3006
3019
|
acquirer_net_amount: number;
|
|
3007
3020
|
calculated_net_amount: number;
|
|
3008
|
-
|
|
3021
|
+
fee_taxes_diff: number;
|
|
3009
3022
|
fee_status: string;
|
|
3010
3023
|
fee_sub_status: string;
|
|
3011
3024
|
currency: string;
|
|
@@ -3491,89 +3504,25 @@ type DeleteMutation = UseMutationResult<AxiosResponse<Organization.AccountOrgani
|
|
|
3491
3504
|
};
|
|
3492
3505
|
}, unknown>;
|
|
3493
3506
|
|
|
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
3507
|
declare function usePostWebhookMultiAccount({ onSuccessCallback, }: {
|
|
3543
3508
|
onSuccessCallback?: (data: any) => void;
|
|
3544
|
-
}): UseMutationResult<AxiosResponse<unknown, any>, unknown, {
|
|
3509
|
+
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<unknown, any>, unknown, {
|
|
3545
3510
|
payload: Webhook.WebHookV2MultiAccount;
|
|
3546
3511
|
}, {
|
|
3547
3512
|
payload: Webhook.WebHookV2MultiAccount;
|
|
3548
3513
|
}>;
|
|
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
3514
|
declare function useDeleteWebhookV2({ onSuccessCallback, }: {
|
|
3557
3515
|
onSuccessCallback?: (data: any) => void;
|
|
3558
|
-
}): UseMutationResult<AxiosResponse<null, any>, unknown, {
|
|
3516
|
+
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<null, any>, unknown, {
|
|
3559
3517
|
code: string;
|
|
3560
3518
|
accountCode: string;
|
|
3561
3519
|
}, {
|
|
3562
3520
|
code: string;
|
|
3563
3521
|
accountCode: string;
|
|
3564
3522
|
}>;
|
|
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
3523
|
declare function useUpdateWebhookV2({ onSuccessCallback, }: {
|
|
3575
3524
|
onSuccessCallback?: (data: any) => void;
|
|
3576
|
-
}): UseMutationResult<AxiosResponse<Webhook.WebHookV2, any>, unknown, {
|
|
3525
|
+
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Webhook.WebHookV2, any>, unknown, {
|
|
3577
3526
|
code: string;
|
|
3578
3527
|
payload: any;
|
|
3579
3528
|
accountCode: string;
|
|
@@ -3582,34 +3531,19 @@ declare function useUpdateWebhookV2({ onSuccessCallback, }: {
|
|
|
3582
3531
|
payload: any;
|
|
3583
3532
|
accountCode: string;
|
|
3584
3533
|
}>;
|
|
3585
|
-
declare function usePostAccount(): UseMutationResult<AxiosResponse<Organization.Account, any>, unknown, {
|
|
3534
|
+
declare function usePostAccount(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3586
3535
|
name: string;
|
|
3587
3536
|
principal: boolean;
|
|
3588
3537
|
}, unknown>;
|
|
3589
|
-
declare function
|
|
3590
|
-
declare function useRetryDuplicateAccount(): UseMutationResult<AxiosResponse<RetryDuplicateAccountResponse>, AxiosError>;
|
|
3591
|
-
declare function usePatchAccount(): UseMutationResult<AxiosResponse<Organization.Account, any>, unknown, {
|
|
3538
|
+
declare function usePatchAccountV2(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3592
3539
|
name: string;
|
|
3593
3540
|
code: string;
|
|
3594
3541
|
principal: boolean;
|
|
3595
3542
|
}, unknown>;
|
|
3596
|
-
declare function
|
|
3597
|
-
name: string;
|
|
3598
|
-
code: string;
|
|
3599
|
-
principal: boolean;
|
|
3600
|
-
}, unknown>;
|
|
3601
|
-
declare function usePutAccountPrincipal(): UseMutationResult<AxiosResponse<Organization.Account, any>, unknown, {
|
|
3543
|
+
declare function usePutAccountPrincipal(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3602
3544
|
account_code: string;
|
|
3603
3545
|
}, 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, {
|
|
3546
|
+
declare function usePutAccountsUserMassive(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3613
3547
|
organizationCode: string;
|
|
3614
3548
|
userCode: string;
|
|
3615
3549
|
payload: {
|
|
@@ -3627,10 +3561,6 @@ interface CustomAxiosResponse<T = null> extends AxiosError<T> {
|
|
|
3627
3561
|
message: string;
|
|
3628
3562
|
}
|
|
3629
3563
|
|
|
3630
|
-
type PostConnection = {
|
|
3631
|
-
payload: Connection.ConnectionPayload;
|
|
3632
|
-
accountCode: string;
|
|
3633
|
-
};
|
|
3634
3564
|
type PatchConnection = {
|
|
3635
3565
|
payload: Connection.ConnectionPayload;
|
|
3636
3566
|
connectionCode: string;
|
|
@@ -3642,28 +3572,17 @@ type ChangeValidateStatusConnections = {
|
|
|
3642
3572
|
};
|
|
3643
3573
|
accountCode: string;
|
|
3644
3574
|
};
|
|
3645
|
-
type PostArchiveConnections = {
|
|
3646
|
-
payload: {
|
|
3647
|
-
archive: boolean;
|
|
3648
|
-
should_validate: boolean;
|
|
3649
|
-
};
|
|
3650
|
-
connectionCode: string;
|
|
3651
|
-
};
|
|
3652
3575
|
declare function usePostValideStatusConnection(): _tanstack_react_query.UseMutationResult<any, unknown, ChangeValidateStatusConnections, unknown>;
|
|
3653
3576
|
declare function usePostChangeStatusConnection(): _tanstack_react_query.UseMutationResult<any, unknown, ChangeValidateStatusConnections, unknown>;
|
|
3654
3577
|
declare function usePutCosts(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3655
3578
|
integration_code: string;
|
|
3656
3579
|
costs: Cost[];
|
|
3657
3580
|
}, unknown>;
|
|
3658
|
-
declare function usePostConnection(): _tanstack_react_query.UseMutationResult<any, unknown, PostConnection, unknown>;
|
|
3659
3581
|
declare function usePostConnectionMultiAccount(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3660
3582
|
payload: Connection.ConnectionPayload;
|
|
3661
3583
|
}, unknown>;
|
|
3662
|
-
declare function useNewPostConnection(): _tanstack_react_query.UseMutationResult<any, unknown, PostConnection, unknown>;
|
|
3663
3584
|
declare function useNewPostConnectionValidate(): _tanstack_react_query.UseMutationResult<string[], CustomAxiosResponse<null>, void, unknown>;
|
|
3664
3585
|
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
3586
|
declare function usePostDefaultRoutes(): _tanstack_react_query.UseMutationResult<any, CustomAxiosResponse<null>, Connection.PostDefaultRoutes, unknown>;
|
|
3668
3587
|
declare function useValidateCredentials(): _tanstack_react_query.UseMutationResult<any, CustomAxiosResponse<null>, {
|
|
3669
3588
|
payload: {
|
|
@@ -3678,18 +3597,12 @@ declare function useValidateCredentials(): _tanstack_react_query.UseMutationResu
|
|
|
3678
3597
|
declare function useUpdateOrganizationStatus(): _tanstack_react_query.UseMutationResult<void, unknown, void, unknown>;
|
|
3679
3598
|
declare function useValidateOrgName(): _tanstack_react_query.UseMutationResult<void, unknown, string, unknown>;
|
|
3680
3599
|
|
|
3681
|
-
declare function useChangePassword(params: any): UseMutationResult<User.UserResponsePayload, unknown>;
|
|
3682
3600
|
declare function useChangePasswordV2(): UseMutationResult<User.ChangePasswordResponse, User.FailureReason>;
|
|
3683
3601
|
|
|
3684
3602
|
declare function useUpdateProfile({ onSuccessCallback, }: {
|
|
3685
3603
|
onSuccessCallback?: () => void;
|
|
3686
3604
|
}): _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
3605
|
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
3606
|
declare function useUnInviteUsersV2(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, {
|
|
3694
3607
|
userCode: string;
|
|
3695
3608
|
organizationCode: string;
|
|
@@ -3701,10 +3614,6 @@ declare function useLoginMethods(): _tanstack_react_query.UseMutationResult<axio
|
|
|
3701
3614
|
enabled: boolean;
|
|
3702
3615
|
}, unknown>;
|
|
3703
3616
|
|
|
3704
|
-
declare function useUpdateCheckoutPaymentMethods(): _tanstack_react_query.UseMutationResult<Checkout.PaymentMethodsPayload[], unknown, {
|
|
3705
|
-
paymentMethod: Checkout.PaymentMethodsPayload[];
|
|
3706
|
-
checkoutCode: string;
|
|
3707
|
-
}, unknown>;
|
|
3708
3617
|
declare function useUpdateIsActiveCheckout(options?: UseMutationOptions<AxiosResponse, unknown, Checkout.UpdateIsActiveCheckoutParams>): _tanstack_react_query.UseMutationResult<AxiosResponse<any, any>, unknown, Checkout.UpdateIsActiveCheckoutParams, unknown>;
|
|
3709
3618
|
/**
|
|
3710
3619
|
* @deprecated since version 0.28.6. use useUpdateStylingTheme instead
|
|
@@ -3806,7 +3715,6 @@ declare function useChargebacksUpload(): _tanstack_react_query.UseMutationResult
|
|
|
3806
3715
|
handleSetProgress: (progress: number) => void;
|
|
3807
3716
|
}, unknown>;
|
|
3808
3717
|
|
|
3809
|
-
declare function useCreateReport(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3810
3718
|
declare function useCreateReconciliationsReportV2(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3811
3719
|
declare function useCreateReportV2(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3812
3720
|
declare function useCountRowsForReport(): UseMutationResult<Reports.CountRowsReportsResponse, unknown>;
|
|
@@ -3820,9 +3728,6 @@ declare function usePublishVersion<T = SmartRouting.WorkflowVersion>({ versionCo
|
|
|
3820
3728
|
accountCode: any;
|
|
3821
3729
|
organizationCode: any;
|
|
3822
3730
|
}, options?: any): UseMutationResult<SmartRouting.WorkflowVersion, unknown>;
|
|
3823
|
-
declare function useValidateConnection(): UseMutationResult<unknown, unknown, {
|
|
3824
|
-
connectionCode: string;
|
|
3825
|
-
}, unknown>;
|
|
3826
3731
|
declare function useSaveVersion({ data, accountCode }: {
|
|
3827
3732
|
data: any;
|
|
3828
3733
|
accountCode: any;
|
|
@@ -3848,10 +3753,6 @@ declare function useSmartRoutingCreateDeclinedGroup({ accountCode, options, }: {
|
|
|
3848
3753
|
accountCode: any;
|
|
3849
3754
|
options: any;
|
|
3850
3755
|
}): UseMutationResult<SmartRouting.PaymentMethods, unknown>;
|
|
3851
|
-
declare function useSmartRoutingUpdateTutorial({ accountCode, options, }: {
|
|
3852
|
-
accountCode: any;
|
|
3853
|
-
options: any;
|
|
3854
|
-
}): UseMutationResult<SmartRouting.PaymentMethods, unknown>;
|
|
3855
3756
|
declare function useSmartRoutingToggleFavorite({ versionCode, accountCode }: {
|
|
3856
3757
|
versionCode: string;
|
|
3857
3758
|
accountCode: string;
|
|
@@ -3888,8 +3789,6 @@ declare function useSmartRoutingMultiAccountDeclinedGroupCreate(organizationCode
|
|
|
3888
3789
|
declare const useCreateMonitorThreshold: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
|
|
3889
3790
|
declare const useCreateMonitorTemplate: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
|
|
3890
3791
|
|
|
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
3792
|
declare function usePostSlackMessageChannel(): _tanstack_react_query.UseMutationResult<unknown, unknown, {
|
|
3894
3793
|
payload: {
|
|
3895
3794
|
channel: string;
|
|
@@ -3897,8 +3796,6 @@ declare function usePostSlackMessageChannel(): _tanstack_react_query.UseMutation
|
|
|
3897
3796
|
};
|
|
3898
3797
|
}, unknown>;
|
|
3899
3798
|
|
|
3900
|
-
declare function useSetRoles(): UseMutationResult<Team.SetRoleResponse, unknown>;
|
|
3901
|
-
declare function useDeleteUserTeam(): UseMutationResult<void, unknown>;
|
|
3902
3799
|
declare function useDeleteUserTeamV2(): UseMutationResult<void, unknown>;
|
|
3903
3800
|
declare function useSetCustodian(): UseMutationResult<Team.SetRoleResponse, unknown>;
|
|
3904
3801
|
declare function useCreateRoles(): UseMutationResult<Team.NewRoleResponse, AxiosError>;
|
|
@@ -3909,9 +3806,6 @@ declare function useCreatePaymentLinks(): _tanstack_react_query.UseMutationResul
|
|
|
3909
3806
|
payload: any;
|
|
3910
3807
|
accountCode: string;
|
|
3911
3808
|
}, unknown>;
|
|
3912
|
-
declare function useCreateProductsByAccount(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3913
|
-
payload: any;
|
|
3914
|
-
}, unknown>;
|
|
3915
3809
|
declare function useDeletePaymentLink(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3916
3810
|
code: string;
|
|
3917
3811
|
}, unknown>;
|
|
@@ -3920,7 +3814,6 @@ declare function useEditPaymentLinks(): _tanstack_react_query.UseMutationResult<
|
|
|
3920
3814
|
accountCode: string;
|
|
3921
3815
|
paymentLinkCode: string;
|
|
3922
3816
|
}, unknown>;
|
|
3923
|
-
declare function usePostValidatePassword(password: any): _tanstack_react_query.UseMutationResult<unknown, unknown, void, unknown>;
|
|
3924
3817
|
|
|
3925
3818
|
declare function usePostUserSettings(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<unknown, any>, unknown, {
|
|
3926
3819
|
payload: any;
|
|
@@ -3944,15 +3837,9 @@ interface PropsGetEnrollment {
|
|
|
3944
3837
|
barcode_uri: string;
|
|
3945
3838
|
}
|
|
3946
3839
|
declare function useGetTokenValidation(): UseMutationResult<PropsGetEnrollment>;
|
|
3947
|
-
declare function useGetTokenForEnrollment(password: string): UseMutationResult<PropsGetEnrollment, unknown, void, unknown>;
|
|
3948
3840
|
declare function useGetEmailOtp(): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3949
|
-
declare function usePostValidateOtp(otp: string): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3950
3841
|
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
3842
|
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
3843
|
declare function useValidatePasswordStatus(): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3957
3844
|
|
|
3958
3845
|
type Blacklist = {
|
|
@@ -3992,13 +3879,11 @@ declare function usePatchChangeStatusAllowlistItem(): _tanstack_react_query.UseM
|
|
|
3992
3879
|
declare function usePatchAddAllowlistItems(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListItems, unknown>;
|
|
3993
3880
|
declare function usePatchAllowlist(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3994
3881
|
declare function usePostBlackListMultiAccount(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3995
|
-
declare function usePostBlackListType(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3996
3882
|
declare function usePutBlackListType(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3997
3883
|
declare function useChangeStatusBlackList(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3998
3884
|
declare function useChangeStatusItemBlackList(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3999
3885
|
declare function usePostBlackListItems(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListItems, unknown>;
|
|
4000
3886
|
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
3887
|
declare function usePostBlackListBatch({ handleSetProgress }: {
|
|
4003
3888
|
handleSetProgress: any;
|
|
4004
3889
|
}): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListBatch, unknown>;
|
|
@@ -4020,9 +3905,6 @@ declare function useUploadBatchRefundsFileV2({ fileName, onSuccess, onError, }:
|
|
|
4020
3905
|
cancelRequest: () => void;
|
|
4021
3906
|
progress: number;
|
|
4022
3907
|
};
|
|
4023
|
-
declare function useUploadBatchRefundsFile({ handleSetProgress, }: {
|
|
4024
|
-
handleSetProgress: (progress: number) => void;
|
|
4025
|
-
}): UseMutationResult<any, unknown, BatchRefunds.UploadRequest, unknown>;
|
|
4026
3908
|
declare function useUploadBatchRefundsV2(): UseMutationResult<BatchRefunds.ListBatchRefunds[], AxiosError<{
|
|
4027
3909
|
data: {
|
|
4028
3910
|
code: string;
|
|
@@ -4065,14 +3947,12 @@ declare function useDeleteScheduledReport(): UseMutationResult<void, unknown>;
|
|
|
4065
3947
|
declare function useGetConditionalConfigRules(): UseMutationResult<unknown>;
|
|
4066
3948
|
declare function useGetRule(): UseMutationResult<unknown>;
|
|
4067
3949
|
declare function usePostCreateRuleMultiAccount(): UseMutationResult<unknown>;
|
|
4068
|
-
declare function usePostCreateRule(): UseMutationResult<unknown>;
|
|
4069
3950
|
declare function usePostEditRule(): UseMutationResult<unknown>;
|
|
4070
3951
|
|
|
4071
3952
|
declare function usePostCreateCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4072
3953
|
declare function usePathCreateCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4073
3954
|
declare function useGetCustomizedApiKeysToken(): UseMutationResult<unknown>;
|
|
4074
3955
|
declare function usePostCredentialsValidatePassword(): UseMutationResult<unknown>;
|
|
4075
|
-
declare function useGetCustomizedApiKeysShowToken(): UseMutationResult<unknown>;
|
|
4076
3956
|
declare function useDeleteCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4077
3957
|
declare function usePatchApiKeysEditNote(): UseMutationResult<unknown>;
|
|
4078
3958
|
declare function usePostApiKeysRoll(): UseMutationResult<unknown>;
|
|
@@ -4135,27 +4015,17 @@ declare function useAICreateWorkflow(organizationCode: string, options?: Omit<Us
|
|
|
4135
4015
|
|
|
4136
4016
|
declare function usePostPaymentsLazy(params: GetPaymentsParams): UseQueryResult<Payment.PaymentList | AxiosError>;
|
|
4137
4017
|
declare function usePostPaymentsEvaluated(params: GetPaymentsEvaluatedParams): UseQueryResult<Payment.PaymentList, unknown>;
|
|
4138
|
-
declare function useGetPayment({ enabled, ...params }: GetPaymentParams): UseQueryResult<Payment.Payment, unknown>;
|
|
4139
4018
|
declare function useGetPaymentV2({ paymentCode, enabled, }: {
|
|
4140
4019
|
paymentCode: string;
|
|
4141
4020
|
enabled?: boolean;
|
|
4142
4021
|
}): 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
4022
|
declare function useGetTransactionDetailsV2({ payment_code, enabled, }: GetTransactionDetailsV2Params): UseQueryResult<Payment.TransactionDetailsResult, unknown>;
|
|
4147
4023
|
declare function useGetTransactionRawResponse({ transaction_code, enabled, }: GetTransactionDetailsV2Params): UseQueryResult<Payment.TransactionDetailsResult, unknown>;
|
|
4148
4024
|
declare function useGetPaymentsMethodsByCountry(params: Organization.PaymentMethods): UseQueryResult<Organization.PaymentMethods[], CustomAxiosResponse<null>>;
|
|
4149
|
-
declare function useGetPaymentMethodsByProvider({ provider, }: GetPaymentMethodsByProviderParams): UseQueryResult<Payment.TransactionDetails, unknown>;
|
|
4150
4025
|
declare function useGetPaymentMethodsAndProviders(): UseQueryResult<Payment.PaymentMethodsAndProviders, unknown>;
|
|
4151
|
-
declare function useGetPaymentMethodsAndProvidersActive(): UseQueryResult<Payment.PaymentMethodsAndProvidersActive, unknown>;
|
|
4152
|
-
declare function useGetPaymentAndTrxStatuses(): UseQueryResult<Payment.PaymentAndTransactionStatuses, unknown>;
|
|
4153
4026
|
declare function useGetCardBrands(): UseQueryResult<Payment.CardBrand[], unknown>;
|
|
4154
4027
|
declare function useGetPaymentFilters(enabled?: boolean): UseQueryResult<Payment.Filters, CustomAxiosResponse>;
|
|
4155
4028
|
declare function useGetPaymentMetricsFilters(): UseQueryResult<Payment.PaymentMethodsAndProviders, unknown>;
|
|
4156
|
-
declare function useGetTransactionHistory({ transaction_code, }: {
|
|
4157
|
-
transaction_code: string;
|
|
4158
|
-
}): UseQueryResult<TransactionHistory, unknown>;
|
|
4159
4029
|
declare function useGetPaymentTransactionsDetails({ transaction_code, enabled, }: {
|
|
4160
4030
|
transaction_code: string;
|
|
4161
4031
|
enabled?: boolean;
|
|
@@ -4166,13 +4036,13 @@ declare function useGetTransactionHistoryByPaymentCode({ payment_code, enabled,
|
|
|
4166
4036
|
payment_code: string;
|
|
4167
4037
|
enabled?: boolean;
|
|
4168
4038
|
}): UseQueryResult<Payment.TransactionHistoryByPayment, unknown>;
|
|
4169
|
-
declare function useGetTransactions(params: GetTransactionsParams): UseQueryResult;
|
|
4170
4039
|
declare function usePostTransactions(params: GetTransactionsParams): UseQueryResult<Payment.TransactionDetailsResult | AxiosError>;
|
|
4171
4040
|
declare function usePostFraudTransactions(params: GetTransactionsParams): UseQueryResult<Payment.TransactionDetailsResult | AxiosError>;
|
|
4172
4041
|
declare function useGetPayoutDetail(params: GetPayoutDetail): UseQueryResult<Payouts.Details | AxiosError>;
|
|
4173
4042
|
declare function useGetPayoutTransactionDetail(params: GetPayoutTransactionDetail): UseQueryResult;
|
|
4174
4043
|
declare function useGetPayoutHistoryDetail(params: GetPayoutDetail): UseQueryResult;
|
|
4175
4044
|
declare function useGetProofOfCancel(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4045
|
+
declare function useGetProofOfPayment(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4176
4046
|
declare function useSendPaymentNotification(params: SendPaymentNotification.Params, body: SendPaymentNotification.Body, options: SendPaymentNotification.Options): UseQueryResult<SendPaymentNotification.Response, AxiosError>;
|
|
4177
4047
|
|
|
4178
4048
|
declare function usePayoutsList(params: GetPaymentsParams | null): UseQueryResult<Payouts.List | AxiosError>;
|
|
@@ -4223,9 +4093,6 @@ declare function useGetCredentials({ password, accountCode, }: {
|
|
|
4223
4093
|
password: string;
|
|
4224
4094
|
accountCode: string;
|
|
4225
4095
|
}): UseQueryResult<Developer.DeveloperCredentials, unknown>;
|
|
4226
|
-
declare function useGetCredentialsValidatePassword({ password, }: {
|
|
4227
|
-
password: string;
|
|
4228
|
-
}): UseQueryResult<Developer.DeveloperCredentials, unknown>;
|
|
4229
4096
|
declare function useGetCustomizedApiKeysMembers(): UseQueryResult<User.ICustomizedApiKeysMembers, unknown>;
|
|
4230
4097
|
declare function useGetAllowedIps(): UseQueryResult<AllowedList.Response, unknown>;
|
|
4231
4098
|
declare function useGetCustomizedApiKeysAccounts(): UseQueryResult<User.ICustomizedApiKeysAccounts, unknown>;
|
|
@@ -4245,10 +4112,6 @@ declare function useGetIntegrationParams({ integration_code, enabled, accountCod
|
|
|
4245
4112
|
}): UseQueryResult<Organization.IntegrationParams, {
|
|
4246
4113
|
code: string;
|
|
4247
4114
|
}>;
|
|
4248
|
-
declare function useGetIntegrationByAccount({ accountCode, organizationCode, }: {
|
|
4249
|
-
accountCode: string;
|
|
4250
|
-
organizationCode: string;
|
|
4251
|
-
}): UseQueryResult<Organization.Integration[], unknown>;
|
|
4252
4115
|
declare function useGetIntegrationByAccountV2({ accountCode, organizationCode, }: {
|
|
4253
4116
|
accountCode: string;
|
|
4254
4117
|
organizationCode: string;
|
|
@@ -4265,36 +4128,7 @@ declare function useGetConnections(): _tanstack_react_query.UseQueryResult<Conne
|
|
|
4265
4128
|
|
|
4266
4129
|
declare function useGetDialogs(): UseQueryResult<any, unknown>;
|
|
4267
4130
|
|
|
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
4131
|
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
4132
|
declare function useGetWebhooksV3({ accountCode, name, }: {
|
|
4299
4133
|
accountCode: string;
|
|
4300
4134
|
name?: string;
|
|
@@ -4309,7 +4143,6 @@ declare function useGetAccountsByUser(userCode: string): UseQueryResult<{
|
|
|
4309
4143
|
accountsV2ByUser: Organization.Account[];
|
|
4310
4144
|
error?: AxiosError;
|
|
4311
4145
|
}, unknown>;
|
|
4312
|
-
declare function useGetPendingDuplicateAccounts(refetchInterval?: number): UseQueryResult<AxiosResponse<PendingDuplicateAccountsResponse>, AxiosError>;
|
|
4313
4146
|
|
|
4314
4147
|
declare function useGetMenu(): UseQueryResult<Cms.Menu, unknown>;
|
|
4315
4148
|
declare function useGetPaymentStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
|
|
@@ -4339,7 +4172,6 @@ declare function useGetSmartRoutingWorkflowVersion({ accountCode, workflowVersio
|
|
|
4339
4172
|
}): UseQueryResult<SmartRouting.WorkflowVersion & ErrorProp, unknown>;
|
|
4340
4173
|
declare function useGetSmartRoutingNextRoute(accountCode: string, stepType: string, status: string): UseQueryResult<string[] & ErrorProp, unknown>;
|
|
4341
4174
|
declare function useGetSmartRoutingDeclineGroups(accountCode: string): UseQueryResult<SmartRouting.DeclineGroups & ErrorProp, unknown>;
|
|
4342
|
-
declare function useGetSmartRoutingTutorial(accountCode: string): UseQueryResult<string[] & ErrorProp, unknown>;
|
|
4343
4175
|
declare function useGetSmartRoutingPaymentRoute(accountCode: string, paymentId: string): UseQueryResult<SmartRouting.PaymentRoutes & ErrorProp, unknown>;
|
|
4344
4176
|
declare function useGetSmartRoutingSimulateConditionTypeValues(accountCode: string): UseQueryResult<SmartRouting.AllConditionTypeValues & ErrorProp, unknown>;
|
|
4345
4177
|
declare function useGetSmartRoutingSearchConditionValues({ text, conditionType, }: {
|
|
@@ -4376,8 +4208,8 @@ declare function useGetStylingSettings({ accountCode, }: {
|
|
|
4376
4208
|
declare function useGetProfile(): UseQueryResult<User.UserResponsePayload, unknown>;
|
|
4377
4209
|
declare function useGetPermissions(organizationCode: any, accountCode: any): UseQueryResult<Accounts.PermissionsResponse[], unknown>;
|
|
4378
4210
|
declare function useEmailVerification(email: string): UseQueryResult<User.UserResponseEmailVerification | string, unknown>;
|
|
4379
|
-
declare function useLoginSSO(email: string): UseQueryResult<unknown>;
|
|
4380
4211
|
declare function useGetLoginMethods(): UseQueryResult<unknown, unknown>;
|
|
4212
|
+
declare function useGetImpersonationUsers(): UseQueryResult<User.ImpersonationUser[], AxiosError>;
|
|
4381
4213
|
|
|
4382
4214
|
declare function useGetNotificationsCustomer(customer: string): UseQueryResult<Notifications.NotificationsBodyResponse, unknown>;
|
|
4383
4215
|
declare function useGetValidateOpsgenieKey(key: string): UseQueryResult<{
|
|
@@ -4386,8 +4218,6 @@ declare function useGetValidateOpsgenieKey(key: string): UseQueryResult<{
|
|
|
4386
4218
|
error?: boolean;
|
|
4387
4219
|
}, unknown>;
|
|
4388
4220
|
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
4221
|
declare function useGetNotificationsNumberMutation(): UseMutationResult<any, unknown, string, unknown>;
|
|
4392
4222
|
declare function usePathNotifications(): UseMutationResult<Notifications.INotificationsResponse, PathNotification, PathNotification, unknown>;
|
|
4393
4223
|
|
|
@@ -4402,25 +4232,7 @@ declare function useGetReportTemplates(enabled: boolean): UseQueryResult<Reports
|
|
|
4402
4232
|
declare function useGetReportColumns(enabled: boolean, templateType: TemplateType, reportType: ReportType): UseQueryResult<Reports.IColumn[], unknown>;
|
|
4403
4233
|
declare function useGetRefundPdf(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4404
4234
|
|
|
4405
|
-
declare function useGetMembers(organizationCode: string): UseQueryResult<Team.TeamList[], unknown>;
|
|
4406
|
-
declare function useGetMembersV3({ organizationCode, }: {
|
|
4407
|
-
organizationCode: any;
|
|
4408
|
-
}): UseQueryResult<Team.TeamList[], unknown>;
|
|
4409
4235
|
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
4236
|
declare function usePostMembersPaginatedV2({ organizationCode, accountCodes, email, page, pageSize, }: {
|
|
4425
4237
|
organizationCode: any;
|
|
4426
4238
|
accountCodes: any;
|
|
@@ -4435,9 +4247,6 @@ declare function useGetPermissionsCatalog(): UseQueryResult<Team.CatalogPermissi
|
|
|
4435
4247
|
declare function useGetSmartRoutingDataReport(params: {
|
|
4436
4248
|
[a: string]: number;
|
|
4437
4249
|
}): 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
4250
|
declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMetricParams, path: string): UseQueryResult<any, unknown>;
|
|
4442
4251
|
declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
|
|
4443
4252
|
declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
|
|
@@ -4465,13 +4274,8 @@ declare function useInsightsChargebacksReasonsDistribution(body: InsightsFraudBo
|
|
|
4465
4274
|
declare function useInsightsChargebacksStatusDistribution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksStatusDistribution>>;
|
|
4466
4275
|
declare function useInsightsChargebacksByCardBrand(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByCardBrand>>;
|
|
4467
4276
|
|
|
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
4277
|
declare function useGetReconciliationTransactions(params: Reconciliation.UseGetReconciliationTransactionsParams, enabled: boolean): UseQueryResult<Reconciliation.TransactionList, Reconciliation.Error>;
|
|
4472
4278
|
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
4279
|
declare function useGetReconciliationMetrics(params: GetReconciliationMetricParams, enabled: boolean): UseQueryResult<Reconciliation.Metrics, unknown>;
|
|
4476
4280
|
declare function useGetReconciliationFilters(): UseQueryResult<Reconciliation.Filters>;
|
|
4477
4281
|
declare function useGetAllTableColumns(tableType: Reconciliation.TableType): UseQueryResult<Array<Reconciliation.TableColumn>, Reconciliation.Error>;
|
|
@@ -4542,12 +4346,6 @@ declare function useGetAuditMonitorEventDetail(id: number | null): UseQueryResul
|
|
|
4542
4346
|
|
|
4543
4347
|
declare function useGetPaymentLinks(params: any, accountCode: any): UseQueryResult<any, unknown>;
|
|
4544
4348
|
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
4349
|
declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
|
|
4552
4350
|
declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
|
|
4553
4351
|
|
|
@@ -4564,7 +4362,6 @@ declare function useFirebaseUserSubscribe({ onSuccessCallback, }: {
|
|
|
4564
4362
|
declare function useGetConfigAllowlist(accountCode: string, enabled: boolean): UseQueryResult<FraudScreening.BlackList[], unknown>;
|
|
4565
4363
|
declare function useGetBlackList(accountCode: string): UseQueryResult<FraudScreening.BlackList[], unknown>;
|
|
4566
4364
|
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
4365
|
declare function useGetBlockListSummary(block_list_code: string, account: string, enabled: boolean): UseQueryResult<FraudScreening.BlockListSummary, unknown>;
|
|
4569
4366
|
declare function useBlackListDetail(black_list_code: string, offset: number, limit: any, account: string, search: string, enabled: boolean): UseQueryResult<any, unknown>;
|
|
4570
4367
|
declare function useAllowListDetail(code: string, account: string, enabled: boolean): UseQueryResult<any, unknown>;
|
|
@@ -4666,8 +4463,6 @@ declare class Api extends HttpClient {
|
|
|
4666
4463
|
createReconciliationReportTemplate<T>(payload: Reports.ICreateTemplate): Promise<AxiosResponse<T>>;
|
|
4667
4464
|
getReconciliationTransactions<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4668
4465
|
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
4466
|
getReconciliationMetrics<T>(params: GetReconciliationMetricParams): Promise<AxiosResponse<T, unknown>>;
|
|
4672
4467
|
getReconciliationFilters<T>(): Promise<AxiosResponse<T, unknown>>;
|
|
4673
4468
|
getReconciliationsReportColumns<T>(templateType: TemplateType, reportType: ReconciliationReportType): Promise<AxiosResponse<T, any>>;
|
|
@@ -4683,16 +4478,11 @@ declare class Api extends HttpClient {
|
|
|
4683
4478
|
getReconciliationSales<T>(body: ReconciliationSales.FiltersRequestBody, params: ReconciliationSales.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4684
4479
|
getReconciliationAdvancements<T>(body: ReconciliationAdvancements.FiltersRequestBody, params: ReconciliationAdvancements.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4685
4480
|
getReconciliationFees<T>(body: ReconciliationFees.FiltersRequestBody, params: ReconciliationFees.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4686
|
-
getPayments<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4687
4481
|
postPaymentsLazy<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4688
4482
|
postPayouts<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4689
4483
|
getPayoutsFilters<T>(organizationCode: any): Promise<AxiosResponse<T>>;
|
|
4690
4484
|
postPaymentsEvaluated<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4691
|
-
getPayment<T>(params: GetPaymentParams): Promise<AxiosResponse<T, any>>;
|
|
4692
4485
|
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
4486
|
postTransactions<T>(params: GetTransactionsParams): Promise<AxiosResponse<T, any>>;
|
|
4697
4487
|
postFraudTransactions<T>(params: GetTransactionsParams): Promise<AxiosResponse<T, any>>;
|
|
4698
4488
|
getPayoutDetails<T>(params: GetPayoutDetail): Promise<AxiosResponse<T, any>>;
|
|
@@ -4701,17 +4491,10 @@ declare class Api extends HttpClient {
|
|
|
4701
4491
|
getPaymentMethodsByCountry<T>({ provider_id, country }: Organization.PaymentMethods, organizationCodeFromAccount: any): Promise<AxiosResponse<T, any>>;
|
|
4702
4492
|
getOrgByName<T>(name: any): Promise<AxiosResponse<T, any>>;
|
|
4703
4493
|
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
4494
|
getPaymentMethodsAndProviders<T>(): Promise<AxiosResponse<T, any>>;
|
|
4707
|
-
useGetPaymentAndTrxStatuses<T>(): Promise<AxiosResponse<T, any>>;
|
|
4708
|
-
getTransactionDetails<T>(params: GetTransactionDetailsParams): Promise<AxiosResponse<T, any>>;
|
|
4709
4495
|
getTransactionDetailsV2<T>(params: GetTransactionDetailsV2Params): Promise<AxiosResponse<T, any>>;
|
|
4710
4496
|
getTransactionRawResponse<T>(params: GetTransactionDetailsV2Params): Promise<AxiosResponse<T, any>>;
|
|
4711
4497
|
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
4498
|
getPaymentTransactionsDetails<T>({ transaction_code, }: {
|
|
4716
4499
|
transaction_code: any;
|
|
4717
4500
|
}): Promise<AxiosResponse<T, any>>;
|
|
@@ -4725,10 +4508,6 @@ declare class Api extends HttpClient {
|
|
|
4725
4508
|
getOrganization<T>(): Promise<AxiosResponse<T, any>>;
|
|
4726
4509
|
getAllOrganization<T>(): Promise<AxiosResponse<T, any>>;
|
|
4727
4510
|
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
4511
|
getIntegrationByAccountV2<T>({ accountCode, organizationCode, }: {
|
|
4733
4512
|
accountCode: string;
|
|
4734
4513
|
organizationCode: string;
|
|
@@ -4753,27 +4532,14 @@ declare class Api extends HttpClient {
|
|
|
4753
4532
|
payload: any;
|
|
4754
4533
|
accountCode: any;
|
|
4755
4534
|
}): Promise<AxiosResponse<T, any>>;
|
|
4756
|
-
postConnection<T>({ payload, accountCode, }: {
|
|
4757
|
-
payload: any;
|
|
4758
|
-
accountCode: any;
|
|
4759
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4760
4535
|
postMultiConnection<T>({ payload }: {
|
|
4761
4536
|
payload: any;
|
|
4762
4537
|
}): Promise<AxiosResponse<T, any>>;
|
|
4763
4538
|
postMultiConnectionValidate<T>(): Promise<AxiosResponse<T, any>>;
|
|
4764
|
-
newPostConnection<T>({ payload, accountCode, }: {
|
|
4765
|
-
payload: any;
|
|
4766
|
-
accountCode: any;
|
|
4767
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4768
4539
|
patchConnection<T>({ payload, connectionCode, }: {
|
|
4769
4540
|
payload: any;
|
|
4770
4541
|
connectionCode: any;
|
|
4771
4542
|
}): 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
4543
|
postDefaultRoutes<T>({ payload, }: {
|
|
4778
4544
|
payload: {
|
|
4779
4545
|
provider_id: string;
|
|
@@ -4781,20 +4547,7 @@ declare class Api extends HttpClient {
|
|
|
4781
4547
|
};
|
|
4782
4548
|
}): Promise<AxiosResponse<T, any>>;
|
|
4783
4549
|
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
4550
|
getWebhookParamsV2<T>(): Promise<AxiosResponse<T, Webhook.ParamV2[]>>;
|
|
4795
|
-
getWebhooksV2<T>({ accountCode, }: {
|
|
4796
|
-
accountCode: any;
|
|
4797
|
-
}): Promise<AxiosResponse<T, Webhook.WebHookV2[]>>;
|
|
4798
4551
|
getWebhooksV3<T>({ accountCode, name, }: {
|
|
4799
4552
|
accountCode: string;
|
|
4800
4553
|
name?: string;
|
|
@@ -4802,10 +4555,6 @@ declare class Api extends HttpClient {
|
|
|
4802
4555
|
getWebhooksV2Detail<T>({ accountCode, }: {
|
|
4803
4556
|
accountCode: any;
|
|
4804
4557
|
}): Promise<AxiosResponse<T, Webhook.WebHookV2[]>>;
|
|
4805
|
-
postWebhookV2<T>({ payload, accountCode, }: {
|
|
4806
|
-
payload: Webhook.WebHookV2;
|
|
4807
|
-
accountCode: string;
|
|
4808
|
-
}): Promise<AxiosResponse<T>>;
|
|
4809
4558
|
postWebhookV2MultiAccount<T>({ payload, }: {
|
|
4810
4559
|
payload: Webhook.WebHookV2MultiAccount;
|
|
4811
4560
|
}): Promise<AxiosResponse<T>>;
|
|
@@ -4835,14 +4584,11 @@ declare class Api extends HttpClient {
|
|
|
4835
4584
|
}): Promise<AxiosResponse<T, any>>;
|
|
4836
4585
|
postSmartRoutingCreateWorkflow<T>(accountCode: string, data: any): Promise<AxiosResponse<T, any>>;
|
|
4837
4586
|
postSmartRoutingPublishVersion<T>(accountCode: string, versionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4838
|
-
postSmartRoutingValidateConnection<T>(accountIntegrationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4839
4587
|
deleteSmartRoutingVersion<T>(accountCode: string, versionCode: string): Promise<AxiosResponse<T, any>>;
|
|
4840
4588
|
postSmartRoutingDuplicateVersion<T>(accountCode: string, versionCode: string): Promise<AxiosResponse<T, any>>;
|
|
4841
4589
|
getSmartRoutingDeclinedGroup<T>(accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
4842
4590
|
updateSmartRoutingDeclinedGroup<T>(accountCode: string, declineId: string, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4843
4591
|
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
4592
|
getSmartRoutingPaymentRoute<T>(accountCode: string, paymentId: string): Promise<AxiosResponse<T, SmartRouting.PaymentRoutes>>;
|
|
4847
4593
|
updateSmartRoutingFavorite<T>(accountCode: string, versionCode: string, favorite: boolean): Promise<AxiosResponse<T, any>>;
|
|
4848
4594
|
getSmartRoutingSimulateConditionTypeValues<T>(accountCode: string): Promise<AxiosResponse<T, SmartRouting.ConditionTypeValues[]>>;
|
|
@@ -4860,8 +4606,6 @@ declare class Api extends HttpClient {
|
|
|
4860
4606
|
getSmartRoutingDataReport<T>(params: {
|
|
4861
4607
|
[key: string]: number;
|
|
4862
4608
|
}): 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
4609
|
getInsightsMetricsConversionRateV2<T>(params: DataReport.InsightMetricParams, path: string): Promise<AxiosResponse<T, any>>;
|
|
4866
4610
|
getInsightsMetricsConversionRateViewMore<T>(params: DataReport.InsightMetricParams, type: string): Promise<AxiosResponse<T, any>>;
|
|
4867
4611
|
getInsightFallbackMetrics<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
@@ -4903,7 +4647,6 @@ declare class Api extends HttpClient {
|
|
|
4903
4647
|
accountCode: any;
|
|
4904
4648
|
template: any;
|
|
4905
4649
|
}): Promise<AxiosResponse<T>>;
|
|
4906
|
-
updateIsActivePaymentMethod<T>(checkoutCode: any, paymentMethods: any): Promise<AxiosResponse<T>>;
|
|
4907
4650
|
updateIsActiveCheckout(args: Checkout.UpdateIsActiveCheckoutParams): Promise<AxiosResponse>;
|
|
4908
4651
|
getStylingTheme({ accountCode }: {
|
|
4909
4652
|
accountCode: string;
|
|
@@ -4912,10 +4655,7 @@ declare class Api extends HttpClient {
|
|
|
4912
4655
|
getStylingSettings({ accountCode }: {
|
|
4913
4656
|
accountCode: any;
|
|
4914
4657
|
}): Promise<AxiosResponse<Styling.Settings, any>>;
|
|
4915
|
-
changePassword<T>(params: any): Promise<AxiosResponse<T>>;
|
|
4916
4658
|
emailVerification<T>(email: any): Promise<AxiosResponse<T, any>>;
|
|
4917
|
-
/** @deprecated */
|
|
4918
|
-
createReport<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4919
4659
|
createReconciliationsReportV2<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4920
4660
|
createReportV2<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4921
4661
|
getTotalRowsForExport<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
@@ -4929,18 +4669,15 @@ declare class Api extends HttpClient {
|
|
|
4929
4669
|
getReportColumns<T>(templateType: TemplateType, reportType: ReportType): Promise<any>;
|
|
4930
4670
|
getRefundPdf<T>(transactionCode: any, organizationCode: any): Promise<AxiosResponse<T, any>>;
|
|
4931
4671
|
getProofOfCancel<T>(transactionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4672
|
+
getProofOfPayment<T>(transactionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4932
4673
|
getScheduledReport<T>(reportType: any): Promise<AxiosResponse<T>>;
|
|
4933
4674
|
postScheduledReport<T>(payload: IListScheduledReportsResponse): Promise<AxiosResponse<T>>;
|
|
4934
4675
|
updateScheduledReport<T>(reportCode: string, payload: IListScheduledReportsResponse): Promise<AxiosResponse<T>>;
|
|
4935
4676
|
deleteScheduledReport<T>(reportCode: string): Promise<AxiosResponse<T>>;
|
|
4936
4677
|
getProfile<T>(): Promise<AxiosResponse<T, any>>;
|
|
4678
|
+
getImpersonationUsers<T>(): Promise<AxiosResponse<T, any>>;
|
|
4937
4679
|
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
4680
|
inviteUsersMassive<T>(data: UserInviteMultiaccountPayload, organizationCode: string): Promise<AxiosResponse<T>>;
|
|
4941
|
-
unInviteUsers<T>({ userCode }: {
|
|
4942
|
-
userCode: any;
|
|
4943
|
-
}): Promise<AxiosResponse<T>>;
|
|
4944
4681
|
unInviteUsersV2<T>({ userCode, organizationCode, }: {
|
|
4945
4682
|
userCode: any;
|
|
4946
4683
|
organizationCode: any;
|
|
@@ -4948,18 +4685,9 @@ declare class Api extends HttpClient {
|
|
|
4948
4685
|
getAccounts<T>(organizationCode: any): Promise<AxiosResponse<T, any>>;
|
|
4949
4686
|
getAccountsV2<T>(): Promise<AxiosResponse<T, any>>;
|
|
4950
4687
|
getAccountsByUser<T>(userCode: string): Promise<AxiosResponse<T, any>>;
|
|
4951
|
-
putAccountsUser<T>(organizationCode: any, userCode: any, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4952
4688
|
putAccountsUserMassive<T>(organizationCode: any, userCode: any, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4953
4689
|
deleteAccountsUserMassive<T, K>(organizationCode: string, userCode: string, payload: any): Promise<AxiosResponse<T, K>>;
|
|
4954
4690
|
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
4691
|
patchAccountV2<T>({ name, code, principal, }: {
|
|
4964
4692
|
name: string;
|
|
4965
4693
|
code: string;
|
|
@@ -4968,39 +4696,18 @@ declare class Api extends HttpClient {
|
|
|
4968
4696
|
putAccountPrincipal<T>({ account_code }: {
|
|
4969
4697
|
account_code: any;
|
|
4970
4698
|
}): Promise<AxiosResponse<T>>;
|
|
4971
|
-
createNotificacion<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4972
4699
|
getMergedNotifications<T>(): Promise<AxiosResponse<T>>;
|
|
4973
4700
|
getNotificationsCustomer<T>(customer: any): Promise<AxiosResponse<T>>;
|
|
4974
4701
|
getValidateOpsgenieKey<T>(key: any): Promise<AxiosResponse<T>>;
|
|
4975
|
-
getNotificationsAccount<T>(account: any): Promise<AxiosResponse<T>>;
|
|
4976
|
-
getNotification<T>(): Promise<AxiosResponse<T>>;
|
|
4977
4702
|
postSlackMessageChannel<T>(payload: {
|
|
4978
4703
|
channel: string;
|
|
4979
4704
|
text: string;
|
|
4980
4705
|
}): Promise<AxiosResponse<T>>;
|
|
4981
4706
|
pathNotification<T>(payload: PathNotification): Promise<AxiosResponse<T>>;
|
|
4982
4707
|
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
4708
|
teamsFiltersMembers<T>({ organizationCode, }: {
|
|
4988
4709
|
organizationCode: any;
|
|
4989
4710
|
}): 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
4711
|
postMembersPaginatedV2<T>({ organizationCode, accountCodes, email, page, pageSize, }: {
|
|
5005
4712
|
organizationCode: any;
|
|
5006
4713
|
accountCodes: any;
|
|
@@ -5009,11 +4716,7 @@ declare class Api extends HttpClient {
|
|
|
5009
4716
|
pageSize: any;
|
|
5010
4717
|
}): Promise<AxiosResponse<T, any>>;
|
|
5011
4718
|
getRoles<T>(): Promise<AxiosResponse<T, any>>;
|
|
5012
|
-
setRoles<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
5013
4719
|
setCustodian<T>(): Promise<AxiosResponse<T>>;
|
|
5014
|
-
deleteUserTeam<T>({ userCode }: {
|
|
5015
|
-
userCode: any;
|
|
5016
|
-
}): Promise<AxiosResponse<T>>;
|
|
5017
4720
|
deleteUserTeamV2<T>({ userCode, organizationCode, }: {
|
|
5018
4721
|
userCode: any;
|
|
5019
4722
|
organizationCode: any;
|
|
@@ -5050,18 +4753,9 @@ declare class Api extends HttpClient {
|
|
|
5050
4753
|
accountCode: any;
|
|
5051
4754
|
paymentLinkCode: any;
|
|
5052
4755
|
}): Promise<AxiosResponse<T, any>>;
|
|
5053
|
-
postCreateProducts<T>({ payload }: {
|
|
5054
|
-
payload: any;
|
|
5055
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5056
4756
|
postDeletePaymentLink<T>({ code }: {
|
|
5057
4757
|
code: any;
|
|
5058
4758
|
}): 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
4759
|
getTimezone<T>(organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
5066
4760
|
firebaseUserSubscribe<T>(payload: FirebaseUserSubscribe): Promise<AxiosResponse<T>>;
|
|
5067
4761
|
postUserSettings<T>(payload: TimeZoneCatalog | PaymentsSettings): Promise<AxiosResponse<T>>;
|
|
@@ -5069,19 +4763,13 @@ declare class Api extends HttpClient {
|
|
|
5069
4763
|
postUserSettingsPinned<T>(payload: PinnedSections): Promise<AxiosResponse<T>>;
|
|
5070
4764
|
postUserThemeSettings<T>(payload: ThemeSettings): Promise<AxiosResponse<T>>;
|
|
5071
4765
|
getMfaTokenValidation<T>(password: string, otp: string): Promise<AxiosResponse<T, any>>;
|
|
5072
|
-
getMfaToken<T>(password: string): Promise<AxiosResponse<T, any>>;
|
|
5073
4766
|
getEmailOtp<T>(): Promise<AxiosResponse<T, any>>;
|
|
5074
|
-
validateOtp<T>(otp: string): Promise<AxiosResponse<T, any>>;
|
|
5075
4767
|
confirmMfaOtp<T>(payload: MfaUserSubscribe): Promise<AxiosResponse<T>>;
|
|
5076
|
-
confirmOtp<T>(payload: MfaUserPayload): Promise<AxiosResponse<T>>;
|
|
5077
4768
|
unrollMfa<T>(password: any): Promise<AxiosResponse<T, any>>;
|
|
5078
4769
|
sendOTPForMFA(): Promise<AxiosResponse<void>>;
|
|
5079
|
-
getMFAStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
5080
|
-
postValidatePassword<T>(password: string): Promise<AxiosResponse<T, any>>;
|
|
5081
4770
|
getConfigAllowlist<T>(accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5082
4771
|
getBlackListType<T>(accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5083
4772
|
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
4773
|
getBlackListSummary<T>(black_list_code: string, account?: string | null): Promise<AxiosResponse<T, any>>;
|
|
5086
4774
|
getBlacklistDetail<T>(black_list_code: string, offset: number, limit?: number, account?: string | null, search?: string | null): Promise<AxiosResponse<T, any>>;
|
|
5087
4775
|
getAllowlistDetail<T>(code: string, account?: string | null): Promise<AxiosResponse<T, any>>;
|
|
@@ -5115,9 +4803,6 @@ declare class Api extends HttpClient {
|
|
|
5115
4803
|
postBlackListMultiAccount<T>({ payload, }: {
|
|
5116
4804
|
payload: any;
|
|
5117
4805
|
}): Promise<AxiosResponse<T, any>>;
|
|
5118
|
-
postBlackListType<T>({ payload }: {
|
|
5119
|
-
payload: any;
|
|
5120
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5121
4806
|
putBlackListType<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5122
4807
|
changeBlackListStatus<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5123
4808
|
changeBlackListStatusItem<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5141,14 +4826,6 @@ declare class Api extends HttpClient {
|
|
|
5141
4826
|
valiateBlockListItems<T>({ payload, }: {
|
|
5142
4827
|
payload: any;
|
|
5143
4828
|
}): 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
4829
|
getVelocityRules<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
5153
4830
|
postChangePaymentsWebhook<T>({ status, paymentCode, }: ChangePaymentsWebhook): Promise<AxiosResponse<T, any>>;
|
|
5154
4831
|
uploadFileS3ClientBatchRefunds<T>({ payload, handleSetProgress, }: S3Payload): {
|
|
@@ -5165,10 +4842,6 @@ declare class Api extends HttpClient {
|
|
|
5165
4842
|
uploadBatchRefundsV2<T>({ payload }: {
|
|
5166
4843
|
payload: any;
|
|
5167
4844
|
}): Promise<AxiosResponse<T, any>>;
|
|
5168
|
-
uploadBatchRefunds<T>({ payload, handleSetProgress, }: {
|
|
5169
|
-
payload: any;
|
|
5170
|
-
handleSetProgress: any;
|
|
5171
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5172
4845
|
getBatchRefunds<T>(limit: any, offset: any): Promise<AxiosResponse<T, any>>;
|
|
5173
4846
|
getBatchRefundProcessedFileDownload<T>(batchRefundId: string, organizationCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
5174
4847
|
getBatchRefundUserFileDownload<T>(batchRefundId: string, organizationCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
@@ -5185,7 +4858,6 @@ declare class Api extends HttpClient {
|
|
|
5185
4858
|
getConditionalConfigRules<T>(conditional: any): Promise<AxiosResponse<T, any>>;
|
|
5186
4859
|
getRule<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5187
4860
|
postCreateRuleMultiAccount<T>(payload: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5188
|
-
postCreateRule<T>(payload: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5189
4861
|
postEditRule<T>(payload: any, ruleId: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5190
4862
|
postApiKeysRoll<T>(payload: any, keyCode: any, password: any): Promise<AxiosResponse<T, any>>;
|
|
5191
4863
|
patchApiKeysEditNote<T>(payload: any, keyCode: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5197,8 +4869,6 @@ declare class Api extends HttpClient {
|
|
|
5197
4869
|
getCustomizedApiKeysProducts<T>(): Promise<AxiosResponse<T, any>>;
|
|
5198
4870
|
getCustomizedApiKeysToken<T>(code: any, password: any): Promise<AxiosResponse<T, any>>;
|
|
5199
4871
|
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
4872
|
deleteCustomizedApiKeys<T>(code: any): Promise<AxiosResponse<T, any>>;
|
|
5203
4873
|
postCreateInsightsReport<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5204
4874
|
getInsightsReport<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5260,5 +4930,5 @@ declare enum ApiErrorCodes {
|
|
|
5260
4930
|
ERR_BAD_REQUEST = "ERR_BAD_REQUEST"
|
|
5261
4931
|
}
|
|
5262
4932
|
|
|
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,
|
|
4933
|
+
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, 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 };
|
|
4934
|
+
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 };
|