@yuno-payments/dashboard-api-mfe 1.11.3 → 1.11.4

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.
Files changed (162) hide show
  1. package/build/cjs/index.js +6 -6
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/types/api/api.d.ts +18 -11
  4. package/build/cjs/types/mutations/index.d.ts +0 -1
  5. package/build/cjs/types/mutations/notifications/notifications.mutation.d.ts +3 -2
  6. package/build/cjs/types/mutations/recipients/recipients.mutation.d.ts +7 -14
  7. package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +1 -105
  8. package/build/cjs/types/queries/cms/cms.query.d.ts +14 -0
  9. package/build/cjs/types/queries/cms/index.d.ts +1 -0
  10. package/build/cjs/types/queries/data-report/data-report.query.d.ts +4 -0
  11. package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +2 -0
  12. package/build/cjs/types/queries/dialogs/index.d.ts +1 -0
  13. package/build/cjs/types/queries/index.d.ts +2 -0
  14. package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +1 -4
  15. package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +1 -0
  16. package/build/cjs/types/queries/recipients/recipients.query.d.ts +1 -6
  17. package/build/cjs/types/types/audit/audit.d.ts +0 -2
  18. package/build/cjs/types/types/cms/cms.d.ts +47 -0
  19. package/build/cjs/types/types/cms/index.d.ts +1 -0
  20. package/build/cjs/types/types/data-report/data-report.d.ts +1 -4
  21. package/build/cjs/types/types/index.d.ts +1 -1
  22. package/build/cjs/types/types/installments/installments.d.ts +0 -4
  23. package/build/cjs/types/types/mfa/mfa.d.ts +0 -4
  24. package/build/cjs/types/types/recipients/index.d.ts +0 -1
  25. package/build/cjs/types/types/reports/reports.d.ts +0 -1
  26. package/build/cjs/types/types/subscriptions/subscriptions.d.ts +0 -7
  27. package/build/cjs/types/types/template-reporting/template.types.d.ts +0 -4
  28. package/build/cjs/types/utils/enums.d.ts +143 -0
  29. package/build/esm/index.js +6 -6
  30. package/build/esm/index.js.map +1 -1
  31. package/build/esm/types/api/api.d.ts +18 -11
  32. package/build/esm/types/mutations/index.d.ts +0 -1
  33. package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +3 -2
  34. package/build/esm/types/mutations/recipients/recipients.mutation.d.ts +7 -14
  35. package/build/esm/types/queries/checkouts/checkouts.query.d.ts +1 -105
  36. package/build/esm/types/queries/cms/cms.query.d.ts +14 -0
  37. package/build/esm/types/queries/cms/index.d.ts +1 -0
  38. package/build/esm/types/queries/data-report/data-report.query.d.ts +4 -0
  39. package/build/esm/types/queries/dialogs/dialogs.query.d.ts +2 -0
  40. package/build/esm/types/queries/dialogs/index.d.ts +1 -0
  41. package/build/esm/types/queries/index.d.ts +2 -0
  42. package/build/esm/types/queries/mfa/organization-settings.query.d.ts +1 -4
  43. package/build/esm/types/queries/payment-links/payment-links.query.d.ts +1 -0
  44. package/build/esm/types/queries/recipients/recipients.query.d.ts +1 -6
  45. package/build/esm/types/types/audit/audit.d.ts +0 -2
  46. package/build/esm/types/types/cms/cms.d.ts +47 -0
  47. package/build/esm/types/types/cms/index.d.ts +1 -0
  48. package/build/esm/types/types/data-report/data-report.d.ts +1 -4
  49. package/build/esm/types/types/index.d.ts +1 -1
  50. package/build/esm/types/types/installments/installments.d.ts +0 -4
  51. package/build/esm/types/types/mfa/mfa.d.ts +0 -4
  52. package/build/esm/types/types/recipients/index.d.ts +0 -1
  53. package/build/esm/types/types/reports/reports.d.ts +0 -1
  54. package/build/esm/types/types/subscriptions/subscriptions.d.ts +0 -7
  55. package/build/esm/types/types/template-reporting/template.types.d.ts +0 -4
  56. package/build/esm/types/utils/enums.d.ts +143 -0
  57. package/build/index.d.ts +97 -249
  58. package/build/main.0ef469d30ac1f73e.hot-update.js +46 -0
  59. package/build/main.0ef469d30ac1f73e.hot-update.js.map +1 -0
  60. package/build/main.0ef469d30ac1f73e.hot-update.json +1 -0
  61. package/build/main.12ba9763a5af2867.hot-update.js +4178 -0
  62. package/build/main.12ba9763a5af2867.hot-update.js.map +1 -0
  63. package/build/main.12ba9763a5af2867.hot-update.json +1 -0
  64. package/build/main.2f0bb65f361bc9aa.hot-update.js +2575 -0
  65. package/build/main.2f0bb65f361bc9aa.hot-update.js.map +1 -0
  66. package/build/main.2f0bb65f361bc9aa.hot-update.json +1 -0
  67. package/build/main.31b800bdfc7bcf66.hot-update.js +23 -0
  68. package/build/main.31b800bdfc7bcf66.hot-update.js.map +1 -0
  69. package/build/main.31b800bdfc7bcf66.hot-update.json +1 -0
  70. package/build/main.31ef41183a0357fd.hot-update.js +23 -0
  71. package/build/main.31ef41183a0357fd.hot-update.js.map +1 -0
  72. package/build/main.31ef41183a0357fd.hot-update.json +1 -0
  73. package/build/main.39b804b4f223333f.hot-update.js +142 -0
  74. package/build/main.39b804b4f223333f.hot-update.js.map +1 -0
  75. package/build/main.39b804b4f223333f.hot-update.json +1 -0
  76. package/build/main.3ca3490681942ed0.hot-update.js +10 -0
  77. package/build/main.3ca3490681942ed0.hot-update.js.map +1 -0
  78. package/build/main.3ca3490681942ed0.hot-update.json +1 -0
  79. package/build/main.3e4059ad01b911d5.hot-update.js +10 -0
  80. package/build/main.3e4059ad01b911d5.hot-update.js.map +1 -0
  81. package/build/main.3e4059ad01b911d5.hot-update.json +1 -0
  82. package/build/main.4ead4321633f87fd.hot-update.js +10 -0
  83. package/build/main.4ead4321633f87fd.hot-update.js.map +1 -0
  84. package/build/main.4ead4321633f87fd.hot-update.json +1 -0
  85. package/build/main.5231ec959bfdd54a.hot-update.js +823 -0
  86. package/build/main.5231ec959bfdd54a.hot-update.js.map +1 -0
  87. package/build/main.5231ec959bfdd54a.hot-update.json +1 -0
  88. package/build/main.60642e2056d40cbc.hot-update.js +23 -0
  89. package/build/main.60642e2056d40cbc.hot-update.js.map +1 -0
  90. package/build/main.60642e2056d40cbc.hot-update.json +1 -0
  91. package/build/main.7504b5e28de88b4d.hot-update.js +10 -0
  92. package/build/main.7504b5e28de88b4d.hot-update.js.map +1 -0
  93. package/build/main.7504b5e28de88b4d.hot-update.json +1 -0
  94. package/build/main.75fac631457c8400.hot-update.js +937 -0
  95. package/build/main.75fac631457c8400.hot-update.js.map +1 -0
  96. package/build/main.75fac631457c8400.hot-update.json +1 -0
  97. package/build/main.7654b5e519accc5a.hot-update.js +10 -0
  98. package/build/main.7654b5e519accc5a.hot-update.js.map +1 -0
  99. package/build/main.7654b5e519accc5a.hot-update.json +1 -0
  100. package/build/main.7734f96d14c3c07a.hot-update.js +10 -0
  101. package/build/main.7734f96d14c3c07a.hot-update.js.map +1 -0
  102. package/build/main.7734f96d14c3c07a.hot-update.json +1 -0
  103. package/build/main.79d0dd0a059cf3d2.hot-update.js +10 -0
  104. package/build/main.79d0dd0a059cf3d2.hot-update.js.map +1 -0
  105. package/build/main.79d0dd0a059cf3d2.hot-update.json +1 -0
  106. package/build/main.9a3105c0515511e6.hot-update.js +952 -0
  107. package/build/main.9a3105c0515511e6.hot-update.js.map +1 -0
  108. package/build/main.9a3105c0515511e6.hot-update.json +1 -0
  109. package/build/main.9a70cae7efc29065.hot-update.js +39 -0
  110. package/build/main.9a70cae7efc29065.hot-update.js.map +1 -0
  111. package/build/main.9a70cae7efc29065.hot-update.json +1 -0
  112. package/build/main.9b33c6fcc8fd3f57.hot-update.js +10 -0
  113. package/build/main.9b33c6fcc8fd3f57.hot-update.js.map +1 -0
  114. package/build/main.9b33c6fcc8fd3f57.hot-update.json +1 -0
  115. package/build/main.9c87c39ff7873bca.hot-update.js +10 -0
  116. package/build/main.9c87c39ff7873bca.hot-update.js.map +1 -0
  117. package/build/main.9c87c39ff7873bca.hot-update.json +1 -0
  118. package/build/main.9f7159d52fd04a7d.hot-update.js +3749 -0
  119. package/build/main.9f7159d52fd04a7d.hot-update.js.map +1 -0
  120. package/build/main.9f7159d52fd04a7d.hot-update.json +1 -0
  121. package/build/main.a0a0faaf03061b21.hot-update.js +23 -0
  122. package/build/main.a0a0faaf03061b21.hot-update.js.map +1 -0
  123. package/build/main.a0a0faaf03061b21.hot-update.json +1 -0
  124. package/build/main.b58cc596e947fb5b.hot-update.js +34 -0
  125. package/build/main.b58cc596e947fb5b.hot-update.js.map +1 -0
  126. package/build/main.b58cc596e947fb5b.hot-update.json +1 -0
  127. package/build/main.b659381d4f13795e.hot-update.js +10 -0
  128. package/build/main.b659381d4f13795e.hot-update.js.map +1 -0
  129. package/build/main.b659381d4f13795e.hot-update.json +1 -0
  130. package/build/main.bbb650ecadb0a13b.hot-update.js +61 -0
  131. package/build/main.bbb650ecadb0a13b.hot-update.js.map +1 -0
  132. package/build/main.bbb650ecadb0a13b.hot-update.json +1 -0
  133. package/build/main.bf97cc6dbbb3cdb1.hot-update.js +10 -0
  134. package/build/main.bf97cc6dbbb3cdb1.hot-update.js.map +1 -0
  135. package/build/main.bf97cc6dbbb3cdb1.hot-update.json +1 -0
  136. package/build/main.d62d5a57d5bc6614.hot-update.js +4236 -0
  137. package/build/main.d62d5a57d5bc6614.hot-update.js.map +1 -0
  138. package/build/main.d62d5a57d5bc6614.hot-update.json +1 -0
  139. package/build/main.e0010fdb661814be.hot-update.js +10 -0
  140. package/build/main.e0010fdb661814be.hot-update.js.map +1 -0
  141. package/build/main.e0010fdb661814be.hot-update.json +1 -0
  142. package/build/main.ecc2159bd4dc7d54.hot-update.js +23 -0
  143. package/build/main.ecc2159bd4dc7d54.hot-update.js.map +1 -0
  144. package/build/main.ecc2159bd4dc7d54.hot-update.json +1 -0
  145. package/build/main.f921adce709bfd01.hot-update.js +50871 -0
  146. package/build/main.f921adce709bfd01.hot-update.js.map +1 -0
  147. package/build/main.f921adce709bfd01.hot-update.json +1 -0
  148. package/build/yuno-dashboard-api-mfe.js +55915 -0
  149. package/build/yuno-dashboard-api-mfe.js.map +1 -0
  150. package/package.json +6 -6
  151. package/build/cjs/types/msw/handlers/mfa.d.ts +0 -1
  152. package/build/cjs/types/mutations/playground/index.d.ts +0 -1
  153. package/build/cjs/types/mutations/playground/playground.mutation.d.ts +0 -7
  154. package/build/cjs/types/types/playground/index.d.ts +0 -1
  155. package/build/cjs/types/types/playground/playground.d.ts +0 -33
  156. package/build/cjs/types/types/recipients/recipients-export.d.ts +0 -52
  157. package/build/esm/types/msw/handlers/mfa.d.ts +0 -1
  158. package/build/esm/types/mutations/playground/index.d.ts +0 -1
  159. package/build/esm/types/mutations/playground/playground.mutation.d.ts +0 -7
  160. package/build/esm/types/types/playground/index.d.ts +0 -1
  161. package/build/esm/types/types/playground/playground.d.ts +0 -33
  162. package/build/esm/types/types/recipients/recipients-export.d.ts +0 -52
