@yuno-payments/dashboard-api-mfe 1.11.4 → 1.11.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.
Files changed (172) 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 +20 -18
  4. package/build/cjs/types/msw/handlers/accounts.d.ts +1 -0
  5. package/build/cjs/types/msw/handlers/mfa.d.ts +1 -0
  6. package/build/cjs/types/mutations/accounts/accounts.mutation.d.ts +2 -0
  7. package/build/cjs/types/mutations/index.d.ts +1 -0
  8. package/build/cjs/types/mutations/notifications/notifications.mutation.d.ts +2 -3
  9. package/build/cjs/types/mutations/playground/index.d.ts +1 -0
  10. package/build/cjs/types/mutations/playground/playground.mutation.d.ts +7 -0
  11. package/build/cjs/types/mutations/recipients/recipients.mutation.d.ts +14 -7
  12. package/build/cjs/types/queries/accounts/accounts.query.d.ts +3 -0
  13. package/build/cjs/types/queries/checkouts/checkouts.query.d.ts +105 -1
  14. package/build/cjs/types/queries/data-report/data-report.query.d.ts +0 -4
  15. package/build/cjs/types/queries/index.d.ts +0 -2
  16. package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +4 -1
  17. package/build/cjs/types/queries/payment-links/payment-links.query.d.ts +0 -1
  18. package/build/cjs/types/queries/recipients/recipients.query.d.ts +6 -1
  19. package/build/cjs/types/queries/security/security.query.d.ts +15 -0
  20. package/build/cjs/types/types/audit/audit.d.ts +2 -0
  21. package/build/cjs/types/types/data-report/data-report.d.ts +4 -1
  22. package/build/cjs/types/types/index.d.ts +1 -1
  23. package/build/cjs/types/types/installments/installments.d.ts +4 -0
  24. package/build/cjs/types/types/mfa/mfa.d.ts +4 -0
  25. package/build/cjs/types/types/organization/organization.d.ts +4 -0
  26. package/build/cjs/types/types/playground/index.d.ts +1 -0
  27. package/build/cjs/types/types/playground/playground.d.ts +33 -0
  28. package/build/cjs/types/types/recipients/index.d.ts +1 -0
  29. package/build/cjs/types/types/recipients/recipients-export.d.ts +52 -0
  30. package/build/cjs/types/types/reports/reports.d.ts +1 -0
  31. package/build/cjs/types/types/subscriptions/subscriptions.d.ts +7 -0
  32. package/build/cjs/types/types/template-reporting/template.types.d.ts +4 -0
  33. package/build/cjs/types/utils/enums.d.ts +0 -143
  34. package/build/esm/index.js +6 -6
  35. package/build/esm/index.js.map +1 -1
  36. package/build/esm/types/api/api.d.ts +20 -18
  37. package/build/esm/types/msw/handlers/accounts.d.ts +1 -0
  38. package/build/esm/types/msw/handlers/mfa.d.ts +1 -0
  39. package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +2 -0
  40. package/build/esm/types/mutations/index.d.ts +1 -0
  41. package/build/esm/types/mutations/notifications/notifications.mutation.d.ts +2 -3
  42. package/build/esm/types/mutations/playground/index.d.ts +1 -0
  43. package/build/esm/types/mutations/playground/playground.mutation.d.ts +7 -0
  44. package/build/esm/types/mutations/recipients/recipients.mutation.d.ts +14 -7
  45. package/build/esm/types/queries/accounts/accounts.query.d.ts +3 -0
  46. package/build/esm/types/queries/checkouts/checkouts.query.d.ts +105 -1
  47. package/build/esm/types/queries/data-report/data-report.query.d.ts +0 -4
  48. package/build/esm/types/queries/index.d.ts +0 -2
  49. package/build/esm/types/queries/mfa/organization-settings.query.d.ts +4 -1
  50. package/build/esm/types/queries/payment-links/payment-links.query.d.ts +0 -1
  51. package/build/esm/types/queries/recipients/recipients.query.d.ts +6 -1
  52. package/build/esm/types/queries/security/security.query.d.ts +15 -0
  53. package/build/esm/types/types/audit/audit.d.ts +2 -0
  54. package/build/esm/types/types/data-report/data-report.d.ts +4 -1
  55. package/build/esm/types/types/index.d.ts +1 -1
  56. package/build/esm/types/types/installments/installments.d.ts +4 -0
  57. package/build/esm/types/types/mfa/mfa.d.ts +4 -0
  58. package/build/esm/types/types/organization/organization.d.ts +4 -0
  59. package/build/esm/types/types/playground/index.d.ts +1 -0
  60. package/build/esm/types/types/playground/playground.d.ts +33 -0
  61. package/build/esm/types/types/recipients/index.d.ts +1 -0
  62. package/build/esm/types/types/recipients/recipients-export.d.ts +52 -0
  63. package/build/esm/types/types/reports/reports.d.ts +1 -0
  64. package/build/esm/types/types/subscriptions/subscriptions.d.ts +7 -0
  65. package/build/esm/types/types/template-reporting/template.types.d.ts +4 -0
  66. package/build/esm/types/utils/enums.d.ts +0 -143
  67. package/build/index.d.ts +282 -97
  68. package/package.json +1 -1
  69. package/build/cjs/types/queries/cms/cms.query.d.ts +0 -14
  70. package/build/cjs/types/queries/cms/index.d.ts +0 -1
  71. package/build/cjs/types/queries/dialogs/dialogs.query.d.ts +0 -2
  72. package/build/cjs/types/queries/dialogs/index.d.ts +0 -1
  73. package/build/cjs/types/types/cms/cms.d.ts +0 -47
  74. package/build/cjs/types/types/cms/index.d.ts +0 -1
  75. package/build/esm/types/queries/cms/cms.query.d.ts +0 -14
  76. package/build/esm/types/queries/cms/index.d.ts +0 -1
  77. package/build/esm/types/queries/dialogs/dialogs.query.d.ts +0 -2
  78. package/build/esm/types/queries/dialogs/index.d.ts +0 -1
  79. package/build/esm/types/types/cms/cms.d.ts +0 -47
  80. package/build/esm/types/types/cms/index.d.ts +0 -1
  81. package/build/main.0ef469d30ac1f73e.hot-update.js +0 -46
  82. package/build/main.0ef469d30ac1f73e.hot-update.js.map +0 -1
  83. package/build/main.0ef469d30ac1f73e.hot-update.json +0 -1
  84. package/build/main.12ba9763a5af2867.hot-update.js +0 -4178
  85. package/build/main.12ba9763a5af2867.hot-update.js.map +0 -1
  86. package/build/main.12ba9763a5af2867.hot-update.json +0 -1
  87. package/build/main.2f0bb65f361bc9aa.hot-update.js +0 -2575
  88. package/build/main.2f0bb65f361bc9aa.hot-update.js.map +0 -1
  89. package/build/main.2f0bb65f361bc9aa.hot-update.json +0 -1
  90. package/build/main.31b800bdfc7bcf66.hot-update.js +0 -23
  91. package/build/main.31b800bdfc7bcf66.hot-update.js.map +0 -1
  92. package/build/main.31b800bdfc7bcf66.hot-update.json +0 -1
  93. package/build/main.31ef41183a0357fd.hot-update.js +0 -23
  94. package/build/main.31ef41183a0357fd.hot-update.js.map +0 -1
  95. package/build/main.31ef41183a0357fd.hot-update.json +0 -1
  96. package/build/main.39b804b4f223333f.hot-update.js +0 -142
  97. package/build/main.39b804b4f223333f.hot-update.js.map +0 -1
  98. package/build/main.39b804b4f223333f.hot-update.json +0 -1
  99. package/build/main.3ca3490681942ed0.hot-update.js +0 -10
  100. package/build/main.3ca3490681942ed0.hot-update.js.map +0 -1
  101. package/build/main.3ca3490681942ed0.hot-update.json +0 -1
  102. package/build/main.3e4059ad01b911d5.hot-update.js +0 -10
  103. package/build/main.3e4059ad01b911d5.hot-update.js.map +0 -1
  104. package/build/main.3e4059ad01b911d5.hot-update.json +0 -1
  105. package/build/main.4ead4321633f87fd.hot-update.js +0 -10
  106. package/build/main.4ead4321633f87fd.hot-update.js.map +0 -1
  107. package/build/main.4ead4321633f87fd.hot-update.json +0 -1
  108. package/build/main.5231ec959bfdd54a.hot-update.js +0 -823
  109. package/build/main.5231ec959bfdd54a.hot-update.js.map +0 -1
  110. package/build/main.5231ec959bfdd54a.hot-update.json +0 -1
  111. package/build/main.60642e2056d40cbc.hot-update.js +0 -23
  112. package/build/main.60642e2056d40cbc.hot-update.js.map +0 -1
  113. package/build/main.60642e2056d40cbc.hot-update.json +0 -1
  114. package/build/main.7504b5e28de88b4d.hot-update.js +0 -10
  115. package/build/main.7504b5e28de88b4d.hot-update.js.map +0 -1
  116. package/build/main.7504b5e28de88b4d.hot-update.json +0 -1
  117. package/build/main.75fac631457c8400.hot-update.js +0 -937
  118. package/build/main.75fac631457c8400.hot-update.js.map +0 -1
  119. package/build/main.75fac631457c8400.hot-update.json +0 -1
  120. package/build/main.7654b5e519accc5a.hot-update.js +0 -10
  121. package/build/main.7654b5e519accc5a.hot-update.js.map +0 -1
  122. package/build/main.7654b5e519accc5a.hot-update.json +0 -1
  123. package/build/main.7734f96d14c3c07a.hot-update.js +0 -10
  124. package/build/main.7734f96d14c3c07a.hot-update.js.map +0 -1
  125. package/build/main.7734f96d14c3c07a.hot-update.json +0 -1
  126. package/build/main.79d0dd0a059cf3d2.hot-update.js +0 -10
  127. package/build/main.79d0dd0a059cf3d2.hot-update.js.map +0 -1
  128. package/build/main.79d0dd0a059cf3d2.hot-update.json +0 -1
  129. package/build/main.9a3105c0515511e6.hot-update.js +0 -952
  130. package/build/main.9a3105c0515511e6.hot-update.js.map +0 -1
  131. package/build/main.9a3105c0515511e6.hot-update.json +0 -1
  132. package/build/main.9a70cae7efc29065.hot-update.js +0 -39
  133. package/build/main.9a70cae7efc29065.hot-update.js.map +0 -1
  134. package/build/main.9a70cae7efc29065.hot-update.json +0 -1
  135. package/build/main.9b33c6fcc8fd3f57.hot-update.js +0 -10
  136. package/build/main.9b33c6fcc8fd3f57.hot-update.js.map +0 -1
  137. package/build/main.9b33c6fcc8fd3f57.hot-update.json +0 -1
  138. package/build/main.9c87c39ff7873bca.hot-update.js +0 -10
  139. package/build/main.9c87c39ff7873bca.hot-update.js.map +0 -1
  140. package/build/main.9c87c39ff7873bca.hot-update.json +0 -1
  141. package/build/main.9f7159d52fd04a7d.hot-update.js +0 -3749
  142. package/build/main.9f7159d52fd04a7d.hot-update.js.map +0 -1
  143. package/build/main.9f7159d52fd04a7d.hot-update.json +0 -1
  144. package/build/main.a0a0faaf03061b21.hot-update.js +0 -23
  145. package/build/main.a0a0faaf03061b21.hot-update.js.map +0 -1
  146. package/build/main.a0a0faaf03061b21.hot-update.json +0 -1
  147. package/build/main.b58cc596e947fb5b.hot-update.js +0 -34
  148. package/build/main.b58cc596e947fb5b.hot-update.js.map +0 -1
  149. package/build/main.b58cc596e947fb5b.hot-update.json +0 -1
  150. package/build/main.b659381d4f13795e.hot-update.js +0 -10
  151. package/build/main.b659381d4f13795e.hot-update.js.map +0 -1
  152. package/build/main.b659381d4f13795e.hot-update.json +0 -1
  153. package/build/main.bbb650ecadb0a13b.hot-update.js +0 -61
  154. package/build/main.bbb650ecadb0a13b.hot-update.js.map +0 -1
  155. package/build/main.bbb650ecadb0a13b.hot-update.json +0 -1
  156. package/build/main.bf97cc6dbbb3cdb1.hot-update.js +0 -10
  157. package/build/main.bf97cc6dbbb3cdb1.hot-update.js.map +0 -1
  158. package/build/main.bf97cc6dbbb3cdb1.hot-update.json +0 -1
  159. package/build/main.d62d5a57d5bc6614.hot-update.js +0 -4236
  160. package/build/main.d62d5a57d5bc6614.hot-update.js.map +0 -1
  161. package/build/main.d62d5a57d5bc6614.hot-update.json +0 -1
  162. package/build/main.e0010fdb661814be.hot-update.js +0 -10
  163. package/build/main.e0010fdb661814be.hot-update.js.map +0 -1
  164. package/build/main.e0010fdb661814be.hot-update.json +0 -1
  165. package/build/main.ecc2159bd4dc7d54.hot-update.js +0 -23
  166. package/build/main.ecc2159bd4dc7d54.hot-update.js.map +0 -1
  167. package/build/main.ecc2159bd4dc7d54.hot-update.json +0 -1
  168. package/build/main.f921adce709bfd01.hot-update.js +0 -50871
  169. package/build/main.f921adce709bfd01.hot-update.js.map +0 -1
  170. package/build/main.f921adce709bfd01.hot-update.json +0 -1
  171. package/build/yuno-dashboard-api-mfe.js +0 -55915
  172. package/build/yuno-dashboard-api-mfe.js.map +0 -1
