@yuno-payments/dashboard-api-mfe 0.36.4-REC-3350.0 → 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 +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +3 -127
- package/build/cjs/types/mutations/accounts/accounts.mutation.d.ts +0 -51
- 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 +0 -7
- 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/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 -127
- package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +0 -51
- 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 +0 -7
- 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/user/user.d.ts +15 -0
- package/build/index.d.ts +20 -294
- package/package.json +1 -1
- package/build/cjs/types/queries/data-report/conversion-rate/conversion-rate.query.d.ts +0 -5
- 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 {
|
|
@@ -3489,28 +3504,6 @@ type DeleteMutation = UseMutationResult<AxiosResponse<Organization.AccountOrgani
|
|
|
3489
3504
|
};
|
|
3490
3505
|
}, unknown>;
|
|
3491
3506
|
|
|
3492
|
-
declare function usePostWebhook({ onSuccessCallback, }: {
|
|
3493
|
-
onSuccessCallback?: (data?: any) => void;
|
|
3494
|
-
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<{
|
|
3495
|
-
code: string;
|
|
3496
|
-
}, any>, unknown, {
|
|
3497
|
-
payload: Webhook.WebhookRequestPayload;
|
|
3498
|
-
accountCode: string;
|
|
3499
|
-
}, {
|
|
3500
|
-
payload: Webhook.WebhookRequestPayload;
|
|
3501
|
-
accountCode: string;
|
|
3502
|
-
}>;
|
|
3503
|
-
declare function usePostWebhookV2({ onSuccessCallback, }: {
|
|
3504
|
-
onSuccessCallback?: (data: any) => void;
|
|
3505
|
-
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<{
|
|
3506
|
-
code: string;
|
|
3507
|
-
}, any>, unknown, {
|
|
3508
|
-
payload: Webhook.WebHookV2;
|
|
3509
|
-
accountCode: string;
|
|
3510
|
-
}, {
|
|
3511
|
-
payload: Webhook.WebHookV2;
|
|
3512
|
-
accountCode: string;
|
|
3513
|
-
}>;
|
|
3514
3507
|
declare function usePostWebhookMultiAccount({ onSuccessCallback, }: {
|
|
3515
3508
|
onSuccessCallback?: (data: any) => void;
|
|
3516
3509
|
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<unknown, any>, unknown, {
|
|
@@ -3518,13 +3511,6 @@ declare function usePostWebhookMultiAccount({ onSuccessCallback, }: {
|
|
|
3518
3511
|
}, {
|
|
3519
3512
|
payload: Webhook.WebHookV2MultiAccount;
|
|
3520
3513
|
}>;
|
|
3521
|
-
declare function useDeleteWebhook({ onSuccessCallback, }: {
|
|
3522
|
-
onSuccessCallback?: (data?: any) => void;
|
|
3523
|
-
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<any, any>, unknown, {
|
|
3524
|
-
code: string;
|
|
3525
|
-
}, {
|
|
3526
|
-
code: string;
|
|
3527
|
-
}>;
|
|
3528
3514
|
declare function useDeleteWebhookV2({ onSuccessCallback, }: {
|
|
3529
3515
|
onSuccessCallback?: (data: any) => void;
|
|
3530
3516
|
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<null, any>, unknown, {
|
|
@@ -3534,15 +3520,6 @@ declare function useDeleteWebhookV2({ onSuccessCallback, }: {
|
|
|
3534
3520
|
code: string;
|
|
3535
3521
|
accountCode: string;
|
|
3536
3522
|
}>;
|
|
3537
|
-
declare function useUpdateWebhook({ onSuccessCallback, }: {
|
|
3538
|
-
onSuccessCallback?: (data?: any) => void;
|
|
3539
|
-
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<any, any>, unknown, {
|
|
3540
|
-
code: string;
|
|
3541
|
-
payload: any;
|
|
3542
|
-
}, {
|
|
3543
|
-
code: string;
|
|
3544
|
-
payload: any;
|
|
3545
|
-
}>;
|
|
3546
3523
|
declare function useUpdateWebhookV2({ onSuccessCallback, }: {
|
|
3547
3524
|
onSuccessCallback?: (data: any) => void;
|
|
3548
3525
|
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Webhook.WebHookV2, any>, unknown, {
|
|
@@ -3558,11 +3535,6 @@ declare function usePostAccount(): _tanstack_react_query.UseMutationResult<axios
|
|
|
3558
3535
|
name: string;
|
|
3559
3536
|
principal: boolean;
|
|
3560
3537
|
}, unknown>;
|
|
3561
|
-
declare function usePatchAccount(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3562
|
-
name: string;
|
|
3563
|
-
code: string;
|
|
3564
|
-
principal: boolean;
|
|
3565
|
-
}, unknown>;
|
|
3566
3538
|
declare function usePatchAccountV2(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3567
3539
|
name: string;
|
|
3568
3540
|
code: string;
|
|
@@ -3571,14 +3543,6 @@ declare function usePatchAccountV2(): _tanstack_react_query.UseMutationResult<ax
|
|
|
3571
3543
|
declare function usePutAccountPrincipal(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3572
3544
|
account_code: string;
|
|
3573
3545
|
}, unknown>;
|
|
3574
|
-
declare function usePutAccountsUser(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3575
|
-
organizationCode: string;
|
|
3576
|
-
userCode: string;
|
|
3577
|
-
payload: {
|
|
3578
|
-
role_id: string;
|
|
3579
|
-
account_code: string;
|
|
3580
|
-
};
|
|
3581
|
-
}, unknown>;
|
|
3582
3546
|
declare function usePutAccountsUserMassive(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<Organization.Account, any>, unknown, {
|
|
3583
3547
|
organizationCode: string;
|
|
3584
3548
|
userCode: string;
|
|
@@ -3597,10 +3561,6 @@ interface CustomAxiosResponse<T = null> extends AxiosError<T> {
|
|
|
3597
3561
|
message: string;
|
|
3598
3562
|
}
|
|
3599
3563
|
|
|
3600
|
-
type PostConnection = {
|
|
3601
|
-
payload: Connection.ConnectionPayload;
|
|
3602
|
-
accountCode: string;
|
|
3603
|
-
};
|
|
3604
3564
|
type PatchConnection = {
|
|
3605
3565
|
payload: Connection.ConnectionPayload;
|
|
3606
3566
|
connectionCode: string;
|
|
@@ -3612,28 +3572,17 @@ type ChangeValidateStatusConnections = {
|
|
|
3612
3572
|
};
|
|
3613
3573
|
accountCode: string;
|
|
3614
3574
|
};
|
|
3615
|
-
type PostArchiveConnections = {
|
|
3616
|
-
payload: {
|
|
3617
|
-
archive: boolean;
|
|
3618
|
-
should_validate: boolean;
|
|
3619
|
-
};
|
|
3620
|
-
connectionCode: string;
|
|
3621
|
-
};
|
|
3622
3575
|
declare function usePostValideStatusConnection(): _tanstack_react_query.UseMutationResult<any, unknown, ChangeValidateStatusConnections, unknown>;
|
|
3623
3576
|
declare function usePostChangeStatusConnection(): _tanstack_react_query.UseMutationResult<any, unknown, ChangeValidateStatusConnections, unknown>;
|
|
3624
3577
|
declare function usePutCosts(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3625
3578
|
integration_code: string;
|
|
3626
3579
|
costs: Cost[];
|
|
3627
3580
|
}, unknown>;
|
|
3628
|
-
declare function usePostConnection(): _tanstack_react_query.UseMutationResult<any, unknown, PostConnection, unknown>;
|
|
3629
3581
|
declare function usePostConnectionMultiAccount(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3630
3582
|
payload: Connection.ConnectionPayload;
|
|
3631
3583
|
}, unknown>;
|
|
3632
|
-
declare function useNewPostConnection(): _tanstack_react_query.UseMutationResult<any, unknown, PostConnection, unknown>;
|
|
3633
3584
|
declare function useNewPostConnectionValidate(): _tanstack_react_query.UseMutationResult<string[], CustomAxiosResponse<null>, void, unknown>;
|
|
3634
3585
|
declare function usePatchConnection(): _tanstack_react_query.UseMutationResult<any, unknown, PatchConnection, unknown>;
|
|
3635
|
-
declare function useDeleteConnection(): _tanstack_react_query.UseMutationResult<unknown, unknown, string, unknown>;
|
|
3636
|
-
declare function useArchiveConnection(): _tanstack_react_query.UseMutationResult<PostArchiveConnections, unknown, PostArchiveConnections, unknown>;
|
|
3637
3586
|
declare function usePostDefaultRoutes(): _tanstack_react_query.UseMutationResult<any, CustomAxiosResponse<null>, Connection.PostDefaultRoutes, unknown>;
|
|
3638
3587
|
declare function useValidateCredentials(): _tanstack_react_query.UseMutationResult<any, CustomAxiosResponse<null>, {
|
|
3639
3588
|
payload: {
|
|
@@ -3648,18 +3597,12 @@ declare function useValidateCredentials(): _tanstack_react_query.UseMutationResu
|
|
|
3648
3597
|
declare function useUpdateOrganizationStatus(): _tanstack_react_query.UseMutationResult<void, unknown, void, unknown>;
|
|
3649
3598
|
declare function useValidateOrgName(): _tanstack_react_query.UseMutationResult<void, unknown, string, unknown>;
|
|
3650
3599
|
|
|
3651
|
-
declare function useChangePassword(params: any): UseMutationResult<User.UserResponsePayload, unknown>;
|
|
3652
3600
|
declare function useChangePasswordV2(): UseMutationResult<User.ChangePasswordResponse, User.FailureReason>;
|
|
3653
3601
|
|
|
3654
3602
|
declare function useUpdateProfile({ onSuccessCallback, }: {
|
|
3655
3603
|
onSuccessCallback?: () => void;
|
|
3656
3604
|
}): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, User.UserRequestPayload, User.UserRequestPayload>;
|
|
3657
|
-
declare function useInviteUsers(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, User.UserInvitePayload, unknown>;
|
|
3658
|
-
declare function useInviteUsersMultiaccount(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, UserInviteMultiaccountPayload, unknown>;
|
|
3659
3605
|
declare function useInviteUsersMultiaccountMassive(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponseInviteUser, any>, unknown, UserInviteMultiaccountPayload, unknown>;
|
|
3660
|
-
declare function useUnInviteUsers(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, {
|
|
3661
|
-
userCode: string;
|
|
3662
|
-
}, unknown>;
|
|
3663
3606
|
declare function useUnInviteUsersV2(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<User.UserResponsePayload, any>, unknown, {
|
|
3664
3607
|
userCode: string;
|
|
3665
3608
|
organizationCode: string;
|
|
@@ -3671,10 +3614,6 @@ declare function useLoginMethods(): _tanstack_react_query.UseMutationResult<axio
|
|
|
3671
3614
|
enabled: boolean;
|
|
3672
3615
|
}, unknown>;
|
|
3673
3616
|
|
|
3674
|
-
declare function useUpdateCheckoutPaymentMethods(): _tanstack_react_query.UseMutationResult<Checkout.PaymentMethodsPayload[], unknown, {
|
|
3675
|
-
paymentMethod: Checkout.PaymentMethodsPayload[];
|
|
3676
|
-
checkoutCode: string;
|
|
3677
|
-
}, unknown>;
|
|
3678
3617
|
declare function useUpdateIsActiveCheckout(options?: UseMutationOptions<AxiosResponse, unknown, Checkout.UpdateIsActiveCheckoutParams>): _tanstack_react_query.UseMutationResult<AxiosResponse<any, any>, unknown, Checkout.UpdateIsActiveCheckoutParams, unknown>;
|
|
3679
3618
|
/**
|
|
3680
3619
|
* @deprecated since version 0.28.6. use useUpdateStylingTheme instead
|
|
@@ -3776,7 +3715,6 @@ declare function useChargebacksUpload(): _tanstack_react_query.UseMutationResult
|
|
|
3776
3715
|
handleSetProgress: (progress: number) => void;
|
|
3777
3716
|
}, unknown>;
|
|
3778
3717
|
|
|
3779
|
-
declare function useCreateReport(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3780
3718
|
declare function useCreateReconciliationsReportV2(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3781
3719
|
declare function useCreateReportV2(): UseMutationResult<Reports.ICreateReportsResponse, unknown>;
|
|
3782
3720
|
declare function useCountRowsForReport(): UseMutationResult<Reports.CountRowsReportsResponse, unknown>;
|
|
@@ -3790,9 +3728,6 @@ declare function usePublishVersion<T = SmartRouting.WorkflowVersion>({ versionCo
|
|
|
3790
3728
|
accountCode: any;
|
|
3791
3729
|
organizationCode: any;
|
|
3792
3730
|
}, options?: any): UseMutationResult<SmartRouting.WorkflowVersion, unknown>;
|
|
3793
|
-
declare function useValidateConnection(): UseMutationResult<unknown, unknown, {
|
|
3794
|
-
connectionCode: string;
|
|
3795
|
-
}, unknown>;
|
|
3796
3731
|
declare function useSaveVersion({ data, accountCode }: {
|
|
3797
3732
|
data: any;
|
|
3798
3733
|
accountCode: any;
|
|
@@ -3818,10 +3753,6 @@ declare function useSmartRoutingCreateDeclinedGroup({ accountCode, options, }: {
|
|
|
3818
3753
|
accountCode: any;
|
|
3819
3754
|
options: any;
|
|
3820
3755
|
}): UseMutationResult<SmartRouting.PaymentMethods, unknown>;
|
|
3821
|
-
declare function useSmartRoutingUpdateTutorial({ accountCode, options, }: {
|
|
3822
|
-
accountCode: any;
|
|
3823
|
-
options: any;
|
|
3824
|
-
}): UseMutationResult<SmartRouting.PaymentMethods, unknown>;
|
|
3825
3756
|
declare function useSmartRoutingToggleFavorite({ versionCode, accountCode }: {
|
|
3826
3757
|
versionCode: string;
|
|
3827
3758
|
accountCode: string;
|
|
@@ -3858,8 +3789,6 @@ declare function useSmartRoutingMultiAccountDeclinedGroupCreate(organizationCode
|
|
|
3858
3789
|
declare const useCreateMonitorThreshold: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
|
|
3859
3790
|
declare const useCreateMonitorTemplate: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
|
|
3860
3791
|
|
|
3861
|
-
declare function useCreateNotification(payload: any): _tanstack_react_query.UseMutationResult<unknown, unknown, void, unknown>;
|
|
3862
|
-
declare function useChangeState(): _tanstack_react_query.UseMutationResult<unknown, unknown, void, unknown>;
|
|
3863
3792
|
declare function usePostSlackMessageChannel(): _tanstack_react_query.UseMutationResult<unknown, unknown, {
|
|
3864
3793
|
payload: {
|
|
3865
3794
|
channel: string;
|
|
@@ -3867,8 +3796,6 @@ declare function usePostSlackMessageChannel(): _tanstack_react_query.UseMutation
|
|
|
3867
3796
|
};
|
|
3868
3797
|
}, unknown>;
|
|
3869
3798
|
|
|
3870
|
-
declare function useSetRoles(): UseMutationResult<Team.SetRoleResponse, unknown>;
|
|
3871
|
-
declare function useDeleteUserTeam(): UseMutationResult<void, unknown>;
|
|
3872
3799
|
declare function useDeleteUserTeamV2(): UseMutationResult<void, unknown>;
|
|
3873
3800
|
declare function useSetCustodian(): UseMutationResult<Team.SetRoleResponse, unknown>;
|
|
3874
3801
|
declare function useCreateRoles(): UseMutationResult<Team.NewRoleResponse, AxiosError>;
|
|
@@ -3879,9 +3806,6 @@ declare function useCreatePaymentLinks(): _tanstack_react_query.UseMutationResul
|
|
|
3879
3806
|
payload: any;
|
|
3880
3807
|
accountCode: string;
|
|
3881
3808
|
}, unknown>;
|
|
3882
|
-
declare function useCreateProductsByAccount(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3883
|
-
payload: any;
|
|
3884
|
-
}, unknown>;
|
|
3885
3809
|
declare function useDeletePaymentLink(): _tanstack_react_query.UseMutationResult<any, unknown, {
|
|
3886
3810
|
code: string;
|
|
3887
3811
|
}, unknown>;
|
|
@@ -3890,7 +3814,6 @@ declare function useEditPaymentLinks(): _tanstack_react_query.UseMutationResult<
|
|
|
3890
3814
|
accountCode: string;
|
|
3891
3815
|
paymentLinkCode: string;
|
|
3892
3816
|
}, unknown>;
|
|
3893
|
-
declare function usePostValidatePassword(password: any): _tanstack_react_query.UseMutationResult<unknown, unknown, void, unknown>;
|
|
3894
3817
|
|
|
3895
3818
|
declare function usePostUserSettings(): _tanstack_react_query.UseMutationResult<axios.AxiosResponse<unknown, any>, unknown, {
|
|
3896
3819
|
payload: any;
|
|
@@ -3914,15 +3837,9 @@ interface PropsGetEnrollment {
|
|
|
3914
3837
|
barcode_uri: string;
|
|
3915
3838
|
}
|
|
3916
3839
|
declare function useGetTokenValidation(): UseMutationResult<PropsGetEnrollment>;
|
|
3917
|
-
declare function useGetTokenForEnrollment(password: string): UseMutationResult<PropsGetEnrollment, unknown, void, unknown>;
|
|
3918
3840
|
declare function useGetEmailOtp(): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3919
|
-
declare function usePostValidateOtp(otp: string): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3920
3841
|
declare function useConfirmedOtpMfa(): UseMutationResult<unknown, unknown, MfaUserPayload, unknown>;
|
|
3921
|
-
declare function useConfirmedOtpForEnrollment(payload: any): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3922
|
-
declare function useUnrollUser(password: any): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3923
3842
|
declare function useUnrollUserV2(): UseMutationResult<unknown, unknown, string, unknown>;
|
|
3924
|
-
declare function useSendOTPForMFA(): UseMutationResult<void, unknown, void, unknown>;
|
|
3925
|
-
declare function useGetIndividualMFAStatus(): UseMutationResult<MFA.MFAStatusResponse, unknown, void, unknown>;
|
|
3926
3843
|
declare function useValidatePasswordStatus(): UseMutationResult<unknown, unknown, void, unknown>;
|
|
3927
3844
|
|
|
3928
3845
|
type Blacklist = {
|
|
@@ -3962,13 +3879,11 @@ declare function usePatchChangeStatusAllowlistItem(): _tanstack_react_query.UseM
|
|
|
3962
3879
|
declare function usePatchAddAllowlistItems(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListItems, unknown>;
|
|
3963
3880
|
declare function usePatchAllowlist(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3964
3881
|
declare function usePostBlackListMultiAccount(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3965
|
-
declare function usePostBlackListType(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackList, unknown>;
|
|
3966
3882
|
declare function usePutBlackListType(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3967
3883
|
declare function useChangeStatusBlackList(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3968
3884
|
declare function useChangeStatusItemBlackList(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.EditBlackListPayload, unknown>;
|
|
3969
3885
|
declare function usePostBlackListItems(): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListItems, unknown>;
|
|
3970
3886
|
declare function useDeleteBlackListType(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.DeleteBlackList, unknown>;
|
|
3971
|
-
declare function useDeleteBlackListItem(): _tanstack_react_query.UseMutationResult<any, unknown, FraudScreening.DeleteBlackList, unknown>;
|
|
3972
3887
|
declare function usePostBlackListBatch({ handleSetProgress }: {
|
|
3973
3888
|
handleSetProgress: any;
|
|
3974
3889
|
}): _tanstack_react_query.UseMutationResult<any, unknown, PostBlackListBatch, unknown>;
|
|
@@ -3990,9 +3905,6 @@ declare function useUploadBatchRefundsFileV2({ fileName, onSuccess, onError, }:
|
|
|
3990
3905
|
cancelRequest: () => void;
|
|
3991
3906
|
progress: number;
|
|
3992
3907
|
};
|
|
3993
|
-
declare function useUploadBatchRefundsFile({ handleSetProgress, }: {
|
|
3994
|
-
handleSetProgress: (progress: number) => void;
|
|
3995
|
-
}): UseMutationResult<any, unknown, BatchRefunds.UploadRequest, unknown>;
|
|
3996
3908
|
declare function useUploadBatchRefundsV2(): UseMutationResult<BatchRefunds.ListBatchRefunds[], AxiosError<{
|
|
3997
3909
|
data: {
|
|
3998
3910
|
code: string;
|
|
@@ -4035,14 +3947,12 @@ declare function useDeleteScheduledReport(): UseMutationResult<void, unknown>;
|
|
|
4035
3947
|
declare function useGetConditionalConfigRules(): UseMutationResult<unknown>;
|
|
4036
3948
|
declare function useGetRule(): UseMutationResult<unknown>;
|
|
4037
3949
|
declare function usePostCreateRuleMultiAccount(): UseMutationResult<unknown>;
|
|
4038
|
-
declare function usePostCreateRule(): UseMutationResult<unknown>;
|
|
4039
3950
|
declare function usePostEditRule(): UseMutationResult<unknown>;
|
|
4040
3951
|
|
|
4041
3952
|
declare function usePostCreateCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4042
3953
|
declare function usePathCreateCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4043
3954
|
declare function useGetCustomizedApiKeysToken(): UseMutationResult<unknown>;
|
|
4044
3955
|
declare function usePostCredentialsValidatePassword(): UseMutationResult<unknown>;
|
|
4045
|
-
declare function useGetCustomizedApiKeysShowToken(): UseMutationResult<unknown>;
|
|
4046
3956
|
declare function useDeleteCustomizedApiKeys(): UseMutationResult<unknown>;
|
|
4047
3957
|
declare function usePatchApiKeysEditNote(): UseMutationResult<unknown>;
|
|
4048
3958
|
declare function usePostApiKeysRoll(): UseMutationResult<unknown>;
|
|
@@ -4105,27 +4015,17 @@ declare function useAICreateWorkflow(organizationCode: string, options?: Omit<Us
|
|
|
4105
4015
|
|
|
4106
4016
|
declare function usePostPaymentsLazy(params: GetPaymentsParams): UseQueryResult<Payment.PaymentList | AxiosError>;
|
|
4107
4017
|
declare function usePostPaymentsEvaluated(params: GetPaymentsEvaluatedParams): UseQueryResult<Payment.PaymentList, unknown>;
|
|
4108
|
-
declare function useGetPayment({ enabled, ...params }: GetPaymentParams): UseQueryResult<Payment.Payment, unknown>;
|
|
4109
4018
|
declare function useGetPaymentV2({ paymentCode, enabled, }: {
|
|
4110
4019
|
paymentCode: string;
|
|
4111
4020
|
enabled?: boolean;
|
|
4112
4021
|
}): UseQueryResult<Payment.PaymentV2, unknown>;
|
|
4113
|
-
declare function useGetPaymentTransactions(payment_code: string, params: GetPaymentTransactionsParams & GetPaymentParams): UseQueryResult<Payment.Transaction[], unknown>;
|
|
4114
|
-
declare function useGetPaymentTransactionsLazy(payment_code: string): UseQueryResult<Payment.Transaction[], unknown>;
|
|
4115
|
-
declare function useGetTransactionDetails({ payment_code, transaction_code, enabled, }: GetTransactionDetailsParams): UseQueryResult<Payment.TransactionDetails, unknown>;
|
|
4116
4022
|
declare function useGetTransactionDetailsV2({ payment_code, enabled, }: GetTransactionDetailsV2Params): UseQueryResult<Payment.TransactionDetailsResult, unknown>;
|
|
4117
4023
|
declare function useGetTransactionRawResponse({ transaction_code, enabled, }: GetTransactionDetailsV2Params): UseQueryResult<Payment.TransactionDetailsResult, unknown>;
|
|
4118
4024
|
declare function useGetPaymentsMethodsByCountry(params: Organization.PaymentMethods): UseQueryResult<Organization.PaymentMethods[], CustomAxiosResponse<null>>;
|
|
4119
|
-
declare function useGetPaymentMethodsByProvider({ provider, }: GetPaymentMethodsByProviderParams): UseQueryResult<Payment.TransactionDetails, unknown>;
|
|
4120
4025
|
declare function useGetPaymentMethodsAndProviders(): UseQueryResult<Payment.PaymentMethodsAndProviders, unknown>;
|
|
4121
|
-
declare function useGetPaymentMethodsAndProvidersActive(): UseQueryResult<Payment.PaymentMethodsAndProvidersActive, unknown>;
|
|
4122
|
-
declare function useGetPaymentAndTrxStatuses(): UseQueryResult<Payment.PaymentAndTransactionStatuses, unknown>;
|
|
4123
4026
|
declare function useGetCardBrands(): UseQueryResult<Payment.CardBrand[], unknown>;
|
|
4124
4027
|
declare function useGetPaymentFilters(enabled?: boolean): UseQueryResult<Payment.Filters, CustomAxiosResponse>;
|
|
4125
4028
|
declare function useGetPaymentMetricsFilters(): UseQueryResult<Payment.PaymentMethodsAndProviders, unknown>;
|
|
4126
|
-
declare function useGetTransactionHistory({ transaction_code, }: {
|
|
4127
|
-
transaction_code: string;
|
|
4128
|
-
}): UseQueryResult<TransactionHistory, unknown>;
|
|
4129
4029
|
declare function useGetPaymentTransactionsDetails({ transaction_code, enabled, }: {
|
|
4130
4030
|
transaction_code: string;
|
|
4131
4031
|
enabled?: boolean;
|
|
@@ -4136,13 +4036,13 @@ declare function useGetTransactionHistoryByPaymentCode({ payment_code, enabled,
|
|
|
4136
4036
|
payment_code: string;
|
|
4137
4037
|
enabled?: boolean;
|
|
4138
4038
|
}): UseQueryResult<Payment.TransactionHistoryByPayment, unknown>;
|
|
4139
|
-
declare function useGetTransactions(params: GetTransactionsParams): UseQueryResult;
|
|
4140
4039
|
declare function usePostTransactions(params: GetTransactionsParams): UseQueryResult<Payment.TransactionDetailsResult | AxiosError>;
|
|
4141
4040
|
declare function usePostFraudTransactions(params: GetTransactionsParams): UseQueryResult<Payment.TransactionDetailsResult | AxiosError>;
|
|
4142
4041
|
declare function useGetPayoutDetail(params: GetPayoutDetail): UseQueryResult<Payouts.Details | AxiosError>;
|
|
4143
4042
|
declare function useGetPayoutTransactionDetail(params: GetPayoutTransactionDetail): UseQueryResult;
|
|
4144
4043
|
declare function useGetPayoutHistoryDetail(params: GetPayoutDetail): UseQueryResult;
|
|
4145
4044
|
declare function useGetProofOfCancel(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4045
|
+
declare function useGetProofOfPayment(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4146
4046
|
declare function useSendPaymentNotification(params: SendPaymentNotification.Params, body: SendPaymentNotification.Body, options: SendPaymentNotification.Options): UseQueryResult<SendPaymentNotification.Response, AxiosError>;
|
|
4147
4047
|
|
|
4148
4048
|
declare function usePayoutsList(params: GetPaymentsParams | null): UseQueryResult<Payouts.List | AxiosError>;
|
|
@@ -4193,9 +4093,6 @@ declare function useGetCredentials({ password, accountCode, }: {
|
|
|
4193
4093
|
password: string;
|
|
4194
4094
|
accountCode: string;
|
|
4195
4095
|
}): UseQueryResult<Developer.DeveloperCredentials, unknown>;
|
|
4196
|
-
declare function useGetCredentialsValidatePassword({ password, }: {
|
|
4197
|
-
password: string;
|
|
4198
|
-
}): UseQueryResult<Developer.DeveloperCredentials, unknown>;
|
|
4199
4096
|
declare function useGetCustomizedApiKeysMembers(): UseQueryResult<User.ICustomizedApiKeysMembers, unknown>;
|
|
4200
4097
|
declare function useGetAllowedIps(): UseQueryResult<AllowedList.Response, unknown>;
|
|
4201
4098
|
declare function useGetCustomizedApiKeysAccounts(): UseQueryResult<User.ICustomizedApiKeysAccounts, unknown>;
|
|
@@ -4215,10 +4112,6 @@ declare function useGetIntegrationParams({ integration_code, enabled, accountCod
|
|
|
4215
4112
|
}): UseQueryResult<Organization.IntegrationParams, {
|
|
4216
4113
|
code: string;
|
|
4217
4114
|
}>;
|
|
4218
|
-
declare function useGetIntegrationByAccount({ accountCode, organizationCode, }: {
|
|
4219
|
-
accountCode: string;
|
|
4220
|
-
organizationCode: string;
|
|
4221
|
-
}): UseQueryResult<Organization.Integration[], unknown>;
|
|
4222
4115
|
declare function useGetIntegrationByAccountV2({ accountCode, organizationCode, }: {
|
|
4223
4116
|
accountCode: string;
|
|
4224
4117
|
organizationCode: string;
|
|
@@ -4235,14 +4128,7 @@ declare function useGetConnections(): _tanstack_react_query.UseQueryResult<Conne
|
|
|
4235
4128
|
|
|
4236
4129
|
declare function useGetDialogs(): UseQueryResult<any, unknown>;
|
|
4237
4130
|
|
|
4238
|
-
declare function useGetWebhookParams(): UseQueryResult<any[], unknown>;
|
|
4239
4131
|
declare function useGetWebhookParamsV2(): UseQueryResult<Webhook.Param[], unknown>;
|
|
4240
|
-
declare function useGetWebhooks({ accountCode, }: {
|
|
4241
|
-
accountCode: any;
|
|
4242
|
-
}): UseQueryResult<any[], unknown>;
|
|
4243
|
-
declare function useGetWebhooksV2({ accountCode, }: {
|
|
4244
|
-
accountCode: any;
|
|
4245
|
-
}): UseQueryResult<Webhook.WebHookV2[], unknown>;
|
|
4246
4132
|
declare function useGetWebhooksV3({ accountCode, name, }: {
|
|
4247
4133
|
accountCode: string;
|
|
4248
4134
|
name?: string;
|
|
@@ -4286,7 +4172,6 @@ declare function useGetSmartRoutingWorkflowVersion({ accountCode, workflowVersio
|
|
|
4286
4172
|
}): UseQueryResult<SmartRouting.WorkflowVersion & ErrorProp, unknown>;
|
|
4287
4173
|
declare function useGetSmartRoutingNextRoute(accountCode: string, stepType: string, status: string): UseQueryResult<string[] & ErrorProp, unknown>;
|
|
4288
4174
|
declare function useGetSmartRoutingDeclineGroups(accountCode: string): UseQueryResult<SmartRouting.DeclineGroups & ErrorProp, unknown>;
|
|
4289
|
-
declare function useGetSmartRoutingTutorial(accountCode: string): UseQueryResult<string[] & ErrorProp, unknown>;
|
|
4290
4175
|
declare function useGetSmartRoutingPaymentRoute(accountCode: string, paymentId: string): UseQueryResult<SmartRouting.PaymentRoutes & ErrorProp, unknown>;
|
|
4291
4176
|
declare function useGetSmartRoutingSimulateConditionTypeValues(accountCode: string): UseQueryResult<SmartRouting.AllConditionTypeValues & ErrorProp, unknown>;
|
|
4292
4177
|
declare function useGetSmartRoutingSearchConditionValues({ text, conditionType, }: {
|
|
@@ -4323,8 +4208,8 @@ declare function useGetStylingSettings({ accountCode, }: {
|
|
|
4323
4208
|
declare function useGetProfile(): UseQueryResult<User.UserResponsePayload, unknown>;
|
|
4324
4209
|
declare function useGetPermissions(organizationCode: any, accountCode: any): UseQueryResult<Accounts.PermissionsResponse[], unknown>;
|
|
4325
4210
|
declare function useEmailVerification(email: string): UseQueryResult<User.UserResponseEmailVerification | string, unknown>;
|
|
4326
|
-
declare function useLoginSSO(email: string): UseQueryResult<unknown>;
|
|
4327
4211
|
declare function useGetLoginMethods(): UseQueryResult<unknown, unknown>;
|
|
4212
|
+
declare function useGetImpersonationUsers(): UseQueryResult<User.ImpersonationUser[], AxiosError>;
|
|
4328
4213
|
|
|
4329
4214
|
declare function useGetNotificationsCustomer(customer: string): UseQueryResult<Notifications.NotificationsBodyResponse, unknown>;
|
|
4330
4215
|
declare function useGetValidateOpsgenieKey(key: string): UseQueryResult<{
|
|
@@ -4333,8 +4218,6 @@ declare function useGetValidateOpsgenieKey(key: string): UseQueryResult<{
|
|
|
4333
4218
|
error?: boolean;
|
|
4334
4219
|
}, unknown>;
|
|
4335
4220
|
declare function useGetMergedNotifications(): UseQueryResult<Notifications.NotificationsResponse, unknown>;
|
|
4336
|
-
declare function useGetNotificationsAccount(account: string): UseQueryResult<Notifications.INotificationsResponse, unknown>;
|
|
4337
|
-
declare function useGetNotificationsNumber(customer: string): UseQueryResult<Notifications.INotificationsResponse, unknown>;
|
|
4338
4221
|
declare function useGetNotificationsNumberMutation(): UseMutationResult<any, unknown, string, unknown>;
|
|
4339
4222
|
declare function usePathNotifications(): UseMutationResult<Notifications.INotificationsResponse, PathNotification, PathNotification, unknown>;
|
|
4340
4223
|
|
|
@@ -4349,25 +4232,7 @@ declare function useGetReportTemplates(enabled: boolean): UseQueryResult<Reports
|
|
|
4349
4232
|
declare function useGetReportColumns(enabled: boolean, templateType: TemplateType, reportType: ReportType): UseQueryResult<Reports.IColumn[], unknown>;
|
|
4350
4233
|
declare function useGetRefundPdf(transactionCode: string): UseQueryResult<RefundPdfResponse, AxiosError>;
|
|
4351
4234
|
|
|
4352
|
-
declare function useGetMembers(organizationCode: string): UseQueryResult<Team.TeamList[], unknown>;
|
|
4353
|
-
declare function useGetMembersV3({ organizationCode, }: {
|
|
4354
|
-
organizationCode: any;
|
|
4355
|
-
}): UseQueryResult<Team.TeamList[], unknown>;
|
|
4356
4235
|
declare function useGetTeamsFiltersMembers(): UseQueryResult<Team.TeamList[], unknown>;
|
|
4357
|
-
declare function useGetMembersV4({ organizationCode, accountCodes, }: {
|
|
4358
|
-
organizationCode: any;
|
|
4359
|
-
accountCodes: any;
|
|
4360
|
-
}): UseQueryResult<Team.TeamList[], unknown>;
|
|
4361
|
-
declare function usePostMembersV4({ organizationCode, accountCodes, }: {
|
|
4362
|
-
organizationCode: any;
|
|
4363
|
-
accountCodes: any;
|
|
4364
|
-
}): UseQueryResult<Team.TeamList[], unknown>;
|
|
4365
|
-
declare function usePostMembersPaginated({ organizationCode, accountCodes, page, pageSize, }: {
|
|
4366
|
-
organizationCode: any;
|
|
4367
|
-
accountCodes: any;
|
|
4368
|
-
page: any;
|
|
4369
|
-
pageSize: any;
|
|
4370
|
-
}): UseQueryResult<Team.TeamResponse, unknown>;
|
|
4371
4236
|
declare function usePostMembersPaginatedV2({ organizationCode, accountCodes, email, page, pageSize, }: {
|
|
4372
4237
|
organizationCode: any;
|
|
4373
4238
|
accountCodes: any;
|
|
@@ -4382,9 +4247,6 @@ declare function useGetPermissionsCatalog(): UseQueryResult<Team.CatalogPermissi
|
|
|
4382
4247
|
declare function useGetSmartRoutingDataReport(params: {
|
|
4383
4248
|
[a: string]: number;
|
|
4384
4249
|
}): UseQueryResult<any, unknown>;
|
|
4385
|
-
declare function useDashboardInsights(params: DataReport.InsightMetricParams, readyFilters: boolean, keepPreviousData?: boolean): UseQueryResult<any, unknown>;
|
|
4386
|
-
declare function useDashboardInsightsIsolated(params: DataReport.InsightMetricParams, keepPreviousData?: boolean): UseQueryResult<any, unknown>;
|
|
4387
|
-
declare function useInsightsConversionRateMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
|
|
4388
4250
|
declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMetricParams, path: string): UseQueryResult<any, unknown>;
|
|
4389
4251
|
declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
|
|
4390
4252
|
declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
|
|
@@ -4412,13 +4274,8 @@ declare function useInsightsChargebacksReasonsDistribution(body: InsightsFraudBo
|
|
|
4412
4274
|
declare function useInsightsChargebacksStatusDistribution(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksStatusDistribution>>;
|
|
4413
4275
|
declare function useInsightsChargebacksByCardBrand(body: InsightsFraudBody, params: InsightsFraudParams, options?: UseQueryOptions): UseQueryResult<AxiosResponse<InsightsChargebacksByCardBrand>>;
|
|
4414
4276
|
|
|
4415
|
-
declare const useConversionRateOverview: (params: ConversionRateParams, body: ConversionRateBody, options?: {}) => UseQueryResult<AxiosResponse<ConversionRateOverview>, AxiosError>;
|
|
4416
|
-
declare const useConversionRateOverviewFraud3ds: (params: ConversionRateParams, body: ConversionRateBody, options?: {}) => UseQueryResult<AxiosResponse<ConversionRateOverviewFraud3ds>, AxiosError>;
|
|
4417
|
-
|
|
4418
4277
|
declare function useGetReconciliationTransactions(params: Reconciliation.UseGetReconciliationTransactionsParams, enabled: boolean): UseQueryResult<Reconciliation.TransactionList, Reconciliation.Error>;
|
|
4419
4278
|
declare function useGetSettlements(params: Reconciliation.SettlementHeaderQuery, enabled: boolean): UseQueryResult<Array<Reconciliation.Settlement>, Reconciliation.Error>;
|
|
4420
|
-
declare function useGetSettlementsHeader(params: Reconciliation.SettlementHeaderQuery, enabled: boolean): UseQueryResult<Array<Reconciliation.SettlementHeader>, unknown>;
|
|
4421
|
-
declare function useGetSettlementsBody(params: Reconciliation.GetSettlementsBodyParams, enabled: boolean): UseQueryResult<Array<Reconciliation.SettlementBody>, unknown>;
|
|
4422
4279
|
declare function useGetReconciliationMetrics(params: GetReconciliationMetricParams, enabled: boolean): UseQueryResult<Reconciliation.Metrics, unknown>;
|
|
4423
4280
|
declare function useGetReconciliationFilters(): UseQueryResult<Reconciliation.Filters>;
|
|
4424
4281
|
declare function useGetAllTableColumns(tableType: Reconciliation.TableType): UseQueryResult<Array<Reconciliation.TableColumn>, Reconciliation.Error>;
|
|
@@ -4489,12 +4346,6 @@ declare function useGetAuditMonitorEventDetail(id: number | null): UseQueryResul
|
|
|
4489
4346
|
|
|
4490
4347
|
declare function useGetPaymentLinks(params: any, accountCode: any): UseQueryResult<any, unknown>;
|
|
4491
4348
|
declare function useGetPaymentLinkByCode(paymentLinkCode: any): UseQueryResult<any, unknown>;
|
|
4492
|
-
declare function useGetProductsByAccount({ accountCode, }: {
|
|
4493
|
-
accountCode: any;
|
|
4494
|
-
}): UseQueryResult<any, unknown>;
|
|
4495
|
-
declare function useGetPaymentsByPaymentLink(params: {
|
|
4496
|
-
payment_link_code: string;
|
|
4497
|
-
}, organizationCode: string): UseQueryResult<Payment.PaymentList, unknown>;
|
|
4498
4349
|
declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
|
|
4499
4350
|
declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
|
|
4500
4351
|
|
|
@@ -4511,7 +4362,6 @@ declare function useFirebaseUserSubscribe({ onSuccessCallback, }: {
|
|
|
4511
4362
|
declare function useGetConfigAllowlist(accountCode: string, enabled: boolean): UseQueryResult<FraudScreening.BlackList[], unknown>;
|
|
4512
4363
|
declare function useGetBlackList(accountCode: string): UseQueryResult<FraudScreening.BlackList[], unknown>;
|
|
4513
4364
|
declare function usePostBlockList(accountCodes: string[], listName?: string, page?: number, size?: number): UseQueryResult<FraudScreening.BlocklistData, AxiosError>;
|
|
4514
|
-
declare function useOneBlackList(black_list_code: string): UseQueryResult<any, unknown>;
|
|
4515
4365
|
declare function useGetBlockListSummary(block_list_code: string, account: string, enabled: boolean): UseQueryResult<FraudScreening.BlockListSummary, unknown>;
|
|
4516
4366
|
declare function useBlackListDetail(black_list_code: string, offset: number, limit: any, account: string, search: string, enabled: boolean): UseQueryResult<any, unknown>;
|
|
4517
4367
|
declare function useAllowListDetail(code: string, account: string, enabled: boolean): UseQueryResult<any, unknown>;
|
|
@@ -4613,8 +4463,6 @@ declare class Api extends HttpClient {
|
|
|
4613
4463
|
createReconciliationReportTemplate<T>(payload: Reports.ICreateTemplate): Promise<AxiosResponse<T>>;
|
|
4614
4464
|
getReconciliationTransactions<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4615
4465
|
getReconciliationSettlements<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4616
|
-
getReconciliationSettlementsHeader<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4617
|
-
getReconciliationSettlementsBody<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
4618
4466
|
getReconciliationMetrics<T>(params: GetReconciliationMetricParams): Promise<AxiosResponse<T, unknown>>;
|
|
4619
4467
|
getReconciliationFilters<T>(): Promise<AxiosResponse<T, unknown>>;
|
|
4620
4468
|
getReconciliationsReportColumns<T>(templateType: TemplateType, reportType: ReconciliationReportType): Promise<AxiosResponse<T, any>>;
|
|
@@ -4630,16 +4478,11 @@ declare class Api extends HttpClient {
|
|
|
4630
4478
|
getReconciliationSales<T>(body: ReconciliationSales.FiltersRequestBody, params: ReconciliationSales.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4631
4479
|
getReconciliationAdvancements<T>(body: ReconciliationAdvancements.FiltersRequestBody, params: ReconciliationAdvancements.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4632
4480
|
getReconciliationFees<T>(body: ReconciliationFees.FiltersRequestBody, params: ReconciliationFees.FiltersRequestParams): Promise<AxiosResponse<T>>;
|
|
4633
|
-
getPayments<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4634
4481
|
postPaymentsLazy<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4635
4482
|
postPayouts<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4636
4483
|
getPayoutsFilters<T>(organizationCode: any): Promise<AxiosResponse<T>>;
|
|
4637
4484
|
postPaymentsEvaluated<T>(params: GetPaymentsParams): Promise<AxiosResponse<T, any>>;
|
|
4638
|
-
getPayment<T>(params: GetPaymentParams): Promise<AxiosResponse<T, any>>;
|
|
4639
4485
|
getPaymentV2<T>(paymentCode: string): Promise<AxiosResponse<T, any>>;
|
|
4640
|
-
getPaymentTransactions<T>(payment_code: string, params: GetPaymentTransactionsParams & GetPaymentParams): Promise<AxiosResponse<T, any>>;
|
|
4641
|
-
getPaymentTransactionsLazy<T>(payment_code: string): Promise<AxiosResponse<T, any>>;
|
|
4642
|
-
getTransactions<T>(params: GetTransactionsParams): Promise<AxiosResponse<T, any>>;
|
|
4643
4486
|
postTransactions<T>(params: GetTransactionsParams): Promise<AxiosResponse<T, any>>;
|
|
4644
4487
|
postFraudTransactions<T>(params: GetTransactionsParams): Promise<AxiosResponse<T, any>>;
|
|
4645
4488
|
getPayoutDetails<T>(params: GetPayoutDetail): Promise<AxiosResponse<T, any>>;
|
|
@@ -4648,17 +4491,10 @@ declare class Api extends HttpClient {
|
|
|
4648
4491
|
getPaymentMethodsByCountry<T>({ provider_id, country }: Organization.PaymentMethods, organizationCodeFromAccount: any): Promise<AxiosResponse<T, any>>;
|
|
4649
4492
|
getOrgByName<T>(name: any): Promise<AxiosResponse<T, any>>;
|
|
4650
4493
|
createOperationTransaction<T>(payload: OperationTransaction.Request, transactionId: string, paymentId: string, action: OperationTransaction.Actions): Promise<AxiosResponse<T, any>>;
|
|
4651
|
-
getPaymentMethodsByProvider<T>(params: GetPaymentMethodsByProviderParams): Promise<AxiosResponse<T, any>>;
|
|
4652
|
-
getPaymentMethodsAndProvidersActive<T>(): Promise<AxiosResponse<T, any>>;
|
|
4653
4494
|
getPaymentMethodsAndProviders<T>(): Promise<AxiosResponse<T, any>>;
|
|
4654
|
-
useGetPaymentAndTrxStatuses<T>(): Promise<AxiosResponse<T, any>>;
|
|
4655
|
-
getTransactionDetails<T>(params: GetTransactionDetailsParams): Promise<AxiosResponse<T, any>>;
|
|
4656
4495
|
getTransactionDetailsV2<T>(params: GetTransactionDetailsV2Params): Promise<AxiosResponse<T, any>>;
|
|
4657
4496
|
getTransactionRawResponse<T>(params: GetTransactionDetailsV2Params): Promise<AxiosResponse<T, any>>;
|
|
4658
4497
|
uploadChargebacks<T>(payload: Payment.UploadRequest, paymentId: string, transactionId: string, handleSetProgress: (progress: number) => void): Promise<AxiosResponse<T, any>>;
|
|
4659
|
-
getTransactionHistory<T>({ transaction_code, }: {
|
|
4660
|
-
transaction_code: any;
|
|
4661
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4662
4498
|
getPaymentTransactionsDetails<T>({ transaction_code, }: {
|
|
4663
4499
|
transaction_code: any;
|
|
4664
4500
|
}): Promise<AxiosResponse<T, any>>;
|
|
@@ -4672,10 +4508,6 @@ declare class Api extends HttpClient {
|
|
|
4672
4508
|
getOrganization<T>(): Promise<AxiosResponse<T, any>>;
|
|
4673
4509
|
getAllOrganization<T>(): Promise<AxiosResponse<T, any>>;
|
|
4674
4510
|
getProviderParams<T>(param: any, organizationCodeFromAccount: any): Promise<AxiosResponse<T, any>>;
|
|
4675
|
-
getIntegrationByAccount<T>({ accountCode, organizationCode, }: {
|
|
4676
|
-
accountCode: string;
|
|
4677
|
-
organizationCode: string;
|
|
4678
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4679
4511
|
getIntegrationByAccountV2<T>({ accountCode, organizationCode, }: {
|
|
4680
4512
|
accountCode: string;
|
|
4681
4513
|
organizationCode: string;
|
|
@@ -4700,27 +4532,14 @@ declare class Api extends HttpClient {
|
|
|
4700
4532
|
payload: any;
|
|
4701
4533
|
accountCode: any;
|
|
4702
4534
|
}): Promise<AxiosResponse<T, any>>;
|
|
4703
|
-
postConnection<T>({ payload, accountCode, }: {
|
|
4704
|
-
payload: any;
|
|
4705
|
-
accountCode: any;
|
|
4706
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4707
4535
|
postMultiConnection<T>({ payload }: {
|
|
4708
4536
|
payload: any;
|
|
4709
4537
|
}): Promise<AxiosResponse<T, any>>;
|
|
4710
4538
|
postMultiConnectionValidate<T>(): Promise<AxiosResponse<T, any>>;
|
|
4711
|
-
newPostConnection<T>({ payload, accountCode, }: {
|
|
4712
|
-
payload: any;
|
|
4713
|
-
accountCode: any;
|
|
4714
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4715
4539
|
patchConnection<T>({ payload, connectionCode, }: {
|
|
4716
4540
|
payload: any;
|
|
4717
4541
|
connectionCode: any;
|
|
4718
4542
|
}): Promise<AxiosResponse<T, any>>;
|
|
4719
|
-
deleteConnection<T>(connectionCode: any): Promise<AxiosResponse<T, any>>;
|
|
4720
|
-
postArchiveConnection<T>({ payload, connectionCode, }: {
|
|
4721
|
-
payload: any;
|
|
4722
|
-
connectionCode: any;
|
|
4723
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4724
4543
|
postDefaultRoutes<T>({ payload, }: {
|
|
4725
4544
|
payload: {
|
|
4726
4545
|
provider_id: string;
|
|
@@ -4728,20 +4547,7 @@ declare class Api extends HttpClient {
|
|
|
4728
4547
|
};
|
|
4729
4548
|
}): Promise<AxiosResponse<T, any>>;
|
|
4730
4549
|
getDialogs<T>(): Promise<AxiosResponse<T, any>>;
|
|
4731
|
-
getWebhookParams<T>(): Promise<AxiosResponse<T, any>>;
|
|
4732
|
-
getWebhooks<T>({ accountCode }: {
|
|
4733
|
-
accountCode: any;
|
|
4734
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4735
|
-
postWebhook<T>({ payload, accountCode, }: {
|
|
4736
|
-
payload: any;
|
|
4737
|
-
accountCode: string;
|
|
4738
|
-
}): Promise<AxiosResponse<T>>;
|
|
4739
|
-
deleteWebhook<T>(code: string): Promise<AxiosResponse<T>>;
|
|
4740
|
-
updateWebhook<T>(code: string, payload: any): Promise<AxiosResponse<T>>;
|
|
4741
4550
|
getWebhookParamsV2<T>(): Promise<AxiosResponse<T, Webhook.ParamV2[]>>;
|
|
4742
|
-
getWebhooksV2<T>({ accountCode, }: {
|
|
4743
|
-
accountCode: any;
|
|
4744
|
-
}): Promise<AxiosResponse<T, Webhook.WebHookV2[]>>;
|
|
4745
4551
|
getWebhooksV3<T>({ accountCode, name, }: {
|
|
4746
4552
|
accountCode: string;
|
|
4747
4553
|
name?: string;
|
|
@@ -4749,10 +4555,6 @@ declare class Api extends HttpClient {
|
|
|
4749
4555
|
getWebhooksV2Detail<T>({ accountCode, }: {
|
|
4750
4556
|
accountCode: any;
|
|
4751
4557
|
}): Promise<AxiosResponse<T, Webhook.WebHookV2[]>>;
|
|
4752
|
-
postWebhookV2<T>({ payload, accountCode, }: {
|
|
4753
|
-
payload: Webhook.WebHookV2;
|
|
4754
|
-
accountCode: string;
|
|
4755
|
-
}): Promise<AxiosResponse<T>>;
|
|
4756
4558
|
postWebhookV2MultiAccount<T>({ payload, }: {
|
|
4757
4559
|
payload: Webhook.WebHookV2MultiAccount;
|
|
4758
4560
|
}): Promise<AxiosResponse<T>>;
|
|
@@ -4782,14 +4584,11 @@ declare class Api extends HttpClient {
|
|
|
4782
4584
|
}): Promise<AxiosResponse<T, any>>;
|
|
4783
4585
|
postSmartRoutingCreateWorkflow<T>(accountCode: string, data: any): Promise<AxiosResponse<T, any>>;
|
|
4784
4586
|
postSmartRoutingPublishVersion<T>(accountCode: string, versionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4785
|
-
postSmartRoutingValidateConnection<T>(accountIntegrationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4786
4587
|
deleteSmartRoutingVersion<T>(accountCode: string, versionCode: string): Promise<AxiosResponse<T, any>>;
|
|
4787
4588
|
postSmartRoutingDuplicateVersion<T>(accountCode: string, versionCode: string): Promise<AxiosResponse<T, any>>;
|
|
4788
4589
|
getSmartRoutingDeclinedGroup<T>(accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
4789
4590
|
updateSmartRoutingDeclinedGroup<T>(accountCode: string, declineId: string, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4790
4591
|
createSmartRoutingDeclinedGroup<T>(accountCode: string, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4791
|
-
getSmartRoutingTutorial<T>(accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
4792
|
-
updateSmartRoutingTutorial<T>(accountCode: string, key: string): Promise<AxiosResponse<T, any>>;
|
|
4793
4592
|
getSmartRoutingPaymentRoute<T>(accountCode: string, paymentId: string): Promise<AxiosResponse<T, SmartRouting.PaymentRoutes>>;
|
|
4794
4593
|
updateSmartRoutingFavorite<T>(accountCode: string, versionCode: string, favorite: boolean): Promise<AxiosResponse<T, any>>;
|
|
4795
4594
|
getSmartRoutingSimulateConditionTypeValues<T>(accountCode: string): Promise<AxiosResponse<T, SmartRouting.ConditionTypeValues[]>>;
|
|
@@ -4807,8 +4606,6 @@ declare class Api extends HttpClient {
|
|
|
4807
4606
|
getSmartRoutingDataReport<T>(params: {
|
|
4808
4607
|
[key: string]: number;
|
|
4809
4608
|
}): Promise<AxiosResponse<T, any>>;
|
|
4810
|
-
getDashboardInsights<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
4811
|
-
getInsightsMetricsConversionRate<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
4812
4609
|
getInsightsMetricsConversionRateV2<T>(params: DataReport.InsightMetricParams, path: string): Promise<AxiosResponse<T, any>>;
|
|
4813
4610
|
getInsightsMetricsConversionRateViewMore<T>(params: DataReport.InsightMetricParams, type: string): Promise<AxiosResponse<T, any>>;
|
|
4814
4611
|
getInsightFallbackMetrics<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
|
|
@@ -4850,7 +4647,6 @@ declare class Api extends HttpClient {
|
|
|
4850
4647
|
accountCode: any;
|
|
4851
4648
|
template: any;
|
|
4852
4649
|
}): Promise<AxiosResponse<T>>;
|
|
4853
|
-
updateIsActivePaymentMethod<T>(checkoutCode: any, paymentMethods: any): Promise<AxiosResponse<T>>;
|
|
4854
4650
|
updateIsActiveCheckout(args: Checkout.UpdateIsActiveCheckoutParams): Promise<AxiosResponse>;
|
|
4855
4651
|
getStylingTheme({ accountCode }: {
|
|
4856
4652
|
accountCode: string;
|
|
@@ -4859,10 +4655,7 @@ declare class Api extends HttpClient {
|
|
|
4859
4655
|
getStylingSettings({ accountCode }: {
|
|
4860
4656
|
accountCode: any;
|
|
4861
4657
|
}): Promise<AxiosResponse<Styling.Settings, any>>;
|
|
4862
|
-
changePassword<T>(params: any): Promise<AxiosResponse<T>>;
|
|
4863
4658
|
emailVerification<T>(email: any): Promise<AxiosResponse<T, any>>;
|
|
4864
|
-
/** @deprecated */
|
|
4865
|
-
createReport<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4866
4659
|
createReconciliationsReportV2<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4867
4660
|
createReportV2<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4868
4661
|
getTotalRowsForExport<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
@@ -4876,18 +4669,15 @@ declare class Api extends HttpClient {
|
|
|
4876
4669
|
getReportColumns<T>(templateType: TemplateType, reportType: ReportType): Promise<any>;
|
|
4877
4670
|
getRefundPdf<T>(transactionCode: any, organizationCode: any): Promise<AxiosResponse<T, any>>;
|
|
4878
4671
|
getProofOfCancel<T>(transactionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4672
|
+
getProofOfPayment<T>(transactionCode: string, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
4879
4673
|
getScheduledReport<T>(reportType: any): Promise<AxiosResponse<T>>;
|
|
4880
4674
|
postScheduledReport<T>(payload: IListScheduledReportsResponse): Promise<AxiosResponse<T>>;
|
|
4881
4675
|
updateScheduledReport<T>(reportCode: string, payload: IListScheduledReportsResponse): Promise<AxiosResponse<T>>;
|
|
4882
4676
|
deleteScheduledReport<T>(reportCode: string): Promise<AxiosResponse<T>>;
|
|
4883
4677
|
getProfile<T>(): Promise<AxiosResponse<T, any>>;
|
|
4678
|
+
getImpersonationUsers<T>(): Promise<AxiosResponse<T, any>>;
|
|
4884
4679
|
updateProfile<T>(payload: User.UserRequestPayload): Promise<AxiosResponse<T>>;
|
|
4885
|
-
inviteUsers<T>(data: User.UserInvitePayload): Promise<AxiosResponse<T>>;
|
|
4886
|
-
inviteUsersV2<T>(data: UserInviteMultiaccountPayload, organizationCode: string): Promise<AxiosResponse<T>>;
|
|
4887
4680
|
inviteUsersMassive<T>(data: UserInviteMultiaccountPayload, organizationCode: string): Promise<AxiosResponse<T>>;
|
|
4888
|
-
unInviteUsers<T>({ userCode }: {
|
|
4889
|
-
userCode: any;
|
|
4890
|
-
}): Promise<AxiosResponse<T>>;
|
|
4891
4681
|
unInviteUsersV2<T>({ userCode, organizationCode, }: {
|
|
4892
4682
|
userCode: any;
|
|
4893
4683
|
organizationCode: any;
|
|
@@ -4895,15 +4685,9 @@ declare class Api extends HttpClient {
|
|
|
4895
4685
|
getAccounts<T>(organizationCode: any): Promise<AxiosResponse<T, any>>;
|
|
4896
4686
|
getAccountsV2<T>(): Promise<AxiosResponse<T, any>>;
|
|
4897
4687
|
getAccountsByUser<T>(userCode: string): Promise<AxiosResponse<T, any>>;
|
|
4898
|
-
putAccountsUser<T>(organizationCode: any, userCode: any, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4899
4688
|
putAccountsUserMassive<T>(organizationCode: any, userCode: any, payload: any): Promise<AxiosResponse<T, any>>;
|
|
4900
4689
|
deleteAccountsUserMassive<T, K>(organizationCode: string, userCode: string, payload: any): Promise<AxiosResponse<T, K>>;
|
|
4901
4690
|
postAccount<T>(name: string, principal: boolean): Promise<AxiosResponse<T>>;
|
|
4902
|
-
patchAccount<T>({ name, code, principal, }: {
|
|
4903
|
-
name: string;
|
|
4904
|
-
code: string;
|
|
4905
|
-
principal: boolean;
|
|
4906
|
-
}): Promise<AxiosResponse<T>>;
|
|
4907
4691
|
patchAccountV2<T>({ name, code, principal, }: {
|
|
4908
4692
|
name: string;
|
|
4909
4693
|
code: string;
|
|
@@ -4912,39 +4696,18 @@ declare class Api extends HttpClient {
|
|
|
4912
4696
|
putAccountPrincipal<T>({ account_code }: {
|
|
4913
4697
|
account_code: any;
|
|
4914
4698
|
}): Promise<AxiosResponse<T>>;
|
|
4915
|
-
createNotificacion<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4916
4699
|
getMergedNotifications<T>(): Promise<AxiosResponse<T>>;
|
|
4917
4700
|
getNotificationsCustomer<T>(customer: any): Promise<AxiosResponse<T>>;
|
|
4918
4701
|
getValidateOpsgenieKey<T>(key: any): Promise<AxiosResponse<T>>;
|
|
4919
|
-
getNotificationsAccount<T>(account: any): Promise<AxiosResponse<T>>;
|
|
4920
|
-
getNotification<T>(): Promise<AxiosResponse<T>>;
|
|
4921
4702
|
postSlackMessageChannel<T>(payload: {
|
|
4922
4703
|
channel: string;
|
|
4923
4704
|
text: string;
|
|
4924
4705
|
}): Promise<AxiosResponse<T>>;
|
|
4925
4706
|
pathNotification<T>(payload: PathNotification): Promise<AxiosResponse<T>>;
|
|
4926
4707
|
getNotificationsNumber<T>(customer: any): Promise<AxiosResponse<T>>;
|
|
4927
|
-
getMembers<T>(organizationCode: any): Promise<AxiosResponse<T, any>>;
|
|
4928
|
-
getMembersV3<T>({ organizationCode }: {
|
|
4929
|
-
organizationCode: any;
|
|
4930
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4931
4708
|
teamsFiltersMembers<T>({ organizationCode, }: {
|
|
4932
4709
|
organizationCode: any;
|
|
4933
4710
|
}): Promise<AxiosResponse<T, any>>;
|
|
4934
|
-
getMembersV4<T>({ organizationCode, accountCodes, }: {
|
|
4935
|
-
organizationCode: any;
|
|
4936
|
-
accountCodes: any;
|
|
4937
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4938
|
-
postMembersV4<T>({ organizationCode, accountCodes, }: {
|
|
4939
|
-
organizationCode: any;
|
|
4940
|
-
accountCodes: any;
|
|
4941
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4942
|
-
postMembersPaginated<T>({ organizationCode, accountCodes, page, pageSize, }: {
|
|
4943
|
-
organizationCode: any;
|
|
4944
|
-
accountCodes: any;
|
|
4945
|
-
page: any;
|
|
4946
|
-
pageSize: any;
|
|
4947
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
4948
4711
|
postMembersPaginatedV2<T>({ organizationCode, accountCodes, email, page, pageSize, }: {
|
|
4949
4712
|
organizationCode: any;
|
|
4950
4713
|
accountCodes: any;
|
|
@@ -4953,11 +4716,7 @@ declare class Api extends HttpClient {
|
|
|
4953
4716
|
pageSize: any;
|
|
4954
4717
|
}): Promise<AxiosResponse<T, any>>;
|
|
4955
4718
|
getRoles<T>(): Promise<AxiosResponse<T, any>>;
|
|
4956
|
-
setRoles<T>(payload: any): Promise<AxiosResponse<T>>;
|
|
4957
4719
|
setCustodian<T>(): Promise<AxiosResponse<T>>;
|
|
4958
|
-
deleteUserTeam<T>({ userCode }: {
|
|
4959
|
-
userCode: any;
|
|
4960
|
-
}): Promise<AxiosResponse<T>>;
|
|
4961
4720
|
deleteUserTeamV2<T>({ userCode, organizationCode, }: {
|
|
4962
4721
|
userCode: any;
|
|
4963
4722
|
organizationCode: any;
|
|
@@ -4994,18 +4753,9 @@ declare class Api extends HttpClient {
|
|
|
4994
4753
|
accountCode: any;
|
|
4995
4754
|
paymentLinkCode: any;
|
|
4996
4755
|
}): Promise<AxiosResponse<T, any>>;
|
|
4997
|
-
postCreateProducts<T>({ payload }: {
|
|
4998
|
-
payload: any;
|
|
4999
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5000
4756
|
postDeletePaymentLink<T>({ code }: {
|
|
5001
4757
|
code: any;
|
|
5002
4758
|
}): Promise<AxiosResponse<T, any>>;
|
|
5003
|
-
getProductsByAccount<T>({ accountCode, }: {
|
|
5004
|
-
accountCode: any;
|
|
5005
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5006
|
-
getPaymentsByPaymentLink<T>(params: {
|
|
5007
|
-
payment_link_code: string;
|
|
5008
|
-
}, organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
5009
4759
|
getTimezone<T>(organizationCode: string): Promise<AxiosResponse<T, any>>;
|
|
5010
4760
|
firebaseUserSubscribe<T>(payload: FirebaseUserSubscribe): Promise<AxiosResponse<T>>;
|
|
5011
4761
|
postUserSettings<T>(payload: TimeZoneCatalog | PaymentsSettings): Promise<AxiosResponse<T>>;
|
|
@@ -5013,19 +4763,13 @@ declare class Api extends HttpClient {
|
|
|
5013
4763
|
postUserSettingsPinned<T>(payload: PinnedSections): Promise<AxiosResponse<T>>;
|
|
5014
4764
|
postUserThemeSettings<T>(payload: ThemeSettings): Promise<AxiosResponse<T>>;
|
|
5015
4765
|
getMfaTokenValidation<T>(password: string, otp: string): Promise<AxiosResponse<T, any>>;
|
|
5016
|
-
getMfaToken<T>(password: string): Promise<AxiosResponse<T, any>>;
|
|
5017
4766
|
getEmailOtp<T>(): Promise<AxiosResponse<T, any>>;
|
|
5018
|
-
validateOtp<T>(otp: string): Promise<AxiosResponse<T, any>>;
|
|
5019
4767
|
confirmMfaOtp<T>(payload: MfaUserSubscribe): Promise<AxiosResponse<T>>;
|
|
5020
|
-
confirmOtp<T>(payload: MfaUserPayload): Promise<AxiosResponse<T>>;
|
|
5021
4768
|
unrollMfa<T>(password: any): Promise<AxiosResponse<T, any>>;
|
|
5022
4769
|
sendOTPForMFA(): Promise<AxiosResponse<void>>;
|
|
5023
|
-
getMFAStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
5024
|
-
postValidatePassword<T>(password: string): Promise<AxiosResponse<T, any>>;
|
|
5025
4770
|
getConfigAllowlist<T>(accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5026
4771
|
getBlackListType<T>(accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5027
4772
|
postBlockList<T>(accountCodes: string[], listName: string, page: number, size: number): Promise<AxiosResponse<T, any>>;
|
|
5028
|
-
getOneBlackListType<T>(black_list_code: string): Promise<AxiosResponse<T, any>>;
|
|
5029
4773
|
getBlackListSummary<T>(black_list_code: string, account?: string | null): Promise<AxiosResponse<T, any>>;
|
|
5030
4774
|
getBlacklistDetail<T>(black_list_code: string, offset: number, limit?: number, account?: string | null, search?: string | null): Promise<AxiosResponse<T, any>>;
|
|
5031
4775
|
getAllowlistDetail<T>(code: string, account?: string | null): Promise<AxiosResponse<T, any>>;
|
|
@@ -5059,9 +4803,6 @@ declare class Api extends HttpClient {
|
|
|
5059
4803
|
postBlackListMultiAccount<T>({ payload, }: {
|
|
5060
4804
|
payload: any;
|
|
5061
4805
|
}): Promise<AxiosResponse<T, any>>;
|
|
5062
|
-
postBlackListType<T>({ payload }: {
|
|
5063
|
-
payload: any;
|
|
5064
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5065
4806
|
putBlackListType<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5066
4807
|
changeBlackListStatus<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5067
4808
|
changeBlackListStatusItem<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5085,14 +4826,6 @@ declare class Api extends HttpClient {
|
|
|
5085
4826
|
valiateBlockListItems<T>({ payload, }: {
|
|
5086
4827
|
payload: any;
|
|
5087
4828
|
}): Promise<AxiosResponse<T, unknown>>;
|
|
5088
|
-
getGeographicCoordinates<T>({ params, }: {
|
|
5089
|
-
params: any;
|
|
5090
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5091
|
-
deleteBlackListItem<T>({ black_list_code, account_code, item, }: {
|
|
5092
|
-
black_list_code: any;
|
|
5093
|
-
account_code: any;
|
|
5094
|
-
item: any;
|
|
5095
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5096
4829
|
getVelocityRules<T>(params: any): Promise<AxiosResponse<T, any>>;
|
|
5097
4830
|
postChangePaymentsWebhook<T>({ status, paymentCode, }: ChangePaymentsWebhook): Promise<AxiosResponse<T, any>>;
|
|
5098
4831
|
uploadFileS3ClientBatchRefunds<T>({ payload, handleSetProgress, }: S3Payload): {
|
|
@@ -5109,10 +4842,6 @@ declare class Api extends HttpClient {
|
|
|
5109
4842
|
uploadBatchRefundsV2<T>({ payload }: {
|
|
5110
4843
|
payload: any;
|
|
5111
4844
|
}): Promise<AxiosResponse<T, any>>;
|
|
5112
|
-
uploadBatchRefunds<T>({ payload, handleSetProgress, }: {
|
|
5113
|
-
payload: any;
|
|
5114
|
-
handleSetProgress: any;
|
|
5115
|
-
}): Promise<AxiosResponse<T, any>>;
|
|
5116
4845
|
getBatchRefunds<T>(limit: any, offset: any): Promise<AxiosResponse<T, any>>;
|
|
5117
4846
|
getBatchRefundProcessedFileDownload<T>(batchRefundId: string, organizationCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
5118
4847
|
getBatchRefundUserFileDownload<T>(batchRefundId: string, organizationCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
|
|
@@ -5129,7 +4858,6 @@ declare class Api extends HttpClient {
|
|
|
5129
4858
|
getConditionalConfigRules<T>(conditional: any): Promise<AxiosResponse<T, any>>;
|
|
5130
4859
|
getRule<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5131
4860
|
postCreateRuleMultiAccount<T>(payload: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5132
|
-
postCreateRule<T>(payload: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5133
4861
|
postEditRule<T>(payload: any, ruleId: any, accountCode: any): Promise<AxiosResponse<T, any>>;
|
|
5134
4862
|
postApiKeysRoll<T>(payload: any, keyCode: any, password: any): Promise<AxiosResponse<T, any>>;
|
|
5135
4863
|
patchApiKeysEditNote<T>(payload: any, keyCode: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5141,8 +4869,6 @@ declare class Api extends HttpClient {
|
|
|
5141
4869
|
getCustomizedApiKeysProducts<T>(): Promise<AxiosResponse<T, any>>;
|
|
5142
4870
|
getCustomizedApiKeysToken<T>(code: any, password: any): Promise<AxiosResponse<T, any>>;
|
|
5143
4871
|
validatePasswordStatus<T>(): Promise<AxiosResponse<T, any>>;
|
|
5144
|
-
getCustomizedApiKeysShowToken<T>(code: any): Promise<AxiosResponse<T, any>>;
|
|
5145
|
-
getLoginSSO<T>(email: any): Promise<AxiosResponse<T, any>>;
|
|
5146
4872
|
deleteCustomizedApiKeys<T>(code: any): Promise<AxiosResponse<T, any>>;
|
|
5147
4873
|
postCreateInsightsReport<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
5148
4874
|
getInsightsReport<T>(payload: any): Promise<AxiosResponse<T, any>>;
|
|
@@ -5204,5 +4930,5 @@ declare enum ApiErrorCodes {
|
|
|
5204
4930
|
ERR_BAD_REQUEST = "ERR_BAD_REQUEST"
|
|
5205
4931
|
}
|
|
5206
4932
|
|
|
5207
|
-
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,
|
|
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 };
|
|
5208
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 };
|