@djangocfg/api 1.2.33 → 1.2.35

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 (87) hide show
  1. package/dist/index.cjs +3739 -3676
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.d.cts +564 -295
  4. package/dist/index.d.ts +564 -295
  5. package/dist/index.mjs +3675 -3611
  6. package/dist/index.mjs.map +1 -1
  7. package/package.json +2 -2
  8. package/src/cfg/contexts/LeadsContext.tsx +11 -0
  9. package/src/cfg/contexts/NewsletterContext.tsx +19 -0
  10. package/src/cfg/contexts/SupportContext.tsx +3 -3
  11. package/src/cfg/contexts/index.ts +22 -2
  12. package/src/cfg/contexts/knowbase/DocumentsContext.tsx +4 -4
  13. package/src/cfg/contexts/knowbase/SessionsContext.tsx +2 -2
  14. package/src/cfg/contexts/payments/PaymentsContext.tsx +2 -2
  15. package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_monitoring.ts +68 -3
  16. package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_testing.ts +7 -7
  17. package/src/cfg/generated/_utils/fetchers/index.ts +0 -1
  18. package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_monitoring.ts +18 -3
  19. package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_testing.ts +5 -5
  20. package/src/cfg/generated/_utils/hooks/index.ts +0 -1
  21. package/src/cfg/generated/_utils/schemas/APIZonesSummary.schema.ts +1 -1
  22. package/src/cfg/generated/_utils/schemas/AppStatisticsData.schema.ts +2 -0
  23. package/src/cfg/generated/_utils/schemas/ArchiveItemChunk.schema.ts +1 -1
  24. package/src/cfg/generated/_utils/schemas/ArchiveItemChunkDetail.schema.ts +2 -2
  25. package/src/cfg/generated/_utils/schemas/ArchiveItemDetail.schema.ts +1 -1
  26. package/src/cfg/generated/_utils/schemas/ArchiveSearchResult.schema.ts +3 -3
  27. package/src/cfg/generated/_utils/schemas/ChannelList.schema.ts +2 -2
  28. package/src/cfg/generated/_utils/schemas/{ChannelStatsSerializer.schema.ts → ChannelStats.schema.ts} +4 -4
  29. package/src/cfg/generated/_utils/schemas/ChatMessage.schema.ts +1 -1
  30. package/src/cfg/generated/_utils/schemas/CommandCategory.schema.ts +21 -0
  31. package/src/cfg/generated/_utils/schemas/CommandExecuteRequestRequest.schema.ts +1 -1
  32. package/src/cfg/generated/_utils/schemas/CommandsSummary.schema.ts +2 -1
  33. package/src/cfg/generated/_utils/schemas/DjangoConfig.schema.ts +2 -1
  34. package/src/cfg/generated/_utils/schemas/Document.schema.ts +1 -1
  35. package/src/cfg/generated/_utils/schemas/DocumentArchiveDetail.schema.ts +2 -2
  36. package/src/cfg/generated/_utils/schemas/DocumentCreateRequest.schema.ts +1 -1
  37. package/src/cfg/generated/_utils/schemas/DocumentProcessingStatus.schema.ts +1 -1
  38. package/src/cfg/generated/_utils/schemas/DocumentRequest.schema.ts +1 -1
  39. package/src/cfg/generated/_utils/schemas/GRPCCallRequestRequest.schema.ts +2 -2
  40. package/src/cfg/generated/_utils/schemas/GRPCCallResponse.schema.ts +1 -1
  41. package/src/cfg/generated/_utils/schemas/GRPCExample.schema.ts +3 -3
  42. package/src/cfg/generated/_utils/schemas/JobDetail.schema.ts +2 -2
  43. package/src/cfg/generated/_utils/schemas/LeadSubmission.schema.ts +1 -1
  44. package/src/cfg/generated/_utils/schemas/LeadSubmissionError.schema.ts +1 -1
  45. package/src/cfg/generated/_utils/schemas/LeadSubmissionRequest.schema.ts +1 -1
  46. package/src/cfg/generated/_utils/schemas/ModelStatistics.schema.ts +23 -0
  47. package/src/cfg/generated/_utils/schemas/PaginatedGRPCTestLogList.schema.ts +24 -0
  48. package/src/cfg/generated/_utils/schemas/PatchedDocumentRequest.schema.ts +1 -1
  49. package/src/cfg/generated/_utils/schemas/PatchedLeadSubmissionRequest.schema.ts +1 -1
  50. package/src/cfg/generated/_utils/schemas/Publish.schema.ts +1 -1
  51. package/src/cfg/generated/_utils/schemas/RQConfig.schema.ts +2 -1
  52. package/src/cfg/generated/_utils/schemas/RQSchedule.schema.ts +1 -1
  53. package/src/cfg/generated/_utils/schemas/RedisQueueConfig.schema.ts +1 -1
  54. package/src/cfg/generated/_utils/schemas/RunDemoRequestRequest.schema.ts +1 -1
  55. package/src/cfg/generated/_utils/schemas/ScheduleCreateRequest.schema.ts +1 -1
  56. package/src/cfg/generated/_utils/schemas/ScheduleInfo.schema.ts +27 -0
  57. package/src/cfg/generated/_utils/schemas/ScheduledJob.schema.ts +1 -1
  58. package/src/cfg/generated/_utils/schemas/TestScenario.schema.ts +1 -1
  59. package/src/cfg/generated/_utils/schemas/TimelineItem.schema.ts +23 -0
  60. package/src/cfg/generated/_utils/schemas/TimelineResponse.schema.ts +22 -0
  61. package/src/cfg/generated/_utils/schemas/index.ts +7 -1
  62. package/src/cfg/generated/cfg__centrifugo__centrifugo_admin_api/models.ts +1 -1
  63. package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/client.ts +27 -6
  64. package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/models.ts +45 -21
  65. package/src/cfg/generated/cfg__dashboard__dashboard_api_zones/models.ts +1 -1
  66. package/src/cfg/generated/cfg__dashboard__dashboard_commands/models.ts +15 -2
  67. package/src/cfg/generated/cfg__dashboard__dashboard_config/models.ts +17 -16
  68. package/src/cfg/generated/cfg__dashboard__dashboard_overview/models.ts +20 -0
  69. package/src/cfg/generated/cfg__grpc__grpc_api_keys/models.ts +1 -1
  70. package/src/cfg/generated/cfg__grpc__grpc_testing/client.ts +4 -4
  71. package/src/cfg/generated/cfg__grpc__grpc_testing/models.ts +48 -23
  72. package/src/cfg/generated/cfg__knowbase/models.ts +15 -15
  73. package/src/cfg/generated/cfg__leads/models.ts +3 -3
  74. package/src/cfg/generated/cfg__leads__lead_submission/models.ts +2 -2
  75. package/src/cfg/generated/cfg__rq__rq_jobs/models.ts +5 -5
  76. package/src/cfg/generated/cfg__rq__rq_monitoring/models.ts +19 -2
  77. package/src/cfg/generated/cfg__rq__rq_queues/models.ts +1 -1
  78. package/src/cfg/generated/cfg__rq__rq_schedules/models.ts +7 -7
  79. package/src/cfg/generated/cfg__rq__rq_testing/models.ts +4 -4
  80. package/src/cfg/generated/client.ts +0 -3
  81. package/src/cfg/generated/index.ts +0 -5
  82. package/src/cfg/generated/schema.json +403 -181
  83. package/src/cfg/generated/_utils/fetchers/cfg__centrifugo.ts +0 -99
  84. package/src/cfg/generated/_utils/hooks/cfg__centrifugo.ts +0 -35
  85. package/src/cfg/generated/cfg__centrifugo/client.ts +0 -22
  86. package/src/cfg/generated/cfg__centrifugo/index.ts +0 -2
  87. package/src/cfg/generated/cfg__centrifugo/models.ts +0 -19
package/dist/index.d.cts CHANGED
@@ -20,7 +20,7 @@ interface TokenRefresh$1 {
20
20
  refresh: string;
21
21
  }
22
22
 