package/build/index.d.ts CHANGED
@@ -1258,6 +1258,10 @@ declare namespace Organization {
1258
1258
  user_account_code: string;
1259
1259
  };
1260
1260
  }
1261
+ interface BulkToggleAccountsRequest {
1262
+ accountCodes: string[];
1263
+ }
1264
+ type BulkToggleAccountsResponse = Account[];
1261
1265
  interface Integration {
1262
1266
  code: string;
1263
1267
  provider_id: string;
@@ -1629,54 +1633,6 @@ declare namespace Country {
1629
1633
  }
1630
1634
  }
1631
1635
 
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
-
1680
1636
  declare namespace Checkout {
1681
1637
  export interface PaymentMethodsPayload {
1682
1638
  payment_method_type: string;
@@ -2102,6 +2058,7 @@ interface ICreateReportsRequest {
2102
2058
  interface ICreateReconciliationsReportV3Request {
2103
2059
  accounts: string[];
2104
2060
  columns: string[];
2061
+ columns_metadata?: string[];
2105
2062
  filters: Record<string, unknown>;
2106
2063
  }
2107
2064
  interface IListScheduledReportsResponse {
@@ -2691,7 +2648,10 @@ declare namespace DataReport {
2691
2648
  PROVIDERS = "providers",
2692
2649
  COUNTRIES = "countries",
2693
2650
  UNIQUE_CUSTOMER_PAYMENTS = "unique-customer-payments",
2694
- TOTAL_PAYMENTS = "total-payments"
2651
+ TOTAL_PAYMENTS = "total-payments",
2652
+ CARD_TYPES = "card-types",
2653
+ CARD_BRANDS = "card-brands",
2654
+ ISSUERS = "issuers"
2695
2655
  }
2696
2656
  export interface SmartRouting {
2697
2657
  version: string;
@@ -4160,6 +4120,7 @@ declare namespace Audit {
4160
4120
  time_zone: string;
4161
4121
  account_codes?: string[] | null;
4162
4122
  }
4123
+ type MonitorType = 'CREATED TRANSACTIONS' | 'SUCCEEDED TRANSACTIONS';
4163
4124
  interface AuditMonitorData {
4164
4125
  alert_id: number;
4165
4126
  status: string;
@@ -4178,6 +4139,7 @@ declare namespace Audit {
4178
4139
  condition_set_id: number;
4179
4140
  approval_rate: number;
4180
4141
  account_code: string;
4142
+ monitor_type?: MonitorType | null;
4181
4143
  }
4182
4144
  interface AuditMonitors {
4183
4145
  page: number;
@@ -4622,6 +4584,10 @@ declare namespace MFA {
4622
4584
  interface MFAStatusResponse {
4623
4585
  status: MFAStatus;
4624
4586
  }
4587
+ interface WorkOsMfaStatus {
4588
+ mfa_active: boolean;
4589
+ factor_id: string | null;
4590
+ }
4625
4591
  }
4626
4592
 
4627
4593
  declare namespace Translation {
@@ -4878,6 +4844,9 @@ interface TemplateMetadata {
4878
4844
  timezone: {
4879
4845
  enabled: boolean;
4880
4846
  };
4847
+ columns_metadata?: {
4848
+ enabled: boolean;
4849
+ };
4881
4850
  }
4882
4851
  interface TemplateSelection {
4883
4852
  version: number;
@@ -4887,6 +4856,7 @@ interface TemplateSelection {
4887
4856
  mode: ColumnModeType;
4888
4857
  keys?: string[];
4889
4858
  };
4859
+ columns_metadata?: string[];
4890
4860
  }
4891
4861
  interface ReportTemplateMetadata {
4892
4862
  id: number;
@@ -5358,6 +5328,59 @@ interface GetOnboardingTimelineParams {
5358
5328
  onboarding_id: string;
5359
5329
  }
5360
5330
 
5331
+ declare namespace RecipientsExport {
5332
+ interface ExportFilters {
5333
+ type?: string;
5334
+ countries?: string[];
5335
+ entity_types?: string[];
5336
+ sort_by?: string;
5337
+ sort_order?: string;
5338
+ columns?: string[];
5339
+ }
5340
+ interface CreateExportRequest {
5341
+ export_name: string;
5342
+ filters: ExportFilters;
5343
+ }
5344
+ interface ExportItem {
5345
+ code: string;
5346
+ export_name: string;
5347
+ status: 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED';
5348
+ download_url: string | null;
5349
+ error_message: string | null;
5350
+ created_at: string;
5351
+ }
5352
+ interface ExportListResponse {
5353
+ content: ExportItem[];
5354
+ empty: boolean;
5355
+ first: boolean;
5356
+ last: boolean;
5357
+ number: number;
5358
+ number_of_elements: number;
5359
+ size: number;
5360
+ pageable: {
5361
+ offset: number;
5362
+ page_number: number;
5363
+ page_size: number;
5364
+ paged: boolean;
5365
+ sort: {
5366
+ empty: boolean;
5367
+ sorted: boolean;
5368
+ unsorted: boolean;
5369
+ };
5370
+ unpaged: boolean;
5371
+ };
5372
+ sort: {
5373
+ empty: boolean;
5374
+ sorted: boolean;
5375
+ unsorted: boolean;
5376
+ };
5377
+ }
5378
+ }
5379
+ interface GetRecipientExportsParams {
5380
+ page?: number;
5381
+ size?: number;
5382
+ }
5383
+
5361
5384
  interface CreateRecipientDocument {
5362
5385
  document_number: string;
5363
5386
  document_type: string;
@@ -5547,6 +5570,7 @@ declare namespace Installments {
5547
5570
  amount: PlanAmount;
5548
5571
  availability?: Availability;
5549
5572
  types_list?: string[] | null;
5573
+ payment_method_type?: string;
5550
5574
  created_at?: string;
5551
5575
  updated_at?: string;
5552
5576
  }
@@ -5558,6 +5582,7 @@ declare namespace Installments {
5558
5582
  amount?: PlanAmount;
5559
5583
  installments_plan?: InstallmentPlanItem[];
5560
5584
  availability?: Availability;
5585
+ payment_method_type?: string;
5561
5586
  }
5562
5587
  interface CreateInstallmentsPlanResponse extends InstallmentsPlan {
5563
5588
  }
@@ -5567,6 +5592,7 @@ declare namespace Installments {
5567
5592
  amount?: PlanAmount;
5568
5593
  installments_plan?: InstallmentPlanItem[];
5569
5594
  availability?: Availability;
5595
+ payment_method_type?: string;
5570
5596
  }
5571
5597
  interface UpdateInstallmentsPlanResponse extends InstallmentsPlan {
5572
5598
  }
@@ -5602,6 +5628,7 @@ declare namespace Installments {
5602
5628
  amount?: PlanAmount;
5603
5629
  installments_plan?: InstallmentPlanItem[];
5604
5630
  availability?: Availability;
5631
+ payment_method_type?: string;
5605
5632
  }
5606
5633
  interface BulkCreateInstallmentsPlansResponse {
5607
5634
  created: InstallmentsPlan[];
@@ -5664,6 +5691,40 @@ declare namespace ConciergeAlerts {
5664
5691
  };
5665
5692
  }
5666
5693
 
5694
+ declare namespace Playground {
5695
+ type FlowType = 'DIRECT';
5696
+ type FlowStatus = 'SUCCESS' | 'PARTIAL_FAILURE' | 'FAILURE';
5697
+ type StepStatus = 'SUCCESS' | 'FAILED' | 'SKIPPED';
5698
+ type StepName = 'CREATE_CUSTOMER' | 'CREATE_CHECKOUT_SESSION' | 'CREATE_PAYMENT';
5699
+ interface ExecuteFlowPayload {
5700
+ flow_type: FlowType;
5701
+ config: {
5702
+ capture: boolean;
5703
+ };
5704
+ customer: Record<string, unknown>;
5705
+ payment_method: Record<string, unknown>;
5706
+ country: string;
5707
+ amount: Record<string, unknown>;
5708
+ account_id: string;
5709
+ payment_description: string;
5710
+ }
5711
+ interface StepResult {
5712
+ step: StepName;
5713
+ status: StepStatus;
5714
+ http_status: number | null;
5715
+ response: Record<string, unknown> | null;
5716
+ error_message: string | null;
5717
+ duration_ms: number;
5718
+ }
5719
+ interface ExecuteFlowResponse {
5720
+ status: FlowStatus;
5721
+ failed_step: string | null;
5722
+ error_message: string | null;
5723
+ steps: StepResult[];
5724
+ total_duration_ms: number;
5725
+ }
5726
+ }
5727
+
5667
5728
  type DeleteMutation = UseMutationResult<AxiosResponse<Organization.AccountOrganization, unknown>, {
5668
5729
  response: {
5669
5730
  data: {
@@ -5749,6 +5810,8 @@ declare function usePatchAccountV2(): UseMutationResult<AxiosResponse<Organizati
5749
5810
  declare function usePutAccountPrincipal(): UseMutationResult<AxiosResponse<Organization.Account, any, {}>, unknown, {
5750
5811
  account_code: string;
5751
5812
  }, unknown>;
5813
+ declare function useBulkDisableAccounts(): UseMutationResult<AxiosResponse<Organization.BulkToggleAccountsResponse>, AxiosError, Organization.BulkToggleAccountsRequest>;
5814
+ declare function useBulkEnableAccounts(): UseMutationResult<AxiosResponse<Organization.BulkToggleAccountsResponse>, AxiosError, Organization.BulkToggleAccountsRequest>;
5752
5815
  declare function usePutAccountsUserMassive(): UseMutationResult<AxiosResponse<Organization.Account, any, {}>, unknown, {
5753
5816
  organizationCode: string;
5754
5817
  userCode: string;
@@ -5952,10 +6015,9 @@ declare function useSmartRoutingMultiAccountDeclinedGroupCreate(organizationCode
5952
6015
  declare const useCreateMonitorThreshold: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
5953
6016
  declare const useCreateMonitorTemplate: (organizationCode: string) => UseMutationResult<SmartRouting.MonitorRedistributionResponse, unknown, SmartRouting.MonitorRedistributionRequest, unknown>;
5954
6017
 
5955
- declare function usePostSlackMessageChannel(): _tanstack_react_query.UseMutationResult<unknown, unknown, {
6018
+ declare function usePostSlackFeatureNotification(): _tanstack_react_query.UseMutationResult<unknown, unknown, {
5956
6019
  payload: {
5957
- channel: string;
5958
- text: string;
6020
+ feature: string;
5959
6021
  };
5960
6022
  }, unknown>;
5961
6023
 
@@ -6357,8 +6419,6 @@ declare function useGetHashPylon(): UseQueryResult<{
6357
6419
 
6358
6420
  declare function useGetConnections(): _tanstack_react_query.UseQueryResult<Connection.Connection[], CustomAxiosResponse<null>>;
6359
6421
 
6360
- declare function useGetDialogs(): UseQueryResult<any, unknown>;
6361
-
6362
6422
  type PendingDuplicateAccount = {
6363
6423
  code: string;
6364
6424
  target_account_name: string;
@@ -6392,6 +6452,9 @@ declare function useGetWebhooksV2Detail({ accountCode, enabled, }: {
6392
6452
  }): UseQueryResult<Webhook.WebHookV2[], unknown>;
6393
6453
  declare function useGetAccounts(organizationCode?: string): UseQueryResult<Organization.Account[], unknown>;
6394
6454
  declare function useGetAccountsV2(organizationCode: string): UseQueryResult<Organization.Account[], unknown>;
6455
+ declare function useGetAccountsByOrganization(params?: {
6456
+ includeDisabled?: boolean;
6457
+ }): UseQueryResult<Organization.Account[], unknown>;
6395
6458
  declare function useGetAccountsByUser(userCode: string): UseQueryResult<{
6396
6459
  accountsV2ByUser: Organization.Account[];
6397
6460
  error?: AxiosError;
@@ -6408,17 +6471,6 @@ declare function useGetRolesForImpersonation(organizationCode?: string): UseQuer
6408
6471
  }>, unknown>;
6409
6472
  declare function useGetPendingDuplicateAccounts(refetchInterval?: number): UseQueryResult<AxiosResponse<PendingDuplicateAccountsResponse>, AxiosError>;
6410
6473
 
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
-
6422
6474
  interface ErrorProp {
6423
6475
  name?: string;
6424
6476
  }
@@ -6449,7 +6501,111 @@ declare function useGetRoutingMonitorsTemplate(code: string, organizationCode: s
6449
6501
 
6450
6502
  declare function useGetCheckouts({ accountCode }: {
6451
6503
  accountCode: any;
6452
- }, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): _tanstack_react_query.UseQueryResult<Checkout.CheckoutList[], unknown>;
6504
+ }, options?: UseQueryOptions<Checkout.CheckoutList[], unknown, Checkout.CheckoutList[]>): {
6505
+ refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
6506
+ data: Checkout.CheckoutList[];
6507
+ error: unknown;
6508
+ isError: true;
6509
+ isLoading: false;
6510
+ isLoadingError: false;
6511
+ isRefetchError: true;
6512
+ isSuccess: false;
6513
+ status: "error";
6514
+ dataUpdatedAt: number;
6515
+ errorUpdatedAt: number;
6516
+ failureCount: number;
6517
+ failureReason: unknown;
6518
+ errorUpdateCount: number;
6519
+ isFetched: boolean;
6520
+ isFetchedAfterMount: boolean;
6521
+ isFetching: boolean;
6522
+ isInitialLoading: boolean;
6523
+ isPaused: boolean;
6524
+ isPlaceholderData: boolean;
6525
+ isPreviousData: boolean;
6526
+ isRefetching: boolean;
6527
+ isStale: boolean;
6528
+ remove: () => void;
6529
+ fetchStatus: _tanstack_react_query.FetchStatus;
6530
+ } | {
6531
+ refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
6532
+ data: Checkout.CheckoutList[];
6533
+ error: null;
6534
+ isError: false;
6535
+ isLoading: false;
6536
+ isLoadingError: false;
6537
+ isRefetchError: false;
6538
+ isSuccess: true;
6539
+ status: "success";
6540
+ dataUpdatedAt: number;
6541
+ errorUpdatedAt: number;
6542
+ failureCount: number;
6543
+ failureReason: unknown;
6544
+ errorUpdateCount: number;
6545
+ isFetched: boolean;
6546
+ isFetchedAfterMount: boolean;
6547
+ isFetching: boolean;
6548
+ isInitialLoading: boolean;
6549
+ isPaused: boolean;
6550
+ isPlaceholderData: boolean;
6551
+ isPreviousData: boolean;
6552
+ isRefetching: boolean;
6553
+ isStale: boolean;
6554
+ remove: () => void;
6555
+ fetchStatus: _tanstack_react_query.FetchStatus;
6556
+ } | {
6557
+ refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
6558
+ data: undefined;
6559
+ error: unknown;
6560
+ isError: true;
6561
+ isLoading: false;
6562
+ isLoadingError: true;
6563
+ isRefetchError: false;
6564
+ isSuccess: false;
6565
+ status: "error";
6566
+ dataUpdatedAt: number;
6567
+ errorUpdatedAt: number;
6568
+ failureCount: number;
6569
+ failureReason: unknown;
6570
+ errorUpdateCount: number;
6571
+ isFetched: boolean;
6572
+ isFetchedAfterMount: boolean;
6573
+ isFetching: boolean;
6574
+ isInitialLoading: boolean;
6575
+ isPaused: boolean;
6576
+ isPlaceholderData: boolean;
6577
+ isPreviousData: boolean;
6578
+ isRefetching: boolean;
6579
+ isStale: boolean;
6580
+ remove: () => void;
6581
+ fetchStatus: _tanstack_react_query.FetchStatus;
6582
+ } | {
6583
+ refetch: <TPageData>(options?: (_tanstack_react_query.RefetchOptions & _tanstack_react_query.RefetchQueryFilters<TPageData>) | undefined) => Promise<_tanstack_react_query.QueryObserverResult<Checkout.CheckoutList[], unknown>>;
6584
+ data: undefined;
6585
+ error: null;
6586
+ isError: false;
6587
+ isLoading: true;
6588
+ isLoadingError: false;
6589
+ isRefetchError: false;
6590
+ isSuccess: false;
6591
+ status: "loading";
6592
+ dataUpdatedAt: number;
6593
+ errorUpdatedAt: number;
6594
+ failureCount: number;
6595
+ failureReason: unknown;
6596
+ errorUpdateCount: number;
6597
+ isFetched: boolean;
6598
+ isFetchedAfterMount: boolean;
6599
+ isFetching: boolean;
6600
+ isInitialLoading: boolean;
6601
+ isPaused: boolean;
6602
+ isPlaceholderData: boolean;
6603
+ isPreviousData: boolean;
6604
+ isRefetching: boolean;
6605
+ isStale: boolean;
6606
+ remove: () => void;
6607
+ fetchStatus: _tanstack_react_query.FetchStatus;
6608
+ };
6453
6609
  declare const getQueryKeyGetNameAndIcon: ({ paymentMethodType, type, }: Checkout.GetNameAndIconArgs) => string[];
6454
6610
  declare const useGetNameAndIcon: ({ paymentMethodType, type }: Checkout.GetNameAndIconArgs, option?: UseQueryOptions<Checkout.GetNameAndIconResponse, unknown, Checkout.GetNameAndIconResponse>) => _tanstack_react_query.UseQueryResult<Checkout.GetNameAndIconResponse, unknown>;
6455
6611
  declare const getQueryKeyRequiredFields: ({ paymentMethodType, type, }: Checkout.GetRequiredFieldsArgs) => string[];
@@ -6725,11 +6881,7 @@ declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMe
6725
6881
  }): UseQueryResult<any, unknown>;
6726
6882
  declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
6727
6883
  declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
6728
- declare function useInsightsVolumeMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;
6729
6884
  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>;
6733
6885
  declare function useInsightsOverviewMetricsV3(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): UseQueryResult<any, unknown>;
6734
6886
  declare function useInsightsHomeMetrics(params: DataReport.InsightsHomeMetrics): UseQueryResult<any, unknown>;
6735
6887
  declare function useGetInsightsReport(params: DataReport.InsightExportParams): UseQueryResult<any, unknown>;
@@ -6881,7 +7033,6 @@ declare function useGetPaymentLinks(params: any, accountCode: any): UseQueryResu
6881
7033
  declare function useGetPaymentLinkByCode(paymentLinkCode: any): UseQueryResult<any, unknown>;
6882
7034
  declare function useGetCountriesConfigPaymentLink(enabled?: boolean): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
6883
7035
  declare function useGetCountriesConfigPaymentLinkV2(acceptLanguage?: string): UseQueryResult<PaymentLinks.GetCountriesConfig, unknown>;
6884
- declare function useGetTimezonePaymentLink(organizationCode: string): UseQueryResult<any, unknown>;
6885
7036
 
6886
7037
  declare function useGetSubscriptionByCode(subscriptionCode: string, enabled?: boolean): UseQueryResult<any, unknown>;
6887
7038
  declare function useGetSubscriptionPayments(subscriptionCode: string, page?: number, size?: number, enabled?: boolean): UseQueryResult<any, unknown>;
@@ -6920,6 +7071,9 @@ declare function useGetMFAConfig({ organizationCode, }: {
6920
7071
  declare function useGetMFAStatus({ accountCode, }: {
6921
7072
  accountCode: string;
6922
7073
  }, enabled: boolean): UseQueryResult<OrganizationSettings.MfaConfig, unknown>;
7074
+ declare function useGetWorkOsMfaStatus({ enabled, }: {
7075
+ enabled: boolean;
7076
+ }): UseQueryResult<MFA.WorkOsMfaStatus, unknown>;
6923
7077
 
6924
7078
  declare function useGetSamlConfig(organizationCode: string): UseQueryResult<SamlConfig.SamlConfigResponse, AxiosError>;
6925
7079
 
@@ -7015,6 +7169,11 @@ declare function useGetRecipients(organizationCode: string, params: GetRecipient
7015
7169
  declare function useGetRecipientById(organizationCode: string, params: GetRecipientByIdParams, enabled?: boolean): UseQueryResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse>>;
7016
7170
  declare function useGetOnboardingDetail(organizationCode: string, params: GetOnboardingDetailParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse>>;
7017
7171
  declare function useGetOnboardingTimeline(organizationCode: string, params: GetOnboardingTimelineParams, enabled?: boolean): UseQueryResult<Recipients.OnboardingTimeline, AxiosError<BFFErrorResponse>>;
7172
+ declare function useGetRecipientExports(accountCode: string, params: GetRecipientExportsParams, enabled?: boolean): UseQueryResult<RecipientsExport.ExportListResponse, AxiosError<BFFErrorResponse>>;
7173
+ declare function useGetRecipientExportDownload(accountCode: string, exportCode: string, enabled?: boolean): UseQueryResult<{
7174
+ download_url: string;
7175
+ expires_in_seconds: number;
7176
+ }, AxiosError<BFFErrorResponse>>;
7018
7177
 
7019
7178
  declare function useGetInstallmentsPlans(accountCode: string, enabled?: boolean, params?: Installments.GetInstallmentsPlansParams): UseQueryResult<Installments.GetInstallmentsPlansResponse, Error>;
7020
7179
  declare function useSearchInstallmentsPlans(payload: Installments.SearchInstallmentsPlansRequest, enabled?: boolean): UseQueryResult<Installments.SearchInstallmentsPlansResponse, Error>;
@@ -7039,6 +7198,21 @@ interface WorkosDomainStatusResponse {
7039
7198
  has_verified_domain: boolean;
7040
7199
  }
7041
7200
  declare function useWorkosDomainStatus(): _tanstack_react_query.UseQueryResult<WorkosDomainStatusResponse, unknown>;
7201
+ interface WorkosSsoConnection {
7202
+ id: string;
7203
+ name: string;
7204
+ connectionType: string;
7205
+ state: string;
7206
+ }
7207
+ interface WorkosSsoConfigStatusResponse {
7208
+ hasWorkosOrg: boolean;
7209
+ domainVerified: boolean;
7210
+ domainState: string | null;
7211
+ connectionActive: boolean;
7212
+ connections: WorkosSsoConnection[];
7213
+ readyToMigrate: boolean;
7214
+ }
7215
+ declare function useWorkosSsoConfigStatus(): _tanstack_react_query.UseQueryResult<WorkosSsoConfigStatusResponse, unknown>;
7042
7216
 
7043
7217
  declare const CONCIERGE_ALERTS_QUERY_KEY = "GET/concierge/alerts";
7044
7218
  declare const CONCIERGE_ALERT_BY_ID_QUERY_KEY = "GET/concierge/alerts/by-id";
@@ -7159,13 +7333,18 @@ declare function useBulkDeleteInstallmentsPlans(): _tanstack_react_query.UseMuta
7159
7333
  payload: Installments.BulkDeleteInstallmentsPlansRequest;
7160
7334
  }, unknown>;
7161
7335
 
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>;
7336
+ declare function useCreateRecipientExport(): UseMutationResult<RecipientsExport.ExportItem, unknown>;
7337
+ declare function useDownloadRecipientExport(): UseMutationResult<{
7338
+ download_url: string;
7339
+ expires_in_seconds: number;
7340
+ }, unknown>;
7341
+ declare function useCreateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, CreateRecipientParams, unknown>;
7342
+ declare function useUpdateRecipient(): UseMutationResult<Recipients.RecipientDetail, AxiosError<BFFErrorResponse, any>, UpdateRecipientParams, unknown>;
7343
+ declare function useDeleteRecipient(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, DeleteRecipientParams, unknown>;
7344
+ declare function useCreateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, CreateOnboardingParams, unknown>;
7345
+ declare function useUpdateOnboarding(): UseMutationResult<Recipients.OnboardingDetail, AxiosError<BFFErrorResponse, any>, UpdateOnboardingParams, unknown>;
7346
+ declare function useBlockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, BlockOnboardingParams, unknown>;
7347
+ declare function useUnblockOnboarding(): UseMutationResult<void, AxiosError<BFFErrorResponse, any>, UnblockOnboardingParams, unknown>;
7169
7348
 
7170
7349
  declare function useCreateConciergeAlert(): UseMutationResult<ConciergeAlerts.CreateAlertResponse, ConciergeAlerts.Error, ConciergeAlerts.CreateAlertPayload>;
7171
7350
  declare function useDeleteConciergeAlert(): UseMutationResult<ConciergeAlerts.DeleteAlertResponse, ConciergeAlerts.Error, string>;
@@ -7174,6 +7353,10 @@ declare function useEnableConciergeAlert(): UseMutationResult<ConciergeAlerts.En
7174
7353
  payload: ConciergeAlerts.EnableAlertPayload;
7175
7354
  }>;
7176
7355
 
7356
+ declare function usePostPlaygroundExecuteFlow(): UseMutationResult<Playground.ExecuteFlowResponse, AxiosError<BFFErrorResponse>, {
7357
+ payload: Playground.ExecuteFlowPayload;
7358
+ }>;
7359
+
7177
7360
  interface S3Payload {
7178
7361
  payload: S3Client.PayloadV2;
7179
7362
  handleSetProgress?: (progress: number) => void;
@@ -7300,7 +7483,6 @@ declare class Api extends HttpClient {
7300
7483
  connections: [integration_code: string, account_code: string];
7301
7484
  };
7302
7485
  }): Promise<AxiosResponse<T, any>>;
7303
- getDialogs<T>(): Promise<AxiosResponse<T, any>>;
7304
7486
  getWebhookParamsV2<T>(): Promise<AxiosResponse<T, Webhook.ParamV2[]>>;
7305
7487
  getWebhooksV3<T>({ accountCode, name, }: {
7306
7488
  accountCode: string;
@@ -7314,7 +7496,6 @@ declare class Api extends HttpClient {
7314
7496
  }): Promise<AxiosResponse<T>>;
7315
7497
  deleteWebhookV2<T>(code: string, accountCode: string): Promise<AxiosResponse<T>>;
7316
7498
  updateWebhookV2<T>(code: string, payload: any, accountCode: string): Promise<AxiosResponse<T>>;
7317
- getMenu<T>(): Promise<AxiosResponse<T>>;
7318
7499
  postWebhookLogs<T>({ payload: { account_code, ...rest }, }: {
7319
7500
  payload: Audit.AuditWebhooksParams;
7320
7501
  }): Promise<AxiosResponse<T>>;
@@ -7341,15 +7522,8 @@ declare class Api extends HttpClient {
7341
7522
  postApiLogsStatsErrorsByEndpoint<T>(payload: Audit.ApiLogsStatsParams): Promise<AxiosResponse<T>>;
7342
7523
  postApiLogsList<T>(payload: Audit.ApiLogsListParams): Promise<AxiosResponse<T>>;
7343
7524
  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>>;
7347
7525
  useGetCountriesConfig<T>(): Promise<AxiosResponse<T, any>>;
7348
7526
  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>>;
7353
7527
  getSmartRoutingMethods<T>(accountCode: string, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
7354
7528
  putSmartRoutingToggleMethod<T>(accountCode: string, paymentMethod: string, active: boolean, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
7355
7529
  getSmartRoutingConditionTypes<T>(accountCode: string, paymentMethod: string, routingType?: SmartRouting.RoutingType): Promise<AxiosResponse<T, any>>;
@@ -7393,7 +7567,6 @@ declare class Api extends HttpClient {
7393
7567
  getInsightsMetricsConversionRateV2<T>(params: DataReport.InsightMetricParams, path: string): Promise<AxiosResponse<T, any>>;
7394
7568
  getInsightsMetricsConversionRateViewMore<T>(params: DataReport.InsightMetricParams, type: string): Promise<AxiosResponse<T, any>>;
7395
7569
  getInsightFallbackMetrics<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7396
- getInsightsMetricsVolume<T>(account_codes: string, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7397
7570
  getInsightsMetricsVolumeV2<T>(account_codes: string, path: DataReport.InsightsVolumeMetricsV2Path, params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7398
7571
  getInsightsFraudScreeningVolumeAndCountTx(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
7399
7572
  getInsightsFraudScreeningConversionRate(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
@@ -7409,11 +7582,8 @@ declare class Api extends HttpClient {
7409
7582
  getInsightsChargebacksReasonsDistribution(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
7410
7583
  getInsightsChargebacksStatusDistribution(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
7411
7584
  getInsightsChargebacksByCardBrand(body: InsightsFraudBody, params: InsightsFraudParams): Promise<AxiosResponse<any, any>>;
7412
- getInsightOverview<T>(params: DataReport.InsightMetricParams): Promise<AxiosResponse<T, any>>;
7413
7585
  getInsightOverviewV3<T>(params: DataReport.InsightMetricParams, type: DataReport.OverviewMetricType): Promise<AxiosResponse<T, any>>;
7414
7586
  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>>;
7417
7587
  getCheckouts({ accountCode, }: {
7418
7588
  accountCode: any;
7419
7589
  }): Promise<AxiosResponse<Checkout.CheckoutList[]>>;
@@ -7522,12 +7692,19 @@ declare class Api extends HttpClient {
7522
7692
  putAccountPrincipal<T>({ account_code }: {
7523
7693
  account_code: any;
7524
7694
  }): Promise<AxiosResponse<T>>;
7695
+ bulkDisableAccounts(payload: Organization.BulkToggleAccountsRequest): Promise<AxiosResponse<Organization.BulkToggleAccountsResponse>>;
7696
+ bulkEnableAccounts(payload: Organization.BulkToggleAccountsRequest): Promise<AxiosResponse<Organization.BulkToggleAccountsResponse>>;
7697
+ getAccountsByOrganization<T>(params?: {
7698
+ includeDisabled?: boolean;
7699
+ }): Promise<AxiosResponse<T, any>>;
7700
+ getAccountsByOrganizationCode<T>(organizationCode: string, params?: {
7701
+ includeDisabled?: boolean;
7702
+ }): Promise<AxiosResponse<T, any>>;
7525
7703
  getMergedNotifications<T>(): Promise<AxiosResponse<T>>;
7526
7704
  getNotificationsCustomer<T>(customer: any): Promise<AxiosResponse<T>>;
7527
7705
  getValidateOpsgenieKey<T>(key: any): Promise<AxiosResponse<T>>;
7528
- postSlackMessageChannel<T>(payload: {
7529
- channel: string;
7530
- text: string;
7706
+ postSlackFeatureNotification<T>(payload: {
7707
+ feature: string;
7531
7708
  }): Promise<AxiosResponse<T>>;
7532
7709
  pathNotification<T>(payload: PathNotification): Promise<AxiosResponse<T>>;
7533
7710
  getNotificationsNumber<T>(customer: any): Promise<AxiosResponse<T>>;
@@ -7587,6 +7764,7 @@ declare class Api extends HttpClient {
7587
7764
  workosAdminPortal<T>(): Promise<AxiosResponse<T>>;
7588
7765
  workosDomainVerificationPortal<T>(): Promise<AxiosResponse<T>>;
7589
7766
  workosDomainStatus<T>(): Promise<AxiosResponse<T>>;
7767
+ workosSsoConfigStatus<T>(): Promise<AxiosResponse<T>>;
7590
7768
  workosVerifyMfa<T>(body: any): Promise<AxiosResponse<T>>;
7591
7769
  getCardBrands<T>(): Promise<AxiosResponse<T>>;
7592
7770
  getPaymentFilters<T>(section: PaymentFiltersSection): Promise<AxiosResponse<T>>;
@@ -7624,7 +7802,6 @@ declare class Api extends HttpClient {
7624
7802
  postRescheduleSubscription<T>(subscriptionCode: string): Promise<AxiosResponse<T, any>>;
7625
7803
  getSubscriptionPayments<T>(subscriptionCode: string, page?: number, size?: number): Promise<AxiosResponse<T, any>>;
7626
7804
  postListSubscriptions<T>(payload: ListSubscriptionsParams): Promise<AxiosResponse<T, any>>;
7627
- getTimezone<T>(organizationCode: string): Promise<AxiosResponse<T, any>>;
7628
7805
  getInstallmentPlans(params?: Installments.GetInstallmentsPlansParams): Promise<AxiosResponse<Installments.GetInstallmentsPlansResponse>>;
7629
7806
  createInstallmentsPlan<T, P = unknown>(payload: P): Promise<AxiosResponse<T>>;
7630
7807
  updateInstallmentsPlan<T, P = unknown>(code: string, payload: P): Promise<AxiosResponse<T>>;
@@ -7727,6 +7904,7 @@ declare class Api extends HttpClient {
7727
7904
  organizationCode: any;
7728
7905
  }): Promise<AxiosResponse<T, any>>;
7729
7906
  getMFAEnforcementStatus<T>(): Promise<AxiosResponse<T, any>>;
7907
+ getWorkOsMfaStatus<T>(): Promise<AxiosResponse<T, any>>;
7730
7908
  updateMFAConfig<T>(payload: OrganizationSettings.MfaConfigRequest, organizationCode: string): Promise<AxiosResponse<T, any>>;
7731
7909
  mfaExcludeUsers<T>(users: OrganizationSettings.MfaUserExcluded[], organizationCode: string): Promise<AxiosResponse<T, any>>;
7732
7910
  getAllConfigRules<T>(): Promise<AxiosResponse<T, any>>;
@@ -7829,6 +8007,12 @@ declare class Api extends HttpClient {
7829
8007
  getRecipientById<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
7830
8008
  getOnboardingDetail<T>(organizationCode: string, recipientId: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
7831
8009
  getOnboardingTimeline<T>(organizationCode: string, onboardingId: string): Promise<AxiosResponse<T, any>>;
8010
+ createRecipientExport<T>(payload: unknown, accountCode: string): Promise<AxiosResponse<T, any>>;
8011
+ getRecipientExports<T>(params: {
8012
+ page?: number;
8013
+ size?: number;
8014
+ }, accountCode: string): Promise<AxiosResponse<T, any>>;
8015
+ downloadRecipientExport<T>(exportCode: string, accountCode: string): Promise<AxiosResponse<T, any>>;
7832
8016
  createRecipient<T>(organizationCode: string, payload: CreateRecipientPayload): Promise<AxiosResponse<T, any>>;
7833
8017
  updateRecipient<T>(organizationCode: string, recipientId: string, payload: UpdateRecipientPayload): Promise<AxiosResponse<T, any>>;
7834
8018
  deleteRecipient<T>(organizationCode: string, recipientId: string): Promise<AxiosResponse<T, any>>;
@@ -7841,6 +8025,7 @@ declare class Api extends HttpClient {
7841
8025
  createConciergeAlert<T>(payload: ConciergeAlerts.CreateAlertPayload): Promise<AxiosResponse<T>>;
7842
8026
  deleteConciergeAlert<T>(alertId: string): Promise<AxiosResponse<T>>;
7843
8027
  enableConciergeAlert<T>(alertId: string, payload: ConciergeAlerts.EnableAlertPayload): Promise<AxiosResponse<T>>;
8028
+ postPlaygroundExecuteFlow<T>(payload: Playground.ExecuteFlowPayload): Promise<AxiosResponse<T, unknown>>;
7844
8029
  }
7845
8030
 
7846
8031
  declare class ApiSingleton extends Api {
@@ -7891,5 +8076,5 @@ declare const useOrganizationCode: () => any;
7891
8076
 
7892
8077
  declare const useAccountCode: () => any;
7893
8078
 
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 };
8079
+ 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, useBulkDisableAccounts, useBulkEnableAccounts, 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, useGetAccountsByOrganization, 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, useWorkosSsoConfigStatus, useWorkosVerifyMfa };
8080
+ 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, WorkosSsoConfigStatusResponse, WorkosSsoConnection };