package/build/index.d.ts CHANGED
@@ -1629,6 +1629,54 @@ declare namespace Country {
1629
1629
  }
1630
1630
  }
1631
1631
 
1632
+ declare namespace Cms {
1633
+ enum Locale {
1634
+ EN = "en",
1635
+ ES = "es",
1636
+ PT = "pt"
1637
+ }
1638
+ enum Target {
1639
+ BLANK = "_blank",
1640
+ PARENT = "_parent",
1641
+ SELF = "_self",
1642
+ TOP = "_top"
1643
+ }
1644
+ interface Content<T> {
1645
+ id: 1;
1646
+ attributes: T;
1647
+ }
1648
+ interface BaseItem {
1649
+ createdAt: string;
1650
+ updatedAt: string;
1651
+ publishedAt: string;
1652
+ locale: Locale;
1653
+ }
1654
+ interface MenuItem extends BaseItem {
1655
+ text: string;
1656
+ pathname?: string;
1657
+ position: number;
1658
+ icon?: string;
1659
+ type?: 'SUB_HEADER';
1660
+ target?: Target;
1661
+ permission: string;
1662
+ }
1663
+ type Menu = GroupByLocale<MenuItem>;
1664
+ type GroupByLocale<T> = {
1665
+ [key in Locale]: T;
1666
+ };
1667
+ type StatusStyle = {
1668
+ status: string;
1669
+ sub_status?: string;
1670
+ icon: string;
1671
+ type: string;
1672
+ label: string;
1673
+ };
1674
+ type Language = {
1675
+ code: string;
1676
+ name: string;
1677
+ };
1678
+ }
1679
+
1632
1680
  declare namespace Checkout {
1633
1681
  export interface PaymentMethodsPayload {
1634
1682
  payment_method_type: string;
@@ -2054,7 +2102,6 @@ interface ICreateReportsRequest {
2054
2102
  interface ICreateReconciliationsReportV3Request {
2055
2103
  accounts: string[];
2056
2104
  columns: string[];
2057
- columns_metadata?: string[];
2058
2105
  filters: Record<string, unknown>;
2059
2106
  }
2060
2107
  interface IListScheduledReportsResponse {
@@ -2644,10 +2691,7 @@ declare namespace DataReport {
2644
2691
  PROVIDERS = "providers",
2645
2692
  COUNTRIES = "countries",
2646
2693
  UNIQUE_CUSTOMER_PAYMENTS = "unique-customer-payments",
2647
- TOTAL_PAYMENTS = "total-payments",
2648
- CARD_TYPES = "card-types",
2649
- CARD_BRANDS = "card-brands",
2650
- ISSUERS = "issuers"
2694
+ TOTAL_PAYMENTS = "total-payments"
2651
2695
  }
2652
2696
  export interface SmartRouting {
2653
2697
  version: string;
@@ -4116,7 +4160,6 @@ declare namespace Audit {
4116
4160
  time_zone: string;
4117
4161
  account_codes?: string[] | null;
4118
4162
  }
4119
- type MonitorType = 'CREATED TRANSACTIONS' | 'SUCCEEDED TRANSACTIONS';
4120
4163
  interface AuditMonitorData {
4121
4164
  alert_id: number;
4122
4165
  status: string;
@@ -4135,7 +4178,6 @@ declare namespace Audit {
4135
4178
  condition_set_id: number;
4136
4179
  approval_rate: number;
4137
4180
  account_code: string;
4138
- monitor_type?: MonitorType | null;
4139
4181
  }
4140
4182
  interface AuditMonitors {
4141
4183
  page: number;
@@ -4580,10 +4622,6 @@ declare namespace MFA {
4580
4622
  interface MFAStatusResponse {
4581
4623
  status: MFAStatus;
4582
4624
  }
4583
- interface WorkOsMfaStatus {
4584
- mfa_active: boolean;
4585
- factor_id: string | null;
4586
- }
4587
4625
  }
4588
4626
 
4589
4627
  declare namespace Translation {
@@ -4840,9 +4878,6 @@ interface TemplateMetadata {
4840
4878
  timezone: {
4841
4879
  enabled: boolean;
4842
4880
  };
4843
- columns_metadata?: {
4844
- enabled: boolean;
4845
- };
4846
4881
  }
4847
4882
  interface TemplateSelection {
4848
4883
  version: number;
@@ -4852,7 +4887,6 @@ interface TemplateSelection {
4852
4887
  mode: ColumnModeType;
4853
4888
  keys?: string[];
4854
4889
  };
4855
- columns_metadata?: string[];
4856
4890
  }
4857
4891
  interface ReportTemplateMetadata {
4858
4892
  id: number;
@@ -5324,59 +5358,6 @@ interface GetOnboardingTimelineParams {
5324
5358
  onboarding_id: string;
5325
5359
  }
5326
5360
 
5327
- declare namespace RecipientsExport {
5328
- interface ExportFilters {
5329
- type?: string;
5330
- countries?: string[];
5331
- entity_types?: string[];
5332
- sort_by?: string;
5333
- sort_order?: string;
5334
- columns?: string[];
5335
- }
5336
- interface CreateExportRequest {
5337
- export_name: string;
5338
- filters: ExportFilters;
5339
- }
5340
- interface ExportItem {
5341
- code: string;
5342
- export_name: string;
5343
- status: 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED';
5344
- download_url: string | null;
5345
- error_message: string | null;
5346
- created_at: string;
5347
- }
5348
- interface ExportListResponse {
5349
- content: ExportItem[];
5350
- empty: boolean;
5351
- first: boolean;
5352
- last: boolean;
5353
- number: number;
5354
- number_of_elements: number;
5355
- size: number;
5356
- pageable: {
5357
- offset: number;
5358
- page_number: number;
5359
- page_size: number;
5360
- paged: boolean;
5361
- sort: {
5362
- empty: boolean;
5363
- sorted: boolean;
5364
- unsorted: boolean;
5365
- };
5366
- unpaged: boolean;
5367
- };
5368
- sort: {
5369
- empty: boolean;
5370
- sorted: boolean;
5371
- unsorted: boolean;
5372
- };
5373
- }
5374
- }
5375
- interface GetRecipientExportsParams {
5376
- page?: number;
5377
- size?: number;
5378
- }
5379
-
5380
5361
  interface CreateRecipientDocument {
5381
5362
  document_number: string;
5382
5363
  document_type: string;
@@ -5566,7 +5547,6 @@ declare namespace Installments {
5566
5547
  amount: PlanAmount;
5567
5548
  availability?: Availability;
5568
5549
  types_list?: string[] | null;
5569
- payment_method_type?: string;
5570
5550
  created_at?: string;
5571
5551
  updated_at?: string;
5572
5552
  }
@@ -5578,7 +5558,6 @@ declare namespace Installments {
5578
5558
  amount?: PlanAmount;
5579
5559
  installments_plan?: InstallmentPlanItem[];
5580
5560
  availability?: Availability;
5581
- payment_method_type?: string;
5582
5561
  }
5583
5562
  interface CreateInstallmentsPlanResponse extends InstallmentsPlan {
5584
5563
  }
@@ -5588,7 +5567,6 @@ declare namespace Installments {
5588
5567
  amount?: PlanAmount;
5589
5568
  installments_plan?: InstallmentPlanItem[];
5590
5569
  availability?: Availability;
5591
- payment_method_type?: string;
5592
5570
  }
5593
5571
  interface UpdateInstallmentsPlanResponse extends InstallmentsPlan {
5594
5572
  }
@@ -5624,7 +5602,6 @@ declare namespace Installments {
5624
5602
  amount?: PlanAmount;
5625
5603
  installments_plan?: InstallmentPlanItem[];
5626
5604
  availability?: Availability;
5627
- payment_method_type?: string;
5628
5605
  }
5629
5606
  interface BulkCreateInstallmentsPlansResponse {
5630
5607
  created: InstallmentsPlan[];
@@ -5687,40 +5664,6 @@ declare namespace ConciergeAlerts {
5687
5664
  };
5688
5665
  }
5689
5666
 
5690
- declare namespace Playground {
5691
- type FlowType = 'DIRECT';
5692
- type FlowStatus = 'SUCCESS' | 'PARTIAL_FAILURE' | 'FAILURE';
5693
- type StepStatus = 'SUCCESS' | 'FAILED' | 'SKIPPED';
5694
- type StepName = 'CREATE_CUSTOMER' | 'CREATE_CHECKOUT_SESSION' | 'CREATE_PAYMENT';
5695
- interface ExecuteFlowPayload {
5696
- flow_type: FlowType;
5697
- config: {
5698
- capture: boolean;
5699
- };
5700
- customer: Record<string, unknown>;
5701
- payment_method: Record<string, unknown>;
5702
- country: string;
5703
- amount: Record<string, unknown>;
5704
- account_id: string;
5705
- payment_description: string;
5706
- }
5707
- interface StepResult {
5708
- step: StepName;
5709
- status: StepStatus;
5710
- http_status: number | null;
5711
- response: Record<string, unknown> | null;
5712
- error_message: string | null;
5713
- duration_ms: number;
5714
- }
5715
- interface ExecuteFlowResponse {
5716
- status: FlowStatus;
5717
- failed_step: string | null;
5718
- error_message: string | null;
5719
- steps: StepResult[];
5720
- total_duration_ms: number;
5721
- }
5722
- }
5723
-
5724
5667
  type DeleteMutation = UseMutationResult<AxiosResponse<Organization.AccountOrganization, unknown>, {
5725
5668
  response: {
5726
5669
  data: {
@@ -6009,9 +5952,10 @@ declare function useSmartRoutingMultiAccountDeclinedGroupCreate(organizationCode
6009
5952
  declare const useCreateMonitorThreshold: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
6010
5953
  declare const useCreateMonitorTemplate: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
6011
5954
 
6012
- declare function usePostSlackFeatureNotification(): _tanstack_react_query.UseMutationResult<unknown, unknown, {
5955
+ declare function usePostSlackMessageChannel(): _tanstack_react_query.UseMutationResult<unknown, unknown, {
6013
5956
  payload: {
6014
- feature: string;
5957
+ channel: string;
5958
+ text: string;
6015
5959
  };
6016
5960
  }, unknown>;
6017
5961
 
@@ -6413,6 +6357,8 @@ declare function useGetHashPylon(): UseQueryResult<{
6413
6357
 
6414
6358
  declare function useGetConnections(): _tanstack_react_query.UseQueryResult<Connection.Connection[], CustomAxiosResponse<null>>;
6415
6359
 
6360
+ declare function useGetDialogs(): UseQueryResult<any, unknown>;
6361
+
6416
6362
  type PendingDuplicateAccount = {
6417
6363
  code: string;
6418
6364
  target_account_name: string;
@@ -6462,6 +6408,17 @@ declare function useGetRolesForImpersonation(organizationCode?: string): UseQuer
6462
6408
  }>, unknown>;
6463
6409
  declare function useGetPendingDuplicateAccounts(refetchInterval?: number): UseQueryResult<AxiosResponse<PendingDuplicateAccountsResponse>, AxiosError>;
6464
6410
 
6411
+ declare function useGetMenu(): UseQueryResult<Cms.Menu, unknown>;
6412
+ declare function useGetPaymentStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
6413
+ declare function useGetTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
6414
+ declare function useGetReconciliationTransactionStatusesStyles(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
6415
+ declare function useGetTimeZoneCatalog(): UseQueryResult<Array<TimeZoneCatalog>, unknown>;
6416
+ declare function useGetAuditLogsFilters(): UseQueryResult<Array<Cms.StatusStyle>, unknown>;
6417
+ declare function useGetDashboardStaticContents(): UseQueryResult<Array<{
6418
+ [key: string]: string;
6419
+ }>, unknown>;
6420
+ declare function useGetLocales(): UseQueryResult<Cms.Language[], AxiosError>;
6421
+
6465
6422
  interface ErrorProp {
6466
6423
  name?: string;
6467
6424
  }
@@ -6492,111 +6449,7 @@ declare function useGetRoutingMonitorsTemplate(code: string, organizationCode: s
6492
6449
 
6493
6450
  declare function useGetCheckouts({ accountCode }: {
6494
6451
  accountCode: any;
6495
- }, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): {
6496
- refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
6497
- data: Checkout.CheckoutList[];
6498
- error: unknown;
6499
- isError: true;
6500
- isLoading: false;
6501
- isLoadingError: false;
6502
- isRefetchError: true;
6503
- isSuccess: false;
6504
- status: "error";
6505
- dataUpdatedAt: number;
6506
- errorUpdatedAt: number;
6507
- failureCount: number;
6508
- failureReason: unknown;
6509
- errorUpdateCount: number;
6510
- isFetched: boolean;
6511
- isFetchedAfterMount: boolean;
6512
- isFetching: boolean;
6513
- isInitialLoading: boolean;
6514
- isPaused: boolean;
6515
- isPlaceholderData: boolean;
6516
- isPreviousData: boolean;
6517
- isRefetching: boolean;
6518
- isStale: boolean;
6519
- remove: () => void;
6520
- fetchStatus: _tanstack_react_query.FetchStatus;
6521
- } | {
6522
- refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
6523
- data: Checkout.CheckoutList[];
6524
- error: null;
6525
- isError: false;
6526
- isLoading: false;
6527
- isLoadingError: false;
6528
- isRefetchError: false;
6529
- isSuccess: true;
6530
- status: "success";
6531
- dataUpdatedAt: number;
6532
- errorUpdatedAt: number;
6533
- failureCount: number;
6534
- failureReason: unknown;
6535
- errorUpdateCount: number;
6536
- isFetched: boolean;
6537
- isFetchedAfterMount: boolean;
6538
- isFetching: boolean;
6539
- isInitialLoading: boolean;
6540
- isPaused: boolean;
6541
- isPlaceholderData: boolean;
6542
- isPreviousData: boolean;
6543
- isRefetching: boolean;
6544
- isStale: boolean;
6545
- remove: () => void;
6546
- fetchStatus: _tanstack_react_query.FetchStatus;
6547
- } | {
6548
- refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
6549
- data: undefined;
6550
- error: unknown;
6551
- isError: true;
6552
- isLoading: false;
6553
- isLoadingError: true;
6554
- isRefetchError: false;
6555
- isSuccess: false;
6556
- status: "error";
6557
- dataUpdatedAt: number;
6558
- errorUpdatedAt: number;
6559
- failureCount: number;
6560
- failureReason: unknown;
6561
- errorUpdateCount: number;
6562
- isFetched: boolean;
6563
- isFetchedAfterMount: boolean;
6564
- isFetching: boolean;
6565
- isInitialLoading: boolean;
6566
- isPaused: boolean;
6567
- isPlaceholderData: boolean;
6568
- isPreviousData: boolean;
6569
- isRefetching: boolean;
6570
- isStale: boolean;
6571
- remove: () => void;
6572
- fetchStatus: _tanstack_react_query.FetchStatus;
6573
- } | {
6574
- refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
6575
- data: undefined;
6576
- error: null;
6577
- isError: false;
6578
- isLoading: true;
6579
- isLoadingError: false;
6580
- isRefetchError: false;
6581
- isSuccess: false;
6582
- status: "loading";
6583
- dataUpdatedAt: number;
6584
- errorUpdatedAt: number;
6585
- failureCount: number;
6586
- failureReason: unknown;
6587
- errorUpdateCount: number;
6588
- isFetched: boolean;
6589
- isFetchedAfterMount: boolean;
6590
- isFetching: boolean;
6591
- isInitialLoading: boolean;
6592
- isPaused: boolean;
6593
- isPlaceholderData: boolean;
6594
- isPreviousData: boolean;
6595
- isRefetching: boolean;
6596
- isStale: boolean;
6597
- remove: () => void;
6598
- fetchStatus: _tanstack_react_query.FetchStatus;
6599
- };
6452
+ }, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): _tanstack_react_query.UseQueryResult<Checkout.CheckoutList[], unknown>;
6600
6453
  declare const getQueryKeyGetNameAndIcon: ({ paymentMethodType, type, }: Checkout.GetNameAndIconArgs) => string[];
6601
6454
  declare const useGetNameAndIcon: ({ paymentMethodType, type }: Checkout.GetNameAndIconArgs, option?: UseQueryOptions<Checkout.GetNameAndIconResponse, unknown, Checkout.GetNameAndIconResponse>) => _tanstack_react_query.UseQueryResult<Checkout.GetNameAndIconResponse, unknown>;
6602
6455
  declare const getQueryKeyRequiredFields: ({ paymentMethodType, type, }: Checkout.GetRequiredFieldsArgs) => string[];
@@ -6872,7 +6725,11 @@ declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMe
6872
6725
  }): UseQueryResult<any, unknown>;
6873
6726
  declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
6874
6727
  declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
6728
+ declare function useInsightsVolumeMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
6875
6729
  declare function useInsightsVolumeMetricsV2(account_codes: string, params: DataReport.InsightMetricParams, path: DataReport.InsightsVolumeMetricsV2Path, enabled?: boolean): UseQueryResult<any, unknown>;
6730
+ declare function useInsightsTotalPaymentsAndFraudMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
6731
+ declare function useInsightsCustomerPaymentsAndFraudMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
6732
+ declare function useInsightsOverviewMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
6876
6733
  declare function useInsightsOverviewMetricsV3(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): UseQueryResult<any, unknown>;
6877
6734
  declare function useInsightsHomeMetrics(params: DataReport.InsightsHomeMetrics): UseQueryResult<any, unknown>;
6878
6735
  declare function useGetInsightsReport(params: DataReport.InsightExportParams): UseQueryResult<any, unknown>;
@@ -7024,6 +6881,7 @@ declare function useGetPaymentLinks(params: any, accountCode: any): UseQueryResu
7024
6881
  declare function useGetPaymentLinkByCode(paymentLinkCode: any): UseQueryResult<any, unknown>;
7025
6882
  declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
7026
6883
  declare function useGetCountriesConfigPaymentLinkV2(acceptLanguage?: string): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
6884
+ declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
7027
6885
 
7028
6886
  declare function useGetSubscriptionByCode(subscriptionCode: string, enabled?: boolean): UseQueryResult<any, unknown>;
7029
6887
  declare function useGetSubscriptionPayments(subscriptionCode: string, page?: number, size?: number, enabled?: boolean): UseQueryResult<any, unknown>;
@@ -7062,9 +6920,6 @@ declare function useGetMFAConfig({ organizationCode, }: {
7062
6920
  declare function useGetMFAStatus({ accountCode, }: {
7063
6921
  accountCode: string;
7064
6922
  }, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig, unknown>;
7065
- declare function useGetWorkOsMfaStatus({ enabled, }: {
7066
- enabled: boolean;
7067
- }): UseQueryResult<MFA.WorkOsMfaStatus, unknown>;
7068
6923
 
7069
6924
  declare function useGetSamlConfig(organizationCode: string): UseQueryResult<SamlConfig.SamlConfigResponse, AxiosError>;
7070
6925
 
@@ -7160,11 +7015,6 @@ declare function useGetRecipients(organizationCode: string, params: GetRecipient
7160
7015
  declare function useGetRecipientById(organizationCode: string, params: GetRecipientByIdParams, enabled?: boolean): UseQueryResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse>>;
7161
7016
  declare function useGetOnboardingDetail(organizationCode: string, params: GetOnboardingDetailParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse>>;
7162
7017
  declare function useGetOnboardingTimeline(organizationCode: string, params: GetOnboardingTimelineParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingTimeline, AxiosError<BFFErrorResponse>>;
7163
- declare function useGetRecipientExports(accountCode: string, params: GetRecipientExportsParams, enabled?: boolean): UseQueryResult<RecipientsExport.ExportListResponse, AxiosError<BFFErrorResponse>>;
7164
- declare function useGetRecipientExportDownload(accountCode: string, exportCode: string, enabled?: boolean): UseQueryResult<{
7165
- download_url: string;
7166
- expires_in_seconds: number;
7167
- }, AxiosError<BFFErrorResponse>>;
7168
7018
 
7169
7019
  declare function useGetInstallmentsPlans(accountCode: string, enabled?: boolean, params?: Installments.GetInstallmentsPlansParams): UseQueryResult<Installments.GetInstallmentsPlansResponse, Error>;
7170
7020
  declare function useSearchInstallmentsPlans(payload: Installments.SearchInstallmentsPlansRequest, enabled?: boolean): UseQueryResult<Installments.SearchInstallmentsPlansResponse, Error>;
@@ -7309,18 +7159,13 @@ declare function useBulkDeleteInstallmentsPlans(): _tanstack_react_query.UseMuta
7309
7159
  payload: Installments.BulkDeleteInstallmentsPlansRequest;
7310
7160
  }, unknown>;
7311
7161
 
7312
- declare function useCreateRecipientExport(): UseMutationResult<RecipientsExport.ExportItem, unknown>;
7313
- declare function useDownloadRecipientExport(): UseMutationResult<{
7314
- download_url: string;
7315
- expires_in_seconds: number;
7316
- }, unknown>;
7317
- declare function useCreateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, CreateRecipientParams, unknown>;
7318
- declare function useUpdateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, UpdateRecipientParams, unknown>;
7319
- declare function useDeleteRecipient(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, DeleteRecipientParams, unknown>;
7320
- declare function useCreateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, CreateOnboardingParams, unknown>;
7321
- declare function useUpdateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, UpdateOnboardingParams, unknown>;
7322
- declare function useBlockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, BlockOnboardingParams, unknown>;
7323
- declare function useUnblockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, UnblockOnboardingParams, unknown>;
7162
+ declare function useCreateRecipient(): _tanstack_react_query.UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, CreateRecipientParams, unknown>;
7163
+ declare function useUpdateRecipient(): _tanstack_react_query.UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, UpdateRecipientParams, unknown>;
7164
+ declare function useDeleteRecipient(): _tanstack_react_query.UseMutationResult<void, AxiosError<BFFErrorResponse, any>, DeleteRecipientParams, unknown>;
7165
+ declare function useCreateOnboarding(): _tanstack_react_query.UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, CreateOnboardingParams, unknown>;
7166
+ declare function useUpdateOnboarding(): _tanstack_react_query.UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, UpdateOnboardingParams, unknown>;
7167
+ declare function useBlockOnboarding(): _tanstack_react_query.UseMutationResult<void, AxiosError<BFFErrorResponse, any>, BlockOnboardingParams, unknown>;
7168
+ declare function useUnblockOnboarding(): _tanstack_react_query.UseMutationResult<void, AxiosError<BFFErrorResponse, any>, UnblockOnboardingParams, unknown>;
7324
7169
 
7325
7170
  declare function useCreateConciergeAlert(): UseMutationResult<ConciergeAlerts.CreateAlertResponse, ConciergeAlerts.Error, ConciergeAlerts.CreateAlertPayload>;
7326
7171
  declare function useDeleteConciergeAlert(): UseMutationResult<ConciergeAlerts.DeleteAlertResponse, ConciergeAlerts.Error, string>;
@@ -7329,10 +7174,6 @@ declare function useEnableConciergeAlert(): UseMutationResult<ConciergeAlerts.En
7329
7174
  payload: ConciergeAlerts.EnableAlertPayload;
7330
7175
  }>;
7331
7176
 
7332
- declare function usePostPlaygroundExecuteFlow(): UseMutationResult<Playground.ExecuteFlowResponse, AxiosError<BFFErrorResponse>, {
7333
- payload: Playground.ExecuteFlowPayload;
7334
- }>;
7335
-
7336
7177
  interface S3Payload {
7337
7178
  payload: S3Client.PayloadV2;
7338
7179
  handleSetProgress?: (progress: number) => void;
@@ -7459,6 +7300,7 @@ declare class Api extends HttpClient {
7459
7300
  connections: [integration_code: string, account_code: string];
7460
7301
  };
7461
7302
  }): Promise<AxiosResponse<T, any>>;
7303
+ getDialogs<T>(): Promise<AxiosResponse<T, any>>;
7462
7304
  getWebhookParamsV2<T>(): Promise<AxiosResponse<T, Webhook.ParamV2[]>>;
7463
7305
  getWebhooksV3<T>({ accountCode, name, }: {
7464
7306
  accountCode: string;
@@ -7472,6 +7314,7 @@ declare class Api extends HttpClient {
7472
7314
  }): Promise<AxiosResponse<T>>;
7473
7315
  deleteWebhookV2<T>(code: string, accountCode: string): Promise<AxiosResponse<T>>;
7474
7316
  updateWebhookV2<T>(code: string, payload: any, accountCode: string): Promise<AxiosResponse<T>>;
7317
+ getMenu<T>(): Promise<AxiosResponse<T>>;
7475
7318
  postWebhookLogs<T>({ payload: { account_code, ...rest }, }: {
7476
7319
  payload: Audit.AuditWebhooksParams;
7477
7320
  }): Promise<AxiosResponse<T>>;
@@ -7498,8 +7341,15 @@ declare class Api extends HttpClient {
7498
7341
  postApiLogsStatsErrorsByEndpoint<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
7499
7342
  postApiLogsList<T>(payload: Audit.ApiLogsListParams): Promise<AxiosResponse<T>>;
7500
7343
  getApiLogsV3ByPaymentCode<T>(paymentCode: string, createdAtFrom?: string): Promise<AxiosResponse<T>>;
7344
+ useGetPaymentStatusesStyles<T>(): Promise<AxiosResponse<T, any>>;
7345
+ useGetTransactionStatusesStyles<T>(): Promise<AxiosResponse<T, any>>;
7346
+ useGetReconciliationTransactionStatusesStyles<T>(): Promise<AxiosResponse<T, any>>;
7501
7347
  useGetCountriesConfig<T>(): Promise<AxiosResponse<T, any>>;
7502
7348
  useGetCountriesConfigV2<T>(acceptLanguage?: string): Promise<AxiosResponse<T, any>>;
7349
+ useGetTimeZoneCatalog<T>(): Promise<AxiosResponse<T, any>>;
7350
+ useGetAuditLogsFilters<T>(): Promise<AxiosResponse<T, any>>;
7351
+ getDashboardStaticContents<T>(): Promise<AxiosResponse<T, any>>;
7352
+ getLocales<T>(): Promise<AxiosResponse<T, any>>;
7503
7353
  getSmartRoutingMethods<T>(accountCode: string, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
7504
7354
  putSmartRoutingToggleMethod<T>(accountCode: string, paymentMethod: string, active: boolean, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
7505
7355
  getSmartRoutingConditionTypes<T>(accountCode: string, paymentMethod: string, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
@@ -7543,6 +7393,7 @@ declare class Api extends HttpClient {
7543
7393
  getInsightsMetricsConversionRateV2<T>(params: DataReport.InsightMetricParams, path: string): Promise<AxiosResponse<T, any>>;
7544
7394
  getInsightsMetricsConversionRateViewMore<T>(params: DataReport.InsightMetricParams, type: string): Promise<AxiosResponse<T, any>>;
7545
7395
  getInsightFallbackMetrics<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7396
+ getInsightsMetricsVolume<T>(account_codes: string, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7546
7397
  getInsightsMetricsVolumeV2<T>(account_codes: string, path: DataReport.InsightsVolumeMetricsV2Path, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7547
7398
  getInsightsFraudScreeningVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
7548
7399
  getInsightsFraudScreeningConversionRate(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
@@ -7558,8 +7409,11 @@ declare class Api extends HttpClient {
7558
7409
  getInsightsChargebacksReasonsDistribution(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
7559
7410
  getInsightsChargebacksStatusDistribution(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
7560
7411
  getInsightsChargebacksByCardBrand(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
7412
+ getInsightOverview<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7561
7413
  getInsightOverviewV3<T>(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): Promise<AxiosResponse<T, any>>;
7562
7414
  getInsighstHomeMetrics<T>(params: DataReport.InsightsHomeMetrics): Promise<AxiosResponse<T, any>>;
7415
+ getInsightsMetricsTotalPaymentsAndFraud<T>(account_codes: string, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7416
+ getInsightsMetricsCustomerPaymentsAndFraud<T>(account_codes: string, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7563
7417
  getCheckouts({ accountCode, }: {
7564
7418
  accountCode: any;
7565
7419
  }): Promise<AxiosResponse<Checkout.CheckoutList[]>>;
@@ -7671,8 +7525,9 @@ declare class Api extends HttpClient {
7671
7525
  getMergedNotifications<T>(): Promise<AxiosResponse<T>>;
7672
7526
  getNotificationsCustomer<T>(customer: any): Promise<AxiosResponse<T>>;
7673
7527
  getValidateOpsgenieKey<T>(key: any): Promise<AxiosResponse<T>>;
7674
- postSlackFeatureNotification<T>(payload: {
7675
- feature: string;
7528
+ postSlackMessageChannel<T>(payload: {
7529
+ channel: string;
7530
+ text: string;
7676
7531
  }): Promise<AxiosResponse<T>>;
7677
7532
  pathNotification<T>(payload: PathNotification): Promise<AxiosResponse<T>>;
7678
7533
  getNotificationsNumber<T>(customer: any): Promise<AxiosResponse<T>>;
@@ -7769,6 +7624,7 @@ declare class Api extends HttpClient {
7769
7624
  postRescheduleSubscription<T>(subscriptionCode: string): Promise<AxiosResponse<T, any>>;
7770
7625
  getSubscriptionPayments<T>(subscriptionCode: string, page?: number, size?: number): Promise<AxiosResponse<T, any>>;
7771
7626
  postListSubscriptions<T>(payload: ListSubscriptionsParams): Promise<AxiosResponse<T, any>>;
7627
+ getTimezone<T>(organizationCode: string): Promise<AxiosResponse<T, any>>;
7772
7628
  getInstallmentPlans(params?: Installments.GetInstallmentsPlansParams): Promise<AxiosResponse<Installments.GetInstallmentsPlansResponse>>;
7773
7629
  createInstallmentsPlan<T, P = unknown>(payload: P): Promise<AxiosResponse<T>>;
7774
7630
  updateInstallmentsPlan<T, P = unknown>(code: string, payload: P): Promise<AxiosResponse<T>>;
@@ -7871,7 +7727,6 @@ declare class Api extends HttpClient {
7871
7727
  organizationCode: any;
7872
7728
  }): Promise<AxiosResponse<T, any>>;
7873
7729
  getMFAEnforcementStatus<T>(): Promise<AxiosResponse<T, any>>;
7874
- getWorkOsMfaStatus<T>(): Promise<AxiosResponse<T, any>>;
7875
7730
  updateMFAConfig<T>(payload: OrganizationSettings.MfaConfigRequest, organizationCode: string): Promise<AxiosResponse<T, any>>;
7876
7731
  mfaExcludeUsers<T>(users: OrganizationSettings.MfaUserExcluded[], organizationCode: string): Promise<AxiosResponse<T, any>>;
7877
7732
  getAllConfigRules<T>(): Promise<AxiosResponse<T, any>>;
@@ -7974,12 +7829,6 @@ declare class Api extends HttpClient {
7974
7829
  getRecipientById<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
7975
7830
  getOnboardingDetail<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
7976
7831
  getOnboardingTimeline<T>(organizationCode: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
7977
- createRecipientExport<T>(payload: unknown, accountCode: string): Promise<AxiosResponse<T, any>>;
7978
- getRecipientExports<T>(params: {
7979
- page?: number;
7980
- size?: number;
7981
- }, accountCode: string): Promise<AxiosResponse<T, any>>;
7982
- downloadRecipientExport<T>(exportCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
7983
7832
  createRecipient<T>(organizationCode: string, payload: CreateRecipientPayload): Promise<AxiosResponse<T, any>>;
7984
7833
  updateRecipient<T>(organizationCode: string, recipientId: string, payload: UpdateRecipientPayload): Promise<AxiosResponse<T, any>>;
7985
7834
  deleteRecipient<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
@@ -7992,7 +7841,6 @@ declare class Api extends HttpClient {
7992
7841
  createConciergeAlert<T>(payload: ConciergeAlerts.CreateAlertPayload): Promise<AxiosResponse<T>>;
7993
7842
  deleteConciergeAlert<T>(alertId: string): Promise<AxiosResponse<T>>;
7994
7843
  enableConciergeAlert<T>(alertId: string, payload: ConciergeAlerts.EnableAlertPayload): Promise<AxiosResponse<T>>;
7995
- postPlaygroundExecuteFlow<T>(payload: Playground.ExecuteFlowPayload): Promise<AxiosResponse<T, unknown>>;
7996
7844
  }
7997
7845
 
7998
7846
  declare class ApiSingleton extends Api {
@@ -8043,5 +7891,5 @@ declare const useOrganizationCode: () => any;
8043
7891
 
8044
7892
  declare const useAccountCode: () => any;
8045
7893
 
8046
- export { AI, Accounts, Api, ApiErrorCodes, ApiProvider, ApiSingleton, Audit, BatchRefunds, CONCIERGE_ALERTS_QUERY_KEY, CONCIERGE_ALERT_BY_ID_QUERY_KEY, Checkout, ConciergeAlerts, Connection, Country, DataReport, Developer, DuplicateSetting, FEEDBACK_ISSUE_OPTIONS, FraudScreening, Installments, MFA, Notifications, Onboarding, OperationTransaction, Organization, OrganizationConfig, OrganizationSettings, Payment, PaymentFiltersSection, PaymentLinks, Payouts, PendingDuplicateAccountStatus, Playground, Recipients, RecipientsExport, Reconciliation, ReconciliationAdvancements, ReconciliationAgenda, ReconciliationAgendaInsight, ReconciliationAlerts, ReconciliationFees, ReconciliationInsights, ReconciliationReportType, ReconciliationSales, ReportType, Reports, RoutingMonitors, S3Client, SamlConfig, SendPaymentNotification, SmartRouting, Team, TemplateReporting, TemplateType, Translation, User, VelocityRules, Webhook, getQueryKeyGetNameAndIcon, getQueryKeyPaymentMethodAccounts, getQueryKeyRequiredFields, queryCache, queryClient, use3DSExemptions, useAICreateWorkflow, useAccountCode, useAddToRiskList, useAllFeatureFlags, useAllowListDetail, useBlackListDetail, useBlockOnboarding, useBulkCreateInstallmentsPlans, useBulkDeleteInstallmentsPlans, useBulkToggleMethod, useCachedFeatureFlag, useCancelReport, useCancelSubscription, useChangePasswordV2, useChangePaymentsWebhook, useChangeStatusBlackList, useChangeStatusItemBlackList, useChangeStylingSettings, useChangeTemplateStatus, useChargebacksUpload, useChartAssistantSocket, useChartExecute, useCloneTemplate, useCommunicationDetails, useCommunications, useCommunicationsByDay, useCommunicationsBySubstatus, useCommunicationsFilters, useCommunicationsSubstatusByDay, useConfirmedOtpMfa, useCountRowsForReport, useCreateAndExecuteChart, useCreateAndExecuteChartWithTimezone, useCreateChart, useCreateChartWithTimezone, useCreateConciergeAlert, useCreateInstallmentsPlan, useCreateMonitorTemplate, useCreateMonitorThreshold, useCreateOnboarding, useCreateOperationTransaction, useCreateOrgRole, useCreatePaymentLinks, useCreateRecipient, useCreateRecipientExport, useCreateReconciliationAlert, useCreateReconciliationReportTemplate, useCreateReconciliationsReportV2, useCreateReconciliationsReportV3, useCreateReportTemplate, useCreateReportV2, useCreateRoles, useCreateSamlConfig, useCreateSchedule, useCreateScheduledReport, useCreateSubscription, useCreateTemplate, useCreateUserAuth0, useCreateWorkflow, useDeleteAccountsUserMassive, useDeleteAllowlistItem, useDeleteBlackListType, useDeleteBlockListItem, useDeleteChart, useDeleteConciergeAlert, useDeleteCustomizedApiKeys, useDeleteInstallmentsPlan, useDeleteOrgRole, useDeletePaymentLink, useDeleteRecipient, useDeleteReconciliationAlert, useDeleteReportTemplate, useDeleteRoles, useDeleteSamlConfig, useDeleteSchedule, useDeleteScheduledReport, useDeleteTemplate, useDeleteUserTeamV2, useDeleteVersion, useDeleteWebhookV2, useDisableSchedule, useDownloadRecipientExport, useDuplicateAccount, useDuplicateVersion, useEditOrgRole, useEditPaymentLinks, useEditRoles, useEmailVerification, useEnableConciergeAlert, useExcludeUsers, useExportApiLogs, useExportDashboardLogs, useExportMonitorsLogs, useExportWebhooksLogs, useFeatureFlags, useFetchUserExportDetail, useFirebaseUserSubscribe, useGenerateFeedback, useGetAccounts, useGetAccountsByUser, useGetAccountsForImpersonation, useGetAccountsV2, useGetAllConfigRules, useGetAllOrganizations, useGetAllReconciliationsAdvancements, useGetAllReconciliationsAgenda, useGetAllReconciliationsAlerts, useGetAllReconciliationsFees, useGetAllReconciliationsSales, useGetAllTableColumns, useGetAllowedIps, useGetApiLogsByTransactionCode, useGetApiLogsDetailByPaymentCode, useGetApiLogsList, useGetApiLogsStatsErrors, useGetApiLogsStatsErrorsByEndpoint, useGetApiLogsStatsRequests, useGetApiLogsV3, useGetApiLogsV3ByPaymentCode, useGetAuditEvents, useGetAuditExportDownload, useGetAuditExportsList, useGetAuditMonitorEventDetail, useGetBatchRefundProcessedFileDownload, useGetBatchRefundUserFileDownload, useGetBatchRefunds, useGetBlackList, useGetBlockListSummary, useGetCardBrands, useGetChartFeedback, useGetChartsByUser, useGetChartsByUserWithResults, useGetCheckouts, useGetConciergeAlertById, useGetConciergeAlerts, useGetConditionalConfigRules, useGetConfigAllowlist, useGetConnections, useGetConnectionsByPaymentMethod, useGetCountriesConfigPaymentLink, useGetCountriesConfigPaymentLinkV2, useGetCountryData, useGetCredentials, useGetCredentialsMFA, useGetCustomizedApiKeys, useGetCustomizedApiKeysAccounts, useGetCustomizedApiKeysMembers, useGetCustomizedApiKeysProducts, useGetCustomizedApiKeysToken, useGetDownloadReport, useGetEmailOtp, useGetHashPylon, useGetImpersonationEnabled, useGetImpersonationUsers, useGetInsightsReport, useGetInsightsReportAgain, useGetInstallmentsPlans, useGetIntegrationByAccountV2, useGetIntegrationParams, useGetLanguages, useGetLoginMethods, useGetMFAConfig, useGetMFAExcludedUsers, useGetMFAStatus, useGetMergedNotifications, useGetNameAndIcon, useGetNetworkTokensOnboardingByOrganization, useGetNotificationsCustomer, useGetNotificationsNumberMutation, useGetOnboardingDetail, useGetOnboardingStatus, useGetOnboardingTimeline, useGetOrgPermissionsCatalog, useGetOrgRolesPermissions, useGetOrganization, useGetOrganizationConfigs, useGetOrganizationKeysMetadata, useGetPaymentFilters, useGetPaymentLinkByCode, useGetPaymentLinks, useGetPaymentMethodAccounts, useGetPaymentMethodsAndProviders, useGetPaymentMetricsFilters, useGetPaymentTransactionsDetails, useGetPaymentV2, useGetPaymentsMethodsByCountry, useGetPayoutDetail, useGetPayoutHistoryDetail, useGetPayoutTimeline, useGetPayoutTransactionDetail, useGetPendingDuplicateAccounts, useGetPermissions, useGetPermissionsCatalog, useGetProfile, useGetProofOfCancel, useGetProofOfPayment, useGetProviderParams, useGetRecipientById, useGetRecipientExportDownload, useGetRecipientExports, useGetRecipients, useGetReconciliationActive, useGetReconciliationAgendaInsightsByKey, useGetReconciliationFilters, useGetReconciliationInsightsAmountConflictAggregators, useGetReconciliationInsightsAmountConflictList, useGetReconciliationInsightsAmountToBeSettledSummary, useGetReconciliationInsightsConflictDateAggregators, useGetReconciliationInsightsConflictDateList, useGetReconciliationInsightsConflictDateSummary, useGetReconciliationInsightsConflictsSummary, useGetReconciliationInsightsFeesChargedSummary, useGetReconciliationInsightsIncorrectFeesAggregators, useGetReconciliationInsightsIncorrectFeesList, useGetReconciliationInsightsIncorrectFeesSummary, useGetReconciliationInsightsNotConfirmAggregators, useGetReconciliationInsightsNotConfirmList, useGetReconciliationInsightsNotConfirmSummary, useGetReconciliationInsightsNotReconciledAggregators, useGetReconciliationInsightsNotReconciledList, useGetReconciliationInsightsReconciledAggregators, useGetReconciliationInsightsReconciledList, useGetReconciliationInsightsReconciledSummary, useGetReconciliationInsightsReconciliationRateByAccount, useGetReconciliationInsightsReconciliationRateByCurrency, useGetReconciliationInsightsReconciliationRateByProvider, useGetReconciliationInsightsStatusConflictAggregators, useGetReconciliationInsightsStatusConflictList, useGetReconciliationMetrics, useGetReconciliationTransactions, useGetReconciliationsReportColumns, useGetReconciliationsReportTemplates, useGetRefundPdf, useGetReportColumns, useGetReportTemplates, useGetReportsList, useGetReportsListMultiEnv, useGetRequiredFields, useGetRoles, useGetRolesForImpersonation, useGetRolesPermissions, useGetRoutingMonitorsTemplate, useGetRoutingMonitorsTemplates, useGetRule, useGetSamlConfig, useGetScheduledReportsList, useGetSettlements, useGetSmartRoutingConditionPaymentMethod, useGetSmartRoutingConditionTypes, useGetSmartRoutingConditionTypesValues, useGetSmartRoutingDataReport, useGetSmartRoutingDeclineGroups, useGetSmartRoutingMethods, useGetSmartRoutingNextRoute, useGetSmartRoutingPaymentRoute, useGetSmartRoutingSearchConditionValues, useGetSmartRoutingSimulateConditionTypeValues, useGetSmartRoutingWorkflow, useGetSmartRoutingWorkflowVersion, useGetStylingSdkDynamic, useGetStylingSettingsV2, useGetSubscriptionByCode, useGetSubscriptionPayments, useGetTeamsFiltersMembers, useGetTokenValidation, useGetTransactionDetailsV2, useGetTransactionHistoryByPaymentCode, useGetTransactionRawResponse, useGetTranslations, useGetUnifiedExportStatus, useGetUnifiedExportsList, useGetUserExportStatus, useGetUserFull, useGetUsersToImpersonate, useGetValidateOpsgenieKey, useGetWebhookParamsV2, useGetWebhookTimeline, useGetWebhooksV2Detail, useGetWebhooksV3, useGetWorkOsMfaStatus, useInsights3dsConversionRateAndEvolution, useInsights3dsDeclineReasons, useInsights3dsFrictionlessVsChallenge, useInsights3dsVolumeAndCountTx, useInsightsChargebacksByCardBrand, useInsightsChargebacksByProviderAndCardBrand, useInsightsChargebacksDisputed, useInsightsChargebacksReasonsDistribution, useInsightsChargebacksStatusDistribution, useInsightsChargebacksTotalRateAndEvolution, useInsightsChargebacksVolumeAndCountTx, useInsightsChargebacksWinRate, useInsightsConversionRateMetricsV2, useInsightsFallbackMetrics, useInsightsFraudScreeningConversionRate, useInsightsFraudScreeningVolumeAndCountTx, useInsightsHomeMetrics, useInsightsOverviewMetricsV3, useInsightsVolumeMetricsV2, useInviteUsersMultiaccountMassive, useInviteUsersMultiaccountMassiveV2, useIsTesting, useListSubscriptions, useListUserExports, useLocalStorage, useLoginMethods, useNetworkTokensOnboarding, useNewPostConnectionValidate, useOrganizationCode, usePatchAccountV2, usePatchAddAllowlistItems, usePatchAllowedIps, usePatchAllowlist, usePatchAndExecuteChart, usePatchApiKeysEditNote, usePatchChangeStatusAllowlist, usePatchChangeStatusAllowlistItem, usePatchChartName, usePatchConnection, usePatchOrganizationKeysNote, usePathCreateCustomizedApiKeys, usePathNotifications, usePauseSubscription, usePayoutsFilters, usePayoutsList, usePostAccount, usePostAllowlistMultiAccount, usePostApiKeysRoll, usePostApiLogs, usePostAuditMonitors, usePostBatchRefundByFile, usePostBlackListBatch, usePostBlackListItems, usePostBlackListMultiAccount, usePostBlockList, usePostCall, usePostChangeStatusConnection, usePostConnectionMultiAccount, usePostCreateAllowlistMultiAccount, usePostCreateCustomizedApiKeys, usePostCreateInsightsReport, usePostCreateRuleMultiAccount, usePostCredentialsValidatePassword, usePostCredentialsValidatePasswordRegularUser, usePostCredentialsWithOtpMfa, usePostDefaultRoutes, usePostEditRule, usePostFraudTransactions, usePostGetAllowlistItems, usePostGetAllowlistMultiAccount, usePostMembersPaginatedV2, usePostNetworkTokensOnboarding, usePostOrganizationConfigs, usePostOrganizationKeysMarkRevealed, usePostOrganizationKeysRoll, usePostOrganizationKeysTamRequest, usePostPaymentsEvaluated, usePostPaymentsLazy, usePostPlaygroundExecuteFlow, usePostSlackFeatureNotification, usePostTransactions, usePostUserSettings, usePostUserSettingsPinned, usePostUserSettingsTables, usePostUserThemeSettings, usePostValideStatusConnection, usePostVelocityRules, usePostWebhookLogs, usePostWebhookMultiAccount, useProviderConversionRatesData, useProviderRawResponse, usePublishCheckout, usePublishVersion, usePutAccountPrincipal, usePutAccountsUserMassive, usePutBlackListType, usePutCosts, usePutOrganizationConfigsByAccount, useRecoveredPaymentsByDay, useRecoveredTPVByDay, useRescheduleSubscription, useResendWebhooks, useResumeSubscription, useRetryDuplicateAccount, useSaveVersion, useSearchInstallmentsPlans, useSearchScheduleById, useSearchSchedules, useSearchTemplateById, useSearchTemplates, useSendPaymentNotification, useSetCustodian, useSmartRoutingCreateDeclinedGroup, useSmartRoutingEditWorkflowName, useSmartRoutingMultiAccountDeclinedGroupCreate, useSmartRoutingRemoveDeclinedGroup, useSmartRoutingSimulateTransaction, useSmartRoutingToggleFavorite, useSmartRoutingUpdateDeclinedGroup, useSmartRoutingUpdateMonitorRedistribution, useStartUserExport, useSubmitChartFeedback, useTableOnboarding, useToggleMethod, useUnInviteUsersV2, useUnblockOnboarding, useUnifiedExportStart, useUnrollUserV2, useUpdateInstallmentsPlan, useUpdateIsActiveCheckout, useUpdateMFAConfig, useUpdateOnboarding, useUpdateOrganizationStatus, useUpdateProfile, useUpdateRecipient, useUpdateReconciliationAlert, useUpdateReconciliationReportTemplate, useUpdateReportTemplate, useUpdateSamlConfig, useUpdateScheduledReport, useUpdateSubscription, useUpdateTemplateSelection, useUpdateWebhookV2, useUploadBatchRefundsFileV2, useUploadBatchRefundsV2, useUploadFileS3ClientBatchRefunds, useUploadPaymentLinkLogo, useValiateAllowlistItems, useValidateBlockListItems, useValidateCredentials, useValidateOrgName, useValidatePasswordStatus, useViewMoreMetrics, useWorkosAdminPortal, useWorkosDomainStatus, useWorkosDomainVerificationPortal, useWorkosPasswordReset, useWorkosVerifyMfa };
8047
- export type { AccountRoles, AddToRiskListRequest, AddToRiskListResponse, AllowlistMultiAccount, AvailableColumn, BFFErrorResponse, Blacklist, BlockOnboardingParams, BulkToggleResult, CentralizedColumn, ChangePaymentsWebhook, ChangeTemplateStatusRequest, ChargebacksCount, ChargebacksVolume, ChartFeedbackData, ChartFeedbackRequest, ChartFeedbackResponse, ChartGPTChart, ChartGPTChartWithResults, ChartGPTExecuteResponse, ChartGPTResult, CloneTemplateRequest, ColumnModeType, CommunicationDistribution, CommunicationStatusDistribution, CommunicationsByDayResponse, CommunicationsBySubStatus, CommunicationsBySubstatusResponse, CommunicationsSubstatusByDayResponse, Condition, ConversionRateBody, ConversionRateOverview, ConversionRateOverviewFraud3ds, ConversionRateParams, ConversionRatePeriodicityRecord, Cost, CostPayload, Countries, CreateAndExecuteChartPayload, CreateAndExecuteChartResult, CreateChartGPTChartPayload, CreateChartGPTChartResponse, CreateOnboardingParams, CreateOnboardingPayload, CreateOnboardingProvider, CreateOnboardingTermsOfService, CreateRecipientAddress, CreateRecipientBank, CreateRecipientDocument, CreateRecipientDocumentation, CreateRecipientLegalRepresentative, CreateRecipientParams, CreateRecipientPayload, CreateRecipientPhone, CreateRecipientWithdrawalMethod, CreateScheduleRequest, CreateTemplateRequest, DailyCommunicationsAndConversionRate, DailyCommunicationsSubStatusDistribution, DateFilter, DateFilterSelection, DateFilterValue, DatePresetType, DeleteRecipientParams, DeleteResponse, DeleteScheduleRequest, DeleteTemplateRequest, DisableScheduleRequest, DuplicateAccountBody, DuplicateAccountResponse, ErrorChartGPTResponse, ErrorProp, ErrorRoutingAIResponse, ErrorRoutingAIResponseData, FeatureFlagsResult, FeedbackIssueOption, FeedbackIssueType, FeedbackRating, FilterBase, FilterDefinition, FilterKindType, FilterSelection, FilterSelectionBase, FirebaseUserSubscribe, FormatType, Fraud3dsCount, Fraud3dsVolume, FraudScreeningCount, FraudScreeningVolume, FrequencyType, GetApiLogsParams, GetOnboardingDetailParams, GetOnboardingTimelineParams, GetPaymentMethodsByProviderParams, GetPaymentParams, GetPaymentTransactionsParams, GetPaymentsEvaluatedParams, GetPaymentsParams, GetPayoutDetail, GetPayoutTransactionDetail, GetRecipientByIdParams, GetRecipientExportsParams, GetRecipientsParams, GetReconciliationMetricParams, GetSchedulesListResponse, GetTemplatesListResponse, GetTransactionDetailsParams, GetTransactionDetailsV2Params, GetTransactionsParams, GetUserFullResponse, IChangePassword, ICreateReconciliationsReportV3Request, ICreateReportsRequest, IKeyRoll, IListScheduledReportsResponse, InsightMetricParams, Insights3dsConversionRate, Insights3dsDeclineReasons, Insights3dsFrictionlessVsChallenge, Insights3dsResumeResponse, InsightsChargebacksByCardBrand, InsightsChargebacksByProviderAndCardBrand, InsightsChargebacksByReason, InsightsChargebacksDisputed, InsightsChargebacksResumeResponse, InsightsChargebacksStatusDistribution, InsightsChargebacksTotalRateAndEvolution, InsightsChargebacksWinRate, InsightsFraudBody, InsightsFraudConversionRateResponse, InsightsFraudParams, InsightsFraudScreeningResumeResponse, ListSubscriptionsParams, MfaUserPayload, MfaUserSubscribe, MultiSelectFilter, MultiSelectFilterSelection, MultiSelectFilterValue, PatchAndExecuteChartResult, PatchChartGPTChartPayload, PatchChartGPTPayload, PathNotification, PaymentMethodStyled, PaymentsSettings, PendingDuplicateAccount, PendingDuplicateAccountsResponse, PeriodicityRecord, PinnedSections, Plot, PlotRow, PostBlackList, ProviderStyled, RangeFilter, RangeFilterSelection, RangeFilterValue, ReconAgendaProps, RecoveredPayments, RecoveredPaymentsByDayResponse, RecoveredTPV, RecoveredTPVByDayResponse, RefundPdfResponse, ReportSchedule, ReportScheduleExecution, ReportTemplate, ReportTemplateMetadata, ResponseValidatePasswordRegularUser, RetryDuplicateAccountBody, RetryDuplicateAccountResponse, RoleType, ScheduleExecutionStatusType, ScheduleWithExecutions, ScheduleWithTemplate, SearchScheduleByIdRequest, SearchSchedulesRequest, SearchTemplateByIdRequest, SearchTemplatesRequest, SmartRecoveryOverviewFilters, SmartRecoveryOverviewQueryParams, TemplateMetadata, TemplateReportingError, TemplateSelection, TemplateStatusType, TemplateVariantType, TemplateWithMetadata, ThemeSettings, TimeZoneCatalog, ToggleMethodItem, TotalTimeline, TransactionHistory, UnblockOnboardingParams, UnifiedExportStartParams, UnifiedExportStatusQueryParams, UnifiedExportsListQueryParams, UpdateOnboardingParams, UpdateOnboardingPayload, UpdateRecipientParams, UpdateRecipientPayload, UpdateTemplateSelectionRequest, UseGetAllReconciliationsAdvancementsProps, UseGetAllReconciliationsAlertsProps, UseGetAllReconciliationsFeesProps, UseGetAllReconciliationsSalesProps, UseGetApiLogsV3ByPaymentCodeOptions, UseGetApiLogsV3Options, UseGetChartFeedbackParams, UseGetOnboardingStatusParams, UseGetWebhookTimelineOptions, UseSubmitChartFeedbackOptions, UseSubmitChartFeedbackParams, UserInviteMultiaccountPayload, WebSocketMessage, WorkosDomainStatusResponse };
7894
+ export { AI, Accounts, Api, ApiErrorCodes, ApiProvider, ApiSingleton, Audit, BatchRefunds, CONCIERGE_ALERTS_QUERY_KEY, CONCIERGE_ALERT_BY_ID_QUERY_KEY, Checkout, Cms, ConciergeAlerts, Connection, Country, DataReport, Developer, DuplicateSetting, FEEDBACK_ISSUE_OPTIONS, FraudScreening, Installments, MFA, Notifications, Onboarding, OperationTransaction, Organization, OrganizationConfig, OrganizationSettings, Payment, PaymentFiltersSection, PaymentLinks, Payouts, PendingDuplicateAccountStatus, Recipients, Reconciliation, ReconciliationAdvancements, ReconciliationAgenda, ReconciliationAgendaInsight, ReconciliationAlerts, ReconciliationFees, ReconciliationInsights, ReconciliationReportType, ReconciliationSales, ReportType, Reports, RoutingMonitors, S3Client, SamlConfig, SendPaymentNotification, SmartRouting, Team, TemplateReporting, TemplateType, Translation, User, VelocityRules, Webhook, getQueryKeyGetNameAndIcon, getQueryKeyPaymentMethodAccounts, getQueryKeyRequiredFields, queryCache, queryClient, use3DSExemptions, useAICreateWorkflow, useAccountCode, useAddToRiskList, useAllFeatureFlags, useAllowListDetail, useBlackListDetail, useBlockOnboarding, useBulkCreateInstallmentsPlans, useBulkDeleteInstallmentsPlans, useBulkToggleMethod, useCachedFeatureFlag, useCancelReport, useCancelSubscription, useChangePasswordV2, useChangePaymentsWebhook, useChangeStatusBlackList, useChangeStatusItemBlackList, useChangeStylingSettings, useChangeTemplateStatus, useChargebacksUpload, useChartAssistantSocket, useChartExecute, useCloneTemplate, useCommunicationDetails, useCommunications, useCommunicationsByDay, useCommunicationsBySubstatus, useCommunicationsFilters, useCommunicationsSubstatusByDay, useConfirmedOtpMfa, useCountRowsForReport, useCreateAndExecuteChart, useCreateAndExecuteChartWithTimezone, useCreateChart, useCreateChartWithTimezone, useCreateConciergeAlert, useCreateInstallmentsPlan, useCreateMonitorTemplate, useCreateMonitorThreshold, useCreateOnboarding, useCreateOperationTransaction, useCreateOrgRole, useCreatePaymentLinks, useCreateRecipient, useCreateReconciliationAlert, useCreateReconciliationReportTemplate, useCreateReconciliationsReportV2, useCreateReconciliationsReportV3, useCreateReportTemplate, useCreateReportV2, useCreateRoles, useCreateSamlConfig, useCreateSchedule, useCreateScheduledReport, useCreateSubscription, useCreateTemplate, useCreateUserAuth0, useCreateWorkflow, useDeleteAccountsUserMassive, useDeleteAllowlistItem, useDeleteBlackListType, useDeleteBlockListItem, useDeleteChart, useDeleteConciergeAlert, useDeleteCustomizedApiKeys, useDeleteInstallmentsPlan, useDeleteOrgRole, useDeletePaymentLink, useDeleteRecipient, useDeleteReconciliationAlert, useDeleteReportTemplate, useDeleteRoles, useDeleteSamlConfig, useDeleteSchedule, useDeleteScheduledReport, useDeleteTemplate, useDeleteUserTeamV2, useDeleteVersion, useDeleteWebhookV2, useDisableSchedule, useDuplicateAccount, useDuplicateVersion, useEditOrgRole, useEditPaymentLinks, useEditRoles, useEmailVerification, useEnableConciergeAlert, useExcludeUsers, useExportApiLogs, useExportDashboardLogs, useExportMonitorsLogs, useExportWebhooksLogs, useFeatureFlags, useFetchUserExportDetail, useFirebaseUserSubscribe, useGenerateFeedback, useGetAccounts, useGetAccountsByUser, useGetAccountsForImpersonation, useGetAccountsV2, useGetAllConfigRules, useGetAllOrganizations, useGetAllReconciliationsAdvancements, useGetAllReconciliationsAgenda, useGetAllReconciliationsAlerts, useGetAllReconciliationsFees, useGetAllReconciliationsSales, useGetAllTableColumns, useGetAllowedIps, useGetApiLogsByTransactionCode, useGetApiLogsDetailByPaymentCode, useGetApiLogsList, useGetApiLogsStatsErrors, useGetApiLogsStatsErrorsByEndpoint, useGetApiLogsStatsRequests, useGetApiLogsV3, useGetApiLogsV3ByPaymentCode, useGetAuditEvents, useGetAuditExportDownload, useGetAuditExportsList, useGetAuditLogsFilters, useGetAuditMonitorEventDetail, useGetBatchRefundProcessedFileDownload, useGetBatchRefundUserFileDownload, useGetBatchRefunds, useGetBlackList, useGetBlockListSummary, useGetCardBrands, useGetChartFeedback, useGetChartsByUser, useGetChartsByUserWithResults, useGetCheckouts, useGetConciergeAlertById, useGetConciergeAlerts, useGetConditionalConfigRules, useGetConfigAllowlist, useGetConnections, useGetConnectionsByPaymentMethod, useGetCountriesConfigPaymentLink, useGetCountriesConfigPaymentLinkV2, useGetCountryData, useGetCredentials, useGetCredentialsMFA, useGetCustomizedApiKeys, useGetCustomizedApiKeysAccounts, useGetCustomizedApiKeysMembers, useGetCustomizedApiKeysProducts, useGetCustomizedApiKeysToken, useGetDashboardStaticContents, useGetDialogs, useGetDownloadReport, useGetEmailOtp, useGetHashPylon, useGetImpersonationEnabled, useGetImpersonationUsers, useGetInsightsReport, useGetInsightsReportAgain, useGetInstallmentsPlans, useGetIntegrationByAccountV2, useGetIntegrationParams, useGetLanguages, useGetLocales, useGetLoginMethods, useGetMFAConfig, useGetMFAExcludedUsers, useGetMFAStatus, useGetMenu, useGetMergedNotifications, useGetNameAndIcon, useGetNetworkTokensOnboardingByOrganization, useGetNotificationsCustomer, useGetNotificationsNumberMutation, useGetOnboardingDetail, useGetOnboardingStatus, useGetOnboardingTimeline, useGetOrgPermissionsCatalog, useGetOrgRolesPermissions, useGetOrganization, useGetOrganizationConfigs, useGetOrganizationKeysMetadata, useGetPaymentFilters, useGetPaymentLinkByCode, useGetPaymentLinks, useGetPaymentMethodAccounts, useGetPaymentMethodsAndProviders, useGetPaymentMetricsFilters, useGetPaymentStatusesStyles, useGetPaymentTransactionsDetails, useGetPaymentV2, useGetPaymentsMethodsByCountry, useGetPayoutDetail, useGetPayoutHistoryDetail, useGetPayoutTimeline, useGetPayoutTransactionDetail, useGetPendingDuplicateAccounts, useGetPermissions, useGetPermissionsCatalog, useGetProfile, useGetProofOfCancel, useGetProofOfPayment, useGetProviderParams, useGetRecipientById, useGetRecipients, useGetReconciliationActive, useGetReconciliationAgendaInsightsByKey, useGetReconciliationFilters, useGetReconciliationInsightsAmountConflictAggregators, useGetReconciliationInsightsAmountConflictList, useGetReconciliationInsightsAmountToBeSettledSummary, useGetReconciliationInsightsConflictDateAggregators, useGetReconciliationInsightsConflictDateList, useGetReconciliationInsightsConflictDateSummary, useGetReconciliationInsightsConflictsSummary, useGetReconciliationInsightsFeesChargedSummary, useGetReconciliationInsightsIncorrectFeesAggregators, useGetReconciliationInsightsIncorrectFeesList, useGetReconciliationInsightsIncorrectFeesSummary, useGetReconciliationInsightsNotConfirmAggregators, useGetReconciliationInsightsNotConfirmList, useGetReconciliationInsightsNotConfirmSummary, useGetReconciliationInsightsNotReconciledAggregators, useGetReconciliationInsightsNotReconciledList, useGetReconciliationInsightsReconciledAggregators, useGetReconciliationInsightsReconciledList, useGetReconciliationInsightsReconciledSummary, useGetReconciliationInsightsReconciliationRateByAccount, useGetReconciliationInsightsReconciliationRateByCurrency, useGetReconciliationInsightsReconciliationRateByProvider, useGetReconciliationInsightsStatusConflictAggregators, useGetReconciliationInsightsStatusConflictList, useGetReconciliationMetrics, useGetReconciliationTransactionStatusesStyles, useGetReconciliationTransactions, useGetReconciliationsReportColumns, useGetReconciliationsReportTemplates, useGetRefundPdf, useGetReportColumns, useGetReportTemplates, useGetReportsList, useGetReportsListMultiEnv, useGetRequiredFields, useGetRoles, useGetRolesForImpersonation, useGetRolesPermissions, useGetRoutingMonitorsTemplate, useGetRoutingMonitorsTemplates, useGetRule, useGetSamlConfig, useGetScheduledReportsList, useGetSettlements, useGetSmartRoutingConditionPaymentMethod, useGetSmartRoutingConditionTypes, useGetSmartRoutingConditionTypesValues, useGetSmartRoutingDataReport, useGetSmartRoutingDeclineGroups, useGetSmartRoutingMethods, useGetSmartRoutingNextRoute, useGetSmartRoutingPaymentRoute, useGetSmartRoutingSearchConditionValues, useGetSmartRoutingSimulateConditionTypeValues, useGetSmartRoutingWorkflow, useGetSmartRoutingWorkflowVersion, useGetStylingSdkDynamic, useGetStylingSettingsV2, useGetSubscriptionByCode, useGetSubscriptionPayments, useGetTeamsFiltersMembers, useGetTimeZoneCatalog, useGetTimezonePaymentLink, useGetTokenValidation, useGetTransactionDetailsV2, useGetTransactionHistoryByPaymentCode, useGetTransactionRawResponse, useGetTransactionStatusesStyles, useGetTranslations, useGetUnifiedExportStatus, useGetUnifiedExportsList, useGetUserExportStatus, useGetUserFull, useGetUsersToImpersonate, useGetValidateOpsgenieKey, useGetWebhookParamsV2, useGetWebhookTimeline, useGetWebhooksV2Detail, useGetWebhooksV3, useInsights3dsConversionRateAndEvolution, useInsights3dsDeclineReasons, useInsights3dsFrictionlessVsChallenge, useInsights3dsVolumeAndCountTx, useInsightsChargebacksByCardBrand, useInsightsChargebacksByProviderAndCardBrand, useInsightsChargebacksDisputed, useInsightsChargebacksReasonsDistribution, useInsightsChargebacksStatusDistribution, useInsightsChargebacksTotalRateAndEvolution, useInsightsChargebacksVolumeAndCountTx, useInsightsChargebacksWinRate, useInsightsConversionRateMetricsV2, useInsightsCustomerPaymentsAndFraudMetrics, useInsightsFallbackMetrics, useInsightsFraudScreeningConversionRate, useInsightsFraudScreeningVolumeAndCountTx, useInsightsHomeMetrics, useInsightsOverviewMetrics, useInsightsOverviewMetricsV3, useInsightsTotalPaymentsAndFraudMetrics, useInsightsVolumeMetrics, useInsightsVolumeMetricsV2, useInviteUsersMultiaccountMassive, useInviteUsersMultiaccountMassiveV2, useIsTesting, useListSubscriptions, useListUserExports, useLocalStorage, useLoginMethods, useNetworkTokensOnboarding, useNewPostConnectionValidate, useOrganizationCode, usePatchAccountV2, usePatchAddAllowlistItems, usePatchAllowedIps, usePatchAllowlist, usePatchAndExecuteChart, usePatchApiKeysEditNote, usePatchChangeStatusAllowlist, usePatchChangeStatusAllowlistItem, usePatchChartName, usePatchConnection, usePatchOrganizationKeysNote, usePathCreateCustomizedApiKeys, usePathNotifications, usePauseSubscription, usePayoutsFilters, usePayoutsList, usePostAccount, usePostAllowlistMultiAccount, usePostApiKeysRoll, usePostApiLogs, usePostAuditMonitors, usePostBatchRefundByFile, usePostBlackListBatch, usePostBlackListItems, usePostBlackListMultiAccount, usePostBlockList, usePostCall, usePostChangeStatusConnection, usePostConnectionMultiAccount, usePostCreateAllowlistMultiAccount, usePostCreateCustomizedApiKeys, usePostCreateInsightsReport, usePostCreateRuleMultiAccount, usePostCredentialsValidatePassword, usePostCredentialsValidatePasswordRegularUser, usePostCredentialsWithOtpMfa, usePostDefaultRoutes, usePostEditRule, usePostFraudTransactions, usePostGetAllowlistItems, usePostGetAllowlistMultiAccount, usePostMembersPaginatedV2, usePostNetworkTokensOnboarding, usePostOrganizationConfigs, usePostOrganizationKeysMarkRevealed, usePostOrganizationKeysRoll, usePostOrganizationKeysTamRequest, usePostPaymentsEvaluated, usePostPaymentsLazy, usePostSlackMessageChannel, usePostTransactions, usePostUserSettings, usePostUserSettingsPinned, usePostUserSettingsTables, usePostUserThemeSettings, usePostValideStatusConnection, usePostVelocityRules, usePostWebhookLogs, usePostWebhookMultiAccount, useProviderConversionRatesData, useProviderRawResponse, usePublishCheckout, usePublishVersion, usePutAccountPrincipal, usePutAccountsUserMassive, usePutBlackListType, usePutCosts, usePutOrganizationConfigsByAccount, useRecoveredPaymentsByDay, useRecoveredTPVByDay, useRescheduleSubscription, useResendWebhooks, useResumeSubscription, useRetryDuplicateAccount, useSaveVersion, useSearchInstallmentsPlans, useSearchScheduleById, useSearchSchedules, useSearchTemplateById, useSearchTemplates, useSendPaymentNotification, useSetCustodian, useSmartRoutingCreateDeclinedGroup, useSmartRoutingEditWorkflowName, useSmartRoutingMultiAccountDeclinedGroupCreate, useSmartRoutingRemoveDeclinedGroup, useSmartRoutingSimulateTransaction, useSmartRoutingToggleFavorite, useSmartRoutingUpdateDeclinedGroup, useSmartRoutingUpdateMonitorRedistribution, useStartUserExport, useSubmitChartFeedback, useTableOnboarding, useToggleMethod, useUnInviteUsersV2, useUnblockOnboarding, useUnifiedExportStart, useUnrollUserV2, useUpdateInstallmentsPlan, useUpdateIsActiveCheckout, useUpdateMFAConfig, useUpdateOnboarding, useUpdateOrganizationStatus, useUpdateProfile, useUpdateRecipient, useUpdateReconciliationAlert, useUpdateReconciliationReportTemplate, useUpdateReportTemplate, useUpdateSamlConfig, useUpdateScheduledReport, useUpdateSubscription, useUpdateTemplateSelection, useUpdateWebhookV2, useUploadBatchRefundsFileV2, useUploadBatchRefundsV2, useUploadFileS3ClientBatchRefunds, useUploadPaymentLinkLogo, useValiateAllowlistItems, useValidateBlockListItems, useValidateCredentials, useValidateOrgName, useValidatePasswordStatus, useViewMoreMetrics, useWorkosAdminPortal, useWorkosDomainStatus, useWorkosDomainVerificationPortal, useWorkosPasswordReset, useWorkosVerifyMfa };
7895
+ export type { AccountRoles, AddToRiskListRequest, AddToRiskListResponse, AllowlistMultiAccount, AvailableColumn, BFFErrorResponse, Blacklist, BlockOnboardingParams, BulkToggleResult, CentralizedColumn, ChangePaymentsWebhook, ChangeTemplateStatusRequest, ChargebacksCount, ChargebacksVolume, ChartFeedbackData, ChartFeedbackRequest, ChartFeedbackResponse, ChartGPTChart, ChartGPTChartWithResults, ChartGPTExecuteResponse, ChartGPTResult, CloneTemplateRequest, ColumnModeType, CommunicationDistribution, CommunicationStatusDistribution, CommunicationsByDayResponse, CommunicationsBySubStatus, CommunicationsBySubstatusResponse, CommunicationsSubstatusByDayResponse, Condition, ConversionRateBody, ConversionRateOverview, ConversionRateOverviewFraud3ds, ConversionRateParams, ConversionRatePeriodicityRecord, Cost, CostPayload, Countries, CreateAndExecuteChartPayload, CreateAndExecuteChartResult, CreateChartGPTChartPayload, CreateChartGPTChartResponse, CreateOnboardingParams, CreateOnboardingPayload, CreateOnboardingProvider, CreateOnboardingTermsOfService, CreateRecipientAddress, CreateRecipientBank, CreateRecipientDocument, CreateRecipientDocumentation, CreateRecipientLegalRepresentative, CreateRecipientParams, CreateRecipientPayload, CreateRecipientPhone, CreateRecipientWithdrawalMethod, CreateScheduleRequest, CreateTemplateRequest, DailyCommunicationsAndConversionRate, DailyCommunicationsSubStatusDistribution, DateFilter, DateFilterSelection, DateFilterValue, DatePresetType, DeleteRecipientParams, DeleteResponse, DeleteScheduleRequest, DeleteTemplateRequest, DisableScheduleRequest, DuplicateAccountBody, DuplicateAccountResponse, ErrorChartGPTResponse, ErrorProp, ErrorRoutingAIResponse, ErrorRoutingAIResponseData, FeatureFlagsResult, FeedbackIssueOption, FeedbackIssueType, FeedbackRating, FilterBase, FilterDefinition, FilterKindType, FilterSelection, FilterSelectionBase, FirebaseUserSubscribe, FormatType, Fraud3dsCount, Fraud3dsVolume, FraudScreeningCount, FraudScreeningVolume, FrequencyType, GetApiLogsParams, GetOnboardingDetailParams, GetOnboardingTimelineParams, GetPaymentMethodsByProviderParams, GetPaymentParams, GetPaymentTransactionsParams, GetPaymentsEvaluatedParams, GetPaymentsParams, GetPayoutDetail, GetPayoutTransactionDetail, GetRecipientByIdParams, GetRecipientsParams, GetReconciliationMetricParams, GetSchedulesListResponse, GetTemplatesListResponse, GetTransactionDetailsParams, GetTransactionDetailsV2Params, GetTransactionsParams, GetUserFullResponse, IChangePassword, ICreateReconciliationsReportV3Request, ICreateReportsRequest, IKeyRoll, IListScheduledReportsResponse, InsightMetricParams, Insights3dsConversionRate, Insights3dsDeclineReasons, Insights3dsFrictionlessVsChallenge, Insights3dsResumeResponse, InsightsChargebacksByCardBrand, InsightsChargebacksByProviderAndCardBrand, InsightsChargebacksByReason, InsightsChargebacksDisputed, InsightsChargebacksResumeResponse, InsightsChargebacksStatusDistribution, InsightsChargebacksTotalRateAndEvolution, InsightsChargebacksWinRate, InsightsFraudBody, InsightsFraudConversionRateResponse, InsightsFraudParams, InsightsFraudScreeningResumeResponse, ListSubscriptionsParams, MfaUserPayload, MfaUserSubscribe, MultiSelectFilter, MultiSelectFilterSelection, MultiSelectFilterValue, PatchAndExecuteChartResult, PatchChartGPTChartPayload, PatchChartGPTPayload, PathNotification, PaymentMethodStyled, PaymentsSettings, PendingDuplicateAccount, PendingDuplicateAccountsResponse, PeriodicityRecord, PinnedSections, Plot, PlotRow, PostBlackList, ProviderStyled, RangeFilter, RangeFilterSelection, RangeFilterValue, ReconAgendaProps, RecoveredPayments, RecoveredPaymentsByDayResponse, RecoveredTPV, RecoveredTPVByDayResponse, RefundPdfResponse, ReportSchedule, ReportScheduleExecution, ReportTemplate, ReportTemplateMetadata, ResponseValidatePasswordRegularUser, RetryDuplicateAccountBody, RetryDuplicateAccountResponse, RoleType, ScheduleExecutionStatusType, ScheduleWithExecutions, ScheduleWithTemplate, SearchScheduleByIdRequest, SearchSchedulesRequest, SearchTemplateByIdRequest, SearchTemplatesRequest, SmartRecoveryOverviewFilters, SmartRecoveryOverviewQueryParams, TemplateMetadata, TemplateReportingError, TemplateSelection, TemplateStatusType, TemplateVariantType, TemplateWithMetadata, ThemeSettings, TimeZoneCatalog, ToggleMethodItem, TotalTimeline, TransactionHistory, UnblockOnboardingParams, UnifiedExportStartParams, UnifiedExportStatusQueryParams, UnifiedExportsListQueryParams, UpdateOnboardingParams, UpdateOnboardingPayload, UpdateRecipientParams, UpdateRecipientPayload, UpdateTemplateSelectionRequest, UseGetAllReconciliationsAdvancementsProps, UseGetAllReconciliationsAlertsProps, UseGetAllReconciliationsFeesProps, UseGetAllReconciliationsSalesProps, UseGetApiLogsV3ByPaymentCodeOptions, UseGetApiLogsV3Options, UseGetChartFeedbackParams, UseGetOnboardingStatusParams, UseGetWebhookTimelineOptions, UseSubmitChartFeedbackOptions, UseSubmitChartFeedbackParams, UserInviteMultiaccountPayload, WebSocketMessage, WorkosDomainStatusResponse };