23
- declare namespace models$H {
23
+ declare namespace models$G {
24
24
  export type { TokenRefresh$1 as TokenRefresh, TokenRefreshRequest$1 as TokenRefreshRequest };
25
25
  }
26
26
 
@@ -64,7 +64,7 @@ interface BulkEmailResponse$2 {
64
64
  error?: string;
65
65
  }
66
66
 
67
- declare namespace models$G {
67
+ declare namespace models$F {
68
68
  export type { BulkEmailRequest$1 as BulkEmailRequest, BulkEmailResponse$2 as BulkEmailResponse };
69
69
  }
70
70
 
@@ -749,7 +749,7 @@ interface ErrorResponse$2 {
749
749
  message: string;
750
750
  }
751
751
 
752
- declare namespace models$F {
752
+ declare namespace models$E {
753
753
  export type { ErrorResponse$2 as ErrorResponse, NewsletterCampaign$2 as NewsletterCampaign, NewsletterCampaignRequest$1 as NewsletterCampaignRequest, PaginatedNewsletterCampaignList$1 as PaginatedNewsletterCampaignList, SendCampaignRequest$1 as SendCampaignRequest, SendCampaignResponse$1 as SendCampaignResponse };
754
754
  }
755
755
 
@@ -1027,7 +1027,7 @@ interface CentrifugoMetrics$1 {
1027
1027
  /** Metrics collection interval */
1028
1028
  interval: number;
1029
1029
  /** Metric name to value mapping */
1030
- items: Record<string, number>;
1030
+ items: Record<string, any>;
1031
1031
  }
1032
1032
  /**
1033
1033
  * Process information.
@@ -1041,7 +1041,7 @@ interface CentrifugoProcess$1 {
1041
1041
  rss: number;
1042
1042
  }
1043
1043
 
1044
- declare namespace models$E {
1044
+ declare namespace models$D {
1045
1045
  export type { CentrifugoChannelInfo$1 as CentrifugoChannelInfo, CentrifugoChannelsRequestRequest$1 as CentrifugoChannelsRequestRequest, CentrifugoChannelsResponse$1 as CentrifugoChannelsResponse, CentrifugoChannelsResult$1 as CentrifugoChannelsResult, CentrifugoClientInfo$1 as CentrifugoClientInfo, CentrifugoError$1 as CentrifugoError, CentrifugoHistoryRequestRequest$1 as CentrifugoHistoryRequestRequest, CentrifugoHistoryResponse$1 as CentrifugoHistoryResponse, CentrifugoHistoryResult$1 as CentrifugoHistoryResult, CentrifugoInfoResponse$1 as CentrifugoInfoResponse, CentrifugoInfoResult$1 as CentrifugoInfoResult, CentrifugoMetrics$1 as CentrifugoMetrics, CentrifugoNodeInfo$1 as CentrifugoNodeInfo, CentrifugoPresenceRequestRequest$1 as CentrifugoPresenceRequestRequest, CentrifugoPresenceResponse$1 as CentrifugoPresenceResponse, CentrifugoPresenceResult$1 as CentrifugoPresenceResult, CentrifugoPresenceStatsRequestRequest$1 as CentrifugoPresenceStatsRequestRequest, CentrifugoPresenceStatsResponse$1 as CentrifugoPresenceStatsResponse, CentrifugoPresenceStatsResult$1 as CentrifugoPresenceStatsResult, CentrifugoProcess$1 as CentrifugoProcess, CentrifugoPublication$1 as CentrifugoPublication, CentrifugoStreamPosition$1 as CentrifugoStreamPosition };
1046
1046
  }
1047
1047
 
@@ -1106,7 +1106,7 @@ interface ConnectionTokenResponse$1 {
1106
1106
  channels: Array<string>;
1107
1107
  }
1108
1108
 
1109
- declare namespace models$D {
1109
+ declare namespace models$C {
1110
1110
  export type { ConnectionTokenResponse$1 as ConnectionTokenResponse };
1111
1111
  }
1112
1112
 
@@ -1126,6 +1126,17 @@ declare class CfgCentrifugoAuth {
1126
1126
  tokenRetrieve(): Promise<ConnectionTokenResponse$1>;
1127
1127
  }
1128
1128
 
1129
+ /**
1130
+ * List of channel statistics.
1131
+ *
1132
+ * Response model (includes read-only fields).
1133
+ */
1134
+ interface ChannelList$1 {
1135
+ /** Channel statistics */
1136
+ channels: Array<ChannelStats$1>;
1137
+ /** Total number of channels */
1138
+ total_channels: number;
1139
+ }
1129
1140
  /**
1130
1141
  * Health check response.
1131
1142
  *
@@ -1186,31 +1197,51 @@ interface PaginatedPublishList$1 {
1186
1197
  /** Previous page number (null if no previous page) */
1187
1198
  previous_page?: number | null;
1188
1199
  /** Array of items for current page */
1189
- results: Array<Publish$2>;
1200
+ results: Array<Publish$1>;
1190
1201
  }
1191
1202
  /**
1192
- * List of channel statistics.
1203
+ * Timeline response with hourly/daily breakdown for DRF.
1193
1204
  *
1194
1205
  * Response model (includes read-only fields).
1195
1206
  */
1196
- interface ChannelList$1 {
1197
- /** Channel statistics */
1198
- channels: Array<ChannelStatsSerializer$1>;
1199
- /** Total number of channels */
1200
- total_channels: number;
1207
+ interface TimelineResponse$1 {
1208
+ timeline: Array<TimelineItem$1>;
1209
+ period_hours: number;
1210
+ interval: string;
1211
+ }
1212
+ /**
1213
+ * Statistics per channel.
1214
+ *
1215
+ * Response model (includes read-only fields).
1216
+ */
1217
+ interface ChannelStats$1 {
1218
+ /** Channel name */
1219
+ channel: string;
1220
+ /** Total publishes to this channel */
1221
+ total: number;
1222
+ /** Successful publishes */
1223
+ successful: number;
1224
+ /** Failed publishes */
1225
+ failed: number;
1226
+ /** Average duration */
1227
+ avg_duration_ms: number;
1228
+ /** Average ACKs received */
1229
+ avg_acks: number;
1230
+ /** Last activity timestamp (ISO format) */
1231
+ last_activity_at: string | null;
1201
1232
  }
1202
1233
  /**
1203
1234
  * Single publish item for DRF pagination.
1204
1235
  *
1205
1236
  * Response model (includes read-only fields).
1206
1237
  */
1207
- interface Publish$2 {
1238
+ interface Publish$1 {
1208
1239
  message_id: string;
1209
1240
  channel: string;
1210
1241
  status: string;
1211
1242
  wait_for_ack: boolean;
1212
1243
  acks_received: number;
1213
- acks_expected: number;
1244
+ acks_expected: number | null;
1214
1245
  duration_ms: number | null;
1215
1246
  created_at: string;
1216
1247
  completed_at: string | null;
@@ -1218,29 +1249,20 @@ interface Publish$2 {
1218
1249
  error_message: string | null;
1219
1250
  }
1220
1251
  /**
1221
- * Statistics per channel.
1252
+ * Single timeline data point for DRF.
1222
1253
  *
1223
1254
  * Response model (includes read-only fields).
1224
1255
  */
1225
- interface ChannelStatsSerializer$1 {
1226
- /** Channel name */
1227
- channel: string;
1228
- /** Total publishes to this channel */
1229
- total: number;
1230
- /** Successful publishes */
1256
+ interface TimelineItem$1 {
1257
+ timestamp: string;
1258
+ count: number;
1231
1259
  successful: number;
1232
- /** Failed publishes */
1233
1260
  failed: number;
1234
- /** Average duration */
1235
- avg_duration_ms: number;
1236
- /** Average ACKs received */
1237
- avg_acks: number;
1238
- /** Last activity timestamp (ISO format) */
1239
- last_activity_at?: string | null;
1261
+ timeout: number;
1240
1262
  }
1241
1263
 
1242
- declare namespace models$C {
1243
- export type { CentrifugoOverviewStats$1 as CentrifugoOverviewStats, ChannelList$1 as ChannelList, ChannelStatsSerializer$1 as ChannelStatsSerializer, HealthCheck$3 as HealthCheck, PaginatedPublishList$1 as PaginatedPublishList, Publish$2 as Publish };
1264
+ declare namespace models$B {
1265
+ export type { CentrifugoOverviewStats$1 as CentrifugoOverviewStats, ChannelList$1 as ChannelList, ChannelStats$1 as ChannelStats, HealthCheck$3 as HealthCheck, PaginatedPublishList$1 as PaginatedPublishList, Publish$1 as Publish, TimelineItem$1 as TimelineItem, TimelineResponse$1 as TimelineResponse };
1244
1266
  }
1245
1267
 
1246
1268
  /**
@@ -1249,6 +1271,10 @@ declare namespace models$C {
1249
1271
  declare class CfgCentrifugoMonitoring {
1250
1272
  private client;
1251
1273
  constructor(client: any);
1274
+ centrifugoMonitorChannelsRetrieve(hours?: number): Promise<ChannelList$1[]>;
1275
+ centrifugoMonitorChannelsRetrieve(params?: {
1276
+ hours?: number;
1277
+ }): Promise<ChannelList$1[]>;
1252
1278
  /**
1253
1279
  * Get Centrifugo health status
1254
1280
  *
@@ -1266,11 +1292,11 @@ declare class CfgCentrifugoMonitoring {
1266
1292
  page_size?: number;
1267
1293
  status?: string;
1268
1294
  }): Promise<PaginatedPublishList$1>;
1269
- centrifugoMonitorTimelineRetrieve(hours?: number, interval?: string): Promise<ChannelList$1[]>;
1295
+ centrifugoMonitorTimelineRetrieve(hours?: number, interval?: string): Promise<TimelineResponse$1>;
1270
1296
  centrifugoMonitorTimelineRetrieve(params?: {
1271
1297
  hours?: number;
1272
1298
  interval?: string;
1273
- }): Promise<ChannelList$1[]>;
1299
+ }): Promise<TimelineResponse$1>;
1274
1300
  }
1275
1301
 
1276
1302
  /**
@@ -1332,7 +1358,7 @@ interface ManualAckResponse$1 {
1332
1358
  error?: string | null;
1333
1359
  }
1334
1360
 
1335
- declare namespace models$B {
1361
+ declare namespace models$A {
1336
1362
  export type { ManualAckRequestRequest$1 as ManualAckRequestRequest, ManualAckResponse$1 as ManualAckResponse, PublishTestRequestRequest$1 as PublishTestRequestRequest, PublishTestResponse$1 as PublishTestResponse };
1337
1363
  }
1338
1364
 
@@ -1372,7 +1398,7 @@ declare class CfgCentrifugoTesting {
1372
1398
  */
1373
1399
  interface APIZonesSummary$1 {
1374
1400
  zones: Array<APIZone$1>;
1375
- summary: Record<string, string>;
1401
+ summary: Record<string, any>;
1376
1402
  }
1377
1403
  /**
1378
1404
  * OpenAPI zone/group serializer.
@@ -1391,7 +1417,7 @@ interface APIZone$1 {
1391
1417
  apps: Array<string>;
1392
1418
  }
1393
1419
 
1394
- declare namespace models$A {
1420
+ declare namespace models$z {
1395
1421
  export type { APIZone$1 as APIZone, APIZonesSummary$1 as APIZonesSummary };
1396
1422
  }
1397
1423
 
@@ -1433,7 +1459,7 @@ declare class CfgDashboardActivity {
1433
1459
  }): Promise<any>;
1434
1460
  }
1435
1461
 
1436
- declare namespace models$z {
1462
+ declare namespace models$y {
1437
1463
  export { };
1438
1464
  }
1439
1465
 
@@ -1460,7 +1486,7 @@ interface ChartDataset$1 {
1460
1486
  fill?: boolean;
1461
1487
  }
1462
1488
 
1463
- declare namespace models$y {
1489
+ declare namespace models$x {
1464
1490
  export type { ChartData$1 as ChartData, ChartDataset$1 as ChartDataset };
1465
1491
  }
1466
1492
 
@@ -1513,7 +1539,7 @@ interface CommandExecuteRequestRequest$1 {
1513
1539
  /** Positional arguments for the command */
1514
1540
  args?: Array<string>;
1515
1541
  /** Named options for the command (e.g., {'verbosity': '2'}) */
1516
- options?: Record<string, string>;
1542
+ options?: Record<string, any>;
1517
1543
  }
1518
1544
  /**
1519
1545
  * Commands summary serializer.
@@ -1526,7 +1552,8 @@ interface CommandsSummary$1 {
1526
1552
  custom_commands: number;
1527
1553
  categories: Array<string>;
1528
1554
  commands: Array<Command$1>;
1529
- categorized: Record<string, string>;
1555
+ /** Commands grouped by category */
1556
+ categorized: Array<CommandCategory$1>;
1530
1557
  }
1531
1558
  /**
1532
1559
  * Django management command serializer. Includes security metadata from base
@@ -1551,9 +1578,20 @@ interface Command$1 {
1551
1578
  /** Modifies or deletes data */
1552
1579
  is_destructive?: boolean | null;
1553
1580
  }
1581
+ /**
1582
+ * Category with commands.
1583
+ *
1584
+ * Response model (includes read-only fields).
1585
+ */
1586
+ interface CommandCategory$1 {
1587
+ /** Category name */
1588
+ category: string;
1589
+ /** Commands in this category */
1590
+ commands: Array<Command$1>;
1591
+ }
1554
1592
 
1555
- declare namespace models$x {
1556
- export type { Command$1 as Command, CommandExecuteRequestRequest$1 as CommandExecuteRequestRequest, CommandHelpResponse$1 as CommandHelpResponse, CommandsSummary$1 as CommandsSummary };
1593
+ declare namespace models$w {
1594
+ export type { Command$1 as Command, CommandCategory$1 as CommandCategory, CommandExecuteRequestRequest$1 as CommandExecuteRequestRequest, CommandHelpResponse$1 as CommandHelpResponse, CommandsSummary$1 as CommandsSummary };
1557
1595
  }
1558
1596
 
1559
1597
  /**
@@ -1598,7 +1636,7 @@ declare class CfgDashboardCommands {
1598
1636
  interface ConfigData$1 {
1599
1637
  django_config: DjangoConfig$1;
1600
1638
  /** Complete Django settings (sanitized, contains mixed types) */
1601
- django_settings: Record<string, string>;
1639
+ django_settings: Record<string, any>;
1602
1640
  _validation: ConfigValidation$1;
1603
1641
  }
1604
1642
  /**
@@ -1624,6 +1662,7 @@ interface DjangoConfig$1 {
1624
1662
  enable_maintenance?: boolean | null;
1625
1663
  enable_frontend?: boolean | null;
1626
1664
  enable_drf_tailwind?: boolean | null;
1665
+ enable_pool_cleanup?: boolean | null;
1627
1666
  site_url?: string | null;
1628
1667
  api_url?: string | null;
1629
1668
  debug?: boolean | null;
@@ -1650,12 +1689,12 @@ interface DjangoConfig$1 {
1650
1689
  telegram?: TelegramConfig$1 | null;
1651
1690
  ngrok?: NgrokConfig$1 | null;
1652
1691
  axes?: AxesConfig$1 | null;
1653
- crypto_fields?: Record<string, string> | null;
1654
- unfold?: string | null;
1692
+ crypto_fields?: Record<string, any> | null;
1693
+ unfold?: Record<string, any> | null;
1655
1694
  tailwind_app_name?: string | null;
1656
1695
  tailwind_version?: number | null;
1657
- limits?: Record<string, string> | null;
1658
- api_keys?: Record<string, string> | null;
1696
+ limits?: Record<string, any> | null;
1697
+ api_keys?: Record<string, any> | null;
1659
1698
  custom_middleware?: Array<string> | null;
1660
1699
  nextjs_admin?: NextJSAdminConfig$1 | null;
1661
1700
  admin_emails?: Array<string> | null;
@@ -1676,7 +1715,7 @@ interface ConfigValidation$1 {
1676
1715
  /** Fields present in serializer but not in config */
1677
1716
  extra_in_serializer: Array<string>;
1678
1717
  /** Fields with type mismatches */
1679
- type_mismatches: Array<Record<string, string>>;
1718
+ type_mismatches: Array<Record<string, any>>;
1680
1719
  /** Total fields in config */
1681
1720
  total_config_fields: number;
1682
1721
  /** Total fields in serializer */
@@ -1696,7 +1735,7 @@ interface DatabaseConfig$1 {
1696
1735
  port?: number | null;
1697
1736
  connect_timeout?: number | null;
1698
1737
  sslmode?: string | null;
1699
- options?: Record<string, string> | null;
1738
+ options?: Record<string, any> | null;
1700
1739
  apps?: Array<string> | null;
1701
1740
  operations?: Array<string> | null;
1702
1741
  migrate_to?: string | null;
@@ -1865,12 +1904,12 @@ interface NextJSAdminConfig$1 {
1865
1904
  * Response model (includes read-only fields).
1866
1905
  */
1867
1906
  interface ConstanceConfig$1 {
1868
- config?: Record<string, string> | null;
1869
- config_fieldsets?: Record<string, string> | null;
1907
+ config?: Record<string, any> | null;
1908
+ config_fieldsets?: Record<string, any> | null;
1870
1909
  backend?: string | null;
1871
1910
  database_prefix?: string | null;
1872
1911
  database_cache_backend?: string | null;
1873
- additional_config?: Record<string, string> | null;
1912
+ additional_config?: Record<string, any> | null;
1874
1913
  }
1875
1914
  /**
1876
1915
  * OpenAPI Client generation configuration.
@@ -1883,9 +1922,9 @@ interface OpenAPIClientConfig$1 {
1883
1922
  client_name?: string | null;
1884
1923
  schema_url?: string | null;
1885
1924
  generator?: string | null;
1886
- additional_properties?: Record<string, string> | null;
1925
+ additional_properties?: Record<string, any> | null;
1887
1926
  templates?: Array<string> | null;
1888
- global_properties?: Record<string, string> | null;
1927
+ global_properties?: Record<string, any> | null;
1889
1928
  }
1890
1929
  /**
1891
1930
  * Config metadata.
@@ -1921,7 +1960,7 @@ interface RedisQueueConfig$1 {
1921
1960
  password?: string | null;
1922
1961
  default_timeout?: number | null;
1923
1962
  default_result_ttl?: number | null;
1924
- sentinels?: Array<string> | null;
1963
+ sentinels?: Record<string, any> | null;
1925
1964
  master_name?: string | null;
1926
1965
  socket_timeout?: number | null;
1927
1966
  }
@@ -1934,14 +1973,14 @@ interface RQSchedule$1 {
1934
1973
  func?: string | null;
1935
1974
  cron_string?: string | null;
1936
1975
  queue?: string | null;
1937
- kwargs?: Record<string, string> | null;
1938
- args?: Array<string> | null;
1939
- meta?: Record<string, string> | null;
1976
+ kwargs?: Record<string, any> | null;
1977
+ args?: Array<Record<string, any>> | null;
1978
+ meta?: Record<string, any> | null;
1940
1979
  repeat?: number | null;
1941
1980
  result_ttl?: number | null;
1942
1981
  }
1943
1982
 
1944
- declare namespace models$w {
1983
+ declare namespace models$v {
1945
1984
  export type { AxesConfig$1 as AxesConfig, CentrifugoConfig$1 as CentrifugoConfig, ConfigData$1 as ConfigData, ConfigMeta$1 as ConfigMeta, ConfigValidation$1 as ConfigValidation, ConstanceConfig$1 as ConstanceConfig, DRFConfig$1 as DRFConfig, DatabaseConfig$1 as DatabaseConfig, DjangoConfig$1 as DjangoConfig, DjangoRQConfig$1 as DjangoRQConfig, EmailConfig$1 as EmailConfig, GRPCConfigDashboard$1 as GRPCConfigDashboard, JWTConfig$1 as JWTConfig, NextJSAdminConfig$1 as NextJSAdminConfig, NgrokConfig$1 as NgrokConfig, OpenAPIClientConfig$1 as OpenAPIClientConfig, PaymentsConfig$1 as PaymentsConfig, PaymentsNowPayments$1 as PaymentsNowPayments, RQSchedule$1 as RQSchedule, RedisQueueConfig$1 as RedisQueueConfig, SpectacularConfig$1 as SpectacularConfig, TelegramConfig$1 as TelegramConfig };
1946
1985
  }
1947
1986
 
@@ -2151,14 +2190,33 @@ interface SystemHealthItem$2 {
2151
2190
  interface AppStatisticsData$1 {
2152
2191
  /** Human-readable app name */
2153
2192
  name: string;
2193
+ /** List of model statistics */
2194
+ models: Array<ModelStatistics$1>;
2154
2195
  /** Total records count */
2155
2196
  total_records: number;
2156
2197
  /** Number of models */
2157
2198
  model_count: number;
2158
2199
  }
2200
+ /**
2201
+ * Serializer for individual model statistics.
2202
+ *
2203
+ * Response model (includes read-only fields).
2204
+ */
2205
+ interface ModelStatistics$1 {
2206
+ /** Model name (key) */
2207
+ model_name: string;
2208
+ /** Model verbose name */
2209
+ name: string;
2210
+ /** Number of records in this model */
2211
+ count: number;
2212
+ /** Number of fields in model */
2213
+ fields_count: number;
2214
+ /** Django admin URL name */
2215
+ admin_url: string;
2216
+ }
2159
2217
 
2160
- declare namespace models$v {
2161
- export type { ActivityEntry$1 as ActivityEntry, AppStatistics$1 as AppStatistics, AppStatisticsData$1 as AppStatisticsData, DashboardOverview$1 as DashboardOverview, QuickAction$1 as QuickAction, StatCard$1 as StatCard, SystemHealth$2 as SystemHealth, SystemHealthItem$2 as SystemHealthItem, SystemMetrics$2 as SystemMetrics, UserStatistics$2 as UserStatistics };
2218
+ declare namespace models$u {
2219
+ export type { ActivityEntry$1 as ActivityEntry, AppStatistics$1 as AppStatistics, AppStatisticsData$1 as AppStatisticsData, DashboardOverview$1 as DashboardOverview, ModelStatistics$1 as ModelStatistics, QuickAction$1 as QuickAction, StatCard$1 as StatCard, SystemHealth$2 as SystemHealth, SystemHealthItem$2 as SystemHealthItem, SystemMetrics$2 as SystemMetrics, UserStatistics$2 as UserStatistics };
2162
2220
  }
2163
2221
 
2164
2222
  /**
@@ -2192,7 +2250,7 @@ interface UserStatistics$1 {
2192
2250
  superusers: number;
2193
2251
  }
2194
2252
 
2195
- declare namespace models$u {
2253
+ declare namespace models$t {
2196
2254
  export type { UserStatistics$1 as UserStatistics };
2197
2255
  }
2198
2256
 
@@ -2287,7 +2345,7 @@ interface SystemHealthItem$1 {
2287
2345
  health_percentage?: number | null;
2288
2346
  }
2289
2347
 
2290
- declare namespace models$t {
2348
+ declare namespace models$s {
2291
2349
  export type { SystemHealth$1 as SystemHealth, SystemHealthItem$1 as SystemHealthItem, SystemMetrics$1 as SystemMetrics };
2292
2350
  }
2293
2351
 
@@ -2330,7 +2388,7 @@ interface LeadSubmissionRequest$2 {
2330
2388
  contact_value?: string | null;
2331
2389
  subject?: string | null;
2332
2390
  message: string;
2333
- extra?: string | null;
2391
+ extra?: Record<string, any> | null;
2334
2392
  /** Frontend URL where form was submitted */
2335
2393
  site_url: string;
2336
2394
  }
@@ -2352,10 +2410,10 @@ interface LeadSubmissionResponse$1 {
2352
2410
  interface LeadSubmissionError$1 {
2353
2411
  success: boolean;
2354
2412
  error: string;
2355
- details?: Record<string, string>;
2413
+ details?: Record<string, any>;
2356
2414
  }
2357
2415
 
2358
- declare namespace models$s {
2416
+ declare namespace models$r {
2359
2417
  export type { LeadSubmissionError$1 as LeadSubmissionError, LeadSubmissionRequest$2 as LeadSubmissionRequest, LeadSubmissionResponse$1 as LeadSubmissionResponse };
2360
2418
  }
2361
2419
 
@@ -2422,7 +2480,7 @@ interface EmailLog$1 {
2422
2480
  error_message?: string | null;
2423
2481
  }
2424
2482
 
2425
- declare namespace models$r {
2483
+ declare namespace models$q {
2426
2484
  export type { EmailLog$1 as EmailLog, PaginatedEmailLogList$1 as PaginatedEmailLogList };
2427
2485
  }
2428
2486
 
@@ -2480,7 +2538,7 @@ interface Newsletter$1 {
2480
2538
  subscribers_count: number;
2481
2539
  }
2482
2540
 
2483
- declare namespace models$q {
2541
+ declare namespace models$p {
2484
2542
  export type { Newsletter$1 as Newsletter, PaginatedNewsletterList$1 as PaginatedNewsletterList };
2485
2543
  }
2486
2544
 
@@ -2538,10 +2596,10 @@ interface JobDetail$1 {
2538
2596
  id: string;
2539
2597
  /** Function name */
2540
2598
  func_name: string;
2541
- /** Function arguments */
2542
- args?: Array<string>;
2599
+ /** Function arguments (array of any JSON values) */
2600
+ args?: Array<Record<string, any>>;
2543
2601
  /** Function keyword arguments */
2544
- kwargs?: Record<string, string>;
2602
+ kwargs?: Record<string, any>;
2545
2603
  /** Job creation time */
2546
2604
  created_at: string;
2547
2605
  /** Job enqueue time */
@@ -2563,11 +2621,11 @@ interface JobDetail$1 {
2563
2621
  /** Failure TTL in seconds */
2564
2622
  failure_ttl?: number | null;
2565
2623
  /** Job result if finished */
2566
- result?: string | null;
2624
+ result?: Record<string, any> | null;
2567
2625
  /** Exception info if failed */
2568
2626
  exc_info?: string | null;
2569
2627
  /** Job metadata */
2570
- meta?: Record<string, string>;
2628
+ meta?: Record<string, any>;
2571
2629
  /** List of dependency job IDs */
2572
2630
  dependency_ids?: Array<string>;
2573
2631
  }
@@ -2626,7 +2684,7 @@ interface JobList$2 {
2626
2684
  timeout?: number | null;
2627
2685
  }
2628
2686
 
2629
- declare namespace models$p {
2687
+ declare namespace models$o {
2630
2688
  export type { JobActionResponse$2 as JobActionResponse, JobDetail$1 as JobDetail, JobList$2 as JobList, JobListRequest$2 as JobListRequest, PaginatedJobListList$2 as PaginatedJobListList };
2631
2689
  }
2632
2690
 
@@ -2679,7 +2737,7 @@ interface RQConfig$1 {
2679
2737
  /** RQ enabled status */
2680
2738
  enabled: boolean;
2681
2739
  /** Configured queues */
2682
- queues: Record<string, string>;
2740
+ queues: Record<string, any>;
2683
2741
  /** Async mode enabled */
2684
2742
  async_mode?: boolean;
2685
2743
  /** Show admin link */
@@ -2689,7 +2747,7 @@ interface RQConfig$1 {
2689
2747
  /** API token is configured */
2690
2748
  api_token_configured?: boolean;
2691
2749
  /** Scheduled tasks from django-cfg config */
2692
- schedules?: Array<string>;
2750
+ schedules?: Array<ScheduleInfo$1>;
2693
2751
  }
2694
2752
  /**
2695
2753
  * Health check response.
@@ -2706,9 +2764,25 @@ interface HealthCheck$2 {
2706
2764
  /** Current timestamp */
2707
2765
  timestamp: string;
2708
2766
  }
2767
+ /**
2768
+ * Schedule information in config response.
2769
+ *
2770
+ * Response model (includes read-only fields).
2771
+ */
2772
+ interface ScheduleInfo$1 {
2773
+ func: string;
2774
+ queue: string;
2775
+ cron?: string | null;
2776
+ interval?: number | null;
2777
+ scheduled_time?: string | null;
2778
+ description?: string | null;
2779
+ timeout?: number | null;
2780
+ result_ttl?: number | null;
2781
+ repeat?: number | null;
2782
+ }
2709
2783
 
2710
- declare namespace models$o {
2711
- export type { HealthCheck$2 as HealthCheck, RQConfig$1 as RQConfig };
2784
+ declare namespace models$n {
2785
+ export type { HealthCheck$2 as HealthCheck, RQConfig$1 as RQConfig, ScheduleInfo$1 as ScheduleInfo };
2712
2786
  }
2713
2787
 
2714
2788
  /**
@@ -2766,12 +2840,12 @@ interface QueueDetail$1 {
2766
2840
  /** Timestamp of oldest job in queue */
2767
2841
  oldest_job_timestamp?: string | null;
2768
2842
  /** Redis connection parameters */
2769
- connection_kwargs?: Record<string, string>;
2843
+ connection_kwargs?: Record<string, any>;
2770
2844
  /** Queue is in async mode */
2771
2845
  is_async?: boolean;
2772
2846
  }
2773
2847
 
2774
- declare namespace models$n {
2848
+ declare namespace models$m {
2775
2849
  export type { QueueDetail$1 as QueueDetail };
2776
2850
  }
2777
2851
 
@@ -2883,7 +2957,7 @@ interface JobList$1 {
2883
2957
  timeout?: number | null;
2884
2958
  }
2885
2959
 
2886
- declare namespace models$m {
2960
+ declare namespace models$l {
2887
2961
  export type { JobActionResponse$1 as JobActionResponse, JobList$1 as JobList, JobListRequest$1 as JobListRequest, PaginatedJobListList$1 as PaginatedJobListList };
2888
2962
  }
2889
2963
 
@@ -2965,10 +3039,10 @@ interface PaginatedScheduledJobList$1 {
2965
3039
  interface ScheduleCreateRequest$1 {
2966
3040
  /** Function path (e.g., 'myapp.tasks.my_task') */
2967
3041
  func: string;
2968
- /** Function arguments */
2969
- args?: Array<string>;
3042
+ /** Function arguments (array of any JSON values) */
3043
+ args?: Array<Record<string, any>>;
2970
3044
  /** Function keyword arguments */
2971
- kwargs?: Record<string, string>;
3045
+ kwargs?: Record<string, any>;
2972
3046
  /** Queue name to schedule job in */
2973
3047
  queue_name?: string;
2974
3048
  /** Schedule job at specific time (ISO 8601) */
@@ -3011,10 +3085,10 @@ interface ScheduledJob$1 {
3011
3085
  id: string;
3012
3086
  /** Function path */
3013
3087
  func: string;
3014
- /** Function arguments */
3015
- args?: Array<string>;
3088
+ /** Function arguments (array of any JSON values) */
3089
+ args?: Array<Record<string, any>>;
3016
3090
  /** Function keyword arguments */
3017
- kwargs?: Record<string, string>;
3091
+ kwargs?: Record<string, any>;
3018
3092
  /** Queue name */
3019
3093
  queue_name: string;
3020
3094
  /** Next scheduled time */
@@ -3034,10 +3108,10 @@ interface ScheduledJob$1 {
3034
3108
  /** Job creation time */
3035
3109
  created_at?: string | null;
3036
3110
  /** Job metadata */
3037
- meta?: Record<string, string>;
3111
+ meta?: Record<string, any>;
3038
3112
  }
3039
3113
 
3040
- declare namespace models$l {
3114
+ declare namespace models$k {
3041
3115
  export type { PaginatedScheduledJobList$1 as PaginatedScheduledJobList, ScheduleActionResponse$1 as ScheduleActionResponse, ScheduleCreateRequest$1 as ScheduleCreateRequest, ScheduledJob$1 as ScheduledJob };
3042
3116
  }
3043
3117
 
@@ -3084,7 +3158,7 @@ interface TestingActionResponse$1 {
3084
3158
  /** Number of items affected */
3085
3159
  count?: number | null;
3086
3160
  /** Additional metadata */
3087
- metadata?: Record<string, string>;
3161
+ metadata?: Record<string, any>;
3088
3162
  }
3089
3163
  /**
3090
3164
  * Serializer for running demo tasks.
@@ -3105,10 +3179,10 @@ interface RunDemoRequestRequest$1 {
3105
3179
  scenario: RunDemoRequestRequestScenario;
3106
3180
  /** Queue name */
3107
3181
  queue?: string;
3108
- /** Task arguments */
3109
- args?: Array<string>;
3182
+ /** Task arguments (array of any JSON values) */
3183
+ args?: Array<Record<string, any>>;
3110
3184
  /** Task keyword arguments */
3111
- kwargs?: Record<string, string>;
3185
+ kwargs?: Record<string, any>;
3112
3186
  /** Job timeout in seconds */
3113
3187
  timeout?: number | null;
3114
3188
  }
@@ -3133,7 +3207,7 @@ interface StressTestRequestRequest$1 {
3133
3207
  duration?: number;
3134
3208
  }
3135
3209
 
3136
- declare namespace models$k {
3210
+ declare namespace models$j {
3137
3211
  export type { RunDemoRequestRequest$1 as RunDemoRequestRequest, StressTestRequestRequest$1 as StressTestRequestRequest, TestingActionResponse$1 as TestingActionResponse };
3138
3212
  }
3139
3213
 
@@ -3231,7 +3305,7 @@ interface Worker$1 {
3231
3305
  total_working_time?: number;
3232
3306
  }
3233
3307
 
3234
- declare namespace models$j {
3308
+ declare namespace models$i {
3235
3309
  export type { Worker$1 as Worker, WorkerStats$1 as WorkerStats };
3236
3310
  }
3237
3311
 
@@ -3340,7 +3414,7 @@ interface NewsletterSubscription$1 {
3340
3414
  unsubscribed_at?: string | null;
3341
3415
  }
3342
3416
 
3343
- declare namespace models$i {
3417
+ declare namespace models$h {
3344
3418
  export type { ErrorResponse$1 as ErrorResponse, NewsletterSubscription$1 as NewsletterSubscription, PaginatedNewsletterSubscriptionList$1 as PaginatedNewsletterSubscriptionList, SubscribeRequest$1 as SubscribeRequest, SubscribeResponse$1 as SubscribeResponse, SuccessResponse$1 as SuccessResponse, UnsubscribeRequest$2 as UnsubscribeRequest };
3345
3419
  }
3346
3420
 
@@ -3392,7 +3466,7 @@ interface BulkEmailResponse$1 {
3392
3466
  error?: string;
3393
3467
  }
3394
3468
 
3395
- declare namespace models$h {
3469
+ declare namespace models$g {
3396
3470
  export type { BulkEmailResponse$1 as BulkEmailResponse, TestEmailRequest$1 as TestEmailRequest };
3397
3471
  }
3398
3472
 
@@ -3480,7 +3554,7 @@ interface CentrifugoToken$2 {
3480
3554
  channels: Array<string>;
3481
3555
  }
3482
3556
 
3483
- declare namespace models$g {
3557
+ declare namespace models$f {
3484
3558
  export type { CentrifugoToken$2 as CentrifugoToken, PatchedUserProfileUpdateRequest$1 as PatchedUserProfileUpdateRequest, User$2 as User, UserProfileUpdateRequest$1 as UserProfileUpdateRequest };
3485
3559
  }
3486
3560
 
@@ -3640,7 +3714,7 @@ interface CentrifugoToken$1 {
3640
3714
  channels: Array<string>;
3641
3715
  }
3642
3716
 
3643
- declare namespace models$f {
3717
+ declare namespace models$e {
3644
3718
  export type { CentrifugoToken$1 as CentrifugoToken, OTPErrorResponse$1 as OTPErrorResponse, OTPRequestRequest$1 as OTPRequestRequest, OTPRequestResponse$1 as OTPRequestResponse, OTPVerifyRequest$1 as OTPVerifyRequest, OTPVerifyResponse$1 as OTPVerifyResponse, User$1 as User };
3645
3719
  }
3646
3720
 
@@ -3660,41 +3734,6 @@ declare class CfgAccounts {
3660
3734
  otpVerifyCreate(data: OTPVerifyRequest$1): Promise<OTPVerifyResponse$1>;
3661
3735
  }
3662
3736
 
3663
- /**
3664
- * Single publish item for DRF pagination.
3665
- *
3666
- * Response model (includes read-only fields).
3667
- */
3668
- interface Publish$1 {
3669
- message_id: string;
3670
- channel: string;
3671
- status: string;
3672
- wait_for_ack: boolean;
3673
- acks_received: number;
3674
- acks_expected: number;
3675
- duration_ms: number | null;
3676
- created_at: string;
3677
- completed_at: string | null;
3678
- error_code: string | null;
3679
- error_message: string | null;
3680
- }
3681
-
3682
- declare namespace models$e {
3683
- export type { Publish$1 as Publish };
3684
- }
3685
-
3686
- /**
3687
- * API endpoints for Centrifugo.
3688
- */
3689
- declare class CfgCentrifugo {
3690
- private client;
3691
- constructor(client: any);
3692
- /**
3693
- * Get statistics per channel.
3694
- */
3695
- monitorChannelsRetrieve(): Promise<Publish$1>;
3696
- }
3697
-
3698
3737
  /**
3699
3738
  * Serializer for overall endpoints status response.
3700
3739
  *
@@ -3902,7 +3941,7 @@ interface ApiKeyStats$1 {
3902
3941
  /** Total requests across all keys */
3903
3942
  total_requests: number;
3904
3943
  /** Count of keys by type */
3905
- keys_by_type: Record<string, number>;
3944
+ keys_by_type: Record<string, any>;
3906
3945
  }
3907
3946
 
3908
3947
  declare namespace models$c {
@@ -4872,9 +4911,9 @@ interface GRPCCallRequestRequest$1 {
4872
4911
  /** Method name to call */
4873
4912
  method: string;
4874
4913
  /** Request payload */
4875
- payload: Record<string, string>;
4914
+ payload: Record<string, any>;
4876
4915
  /** Request metadata (headers) */
4877
- metadata?: Record<string, string>;
4916
+ metadata?: Record<string, any>;
4878
4917
  /** Request timeout in milliseconds */
4879
4918
  timeout_ms?: number;
4880
4919
  }
@@ -4903,7 +4942,7 @@ interface GRPCCallResponse$1 {
4903
4942
  /** Error message if failed */
4904
4943
  error?: string | null;
4905
4944
  /** Response metadata */
4906
- metadata?: Record<string, string>;
4945
+ metadata?: Record<string, any>;
4907
4946
  /** Response timestamp (ISO format) */
4908
4947
  timestamp: string;
4909
4948
  }
@@ -4918,6 +4957,49 @@ interface GRPCExamplesList$1 {
4918
4957
  /** Total number of examples */
4919
4958
  total_examples: number;
4920
4959
  }
4960
+ /**
4961
+ *
4962
+ * Response model (includes read-only fields).
4963
+ */
4964
+ interface PaginatedGRPCTestLogList$1 {
4965
+ /** Total number of items across all pages */
4966
+ count: number;
4967
+ /** Current page number (1-based) */
4968
+ page: number;
4969
+ /** Total number of pages */
4970
+ pages: number;
4971
+ /** Number of items per page */
4972
+ page_size: number;
4973
+ /** Whether there is a next page */
4974
+ has_next: boolean;
4975
+ /** Whether there is a previous page */
4976
+ has_previous: boolean;
4977
+ /** Next page number (null if no next page) */
4978
+ next_page?: number | null;
4979
+ /** Previous page number (null if no previous page) */
4980
+ previous_page?: number | null;
4981
+ /** Array of items for current page */
4982
+ results: Array<GRPCTestLog$1>;
4983
+ }
4984
+ /**
4985
+ * Example payload for a gRPC method.
4986
+ *
4987
+ * Response model (includes read-only fields).
4988
+ */
4989
+ interface GRPCExample$1 {
4990
+ /** Service name */
4991
+ service: string;
4992
+ /** Method name */
4993
+ method: string;
4994
+ /** Method description */
4995
+ description: string;
4996
+ /** Example request payload */
4997
+ payload_example: Record<string, any>;
4998
+ /** Example expected response */
4999
+ expected_response: Record<string, any>;
5000
+ /** Example metadata (headers) */
5001
+ metadata_example?: Record<string, any>;
5002
+ }
4921
5003
  /**
4922
5004
  * Single test log entry.
4923
5005
  *
@@ -4943,28 +5025,9 @@ interface GRPCTestLog$1 {
4943
5025
  /** User who made the request */
4944
5026
  user?: string | null;
4945
5027
  }
4946
- /**
4947
- * Example payload for a gRPC method.
4948
- *
4949
- * Response model (includes read-only fields).
4950
- */
4951
- interface GRPCExample$1 {
4952
- /** Service name */
4953
- service: string;
4954
- /** Method name */
4955
- method: string;
4956
- /** Method description */
4957
- description: string;
4958
- /** Example request payload */
4959
- payload_example: Record<string, string>;
4960
- /** Example expected response */
4961
- expected_response: Record<string, string>;
4962
- /** Example metadata (headers) */
4963
- metadata_example?: Record<string, string>;
4964
- }
4965
5028
 
4966
5029
  declare namespace models$6 {
4967
- export type { GRPCCallRequestRequest$1 as GRPCCallRequestRequest, GRPCCallResponse$1 as GRPCCallResponse, GRPCExample$1 as GRPCExample, GRPCExamplesList$1 as GRPCExamplesList, GRPCTestLog$1 as GRPCTestLog };
5030
+ export type { GRPCCallRequestRequest$1 as GRPCCallRequestRequest, GRPCCallResponse$1 as GRPCCallResponse, GRPCExample$1 as GRPCExample, GRPCExamplesList$1 as GRPCExamplesList, GRPCTestLog$1 as GRPCTestLog, PaginatedGRPCTestLogList$1 as PaginatedGRPCTestLogList };
4968
5031
  }
4969
5032
 
4970
5033
  /**
@@ -4985,12 +5048,14 @@ declare class CfgGrpcTesting {
4985
5048
  method?: string;
4986
5049
  service?: string;
4987
5050
  }): Promise<GRPCExamplesList$1[]>;
4988
- grpcTestLogsRetrieve(method?: string, service?: string, status?: string): Promise<GRPCTestLog$1>;
4989
- grpcTestLogsRetrieve(params?: {
5051
+ grpcTestLogsList(method?: string, page?: number, page_size?: number, service?: string, status?: string): Promise<PaginatedGRPCTestLogList$1>;
5052
+ grpcTestLogsList(params?: {
4990
5053
  method?: string;
5054
+ page?: number;
5055
+ page_size?: number;
4991
5056
  service?: string;
4992
5057
  status?: string;
4993
- }): Promise<GRPCTestLog$1>;
5058
+ }): Promise<PaginatedGRPCTestLogList$1>;
4994
5059
  }
4995
5060
 
4996
5061
  /**
@@ -5170,7 +5235,7 @@ interface DocumentCreateRequest$1 {
5170
5235
  /** MIME type */
5171
5236
  file_type?: string;
5172
5237
  /** Additional metadata */
5173
- metadata?: string;
5238
+ metadata?: Record<string, any>;
5174
5239
  }
5175
5240
  /**
5176
5241
  * Document response serializer.
@@ -5195,7 +5260,7 @@ interface Document$1 {
5195
5260
  processing_completed_at: string;
5196
5261
  processing_error: string;
5197
5262
  /** Additional document metadata */
5198
- metadata?: string | null;
5263
+ metadata?: Record<string, any> | null;
5199
5264
  }
5200
5265
  /**
5201
5266
  * Document response serializer.
@@ -5210,7 +5275,7 @@ interface DocumentRequest$1 {
5210
5275
  /** Original file size in bytes */
5211
5276
  file_size?: number;
5212
5277
  /** Additional document metadata */
5213
- metadata?: string | null;
5278
+ metadata?: Record<string, any> | null;
5214
5279
  }
5215
5280
  /**
5216
5281
  * Document response serializer.
@@ -5225,7 +5290,7 @@ interface PatchedDocumentRequest$1 {
5225
5290
  /** Original file size in bytes */
5226
5291
  file_size?: number;
5227
5292
  /** Additional document metadata */
5228
- metadata?: string | null;
5293
+ metadata?: Record<string, any> | null;
5229
5294
  }
5230
5295
  /**
5231
5296
  * Document processing status serializer.
@@ -5235,7 +5300,7 @@ interface PatchedDocumentRequest$1 {
5235
5300
  interface DocumentProcessingStatus$1 {
5236
5301
  id: string;
5237
5302
  status: string;
5238
- progress: string;
5303
+ progress: Record<string, any>;
5239
5304
  error?: string | null;
5240
5305
  processing_time_seconds?: number | null;
5241
5306
  }
@@ -5528,9 +5593,9 @@ interface DocumentArchiveDetail$1 {
5528
5593
  updated_at: string;
5529
5594
  items: Array<ArchiveItem$1>;
5530
5595
  /** Get hierarchical file tree. */
5531
- file_tree: Record<string, string>;
5596
+ file_tree: Record<string, any>;
5532
5597
  /** Additional archive metadata */
5533
- metadata?: string | null;
5598
+ metadata?: Record<string, any> | null;
5534
5599
  }
5535
5600
  /**
5536
5601
  * Document archive serializer.
@@ -5816,7 +5881,7 @@ interface ArchiveItemChunk$1 {
5816
5881
  /** Cost in USD for embedding generation */
5817
5882
  embedding_cost: number;
5818
5883
  /** Get context summary for display. */
5819
- context_summary: Record<string, string>;
5884
+ context_summary: Record<string, any>;
5820
5885
  created_at: string;
5821
5886
  }
5822
5887
  /**
@@ -5848,9 +5913,9 @@ interface ArchiveItemChunkDetail$1 {
5848
5913
  /** Cost in USD for embedding generation */
5849
5914
  embedding_cost: number;
5850
5915
  /** Get context summary for display. */
5851
- context_summary: Record<string, string>;
5916
+ context_summary: Record<string, any>;
5852
5917
  created_at: string;
5853
- context_metadata: string;
5918
+ context_metadata: Record<string, any>;
5854
5919
  }
5855
5920
  /**
5856
5921
  * Archive item chunk serializer.
@@ -5965,7 +6030,7 @@ interface ArchiveItemDetail$1 {
5965
6030
  created_at: string;
5966
6031
  updated_at: string;
5967
6032
  raw_content: string;
5968
- metadata: string;
6033
+ metadata: Record<string, any>;
5969
6034
  }
5970
6035
  /**
5971
6036
  * Archive item serializer.
@@ -6024,7 +6089,7 @@ interface ChatMessage$1 {
6024
6089
  processing_time_ms?: number;
6025
6090
  created_at: string;
6026
6091
  /** IDs of chunks used for context */
6027
- context_chunks?: string;
6092
+ context_chunks?: Record<string, any>;
6028
6093
  }
6029
6094
  /**
6030
6095
  * Public document list serializer - minimal fields for listing.
@@ -6105,9 +6170,9 @@ interface DocumentCategory$1 {
6105
6170
  interface ArchiveSearchResult$1 {
6106
6171
  chunk: ArchiveItemChunk$1;
6107
6172
  similarity_score: number;
6108
- context_summary: Record<string, string>;
6109
- archive_info: Record<string, string>;
6110
- item_info: Record<string, string>;
6173
+ context_summary: Record<string, any>;
6174
+ archive_info: Record<string, any>;
6175
+ item_info: Record<string, any>;
6111
6176
  }
6112
6177
 
6113
6178
  declare namespace models$4 {
@@ -6449,7 +6514,7 @@ interface LeadSubmissionRequest$1 {
6449
6514
  contact_value?: string | null;
6450
6515
  subject?: string | null;
6451
6516
  message: string;
6452
- extra?: string | null;
6517
+ extra?: Record<string, any> | null;
6453
6518
  /** Frontend URL where form was submitted */
6454
6519
  site_url: string;
6455
6520
  }
@@ -6472,7 +6537,7 @@ interface LeadSubmission$1 {
6472
6537
  contact_value?: string | null;
6473
6538
  subject?: string | null;
6474
6539
  message: string;
6475
- extra?: string | null;
6540
+ extra?: Record<string, any> | null;
6476
6541
  /** Frontend URL where form was submitted */
6477
6542
  site_url: string;
6478
6543
  }
@@ -6495,7 +6560,7 @@ interface PatchedLeadSubmissionRequest$1 {
6495
6560
  contact_value?: string | null;
6496
6561
  subject?: string | null;
6497
6562
  message?: string;
6498
- extra?: string | null;
6563
+ extra?: Record<string, any> | null;
6499
6564
  /** Frontend URL where form was submitted */
6500
6565
  site_url?: string;
6501
6566
  }
@@ -7346,7 +7411,6 @@ declare class APIClient {
7346
7411
  cfg_testing: CfgTesting;
7347
7412
  cfg_user_profile: CfgUserProfile;
7348
7413
  cfg_accounts: CfgAccounts;
7349
- cfg_centrifugo: CfgCentrifugo;
7350
7414
  cfg_endpoints: CfgEndpoints;
7351
7415
  cfg_grpc_api_keys: CfgGrpcApiKeys;
7352
7416
  cfg_grpc_charts: CfgGrpcCharts;
@@ -7489,7 +7553,7 @@ declare const APIZonesSummarySchema: z.ZodObject<{
7489
7553
  api_url: z.ZodString;
7490
7554
  apps: z.ZodArray<z.ZodString>;
7491
7555
  }, z.core.$strip>>;
7492
- summary: z.ZodRecord<z.ZodString, z.ZodAny>;
7556
+ summary: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
7493
7557
  }, z.core.$strip>;
7494
7558
  /**
7495
7559
  * Infer TypeScript type from Zod schema
@@ -7609,6 +7673,13 @@ declare const AppStatisticsSchema: z.ZodObject<{
7609
7673
  app_name: z.ZodString;
7610
7674
  statistics: z.ZodObject<{
7611
7675
  name: z.ZodString;
7676
+ models: z.ZodArray<z.ZodObject<{
7677
+ model_name: z.ZodString;
7678
+ name: z.ZodString;
7679
+ count: z.ZodInt;
7680
+ fields_count: z.ZodInt;
7681
+ admin_url: z.ZodString;
7682
+ }, z.core.$strip>>;
7612
7683
  total_records: z.ZodInt;
7613
7684
  model_count: z.ZodInt;
7614
7685
  }, z.core.$strip>;
@@ -7630,6 +7701,13 @@ type AppStatistics = z.infer<typeof AppStatisticsSchema>;
7630
7701
  */
7631
7702
  declare const AppStatisticsDataSchema: z.ZodObject<{
7632
7703
  name: z.ZodString;
7704
+ models: z.ZodArray<z.ZodObject<{
7705
+ model_name: z.ZodString;
7706
+ name: z.ZodString;
7707
+ count: z.ZodInt;
7708
+ fields_count: z.ZodInt;
7709
+ admin_url: z.ZodString;
7710
+ }, z.core.$strip>>;
7633
7711
  total_records: z.ZodInt;
7634
7712
  model_count: z.ZodInt;
7635
7713
  }, z.core.$strip>;
@@ -7688,7 +7766,7 @@ declare const ArchiveItemChunkSchema: z.ZodObject<{
7688
7766
  character_count: z.ZodInt;
7689
7767
  embedding_model: z.ZodString;
7690
7768
  embedding_cost: z.ZodNumber;
7691
- context_summary: z.ZodRecord<z.ZodString, z.ZodAny>;
7769
+ context_summary: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
7692
7770
  created_at: z.ZodISODateTime;
7693
7771
  }, z.core.$strip>;
7694
7772
  /**
@@ -7715,9 +7793,9 @@ declare const ArchiveItemChunkDetailSchema: z.ZodObject<{
7715
7793
  character_count: z.ZodInt;
7716
7794
  embedding_model: z.ZodString;
7717
7795
  embedding_cost: z.ZodNumber;
7718
- context_summary: z.ZodRecord<z.ZodString, z.ZodAny>;
7796
+ context_summary: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
7719
7797
  created_at: z.ZodISODateTime;
7720
- context_metadata: z.ZodString;
7798
+ context_metadata: z.ZodRecord<z.ZodString, z.ZodAny>;
7721
7799
  }, z.core.$strip>;
7722
7800
  /**
7723
7801
  * Infer TypeScript type from Zod schema
@@ -7770,7 +7848,7 @@ declare const ArchiveItemDetailSchema: z.ZodObject<{
7770
7848
  created_at: z.ZodISODateTime;
7771
7849
  updated_at: z.ZodISODateTime;
7772
7850
  raw_content: z.ZodString;
7773
- metadata: z.ZodString;
7851
+ metadata: z.ZodRecord<z.ZodString, z.ZodAny>;
7774
7852
  }, z.core.$strip>;
7775
7853
  /**
7776
7854
  * Infer TypeScript type from Zod schema
@@ -7860,13 +7938,13 @@ declare const ArchiveSearchResultSchema: z.ZodObject<{
7860
7938
  character_count: z.ZodInt;
7861
7939
  embedding_model: z.ZodString;
7862
7940
  embedding_cost: z.ZodNumber;
7863
- context_summary: z.ZodRecord<z.ZodString, z.ZodAny>;
7941
+ context_summary: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
7864
7942
  created_at: z.ZodISODateTime;
7865
7943
  }, z.core.$strip>;
7866
7944
  similarity_score: z.ZodNumber;
7867
- context_summary: z.ZodRecord<z.ZodString, z.ZodAny>;
7868
- archive_info: z.ZodRecord<z.ZodString, z.ZodAny>;
7869
- item_info: z.ZodRecord<z.ZodString, z.ZodAny>;
7945
+ context_summary: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
7946
+ archive_info: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
7947
+ item_info: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
7870
7948
  }, z.core.$strip>;
7871
7949
  /**
7872
7950
  * Infer TypeScript type from Zod schema
@@ -8625,7 +8703,7 @@ declare const ChannelListSchema: z.ZodObject<{
8625
8703
  failed: z.ZodInt;
8626
8704
  avg_duration_ms: z.ZodNumber;
8627
8705
  avg_acks: z.ZodNumber;
8628
- last_activity_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8706
+ last_activity_at: z.ZodNullable<z.ZodString>;
8629
8707
  }, z.core.$strip>>;
8630
8708
  total_channels: z.ZodInt;
8631
8709
  }, z.core.$strip>;
@@ -8635,7 +8713,7 @@ declare const ChannelListSchema: z.ZodObject<{
8635
8713
  type ChannelList = z.infer<typeof ChannelListSchema>;
8636
8714
 
8637
8715
  /**
8638
- * Zod schema for ChannelStatsSerializer
8716
+ * Zod schema for ChannelStats
8639
8717
  *
8640
8718
  * This schema provides runtime validation and type inference.
8641
8719
  * * Statistics per channel.
@@ -8644,19 +8722,19 @@ type ChannelList = z.infer<typeof ChannelListSchema>;
8644
8722
  /**
8645
8723
  * Statistics per channel.
8646
8724
  */
8647
- declare const ChannelStatsSerializerSchema: z.ZodObject<{
8725
+ declare const ChannelStatsSchema: z.ZodObject<{
8648
8726
  channel: z.ZodString;
8649
8727
  total: z.ZodInt;
8650
8728
  successful: z.ZodInt;
8651
8729
  failed: z.ZodInt;
8652
8730
  avg_duration_ms: z.ZodNumber;
8653
8731
  avg_acks: z.ZodNumber;
8654
- last_activity_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8732
+ last_activity_at: z.ZodNullable<z.ZodString>;
8655
8733
  }, z.core.$strip>;
8656
8734
  /**
8657
8735
  * Infer TypeScript type from Zod schema
8658
8736
  */
8659
- type ChannelStatsSerializer = z.infer<typeof ChannelStatsSerializerSchema>;
8737
+ type ChannelStats = z.infer<typeof ChannelStatsSchema>;
8660
8738
 
8661
8739
  /**
8662
8740
  * Zod schema for ChartData
@@ -8720,7 +8798,7 @@ declare const ChatHistorySchema: z.ZodObject<{
8720
8798
  cost_usd: z.ZodNumber;
8721
8799
  processing_time_ms: z.ZodOptional<z.ZodInt>;
8722
8800
  created_at: z.ZodISODateTime;
8723
- context_chunks: z.ZodOptional<z.ZodString>;
8801
+ context_chunks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
8724
8802
  }, z.core.$strip>>;
8725
8803
  total_messages: z.ZodInt;
8726
8804
  }, z.core.$strip>;
@@ -8747,7 +8825,7 @@ declare const ChatMessageSchema: z.ZodObject<{
8747
8825
  cost_usd: z.ZodNumber;
8748
8826
  processing_time_ms: z.ZodOptional<z.ZodInt>;
8749
8827
  created_at: z.ZodISODateTime;
8750
- context_chunks: z.ZodOptional<z.ZodString>;
8828
+ context_chunks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
8751
8829
  }, z.core.$strip>;
8752
8830
  /**
8753
8831
  * Infer TypeScript type from Zod schema
@@ -9000,6 +9078,36 @@ declare const CommandSchema: z.ZodObject<{
9000
9078
  */
9001
9079
  type Command = z.infer<typeof CommandSchema>;
9002
9080
 
9081
+ /**
9082
+ * Zod schema for CommandCategory
9083
+ *
9084
+ * This schema provides runtime validation and type inference.
9085
+ * * Category with commands.
9086
+ * */
9087
+
9088
+ /**
9089
+ * Category with commands.
9090
+ */
9091
+ declare const CommandCategorySchema: z.ZodObject<{
9092
+ category: z.ZodString;
9093
+ commands: z.ZodArray<z.ZodObject<{
9094
+ name: z.ZodString;
9095
+ app: z.ZodString;
9096
+ help: z.ZodString;
9097
+ is_core: z.ZodBoolean;
9098
+ is_custom: z.ZodBoolean;
9099
+ is_allowed: z.ZodOptional<z.ZodBoolean>;
9100
+ risk_level: z.ZodOptional<z.ZodString>;
9101
+ web_executable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9102
+ requires_input: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9103
+ is_destructive: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9104
+ }, z.core.$strip>>;
9105
+ }, z.core.$strip>;
9106
+ /**
9107
+ * Infer TypeScript type from Zod schema
9108
+ */
9109
+ type CommandCategory = z.infer<typeof CommandCategorySchema>;
9110
+
9003
9111
  /**
9004
9112
  * Zod schema for CommandExecuteRequestRequest
9005
9113
  *
@@ -9013,7 +9121,7 @@ type Command = z.infer<typeof CommandSchema>;
9013
9121
  declare const CommandExecuteRequestRequestSchema: z.ZodObject<{
9014
9122
  command: z.ZodString;
9015
9123
  args: z.ZodOptional<z.ZodArray<z.ZodString>>;
9016
- options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
9124
+ options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
9017
9125
  }, z.core.$strip>;
9018
9126
  /**
9019
9127
  * Infer TypeScript type from Zod schema
@@ -9071,7 +9179,21 @@ declare const CommandsSummarySchema: z.ZodObject<{
9071
9179
  requires_input: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9072
9180
  is_destructive: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9073
9181
  }, z.core.$strip>>;
9074
- categorized: z.ZodRecord<z.ZodString, z.ZodAny>;
9182
+ categorized: z.ZodArray<z.ZodObject<{
9183
+ category: z.ZodString;
9184
+ commands: z.ZodArray<z.ZodObject<{
9185
+ name: z.ZodString;
9186
+ app: z.ZodString;
9187
+ help: z.ZodString;
9188
+ is_core: z.ZodBoolean;
9189
+ is_custom: z.ZodBoolean;
9190
+ is_allowed: z.ZodOptional<z.ZodBoolean>;
9191
+ risk_level: z.ZodOptional<z.ZodString>;
9192
+ web_executable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9193
+ requires_input: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9194
+ is_destructive: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9195
+ }, z.core.$strip>>;
9196
+ }, z.core.$strip>>;
9075
9197
  }, z.core.$strip>;
9076
9198
  /**
9077
9199
  * Infer TypeScript type from Zod schema
@@ -9109,6 +9231,7 @@ declare const ConfigDataSchema: z.ZodObject<{
9109
9231
  enable_maintenance: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9110
9232
  enable_frontend: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9111
9233
  enable_drf_tailwind: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9234
+ enable_pool_cleanup: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9112
9235
  site_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9113
9236
  api_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9114
9237
  debug: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -9186,7 +9309,7 @@ declare const ConfigDataSchema: z.ZodObject<{
9186
9309
  password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9187
9310
  default_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9188
9311
  default_result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9189
- sentinels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9312
+ sentinels: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9190
9313
  master_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9191
9314
  socket_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9192
9315
  }, z.core.$strip>>>>;
@@ -9199,7 +9322,7 @@ declare const ConfigDataSchema: z.ZodObject<{
9199
9322
  cron_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9200
9323
  queue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9201
9324
  kwargs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9202
- args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9325
+ args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>>;
9203
9326
  meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9204
9327
  repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9205
9328
  result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
@@ -9257,7 +9380,7 @@ declare const ConfigDataSchema: z.ZodObject<{
9257
9380
  username_form_field: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9258
9381
  }, z.core.$strip>>>;
9259
9382
  crypto_fields: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9260
- unfold: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9383
+ unfold: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9261
9384
  tailwind_app_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9262
9385
  tailwind_version: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9263
9386
  limits: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
@@ -9586,6 +9709,13 @@ declare const DashboardOverviewSchema: z.ZodObject<{
9586
9709
  app_name: z.ZodString;
9587
9710
  statistics: z.ZodObject<{
9588
9711
  name: z.ZodString;
9712
+ models: z.ZodArray<z.ZodObject<{
9713
+ model_name: z.ZodString;
9714
+ name: z.ZodString;
9715
+ count: z.ZodInt;
9716
+ fields_count: z.ZodInt;
9717
+ admin_url: z.ZodString;
9718
+ }, z.core.$strip>>;
9589
9719
  total_records: z.ZodInt;
9590
9720
  model_count: z.ZodInt;
9591
9721
  }, z.core.$strip>;
@@ -9659,6 +9789,7 @@ declare const DjangoConfigSchema: z.ZodObject<{
9659
9789
  enable_maintenance: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9660
9790
  enable_frontend: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9661
9791
  enable_drf_tailwind: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9792
+ enable_pool_cleanup: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9662
9793
  site_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9663
9794
  api_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9664
9795
  debug: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -9736,7 +9867,7 @@ declare const DjangoConfigSchema: z.ZodObject<{
9736
9867
  password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9737
9868
  default_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9738
9869
  default_result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9739
- sentinels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9870
+ sentinels: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9740
9871
  master_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9741
9872
  socket_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9742
9873
  }, z.core.$strip>>>>;
@@ -9749,7 +9880,7 @@ declare const DjangoConfigSchema: z.ZodObject<{
9749
9880
  cron_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9750
9881
  queue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9751
9882
  kwargs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9752
- args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9883
+ args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>>;
9753
9884
  meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9754
9885
  repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9755
9886
  result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
@@ -9807,7 +9938,7 @@ declare const DjangoConfigSchema: z.ZodObject<{
9807
9938
  username_form_field: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9808
9939
  }, z.core.$strip>>>;
9809
9940
  crypto_fields: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9810
- unfold: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9941
+ unfold: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9811
9942
  tailwind_app_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9812
9943
  tailwind_version: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9813
9944
  limits: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
@@ -9868,7 +9999,7 @@ declare const DjangoRQConfigSchema: z.ZodObject<{
9868
9999
  password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9869
10000
  default_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9870
10001
  default_result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9871
- sentinels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
10002
+ sentinels: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9872
10003
  master_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9873
10004
  socket_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9874
10005
  }, z.core.$strip>>>>;
@@ -9881,7 +10012,7 @@ declare const DjangoRQConfigSchema: z.ZodObject<{
9881
10012
  cron_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9882
10013
  queue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9883
10014
  kwargs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9884
- args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
10015
+ args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>>;
9885
10016
  meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9886
10017
  repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9887
10018
  result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
@@ -9916,7 +10047,7 @@ declare const DocumentSchema: z.ZodObject<{
9916
10047
  processing_started_at: z.ZodISODateTime;
9917
10048
  processing_completed_at: z.ZodISODateTime;
9918
10049
  processing_error: z.ZodString;
9919
- metadata: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10050
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9920
10051
  }, z.core.$strip>;
9921
10052
  /**
9922
10053
  * Infer TypeScript type from Zod schema
@@ -10027,8 +10158,8 @@ declare const DocumentArchiveDetailSchema: z.ZodObject<{
10027
10158
  created_at: z.ZodISODateTime;
10028
10159
  updated_at: z.ZodISODateTime;
10029
10160
  }, z.core.$strip>>;
10030
- file_tree: z.ZodRecord<z.ZodString, z.ZodAny>;
10031
- metadata: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10161
+ file_tree: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
10162
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
10032
10163
  }, z.core.$strip>;
10033
10164
  /**
10034
10165
  * Infer TypeScript type from Zod schema
@@ -10149,7 +10280,7 @@ declare const DocumentCreateRequestSchema: z.ZodObject<{
10149
10280
  title: z.ZodString;
10150
10281
  content: z.ZodString;
10151
10282
  file_type: z.ZodOptional<z.ZodString>;
10152
- metadata: z.ZodOptional<z.ZodString>;
10283
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
10153
10284
  }, z.core.$strip>;
10154
10285
  /**
10155
10286
  * Infer TypeScript type from Zod schema
@@ -10169,7 +10300,7 @@ type DocumentCreateRequest = z.infer<typeof DocumentCreateRequestSchema>;
10169
10300
  declare const DocumentProcessingStatusSchema: z.ZodObject<{
10170
10301
  id: z.ZodUUID;
10171
10302
  status: z.ZodString;
10172
- progress: z.ZodString;
10303
+ progress: z.ZodRecord<z.ZodString, z.ZodAny>;
10173
10304
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10174
10305
  processing_time_seconds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
10175
10306
  }, z.core.$strip>;
@@ -10192,7 +10323,7 @@ declare const DocumentRequestSchema: z.ZodObject<{
10192
10323
  title: z.ZodString;
10193
10324
  file_type: z.ZodOptional<z.ZodString>;
10194
10325
  file_size: z.ZodOptional<z.ZodInt>;
10195
- metadata: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10326
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
10196
10327
  }, z.core.$strip>;
10197
10328
  /**
10198
10329
  * Infer TypeScript type from Zod schema
@@ -10437,8 +10568,8 @@ type ErrorResponse = z.infer<typeof ErrorResponseSchema>;
10437
10568
  declare const GRPCCallRequestRequestSchema: z.ZodObject<{
10438
10569
  service: z.ZodString;
10439
10570
  method: z.ZodString;
10440
- payload: z.ZodRecord<z.ZodString, z.ZodAny>;
10441
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
10571
+ payload: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
10572
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
10442
10573
  timeout_ms: z.ZodOptional<z.ZodInt>;
10443
10574
  }, z.core.$strip>;
10444
10575
  /**
@@ -10466,7 +10597,7 @@ declare const GRPCCallResponseSchema: z.ZodObject<{
10466
10597
  duration_ms: z.ZodInt;
10467
10598
  response: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10468
10599
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10469
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
10600
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
10470
10601
  timestamp: z.ZodString;
10471
10602
  }, z.core.$strip>;
10472
10603
  /**
@@ -10550,9 +10681,9 @@ declare const GRPCExampleSchema: z.ZodObject<{
10550
10681
  service: z.ZodString;
10551
10682
  method: z.ZodString;
10552
10683
  description: z.ZodString;
10553
- payload_example: z.ZodRecord<z.ZodString, z.ZodAny>;
10554
- expected_response: z.ZodRecord<z.ZodString, z.ZodAny>;
10555
- metadata_example: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
10684
+ payload_example: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
10685
+ expected_response: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
10686
+ metadata_example: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
10556
10687
  }, z.core.$strip>;
10557
10688
  /**
10558
10689
  * Infer TypeScript type from Zod schema
@@ -10574,9 +10705,9 @@ declare const GRPCExamplesListSchema: z.ZodObject<{
10574
10705
  service: z.ZodString;
10575
10706
  method: z.ZodString;
10576
10707
  description: z.ZodString;
10577
- payload_example: z.ZodRecord<z.ZodString, z.ZodAny>;
10578
- expected_response: z.ZodRecord<z.ZodString, z.ZodAny>;
10579
- metadata_example: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
10708
+ payload_example: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
10709
+ expected_response: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
10710
+ metadata_example: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
10580
10711
  }, z.core.$strip>>>;
10581
10712
  total_examples: z.ZodInt;
10582
10713
  }, z.core.$strip>;
@@ -10988,7 +11119,7 @@ Provides comprehensive job details including result and metadata.
10988
11119
  declare const JobDetailSchema: z.ZodObject<{
10989
11120
  id: z.ZodString;
10990
11121
  func_name: z.ZodString;
10991
- args: z.ZodOptional<z.ZodArray<z.ZodString>>;
11122
+ args: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>;
10992
11123
  kwargs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
10993
11124
  created_at: z.ZodISODateTime;
10994
11125
  enqueued_at: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
@@ -11000,7 +11131,7 @@ declare const JobDetailSchema: z.ZodObject<{
11000
11131
  timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
11001
11132
  result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
11002
11133
  failure_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
11003
- result: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11134
+ result: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11004
11135
  exc_info: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11005
11136
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
11006
11137
  dependency_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -11083,7 +11214,7 @@ declare const LeadSubmissionSchema: z.ZodObject<{
11083
11214
  contact_value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11084
11215
  subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11085
11216
  message: z.ZodString;
11086
- extra: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11217
+ extra: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11087
11218
  site_url: z.ZodURL;
11088
11219
  }, z.core.$strip>;
11089
11220
  /**
@@ -11104,7 +11235,7 @@ type LeadSubmission = z.infer<typeof LeadSubmissionSchema>;
11104
11235
  declare const LeadSubmissionErrorSchema: z.ZodObject<{
11105
11236
  success: z.ZodBoolean;
11106
11237
  error: z.ZodString;
11107
- details: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
11238
+ details: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
11108
11239
  }, z.core.$strip>;
11109
11240
  /**
11110
11241
  * Infer TypeScript type from Zod schema
@@ -11130,7 +11261,7 @@ declare const LeadSubmissionRequestSchema: z.ZodObject<{
11130
11261
  contact_value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11131
11262
  subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11132
11263
  message: z.ZodString;
11133
- extra: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11264
+ extra: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11134
11265
  site_url: z.ZodURL;
11135
11266
  }, z.core.$strip>;
11136
11267
  /**
@@ -11371,6 +11502,28 @@ declare const MethodSummarySchema: z.ZodObject<{
11371
11502
  */
11372
11503
  type MethodSummary = z.infer<typeof MethodSummarySchema>;
11373
11504
 
11505
+ /**
11506
+ * Zod schema for ModelStatistics
11507
+ *
11508
+ * This schema provides runtime validation and type inference.
11509
+ * * Serializer for individual model statistics.
11510
+ * */
11511
+
11512
+ /**
11513
+ * Serializer for individual model statistics.
11514
+ */
11515
+ declare const ModelStatisticsSchema: z.ZodObject<{
11516
+ model_name: z.ZodString;
11517
+ name: z.ZodString;
11518
+ count: z.ZodInt;
11519
+ fields_count: z.ZodInt;
11520
+ admin_url: z.ZodString;
11521
+ }, z.core.$strip>;
11522
+ /**
11523
+ * Infer TypeScript type from Zod schema
11524
+ */
11525
+ type ModelStatistics = z.infer<typeof ModelStatisticsSchema>;
11526
+
11374
11527
  /**
11375
11528
  * Zod schema for Newsletter
11376
11529
  *
@@ -11719,7 +11872,7 @@ declare const PaginatedArchiveItemChunkListSchema: z.ZodObject<{
11719
11872
  character_count: z.ZodInt;
11720
11873
  embedding_model: z.ZodString;
11721
11874
  embedding_cost: z.ZodNumber;
11722
- context_summary: z.ZodRecord<z.ZodString, z.ZodAny>;
11875
+ context_summary: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
11723
11876
  created_at: z.ZodISODateTime;
11724
11877
  }, z.core.$strip>>;
11725
11878
  }, z.core.$strip>;
@@ -11778,13 +11931,13 @@ declare const PaginatedArchiveSearchResultListSchema: z.ZodObject<{
11778
11931
  character_count: z.ZodInt;
11779
11932
  embedding_model: z.ZodString;
11780
11933
  embedding_cost: z.ZodNumber;
11781
- context_summary: z.ZodRecord<z.ZodString, z.ZodAny>;
11934
+ context_summary: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
11782
11935
  created_at: z.ZodISODateTime;
11783
11936
  }, z.core.$strip>;
11784
11937
  similarity_score: z.ZodNumber;
11785
- context_summary: z.ZodRecord<z.ZodString, z.ZodAny>;
11786
- archive_info: z.ZodRecord<z.ZodString, z.ZodAny>;
11787
- item_info: z.ZodRecord<z.ZodString, z.ZodAny>;
11938
+ context_summary: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
11939
+ archive_info: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
11940
+ item_info: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>;
11788
11941
  }, z.core.$strip>>;
11789
11942
  }, z.core.$strip>;
11790
11943
  /**
@@ -11927,7 +12080,7 @@ declare const PaginatedDocumentListSchema: z.ZodObject<{
11927
12080
  processing_started_at: z.ZodISODateTime;
11928
12081
  processing_completed_at: z.ZodISODateTime;
11929
12082
  processing_error: z.ZodString;
11930
- metadata: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12083
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11931
12084
  }, z.core.$strip>>;
11932
12085
  }, z.core.$strip>;
11933
12086
  /**
@@ -11964,6 +12117,38 @@ declare const PaginatedEmailLogListSchema: z.ZodObject<{
11964
12117
  */
11965
12118
  type PaginatedEmailLogList = z.infer<typeof PaginatedEmailLogListSchema>;
11966
12119
 
12120
+ /**
12121
+ * Zod schema for PaginatedGRPCTestLogList
12122
+ *
12123
+ * This schema provides runtime validation and type inference.
12124
+ * */
12125
+
12126
+ declare const PaginatedGRPCTestLogListSchema: z.ZodObject<{
12127
+ count: z.ZodInt;
12128
+ page: z.ZodInt;
12129
+ pages: z.ZodInt;
12130
+ page_size: z.ZodInt;
12131
+ has_next: z.ZodBoolean;
12132
+ has_previous: z.ZodBoolean;
12133
+ next_page: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
12134
+ previous_page: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
12135
+ results: z.ZodArray<z.ZodObject<{
12136
+ request_id: z.ZodString;
12137
+ service: z.ZodString;
12138
+ method: z.ZodString;
12139
+ status: z.ZodString;
12140
+ grpc_status_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12141
+ error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12142
+ duration_ms: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
12143
+ created_at: z.ZodString;
12144
+ user: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12145
+ }, z.core.$strip>>;
12146
+ }, z.core.$strip>;
12147
+ /**
12148
+ * Infer TypeScript type from Zod schema
12149
+ */
12150
+ type PaginatedGRPCTestLogList = z.infer<typeof PaginatedGRPCTestLogListSchema>;
12151
+
11967
12152
  /**
11968
12153
  * Zod schema for PaginatedJobListList
11969
12154
  *
@@ -12011,7 +12196,7 @@ declare const PaginatedLeadSubmissionListSchema: z.ZodObject<{
12011
12196
  contact_value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12012
12197
  subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12013
12198
  message: z.ZodString;
12014
- extra: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12199
+ extra: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
12015
12200
  site_url: z.ZodURL;
12016
12201
  }, z.core.$strip>>;
12017
12202
  }, z.core.$strip>;
@@ -12256,7 +12441,7 @@ declare const PaginatedPublishListSchema: z.ZodObject<{
12256
12441
  status: z.ZodString;
12257
12442
  wait_for_ack: z.ZodBoolean;
12258
12443
  acks_received: z.ZodInt;
12259
- acks_expected: z.ZodInt;
12444
+ acks_expected: z.ZodNullable<z.ZodInt>;
12260
12445
  duration_ms: z.ZodNullable<z.ZodNumber>;
12261
12446
  created_at: z.ZodISODateTime;
12262
12447
  completed_at: z.ZodNullable<z.ZodISODateTime>;
@@ -12325,7 +12510,7 @@ declare const PaginatedScheduledJobListSchema: z.ZodObject<{
12325
12510
  results: z.ZodArray<z.ZodObject<{
12326
12511
  id: z.ZodString;
12327
12512
  func: z.ZodString;
12328
- args: z.ZodOptional<z.ZodArray<z.ZodString>>;
12513
+ args: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>;
12329
12514
  kwargs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12330
12515
  queue_name: z.ZodString;
12331
12516
  scheduled_time: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
@@ -12525,7 +12710,7 @@ declare const PatchedDocumentRequestSchema: z.ZodObject<{
12525
12710
  title: z.ZodOptional<z.ZodString>;
12526
12711
  file_type: z.ZodOptional<z.ZodString>;
12527
12712
  file_size: z.ZodOptional<z.ZodInt>;
12528
- metadata: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12713
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
12529
12714
  }, z.core.$strip>;
12530
12715
  /**
12531
12716
  * Infer TypeScript type from Zod schema
@@ -12551,7 +12736,7 @@ declare const PatchedLeadSubmissionRequestSchema: z.ZodObject<{
12551
12736
  contact_value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12552
12737
  subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12553
12738
  message: z.ZodOptional<z.ZodString>;
12554
- extra: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12739
+ extra: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
12555
12740
  site_url: z.ZodOptional<z.ZodURL>;
12556
12741
  }, z.core.$strip>;
12557
12742
  /**
@@ -12976,7 +13161,7 @@ declare const PublishSchema: z.ZodObject<{
12976
13161
  status: z.ZodString;
12977
13162
  wait_for_ack: z.ZodBoolean;
12978
13163
  acks_received: z.ZodInt;
12979
- acks_expected: z.ZodInt;
13164
+ acks_expected: z.ZodNullable<z.ZodInt>;
12980
13165
  duration_ms: z.ZodNullable<z.ZodNumber>;
12981
13166
  created_at: z.ZodISODateTime;
12982
13167
  completed_at: z.ZodNullable<z.ZodISODateTime>;
@@ -13163,7 +13348,17 @@ declare const RQConfigSchema: z.ZodObject<{
13163
13348
  show_admin_link: z.ZodOptional<z.ZodBoolean>;
13164
13349
  prometheus_enabled: z.ZodOptional<z.ZodBoolean>;
13165
13350
  api_token_configured: z.ZodOptional<z.ZodBoolean>;
13166
- schedules: z.ZodOptional<z.ZodArray<z.ZodString>>;
13351
+ schedules: z.ZodOptional<z.ZodArray<z.ZodObject<{
13352
+ func: z.ZodString;
13353
+ queue: z.ZodString;
13354
+ cron: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13355
+ interval: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13356
+ scheduled_time: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
13357
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13358
+ timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13359
+ result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13360
+ repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13361
+ }, z.core.$strip>>>;
13167
13362
  }, z.core.$strip>;
13168
13363
  /**
13169
13364
  * Infer TypeScript type from Zod schema
@@ -13185,7 +13380,7 @@ declare const RQScheduleSchema: z.ZodObject<{
13185
13380
  cron_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13186
13381
  queue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13187
13382
  kwargs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13188
- args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
13383
+ args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>>;
13189
13384
  meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13190
13385
  repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13191
13386
  result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
@@ -13292,7 +13487,7 @@ declare const RedisQueueConfigSchema: z.ZodObject<{
13292
13487
  password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13293
13488
  default_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13294
13489
  default_result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13295
- sentinels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
13490
+ sentinels: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13296
13491
  master_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13297
13492
  socket_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13298
13493
  }, z.core.$strip>;
@@ -13420,7 +13615,7 @@ type ResponseTimeDataPoint = z.infer<typeof ResponseTimeDataPointSchema>;
13420
13615
  declare const RunDemoRequestRequestSchema: z.ZodObject<{
13421
13616
  scenario: z.ZodEnum<typeof RunDemoRequestRequestScenario>;
13422
13617
  queue: z.ZodOptional<z.ZodString>;
13423
- args: z.ZodOptional<z.ZodArray<z.ZodString>>;
13618
+ args: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13424
13619
  kwargs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
13425
13620
  timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13426
13621
  }, z.core.$strip>;
@@ -13472,7 +13667,7 @@ Supports three scheduling methods:
13472
13667
  */
13473
13668
  declare const ScheduleCreateRequestSchema: z.ZodObject<{
13474
13669
  func: z.ZodString;
13475
- args: z.ZodOptional<z.ZodArray<z.ZodString>>;
13670
+ args: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13476
13671
  kwargs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
13477
13672
  queue_name: z.ZodOptional<z.ZodString>;
13478
13673
  scheduled_time: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
@@ -13488,6 +13683,32 @@ declare const ScheduleCreateRequestSchema: z.ZodObject<{
13488
13683
  */
13489
13684
  type ScheduleCreateRequest = z.infer<typeof ScheduleCreateRequestSchema>;
13490
13685
 
13686
+ /**
13687
+ * Zod schema for ScheduleInfo
13688
+ *
13689
+ * This schema provides runtime validation and type inference.
13690
+ * * Schedule information in config response.
13691
+ * */
13692
+
13693
+ /**
13694
+ * Schedule information in config response.
13695
+ */
13696
+ declare const ScheduleInfoSchema: z.ZodObject<{
13697
+ func: z.ZodString;
13698
+ queue: z.ZodString;
13699
+ cron: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13700
+ interval: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13701
+ scheduled_time: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
13702
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13703
+ timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13704
+ result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13705
+ repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13706
+ }, z.core.$strip>;
13707
+ /**
13708
+ * Infer TypeScript type from Zod schema
13709
+ */
13710
+ type ScheduleInfo = z.infer<typeof ScheduleInfoSchema>;
13711
+
13491
13712
  /**
13492
13713
  * Zod schema for ScheduledJob
13493
13714
  *
@@ -13501,7 +13722,7 @@ type ScheduleCreateRequest = z.infer<typeof ScheduleCreateRequestSchema>;
13501
13722
  declare const ScheduledJobSchema: z.ZodObject<{
13502
13723
  id: z.ZodString;
13503
13724
  func: z.ZodString;
13504
- args: z.ZodOptional<z.ZodArray<z.ZodString>>;
13725
+ args: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13505
13726
  kwargs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
13506
13727
  queue_name: z.ZodString;
13507
13728
  scheduled_time: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
@@ -14121,7 +14342,7 @@ declare const TestScenarioSchema: z.ZodObject<{
14121
14342
  name: z.ZodString;
14122
14343
  description: z.ZodString;
14123
14344
  task_func: z.ZodString;
14124
- default_args: z.ZodOptional<z.ZodArray<z.ZodString>>;
14345
+ default_args: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>;
14125
14346
  default_kwargs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
14126
14347
  estimated_duration: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
14127
14348
  }, z.core.$strip>;
@@ -14187,6 +14408,54 @@ declare const TicketRequestSchema: z.ZodObject<{
14187
14408
  */
14188
14409
  type TicketRequest = z.infer<typeof TicketRequestSchema>;
14189
14410
 
14411
+ /**
14412
+ * Zod schema for TimelineItem
14413
+ *
14414
+ * This schema provides runtime validation and type inference.
14415
+ * * Single timeline data point for DRF.
14416
+ * */
14417
+
14418
+ /**
14419
+ * Single timeline data point for DRF.
14420
+ */
14421
+ declare const TimelineItemSchema: z.ZodObject<{
14422
+ timestamp: z.ZodString;
14423
+ count: z.ZodInt;
14424
+ successful: z.ZodInt;
14425
+ failed: z.ZodInt;
14426
+ timeout: z.ZodInt;
14427
+ }, z.core.$strip>;
14428
+ /**
14429
+ * Infer TypeScript type from Zod schema
14430
+ */
14431
+ type TimelineItem = z.infer<typeof TimelineItemSchema>;
14432
+
14433
+ /**
14434
+ * Zod schema for TimelineResponse
14435
+ *
14436
+ * This schema provides runtime validation and type inference.
14437
+ * * Timeline response with hourly/daily breakdown for DRF.
14438
+ * */
14439
+
14440
+ /**
14441
+ * Timeline response with hourly/daily breakdown for DRF.
14442
+ */
14443
+ declare const TimelineResponseSchema: z.ZodObject<{
14444
+ timeline: z.ZodArray<z.ZodObject<{
14445
+ timestamp: z.ZodString;
14446
+ count: z.ZodInt;
14447
+ successful: z.ZodInt;
14448
+ failed: z.ZodInt;
14449
+ timeout: z.ZodInt;
14450
+ }, z.core.$strip>>;
14451
+ period_hours: z.ZodInt;
14452
+ interval: z.ZodString;
14453
+ }, z.core.$strip>;
14454
+ /**
14455
+ * Infer TypeScript type from Zod schema
14456
+ */
14457
+ type TimelineResponse = z.infer<typeof TimelineResponseSchema>;
14458
+
14190
14459
  /**
14191
14460
  * Zod schema for TokenRefresh
14192
14461
  *
@@ -14648,8 +14917,8 @@ type index$2_CentrifugoToken = CentrifugoToken;
14648
14917
  declare const index$2_CentrifugoTokenSchema: typeof CentrifugoTokenSchema;
14649
14918
  type index$2_ChannelList = ChannelList;
14650
14919
  declare const index$2_ChannelListSchema: typeof ChannelListSchema;
14651
- type index$2_ChannelStatsSerializer = ChannelStatsSerializer;
14652
- declare const index$2_ChannelStatsSerializerSchema: typeof ChannelStatsSerializerSchema;
14920
+ type index$2_ChannelStats = ChannelStats;
14921
+ declare const index$2_ChannelStatsSchema: typeof ChannelStatsSchema;
14653
14922
  type index$2_ChartData = ChartData;
14654
14923
  declare const index$2_ChartDataSchema: typeof ChartDataSchema;
14655
14924
  type index$2_ChartDataset = ChartDataset;
@@ -14677,6 +14946,8 @@ declare const index$2_ChatSourceSchema: typeof ChatSourceSchema;
14677
14946
  type index$2_ChunkRevectorizationRequestRequest = ChunkRevectorizationRequestRequest;
14678
14947
  declare const index$2_ChunkRevectorizationRequestRequestSchema: typeof ChunkRevectorizationRequestRequestSchema;
14679
14948
  type index$2_Command = Command;
14949
+ type index$2_CommandCategory = CommandCategory;
14950
+ declare const index$2_CommandCategorySchema: typeof CommandCategorySchema;
14680
14951
  type index$2_CommandExecuteRequestRequest = CommandExecuteRequestRequest;
14681
14952
  declare const index$2_CommandExecuteRequestRequestSchema: typeof CommandExecuteRequestRequestSchema;
14682
14953
  type index$2_CommandHelpResponse = CommandHelpResponse;
@@ -14820,6 +15091,8 @@ type index$2_MethodStats = MethodStats;
14820
15091
  declare const index$2_MethodStatsSchema: typeof MethodStatsSchema;
14821
15092
  type index$2_MethodSummary = MethodSummary;
14822
15093
  declare const index$2_MethodSummarySchema: typeof MethodSummarySchema;
15094
+ type index$2_ModelStatistics = ModelStatistics;
15095
+ declare const index$2_ModelStatisticsSchema: typeof ModelStatisticsSchema;
14823
15096
  type index$2_Newsletter = Newsletter;
14824
15097
  type index$2_NewsletterCampaign = NewsletterCampaign;
14825
15098
  type index$2_NewsletterCampaignRequest = NewsletterCampaignRequest;
@@ -14862,6 +15135,8 @@ type index$2_PaginatedDocumentList = PaginatedDocumentList;
14862
15135
  declare const index$2_PaginatedDocumentListSchema: typeof PaginatedDocumentListSchema;
14863
15136
  type index$2_PaginatedEmailLogList = PaginatedEmailLogList;
14864
15137
  declare const index$2_PaginatedEmailLogListSchema: typeof PaginatedEmailLogListSchema;
15138
+ type index$2_PaginatedGRPCTestLogList = PaginatedGRPCTestLogList;
15139
+ declare const index$2_PaginatedGRPCTestLogListSchema: typeof PaginatedGRPCTestLogListSchema;
14865
15140
  type index$2_PaginatedJobListList = PaginatedJobListList;
14866
15141
  declare const index$2_PaginatedJobListListSchema: typeof PaginatedJobListListSchema;
14867
15142
  type index$2_PaginatedLeadSubmissionList = PaginatedLeadSubmissionList;
@@ -14978,6 +15253,8 @@ type index$2_ScheduleActionResponse = ScheduleActionResponse;
14978
15253
  declare const index$2_ScheduleActionResponseSchema: typeof ScheduleActionResponseSchema;
14979
15254
  type index$2_ScheduleCreateRequest = ScheduleCreateRequest;
14980
15255
  declare const index$2_ScheduleCreateRequestSchema: typeof ScheduleCreateRequestSchema;
15256
+ type index$2_ScheduleInfo = ScheduleInfo;
15257
+ declare const index$2_ScheduleInfoSchema: typeof ScheduleInfoSchema;
14981
15258
  type index$2_ScheduledJob = ScheduledJob;
14982
15259
  declare const index$2_ScheduledJobSchema: typeof ScheduledJobSchema;
14983
15260
  type index$2_SendCampaignRequest = SendCampaignRequest;
@@ -15036,6 +15313,10 @@ type index$2_Ticket = Ticket;
15036
15313
  type index$2_TicketRequest = TicketRequest;
15037
15314
  declare const index$2_TicketRequestSchema: typeof TicketRequestSchema;
15038
15315
  declare const index$2_TicketSchema: typeof TicketSchema;
15316
+ type index$2_TimelineItem = TimelineItem;
15317
+ declare const index$2_TimelineItemSchema: typeof TimelineItemSchema;
15318
+ type index$2_TimelineResponse = TimelineResponse;
15319
+ declare const index$2_TimelineResponseSchema: typeof TimelineResponseSchema;
15039
15320
  type index$2_TokenRefresh = TokenRefresh;
15040
15321
  type index$2_TokenRefreshRequest = TokenRefreshRequest;
15041
15322
  declare const index$2_TokenRefreshRequestSchema: typeof TokenRefreshRequestSchema;
@@ -15065,7 +15346,7 @@ declare const index$2_WorkerSchema: typeof WorkerSchema;
15065
15346
  type index$2_WorkerStats = WorkerStats;
15066
15347
  declare const index$2_WorkerStatsSchema: typeof WorkerStatsSchema;
15067
15348
  declare namespace index$2 {
15068
- export { type index$2_APIZone as APIZone, index$2_APIZoneSchema as APIZoneSchema, type index$2_APIZonesSummary as APIZonesSummary, index$2_APIZonesSummarySchema as APIZonesSummarySchema, type index$2_ActivityEntry as ActivityEntry, index$2_ActivityEntrySchema as ActivityEntrySchema, type index$2_ActivityTrackerDay as ActivityTrackerDay, index$2_ActivityTrackerDaySchema as ActivityTrackerDaySchema, type index$2_ApiKey as ApiKey, index$2_ApiKeySchema as ApiKeySchema, type index$2_ApiKeyStats as ApiKeyStats, index$2_ApiKeyStatsSchema as ApiKeyStatsSchema, type index$2_AppStatistics as AppStatistics, type index$2_AppStatisticsData as AppStatisticsData, index$2_AppStatisticsDataSchema as AppStatisticsDataSchema, index$2_AppStatisticsSchema as AppStatisticsSchema, type index$2_ArchiveItem as ArchiveItem, type index$2_ArchiveItemChunk as ArchiveItemChunk, type index$2_ArchiveItemChunkDetail as ArchiveItemChunkDetail, index$2_ArchiveItemChunkDetailSchema as ArchiveItemChunkDetailSchema, type index$2_ArchiveItemChunkRequest as ArchiveItemChunkRequest, index$2_ArchiveItemChunkRequestSchema as ArchiveItemChunkRequestSchema, index$2_ArchiveItemChunkSchema as ArchiveItemChunkSchema, type index$2_ArchiveItemDetail as ArchiveItemDetail, index$2_ArchiveItemDetailSchema as ArchiveItemDetailSchema, type index$2_ArchiveItemRequest as ArchiveItemRequest, index$2_ArchiveItemRequestSchema as ArchiveItemRequestSchema, index$2_ArchiveItemSchema as ArchiveItemSchema, type index$2_ArchiveProcessingResult as ArchiveProcessingResult, index$2_ArchiveProcessingResultSchema as ArchiveProcessingResultSchema, type index$2_ArchiveSearchRequestRequest as ArchiveSearchRequestRequest, index$2_ArchiveSearchRequestRequestSchema as ArchiveSearchRequestRequestSchema, type index$2_ArchiveSearchResult as ArchiveSearchResult, index$2_ArchiveSearchResultSchema as ArchiveSearchResultSchema, type index$2_ArchiveStatistics as ArchiveStatistics, index$2_ArchiveStatisticsSchema as ArchiveStatisticsSchema, type index$2_AxesConfig as AxesConfig, index$2_AxesConfigSchema as AxesConfigSchema, type index$2_Balance as Balance, index$2_BalanceSchema as BalanceSchema, type index$2_BulkEmailRequest as BulkEmailRequest, index$2_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$2_BulkEmailResponse as BulkEmailResponse, index$2_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$2_CentrifugoChannelInfo as CentrifugoChannelInfo, index$2_CentrifugoChannelInfoSchema as CentrifugoChannelInfoSchema, type index$2_CentrifugoChannelsRequestRequest as CentrifugoChannelsRequestRequest, index$2_CentrifugoChannelsRequestRequestSchema as CentrifugoChannelsRequestRequestSchema, type index$2_CentrifugoChannelsResponse as CentrifugoChannelsResponse, index$2_CentrifugoChannelsResponseSchema as CentrifugoChannelsResponseSchema, type index$2_CentrifugoChannelsResult as CentrifugoChannelsResult, index$2_CentrifugoChannelsResultSchema as CentrifugoChannelsResultSchema, type index$2_CentrifugoClientInfo as CentrifugoClientInfo, index$2_CentrifugoClientInfoSchema as CentrifugoClientInfoSchema, type index$2_CentrifugoConfig as CentrifugoConfig, index$2_CentrifugoConfigSchema as CentrifugoConfigSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHistoryRequestRequest as CentrifugoHistoryRequestRequest, index$2_CentrifugoHistoryRequestRequestSchema as CentrifugoHistoryRequestRequestSchema, type index$2_CentrifugoHistoryResponse as CentrifugoHistoryResponse, index$2_CentrifugoHistoryResponseSchema as CentrifugoHistoryResponseSchema, type index$2_CentrifugoHistoryResult as CentrifugoHistoryResult, index$2_CentrifugoHistoryResultSchema as CentrifugoHistoryResultSchema, type index$2_CentrifugoInfoResponse as CentrifugoInfoResponse, index$2_CentrifugoInfoResponseSchema as CentrifugoInfoResponseSchema, type index$2_CentrifugoInfoResult as CentrifugoInfoResult, index$2_CentrifugoInfoResultSchema as CentrifugoInfoResultSchema, type index$2_CentrifugoMetrics as CentrifugoMetrics, index$2_CentrifugoMetricsSchema as CentrifugoMetricsSchema, type index$2_CentrifugoNodeInfo as CentrifugoNodeInfo, index$2_CentrifugoNodeInfoSchema as CentrifugoNodeInfoSchema, type index$2_CentrifugoOverviewStats as CentrifugoOverviewStats, index$2_CentrifugoOverviewStatsSchema as CentrifugoOverviewStatsSchema, type index$2_CentrifugoPresenceRequestRequest as CentrifugoPresenceRequestRequest, index$2_CentrifugoPresenceRequestRequestSchema as CentrifugoPresenceRequestRequestSchema, type index$2_CentrifugoPresenceResponse as CentrifugoPresenceResponse, index$2_CentrifugoPresenceResponseSchema as CentrifugoPresenceResponseSchema, type index$2_CentrifugoPresenceResult as CentrifugoPresenceResult, index$2_CentrifugoPresenceResultSchema as CentrifugoPresenceResultSchema, type index$2_CentrifugoPresenceStatsRequestRequest as CentrifugoPresenceStatsRequestRequest, index$2_CentrifugoPresenceStatsRequestRequestSchema as CentrifugoPresenceStatsRequestRequestSchema, type index$2_CentrifugoPresenceStatsResponse as CentrifugoPresenceStatsResponse, index$2_CentrifugoPresenceStatsResponseSchema as CentrifugoPresenceStatsResponseSchema, type index$2_CentrifugoPresenceStatsResult as CentrifugoPresenceStatsResult, index$2_CentrifugoPresenceStatsResultSchema as CentrifugoPresenceStatsResultSchema, type index$2_CentrifugoProcess as CentrifugoProcess, index$2_CentrifugoProcessSchema as CentrifugoProcessSchema, type index$2_CentrifugoPublication as CentrifugoPublication, index$2_CentrifugoPublicationSchema as CentrifugoPublicationSchema, type index$2_CentrifugoStreamPosition as CentrifugoStreamPosition, index$2_CentrifugoStreamPositionSchema as CentrifugoStreamPositionSchema, type index$2_CentrifugoToken as CentrifugoToken, index$2_CentrifugoTokenSchema as CentrifugoTokenSchema, type index$2_ChannelList as ChannelList, index$2_ChannelListSchema as ChannelListSchema, type index$2_ChannelStatsSerializer as ChannelStatsSerializer, index$2_ChannelStatsSerializerSchema as ChannelStatsSerializerSchema, type index$2_ChartData as ChartData, index$2_ChartDataSchema as ChartDataSchema, type index$2_ChartDataset as ChartDataset, index$2_ChartDatasetSchema as ChartDatasetSchema, type index$2_ChatHistory as ChatHistory, index$2_ChatHistorySchema as ChatHistorySchema, type index$2_ChatMessage as ChatMessage, index$2_ChatMessageSchema as ChatMessageSchema, type index$2_ChatQueryRequest as ChatQueryRequest, index$2_ChatQueryRequestSchema as ChatQueryRequestSchema, type index$2_ChatResponse as ChatResponse, type index$2_ChatResponseRequest as ChatResponseRequest, index$2_ChatResponseRequestSchema as ChatResponseRequestSchema, index$2_ChatResponseSchema as ChatResponseSchema, type index$2_ChatSession as ChatSession, type index$2_ChatSessionCreateRequest as ChatSessionCreateRequest, index$2_ChatSessionCreateRequestSchema as ChatSessionCreateRequestSchema, type index$2_ChatSessionRequest as ChatSessionRequest, index$2_ChatSessionRequestSchema as ChatSessionRequestSchema, index$2_ChatSessionSchema as ChatSessionSchema, type index$2_ChatSource as ChatSource, type index$2_ChatSourceRequest as ChatSourceRequest, index$2_ChatSourceRequestSchema as ChatSourceRequestSchema, index$2_ChatSourceSchema as ChatSourceSchema, type index$2_ChunkRevectorizationRequestRequest as ChunkRevectorizationRequestRequest, index$2_ChunkRevectorizationRequestRequestSchema as ChunkRevectorizationRequestRequestSchema, type index$2_Command as Command, type index$2_CommandExecuteRequestRequest as CommandExecuteRequestRequest, index$2_CommandExecuteRequestRequestSchema as CommandExecuteRequestRequestSchema, type index$2_CommandHelpResponse as CommandHelpResponse, index$2_CommandHelpResponseSchema as CommandHelpResponseSchema, index$2_CommandSchema as CommandSchema, type index$2_CommandsSummary as CommandsSummary, index$2_CommandsSummarySchema as CommandsSummarySchema, type index$2_ConfigData as ConfigData, index$2_ConfigDataSchema as ConfigDataSchema, type index$2_ConfigMeta as ConfigMeta, index$2_ConfigMetaSchema as ConfigMetaSchema, type index$2_ConfigValidation as ConfigValidation, index$2_ConfigValidationSchema as ConfigValidationSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_ConstanceConfig as ConstanceConfig, index$2_ConstanceConfigSchema as ConstanceConfigSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DRFConfig as DRFConfig, index$2_DRFConfigSchema as DRFConfigSchema, type index$2_DashboardCharts as DashboardCharts, index$2_DashboardChartsSchema as DashboardChartsSchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, type index$2_DatabaseConfig as DatabaseConfig, index$2_DatabaseConfigSchema as DatabaseConfigSchema, type index$2_DjangoConfig as DjangoConfig, index$2_DjangoConfigSchema as DjangoConfigSchema, type index$2_DjangoRQConfig as DjangoRQConfig, index$2_DjangoRQConfigSchema as DjangoRQConfigSchema, type index$2_Document as Document, type index$2_DocumentArchive as DocumentArchive, type index$2_DocumentArchiveDetail as DocumentArchiveDetail, index$2_DocumentArchiveDetailSchema as DocumentArchiveDetailSchema, type index$2_DocumentArchiveList as DocumentArchiveList, index$2_DocumentArchiveListSchema as DocumentArchiveListSchema, type index$2_DocumentArchiveRequest as DocumentArchiveRequest, index$2_DocumentArchiveRequestSchema as DocumentArchiveRequestSchema, index$2_DocumentArchiveSchema as DocumentArchiveSchema, type index$2_DocumentCategory as DocumentCategory, type index$2_DocumentCategoryRequest as DocumentCategoryRequest, index$2_DocumentCategoryRequestSchema as DocumentCategoryRequestSchema, index$2_DocumentCategorySchema as DocumentCategorySchema, type index$2_DocumentCreateRequest as DocumentCreateRequest, index$2_DocumentCreateRequestSchema as DocumentCreateRequestSchema, type index$2_DocumentProcessingStatus as DocumentProcessingStatus, index$2_DocumentProcessingStatusSchema as DocumentProcessingStatusSchema, type index$2_DocumentRequest as DocumentRequest, index$2_DocumentRequestSchema as DocumentRequestSchema, index$2_DocumentSchema as DocumentSchema, type index$2_DocumentStats as DocumentStats, index$2_DocumentStatsSchema as DocumentStatsSchema, type index$2_EmailConfig as EmailConfig, index$2_EmailConfigSchema as EmailConfigSchema, type index$2_EmailLog as EmailLog, index$2_EmailLogSchema as EmailLogSchema, type index$2_Endpoint as Endpoint, index$2_EndpointSchema as EndpointSchema, type index$2_EndpointsStatus as EndpointsStatus, index$2_EndpointsStatusSchema as EndpointsStatusSchema, type index$2_ErrorDistributionChart as ErrorDistributionChart, index$2_ErrorDistributionChartSchema as ErrorDistributionChartSchema, type index$2_ErrorDistributionDataPoint as ErrorDistributionDataPoint, index$2_ErrorDistributionDataPointSchema as ErrorDistributionDataPointSchema, type index$2_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_GRPCCallRequestRequest as GRPCCallRequestRequest, index$2_GRPCCallRequestRequestSchema as GRPCCallRequestRequestSchema, type index$2_GRPCCallResponse as GRPCCallResponse, index$2_GRPCCallResponseSchema as GRPCCallResponseSchema, type index$2_GRPCConfig as GRPCConfig, type index$2_GRPCConfigDashboard as GRPCConfigDashboard, index$2_GRPCConfigDashboardSchema as GRPCConfigDashboardSchema, index$2_GRPCConfigSchema as GRPCConfigSchema, type index$2_GRPCExample as GRPCExample, index$2_GRPCExampleSchema as GRPCExampleSchema, type index$2_GRPCExamplesList as GRPCExamplesList, index$2_GRPCExamplesListSchema as GRPCExamplesListSchema, type index$2_GRPCFeatures as GRPCFeatures, index$2_GRPCFeaturesSchema as GRPCFeaturesSchema, type index$2_GRPCFrameworkConfig as GRPCFrameworkConfig, index$2_GRPCFrameworkConfigSchema as GRPCFrameworkConfigSchema, type index$2_GRPCHealthCheck as GRPCHealthCheck, index$2_GRPCHealthCheckSchema as GRPCHealthCheckSchema, type index$2_GRPCInterceptorInfo as GRPCInterceptorInfo, index$2_GRPCInterceptorInfoSchema as GRPCInterceptorInfoSchema, type index$2_GRPCOverviewStats as GRPCOverviewStats, index$2_GRPCOverviewStatsSchema as GRPCOverviewStatsSchema, type index$2_GRPCRegisteredService as GRPCRegisteredService, index$2_GRPCRegisteredServiceSchema as GRPCRegisteredServiceSchema, type index$2_GRPCServerConfig as GRPCServerConfig, index$2_GRPCServerConfigSchema as GRPCServerConfigSchema, type index$2_GRPCServerInfo as GRPCServerInfo, index$2_GRPCServerInfoSchema as GRPCServerInfoSchema, type index$2_GRPCServerStatus as GRPCServerStatus, index$2_GRPCServerStatusSchema as GRPCServerStatusSchema, type index$2_GRPCServiceInfo as GRPCServiceInfo, index$2_GRPCServiceInfoSchema as GRPCServiceInfoSchema, type index$2_GRPCStats as GRPCStats, index$2_GRPCStatsSchema as GRPCStatsSchema, type index$2_GRPCTestLog as GRPCTestLog, index$2_GRPCTestLogSchema as GRPCTestLogSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, type index$2_JWTConfig as JWTConfig, index$2_JWTConfigSchema as JWTConfigSchema, type index$2_JobActionResponse as JobActionResponse, index$2_JobActionResponseSchema as JobActionResponseSchema, type index$2_JobDetail as JobDetail, index$2_JobDetailSchema as JobDetailSchema, type index$2_JobList as JobList, type index$2_JobListRequest as JobListRequest, index$2_JobListRequestSchema as JobListRequestSchema, index$2_JobListSchema as JobListSchema, type index$2_LeadSubmission as LeadSubmission, type index$2_LeadSubmissionError as LeadSubmissionError, index$2_LeadSubmissionErrorSchema as LeadSubmissionErrorSchema, type index$2_LeadSubmissionRequest as LeadSubmissionRequest, index$2_LeadSubmissionRequestSchema as LeadSubmissionRequestSchema, type index$2_LeadSubmissionResponse as LeadSubmissionResponse, index$2_LeadSubmissionResponseSchema as LeadSubmissionResponseSchema, index$2_LeadSubmissionSchema as LeadSubmissionSchema, type index$2_ManualAckRequestRequest as ManualAckRequestRequest, index$2_ManualAckRequestRequestSchema as ManualAckRequestRequestSchema, type index$2_ManualAckResponse as ManualAckResponse, index$2_ManualAckResponseSchema as ManualAckResponseSchema, type index$2_Message as Message, type index$2_MessageCreate as MessageCreate, type index$2_MessageCreateRequest as MessageCreateRequest, index$2_MessageCreateRequestSchema as MessageCreateRequestSchema, index$2_MessageCreateSchema as MessageCreateSchema, type index$2_MessageRequest as MessageRequest, index$2_MessageRequestSchema as MessageRequestSchema, index$2_MessageSchema as MessageSchema, type index$2_MethodInfo as MethodInfo, index$2_MethodInfoSchema as MethodInfoSchema, type index$2_MethodList as MethodList, index$2_MethodListSchema as MethodListSchema, type index$2_MethodStats as MethodStats, index$2_MethodStatsSchema as MethodStatsSchema, type index$2_MethodSummary as MethodSummary, index$2_MethodSummarySchema as MethodSummarySchema, type index$2_Newsletter as Newsletter, type index$2_NewsletterCampaign as NewsletterCampaign, type index$2_NewsletterCampaignRequest as NewsletterCampaignRequest, index$2_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$2_NewsletterCampaignSchema as NewsletterCampaignSchema, index$2_NewsletterSchema as NewsletterSchema, type index$2_NewsletterSubscription as NewsletterSubscription, index$2_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$2_NextJSAdminConfig as NextJSAdminConfig, index$2_NextJSAdminConfigSchema as NextJSAdminConfigSchema, type index$2_NgrokConfig as NgrokConfig, index$2_NgrokConfigSchema as NgrokConfigSchema, type index$2_OTPErrorResponse as OTPErrorResponse, index$2_OTPErrorResponseSchema as OTPErrorResponseSchema, type index$2_OTPRequestRequest as OTPRequestRequest, index$2_OTPRequestRequestSchema as OTPRequestRequestSchema, type index$2_OTPRequestResponse as OTPRequestResponse, index$2_OTPRequestResponseSchema as OTPRequestResponseSchema, type index$2_OTPVerifyRequest as OTPVerifyRequest, index$2_OTPVerifyRequestSchema as OTPVerifyRequestSchema, type index$2_OTPVerifyResponse as OTPVerifyResponse, index$2_OTPVerifyResponseSchema as OTPVerifyResponseSchema, type index$2_OpenAPIClientConfig as OpenAPIClientConfig, index$2_OpenAPIClientConfigSchema as OpenAPIClientConfigSchema, type index$2_PaginatedApiKeyList as PaginatedApiKeyList, index$2_PaginatedApiKeyListSchema as PaginatedApiKeyListSchema, type index$2_PaginatedArchiveItemChunkList as PaginatedArchiveItemChunkList, index$2_PaginatedArchiveItemChunkListSchema as PaginatedArchiveItemChunkListSchema, type index$2_PaginatedArchiveItemList as PaginatedArchiveItemList, index$2_PaginatedArchiveItemListSchema as PaginatedArchiveItemListSchema, type index$2_PaginatedArchiveSearchResultList as PaginatedArchiveSearchResultList, index$2_PaginatedArchiveSearchResultListSchema as PaginatedArchiveSearchResultListSchema, type index$2_PaginatedChatResponseList as PaginatedChatResponseList, index$2_PaginatedChatResponseListSchema as PaginatedChatResponseListSchema, type index$2_PaginatedChatSessionList as PaginatedChatSessionList, index$2_PaginatedChatSessionListSchema as PaginatedChatSessionListSchema, type index$2_PaginatedDocumentArchiveListList as PaginatedDocumentArchiveListList, index$2_PaginatedDocumentArchiveListListSchema as PaginatedDocumentArchiveListListSchema, type index$2_PaginatedDocumentList as PaginatedDocumentList, index$2_PaginatedDocumentListSchema as PaginatedDocumentListSchema, type index$2_PaginatedEmailLogList as PaginatedEmailLogList, index$2_PaginatedEmailLogListSchema as PaginatedEmailLogListSchema, type index$2_PaginatedJobListList as PaginatedJobListList, index$2_PaginatedJobListListSchema as PaginatedJobListListSchema, type index$2_PaginatedLeadSubmissionList as PaginatedLeadSubmissionList, index$2_PaginatedLeadSubmissionListSchema as PaginatedLeadSubmissionListSchema, type index$2_PaginatedMessageList as PaginatedMessageList, index$2_PaginatedMessageListSchema as PaginatedMessageListSchema, type index$2_PaginatedNewsletterCampaignList as PaginatedNewsletterCampaignList, index$2_PaginatedNewsletterCampaignListSchema as PaginatedNewsletterCampaignListSchema, type index$2_PaginatedNewsletterList as PaginatedNewsletterList, index$2_PaginatedNewsletterListSchema as PaginatedNewsletterListSchema, type index$2_PaginatedNewsletterSubscriptionList as PaginatedNewsletterSubscriptionList, index$2_PaginatedNewsletterSubscriptionListSchema as PaginatedNewsletterSubscriptionListSchema, type index$2_PaginatedPaymentListList as PaginatedPaymentListList, index$2_PaginatedPaymentListListSchema as PaginatedPaymentListListSchema, type index$2_PaginatedPublicCategoryList as PaginatedPublicCategoryList, index$2_PaginatedPublicCategoryListSchema as PaginatedPublicCategoryListSchema, type index$2_PaginatedPublicDocumentListList as PaginatedPublicDocumentListList, index$2_PaginatedPublicDocumentListListSchema as PaginatedPublicDocumentListListSchema, type index$2_PaginatedPublishList as PaginatedPublishList, index$2_PaginatedPublishListSchema as PaginatedPublishListSchema, type index$2_PaginatedRecentRequestList as PaginatedRecentRequestList, index$2_PaginatedRecentRequestListSchema as PaginatedRecentRequestListSchema, type index$2_PaginatedScheduledJobList as PaginatedScheduledJobList, index$2_PaginatedScheduledJobListSchema as PaginatedScheduledJobListSchema, type index$2_PaginatedServiceSummaryList as PaginatedServiceSummaryList, index$2_PaginatedServiceSummaryListSchema as PaginatedServiceSummaryListSchema, type index$2_PaginatedTicketList as PaginatedTicketList, index$2_PaginatedTicketListSchema as PaginatedTicketListSchema, type index$2_PatchedArchiveItemChunkRequest as PatchedArchiveItemChunkRequest, index$2_PatchedArchiveItemChunkRequestSchema as PatchedArchiveItemChunkRequestSchema, type index$2_PatchedArchiveItemRequest as PatchedArchiveItemRequest, index$2_PatchedArchiveItemRequestSchema as PatchedArchiveItemRequestSchema, type index$2_PatchedChatResponseRequest as PatchedChatResponseRequest, index$2_PatchedChatResponseRequestSchema as PatchedChatResponseRequestSchema, type index$2_PatchedChatSessionRequest as PatchedChatSessionRequest, index$2_PatchedChatSessionRequestSchema as PatchedChatSessionRequestSchema, type index$2_PatchedDocumentArchiveRequest as PatchedDocumentArchiveRequest, index$2_PatchedDocumentArchiveRequestSchema as PatchedDocumentArchiveRequestSchema, type index$2_PatchedDocumentRequest as PatchedDocumentRequest, index$2_PatchedDocumentRequestSchema as PatchedDocumentRequestSchema, type index$2_PatchedLeadSubmissionRequest as PatchedLeadSubmissionRequest, index$2_PatchedLeadSubmissionRequestSchema as PatchedLeadSubmissionRequestSchema, type index$2_PatchedMessageRequest as PatchedMessageRequest, index$2_PatchedMessageRequestSchema as PatchedMessageRequestSchema, type index$2_PatchedNewsletterCampaignRequest as PatchedNewsletterCampaignRequest, index$2_PatchedNewsletterCampaignRequestSchema as PatchedNewsletterCampaignRequestSchema, type index$2_PatchedTicketRequest as PatchedTicketRequest, index$2_PatchedTicketRequestSchema as PatchedTicketRequestSchema, type index$2_PatchedUnsubscribeRequest as PatchedUnsubscribeRequest, index$2_PatchedUnsubscribeRequestSchema as PatchedUnsubscribeRequestSchema, type index$2_PatchedUserProfileUpdateRequest as PatchedUserProfileUpdateRequest, index$2_PatchedUserProfileUpdateRequestSchema as PatchedUserProfileUpdateRequestSchema, type index$2_PaymentDetail as PaymentDetail, index$2_PaymentDetailSchema as PaymentDetailSchema, type index$2_PaymentList as PaymentList, index$2_PaymentListSchema as PaymentListSchema, type index$2_PaymentsConfig as PaymentsConfig, index$2_PaymentsConfigSchema as PaymentsConfigSchema, type index$2_PaymentsNowPayments as PaymentsNowPayments, index$2_PaymentsNowPaymentsSchema as PaymentsNowPaymentsSchema, type index$2_ProtoFileDetail as ProtoFileDetail, index$2_ProtoFileDetailSchema as ProtoFileDetailSchema, type index$2_ProtoFileList as ProtoFileList, index$2_ProtoFileListSchema as ProtoFileListSchema, type index$2_ProtoGenerateError as ProtoGenerateError, index$2_ProtoGenerateErrorSchema as ProtoGenerateErrorSchema, type index$2_ProtoGenerateRequestRequest as ProtoGenerateRequestRequest, index$2_ProtoGenerateRequestRequestSchema as ProtoGenerateRequestRequestSchema, type index$2_ProtoGenerateResponse as ProtoGenerateResponse, index$2_ProtoGenerateResponseSchema as ProtoGenerateResponseSchema, type index$2_PublicCategory as PublicCategory, index$2_PublicCategorySchema as PublicCategorySchema, type index$2_PublicDocument as PublicDocument, type index$2_PublicDocumentList as PublicDocumentList, index$2_PublicDocumentListSchema as PublicDocumentListSchema, index$2_PublicDocumentSchema as PublicDocumentSchema, type index$2_Publish as Publish, index$2_PublishSchema as PublishSchema, type index$2_PublishTestRequestRequest as PublishTestRequestRequest, index$2_PublishTestRequestRequestSchema as PublishTestRequestRequestSchema, type index$2_PublishTestResponse as PublishTestResponse, index$2_PublishTestResponseSchema as PublishTestResponseSchema, type index$2_QueueDetail as QueueDetail, index$2_QueueDetailSchema as QueueDetailSchema, type index$2_QueueStats as QueueStats, index$2_QueueStatsSchema as QueueStatsSchema, type index$2_QuickAction as QuickAction, index$2_QuickActionSchema as QuickActionSchema, type index$2_QuickHealth as QuickHealth, index$2_QuickHealthSchema as QuickHealthSchema, type index$2_RQConfig as RQConfig, index$2_RQConfigSchema as RQConfigSchema, type index$2_RQSchedule as RQSchedule, index$2_RQScheduleSchema as RQScheduleSchema, type index$2_RecentError as RecentError, index$2_RecentErrorSchema as RecentErrorSchema, type index$2_RecentRequest as RecentRequest, index$2_RecentRequestSchema as RecentRequestSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, type index$2_RedisQueueConfig as RedisQueueConfig, index$2_RedisQueueConfigSchema as RedisQueueConfigSchema, type index$2_RequestVolumeChart as RequestVolumeChart, index$2_RequestVolumeChartSchema as RequestVolumeChartSchema, type index$2_RequestVolumeDataPoint as RequestVolumeDataPoint, index$2_RequestVolumeDataPointSchema as RequestVolumeDataPointSchema, type index$2_ResponseTimeChart as ResponseTimeChart, index$2_ResponseTimeChartSchema as ResponseTimeChartSchema, type index$2_ResponseTimeDataPoint as ResponseTimeDataPoint, index$2_ResponseTimeDataPointSchema as ResponseTimeDataPointSchema, type index$2_RunDemoRequestRequest as RunDemoRequestRequest, index$2_RunDemoRequestRequestSchema as RunDemoRequestRequestSchema, type index$2_ScheduleActionResponse as ScheduleActionResponse, index$2_ScheduleActionResponseSchema as ScheduleActionResponseSchema, type index$2_ScheduleCreateRequest as ScheduleCreateRequest, index$2_ScheduleCreateRequestSchema as ScheduleCreateRequestSchema, type index$2_ScheduledJob as ScheduledJob, index$2_ScheduledJobSchema as ScheduledJobSchema, type index$2_SendCampaignRequest as SendCampaignRequest, index$2_SendCampaignRequestSchema as SendCampaignRequestSchema, type index$2_SendCampaignResponse as SendCampaignResponse, index$2_SendCampaignResponseSchema as SendCampaignResponseSchema, type index$2_Sender as Sender, index$2_SenderSchema as SenderSchema, type index$2_ServerLifecycleChart as ServerLifecycleChart, index$2_ServerLifecycleChartSchema as ServerLifecycleChartSchema, type index$2_ServerLifecycleEvent as ServerLifecycleEvent, index$2_ServerLifecycleEventSchema as ServerLifecycleEventSchema, type index$2_ServerUptimeChart as ServerUptimeChart, index$2_ServerUptimeChartSchema as ServerUptimeChartSchema, type index$2_ServerUptimeDataPoint as ServerUptimeDataPoint, index$2_ServerUptimeDataPointSchema as ServerUptimeDataPointSchema, type index$2_ServiceActivityChart as ServiceActivityChart, index$2_ServiceActivityChartSchema as ServiceActivityChartSchema, type index$2_ServiceActivityDataPoint as ServiceActivityDataPoint, index$2_ServiceActivityDataPointSchema as ServiceActivityDataPointSchema, type index$2_ServiceDetail as ServiceDetail, index$2_ServiceDetailSchema as ServiceDetailSchema, type index$2_ServiceMethods as ServiceMethods, index$2_ServiceMethodsSchema as ServiceMethodsSchema, type index$2_ServiceStats as ServiceStats, index$2_ServiceStatsSchema as ServiceStatsSchema, type index$2_ServiceSummary as ServiceSummary, index$2_ServiceSummarySchema as ServiceSummarySchema, type index$2_SpectacularConfig as SpectacularConfig, index$2_SpectacularConfigSchema as SpectacularConfigSchema, type index$2_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, type index$2_StressTestRequestRequest as StressTestRequestRequest, index$2_StressTestRequestRequestSchema as StressTestRequestRequestSchema, type index$2_SubscribeRequest as SubscribeRequest, index$2_SubscribeRequestSchema as SubscribeRequestSchema, type index$2_SubscribeResponse as SubscribeResponse, index$2_SubscribeResponseSchema as SubscribeResponseSchema, type index$2_SuccessResponse as SuccessResponse, index$2_SuccessResponseSchema as SuccessResponseSchema, type index$2_SystemHealth as SystemHealth, type index$2_SystemHealthItem as SystemHealthItem, index$2_SystemHealthItemSchema as SystemHealthItemSchema, index$2_SystemHealthSchema as SystemHealthSchema, type index$2_SystemMetrics as SystemMetrics, index$2_SystemMetricsSchema as SystemMetricsSchema, type index$2_TelegramConfig as TelegramConfig, index$2_TelegramConfigSchema as TelegramConfigSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, type index$2_TestScenario as TestScenario, index$2_TestScenarioSchema as TestScenarioSchema, type index$2_TestingActionResponse as TestingActionResponse, index$2_TestingActionResponseSchema as TestingActionResponseSchema, type index$2_Ticket as Ticket, type index$2_TicketRequest as TicketRequest, index$2_TicketRequestSchema as TicketRequestSchema, index$2_TicketSchema as TicketSchema, type index$2_TokenRefresh as TokenRefresh, type index$2_TokenRefreshRequest as TokenRefreshRequest, index$2_TokenRefreshRequestSchema as TokenRefreshRequestSchema, index$2_TokenRefreshSchema as TokenRefreshSchema, type index$2_Transaction as Transaction, index$2_TransactionSchema as TransactionSchema, type index$2_URLPattern as URLPattern, index$2_URLPatternSchema as URLPatternSchema, type index$2_URLsList as URLsList, index$2_URLsListSchema as URLsListSchema, type index$2_Unsubscribe as Unsubscribe, type index$2_UnsubscribeRequest as UnsubscribeRequest, index$2_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$2_UnsubscribeSchema as UnsubscribeSchema, type index$2_User as User, type index$2_UserProfileUpdateRequest as UserProfileUpdateRequest, index$2_UserProfileUpdateRequestSchema as UserProfileUpdateRequestSchema, index$2_UserSchema as UserSchema, type index$2_UserStatistics as UserStatistics, index$2_UserStatisticsSchema as UserStatisticsSchema, type index$2_VectorizationResult as VectorizationResult, index$2_VectorizationResultSchema as VectorizationResultSchema, type index$2_VectorizationStatistics as VectorizationStatistics, index$2_VectorizationStatisticsSchema as VectorizationStatisticsSchema, type index$2_Worker as Worker, index$2_WorkerSchema as WorkerSchema, type index$2_WorkerStats as WorkerStats, index$2_WorkerStatsSchema as WorkerStatsSchema };
15349
+ export { type index$2_APIZone as APIZone, index$2_APIZoneSchema as APIZoneSchema, type index$2_APIZonesSummary as APIZonesSummary, index$2_APIZonesSummarySchema as APIZonesSummarySchema, type index$2_ActivityEntry as ActivityEntry, index$2_ActivityEntrySchema as ActivityEntrySchema, type index$2_ActivityTrackerDay as ActivityTrackerDay, index$2_ActivityTrackerDaySchema as ActivityTrackerDaySchema, type index$2_ApiKey as ApiKey, index$2_ApiKeySchema as ApiKeySchema, type index$2_ApiKeyStats as ApiKeyStats, index$2_ApiKeyStatsSchema as ApiKeyStatsSchema, type index$2_AppStatistics as AppStatistics, type index$2_AppStatisticsData as AppStatisticsData, index$2_AppStatisticsDataSchema as AppStatisticsDataSchema, index$2_AppStatisticsSchema as AppStatisticsSchema, type index$2_ArchiveItem as ArchiveItem, type index$2_ArchiveItemChunk as ArchiveItemChunk, type index$2_ArchiveItemChunkDetail as ArchiveItemChunkDetail, index$2_ArchiveItemChunkDetailSchema as ArchiveItemChunkDetailSchema, type index$2_ArchiveItemChunkRequest as ArchiveItemChunkRequest, index$2_ArchiveItemChunkRequestSchema as ArchiveItemChunkRequestSchema, index$2_ArchiveItemChunkSchema as ArchiveItemChunkSchema, type index$2_ArchiveItemDetail as ArchiveItemDetail, index$2_ArchiveItemDetailSchema as ArchiveItemDetailSchema, type index$2_ArchiveItemRequest as ArchiveItemRequest, index$2_ArchiveItemRequestSchema as ArchiveItemRequestSchema, index$2_ArchiveItemSchema as ArchiveItemSchema, type index$2_ArchiveProcessingResult as ArchiveProcessingResult, index$2_ArchiveProcessingResultSchema as ArchiveProcessingResultSchema, type index$2_ArchiveSearchRequestRequest as ArchiveSearchRequestRequest, index$2_ArchiveSearchRequestRequestSchema as ArchiveSearchRequestRequestSchema, type index$2_ArchiveSearchResult as ArchiveSearchResult, index$2_ArchiveSearchResultSchema as ArchiveSearchResultSchema, type index$2_ArchiveStatistics as ArchiveStatistics, index$2_ArchiveStatisticsSchema as ArchiveStatisticsSchema, type index$2_AxesConfig as AxesConfig, index$2_AxesConfigSchema as AxesConfigSchema, type index$2_Balance as Balance, index$2_BalanceSchema as BalanceSchema, type index$2_BulkEmailRequest as BulkEmailRequest, index$2_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$2_BulkEmailResponse as BulkEmailResponse, index$2_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$2_CentrifugoChannelInfo as CentrifugoChannelInfo, index$2_CentrifugoChannelInfoSchema as CentrifugoChannelInfoSchema, type index$2_CentrifugoChannelsRequestRequest as CentrifugoChannelsRequestRequest, index$2_CentrifugoChannelsRequestRequestSchema as CentrifugoChannelsRequestRequestSchema, type index$2_CentrifugoChannelsResponse as CentrifugoChannelsResponse, index$2_CentrifugoChannelsResponseSchema as CentrifugoChannelsResponseSchema, type index$2_CentrifugoChannelsResult as CentrifugoChannelsResult, index$2_CentrifugoChannelsResultSchema as CentrifugoChannelsResultSchema, type index$2_CentrifugoClientInfo as CentrifugoClientInfo, index$2_CentrifugoClientInfoSchema as CentrifugoClientInfoSchema, type index$2_CentrifugoConfig as CentrifugoConfig, index$2_CentrifugoConfigSchema as CentrifugoConfigSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHistoryRequestRequest as CentrifugoHistoryRequestRequest, index$2_CentrifugoHistoryRequestRequestSchema as CentrifugoHistoryRequestRequestSchema, type index$2_CentrifugoHistoryResponse as CentrifugoHistoryResponse, index$2_CentrifugoHistoryResponseSchema as CentrifugoHistoryResponseSchema, type index$2_CentrifugoHistoryResult as CentrifugoHistoryResult, index$2_CentrifugoHistoryResultSchema as CentrifugoHistoryResultSchema, type index$2_CentrifugoInfoResponse as CentrifugoInfoResponse, index$2_CentrifugoInfoResponseSchema as CentrifugoInfoResponseSchema, type index$2_CentrifugoInfoResult as CentrifugoInfoResult, index$2_CentrifugoInfoResultSchema as CentrifugoInfoResultSchema, type index$2_CentrifugoMetrics as CentrifugoMetrics, index$2_CentrifugoMetricsSchema as CentrifugoMetricsSchema, type index$2_CentrifugoNodeInfo as CentrifugoNodeInfo, index$2_CentrifugoNodeInfoSchema as CentrifugoNodeInfoSchema, type index$2_CentrifugoOverviewStats as CentrifugoOverviewStats, index$2_CentrifugoOverviewStatsSchema as CentrifugoOverviewStatsSchema, type index$2_CentrifugoPresenceRequestRequest as CentrifugoPresenceRequestRequest, index$2_CentrifugoPresenceRequestRequestSchema as CentrifugoPresenceRequestRequestSchema, type index$2_CentrifugoPresenceResponse as CentrifugoPresenceResponse, index$2_CentrifugoPresenceResponseSchema as CentrifugoPresenceResponseSchema, type index$2_CentrifugoPresenceResult as CentrifugoPresenceResult, index$2_CentrifugoPresenceResultSchema as CentrifugoPresenceResultSchema, type index$2_CentrifugoPresenceStatsRequestRequest as CentrifugoPresenceStatsRequestRequest, index$2_CentrifugoPresenceStatsRequestRequestSchema as CentrifugoPresenceStatsRequestRequestSchema, type index$2_CentrifugoPresenceStatsResponse as CentrifugoPresenceStatsResponse, index$2_CentrifugoPresenceStatsResponseSchema as CentrifugoPresenceStatsResponseSchema, type index$2_CentrifugoPresenceStatsResult as CentrifugoPresenceStatsResult, index$2_CentrifugoPresenceStatsResultSchema as CentrifugoPresenceStatsResultSchema, type index$2_CentrifugoProcess as CentrifugoProcess, index$2_CentrifugoProcessSchema as CentrifugoProcessSchema, type index$2_CentrifugoPublication as CentrifugoPublication, index$2_CentrifugoPublicationSchema as CentrifugoPublicationSchema, type index$2_CentrifugoStreamPosition as CentrifugoStreamPosition, index$2_CentrifugoStreamPositionSchema as CentrifugoStreamPositionSchema, type index$2_CentrifugoToken as CentrifugoToken, index$2_CentrifugoTokenSchema as CentrifugoTokenSchema, type index$2_ChannelList as ChannelList, index$2_ChannelListSchema as ChannelListSchema, type index$2_ChannelStats as ChannelStats, index$2_ChannelStatsSchema as ChannelStatsSchema, type index$2_ChartData as ChartData, index$2_ChartDataSchema as ChartDataSchema, type index$2_ChartDataset as ChartDataset, index$2_ChartDatasetSchema as ChartDatasetSchema, type index$2_ChatHistory as ChatHistory, index$2_ChatHistorySchema as ChatHistorySchema, type index$2_ChatMessage as ChatMessage, index$2_ChatMessageSchema as ChatMessageSchema, type index$2_ChatQueryRequest as ChatQueryRequest, index$2_ChatQueryRequestSchema as ChatQueryRequestSchema, type index$2_ChatResponse as ChatResponse, type index$2_ChatResponseRequest as ChatResponseRequest, index$2_ChatResponseRequestSchema as ChatResponseRequestSchema, index$2_ChatResponseSchema as ChatResponseSchema, type index$2_ChatSession as ChatSession, type index$2_ChatSessionCreateRequest as ChatSessionCreateRequest, index$2_ChatSessionCreateRequestSchema as ChatSessionCreateRequestSchema, type index$2_ChatSessionRequest as ChatSessionRequest, index$2_ChatSessionRequestSchema as ChatSessionRequestSchema, index$2_ChatSessionSchema as ChatSessionSchema, type index$2_ChatSource as ChatSource, type index$2_ChatSourceRequest as ChatSourceRequest, index$2_ChatSourceRequestSchema as ChatSourceRequestSchema, index$2_ChatSourceSchema as ChatSourceSchema, type index$2_ChunkRevectorizationRequestRequest as ChunkRevectorizationRequestRequest, index$2_ChunkRevectorizationRequestRequestSchema as ChunkRevectorizationRequestRequestSchema, type index$2_Command as Command, type index$2_CommandCategory as CommandCategory, index$2_CommandCategorySchema as CommandCategorySchema, type index$2_CommandExecuteRequestRequest as CommandExecuteRequestRequest, index$2_CommandExecuteRequestRequestSchema as CommandExecuteRequestRequestSchema, type index$2_CommandHelpResponse as CommandHelpResponse, index$2_CommandHelpResponseSchema as CommandHelpResponseSchema, index$2_CommandSchema as CommandSchema, type index$2_CommandsSummary as CommandsSummary, index$2_CommandsSummarySchema as CommandsSummarySchema, type index$2_ConfigData as ConfigData, index$2_ConfigDataSchema as ConfigDataSchema, type index$2_ConfigMeta as ConfigMeta, index$2_ConfigMetaSchema as ConfigMetaSchema, type index$2_ConfigValidation as ConfigValidation, index$2_ConfigValidationSchema as ConfigValidationSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_ConstanceConfig as ConstanceConfig, index$2_ConstanceConfigSchema as ConstanceConfigSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DRFConfig as DRFConfig, index$2_DRFConfigSchema as DRFConfigSchema, type index$2_DashboardCharts as DashboardCharts, index$2_DashboardChartsSchema as DashboardChartsSchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, type index$2_DatabaseConfig as DatabaseConfig, index$2_DatabaseConfigSchema as DatabaseConfigSchema, type index$2_DjangoConfig as DjangoConfig, index$2_DjangoConfigSchema as DjangoConfigSchema, type index$2_DjangoRQConfig as DjangoRQConfig, index$2_DjangoRQConfigSchema as DjangoRQConfigSchema, type index$2_Document as Document, type index$2_DocumentArchive as DocumentArchive, type index$2_DocumentArchiveDetail as DocumentArchiveDetail, index$2_DocumentArchiveDetailSchema as DocumentArchiveDetailSchema, type index$2_DocumentArchiveList as DocumentArchiveList, index$2_DocumentArchiveListSchema as DocumentArchiveListSchema, type index$2_DocumentArchiveRequest as DocumentArchiveRequest, index$2_DocumentArchiveRequestSchema as DocumentArchiveRequestSchema, index$2_DocumentArchiveSchema as DocumentArchiveSchema, type index$2_DocumentCategory as DocumentCategory, type index$2_DocumentCategoryRequest as DocumentCategoryRequest, index$2_DocumentCategoryRequestSchema as DocumentCategoryRequestSchema, index$2_DocumentCategorySchema as DocumentCategorySchema, type index$2_DocumentCreateRequest as DocumentCreateRequest, index$2_DocumentCreateRequestSchema as DocumentCreateRequestSchema, type index$2_DocumentProcessingStatus as DocumentProcessingStatus, index$2_DocumentProcessingStatusSchema as DocumentProcessingStatusSchema, type index$2_DocumentRequest as DocumentRequest, index$2_DocumentRequestSchema as DocumentRequestSchema, index$2_DocumentSchema as DocumentSchema, type index$2_DocumentStats as DocumentStats, index$2_DocumentStatsSchema as DocumentStatsSchema, type index$2_EmailConfig as EmailConfig, index$2_EmailConfigSchema as EmailConfigSchema, type index$2_EmailLog as EmailLog, index$2_EmailLogSchema as EmailLogSchema, type index$2_Endpoint as Endpoint, index$2_EndpointSchema as EndpointSchema, type index$2_EndpointsStatus as EndpointsStatus, index$2_EndpointsStatusSchema as EndpointsStatusSchema, type index$2_ErrorDistributionChart as ErrorDistributionChart, index$2_ErrorDistributionChartSchema as ErrorDistributionChartSchema, type index$2_ErrorDistributionDataPoint as ErrorDistributionDataPoint, index$2_ErrorDistributionDataPointSchema as ErrorDistributionDataPointSchema, type index$2_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_GRPCCallRequestRequest as GRPCCallRequestRequest, index$2_GRPCCallRequestRequestSchema as GRPCCallRequestRequestSchema, type index$2_GRPCCallResponse as GRPCCallResponse, index$2_GRPCCallResponseSchema as GRPCCallResponseSchema, type index$2_GRPCConfig as GRPCConfig, type index$2_GRPCConfigDashboard as GRPCConfigDashboard, index$2_GRPCConfigDashboardSchema as GRPCConfigDashboardSchema, index$2_GRPCConfigSchema as GRPCConfigSchema, type index$2_GRPCExample as GRPCExample, index$2_GRPCExampleSchema as GRPCExampleSchema, type index$2_GRPCExamplesList as GRPCExamplesList, index$2_GRPCExamplesListSchema as GRPCExamplesListSchema, type index$2_GRPCFeatures as GRPCFeatures, index$2_GRPCFeaturesSchema as GRPCFeaturesSchema, type index$2_GRPCFrameworkConfig as GRPCFrameworkConfig, index$2_GRPCFrameworkConfigSchema as GRPCFrameworkConfigSchema, type index$2_GRPCHealthCheck as GRPCHealthCheck, index$2_GRPCHealthCheckSchema as GRPCHealthCheckSchema, type index$2_GRPCInterceptorInfo as GRPCInterceptorInfo, index$2_GRPCInterceptorInfoSchema as GRPCInterceptorInfoSchema, type index$2_GRPCOverviewStats as GRPCOverviewStats, index$2_GRPCOverviewStatsSchema as GRPCOverviewStatsSchema, type index$2_GRPCRegisteredService as GRPCRegisteredService, index$2_GRPCRegisteredServiceSchema as GRPCRegisteredServiceSchema, type index$2_GRPCServerConfig as GRPCServerConfig, index$2_GRPCServerConfigSchema as GRPCServerConfigSchema, type index$2_GRPCServerInfo as GRPCServerInfo, index$2_GRPCServerInfoSchema as GRPCServerInfoSchema, type index$2_GRPCServerStatus as GRPCServerStatus, index$2_GRPCServerStatusSchema as GRPCServerStatusSchema, type index$2_GRPCServiceInfo as GRPCServiceInfo, index$2_GRPCServiceInfoSchema as GRPCServiceInfoSchema, type index$2_GRPCStats as GRPCStats, index$2_GRPCStatsSchema as GRPCStatsSchema, type index$2_GRPCTestLog as GRPCTestLog, index$2_GRPCTestLogSchema as GRPCTestLogSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, type index$2_JWTConfig as JWTConfig, index$2_JWTConfigSchema as JWTConfigSchema, type index$2_JobActionResponse as JobActionResponse, index$2_JobActionResponseSchema as JobActionResponseSchema, type index$2_JobDetail as JobDetail, index$2_JobDetailSchema as JobDetailSchema, type index$2_JobList as JobList, type index$2_JobListRequest as JobListRequest, index$2_JobListRequestSchema as JobListRequestSchema, index$2_JobListSchema as JobListSchema, type index$2_LeadSubmission as LeadSubmission, type index$2_LeadSubmissionError as LeadSubmissionError, index$2_LeadSubmissionErrorSchema as LeadSubmissionErrorSchema, type index$2_LeadSubmissionRequest as LeadSubmissionRequest, index$2_LeadSubmissionRequestSchema as LeadSubmissionRequestSchema, type index$2_LeadSubmissionResponse as LeadSubmissionResponse, index$2_LeadSubmissionResponseSchema as LeadSubmissionResponseSchema, index$2_LeadSubmissionSchema as LeadSubmissionSchema, type index$2_ManualAckRequestRequest as ManualAckRequestRequest, index$2_ManualAckRequestRequestSchema as ManualAckRequestRequestSchema, type index$2_ManualAckResponse as ManualAckResponse, index$2_ManualAckResponseSchema as ManualAckResponseSchema, type index$2_Message as Message, type index$2_MessageCreate as MessageCreate, type index$2_MessageCreateRequest as MessageCreateRequest, index$2_MessageCreateRequestSchema as MessageCreateRequestSchema, index$2_MessageCreateSchema as MessageCreateSchema, type index$2_MessageRequest as MessageRequest, index$2_MessageRequestSchema as MessageRequestSchema, index$2_MessageSchema as MessageSchema, type index$2_MethodInfo as MethodInfo, index$2_MethodInfoSchema as MethodInfoSchema, type index$2_MethodList as MethodList, index$2_MethodListSchema as MethodListSchema, type index$2_MethodStats as MethodStats, index$2_MethodStatsSchema as MethodStatsSchema, type index$2_MethodSummary as MethodSummary, index$2_MethodSummarySchema as MethodSummarySchema, type index$2_ModelStatistics as ModelStatistics, index$2_ModelStatisticsSchema as ModelStatisticsSchema, type index$2_Newsletter as Newsletter, type index$2_NewsletterCampaign as NewsletterCampaign, type index$2_NewsletterCampaignRequest as NewsletterCampaignRequest, index$2_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$2_NewsletterCampaignSchema as NewsletterCampaignSchema, index$2_NewsletterSchema as NewsletterSchema, type index$2_NewsletterSubscription as NewsletterSubscription, index$2_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$2_NextJSAdminConfig as NextJSAdminConfig, index$2_NextJSAdminConfigSchema as NextJSAdminConfigSchema, type index$2_NgrokConfig as NgrokConfig, index$2_NgrokConfigSchema as NgrokConfigSchema, type index$2_OTPErrorResponse as OTPErrorResponse, index$2_OTPErrorResponseSchema as OTPErrorResponseSchema, type index$2_OTPRequestRequest as OTPRequestRequest, index$2_OTPRequestRequestSchema as OTPRequestRequestSchema, type index$2_OTPRequestResponse as OTPRequestResponse, index$2_OTPRequestResponseSchema as OTPRequestResponseSchema, type index$2_OTPVerifyRequest as OTPVerifyRequest, index$2_OTPVerifyRequestSchema as OTPVerifyRequestSchema, type index$2_OTPVerifyResponse as OTPVerifyResponse, index$2_OTPVerifyResponseSchema as OTPVerifyResponseSchema, type index$2_OpenAPIClientConfig as OpenAPIClientConfig, index$2_OpenAPIClientConfigSchema as OpenAPIClientConfigSchema, type index$2_PaginatedApiKeyList as PaginatedApiKeyList, index$2_PaginatedApiKeyListSchema as PaginatedApiKeyListSchema, type index$2_PaginatedArchiveItemChunkList as PaginatedArchiveItemChunkList, index$2_PaginatedArchiveItemChunkListSchema as PaginatedArchiveItemChunkListSchema, type index$2_PaginatedArchiveItemList as PaginatedArchiveItemList, index$2_PaginatedArchiveItemListSchema as PaginatedArchiveItemListSchema, type index$2_PaginatedArchiveSearchResultList as PaginatedArchiveSearchResultList, index$2_PaginatedArchiveSearchResultListSchema as PaginatedArchiveSearchResultListSchema, type index$2_PaginatedChatResponseList as PaginatedChatResponseList, index$2_PaginatedChatResponseListSchema as PaginatedChatResponseListSchema, type index$2_PaginatedChatSessionList as PaginatedChatSessionList, index$2_PaginatedChatSessionListSchema as PaginatedChatSessionListSchema, type index$2_PaginatedDocumentArchiveListList as PaginatedDocumentArchiveListList, index$2_PaginatedDocumentArchiveListListSchema as PaginatedDocumentArchiveListListSchema, type index$2_PaginatedDocumentList as PaginatedDocumentList, index$2_PaginatedDocumentListSchema as PaginatedDocumentListSchema, type index$2_PaginatedEmailLogList as PaginatedEmailLogList, index$2_PaginatedEmailLogListSchema as PaginatedEmailLogListSchema, type index$2_PaginatedGRPCTestLogList as PaginatedGRPCTestLogList, index$2_PaginatedGRPCTestLogListSchema as PaginatedGRPCTestLogListSchema, type index$2_PaginatedJobListList as PaginatedJobListList, index$2_PaginatedJobListListSchema as PaginatedJobListListSchema, type index$2_PaginatedLeadSubmissionList as PaginatedLeadSubmissionList, index$2_PaginatedLeadSubmissionListSchema as PaginatedLeadSubmissionListSchema, type index$2_PaginatedMessageList as PaginatedMessageList, index$2_PaginatedMessageListSchema as PaginatedMessageListSchema, type index$2_PaginatedNewsletterCampaignList as PaginatedNewsletterCampaignList, index$2_PaginatedNewsletterCampaignListSchema as PaginatedNewsletterCampaignListSchema, type index$2_PaginatedNewsletterList as PaginatedNewsletterList, index$2_PaginatedNewsletterListSchema as PaginatedNewsletterListSchema, type index$2_PaginatedNewsletterSubscriptionList as PaginatedNewsletterSubscriptionList, index$2_PaginatedNewsletterSubscriptionListSchema as PaginatedNewsletterSubscriptionListSchema, type index$2_PaginatedPaymentListList as PaginatedPaymentListList, index$2_PaginatedPaymentListListSchema as PaginatedPaymentListListSchema, type index$2_PaginatedPublicCategoryList as PaginatedPublicCategoryList, index$2_PaginatedPublicCategoryListSchema as PaginatedPublicCategoryListSchema, type index$2_PaginatedPublicDocumentListList as PaginatedPublicDocumentListList, index$2_PaginatedPublicDocumentListListSchema as PaginatedPublicDocumentListListSchema, type index$2_PaginatedPublishList as PaginatedPublishList, index$2_PaginatedPublishListSchema as PaginatedPublishListSchema, type index$2_PaginatedRecentRequestList as PaginatedRecentRequestList, index$2_PaginatedRecentRequestListSchema as PaginatedRecentRequestListSchema, type index$2_PaginatedScheduledJobList as PaginatedScheduledJobList, index$2_PaginatedScheduledJobListSchema as PaginatedScheduledJobListSchema, type index$2_PaginatedServiceSummaryList as PaginatedServiceSummaryList, index$2_PaginatedServiceSummaryListSchema as PaginatedServiceSummaryListSchema, type index$2_PaginatedTicketList as PaginatedTicketList, index$2_PaginatedTicketListSchema as PaginatedTicketListSchema, type index$2_PatchedArchiveItemChunkRequest as PatchedArchiveItemChunkRequest, index$2_PatchedArchiveItemChunkRequestSchema as PatchedArchiveItemChunkRequestSchema, type index$2_PatchedArchiveItemRequest as PatchedArchiveItemRequest, index$2_PatchedArchiveItemRequestSchema as PatchedArchiveItemRequestSchema, type index$2_PatchedChatResponseRequest as PatchedChatResponseRequest, index$2_PatchedChatResponseRequestSchema as PatchedChatResponseRequestSchema, type index$2_PatchedChatSessionRequest as PatchedChatSessionRequest, index$2_PatchedChatSessionRequestSchema as PatchedChatSessionRequestSchema, type index$2_PatchedDocumentArchiveRequest as PatchedDocumentArchiveRequest, index$2_PatchedDocumentArchiveRequestSchema as PatchedDocumentArchiveRequestSchema, type index$2_PatchedDocumentRequest as PatchedDocumentRequest, index$2_PatchedDocumentRequestSchema as PatchedDocumentRequestSchema, type index$2_PatchedLeadSubmissionRequest as PatchedLeadSubmissionRequest, index$2_PatchedLeadSubmissionRequestSchema as PatchedLeadSubmissionRequestSchema, type index$2_PatchedMessageRequest as PatchedMessageRequest, index$2_PatchedMessageRequestSchema as PatchedMessageRequestSchema, type index$2_PatchedNewsletterCampaignRequest as PatchedNewsletterCampaignRequest, index$2_PatchedNewsletterCampaignRequestSchema as PatchedNewsletterCampaignRequestSchema, type index$2_PatchedTicketRequest as PatchedTicketRequest, index$2_PatchedTicketRequestSchema as PatchedTicketRequestSchema, type index$2_PatchedUnsubscribeRequest as PatchedUnsubscribeRequest, index$2_PatchedUnsubscribeRequestSchema as PatchedUnsubscribeRequestSchema, type index$2_PatchedUserProfileUpdateRequest as PatchedUserProfileUpdateRequest, index$2_PatchedUserProfileUpdateRequestSchema as PatchedUserProfileUpdateRequestSchema, type index$2_PaymentDetail as PaymentDetail, index$2_PaymentDetailSchema as PaymentDetailSchema, type index$2_PaymentList as PaymentList, index$2_PaymentListSchema as PaymentListSchema, type index$2_PaymentsConfig as PaymentsConfig, index$2_PaymentsConfigSchema as PaymentsConfigSchema, type index$2_PaymentsNowPayments as PaymentsNowPayments, index$2_PaymentsNowPaymentsSchema as PaymentsNowPaymentsSchema, type index$2_ProtoFileDetail as ProtoFileDetail, index$2_ProtoFileDetailSchema as ProtoFileDetailSchema, type index$2_ProtoFileList as ProtoFileList, index$2_ProtoFileListSchema as ProtoFileListSchema, type index$2_ProtoGenerateError as ProtoGenerateError, index$2_ProtoGenerateErrorSchema as ProtoGenerateErrorSchema, type index$2_ProtoGenerateRequestRequest as ProtoGenerateRequestRequest, index$2_ProtoGenerateRequestRequestSchema as ProtoGenerateRequestRequestSchema, type index$2_ProtoGenerateResponse as ProtoGenerateResponse, index$2_ProtoGenerateResponseSchema as ProtoGenerateResponseSchema, type index$2_PublicCategory as PublicCategory, index$2_PublicCategorySchema as PublicCategorySchema, type index$2_PublicDocument as PublicDocument, type index$2_PublicDocumentList as PublicDocumentList, index$2_PublicDocumentListSchema as PublicDocumentListSchema, index$2_PublicDocumentSchema as PublicDocumentSchema, type index$2_Publish as Publish, index$2_PublishSchema as PublishSchema, type index$2_PublishTestRequestRequest as PublishTestRequestRequest, index$2_PublishTestRequestRequestSchema as PublishTestRequestRequestSchema, type index$2_PublishTestResponse as PublishTestResponse, index$2_PublishTestResponseSchema as PublishTestResponseSchema, type index$2_QueueDetail as QueueDetail, index$2_QueueDetailSchema as QueueDetailSchema, type index$2_QueueStats as QueueStats, index$2_QueueStatsSchema as QueueStatsSchema, type index$2_QuickAction as QuickAction, index$2_QuickActionSchema as QuickActionSchema, type index$2_QuickHealth as QuickHealth, index$2_QuickHealthSchema as QuickHealthSchema, type index$2_RQConfig as RQConfig, index$2_RQConfigSchema as RQConfigSchema, type index$2_RQSchedule as RQSchedule, index$2_RQScheduleSchema as RQScheduleSchema, type index$2_RecentError as RecentError, index$2_RecentErrorSchema as RecentErrorSchema, type index$2_RecentRequest as RecentRequest, index$2_RecentRequestSchema as RecentRequestSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, type index$2_RedisQueueConfig as RedisQueueConfig, index$2_RedisQueueConfigSchema as RedisQueueConfigSchema, type index$2_RequestVolumeChart as RequestVolumeChart, index$2_RequestVolumeChartSchema as RequestVolumeChartSchema, type index$2_RequestVolumeDataPoint as RequestVolumeDataPoint, index$2_RequestVolumeDataPointSchema as RequestVolumeDataPointSchema, type index$2_ResponseTimeChart as ResponseTimeChart, index$2_ResponseTimeChartSchema as ResponseTimeChartSchema, type index$2_ResponseTimeDataPoint as ResponseTimeDataPoint, index$2_ResponseTimeDataPointSchema as ResponseTimeDataPointSchema, type index$2_RunDemoRequestRequest as RunDemoRequestRequest, index$2_RunDemoRequestRequestSchema as RunDemoRequestRequestSchema, type index$2_ScheduleActionResponse as ScheduleActionResponse, index$2_ScheduleActionResponseSchema as ScheduleActionResponseSchema, type index$2_ScheduleCreateRequest as ScheduleCreateRequest, index$2_ScheduleCreateRequestSchema as ScheduleCreateRequestSchema, type index$2_ScheduleInfo as ScheduleInfo, index$2_ScheduleInfoSchema as ScheduleInfoSchema, type index$2_ScheduledJob as ScheduledJob, index$2_ScheduledJobSchema as ScheduledJobSchema, type index$2_SendCampaignRequest as SendCampaignRequest, index$2_SendCampaignRequestSchema as SendCampaignRequestSchema, type index$2_SendCampaignResponse as SendCampaignResponse, index$2_SendCampaignResponseSchema as SendCampaignResponseSchema, type index$2_Sender as Sender, index$2_SenderSchema as SenderSchema, type index$2_ServerLifecycleChart as ServerLifecycleChart, index$2_ServerLifecycleChartSchema as ServerLifecycleChartSchema, type index$2_ServerLifecycleEvent as ServerLifecycleEvent, index$2_ServerLifecycleEventSchema as ServerLifecycleEventSchema, type index$2_ServerUptimeChart as ServerUptimeChart, index$2_ServerUptimeChartSchema as ServerUptimeChartSchema, type index$2_ServerUptimeDataPoint as ServerUptimeDataPoint, index$2_ServerUptimeDataPointSchema as ServerUptimeDataPointSchema, type index$2_ServiceActivityChart as ServiceActivityChart, index$2_ServiceActivityChartSchema as ServiceActivityChartSchema, type index$2_ServiceActivityDataPoint as ServiceActivityDataPoint, index$2_ServiceActivityDataPointSchema as ServiceActivityDataPointSchema, type index$2_ServiceDetail as ServiceDetail, index$2_ServiceDetailSchema as ServiceDetailSchema, type index$2_ServiceMethods as ServiceMethods, index$2_ServiceMethodsSchema as ServiceMethodsSchema, type index$2_ServiceStats as ServiceStats, index$2_ServiceStatsSchema as ServiceStatsSchema, type index$2_ServiceSummary as ServiceSummary, index$2_ServiceSummarySchema as ServiceSummarySchema, type index$2_SpectacularConfig as SpectacularConfig, index$2_SpectacularConfigSchema as SpectacularConfigSchema, type index$2_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, type index$2_StressTestRequestRequest as StressTestRequestRequest, index$2_StressTestRequestRequestSchema as StressTestRequestRequestSchema, type index$2_SubscribeRequest as SubscribeRequest, index$2_SubscribeRequestSchema as SubscribeRequestSchema, type index$2_SubscribeResponse as SubscribeResponse, index$2_SubscribeResponseSchema as SubscribeResponseSchema, type index$2_SuccessResponse as SuccessResponse, index$2_SuccessResponseSchema as SuccessResponseSchema, type index$2_SystemHealth as SystemHealth, type index$2_SystemHealthItem as SystemHealthItem, index$2_SystemHealthItemSchema as SystemHealthItemSchema, index$2_SystemHealthSchema as SystemHealthSchema, type index$2_SystemMetrics as SystemMetrics, index$2_SystemMetricsSchema as SystemMetricsSchema, type index$2_TelegramConfig as TelegramConfig, index$2_TelegramConfigSchema as TelegramConfigSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, type index$2_TestScenario as TestScenario, index$2_TestScenarioSchema as TestScenarioSchema, type index$2_TestingActionResponse as TestingActionResponse, index$2_TestingActionResponseSchema as TestingActionResponseSchema, type index$2_Ticket as Ticket, type index$2_TicketRequest as TicketRequest, index$2_TicketRequestSchema as TicketRequestSchema, index$2_TicketSchema as TicketSchema, type index$2_TimelineItem as TimelineItem, index$2_TimelineItemSchema as TimelineItemSchema, type index$2_TimelineResponse as TimelineResponse, index$2_TimelineResponseSchema as TimelineResponseSchema, type index$2_TokenRefresh as TokenRefresh, type index$2_TokenRefreshRequest as TokenRefreshRequest, index$2_TokenRefreshRequestSchema as TokenRefreshRequestSchema, index$2_TokenRefreshSchema as TokenRefreshSchema, type index$2_Transaction as Transaction, index$2_TransactionSchema as TransactionSchema, type index$2_URLPattern as URLPattern, index$2_URLPatternSchema as URLPatternSchema, type index$2_URLsList as URLsList, index$2_URLsListSchema as URLsListSchema, type index$2_Unsubscribe as Unsubscribe, type index$2_UnsubscribeRequest as UnsubscribeRequest, index$2_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$2_UnsubscribeSchema as UnsubscribeSchema, type index$2_User as User, type index$2_UserProfileUpdateRequest as UserProfileUpdateRequest, index$2_UserProfileUpdateRequestSchema as UserProfileUpdateRequestSchema, index$2_UserSchema as UserSchema, type index$2_UserStatistics as UserStatistics, index$2_UserStatisticsSchema as UserStatisticsSchema, type index$2_VectorizationResult as VectorizationResult, index$2_VectorizationResultSchema as VectorizationResultSchema, type index$2_VectorizationStatistics as VectorizationStatistics, index$2_VectorizationStatisticsSchema as VectorizationStatisticsSchema, type index$2_Worker as Worker, index$2_WorkerSchema as WorkerSchema, type index$2_WorkerStats as WorkerStats, index$2_WorkerStatsSchema as WorkerStatsSchema };
15069
15350
  }
15070
15351
 
15071
15352
  /**
@@ -15207,14 +15488,6 @@ declare function updateAccountsProfileUpdateUpdate(data: UserProfileUpdateReques
15207
15488
  */
15208
15489
  declare function partialUpdateAccountsProfileUpdatePartialUpdate(data?: PatchedUserProfileUpdateRequest, client?: any): Promise<User>;
15209
15490
 
15210
- /**
15211
- * API operation
15212
- *
15213
- * @method GET
15214
- * @path /cfg/centrifugo/monitor/channels/
15215
- */
15216
- declare function getCentrifugoMonitorChannelsRetrieve(client?: any): Promise<Publish>;
15217
-
15218
15491
  /**
15219
15492
  * Get connection token for dashboard
15220
15493
  *
@@ -15266,6 +15539,15 @@ declare function createCentrifugoServerPresenceStatsCreate(data: CentrifugoPrese
15266
15539
  */
15267
15540
  declare function getCentrifugoAuthTokenRetrieve(client?: any): Promise<ConnectionTokenResponse>;
15268
15541
 
15542
+ /**
15543
+ * Get channel statistics
15544
+ *
15545
+ * @method GET
15546
+ * @path /cfg/centrifugo/monitor/channels/
15547
+ */
15548
+ declare function getCentrifugoMonitorChannelsRetrieve(params?: {
15549
+ hours?: number;
15550
+ }, client?: any): Promise<ChannelList>;
15269
15551
  /**
15270
15552
  * Get Centrifugo health status
15271
15553
  *
@@ -15295,7 +15577,7 @@ declare function getCentrifugoMonitorPublishesList(params?: {
15295
15577
  status?: string;
15296
15578
  }, client?: any): Promise<PaginatedPublishList>;
15297
15579
  /**
15298
- * Get channel statistics
15580
+ * Get publish timeline
15299
15581
  *
15300
15582
  * @method GET
15301
15583
  * @path /cfg/centrifugo/monitor/timeline/
@@ -15303,7 +15585,7 @@ declare function getCentrifugoMonitorPublishesList(params?: {
15303
15585
  declare function getCentrifugoMonitorTimelineRetrieve(params?: {
15304
15586
  hours?: number;
15305
15587
  interval?: string;
15306
- }, client?: any): Promise<ChannelList>;
15588
+ }, client?: any): Promise<TimelineResponse>;
15307
15589
 
15308
15590
  /**
15309
15591
  * Publish test message
@@ -15735,11 +16017,13 @@ declare function getGrpcTestExamplesRetrieve(params?: {
15735
16017
  * @method GET
15736
16018
  * @path /cfg/grpc/test/logs/
15737
16019
  */
15738
- declare function getGrpcTestLogsRetrieve(params?: {
16020
+ declare function getGrpcTestLogsList(params?: {
15739
16021
  method?: string;
16022
+ page?: number;
16023
+ page_size?: number;
15740
16024
  service?: string;
15741
16025
  status?: string;
15742
- }, client?: any): Promise<GRPCTestLog>;
16026
+ }, client?: any): Promise<PaginatedGRPCTestLogList>;
15743
16027
 
15744
16028
  /**
15745
16029
  * API operation
@@ -16956,7 +17240,7 @@ declare const index$1_getGrpcServicesList: typeof getGrpcServicesList;
16956
17240
  declare const index$1_getGrpcServicesMethodsRetrieve: typeof getGrpcServicesMethodsRetrieve;
16957
17241
  declare const index$1_getGrpcServicesRetrieve: typeof getGrpcServicesRetrieve;
16958
17242
  declare const index$1_getGrpcTestExamplesRetrieve: typeof getGrpcTestExamplesRetrieve;
16959
- declare const index$1_getGrpcTestLogsRetrieve: typeof getGrpcTestLogsRetrieve;
17243
+ declare const index$1_getGrpcTestLogsList: typeof getGrpcTestLogsList;
16960
17244
  declare const index$1_getHealthDrfQuickRetrieve: typeof getHealthDrfQuickRetrieve;
16961
17245
  declare const index$1_getHealthDrfRetrieve: typeof getHealthDrfRetrieve;
16962
17246
  declare const index$1_getKnowbaseAdminChatHistoryRetrieve: typeof getKnowbaseAdminChatHistoryRetrieve;
@@ -17048,7 +17332,7 @@ declare const index$1_updateNewsletterUnsubscribeUpdate: typeof updateNewsletter
17048
17332
  declare const index$1_updateSupportTicketsMessagesUpdate: typeof updateSupportTicketsMessagesUpdate;
17049
17333
  declare const index$1_updateSupportTicketsUpdate: typeof updateSupportTicketsUpdate;
17050
17334
  declare namespace index$1 {
17051
- export { index$1_createAccountsOtpRequestCreate as createAccountsOtpRequestCreate, index$1_createAccountsOtpVerifyCreate as createAccountsOtpVerifyCreate, index$1_createAccountsProfileAvatarCreate as createAccountsProfileAvatarCreate, index$1_createAccountsTokenRefreshCreate as createAccountsTokenRefreshCreate, index$1_createCentrifugoServerAuthTokenCreate as createCentrifugoServerAuthTokenCreate, index$1_createCentrifugoServerChannelsCreate as createCentrifugoServerChannelsCreate, index$1_createCentrifugoServerHistoryCreate as createCentrifugoServerHistoryCreate, index$1_createCentrifugoServerInfoCreate as createCentrifugoServerInfoCreate, index$1_createCentrifugoServerPresenceCreate as createCentrifugoServerPresenceCreate, index$1_createCentrifugoServerPresenceStatsCreate as createCentrifugoServerPresenceStatsCreate, index$1_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, index$1_createGrpcProtoFilesGenerateCreate as createGrpcProtoFilesGenerateCreate, index$1_createGrpcTestCallCreate as createGrpcTestCallCreate, index$1_createKnowbaseAdminChatCreate as createKnowbaseAdminChatCreate, index$1_createKnowbaseAdminChatQueryCreate as createKnowbaseAdminChatQueryCreate, index$1_createKnowbaseAdminDocumentsCreate as createKnowbaseAdminDocumentsCreate, index$1_createKnowbaseAdminDocumentsReprocessCreate as createKnowbaseAdminDocumentsReprocessCreate, index$1_createKnowbaseAdminSessionsActivateCreate as createKnowbaseAdminSessionsActivateCreate, index$1_createKnowbaseAdminSessionsArchiveCreate as createKnowbaseAdminSessionsArchiveCreate, index$1_createKnowbaseAdminSessionsCreate as createKnowbaseAdminSessionsCreate, index$1_createKnowbaseSystemArchivesCreate as createKnowbaseSystemArchivesCreate, index$1_createKnowbaseSystemArchivesRevectorizeCreate as createKnowbaseSystemArchivesRevectorizeCreate, index$1_createKnowbaseSystemArchivesSearchCreate as createKnowbaseSystemArchivesSearchCreate, index$1_createKnowbaseSystemChunksCreate as createKnowbaseSystemChunksCreate, index$1_createKnowbaseSystemChunksVectorizeCreate as createKnowbaseSystemChunksVectorizeCreate, index$1_createKnowbaseSystemItemsCreate as createKnowbaseSystemItemsCreate, index$1_createLeadsCreate as createLeadsCreate, index$1_createLeadsSubmitCreate as createLeadsSubmitCreate, index$1_createNewsletterBulkCreate as createNewsletterBulkCreate, index$1_createNewsletterCampaignsCreate as createNewsletterCampaignsCreate, index$1_createNewsletterCampaignsSendCreate as createNewsletterCampaignsSendCreate, index$1_createNewsletterSubscribeCreate as createNewsletterSubscribeCreate, index$1_createNewsletterTestCreate as createNewsletterTestCreate, index$1_createNewsletterUnsubscribeCreate as createNewsletterUnsubscribeCreate, index$1_createPaymentsPaymentsConfirmCreate as createPaymentsPaymentsConfirmCreate, index$1_createPaymentsPaymentsCreateCreate as createPaymentsPaymentsCreateCreate, index$1_createRqJobsCancelCreate as createRqJobsCancelCreate, index$1_createRqJobsRegistriesFailedClearCreate as createRqJobsRegistriesFailedClearCreate, index$1_createRqJobsRegistriesFailedRequeueAllCreate as createRqJobsRegistriesFailedRequeueAllCreate, index$1_createRqJobsRegistriesFinishedClearCreate as createRqJobsRegistriesFinishedClearCreate, index$1_createRqJobsRequeueCreate as createRqJobsRequeueCreate, index$1_createRqQueuesEmptyCreate as createRqQueuesEmptyCreate, index$1_createRqSchedulesCreate as createRqSchedulesCreate, index$1_createRqTestingRunDemoCreate as createRqTestingRunDemoCreate, index$1_createRqTestingScheduleDemoCreate as createRqTestingScheduleDemoCreate, index$1_createRqTestingStressTestCreate as createRqTestingStressTestCreate, index$1_createSupportTicketsCreate as createSupportTicketsCreate, index$1_createSupportTicketsMessagesCreate as createSupportTicketsMessagesCreate, index$1_deleteKnowbaseAdminChatDestroy as deleteKnowbaseAdminChatDestroy, index$1_deleteKnowbaseAdminDocumentsDestroy as deleteKnowbaseAdminDocumentsDestroy, index$1_deleteKnowbaseAdminSessionsDestroy as deleteKnowbaseAdminSessionsDestroy, index$1_deleteKnowbaseSystemArchivesDestroy as deleteKnowbaseSystemArchivesDestroy, index$1_deleteKnowbaseSystemChunksDestroy as deleteKnowbaseSystemChunksDestroy, index$1_deleteKnowbaseSystemItemsDestroy as deleteKnowbaseSystemItemsDestroy, index$1_deleteLeadsDestroy as deleteLeadsDestroy, index$1_deleteNewsletterCampaignsDestroy as deleteNewsletterCampaignsDestroy, index$1_deleteRqJobsDestroy as deleteRqJobsDestroy, index$1_deleteRqSchedulesDestroy as deleteRqSchedulesDestroy, index$1_deleteRqTestingCleanupDestroy as deleteRqTestingCleanupDestroy, index$1_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoAuthTokenRetrieve as getCentrifugoAuthTokenRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesList as getCentrifugoMonitorPublishesList, index$1_getCentrifugoMonitorTimelineRetrieve as getCentrifugoMonitorTimelineRetrieve, index$1_getDashboardApiActivityActionsList as getDashboardApiActivityActionsList, index$1_getDashboardApiActivityRecentList as getDashboardApiActivityRecentList, index$1_getDashboardApiChartsActivityRetrieve as getDashboardApiChartsActivityRetrieve, index$1_getDashboardApiChartsRecentUsersList as getDashboardApiChartsRecentUsersList, index$1_getDashboardApiChartsRegistrationsRetrieve as getDashboardApiChartsRegistrationsRetrieve, index$1_getDashboardApiChartsTrackerList as getDashboardApiChartsTrackerList, index$1_getDashboardApiCommandsHelpRetrieve as getDashboardApiCommandsHelpRetrieve, index$1_getDashboardApiCommandsList as getDashboardApiCommandsList, index$1_getDashboardApiCommandsSummaryRetrieve as getDashboardApiCommandsSummaryRetrieve, index$1_getDashboardApiConfigConfigRetrieve as getDashboardApiConfigConfigRetrieve, index$1_getDashboardApiOverviewOverviewRetrieve as getDashboardApiOverviewOverviewRetrieve, index$1_getDashboardApiStatisticsAppsList as getDashboardApiStatisticsAppsList, index$1_getDashboardApiStatisticsCardsList as getDashboardApiStatisticsCardsList, index$1_getDashboardApiStatisticsUsersRetrieve as getDashboardApiStatisticsUsersRetrieve, index$1_getDashboardApiSystemHealthRetrieve as getDashboardApiSystemHealthRetrieve, index$1_getDashboardApiSystemMetricsRetrieve as getDashboardApiSystemMetricsRetrieve, index$1_getDashboardApiZonesList as getDashboardApiZonesList, index$1_getDashboardApiZonesSummaryRetrieve as getDashboardApiZonesSummaryRetrieve, index$1_getEndpointsDrfRetrieve as getEndpointsDrfRetrieve, index$1_getEndpointsUrlsCompactRetrieve as getEndpointsUrlsCompactRetrieve, index$1_getEndpointsUrlsRetrieve as getEndpointsUrlsRetrieve, index$1_getGrpcApiKeysList as getGrpcApiKeysList, index$1_getGrpcApiKeysRetrieve as getGrpcApiKeysRetrieve, index$1_getGrpcApiKeysStatsRetrieve as getGrpcApiKeysStatsRetrieve, index$1_getGrpcChartsDashboardRetrieve as getGrpcChartsDashboardRetrieve, index$1_getGrpcChartsErrorDistributionRetrieve as getGrpcChartsErrorDistributionRetrieve, index$1_getGrpcChartsRequestVolumeRetrieve as getGrpcChartsRequestVolumeRetrieve, index$1_getGrpcChartsResponseTimeRetrieve as getGrpcChartsResponseTimeRetrieve, index$1_getGrpcChartsServerLifecycleRetrieve as getGrpcChartsServerLifecycleRetrieve, index$1_getGrpcChartsServerUptimeRetrieve as getGrpcChartsServerUptimeRetrieve, index$1_getGrpcChartsServiceActivityRetrieve as getGrpcChartsServiceActivityRetrieve, index$1_getGrpcConfigConfigRetrieve as getGrpcConfigConfigRetrieve, index$1_getGrpcConfigServerInfoRetrieve as getGrpcConfigServerInfoRetrieve, index$1_getGrpcMonitorHealthRetrieve as getGrpcMonitorHealthRetrieve, index$1_getGrpcMonitorMethodsRetrieve as getGrpcMonitorMethodsRetrieve, index$1_getGrpcMonitorOverviewRetrieve as getGrpcMonitorOverviewRetrieve, index$1_getGrpcMonitorRequestsList as getGrpcMonitorRequestsList, index$1_getGrpcMonitorTimelineRetrieve as getGrpcMonitorTimelineRetrieve, index$1_getGrpcProtoFilesDownloadAllRetrieve as getGrpcProtoFilesDownloadAllRetrieve, index$1_getGrpcProtoFilesList as getGrpcProtoFilesList, index$1_getGrpcProtoFilesRetrieve as getGrpcProtoFilesRetrieve, index$1_getGrpcServicesList as getGrpcServicesList, index$1_getGrpcServicesMethodsRetrieve as getGrpcServicesMethodsRetrieve, index$1_getGrpcServicesRetrieve as getGrpcServicesRetrieve, index$1_getGrpcTestExamplesRetrieve as getGrpcTestExamplesRetrieve, index$1_getGrpcTestLogsRetrieve as getGrpcTestLogsRetrieve, index$1_getHealthDrfQuickRetrieve as getHealthDrfQuickRetrieve, index$1_getHealthDrfRetrieve as getHealthDrfRetrieve, index$1_getKnowbaseAdminChatHistoryRetrieve as getKnowbaseAdminChatHistoryRetrieve, index$1_getKnowbaseAdminChatList as getKnowbaseAdminChatList, index$1_getKnowbaseAdminChatRetrieve as getKnowbaseAdminChatRetrieve, index$1_getKnowbaseAdminDocumentsList as getKnowbaseAdminDocumentsList, index$1_getKnowbaseAdminDocumentsRetrieve as getKnowbaseAdminDocumentsRetrieve, index$1_getKnowbaseAdminDocumentsStatsRetrieve as getKnowbaseAdminDocumentsStatsRetrieve, index$1_getKnowbaseAdminDocumentsStatusRetrieve as getKnowbaseAdminDocumentsStatusRetrieve, index$1_getKnowbaseAdminSessionsList as getKnowbaseAdminSessionsList, index$1_getKnowbaseAdminSessionsRetrieve as getKnowbaseAdminSessionsRetrieve, index$1_getKnowbaseCategoriesList as getKnowbaseCategoriesList, index$1_getKnowbaseCategoriesRetrieve as getKnowbaseCategoriesRetrieve, index$1_getKnowbaseDocumentsList as getKnowbaseDocumentsList, index$1_getKnowbaseDocumentsRetrieve as getKnowbaseDocumentsRetrieve, index$1_getKnowbaseSystemArchivesFileTreeRetrieve as getKnowbaseSystemArchivesFileTreeRetrieve, index$1_getKnowbaseSystemArchivesItemsList as getKnowbaseSystemArchivesItemsList, index$1_getKnowbaseSystemArchivesList as getKnowbaseSystemArchivesList, index$1_getKnowbaseSystemArchivesRetrieve as getKnowbaseSystemArchivesRetrieve, index$1_getKnowbaseSystemArchivesStatisticsRetrieve as getKnowbaseSystemArchivesStatisticsRetrieve, index$1_getKnowbaseSystemArchivesVectorizationStatsRetrieve as getKnowbaseSystemArchivesVectorizationStatsRetrieve, index$1_getKnowbaseSystemChunksContextRetrieve as getKnowbaseSystemChunksContextRetrieve, index$1_getKnowbaseSystemChunksList as getKnowbaseSystemChunksList, index$1_getKnowbaseSystemChunksRetrieve as getKnowbaseSystemChunksRetrieve, index$1_getKnowbaseSystemItemsChunksList as getKnowbaseSystemItemsChunksList, index$1_getKnowbaseSystemItemsContentRetrieve as getKnowbaseSystemItemsContentRetrieve, index$1_getKnowbaseSystemItemsList as getKnowbaseSystemItemsList, index$1_getKnowbaseSystemItemsRetrieve as getKnowbaseSystemItemsRetrieve, index$1_getLeadsList as getLeadsList, index$1_getLeadsRetrieve as getLeadsRetrieve, index$1_getNewsletterCampaignsList as getNewsletterCampaignsList, index$1_getNewsletterCampaignsRetrieve as getNewsletterCampaignsRetrieve, index$1_getNewsletterLogsList as getNewsletterLogsList, index$1_getNewsletterNewslettersList as getNewsletterNewslettersList, index$1_getNewsletterNewslettersRetrieve as getNewsletterNewslettersRetrieve, index$1_getNewsletterSubscriptionsList as getNewsletterSubscriptionsList, index$1_getPaymentsBalanceRetrieve as getPaymentsBalanceRetrieve, index$1_getPaymentsCurrenciesList as getPaymentsCurrenciesList, index$1_getPaymentsPaymentsList as getPaymentsPaymentsList, index$1_getPaymentsPaymentsRetrieve as getPaymentsPaymentsRetrieve, index$1_getPaymentsPaymentsStatusRetrieve as getPaymentsPaymentsStatusRetrieve, index$1_getPaymentsTransactionsList as getPaymentsTransactionsList, index$1_getRqJobsList as getRqJobsList, index$1_getRqJobsRegistriesDeferredList as getRqJobsRegistriesDeferredList, index$1_getRqJobsRegistriesFailedList as getRqJobsRegistriesFailedList, index$1_getRqJobsRegistriesFinishedList as getRqJobsRegistriesFinishedList, index$1_getRqJobsRegistriesStartedList as getRqJobsRegistriesStartedList, index$1_getRqJobsRetrieve as getRqJobsRetrieve, index$1_getRqMonitorConfigRetrieve as getRqMonitorConfigRetrieve, index$1_getRqMonitorHealthRetrieve as getRqMonitorHealthRetrieve, index$1_getRqMonitorMetricsRetrieve as getRqMonitorMetricsRetrieve, index$1_getRqQueuesJobsRetrieve as getRqQueuesJobsRetrieve, index$1_getRqQueuesList as getRqQueuesList, index$1_getRqQueuesRetrieve as getRqQueuesRetrieve, index$1_getRqSchedulesList as getRqSchedulesList, index$1_getRqSchedulesRetrieve as getRqSchedulesRetrieve, index$1_getRqTestingList as getRqTestingList, index$1_getRqTestingResultsRetrieve as getRqTestingResultsRetrieve, index$1_getRqWorkersList as getRqWorkersList, index$1_getRqWorkersStatsRetrieve as getRqWorkersStatsRetrieve, index$1_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index$1_partialUpdateAccountsProfilePartialPartialUpdate as partialUpdateAccountsProfilePartialPartialUpdate, index$1_partialUpdateAccountsProfilePartialUpdate as partialUpdateAccountsProfilePartialUpdate, index$1_partialUpdateAccountsProfileUpdatePartialUpdate as partialUpdateAccountsProfileUpdatePartialUpdate, index$1_partialUpdateKnowbaseAdminChatPartialUpdate as partialUpdateKnowbaseAdminChatPartialUpdate, index$1_partialUpdateKnowbaseAdminDocumentsPartialUpdate as partialUpdateKnowbaseAdminDocumentsPartialUpdate, index$1_partialUpdateKnowbaseAdminSessionsPartialUpdate as partialUpdateKnowbaseAdminSessionsPartialUpdate, index$1_partialUpdateKnowbaseSystemArchivesPartialUpdate as partialUpdateKnowbaseSystemArchivesPartialUpdate, index$1_partialUpdateKnowbaseSystemChunksPartialUpdate as partialUpdateKnowbaseSystemChunksPartialUpdate, index$1_partialUpdateKnowbaseSystemItemsPartialUpdate as partialUpdateKnowbaseSystemItemsPartialUpdate, index$1_partialUpdateLeadsPartialUpdate as partialUpdateLeadsPartialUpdate, index$1_partialUpdateNewsletterCampaignsPartialUpdate as partialUpdateNewsletterCampaignsPartialUpdate, index$1_partialUpdateNewsletterUnsubscribePartialUpdate as partialUpdateNewsletterUnsubscribePartialUpdate, index$1_partialUpdateSupportTicketsMessagesPartialUpdate as partialUpdateSupportTicketsMessagesPartialUpdate, index$1_partialUpdateSupportTicketsPartialUpdate as partialUpdateSupportTicketsPartialUpdate, index$1_updateAccountsProfileUpdateUpdate as updateAccountsProfileUpdateUpdate, index$1_updateKnowbaseAdminChatUpdate as updateKnowbaseAdminChatUpdate, index$1_updateKnowbaseAdminDocumentsUpdate as updateKnowbaseAdminDocumentsUpdate, index$1_updateKnowbaseAdminSessionsUpdate as updateKnowbaseAdminSessionsUpdate, index$1_updateKnowbaseSystemArchivesUpdate as updateKnowbaseSystemArchivesUpdate, index$1_updateKnowbaseSystemChunksUpdate as updateKnowbaseSystemChunksUpdate, index$1_updateKnowbaseSystemItemsUpdate as updateKnowbaseSystemItemsUpdate, index$1_updateLeadsUpdate as updateLeadsUpdate, index$1_updateNewsletterCampaignsUpdate as updateNewsletterCampaignsUpdate, index$1_updateNewsletterUnsubscribeUpdate as updateNewsletterUnsubscribeUpdate, index$1_updateSupportTicketsMessagesUpdate as updateSupportTicketsMessagesUpdate, index$1_updateSupportTicketsUpdate as updateSupportTicketsUpdate };
17335
+ export { index$1_createAccountsOtpRequestCreate as createAccountsOtpRequestCreate, index$1_createAccountsOtpVerifyCreate as createAccountsOtpVerifyCreate, index$1_createAccountsProfileAvatarCreate as createAccountsProfileAvatarCreate, index$1_createAccountsTokenRefreshCreate as createAccountsTokenRefreshCreate, index$1_createCentrifugoServerAuthTokenCreate as createCentrifugoServerAuthTokenCreate, index$1_createCentrifugoServerChannelsCreate as createCentrifugoServerChannelsCreate, index$1_createCentrifugoServerHistoryCreate as createCentrifugoServerHistoryCreate, index$1_createCentrifugoServerInfoCreate as createCentrifugoServerInfoCreate, index$1_createCentrifugoServerPresenceCreate as createCentrifugoServerPresenceCreate, index$1_createCentrifugoServerPresenceStatsCreate as createCentrifugoServerPresenceStatsCreate, index$1_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, index$1_createGrpcProtoFilesGenerateCreate as createGrpcProtoFilesGenerateCreate, index$1_createGrpcTestCallCreate as createGrpcTestCallCreate, index$1_createKnowbaseAdminChatCreate as createKnowbaseAdminChatCreate, index$1_createKnowbaseAdminChatQueryCreate as createKnowbaseAdminChatQueryCreate, index$1_createKnowbaseAdminDocumentsCreate as createKnowbaseAdminDocumentsCreate, index$1_createKnowbaseAdminDocumentsReprocessCreate as createKnowbaseAdminDocumentsReprocessCreate, index$1_createKnowbaseAdminSessionsActivateCreate as createKnowbaseAdminSessionsActivateCreate, index$1_createKnowbaseAdminSessionsArchiveCreate as createKnowbaseAdminSessionsArchiveCreate, index$1_createKnowbaseAdminSessionsCreate as createKnowbaseAdminSessionsCreate, index$1_createKnowbaseSystemArchivesCreate as createKnowbaseSystemArchivesCreate, index$1_createKnowbaseSystemArchivesRevectorizeCreate as createKnowbaseSystemArchivesRevectorizeCreate, index$1_createKnowbaseSystemArchivesSearchCreate as createKnowbaseSystemArchivesSearchCreate, index$1_createKnowbaseSystemChunksCreate as createKnowbaseSystemChunksCreate, index$1_createKnowbaseSystemChunksVectorizeCreate as createKnowbaseSystemChunksVectorizeCreate, index$1_createKnowbaseSystemItemsCreate as createKnowbaseSystemItemsCreate, index$1_createLeadsCreate as createLeadsCreate, index$1_createLeadsSubmitCreate as createLeadsSubmitCreate, index$1_createNewsletterBulkCreate as createNewsletterBulkCreate, index$1_createNewsletterCampaignsCreate as createNewsletterCampaignsCreate, index$1_createNewsletterCampaignsSendCreate as createNewsletterCampaignsSendCreate, index$1_createNewsletterSubscribeCreate as createNewsletterSubscribeCreate, index$1_createNewsletterTestCreate as createNewsletterTestCreate, index$1_createNewsletterUnsubscribeCreate as createNewsletterUnsubscribeCreate, index$1_createPaymentsPaymentsConfirmCreate as createPaymentsPaymentsConfirmCreate, index$1_createPaymentsPaymentsCreateCreate as createPaymentsPaymentsCreateCreate, index$1_createRqJobsCancelCreate as createRqJobsCancelCreate, index$1_createRqJobsRegistriesFailedClearCreate as createRqJobsRegistriesFailedClearCreate, index$1_createRqJobsRegistriesFailedRequeueAllCreate as createRqJobsRegistriesFailedRequeueAllCreate, index$1_createRqJobsRegistriesFinishedClearCreate as createRqJobsRegistriesFinishedClearCreate, index$1_createRqJobsRequeueCreate as createRqJobsRequeueCreate, index$1_createRqQueuesEmptyCreate as createRqQueuesEmptyCreate, index$1_createRqSchedulesCreate as createRqSchedulesCreate, index$1_createRqTestingRunDemoCreate as createRqTestingRunDemoCreate, index$1_createRqTestingScheduleDemoCreate as createRqTestingScheduleDemoCreate, index$1_createRqTestingStressTestCreate as createRqTestingStressTestCreate, index$1_createSupportTicketsCreate as createSupportTicketsCreate, index$1_createSupportTicketsMessagesCreate as createSupportTicketsMessagesCreate, index$1_deleteKnowbaseAdminChatDestroy as deleteKnowbaseAdminChatDestroy, index$1_deleteKnowbaseAdminDocumentsDestroy as deleteKnowbaseAdminDocumentsDestroy, index$1_deleteKnowbaseAdminSessionsDestroy as deleteKnowbaseAdminSessionsDestroy, index$1_deleteKnowbaseSystemArchivesDestroy as deleteKnowbaseSystemArchivesDestroy, index$1_deleteKnowbaseSystemChunksDestroy as deleteKnowbaseSystemChunksDestroy, index$1_deleteKnowbaseSystemItemsDestroy as deleteKnowbaseSystemItemsDestroy, index$1_deleteLeadsDestroy as deleteLeadsDestroy, index$1_deleteNewsletterCampaignsDestroy as deleteNewsletterCampaignsDestroy, index$1_deleteRqJobsDestroy as deleteRqJobsDestroy, index$1_deleteRqSchedulesDestroy as deleteRqSchedulesDestroy, index$1_deleteRqTestingCleanupDestroy as deleteRqTestingCleanupDestroy, index$1_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoAuthTokenRetrieve as getCentrifugoAuthTokenRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesList as getCentrifugoMonitorPublishesList, index$1_getCentrifugoMonitorTimelineRetrieve as getCentrifugoMonitorTimelineRetrieve, index$1_getDashboardApiActivityActionsList as getDashboardApiActivityActionsList, index$1_getDashboardApiActivityRecentList as getDashboardApiActivityRecentList, index$1_getDashboardApiChartsActivityRetrieve as getDashboardApiChartsActivityRetrieve, index$1_getDashboardApiChartsRecentUsersList as getDashboardApiChartsRecentUsersList, index$1_getDashboardApiChartsRegistrationsRetrieve as getDashboardApiChartsRegistrationsRetrieve, index$1_getDashboardApiChartsTrackerList as getDashboardApiChartsTrackerList, index$1_getDashboardApiCommandsHelpRetrieve as getDashboardApiCommandsHelpRetrieve, index$1_getDashboardApiCommandsList as getDashboardApiCommandsList, index$1_getDashboardApiCommandsSummaryRetrieve as getDashboardApiCommandsSummaryRetrieve, index$1_getDashboardApiConfigConfigRetrieve as getDashboardApiConfigConfigRetrieve, index$1_getDashboardApiOverviewOverviewRetrieve as getDashboardApiOverviewOverviewRetrieve, index$1_getDashboardApiStatisticsAppsList as getDashboardApiStatisticsAppsList, index$1_getDashboardApiStatisticsCardsList as getDashboardApiStatisticsCardsList, index$1_getDashboardApiStatisticsUsersRetrieve as getDashboardApiStatisticsUsersRetrieve, index$1_getDashboardApiSystemHealthRetrieve as getDashboardApiSystemHealthRetrieve, index$1_getDashboardApiSystemMetricsRetrieve as getDashboardApiSystemMetricsRetrieve, index$1_getDashboardApiZonesList as getDashboardApiZonesList, index$1_getDashboardApiZonesSummaryRetrieve as getDashboardApiZonesSummaryRetrieve, index$1_getEndpointsDrfRetrieve as getEndpointsDrfRetrieve, index$1_getEndpointsUrlsCompactRetrieve as getEndpointsUrlsCompactRetrieve, index$1_getEndpointsUrlsRetrieve as getEndpointsUrlsRetrieve, index$1_getGrpcApiKeysList as getGrpcApiKeysList, index$1_getGrpcApiKeysRetrieve as getGrpcApiKeysRetrieve, index$1_getGrpcApiKeysStatsRetrieve as getGrpcApiKeysStatsRetrieve, index$1_getGrpcChartsDashboardRetrieve as getGrpcChartsDashboardRetrieve, index$1_getGrpcChartsErrorDistributionRetrieve as getGrpcChartsErrorDistributionRetrieve, index$1_getGrpcChartsRequestVolumeRetrieve as getGrpcChartsRequestVolumeRetrieve, index$1_getGrpcChartsResponseTimeRetrieve as getGrpcChartsResponseTimeRetrieve, index$1_getGrpcChartsServerLifecycleRetrieve as getGrpcChartsServerLifecycleRetrieve, index$1_getGrpcChartsServerUptimeRetrieve as getGrpcChartsServerUptimeRetrieve, index$1_getGrpcChartsServiceActivityRetrieve as getGrpcChartsServiceActivityRetrieve, index$1_getGrpcConfigConfigRetrieve as getGrpcConfigConfigRetrieve, index$1_getGrpcConfigServerInfoRetrieve as getGrpcConfigServerInfoRetrieve, index$1_getGrpcMonitorHealthRetrieve as getGrpcMonitorHealthRetrieve, index$1_getGrpcMonitorMethodsRetrieve as getGrpcMonitorMethodsRetrieve, index$1_getGrpcMonitorOverviewRetrieve as getGrpcMonitorOverviewRetrieve, index$1_getGrpcMonitorRequestsList as getGrpcMonitorRequestsList, index$1_getGrpcMonitorTimelineRetrieve as getGrpcMonitorTimelineRetrieve, index$1_getGrpcProtoFilesDownloadAllRetrieve as getGrpcProtoFilesDownloadAllRetrieve, index$1_getGrpcProtoFilesList as getGrpcProtoFilesList, index$1_getGrpcProtoFilesRetrieve as getGrpcProtoFilesRetrieve, index$1_getGrpcServicesList as getGrpcServicesList, index$1_getGrpcServicesMethodsRetrieve as getGrpcServicesMethodsRetrieve, index$1_getGrpcServicesRetrieve as getGrpcServicesRetrieve, index$1_getGrpcTestExamplesRetrieve as getGrpcTestExamplesRetrieve, index$1_getGrpcTestLogsList as getGrpcTestLogsList, index$1_getHealthDrfQuickRetrieve as getHealthDrfQuickRetrieve, index$1_getHealthDrfRetrieve as getHealthDrfRetrieve, index$1_getKnowbaseAdminChatHistoryRetrieve as getKnowbaseAdminChatHistoryRetrieve, index$1_getKnowbaseAdminChatList as getKnowbaseAdminChatList, index$1_getKnowbaseAdminChatRetrieve as getKnowbaseAdminChatRetrieve, index$1_getKnowbaseAdminDocumentsList as getKnowbaseAdminDocumentsList, index$1_getKnowbaseAdminDocumentsRetrieve as getKnowbaseAdminDocumentsRetrieve, index$1_getKnowbaseAdminDocumentsStatsRetrieve as getKnowbaseAdminDocumentsStatsRetrieve, index$1_getKnowbaseAdminDocumentsStatusRetrieve as getKnowbaseAdminDocumentsStatusRetrieve, index$1_getKnowbaseAdminSessionsList as getKnowbaseAdminSessionsList, index$1_getKnowbaseAdminSessionsRetrieve as getKnowbaseAdminSessionsRetrieve, index$1_getKnowbaseCategoriesList as getKnowbaseCategoriesList, index$1_getKnowbaseCategoriesRetrieve as getKnowbaseCategoriesRetrieve, index$1_getKnowbaseDocumentsList as getKnowbaseDocumentsList, index$1_getKnowbaseDocumentsRetrieve as getKnowbaseDocumentsRetrieve, index$1_getKnowbaseSystemArchivesFileTreeRetrieve as getKnowbaseSystemArchivesFileTreeRetrieve, index$1_getKnowbaseSystemArchivesItemsList as getKnowbaseSystemArchivesItemsList, index$1_getKnowbaseSystemArchivesList as getKnowbaseSystemArchivesList, index$1_getKnowbaseSystemArchivesRetrieve as getKnowbaseSystemArchivesRetrieve, index$1_getKnowbaseSystemArchivesStatisticsRetrieve as getKnowbaseSystemArchivesStatisticsRetrieve, index$1_getKnowbaseSystemArchivesVectorizationStatsRetrieve as getKnowbaseSystemArchivesVectorizationStatsRetrieve, index$1_getKnowbaseSystemChunksContextRetrieve as getKnowbaseSystemChunksContextRetrieve, index$1_getKnowbaseSystemChunksList as getKnowbaseSystemChunksList, index$1_getKnowbaseSystemChunksRetrieve as getKnowbaseSystemChunksRetrieve, index$1_getKnowbaseSystemItemsChunksList as getKnowbaseSystemItemsChunksList, index$1_getKnowbaseSystemItemsContentRetrieve as getKnowbaseSystemItemsContentRetrieve, index$1_getKnowbaseSystemItemsList as getKnowbaseSystemItemsList, index$1_getKnowbaseSystemItemsRetrieve as getKnowbaseSystemItemsRetrieve, index$1_getLeadsList as getLeadsList, index$1_getLeadsRetrieve as getLeadsRetrieve, index$1_getNewsletterCampaignsList as getNewsletterCampaignsList, index$1_getNewsletterCampaignsRetrieve as getNewsletterCampaignsRetrieve, index$1_getNewsletterLogsList as getNewsletterLogsList, index$1_getNewsletterNewslettersList as getNewsletterNewslettersList, index$1_getNewsletterNewslettersRetrieve as getNewsletterNewslettersRetrieve, index$1_getNewsletterSubscriptionsList as getNewsletterSubscriptionsList, index$1_getPaymentsBalanceRetrieve as getPaymentsBalanceRetrieve, index$1_getPaymentsCurrenciesList as getPaymentsCurrenciesList, index$1_getPaymentsPaymentsList as getPaymentsPaymentsList, index$1_getPaymentsPaymentsRetrieve as getPaymentsPaymentsRetrieve, index$1_getPaymentsPaymentsStatusRetrieve as getPaymentsPaymentsStatusRetrieve, index$1_getPaymentsTransactionsList as getPaymentsTransactionsList, index$1_getRqJobsList as getRqJobsList, index$1_getRqJobsRegistriesDeferredList as getRqJobsRegistriesDeferredList, index$1_getRqJobsRegistriesFailedList as getRqJobsRegistriesFailedList, index$1_getRqJobsRegistriesFinishedList as getRqJobsRegistriesFinishedList, index$1_getRqJobsRegistriesStartedList as getRqJobsRegistriesStartedList, index$1_getRqJobsRetrieve as getRqJobsRetrieve, index$1_getRqMonitorConfigRetrieve as getRqMonitorConfigRetrieve, index$1_getRqMonitorHealthRetrieve as getRqMonitorHealthRetrieve, index$1_getRqMonitorMetricsRetrieve as getRqMonitorMetricsRetrieve, index$1_getRqQueuesJobsRetrieve as getRqQueuesJobsRetrieve, index$1_getRqQueuesList as getRqQueuesList, index$1_getRqQueuesRetrieve as getRqQueuesRetrieve, index$1_getRqSchedulesList as getRqSchedulesList, index$1_getRqSchedulesRetrieve as getRqSchedulesRetrieve, index$1_getRqTestingList as getRqTestingList, index$1_getRqTestingResultsRetrieve as getRqTestingResultsRetrieve, index$1_getRqWorkersList as getRqWorkersList, index$1_getRqWorkersStatsRetrieve as getRqWorkersStatsRetrieve, index$1_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index$1_partialUpdateAccountsProfilePartialPartialUpdate as partialUpdateAccountsProfilePartialPartialUpdate, index$1_partialUpdateAccountsProfilePartialUpdate as partialUpdateAccountsProfilePartialUpdate, index$1_partialUpdateAccountsProfileUpdatePartialUpdate as partialUpdateAccountsProfileUpdatePartialUpdate, index$1_partialUpdateKnowbaseAdminChatPartialUpdate as partialUpdateKnowbaseAdminChatPartialUpdate, index$1_partialUpdateKnowbaseAdminDocumentsPartialUpdate as partialUpdateKnowbaseAdminDocumentsPartialUpdate, index$1_partialUpdateKnowbaseAdminSessionsPartialUpdate as partialUpdateKnowbaseAdminSessionsPartialUpdate, index$1_partialUpdateKnowbaseSystemArchivesPartialUpdate as partialUpdateKnowbaseSystemArchivesPartialUpdate, index$1_partialUpdateKnowbaseSystemChunksPartialUpdate as partialUpdateKnowbaseSystemChunksPartialUpdate, index$1_partialUpdateKnowbaseSystemItemsPartialUpdate as partialUpdateKnowbaseSystemItemsPartialUpdate, index$1_partialUpdateLeadsPartialUpdate as partialUpdateLeadsPartialUpdate, index$1_partialUpdateNewsletterCampaignsPartialUpdate as partialUpdateNewsletterCampaignsPartialUpdate, index$1_partialUpdateNewsletterUnsubscribePartialUpdate as partialUpdateNewsletterUnsubscribePartialUpdate, index$1_partialUpdateSupportTicketsMessagesPartialUpdate as partialUpdateSupportTicketsMessagesPartialUpdate, index$1_partialUpdateSupportTicketsPartialUpdate as partialUpdateSupportTicketsPartialUpdate, index$1_updateAccountsProfileUpdateUpdate as updateAccountsProfileUpdateUpdate, index$1_updateKnowbaseAdminChatUpdate as updateKnowbaseAdminChatUpdate, index$1_updateKnowbaseAdminDocumentsUpdate as updateKnowbaseAdminDocumentsUpdate, index$1_updateKnowbaseAdminSessionsUpdate as updateKnowbaseAdminSessionsUpdate, index$1_updateKnowbaseSystemArchivesUpdate as updateKnowbaseSystemArchivesUpdate, index$1_updateKnowbaseSystemChunksUpdate as updateKnowbaseSystemChunksUpdate, index$1_updateKnowbaseSystemItemsUpdate as updateKnowbaseSystemItemsUpdate, index$1_updateLeadsUpdate as updateLeadsUpdate, index$1_updateNewsletterCampaignsUpdate as updateNewsletterCampaignsUpdate, index$1_updateNewsletterUnsubscribeUpdate as updateNewsletterUnsubscribeUpdate, index$1_updateSupportTicketsMessagesUpdate as updateSupportTicketsMessagesUpdate, index$1_updateSupportTicketsUpdate as updateSupportTicketsUpdate };
17052
17336
  }
17053
17337
 
17054
17338
  /**
@@ -17298,6 +17582,15 @@ declare function useCentrifugoAuthTokenRetrieve(client?: API): ReturnType<typeof
17298
17582
  * ```
17299
17583
  */
17300
17584
 
17585
+ /**
17586
+ * Get channel statistics
17587
+ *
17588
+ * @method GET
17589
+ * @path /cfg/centrifugo/monitor/channels/
17590
+ */
17591
+ declare function useCentrifugoMonitorChannelsRetrieve(params?: {
17592
+ hours?: number;
17593
+ }, client?: API): ReturnType<typeof useSWR<ChannelList>>;
17301
17594
  /**
17302
17595
  * Get Centrifugo health status
17303
17596
  *
@@ -17327,7 +17620,7 @@ declare function useCentrifugoMonitorPublishesList(params?: {
17327
17620
  status?: string;
17328
17621
  }, client?: API): ReturnType<typeof useSWR<PaginatedPublishList>>;
17329
17622
  /**
17330
- * Get channel statistics
17623
+ * Get publish timeline
17331
17624
  *
17332
17625
  * @method GET
17333
17626
  * @path /cfg/centrifugo/monitor/timeline/
@@ -17335,7 +17628,7 @@ declare function useCentrifugoMonitorPublishesList(params?: {
17335
17628
  declare function useCentrifugoMonitorTimelineRetrieve(params?: {
17336
17629
  hours?: number;
17337
17630
  interval?: string;
17338
- }, client?: API): ReturnType<typeof useSWR<ChannelList>>;
17631
+ }, client?: API): ReturnType<typeof useSWR<TimelineResponse>>;
17339
17632
 
17340
17633
  /**
17341
17634
  * Publish test message
@@ -18235,31 +18528,6 @@ declare function useCreateAccountsOtpRequestCreate(): (data: OTPRequestRequest,
18235
18528
  */
18236
18529
  declare function useCreateAccountsOtpVerifyCreate(): (data: OTPVerifyRequest, client?: API) => Promise<OTPVerifyResponse>;
18237
18530
 
18238
- /**
18239
- * SWR Hooks for Centrifugo
18240
- *
18241
- * React hooks powered by SWR for data fetching with automatic caching,
18242
- * revalidation, and optimistic updates.
18243
- *
18244
- * Usage:
18245
- * ```typescript
18246
- * // Query hooks (GET)
18247
- * const { data, error, isLoading } = useUsers({ page: 1 })
18248
- *
18249
- * // Mutation hooks (POST/PUT/PATCH/DELETE)
18250
- * const createUser = useCreateUser()
18251
- * await createUser({ name: 'John', email: 'john@example.com' })
18252
- * ```
18253
- */
18254
-
18255
- /**
18256
- * API operation
18257
- *
18258
- * @method GET
18259
- * @path /cfg/centrifugo/monitor/channels/
18260
- */
18261
- declare function useCentrifugoMonitorChannelsRetrieve(client?: API): ReturnType<typeof useSWR<Publish>>;
18262
-
18263
18531
  /**
18264
18532
  * SWR Hooks for Endpoints
18265
18533
  *
@@ -18653,11 +18921,13 @@ declare function useGrpcTestExamplesRetrieve(params?: {
18653
18921
  * @method GET
18654
18922
  * @path /cfg/grpc/test/logs/
18655
18923
  */
18656
- declare function useGrpcTestLogsRetrieve(params?: {
18924
+ declare function useGrpcTestLogsList(params?: {
18657
18925
  method?: string;
18926
+ page?: number;
18927
+ page_size?: number;
18658
18928
  service?: string;
18659
18929
  status?: string;
18660
- }, client?: API): ReturnType<typeof useSWR<GRPCTestLog>>;
18930
+ }, client?: API): ReturnType<typeof useSWR<PaginatedGRPCTestLogList>>;
18661
18931
 
18662
18932
  /**
18663
18933
  * SWR Hooks for Health
@@ -19559,7 +19829,7 @@ declare const index_useGrpcServicesList: typeof useGrpcServicesList;
19559
19829
  declare const index_useGrpcServicesMethodsRetrieve: typeof useGrpcServicesMethodsRetrieve;
19560
19830
  declare const index_useGrpcServicesRetrieve: typeof useGrpcServicesRetrieve;
19561
19831
  declare const index_useGrpcTestExamplesRetrieve: typeof useGrpcTestExamplesRetrieve;
19562
- declare const index_useGrpcTestLogsRetrieve: typeof useGrpcTestLogsRetrieve;
19832
+ declare const index_useGrpcTestLogsList: typeof useGrpcTestLogsList;
19563
19833
  declare const index_useHealthDrfQuickRetrieve: typeof useHealthDrfQuickRetrieve;
19564
19834
  declare const index_useHealthDrfRetrieve: typeof useHealthDrfRetrieve;
19565
19835
  declare const index_useKnowbaseAdminChatHistoryRetrieve: typeof useKnowbaseAdminChatHistoryRetrieve;
@@ -19651,7 +19921,7 @@ declare const index_useUpdateNewsletterUnsubscribeUpdate: typeof useUpdateNewsle
19651
19921
  declare const index_useUpdateSupportTicketsMessagesUpdate: typeof useUpdateSupportTicketsMessagesUpdate;
19652
19922
  declare const index_useUpdateSupportTicketsUpdate: typeof useUpdateSupportTicketsUpdate;
19653
19923
  declare namespace index {
19654
- export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoAuthTokenRetrieve as useCentrifugoAuthTokenRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesList as useCentrifugoMonitorPublishesList, index_useCentrifugoMonitorTimelineRetrieve as useCentrifugoMonitorTimelineRetrieve, index_useCreateAccountsOtpRequestCreate as useCreateAccountsOtpRequestCreate, index_useCreateAccountsOtpVerifyCreate as useCreateAccountsOtpVerifyCreate, index_useCreateAccountsProfileAvatarCreate as useCreateAccountsProfileAvatarCreate, index_useCreateAccountsTokenRefreshCreate as useCreateAccountsTokenRefreshCreate, index_useCreateCentrifugoServerAuthTokenCreate as useCreateCentrifugoServerAuthTokenCreate, index_useCreateCentrifugoServerChannelsCreate as useCreateCentrifugoServerChannelsCreate, index_useCreateCentrifugoServerHistoryCreate as useCreateCentrifugoServerHistoryCreate, index_useCreateCentrifugoServerInfoCreate as useCreateCentrifugoServerInfoCreate, index_useCreateCentrifugoServerPresenceCreate as useCreateCentrifugoServerPresenceCreate, index_useCreateCentrifugoServerPresenceStatsCreate as useCreateCentrifugoServerPresenceStatsCreate, index_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, index_useCreateGrpcProtoFilesGenerateCreate as useCreateGrpcProtoFilesGenerateCreate, index_useCreateGrpcTestCallCreate as useCreateGrpcTestCallCreate, index_useCreateKnowbaseAdminChatCreate as useCreateKnowbaseAdminChatCreate, index_useCreateKnowbaseAdminChatQueryCreate as useCreateKnowbaseAdminChatQueryCreate, index_useCreateKnowbaseAdminDocumentsCreate as useCreateKnowbaseAdminDocumentsCreate, index_useCreateKnowbaseAdminDocumentsReprocessCreate as useCreateKnowbaseAdminDocumentsReprocessCreate, index_useCreateKnowbaseAdminSessionsActivateCreate as useCreateKnowbaseAdminSessionsActivateCreate, index_useCreateKnowbaseAdminSessionsArchiveCreate as useCreateKnowbaseAdminSessionsArchiveCreate, index_useCreateKnowbaseAdminSessionsCreate as useCreateKnowbaseAdminSessionsCreate, index_useCreateKnowbaseSystemArchivesCreate as useCreateKnowbaseSystemArchivesCreate, index_useCreateKnowbaseSystemArchivesRevectorizeCreate as useCreateKnowbaseSystemArchivesRevectorizeCreate, index_useCreateKnowbaseSystemArchivesSearchCreate as useCreateKnowbaseSystemArchivesSearchCreate, index_useCreateKnowbaseSystemChunksCreate as useCreateKnowbaseSystemChunksCreate, index_useCreateKnowbaseSystemChunksVectorizeCreate as useCreateKnowbaseSystemChunksVectorizeCreate, index_useCreateKnowbaseSystemItemsCreate as useCreateKnowbaseSystemItemsCreate, index_useCreateLeadsCreate as useCreateLeadsCreate, index_useCreateLeadsSubmitCreate as useCreateLeadsSubmitCreate, index_useCreateNewsletterBulkCreate as useCreateNewsletterBulkCreate, index_useCreateNewsletterCampaignsCreate as useCreateNewsletterCampaignsCreate, index_useCreateNewsletterCampaignsSendCreate as useCreateNewsletterCampaignsSendCreate, index_useCreateNewsletterSubscribeCreate as useCreateNewsletterSubscribeCreate, index_useCreateNewsletterTestCreate as useCreateNewsletterTestCreate, index_useCreateNewsletterUnsubscribeCreate as useCreateNewsletterUnsubscribeCreate, index_useCreatePaymentsPaymentsConfirmCreate as useCreatePaymentsPaymentsConfirmCreate, index_useCreatePaymentsPaymentsCreateCreate as useCreatePaymentsPaymentsCreateCreate, index_useCreateRqJobsCancelCreate as useCreateRqJobsCancelCreate, index_useCreateRqJobsRegistriesFailedClearCreate as useCreateRqJobsRegistriesFailedClearCreate, index_useCreateRqJobsRegistriesFailedRequeueAllCreate as useCreateRqJobsRegistriesFailedRequeueAllCreate, index_useCreateRqJobsRegistriesFinishedClearCreate as useCreateRqJobsRegistriesFinishedClearCreate, index_useCreateRqJobsRequeueCreate as useCreateRqJobsRequeueCreate, index_useCreateRqQueuesEmptyCreate as useCreateRqQueuesEmptyCreate, index_useCreateRqSchedulesCreate as useCreateRqSchedulesCreate, index_useCreateRqTestingRunDemoCreate as useCreateRqTestingRunDemoCreate, index_useCreateRqTestingScheduleDemoCreate as useCreateRqTestingScheduleDemoCreate, index_useCreateRqTestingStressTestCreate as useCreateRqTestingStressTestCreate, index_useCreateSupportTicketsCreate as useCreateSupportTicketsCreate, index_useCreateSupportTicketsMessagesCreate as useCreateSupportTicketsMessagesCreate, index_useDashboardApiActivityActionsList as useDashboardApiActivityActionsList, index_useDashboardApiActivityRecentList as useDashboardApiActivityRecentList, index_useDashboardApiChartsActivityRetrieve as useDashboardApiChartsActivityRetrieve, index_useDashboardApiChartsRecentUsersList as useDashboardApiChartsRecentUsersList, index_useDashboardApiChartsRegistrationsRetrieve as useDashboardApiChartsRegistrationsRetrieve, index_useDashboardApiChartsTrackerList as useDashboardApiChartsTrackerList, index_useDashboardApiCommandsHelpRetrieve as useDashboardApiCommandsHelpRetrieve, index_useDashboardApiCommandsList as useDashboardApiCommandsList, index_useDashboardApiCommandsSummaryRetrieve as useDashboardApiCommandsSummaryRetrieve, index_useDashboardApiConfigConfigRetrieve as useDashboardApiConfigConfigRetrieve, index_useDashboardApiOverviewOverviewRetrieve as useDashboardApiOverviewOverviewRetrieve, index_useDashboardApiStatisticsAppsList as useDashboardApiStatisticsAppsList, index_useDashboardApiStatisticsCardsList as useDashboardApiStatisticsCardsList, index_useDashboardApiStatisticsUsersRetrieve as useDashboardApiStatisticsUsersRetrieve, index_useDashboardApiSystemHealthRetrieve as useDashboardApiSystemHealthRetrieve, index_useDashboardApiSystemMetricsRetrieve as useDashboardApiSystemMetricsRetrieve, index_useDashboardApiZonesList as useDashboardApiZonesList, index_useDashboardApiZonesSummaryRetrieve as useDashboardApiZonesSummaryRetrieve, index_useDeleteKnowbaseAdminChatDestroy as useDeleteKnowbaseAdminChatDestroy, index_useDeleteKnowbaseAdminDocumentsDestroy as useDeleteKnowbaseAdminDocumentsDestroy, index_useDeleteKnowbaseAdminSessionsDestroy as useDeleteKnowbaseAdminSessionsDestroy, index_useDeleteKnowbaseSystemArchivesDestroy as useDeleteKnowbaseSystemArchivesDestroy, index_useDeleteKnowbaseSystemChunksDestroy as useDeleteKnowbaseSystemChunksDestroy, index_useDeleteKnowbaseSystemItemsDestroy as useDeleteKnowbaseSystemItemsDestroy, index_useDeleteLeadsDestroy as useDeleteLeadsDestroy, index_useDeleteNewsletterCampaignsDestroy as useDeleteNewsletterCampaignsDestroy, index_useDeleteRqJobsDestroy as useDeleteRqJobsDestroy, index_useDeleteRqSchedulesDestroy as useDeleteRqSchedulesDestroy, index_useDeleteRqTestingCleanupDestroy as useDeleteRqTestingCleanupDestroy, index_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, index_useGrpcApiKeysList as useGrpcApiKeysList, index_useGrpcApiKeysRetrieve as useGrpcApiKeysRetrieve, index_useGrpcApiKeysStatsRetrieve as useGrpcApiKeysStatsRetrieve, index_useGrpcChartsDashboardRetrieve as useGrpcChartsDashboardRetrieve, index_useGrpcChartsErrorDistributionRetrieve as useGrpcChartsErrorDistributionRetrieve, index_useGrpcChartsRequestVolumeRetrieve as useGrpcChartsRequestVolumeRetrieve, index_useGrpcChartsResponseTimeRetrieve as useGrpcChartsResponseTimeRetrieve, index_useGrpcChartsServerLifecycleRetrieve as useGrpcChartsServerLifecycleRetrieve, index_useGrpcChartsServerUptimeRetrieve as useGrpcChartsServerUptimeRetrieve, index_useGrpcChartsServiceActivityRetrieve as useGrpcChartsServiceActivityRetrieve, index_useGrpcConfigConfigRetrieve as useGrpcConfigConfigRetrieve, index_useGrpcConfigServerInfoRetrieve as useGrpcConfigServerInfoRetrieve, index_useGrpcMonitorHealthRetrieve as useGrpcMonitorHealthRetrieve, index_useGrpcMonitorMethodsRetrieve as useGrpcMonitorMethodsRetrieve, index_useGrpcMonitorOverviewRetrieve as useGrpcMonitorOverviewRetrieve, index_useGrpcMonitorRequestsList as useGrpcMonitorRequestsList, index_useGrpcMonitorTimelineRetrieve as useGrpcMonitorTimelineRetrieve, index_useGrpcProtoFilesDownloadAllRetrieve as useGrpcProtoFilesDownloadAllRetrieve, index_useGrpcProtoFilesList as useGrpcProtoFilesList, index_useGrpcProtoFilesRetrieve as useGrpcProtoFilesRetrieve, index_useGrpcServicesList as useGrpcServicesList, index_useGrpcServicesMethodsRetrieve as useGrpcServicesMethodsRetrieve, index_useGrpcServicesRetrieve as useGrpcServicesRetrieve, index_useGrpcTestExamplesRetrieve as useGrpcTestExamplesRetrieve, index_useGrpcTestLogsRetrieve as useGrpcTestLogsRetrieve, index_useHealthDrfQuickRetrieve as useHealthDrfQuickRetrieve, index_useHealthDrfRetrieve as useHealthDrfRetrieve, index_useKnowbaseAdminChatHistoryRetrieve as useKnowbaseAdminChatHistoryRetrieve, index_useKnowbaseAdminChatList as useKnowbaseAdminChatList, index_useKnowbaseAdminChatRetrieve as useKnowbaseAdminChatRetrieve, index_useKnowbaseAdminDocumentsList as useKnowbaseAdminDocumentsList, index_useKnowbaseAdminDocumentsRetrieve as useKnowbaseAdminDocumentsRetrieve, index_useKnowbaseAdminDocumentsStatsRetrieve as useKnowbaseAdminDocumentsStatsRetrieve, index_useKnowbaseAdminDocumentsStatusRetrieve as useKnowbaseAdminDocumentsStatusRetrieve, index_useKnowbaseAdminSessionsList as useKnowbaseAdminSessionsList, index_useKnowbaseAdminSessionsRetrieve as useKnowbaseAdminSessionsRetrieve, index_useKnowbaseCategoriesList as useKnowbaseCategoriesList, index_useKnowbaseCategoriesRetrieve as useKnowbaseCategoriesRetrieve, index_useKnowbaseDocumentsList as useKnowbaseDocumentsList, index_useKnowbaseDocumentsRetrieve as useKnowbaseDocumentsRetrieve, index_useKnowbaseSystemArchivesFileTreeRetrieve as useKnowbaseSystemArchivesFileTreeRetrieve, index_useKnowbaseSystemArchivesItemsList as useKnowbaseSystemArchivesItemsList, index_useKnowbaseSystemArchivesList as useKnowbaseSystemArchivesList, index_useKnowbaseSystemArchivesRetrieve as useKnowbaseSystemArchivesRetrieve, index_useKnowbaseSystemArchivesStatisticsRetrieve as useKnowbaseSystemArchivesStatisticsRetrieve, index_useKnowbaseSystemArchivesVectorizationStatsRetrieve as useKnowbaseSystemArchivesVectorizationStatsRetrieve, index_useKnowbaseSystemChunksContextRetrieve as useKnowbaseSystemChunksContextRetrieve, index_useKnowbaseSystemChunksList as useKnowbaseSystemChunksList, index_useKnowbaseSystemChunksRetrieve as useKnowbaseSystemChunksRetrieve, index_useKnowbaseSystemItemsChunksList as useKnowbaseSystemItemsChunksList, index_useKnowbaseSystemItemsContentRetrieve as useKnowbaseSystemItemsContentRetrieve, index_useKnowbaseSystemItemsList as useKnowbaseSystemItemsList, index_useKnowbaseSystemItemsRetrieve as useKnowbaseSystemItemsRetrieve, index_useLeadsList as useLeadsList, index_useLeadsRetrieve as useLeadsRetrieve, index_useNewsletterCampaignsList as useNewsletterCampaignsList, index_useNewsletterCampaignsRetrieve as useNewsletterCampaignsRetrieve, index_useNewsletterLogsList as useNewsletterLogsList, index_useNewsletterNewslettersList as useNewsletterNewslettersList, index_useNewsletterNewslettersRetrieve as useNewsletterNewslettersRetrieve, index_useNewsletterSubscriptionsList as useNewsletterSubscriptionsList, index_usePartialUpdateAccountsProfilePartialPartialUpdate as usePartialUpdateAccountsProfilePartialPartialUpdate, index_usePartialUpdateAccountsProfilePartialUpdate as usePartialUpdateAccountsProfilePartialUpdate, index_usePartialUpdateAccountsProfileUpdatePartialUpdate as usePartialUpdateAccountsProfileUpdatePartialUpdate, index_usePartialUpdateKnowbaseAdminChatPartialUpdate as usePartialUpdateKnowbaseAdminChatPartialUpdate, index_usePartialUpdateKnowbaseAdminDocumentsPartialUpdate as usePartialUpdateKnowbaseAdminDocumentsPartialUpdate, index_usePartialUpdateKnowbaseAdminSessionsPartialUpdate as usePartialUpdateKnowbaseAdminSessionsPartialUpdate, index_usePartialUpdateKnowbaseSystemArchivesPartialUpdate as usePartialUpdateKnowbaseSystemArchivesPartialUpdate, index_usePartialUpdateKnowbaseSystemChunksPartialUpdate as usePartialUpdateKnowbaseSystemChunksPartialUpdate, index_usePartialUpdateKnowbaseSystemItemsPartialUpdate as usePartialUpdateKnowbaseSystemItemsPartialUpdate, index_usePartialUpdateLeadsPartialUpdate as usePartialUpdateLeadsPartialUpdate, index_usePartialUpdateNewsletterCampaignsPartialUpdate as usePartialUpdateNewsletterCampaignsPartialUpdate, index_usePartialUpdateNewsletterUnsubscribePartialUpdate as usePartialUpdateNewsletterUnsubscribePartialUpdate, index_usePartialUpdateSupportTicketsMessagesPartialUpdate as usePartialUpdateSupportTicketsMessagesPartialUpdate, index_usePartialUpdateSupportTicketsPartialUpdate as usePartialUpdateSupportTicketsPartialUpdate, index_usePaymentsBalanceRetrieve as usePaymentsBalanceRetrieve, index_usePaymentsCurrenciesList as usePaymentsCurrenciesList, index_usePaymentsPaymentsList as usePaymentsPaymentsList, index_usePaymentsPaymentsRetrieve as usePaymentsPaymentsRetrieve, index_usePaymentsPaymentsStatusRetrieve as usePaymentsPaymentsStatusRetrieve, index_usePaymentsTransactionsList as usePaymentsTransactionsList, index_useRqJobsList as useRqJobsList, index_useRqJobsRegistriesDeferredList as useRqJobsRegistriesDeferredList, index_useRqJobsRegistriesFailedList as useRqJobsRegistriesFailedList, index_useRqJobsRegistriesFinishedList as useRqJobsRegistriesFinishedList, index_useRqJobsRegistriesStartedList as useRqJobsRegistriesStartedList, index_useRqJobsRetrieve as useRqJobsRetrieve, index_useRqMonitorConfigRetrieve as useRqMonitorConfigRetrieve, index_useRqMonitorHealthRetrieve as useRqMonitorHealthRetrieve, index_useRqMonitorMetricsRetrieve as useRqMonitorMetricsRetrieve, index_useRqQueuesJobsRetrieve as useRqQueuesJobsRetrieve, index_useRqQueuesList as useRqQueuesList, index_useRqQueuesRetrieve as useRqQueuesRetrieve, index_useRqSchedulesList as useRqSchedulesList, index_useRqSchedulesRetrieve as useRqSchedulesRetrieve, index_useRqTestingList as useRqTestingList, index_useRqTestingResultsRetrieve as useRqTestingResultsRetrieve, index_useRqWorkersList as useRqWorkersList, index_useRqWorkersStatsRetrieve as useRqWorkersStatsRetrieve, index_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, index_useUpdateAccountsProfileUpdateUpdate as useUpdateAccountsProfileUpdateUpdate, index_useUpdateKnowbaseAdminChatUpdate as useUpdateKnowbaseAdminChatUpdate, index_useUpdateKnowbaseAdminDocumentsUpdate as useUpdateKnowbaseAdminDocumentsUpdate, index_useUpdateKnowbaseAdminSessionsUpdate as useUpdateKnowbaseAdminSessionsUpdate, index_useUpdateKnowbaseSystemArchivesUpdate as useUpdateKnowbaseSystemArchivesUpdate, index_useUpdateKnowbaseSystemChunksUpdate as useUpdateKnowbaseSystemChunksUpdate, index_useUpdateKnowbaseSystemItemsUpdate as useUpdateKnowbaseSystemItemsUpdate, index_useUpdateLeadsUpdate as useUpdateLeadsUpdate, index_useUpdateNewsletterCampaignsUpdate as useUpdateNewsletterCampaignsUpdate, index_useUpdateNewsletterUnsubscribeUpdate as useUpdateNewsletterUnsubscribeUpdate, index_useUpdateSupportTicketsMessagesUpdate as useUpdateSupportTicketsMessagesUpdate, index_useUpdateSupportTicketsUpdate as useUpdateSupportTicketsUpdate };
19924
+ export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoAuthTokenRetrieve as useCentrifugoAuthTokenRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesList as useCentrifugoMonitorPublishesList, index_useCentrifugoMonitorTimelineRetrieve as useCentrifugoMonitorTimelineRetrieve, index_useCreateAccountsOtpRequestCreate as useCreateAccountsOtpRequestCreate, index_useCreateAccountsOtpVerifyCreate as useCreateAccountsOtpVerifyCreate, index_useCreateAccountsProfileAvatarCreate as useCreateAccountsProfileAvatarCreate, index_useCreateAccountsTokenRefreshCreate as useCreateAccountsTokenRefreshCreate, index_useCreateCentrifugoServerAuthTokenCreate as useCreateCentrifugoServerAuthTokenCreate, index_useCreateCentrifugoServerChannelsCreate as useCreateCentrifugoServerChannelsCreate, index_useCreateCentrifugoServerHistoryCreate as useCreateCentrifugoServerHistoryCreate, index_useCreateCentrifugoServerInfoCreate as useCreateCentrifugoServerInfoCreate, index_useCreateCentrifugoServerPresenceCreate as useCreateCentrifugoServerPresenceCreate, index_useCreateCentrifugoServerPresenceStatsCreate as useCreateCentrifugoServerPresenceStatsCreate, index_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, index_useCreateGrpcProtoFilesGenerateCreate as useCreateGrpcProtoFilesGenerateCreate, index_useCreateGrpcTestCallCreate as useCreateGrpcTestCallCreate, index_useCreateKnowbaseAdminChatCreate as useCreateKnowbaseAdminChatCreate, index_useCreateKnowbaseAdminChatQueryCreate as useCreateKnowbaseAdminChatQueryCreate, index_useCreateKnowbaseAdminDocumentsCreate as useCreateKnowbaseAdminDocumentsCreate, index_useCreateKnowbaseAdminDocumentsReprocessCreate as useCreateKnowbaseAdminDocumentsReprocessCreate, index_useCreateKnowbaseAdminSessionsActivateCreate as useCreateKnowbaseAdminSessionsActivateCreate, index_useCreateKnowbaseAdminSessionsArchiveCreate as useCreateKnowbaseAdminSessionsArchiveCreate, index_useCreateKnowbaseAdminSessionsCreate as useCreateKnowbaseAdminSessionsCreate, index_useCreateKnowbaseSystemArchivesCreate as useCreateKnowbaseSystemArchivesCreate, index_useCreateKnowbaseSystemArchivesRevectorizeCreate as useCreateKnowbaseSystemArchivesRevectorizeCreate, index_useCreateKnowbaseSystemArchivesSearchCreate as useCreateKnowbaseSystemArchivesSearchCreate, index_useCreateKnowbaseSystemChunksCreate as useCreateKnowbaseSystemChunksCreate, index_useCreateKnowbaseSystemChunksVectorizeCreate as useCreateKnowbaseSystemChunksVectorizeCreate, index_useCreateKnowbaseSystemItemsCreate as useCreateKnowbaseSystemItemsCreate, index_useCreateLeadsCreate as useCreateLeadsCreate, index_useCreateLeadsSubmitCreate as useCreateLeadsSubmitCreate, index_useCreateNewsletterBulkCreate as useCreateNewsletterBulkCreate, index_useCreateNewsletterCampaignsCreate as useCreateNewsletterCampaignsCreate, index_useCreateNewsletterCampaignsSendCreate as useCreateNewsletterCampaignsSendCreate, index_useCreateNewsletterSubscribeCreate as useCreateNewsletterSubscribeCreate, index_useCreateNewsletterTestCreate as useCreateNewsletterTestCreate, index_useCreateNewsletterUnsubscribeCreate as useCreateNewsletterUnsubscribeCreate, index_useCreatePaymentsPaymentsConfirmCreate as useCreatePaymentsPaymentsConfirmCreate, index_useCreatePaymentsPaymentsCreateCreate as useCreatePaymentsPaymentsCreateCreate, index_useCreateRqJobsCancelCreate as useCreateRqJobsCancelCreate, index_useCreateRqJobsRegistriesFailedClearCreate as useCreateRqJobsRegistriesFailedClearCreate, index_useCreateRqJobsRegistriesFailedRequeueAllCreate as useCreateRqJobsRegistriesFailedRequeueAllCreate, index_useCreateRqJobsRegistriesFinishedClearCreate as useCreateRqJobsRegistriesFinishedClearCreate, index_useCreateRqJobsRequeueCreate as useCreateRqJobsRequeueCreate, index_useCreateRqQueuesEmptyCreate as useCreateRqQueuesEmptyCreate, index_useCreateRqSchedulesCreate as useCreateRqSchedulesCreate, index_useCreateRqTestingRunDemoCreate as useCreateRqTestingRunDemoCreate, index_useCreateRqTestingScheduleDemoCreate as useCreateRqTestingScheduleDemoCreate, index_useCreateRqTestingStressTestCreate as useCreateRqTestingStressTestCreate, index_useCreateSupportTicketsCreate as useCreateSupportTicketsCreate, index_useCreateSupportTicketsMessagesCreate as useCreateSupportTicketsMessagesCreate, index_useDashboardApiActivityActionsList as useDashboardApiActivityActionsList, index_useDashboardApiActivityRecentList as useDashboardApiActivityRecentList, index_useDashboardApiChartsActivityRetrieve as useDashboardApiChartsActivityRetrieve, index_useDashboardApiChartsRecentUsersList as useDashboardApiChartsRecentUsersList, index_useDashboardApiChartsRegistrationsRetrieve as useDashboardApiChartsRegistrationsRetrieve, index_useDashboardApiChartsTrackerList as useDashboardApiChartsTrackerList, index_useDashboardApiCommandsHelpRetrieve as useDashboardApiCommandsHelpRetrieve, index_useDashboardApiCommandsList as useDashboardApiCommandsList, index_useDashboardApiCommandsSummaryRetrieve as useDashboardApiCommandsSummaryRetrieve, index_useDashboardApiConfigConfigRetrieve as useDashboardApiConfigConfigRetrieve, index_useDashboardApiOverviewOverviewRetrieve as useDashboardApiOverviewOverviewRetrieve, index_useDashboardApiStatisticsAppsList as useDashboardApiStatisticsAppsList, index_useDashboardApiStatisticsCardsList as useDashboardApiStatisticsCardsList, index_useDashboardApiStatisticsUsersRetrieve as useDashboardApiStatisticsUsersRetrieve, index_useDashboardApiSystemHealthRetrieve as useDashboardApiSystemHealthRetrieve, index_useDashboardApiSystemMetricsRetrieve as useDashboardApiSystemMetricsRetrieve, index_useDashboardApiZonesList as useDashboardApiZonesList, index_useDashboardApiZonesSummaryRetrieve as useDashboardApiZonesSummaryRetrieve, index_useDeleteKnowbaseAdminChatDestroy as useDeleteKnowbaseAdminChatDestroy, index_useDeleteKnowbaseAdminDocumentsDestroy as useDeleteKnowbaseAdminDocumentsDestroy, index_useDeleteKnowbaseAdminSessionsDestroy as useDeleteKnowbaseAdminSessionsDestroy, index_useDeleteKnowbaseSystemArchivesDestroy as useDeleteKnowbaseSystemArchivesDestroy, index_useDeleteKnowbaseSystemChunksDestroy as useDeleteKnowbaseSystemChunksDestroy, index_useDeleteKnowbaseSystemItemsDestroy as useDeleteKnowbaseSystemItemsDestroy, index_useDeleteLeadsDestroy as useDeleteLeadsDestroy, index_useDeleteNewsletterCampaignsDestroy as useDeleteNewsletterCampaignsDestroy, index_useDeleteRqJobsDestroy as useDeleteRqJobsDestroy, index_useDeleteRqSchedulesDestroy as useDeleteRqSchedulesDestroy, index_useDeleteRqTestingCleanupDestroy as useDeleteRqTestingCleanupDestroy, index_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, index_useGrpcApiKeysList as useGrpcApiKeysList, index_useGrpcApiKeysRetrieve as useGrpcApiKeysRetrieve, index_useGrpcApiKeysStatsRetrieve as useGrpcApiKeysStatsRetrieve, index_useGrpcChartsDashboardRetrieve as useGrpcChartsDashboardRetrieve, index_useGrpcChartsErrorDistributionRetrieve as useGrpcChartsErrorDistributionRetrieve, index_useGrpcChartsRequestVolumeRetrieve as useGrpcChartsRequestVolumeRetrieve, index_useGrpcChartsResponseTimeRetrieve as useGrpcChartsResponseTimeRetrieve, index_useGrpcChartsServerLifecycleRetrieve as useGrpcChartsServerLifecycleRetrieve, index_useGrpcChartsServerUptimeRetrieve as useGrpcChartsServerUptimeRetrieve, index_useGrpcChartsServiceActivityRetrieve as useGrpcChartsServiceActivityRetrieve, index_useGrpcConfigConfigRetrieve as useGrpcConfigConfigRetrieve, index_useGrpcConfigServerInfoRetrieve as useGrpcConfigServerInfoRetrieve, index_useGrpcMonitorHealthRetrieve as useGrpcMonitorHealthRetrieve, index_useGrpcMonitorMethodsRetrieve as useGrpcMonitorMethodsRetrieve, index_useGrpcMonitorOverviewRetrieve as useGrpcMonitorOverviewRetrieve, index_useGrpcMonitorRequestsList as useGrpcMonitorRequestsList, index_useGrpcMonitorTimelineRetrieve as useGrpcMonitorTimelineRetrieve, index_useGrpcProtoFilesDownloadAllRetrieve as useGrpcProtoFilesDownloadAllRetrieve, index_useGrpcProtoFilesList as useGrpcProtoFilesList, index_useGrpcProtoFilesRetrieve as useGrpcProtoFilesRetrieve, index_useGrpcServicesList as useGrpcServicesList, index_useGrpcServicesMethodsRetrieve as useGrpcServicesMethodsRetrieve, index_useGrpcServicesRetrieve as useGrpcServicesRetrieve, index_useGrpcTestExamplesRetrieve as useGrpcTestExamplesRetrieve, index_useGrpcTestLogsList as useGrpcTestLogsList, index_useHealthDrfQuickRetrieve as useHealthDrfQuickRetrieve, index_useHealthDrfRetrieve as useHealthDrfRetrieve, index_useKnowbaseAdminChatHistoryRetrieve as useKnowbaseAdminChatHistoryRetrieve, index_useKnowbaseAdminChatList as useKnowbaseAdminChatList, index_useKnowbaseAdminChatRetrieve as useKnowbaseAdminChatRetrieve, index_useKnowbaseAdminDocumentsList as useKnowbaseAdminDocumentsList, index_useKnowbaseAdminDocumentsRetrieve as useKnowbaseAdminDocumentsRetrieve, index_useKnowbaseAdminDocumentsStatsRetrieve as useKnowbaseAdminDocumentsStatsRetrieve, index_useKnowbaseAdminDocumentsStatusRetrieve as useKnowbaseAdminDocumentsStatusRetrieve, index_useKnowbaseAdminSessionsList as useKnowbaseAdminSessionsList, index_useKnowbaseAdminSessionsRetrieve as useKnowbaseAdminSessionsRetrieve, index_useKnowbaseCategoriesList as useKnowbaseCategoriesList, index_useKnowbaseCategoriesRetrieve as useKnowbaseCategoriesRetrieve, index_useKnowbaseDocumentsList as useKnowbaseDocumentsList, index_useKnowbaseDocumentsRetrieve as useKnowbaseDocumentsRetrieve, index_useKnowbaseSystemArchivesFileTreeRetrieve as useKnowbaseSystemArchivesFileTreeRetrieve, index_useKnowbaseSystemArchivesItemsList as useKnowbaseSystemArchivesItemsList, index_useKnowbaseSystemArchivesList as useKnowbaseSystemArchivesList, index_useKnowbaseSystemArchivesRetrieve as useKnowbaseSystemArchivesRetrieve, index_useKnowbaseSystemArchivesStatisticsRetrieve as useKnowbaseSystemArchivesStatisticsRetrieve, index_useKnowbaseSystemArchivesVectorizationStatsRetrieve as useKnowbaseSystemArchivesVectorizationStatsRetrieve, index_useKnowbaseSystemChunksContextRetrieve as useKnowbaseSystemChunksContextRetrieve, index_useKnowbaseSystemChunksList as useKnowbaseSystemChunksList, index_useKnowbaseSystemChunksRetrieve as useKnowbaseSystemChunksRetrieve, index_useKnowbaseSystemItemsChunksList as useKnowbaseSystemItemsChunksList, index_useKnowbaseSystemItemsContentRetrieve as useKnowbaseSystemItemsContentRetrieve, index_useKnowbaseSystemItemsList as useKnowbaseSystemItemsList, index_useKnowbaseSystemItemsRetrieve as useKnowbaseSystemItemsRetrieve, index_useLeadsList as useLeadsList, index_useLeadsRetrieve as useLeadsRetrieve, index_useNewsletterCampaignsList as useNewsletterCampaignsList, index_useNewsletterCampaignsRetrieve as useNewsletterCampaignsRetrieve, index_useNewsletterLogsList as useNewsletterLogsList, index_useNewsletterNewslettersList as useNewsletterNewslettersList, index_useNewsletterNewslettersRetrieve as useNewsletterNewslettersRetrieve, index_useNewsletterSubscriptionsList as useNewsletterSubscriptionsList, index_usePartialUpdateAccountsProfilePartialPartialUpdate as usePartialUpdateAccountsProfilePartialPartialUpdate, index_usePartialUpdateAccountsProfilePartialUpdate as usePartialUpdateAccountsProfilePartialUpdate, index_usePartialUpdateAccountsProfileUpdatePartialUpdate as usePartialUpdateAccountsProfileUpdatePartialUpdate, index_usePartialUpdateKnowbaseAdminChatPartialUpdate as usePartialUpdateKnowbaseAdminChatPartialUpdate, index_usePartialUpdateKnowbaseAdminDocumentsPartialUpdate as usePartialUpdateKnowbaseAdminDocumentsPartialUpdate, index_usePartialUpdateKnowbaseAdminSessionsPartialUpdate as usePartialUpdateKnowbaseAdminSessionsPartialUpdate, index_usePartialUpdateKnowbaseSystemArchivesPartialUpdate as usePartialUpdateKnowbaseSystemArchivesPartialUpdate, index_usePartialUpdateKnowbaseSystemChunksPartialUpdate as usePartialUpdateKnowbaseSystemChunksPartialUpdate, index_usePartialUpdateKnowbaseSystemItemsPartialUpdate as usePartialUpdateKnowbaseSystemItemsPartialUpdate, index_usePartialUpdateLeadsPartialUpdate as usePartialUpdateLeadsPartialUpdate, index_usePartialUpdateNewsletterCampaignsPartialUpdate as usePartialUpdateNewsletterCampaignsPartialUpdate, index_usePartialUpdateNewsletterUnsubscribePartialUpdate as usePartialUpdateNewsletterUnsubscribePartialUpdate, index_usePartialUpdateSupportTicketsMessagesPartialUpdate as usePartialUpdateSupportTicketsMessagesPartialUpdate, index_usePartialUpdateSupportTicketsPartialUpdate as usePartialUpdateSupportTicketsPartialUpdate, index_usePaymentsBalanceRetrieve as usePaymentsBalanceRetrieve, index_usePaymentsCurrenciesList as usePaymentsCurrenciesList, index_usePaymentsPaymentsList as usePaymentsPaymentsList, index_usePaymentsPaymentsRetrieve as usePaymentsPaymentsRetrieve, index_usePaymentsPaymentsStatusRetrieve as usePaymentsPaymentsStatusRetrieve, index_usePaymentsTransactionsList as usePaymentsTransactionsList, index_useRqJobsList as useRqJobsList, index_useRqJobsRegistriesDeferredList as useRqJobsRegistriesDeferredList, index_useRqJobsRegistriesFailedList as useRqJobsRegistriesFailedList, index_useRqJobsRegistriesFinishedList as useRqJobsRegistriesFinishedList, index_useRqJobsRegistriesStartedList as useRqJobsRegistriesStartedList, index_useRqJobsRetrieve as useRqJobsRetrieve, index_useRqMonitorConfigRetrieve as useRqMonitorConfigRetrieve, index_useRqMonitorHealthRetrieve as useRqMonitorHealthRetrieve, index_useRqMonitorMetricsRetrieve as useRqMonitorMetricsRetrieve, index_useRqQueuesJobsRetrieve as useRqQueuesJobsRetrieve, index_useRqQueuesList as useRqQueuesList, index_useRqQueuesRetrieve as useRqQueuesRetrieve, index_useRqSchedulesList as useRqSchedulesList, index_useRqSchedulesRetrieve as useRqSchedulesRetrieve, index_useRqTestingList as useRqTestingList, index_useRqTestingResultsRetrieve as useRqTestingResultsRetrieve, index_useRqWorkersList as useRqWorkersList, index_useRqWorkersStatsRetrieve as useRqWorkersStatsRetrieve, index_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, index_useUpdateAccountsProfileUpdateUpdate as useUpdateAccountsProfileUpdateUpdate, index_useUpdateKnowbaseAdminChatUpdate as useUpdateKnowbaseAdminChatUpdate, index_useUpdateKnowbaseAdminDocumentsUpdate as useUpdateKnowbaseAdminDocumentsUpdate, index_useUpdateKnowbaseAdminSessionsUpdate as useUpdateKnowbaseAdminSessionsUpdate, index_useUpdateKnowbaseSystemArchivesUpdate as useUpdateKnowbaseSystemArchivesUpdate, index_useUpdateKnowbaseSystemChunksUpdate as useUpdateKnowbaseSystemChunksUpdate, index_useUpdateKnowbaseSystemItemsUpdate as useUpdateKnowbaseSystemItemsUpdate, index_useUpdateLeadsUpdate as useUpdateLeadsUpdate, index_useUpdateNewsletterCampaignsUpdate as useUpdateNewsletterCampaignsUpdate, index_useUpdateNewsletterUnsubscribeUpdate as useUpdateNewsletterUnsubscribeUpdate, index_useUpdateSupportTicketsMessagesUpdate as useUpdateSupportTicketsMessagesUpdate, index_useUpdateSupportTicketsUpdate as useUpdateSupportTicketsUpdate };
19655
19925
  }
19656
19926
 
19657
19927
  /**
@@ -19792,7 +20062,6 @@ declare class API {
19792
20062
  cfg_testing: CfgTesting;
19793
20063
  cfg_user_profile: CfgUserProfile;
19794
20064
  cfg_accounts: CfgAccounts;
19795
- cfg_centrifugo: CfgCentrifugo;
19796
20065
  cfg_endpoints: CfgEndpoints;
19797
20066
  cfg_grpc_api_keys: CfgGrpcApiKeys;
19798
20067
  cfg_grpc_charts: CfgGrpcCharts;
@@ -20090,4 +20359,4 @@ declare function KnowbaseSessionsProvider({ children }: {
20090
20359
  }): react_jsx_runtime.JSX.Element;
20091
20360
  declare function useKnowbaseSessionsContext(): KnowbaseSessionsContextValue;
20092
20361
 
20093
- export { API, APIClient, APIError, APILogger, type APIOptions, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$f as CfgAccountsTypes, models$H as CfgAuthTypes, models$G as CfgBulkEmailTypes, models$F as CfgCampaignsTypes, models$E as CfgCentrifugoAdminApiTypes, models$D as CfgCentrifugoAuthTypes, models$C as CfgCentrifugoMonitoringTypes, models$B as CfgCentrifugoTestingTypes, models$e as CfgCentrifugoTypes, models$z as CfgDashboardActivityTypes, models$A as CfgDashboardApiZonesTypes, models$y as CfgDashboardChartsTypes, models$x as CfgDashboardCommandsTypes, models$w as CfgDashboardConfigTypes, models$v as CfgDashboardOverviewTypes, models$u as CfgDashboardStatisticsTypes, models$t as CfgDashboardSystemTypes, models$d as CfgEndpointsTypes, models$c as CfgGrpcApiKeysTypes, models$b as CfgGrpcChartsTypes, models$a as CfgGrpcConfigurationTypes, models$9 as CfgGrpcMonitoringTypes, models$8 as CfgGrpcProtoFilesTypes, models$7 as CfgGrpcServicesTypes, models$6 as CfgGrpcTestingTypes, models$5 as CfgHealthTypes, models$4 as CfgKnowbaseTypes, models$s as CfgLeadSubmissionTypes, models$3 as CfgLeadsTypes, models$r as CfgLogsTypes, models$2 as CfgNewsletterTypes, models$q as CfgNewslettersTypes, models$1 as CfgPaymentsTypes, models$p as CfgRqJobsTypes, models$o as CfgRqMonitoringTypes, models$n as CfgRqQueuesTypes, models$m as CfgRqRegistriesTypes, models$l as CfgRqSchedulesTypes, models$k as CfgRqTestingTypes, models$j as CfgRqWorkersTypes, models$i as CfgSubscriptionsTypes, models as CfgSupportTypes, models$h as CfgTestingTypes, models$g as CfgUserProfileTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterContextValue, NewsletterProvider, type OTPRequestRequest, type OTPRequestResponse, type OTPVerifyRequest, type OTPVerifyResponse, type OverviewContextValue, type PaginatedPaymentListList as OverviewPaginatedPaymentListList, type PaymentList as OverviewPaymentList, OverviewProvider, type PaginatedPaymentListList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedMessageRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type PaymentDetail, type PaymentList, type PaymentsContextValue, PaymentsProvider, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, type SupportContextValue, SupportProvider, TOKEN_KEY, type Ticket, type TicketRequest, type TokenRefresh, type User, type UserProfileUpdateRequest, type ValidationErrorDetail, type ValidationErrorEvent, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createGrpcProtoFilesGenerateCreate, createGrpcTestCallCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createRqJobsCancelCreate, createRqJobsRegistriesFailedClearCreate, createRqJobsRegistriesFailedRequeueAllCreate, createRqJobsRegistriesFinishedClearCreate, createRqJobsRequeueCreate, createRqQueuesEmptyCreate, createRqSchedulesCreate, createRqTestingRunDemoCreate, createRqTestingScheduleDemoCreate, createRqTestingStressTestCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteRqJobsDestroy, deleteRqSchedulesDestroy, deleteRqTestingCleanupDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, dispatchValidationError, formatZodError, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoAuthTokenRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesList, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiConfigConfigRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getGrpcApiKeysList, getGrpcApiKeysRetrieve, getGrpcApiKeysStatsRetrieve, getGrpcChartsDashboardRetrieve, getGrpcChartsErrorDistributionRetrieve, getGrpcChartsRequestVolumeRetrieve, getGrpcChartsResponseTimeRetrieve, getGrpcChartsServerLifecycleRetrieve, getGrpcChartsServerUptimeRetrieve, getGrpcChartsServiceActivityRetrieve, getGrpcConfigConfigRetrieve, getGrpcConfigServerInfoRetrieve, getGrpcMonitorHealthRetrieve, getGrpcMonitorMethodsRetrieve, getGrpcMonitorOverviewRetrieve, getGrpcMonitorRequestsList, getGrpcMonitorTimelineRetrieve, getGrpcProtoFilesDownloadAllRetrieve, getGrpcProtoFilesList, getGrpcProtoFilesRetrieve, getGrpcServicesList, getGrpcServicesMethodsRetrieve, getGrpcServicesRetrieve, getGrpcTestExamplesRetrieve, getGrpcTestLogsRetrieve, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsBalanceRetrieve, getPaymentsCurrenciesList, getPaymentsPaymentsList, getPaymentsPaymentsRetrieve, getPaymentsPaymentsStatusRetrieve, getPaymentsTransactionsList, getRqJobsList, getRqJobsRegistriesDeferredList, getRqJobsRegistriesFailedList, getRqJobsRegistriesFinishedList, getRqJobsRegistriesStartedList, getRqJobsRetrieve, getRqMonitorConfigRetrieve, getRqMonitorHealthRetrieve, getRqMonitorMetricsRetrieve, getRqQueuesJobsRetrieve, getRqQueuesList, getRqQueuesRetrieve, getRqSchedulesList, getRqSchedulesRetrieve, getRqTestingList, getRqTestingResultsRetrieve, getRqWorkersList, getRqWorkersStatsRetrieve, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, isAPIConfigured, onValidationError, partialUpdateAccountsProfilePartialPartialUpdate, partialUpdateAccountsProfilePartialUpdate, partialUpdateAccountsProfileUpdatePartialUpdate, partialUpdateKnowbaseAdminChatPartialUpdate, partialUpdateKnowbaseAdminDocumentsPartialUpdate, partialUpdateKnowbaseAdminSessionsPartialUpdate, partialUpdateKnowbaseSystemArchivesPartialUpdate, partialUpdateKnowbaseSystemChunksPartialUpdate, partialUpdateKnowbaseSystemItemsPartialUpdate, partialUpdateLeadsPartialUpdate, partialUpdateNewsletterCampaignsPartialUpdate, partialUpdateNewsletterUnsubscribePartialUpdate, partialUpdateSupportTicketsMessagesPartialUpdate, partialUpdateSupportTicketsPartialUpdate, reconfigureAPI, resetAPI, shouldRetry, updateAccountsProfileUpdateUpdate, updateKnowbaseAdminChatUpdate, updateKnowbaseAdminDocumentsUpdate, updateKnowbaseAdminSessionsUpdate, updateKnowbaseSystemArchivesUpdate, updateKnowbaseSystemChunksUpdate, updateKnowbaseSystemItemsUpdate, updateLeadsUpdate, updateNewsletterCampaignsUpdate, updateNewsletterUnsubscribeUpdate, updateSupportTicketsMessagesUpdate, updateSupportTicketsUpdate, useApiKeysContext, useBalancesContext, useCreateAccountsOtpRequestCreate, useCreateAccountsOtpVerifyCreate, useCreateAccountsProfileAvatarCreate, useCreateAccountsTokenRefreshCreate, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePartialUpdateAccountsProfilePartialUpdate, usePaymentsContext, useRootPaymentsContext, useSupportContext, useUpdateAccountsProfileUpdateUpdate, withRetry };
20362
+ export { API, APIClient, APIError, APILogger, type APIOptions, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$e as CfgAccountsTypes, models$G as CfgAuthTypes, models$F as CfgBulkEmailTypes, models$E as CfgCampaignsTypes, models$D as CfgCentrifugoAdminApiTypes, models$C as CfgCentrifugoAuthTypes, models$B as CfgCentrifugoMonitoringTypes, models$A as CfgCentrifugoTestingTypes, models$y as CfgDashboardActivityTypes, models$z as CfgDashboardApiZonesTypes, models$x as CfgDashboardChartsTypes, models$w as CfgDashboardCommandsTypes, models$v as CfgDashboardConfigTypes, models$u as CfgDashboardOverviewTypes, models$t as CfgDashboardStatisticsTypes, models$s as CfgDashboardSystemTypes, models$d as CfgEndpointsTypes, models$c as CfgGrpcApiKeysTypes, models$b as CfgGrpcChartsTypes, models$a as CfgGrpcConfigurationTypes, models$9 as CfgGrpcMonitoringTypes, models$8 as CfgGrpcProtoFilesTypes, models$7 as CfgGrpcServicesTypes, models$6 as CfgGrpcTestingTypes, models$5 as CfgHealthTypes, models$4 as CfgKnowbaseTypes, models$r as CfgLeadSubmissionTypes, models$3 as CfgLeadsTypes, models$q as CfgLogsTypes, models$2 as CfgNewsletterTypes, models$p as CfgNewslettersTypes, models$1 as CfgPaymentsTypes, models$o as CfgRqJobsTypes, models$n as CfgRqMonitoringTypes, models$m as CfgRqQueuesTypes, models$l as CfgRqRegistriesTypes, models$k as CfgRqSchedulesTypes, models$j as CfgRqTestingTypes, models$i as CfgRqWorkersTypes, models$h as CfgSubscriptionsTypes, models as CfgSupportTypes, models$g as CfgTestingTypes, models$f as CfgUserProfileTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadSubmission, type LeadSubmissionRequest, type LeadsContextValue, LeadsProvider, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterCampaign, type NewsletterCampaignRequest, type NewsletterContextValue, NewsletterProvider, type NewsletterSubscription, type OTPRequestRequest, type OTPRequestResponse, type OTPVerifyRequest, type OTPVerifyResponse, type OverviewContextValue, type PaginatedPaymentListList as OverviewPaginatedPaymentListList, type PaymentList as OverviewPaymentList, OverviewProvider, type PaginatedLeadSubmissionList, type PaginatedNewsletterCampaignList, type PaginatedNewsletterSubscriptionList, type PaginatedPaymentListList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedLeadSubmissionRequest, type PatchedMessageRequest, type PatchedNewsletterCampaignRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type PaymentDetail, type PaymentList, type PaymentsContextValue, PaymentsProvider, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type SendCampaignRequest, type SendCampaignResponse, type StorageAdapter, type SubscribeRequest, type SubscribeResponse, type SuccessResponse, type SupportContextValue, SupportProvider, TOKEN_KEY, type Ticket, type TicketRequest, type TokenRefresh, type UnsubscribeRequest, type User, type UserProfileUpdateRequest, type ValidationErrorDetail, type ValidationErrorEvent, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createGrpcProtoFilesGenerateCreate, createGrpcTestCallCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createRqJobsCancelCreate, createRqJobsRegistriesFailedClearCreate, createRqJobsRegistriesFailedRequeueAllCreate, createRqJobsRegistriesFinishedClearCreate, createRqJobsRequeueCreate, createRqQueuesEmptyCreate, createRqSchedulesCreate, createRqTestingRunDemoCreate, createRqTestingScheduleDemoCreate, createRqTestingStressTestCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteRqJobsDestroy, deleteRqSchedulesDestroy, deleteRqTestingCleanupDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, dispatchValidationError, formatZodError, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoAuthTokenRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesList, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiConfigConfigRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getGrpcApiKeysList, getGrpcApiKeysRetrieve, getGrpcApiKeysStatsRetrieve, getGrpcChartsDashboardRetrieve, getGrpcChartsErrorDistributionRetrieve, getGrpcChartsRequestVolumeRetrieve, getGrpcChartsResponseTimeRetrieve, getGrpcChartsServerLifecycleRetrieve, getGrpcChartsServerUptimeRetrieve, getGrpcChartsServiceActivityRetrieve, getGrpcConfigConfigRetrieve, getGrpcConfigServerInfoRetrieve, getGrpcMonitorHealthRetrieve, getGrpcMonitorMethodsRetrieve, getGrpcMonitorOverviewRetrieve, getGrpcMonitorRequestsList, getGrpcMonitorTimelineRetrieve, getGrpcProtoFilesDownloadAllRetrieve, getGrpcProtoFilesList, getGrpcProtoFilesRetrieve, getGrpcServicesList, getGrpcServicesMethodsRetrieve, getGrpcServicesRetrieve, getGrpcTestExamplesRetrieve, getGrpcTestLogsList, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsBalanceRetrieve, getPaymentsCurrenciesList, getPaymentsPaymentsList, getPaymentsPaymentsRetrieve, getPaymentsPaymentsStatusRetrieve, getPaymentsTransactionsList, getRqJobsList, getRqJobsRegistriesDeferredList, getRqJobsRegistriesFailedList, getRqJobsRegistriesFinishedList, getRqJobsRegistriesStartedList, getRqJobsRetrieve, getRqMonitorConfigRetrieve, getRqMonitorHealthRetrieve, getRqMonitorMetricsRetrieve, getRqQueuesJobsRetrieve, getRqQueuesList, getRqQueuesRetrieve, getRqSchedulesList, getRqSchedulesRetrieve, getRqTestingList, getRqTestingResultsRetrieve, getRqWorkersList, getRqWorkersStatsRetrieve, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, isAPIConfigured, onValidationError, partialUpdateAccountsProfilePartialPartialUpdate, partialUpdateAccountsProfilePartialUpdate, partialUpdateAccountsProfileUpdatePartialUpdate, partialUpdateKnowbaseAdminChatPartialUpdate, partialUpdateKnowbaseAdminDocumentsPartialUpdate, partialUpdateKnowbaseAdminSessionsPartialUpdate, partialUpdateKnowbaseSystemArchivesPartialUpdate, partialUpdateKnowbaseSystemChunksPartialUpdate, partialUpdateKnowbaseSystemItemsPartialUpdate, partialUpdateLeadsPartialUpdate, partialUpdateNewsletterCampaignsPartialUpdate, partialUpdateNewsletterUnsubscribePartialUpdate, partialUpdateSupportTicketsMessagesPartialUpdate, partialUpdateSupportTicketsPartialUpdate, reconfigureAPI, resetAPI, shouldRetry, updateAccountsProfileUpdateUpdate, updateKnowbaseAdminChatUpdate, updateKnowbaseAdminDocumentsUpdate, updateKnowbaseAdminSessionsUpdate, updateKnowbaseSystemArchivesUpdate, updateKnowbaseSystemChunksUpdate, updateKnowbaseSystemItemsUpdate, updateLeadsUpdate, updateNewsletterCampaignsUpdate, updateNewsletterUnsubscribeUpdate, updateSupportTicketsMessagesUpdate, updateSupportTicketsUpdate, useApiKeysContext, useBalancesContext, useCreateAccountsOtpRequestCreate, useCreateAccountsOtpVerifyCreate, useCreateAccountsProfileAvatarCreate, useCreateAccountsTokenRefreshCreate, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePartialUpdateAccountsProfilePartialUpdate, usePaymentsContext, useRootPaymentsContext, useSupportContext, useUpdateAccountsProfileUpdateUpdate, withRetry };