@djangocfg/api 1.2.17 → 1.2.18

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 (30) hide show
  1. package/dist/index.cjs +1893 -1113
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.d.cts +1616 -289
  4. package/dist/index.d.ts +1616 -289
  5. package/dist/index.mjs +1826 -1051
  6. package/dist/index.mjs.map +1 -1
  7. package/package.json +2 -2
  8. package/src/cfg/generated/_utils/fetchers/cfg__dashboard.ts +89 -0
  9. package/src/cfg/generated/_utils/fetchers/cfg__tasks.ts +9 -7
  10. package/src/cfg/generated/_utils/fetchers/index.ts +1 -0
  11. package/src/cfg/generated/_utils/hooks/cfg__dashboard.ts +77 -0
  12. package/src/cfg/generated/_utils/hooks/cfg__tasks.ts +9 -7
  13. package/src/cfg/generated/_utils/hooks/index.ts +1 -0
  14. package/src/cfg/generated/_utils/schemas/DashboardOverview.schema.ts +16 -8
  15. package/src/cfg/generated/_utils/schemas/TaskLogOverview.schema.ts +43 -0
  16. package/src/cfg/generated/_utils/schemas/TaskLogTimeline.schema.ts +28 -0
  17. package/src/cfg/generated/_utils/schemas/TaskLogTimelineItem.schema.ts +28 -0
  18. package/src/cfg/generated/_utils/schemas/TasksByQueue.schema.ts +24 -0
  19. package/src/cfg/generated/_utils/schemas/TasksByStatus.schema.ts +24 -0
  20. package/src/cfg/generated/_utils/schemas/index.ts +5 -0
  21. package/src/cfg/generated/cfg__dashboard/client.ts +48 -0
  22. package/src/cfg/generated/cfg__dashboard/index.ts +2 -0
  23. package/src/cfg/generated/cfg__dashboard/models.ts +0 -0
  24. package/src/cfg/generated/cfg__dashboard__dashboard_overview/models.ts +179 -9
  25. package/src/cfg/generated/cfg__support/client.ts +30 -12
  26. package/src/cfg/generated/cfg__tasks/client.ts +38 -31
  27. package/src/cfg/generated/cfg__tasks/models.ts +82 -0
  28. package/src/cfg/generated/client.ts +3 -0
  29. package/src/cfg/generated/index.ts +5 -0
  30. package/src/cfg/generated/schema.ts +656 -49
package/dist/index.d.ts CHANGED
@@ -20,7 +20,7 @@ interface TokenRefresh$1 {
20
20
  refresh: string;
21
21
  }
22
22
 
23
- declare namespace models$s {
23
+ declare namespace models$t {
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$r {
67
+ declare namespace models$s {
68
68
  export type { BulkEmailRequest$1 as BulkEmailRequest, BulkEmailResponse$2 as BulkEmailResponse };
69
69
  }
70
70
 
@@ -770,7 +770,7 @@ interface ErrorResponse$2 {
770
770
  message: string;
771
771
  }
772
772
 
773
- declare namespace models$q {
773
+ declare namespace models$r {
774
774
  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 };
775
775
  }
776
776
 
@@ -1053,7 +1053,7 @@ interface CentrifugoProcess$1 {
1053
1053
  rss: number;
1054
1054
  }
1055
1055
 
1056
- declare namespace models$p {
1056
+ declare namespace models$q {
1057
1057
  export type { 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 };
1058
1058
  }
1059
1059
 
@@ -1190,7 +1190,7 @@ interface ChannelStatsSerializer$1 {
1190
1190
  last_activity_at?: string | null;
1191
1191
  }
1192
1192
 
1193
- declare namespace models$o {
1193
+ declare namespace models$p {
1194
1194
  export type { ChannelList$1 as ChannelList, ChannelStatsSerializer$1 as ChannelStatsSerializer, HealthCheck$2 as HealthCheck, OverviewStats$1 as OverviewStats, RecentPublishes$1 as RecentPublishes };
1195
1195
  }
1196
1196
 
@@ -1307,7 +1307,7 @@ interface ManualAckResponse$1 {
1307
1307
  error?: string | null;
1308
1308
  }
1309
1309
 
1310
- declare namespace models$n {
1310
+ declare namespace models$o {
1311
1311
  export type { ConnectionTokenRequestRequest$1 as ConnectionTokenRequestRequest, ConnectionTokenResponse$1 as ConnectionTokenResponse, ManualAckRequestRequest$1 as ManualAckRequestRequest, ManualAckResponse$1 as ManualAckResponse, PublishTestRequestRequest$1 as PublishTestRequestRequest, PublishTestResponse$1 as PublishTestResponse };
1312
1312
  }
1313
1313
 
@@ -1372,7 +1372,7 @@ interface APIZone$1 {
1372
1372
  apps: Array<string>;
1373
1373
  }
1374
1374
 
1375
- declare namespace models$m {
1375
+ declare namespace models$n {
1376
1376
  export type { APIZone$1 as APIZone, APIZonesSummary$1 as APIZonesSummary };
1377
1377
  }
1378
1378
 
@@ -1414,7 +1414,7 @@ declare class CfgDashboardActivity {
1414
1414
  }): Promise<any>;
1415
1415
  }
1416
1416
 
1417
- declare namespace models$l {
1417
+ declare namespace models$m {
1418
1418
  export { };
1419
1419
  }
1420
1420
 
@@ -1441,7 +1441,7 @@ interface ChartDataset$1 {
1441
1441
  fill?: boolean;
1442
1442
  }
1443
1443
 
1444
- declare namespace models$k {
1444
+ declare namespace models$l {
1445
1445
  export type { ChartData$1 as ChartData, ChartDataset$1 as ChartDataset };
1446
1446
  }
1447
1447
 
@@ -1524,7 +1524,7 @@ interface Command$1 {
1524
1524
  risk_level?: string;
1525
1525
  }
1526
1526
 
1527
- declare namespace models$j {
1527
+ declare namespace models$k {
1528
1528
  export type { Command$1 as Command, CommandExecuteRequestRequest$1 as CommandExecuteRequestRequest, CommandHelpResponse$1 as CommandHelpResponse, CommandsSummary$1 as CommandsSummary };
1529
1529
  }
1530
1530
 
@@ -1562,30 +1562,190 @@ declare class CfgDashboardCommands {
1562
1562
  }
1563
1563
 
1564
1564
  /**
1565
- * Main serializer for dashboard overview endpoint. Uses DictField to avoid
1566
- * allOf generation in OpenAPI.
1565
+ * Main serializer for dashboard overview endpoint. Uses typed serializers for
1566
+ * proper OpenAPI schema generation.
1567
1567
  *
1568
1568
  * Response model (includes read-only fields).
1569
1569
  */
1570
1570
  interface DashboardOverview$1 {
1571
1571
  /** Dashboard statistics cards */
1572
- stat_cards: Array<Record<string, any>>;
1573
- /** System health status */
1574
- system_health: Array<Record<string, any>>;
1572
+ stat_cards: Array<StatCard$1>;
1573
+ system_health: Record<string, any>;
1575
1574
  /** Quick action buttons */
1576
- quick_actions: Array<Record<string, any>>;
1575
+ quick_actions: Array<QuickAction$1>;
1577
1576
  /** Recent activity entries */
1578
- recent_activity: Array<Record<string, any>>;
1579
- /** System performance metrics */
1577
+ recent_activity: Array<ActivityEntry$1>;
1580
1578
  system_metrics: Record<string, any>;
1581
- /** User statistics */
1582
1579
  user_statistics: Record<string, any>;
1580
+ /** Application statistics */
1581
+ app_statistics?: Array<AppStatistics$1>;
1583
1582
  /** Data timestamp (ISO format) */
1584
1583
  timestamp: string;
1585
1584
  }
1585
+ /**
1586
+ * Serializer for dashboard statistics cards. Maps to StatCard Pydantic model.
1587
+ *
1588
+ * Response model (includes read-only fields).
1589
+ */
1590
+ interface StatCard$1 {
1591
+ /** Card title */
1592
+ title: string;
1593
+ /** Main value to display */
1594
+ value: string;
1595
+ /** Material icon name */
1596
+ icon: string;
1597
+ /** Change indicator (e.g., '+12%') */
1598
+ change?: string | null;
1599
+ /** Change type
1600
+
1601
+ * `positive` - positive
1602
+ * `negative` - negative
1603
+ * `neutral` - neutral */
1604
+ change_type?: StatCardChangeType;
1605
+ /** Additional description */
1606
+ description?: string | null;
1607
+ /** Card color theme */
1608
+ color?: string;
1609
+ }
1610
+ /**
1611
+ * Serializer for overall system health status.
1612
+ *
1613
+ * Response model (includes read-only fields).
1614
+ */
1615
+ interface SystemHealth$2 {
1616
+ /** Overall system health status
1617
+
1618
+ * `healthy` - healthy
1619
+ * `warning` - warning
1620
+ * `error` - error
1621
+ * `unknown` - unknown */
1622
+ overall_status: SystemHealthOverallStatus;
1623
+ /** Overall health percentage */
1624
+ overall_health_percentage: number;
1625
+ /** Health status of individual components */
1626
+ components: Array<SystemHealthItem$2>;
1627
+ /** Check timestamp (ISO format) */
1628
+ timestamp: string;
1629
+ }
1630
+ /**
1631
+ * Serializer for quick action buttons. Maps to QuickAction Pydantic model.
1632
+ *
1633
+ * Response model (includes read-only fields).
1634
+ */
1635
+ interface QuickAction$1 {
1636
+ /** Action title */
1637
+ title: string;
1638
+ /** Action description */
1639
+ description: string;
1640
+ /** Material icon name */
1641
+ icon: string;
1642
+ /** Action URL */
1643
+ link: string;
1644
+ /** Button color theme
1645
+
1646
+ * `primary` - primary
1647
+ * `success` - success
1648
+ * `warning` - warning
1649
+ * `danger` - danger
1650
+ * `secondary` - secondary */
1651
+ color?: QuickActionColor;
1652
+ /** Action category */
1653
+ category?: string;
1654
+ }
1655
+ /**
1656
+ * Serializer for recent activity entries.
1657
+ *
1658
+ * Response model (includes read-only fields).
1659
+ */
1660
+ interface ActivityEntry$1 {
1661
+ /** Activity ID */
1662
+ id: number;
1663
+ /** User who performed the action */
1664
+ user: string;
1665
+ /** Action type (created, updated, deleted, etc.) */
1666
+ action: string;
1667
+ /** Resource affected */
1668
+ resource: string;
1669
+ /** Activity timestamp (ISO format) */
1670
+ timestamp: string;
1671
+ /** Material icon name */
1672
+ icon: string;
1673
+ /** Icon color */
1674
+ color: string;
1675
+ }
1676
+ /**
1677
+ * Serializer for system performance metrics.
1678
+ *
1679
+ * Response model (includes read-only fields).
1680
+ */
1681
+ interface SystemMetrics$2 {
1682
+ /** CPU usage percentage */
1683
+ cpu_usage: number;
1684
+ /** Memory usage percentage */
1685
+ memory_usage: number;
1686
+ /** Disk usage percentage */
1687
+ disk_usage: number;
1688
+ /** Network incoming bandwidth */
1689
+ network_in: string;
1690
+ /** Network outgoing bandwidth */
1691
+ network_out: string;
1692
+ /** Average response time */
1693
+ response_time: string;
1694
+ /** System uptime */
1695
+ uptime: string;
1696
+ }
1697
+ /**
1698
+ * Serializer for user statistics.
1699
+ *
1700
+ * Response model (includes read-only fields).
1701
+ */
1702
+ interface UserStatistics$2 {
1703
+ /** Total number of users */
1704
+ total_users: number;
1705
+ /** Active users (last 30 days) */
1706
+ active_users: number;
1707
+ /** New users (last 7 days) */
1708
+ new_users: number;
1709
+ /** Number of superusers */
1710
+ superusers: number;
1711
+ }
1712
+ /**
1713
+ * Serializer for application-specific statistics.
1714
+ *
1715
+ * Response model (includes read-only fields).
1716
+ */
1717
+ interface AppStatistics$1 {
1718
+ /** Application name */
1719
+ app_name: string;
1720
+ /** Application statistics */
1721
+ statistics: Record<string, any>;
1722
+ }
1723
+ /**
1724
+ * Serializer for system health status items. Maps to SystemHealthItem Pydantic
1725
+ * model.
1726
+ *
1727
+ * Response model (includes read-only fields).
1728
+ */
1729
+ interface SystemHealthItem$2 {
1730
+ /** Component name */
1731
+ component: string;
1732
+ /** Health status
1733
+
1734
+ * `healthy` - healthy
1735
+ * `warning` - warning
1736
+ * `error` - error
1737
+ * `unknown` - unknown */
1738
+ status: SystemHealthItemStatus;
1739
+ /** Status description */
1740
+ description: string;
1741
+ /** Last check time (ISO format) */
1742
+ last_check: string;
1743
+ /** Health percentage (0-100) */
1744
+ health_percentage?: number | null;
1745
+ }
1586
1746
 
1587
- declare namespace models$i {
1588
- export type { DashboardOverview$1 as DashboardOverview };
1747
+ declare namespace models$j {
1748
+ export type { ActivityEntry$1 as ActivityEntry, AppStatistics$1 as AppStatistics, 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 };
1589
1749
  }
1590
1750
 
1591
1751
  /**
@@ -1619,7 +1779,7 @@ interface UserStatistics$1 {
1619
1779
  superusers: number;
1620
1780
  }
1621
1781
 
1622
- declare namespace models$h {
1782
+ declare namespace models$i {
1623
1783
  export type { UserStatistics$1 as UserStatistics };
1624
1784
  }
1625
1785
 
@@ -1714,7 +1874,7 @@ interface SystemHealthItem$1 {
1714
1874
  health_percentage?: number | null;
1715
1875
  }
1716
1876
 
1717
- declare namespace models$g {
1877
+ declare namespace models$h {
1718
1878
  export type { SystemHealth$1 as SystemHealth, SystemHealthItem$1 as SystemHealthItem, SystemMetrics$1 as SystemMetrics };
1719
1879
  }
1720
1880
 
@@ -1782,7 +1942,7 @@ interface LeadSubmissionError$1 {
1782
1942
  details?: Record<string, any>;
1783
1943
  }
1784
1944
 
1785
- declare namespace models$f {
1945
+ declare namespace models$g {
1786
1946
  export type { LeadSubmissionError$1 as LeadSubmissionError, LeadSubmissionRequest$2 as LeadSubmissionRequest, LeadSubmissionResponse$1 as LeadSubmissionResponse };
1787
1947
  }
1788
1948
 
@@ -1849,7 +2009,7 @@ interface EmailLog$1 {
1849
2009
  error_message: string | null;
1850
2010
  }
1851
2011
 
1852
- declare namespace models$e {
2012
+ declare namespace models$f {
1853
2013
  export type { EmailLog$1 as EmailLog, PaginatedEmailLogList$1 as PaginatedEmailLogList };
1854
2014
  }
1855
2015
 
@@ -1907,7 +2067,7 @@ interface Newsletter$1 {
1907
2067
  subscribers_count: number;
1908
2068
  }
1909
2069
 
1910
- declare namespace models$d {
2070
+ declare namespace models$e {
1911
2071
  export type { Newsletter$1 as Newsletter, PaginatedNewsletterList$1 as PaginatedNewsletterList };
1912
2072
  }
1913
2073
 
@@ -2016,7 +2176,7 @@ interface NewsletterSubscription$1 {
2016
2176
  unsubscribed_at: string | null;
2017
2177
  }
2018
2178
 
2019
- declare namespace models$c {
2179
+ declare namespace models$d {
2020
2180
  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 };
2021
2181
  }
2022
2182
 
@@ -2068,7 +2228,7 @@ interface BulkEmailResponse$1 {
2068
2228
  error?: string;
2069
2229
  }
2070
2230
 
2071
- declare namespace models$b {
2231
+ declare namespace models$c {
2072
2232
  export type { BulkEmailResponse$1 as BulkEmailResponse, TestEmailRequest$1 as TestEmailRequest };
2073
2233
  }
2074
2234
 
@@ -2140,7 +2300,7 @@ interface PatchedUserProfileUpdateRequest$1 {
2140
2300
  position?: string;
2141
2301
  }
2142
2302
 
2143
- declare namespace models$a {
2303
+ declare namespace models$b {
2144
2304
  export type { PatchedUserProfileUpdateRequest$1 as PatchedUserProfileUpdateRequest, User$2 as User, UserProfileUpdateRequest$1 as UserProfileUpdateRequest };
2145
2305
  }
2146
2306
 
@@ -2284,7 +2444,7 @@ interface User$1 {
2284
2444
  unanswered_messages_count: number;
2285
2445
  }
2286
2446
 
2287
- declare namespace models$9 {
2447
+ declare namespace models$a {
2288
2448
  export type { OTPErrorResponse$1 as OTPErrorResponse, OTPRequestRequest$1 as OTPRequestRequest, OTPRequestResponse$1 as OTPRequestResponse, OTPVerifyRequest$1 as OTPVerifyRequest, OTPVerifyResponse$1 as OTPVerifyResponse, User$1 as User };
2289
2449
  }
2290
2450
 
@@ -2316,6 +2476,36 @@ declare class CfgCentrifugo {
2316
2476
  monitorChannelsRetrieve(): Promise<any>;
2317
2477
  }
2318
2478
 
2479
+ declare namespace models$9 {
2480
+ export { };
2481
+ }
2482
+
2483
+ /**
2484
+ * API endpoints for Dashboard.
2485
+ */
2486
+ declare class CfgDashboard {
2487
+ private client;
2488
+ constructor(client: any);
2489
+ /**
2490
+ * Get complete Django-Q2 summary. GET /api/django_q2/ Returns status,
2491
+ * schedules, and recent tasks.
2492
+ */
2493
+ apiDjangoQ2Retrieve(): Promise<any>;
2494
+ /**
2495
+ * Get all scheduled tasks. GET /api/django_q2/schedules/
2496
+ */
2497
+ apiDjangoQ2SchedulesRetrieve(): Promise<any>;
2498
+ /**
2499
+ * Get Django-Q2 cluster status. GET /api/django_q2/status/
2500
+ */
2501
+ apiDjangoQ2StatusRetrieve(): Promise<any>;
2502
+ /**
2503
+ * Get recent task executions. GET /api/django_q2/tasks/ Query params: -
2504
+ * limit: Number of tasks to return (default: 20)
2505
+ */
2506
+ apiDjangoQ2TasksRetrieve(): Promise<any>;
2507
+ }
2508
+
2319
2509
  declare namespace models$8 {
2320
2510
  export { };
2321
2511
  }
@@ -4450,7 +4640,9 @@ declare class CfgSupport {
4450
4640
  page_size?: number;
4451
4641
  }): Promise<PaginatedTicketList$1>;
4452
4642
  /**
4453
- * ViewSet for managing support tickets.
4643
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
4644
+ * or Session). Staff users can see all tickets, regular users see only
4645
+ * their own.
4454
4646
  */
4455
4647
  ticketsCreate(data: TicketRequest$1): Promise<Ticket$1>;
4456
4648
  ticketsMessagesList(ticket_uuid: string, page?: number, page_size?: number): Promise<PaginatedMessageList$1>;
@@ -4459,39 +4651,52 @@ declare class CfgSupport {
4459
4651
  page_size?: number;
4460
4652
  }): Promise<PaginatedMessageList$1>;
4461
4653
  /**
4462
- * ViewSet for managing support messages.
4654
+ * ViewSet for managing support messages. Requires authenticated user (JWT
4655
+ * or Session). Users can only access messages for their own tickets.
4463
4656
  */
4464
4657
  ticketsMessagesCreate(ticket_uuid: string, data: MessageCreateRequest$1): Promise<MessageCreate$1>;
4465
4658
  /**
4466
- * ViewSet for managing support messages.
4659
+ * ViewSet for managing support messages. Requires authenticated user (JWT
4660
+ * or Session). Users can only access messages for their own tickets.
4467
4661
  */
4468
4662
  ticketsMessagesRetrieve(ticket_uuid: string, uuid: string): Promise<Message$1>;
4469
4663
  /**
4470
- * ViewSet for managing support messages.
4664
+ * ViewSet for managing support messages. Requires authenticated user (JWT
4665
+ * or Session). Users can only access messages for their own tickets.
4471
4666
  */
4472
4667
  ticketsMessagesUpdate(ticket_uuid: string, uuid: string, data: MessageRequest$1): Promise<Message$1>;
4473
4668
  /**
4474
- * ViewSet for managing support messages.
4669
+ * ViewSet for managing support messages. Requires authenticated user (JWT
4670
+ * or Session). Users can only access messages for their own tickets.
4475
4671
  */
4476
4672
  ticketsMessagesPartialUpdate(ticket_uuid: string, uuid: string, data?: PatchedMessageRequest$1): Promise<Message$1>;
4477
4673
  /**
4478
- * ViewSet for managing support messages.
4674
+ * ViewSet for managing support messages. Requires authenticated user (JWT
4675
+ * or Session). Users can only access messages for their own tickets.
4479
4676
  */
4480
4677
  ticketsMessagesDestroy(ticket_uuid: string, uuid: string): Promise<void>;
4481
4678
  /**
4482
- * ViewSet for managing support tickets.
4679
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
4680
+ * or Session). Staff users can see all tickets, regular users see only
4681
+ * their own.
4483
4682
  */
4484
4683
  ticketsRetrieve(uuid: string): Promise<Ticket$1>;
4485
4684
  /**
4486
- * ViewSet for managing support tickets.
4685
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
4686
+ * or Session). Staff users can see all tickets, regular users see only
4687
+ * their own.
4487
4688
  */
4488
4689
  ticketsUpdate(uuid: string, data: TicketRequest$1): Promise<Ticket$1>;
4489
4690
  /**
4490
- * ViewSet for managing support tickets.
4691
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
4692
+ * or Session). Staff users can see all tickets, regular users see only
4693
+ * their own.
4491
4694
  */
4492
4695
  ticketsPartialUpdate(uuid: string, data?: PatchedTicketRequest$1): Promise<Ticket$1>;
4493
4696
  /**
4494
- * ViewSet for managing support tickets.
4697
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
4698
+ * or Session). Staff users can see all tickets, regular users see only
4699
+ * their own.
4495
4700
  */
4496
4701
  ticketsDestroy(uuid: string): Promise<void>;
4497
4702
  }
@@ -4630,6 +4835,27 @@ interface TaskLog$1 {
4630
4835
  is_successful: boolean;
4631
4836
  is_failed: boolean;
4632
4837
  }
4838
+ /**
4839
+ * Overview of task system with proper structure. Provides high-level
4840
+ * statistics about the entire task system: - Total tasks count (all-time) -
4841
+ * Active queues list - Recent failures (last 24h) - Tasks distribution by
4842
+ * queue (as array) - Tasks distribution by status (as array) Used by
4843
+ * /cfg/tasks/logs/overview/ endpoint.
4844
+ *
4845
+ * Response model (includes read-only fields).
4846
+ */
4847
+ interface TaskLogOverview$1 {
4848
+ /** Total number of tasks all-time */
4849
+ total_tasks: number;
4850
+ /** List of active queue names */
4851
+ active_queues: Array<string>;
4852
+ /** Failed tasks in last 24 hours */
4853
+ recent_failures: number;
4854
+ /** Tasks grouped by queue name */
4855
+ tasks_by_queue: Array<TasksByQueue$1>;
4856
+ /** Tasks grouped by status */
4857
+ tasks_by_status: Array<TasksByStatus$1>;
4858
+ }
4633
4859
  /**
4634
4860
  * Statistics serializer for task metrics. Not tied to a model - used for
4635
4861
  * aggregated data.
@@ -4654,6 +4880,20 @@ interface TaskLogStats$1 {
4654
4880
  /** Statistics period in hours */
4655
4881
  period_hours?: number;
4656
4882
  }
4883
+ /**
4884
+ * Timeline response wrapper. Returns timeline data as array of time-bucketed
4885
+ * statistics. Used by /cfg/tasks/logs/timeline/ endpoint.
4886
+ *
4887
+ * Response model (includes read-only fields).
4888
+ */
4889
+ interface TaskLogTimeline$1 {
4890
+ /** Time period covered in hours */
4891
+ period_hours: number;
4892
+ /** Time bucket interval (hour/day) */
4893
+ interval: string;
4894
+ /** Timeline data points */
4895
+ data: Array<TaskLogTimelineItem$1>;
4896
+ }
4657
4897
  /**
4658
4898
  * Compact serializer for list views. Minimal fields for performance, matching
4659
4899
  * ReArq Job list format.
@@ -4692,9 +4932,51 @@ interface TaskLogList$1 {
4692
4932
  /** When task execution finished (from JobResult.finish_time) */
4693
4933
  finish_time: string | null;
4694
4934
  }
4935
+ /**
4936
+ * Tasks count by queue. Used in overview endpoint for tasks_by_queue list.
4937
+ *
4938
+ * Response model (includes read-only fields).
4939
+ */
4940
+ interface TasksByQueue$1 {
4941
+ /** Queue name */
4942
+ queue_name: string;
4943
+ /** Number of tasks in this queue */
4944
+ count: number;
4945
+ }
4946
+ /**
4947
+ * Tasks count by status. Used in overview endpoint for tasks_by_status list.
4948
+ *
4949
+ * Response model (includes read-only fields).
4950
+ */
4951
+ interface TasksByStatus$1 {
4952
+ /** Task status */
4953
+ status: string;
4954
+ /** Number of tasks with this status */
4955
+ count: number;
4956
+ }
4957
+ /**
4958
+ * Single timeline data point. Represents aggregated task statistics for a
4959
+ * specific time period.
4960
+ *
4961
+ * Response model (includes read-only fields).
4962
+ */
4963
+ interface TaskLogTimelineItem$1 {
4964
+ /** Time bucket start */
4965
+ timestamp: string;
4966
+ /** Total tasks in this period */
4967
+ total: number;
4968
+ /** Successful tasks */
4969
+ successful: number;
4970
+ /** Failed tasks */
4971
+ failed: number;
4972
+ /** Tasks currently in progress */
4973
+ in_progress?: number;
4974
+ /** Average duration in milliseconds */
4975
+ avg_duration_ms?: number;
4976
+ }
4695
4977
 
4696
4978
  declare namespace models {
4697
- export type { PaginatedTaskLogListList$1 as PaginatedTaskLogListList, TaskLog$1 as TaskLog, TaskLogDetail$1 as TaskLogDetail, TaskLogList$1 as TaskLogList, TaskLogStats$1 as TaskLogStats };
4979
+ export type { PaginatedTaskLogListList$1 as PaginatedTaskLogListList, TaskLog$1 as TaskLog, TaskLogDetail$1 as TaskLogDetail, TaskLogList$1 as TaskLogList, TaskLogOverview$1 as TaskLogOverview, TaskLogStats$1 as TaskLogStats, TaskLogTimeline$1 as TaskLogTimeline, TaskLogTimelineItem$1 as TaskLogTimelineItem, TasksByQueue$1 as TasksByQueue, TasksByStatus$1 as TasksByStatus };
4698
4980
  }
4699
4981
 
4700
4982
  /**
@@ -4740,44 +5022,45 @@ declare class CfgTasks {
4740
5022
  worker_id?: string;
4741
5023
  }): Promise<PaginatedTaskLogListList$1>;
4742
5024
  /**
4743
- * ViewSet for TaskLog monitoring. Provides read-only access to task
4744
- * execution logs with filtering, searching, and statistics. Endpoints: GET
4745
- * /api/tasks/logs/ - List all task logs GET /api/tasks/logs/{id}/ - Get
4746
- * task log details GET /api/tasks/logs/stats/ - Get aggregated statistics
4747
- * GET /api/tasks/logs/timeline/ - Get task execution timeline GET
4748
- * /api/tasks/logs/overview/ - Get summary overview
5025
+ * Complete ViewSet for TaskLog monitoring. Provides read-only access to
5026
+ * task execution logs with filtering, searching, and statistics.
5027
+ * Endpoints: GET /api/tasks/logs/ - List all task logs GET
5028
+ * /api/tasks/logs/{id}/ - Get task log details GET
5029
+ * /api/tasks/logs/{id}/related/ - Get related task logs GET
5030
+ * /api/tasks/logs/stats/ - Get aggregated statistics GET
5031
+ * /api/tasks/logs/timeline/ - Get task execution timeline GET
5032
+ * /api/tasks/logs/overview/ - Get summary overview Mixins: -
5033
+ * TaskLogStatsMixin: Aggregated statistics - TaskLogTimelineMixin:
5034
+ * Time-series data - TaskLogOverviewMixin: High-level summary -
5035
+ * TaskLogRelatedMixin: Related task lookup - TaskLogBaseViewSet: Base CRUD
5036
+ * operations
4749
5037
  */
4750
5038
  logsRetrieve(id: number): Promise<TaskLogDetail$1>;
4751
5039
  /**
4752
5040
  * Get related task logs (same job_id or task_name). Returns tasks that
4753
- * share the same job_id or are retries of the same task.
5041
+ * share the same job_id or are retries of the same task. Returns: Array of
5042
+ * related TaskLog objects (up to 10 most recent)
4754
5043
  */
4755
5044
  logsRelatedRetrieve(id: number): Promise<TaskLog$1>;
4756
5045
  /**
4757
- * Get summary overview of task system. Returns: { "total_tasks": 1500,
4758
- * "active_queues": ["default", "high", "knowledge"], "recent_failures": 5,
4759
- * "tasks_by_queue": { "default": 800, "high": 500, "knowledge": 200 },
4760
- * "tasks_by_status": { "completed": 1450, "failed": 45, "in_progress": 5 }
4761
- * }
5046
+ * Task System Overview
5047
+ *
5048
+ * Get high-level summary statistics for the entire task system
4762
5049
  */
4763
- logsOverviewRetrieve(): Promise<TaskLog$1>;
5050
+ logsOverviewRetrieve(): Promise<TaskLogOverview$1>;
4764
5051
  /**
4765
- * Get aggregated task statistics. Query Parameters: period_hours (int):
4766
- * Statistics period in hours (default: 24) task_name (str): Filter by
4767
- * specific task name Returns: { "total": 150, "successful": 145, "failed":
4768
- * 5, "in_progress": 2, "success_rate": 96.67, "avg_duration_ms": 1250,
4769
- * "avg_duration_seconds": 1.25, "period_hours": 24 }
5052
+ * Task Execution Statistics
5053
+ *
5054
+ * Get aggregated statistics about task execution (success/failure rates,
5055
+ * duration)
4770
5056
  */
4771
5057
  logsStatsRetrieve(): Promise<TaskLogStats$1>;
4772
5058
  /**
4773
- * Get task execution timeline grouped by time intervals. Query Parameters:
4774
- * period_hours (int): Timeline period in hours (default: 24) interval
4775
- * (str): Grouping interval - 'hour', 'day' (default: 'hour') task_name
4776
- * (str): Filter by specific task name Returns: [ { "timestamp":
4777
- * "2025-10-30T10:00:00Z", "total": 15, "successful": 14, "failed": 1,
4778
- * "avg_duration_ms": 1200 }, ... ]
5059
+ * Task Execution Timeline
5060
+ *
5061
+ * Get time-series data of task executions grouped by time intervals
4779
5062
  */
4780
- logsTimelineRetrieve(): Promise<TaskLog$1>;
5063
+ logsTimelineRetrieve(): Promise<TaskLogTimeline$1>;
4781
5064
  }
4782
5065
 
4783
5066
  /**
@@ -5067,6 +5350,7 @@ declare class APIClient {
5067
5350
  cfg_user_profile: CfgUserProfile;
5068
5351
  cfg_accounts: CfgAccounts;
5069
5352
  cfg_centrifugo: CfgCentrifugo;
5353
+ cfg_dashboard: CfgDashboard;
5070
5354
  cfg_endpoints: CfgEndpoints;
5071
5355
  cfg_health: CfgHealth;
5072
5356
  cfg_knowbase: CfgKnowbase;
@@ -7150,51 +7434,55 @@ declare const OPENAPI_SCHEMA: {
7150
7434
  DashboardOverview: {
7151
7435
  description: string;
7152
7436
  properties: {
7437
+ app_statistics: {
7438
+ description: string;
7439
+ items: {
7440
+ $ref: string;
7441
+ };
7442
+ type: string;
7443
+ };
7153
7444
  quick_actions: {
7154
7445
  description: string;
7155
7446
  items: {
7156
- additionalProperties: {};
7157
- type: string;
7447
+ $ref: string;
7158
7448
  };
7159
7449
  type: string;
7160
7450
  };
7161
7451
  recent_activity: {
7162
7452
  description: string;
7163
7453
  items: {
7164
- additionalProperties: {};
7165
- type: string;
7454
+ $ref: string;
7166
7455
  };
7167
7456
  type: string;
7168
7457
  };
7169
7458
  stat_cards: {
7170
7459
  description: string;
7171
7460
  items: {
7172
- additionalProperties: {};
7173
- type: string;
7461
+ $ref: string;
7174
7462
  };
7175
7463
  type: string;
7176
7464
  };
7177
7465
  system_health: {
7466
+ allOf: {
7467
+ $ref: string;
7468
+ }[];
7178
7469
  description: string;
7179
- items: {
7180
- additionalProperties: {};
7181
- type: string;
7182
- };
7183
- type: string;
7184
7470
  };
7185
7471
  system_metrics: {
7186
- additionalProperties: {};
7472
+ allOf: {
7473
+ $ref: string;
7474
+ }[];
7187
7475
  description: string;
7188
- type: string;
7189
7476
  };
7190
7477
  timestamp: {
7191
7478
  description: string;
7192
7479
  type: string;
7193
7480
  };
7194
7481
  user_statistics: {
7195
- additionalProperties: {};
7482
+ allOf: {
7483
+ $ref: string;
7484
+ }[];
7196
7485
  description: string;
7197
- type: string;
7198
7486
  };
7199
7487
  };
7200
7488
  required: string[];
@@ -11086,39 +11374,130 @@ declare const OPENAPI_SCHEMA: {
11086
11374
  required: string[];
11087
11375
  type: string;
11088
11376
  };
11089
- TaskLogStats: {
11377
+ TaskLogOverview: {
11090
11378
  description: string;
11091
11379
  properties: {
11092
- avg_duration_ms: {
11380
+ active_queues: {
11093
11381
  description: string;
11382
+ items: {
11383
+ type: string;
11384
+ };
11094
11385
  type: string;
11095
11386
  };
11096
- avg_duration_seconds: {
11387
+ recent_failures: {
11097
11388
  description: string;
11098
- format: string;
11099
11389
  type: string;
11100
11390
  };
11101
- failed: {
11391
+ tasks_by_queue: {
11102
11392
  description: string;
11393
+ items: {
11394
+ $ref: string;
11395
+ };
11103
11396
  type: string;
11104
11397
  };
11105
- in_progress: {
11398
+ tasks_by_status: {
11106
11399
  description: string;
11400
+ items: {
11401
+ $ref: string;
11402
+ };
11107
11403
  type: string;
11108
11404
  };
11109
- period_hours: {
11405
+ total_tasks: {
11110
11406
  description: string;
11111
11407
  type: string;
11112
11408
  };
11113
- success_rate: {
11409
+ };
11410
+ required: string[];
11411
+ type: string;
11412
+ };
11413
+ TaskLogStats: {
11414
+ description: string;
11415
+ properties: {
11416
+ avg_duration_ms: {
11417
+ description: string;
11418
+ type: string;
11419
+ };
11420
+ avg_duration_seconds: {
11421
+ description: string;
11422
+ format: string;
11423
+ type: string;
11424
+ };
11425
+ failed: {
11426
+ description: string;
11427
+ type: string;
11428
+ };
11429
+ in_progress: {
11430
+ description: string;
11431
+ type: string;
11432
+ };
11433
+ period_hours: {
11434
+ description: string;
11435
+ type: string;
11436
+ };
11437
+ success_rate: {
11438
+ description: string;
11439
+ format: string;
11440
+ type: string;
11441
+ };
11442
+ successful: {
11443
+ description: string;
11444
+ type: string;
11445
+ };
11446
+ total: {
11447
+ description: string;
11448
+ type: string;
11449
+ };
11450
+ };
11451
+ required: string[];
11452
+ type: string;
11453
+ };
11454
+ TaskLogTimeline: {
11455
+ description: string;
11456
+ properties: {
11457
+ data: {
11458
+ description: string;
11459
+ items: {
11460
+ $ref: string;
11461
+ };
11462
+ type: string;
11463
+ };
11464
+ interval: {
11465
+ description: string;
11466
+ type: string;
11467
+ };
11468
+ period_hours: {
11469
+ description: string;
11470
+ type: string;
11471
+ };
11472
+ };
11473
+ required: string[];
11474
+ type: string;
11475
+ };
11476
+ TaskLogTimelineItem: {
11477
+ description: string;
11478
+ properties: {
11479
+ avg_duration_ms: {
11480
+ description: string;
11481
+ format: string;
11482
+ type: string;
11483
+ };
11484
+ failed: {
11485
+ description: string;
11486
+ type: string;
11487
+ };
11488
+ in_progress: {
11114
11489
  description: string;
11115
- format: string;
11116
11490
  type: string;
11117
11491
  };
11118
11492
  successful: {
11119
11493
  description: string;
11120
11494
  type: string;
11121
11495
  };
11496
+ timestamp: {
11497
+ description: string;
11498
+ format: string;
11499
+ type: string;
11500
+ };
11122
11501
  total: {
11123
11502
  description: string;
11124
11503
  type: string;
@@ -11127,6 +11506,36 @@ declare const OPENAPI_SCHEMA: {
11127
11506
  required: string[];
11128
11507
  type: string;
11129
11508
  };
11509
+ TasksByQueue: {
11510
+ description: string;
11511
+ properties: {
11512
+ count: {
11513
+ description: string;
11514
+ type: string;
11515
+ };
11516
+ queue_name: {
11517
+ description: string;
11518
+ type: string;
11519
+ };
11520
+ };
11521
+ required: string[];
11522
+ type: string;
11523
+ };
11524
+ TasksByStatus: {
11525
+ description: string;
11526
+ properties: {
11527
+ count: {
11528
+ description: string;
11529
+ type: string;
11530
+ };
11531
+ status: {
11532
+ description: string;
11533
+ type: string;
11534
+ };
11535
+ };
11536
+ required: string[];
11537
+ type: string;
11538
+ };
11130
11539
  TestEmailRequest: {
11131
11540
  description: string;
11132
11541
  properties: {
@@ -11788,9 +12197,13 @@ declare const OPENAPI_SCHEMA: {
11788
12197
  description: string;
11789
12198
  };
11790
12199
  };
11791
- security: {
12200
+ security: ({
11792
12201
  jwtAuth: any[];
11793
- }[];
12202
+ cookieAuth?: undefined;
12203
+ } | {
12204
+ cookieAuth: any[];
12205
+ jwtAuth?: undefined;
12206
+ })[];
11794
12207
  summary: string;
11795
12208
  tags: string[];
11796
12209
  "x-async-capable": boolean;
@@ -11924,9 +12337,13 @@ declare const OPENAPI_SCHEMA: {
11924
12337
  description: string;
11925
12338
  };
11926
12339
  };
11927
- security: {
12340
+ security: ({
11928
12341
  jwtAuth: any[];
11929
- }[];
12342
+ cookieAuth?: undefined;
12343
+ } | {
12344
+ cookieAuth: any[];
12345
+ jwtAuth?: undefined;
12346
+ })[];
11930
12347
  summary: string;
11931
12348
  tags: string[];
11932
12349
  "x-async-capable": boolean;
@@ -11997,9 +12414,13 @@ declare const OPENAPI_SCHEMA: {
11997
12414
  description: string;
11998
12415
  };
11999
12416
  };
12000
- security: {
12417
+ security: ({
12001
12418
  jwtAuth: any[];
12002
- }[];
12419
+ cookieAuth?: undefined;
12420
+ } | {
12421
+ cookieAuth: any[];
12422
+ jwtAuth?: undefined;
12423
+ })[];
12003
12424
  summary: string;
12004
12425
  tags: string[];
12005
12426
  "x-async-capable": boolean;
@@ -12072,9 +12493,13 @@ declare const OPENAPI_SCHEMA: {
12072
12493
  description: string;
12073
12494
  };
12074
12495
  };
12075
- security: {
12496
+ security: ({
12076
12497
  jwtAuth: any[];
12077
- }[];
12498
+ cookieAuth?: undefined;
12499
+ } | {
12500
+ cookieAuth: any[];
12501
+ jwtAuth?: undefined;
12502
+ })[];
12078
12503
  summary: string;
12079
12504
  tags: string[];
12080
12505
  "x-async-capable": boolean;
@@ -12145,9 +12570,13 @@ declare const OPENAPI_SCHEMA: {
12145
12570
  description: string;
12146
12571
  };
12147
12572
  };
12148
- security: {
12573
+ security: ({
12149
12574
  jwtAuth: any[];
12150
- }[];
12575
+ cookieAuth?: undefined;
12576
+ } | {
12577
+ cookieAuth: any[];
12578
+ jwtAuth?: undefined;
12579
+ })[];
12151
12580
  summary: string;
12152
12581
  tags: string[];
12153
12582
  "x-async-capable": boolean;
@@ -12202,9 +12631,19 @@ declare const OPENAPI_SCHEMA: {
12202
12631
  description: string;
12203
12632
  };
12204
12633
  };
12205
- security: {
12634
+ security: ({
12206
12635
  jwtAuth: any[];
12207
- }[];
12636
+ cookieAuth?: undefined;
12637
+ basicAuth?: undefined;
12638
+ } | {
12639
+ cookieAuth: any[];
12640
+ jwtAuth?: undefined;
12641
+ basicAuth?: undefined;
12642
+ } | {
12643
+ basicAuth: any[];
12644
+ jwtAuth?: undefined;
12645
+ cookieAuth?: undefined;
12646
+ })[];
12208
12647
  tags: string[];
12209
12648
  "x-async-capable": boolean;
12210
12649
  };
@@ -12235,9 +12674,19 @@ declare const OPENAPI_SCHEMA: {
12235
12674
  description: string;
12236
12675
  };
12237
12676
  };
12238
- security: {
12677
+ security: ({
12239
12678
  jwtAuth: any[];
12240
- }[];
12679
+ cookieAuth?: undefined;
12680
+ basicAuth?: undefined;
12681
+ } | {
12682
+ cookieAuth: any[];
12683
+ jwtAuth?: undefined;
12684
+ basicAuth?: undefined;
12685
+ } | {
12686
+ basicAuth: any[];
12687
+ jwtAuth?: undefined;
12688
+ cookieAuth?: undefined;
12689
+ })[];
12241
12690
  summary: string;
12242
12691
  tags: string[];
12243
12692
  "x-async-capable": boolean;
@@ -12277,9 +12726,19 @@ declare const OPENAPI_SCHEMA: {
12277
12726
  description: string;
12278
12727
  };
12279
12728
  };
12280
- security: {
12729
+ security: ({
12281
12730
  jwtAuth: any[];
12282
- }[];
12731
+ cookieAuth?: undefined;
12732
+ basicAuth?: undefined;
12733
+ } | {
12734
+ cookieAuth: any[];
12735
+ jwtAuth?: undefined;
12736
+ basicAuth?: undefined;
12737
+ } | {
12738
+ basicAuth: any[];
12739
+ jwtAuth?: undefined;
12740
+ cookieAuth?: undefined;
12741
+ })[];
12283
12742
  summary: string;
12284
12743
  tags: string[];
12285
12744
  "x-async-capable": boolean;
@@ -12319,9 +12778,19 @@ declare const OPENAPI_SCHEMA: {
12319
12778
  description: string;
12320
12779
  };
12321
12780
  };
12322
- security: {
12781
+ security: ({
12323
12782
  jwtAuth: any[];
12324
- }[];
12783
+ cookieAuth?: undefined;
12784
+ basicAuth?: undefined;
12785
+ } | {
12786
+ cookieAuth: any[];
12787
+ jwtAuth?: undefined;
12788
+ basicAuth?: undefined;
12789
+ } | {
12790
+ basicAuth: any[];
12791
+ jwtAuth?: undefined;
12792
+ cookieAuth?: undefined;
12793
+ })[];
12325
12794
  summary: string;
12326
12795
  tags: string[];
12327
12796
  "x-async-capable": boolean;
@@ -12361,9 +12830,19 @@ declare const OPENAPI_SCHEMA: {
12361
12830
  description: string;
12362
12831
  };
12363
12832
  };
12364
- security: {
12833
+ security: ({
12365
12834
  jwtAuth: any[];
12366
- }[];
12835
+ cookieAuth?: undefined;
12836
+ basicAuth?: undefined;
12837
+ } | {
12838
+ cookieAuth: any[];
12839
+ jwtAuth?: undefined;
12840
+ basicAuth?: undefined;
12841
+ } | {
12842
+ basicAuth: any[];
12843
+ jwtAuth?: undefined;
12844
+ cookieAuth?: undefined;
12845
+ })[];
12367
12846
  summary: string;
12368
12847
  tags: string[];
12369
12848
  "x-async-capable": boolean;
@@ -12421,9 +12900,19 @@ declare const OPENAPI_SCHEMA: {
12421
12900
  description: string;
12422
12901
  };
12423
12902
  };
12424
- security: {
12903
+ security: ({
12425
12904
  jwtAuth: any[];
12426
- }[];
12905
+ cookieAuth?: undefined;
12906
+ basicAuth?: undefined;
12907
+ } | {
12908
+ cookieAuth: any[];
12909
+ jwtAuth?: undefined;
12910
+ basicAuth?: undefined;
12911
+ } | {
12912
+ basicAuth: any[];
12913
+ jwtAuth?: undefined;
12914
+ cookieAuth?: undefined;
12915
+ })[];
12427
12916
  summary: string;
12428
12917
  tags: string[];
12429
12918
  "x-async-capable": boolean;
@@ -12474,9 +12963,19 @@ declare const OPENAPI_SCHEMA: {
12474
12963
  description: string;
12475
12964
  };
12476
12965
  };
12477
- security: {
12966
+ security: ({
12478
12967
  jwtAuth: any[];
12479
- }[];
12968
+ cookieAuth?: undefined;
12969
+ basicAuth?: undefined;
12970
+ } | {
12971
+ cookieAuth: any[];
12972
+ jwtAuth?: undefined;
12973
+ basicAuth?: undefined;
12974
+ } | {
12975
+ basicAuth: any[];
12976
+ jwtAuth?: undefined;
12977
+ cookieAuth?: undefined;
12978
+ })[];
12480
12979
  summary: string;
12481
12980
  tags: string[];
12482
12981
  "x-async-capable": boolean;
@@ -12528,9 +13027,19 @@ declare const OPENAPI_SCHEMA: {
12528
13027
  description: string;
12529
13028
  };
12530
13029
  };
12531
- security: {
13030
+ security: ({
12532
13031
  jwtAuth: any[];
12533
- }[];
13032
+ cookieAuth?: undefined;
13033
+ basicAuth?: undefined;
13034
+ } | {
13035
+ cookieAuth: any[];
13036
+ jwtAuth?: undefined;
13037
+ basicAuth?: undefined;
13038
+ } | {
13039
+ basicAuth: any[];
13040
+ jwtAuth?: undefined;
13041
+ cookieAuth?: undefined;
13042
+ })[];
12534
13043
  summary: string;
12535
13044
  tags: string[];
12536
13045
  "x-async-capable": boolean;
@@ -12562,9 +13071,19 @@ declare const OPENAPI_SCHEMA: {
12562
13071
  description: string;
12563
13072
  };
12564
13073
  };
12565
- security: {
13074
+ security: ({
12566
13075
  jwtAuth: any[];
12567
- }[];
13076
+ cookieAuth?: undefined;
13077
+ basicAuth?: undefined;
13078
+ } | {
13079
+ cookieAuth: any[];
13080
+ jwtAuth?: undefined;
13081
+ basicAuth?: undefined;
13082
+ } | {
13083
+ basicAuth: any[];
13084
+ jwtAuth?: undefined;
13085
+ cookieAuth?: undefined;
13086
+ })[];
12568
13087
  summary: string;
12569
13088
  tags: string[];
12570
13089
  "x-async-capable": boolean;
@@ -12616,9 +13135,19 @@ declare const OPENAPI_SCHEMA: {
12616
13135
  description: string;
12617
13136
  };
12618
13137
  };
12619
- security: {
13138
+ security: ({
12620
13139
  jwtAuth: any[];
12621
- }[];
13140
+ cookieAuth?: undefined;
13141
+ basicAuth?: undefined;
13142
+ } | {
13143
+ cookieAuth: any[];
13144
+ jwtAuth?: undefined;
13145
+ basicAuth?: undefined;
13146
+ } | {
13147
+ basicAuth: any[];
13148
+ jwtAuth?: undefined;
13149
+ cookieAuth?: undefined;
13150
+ })[];
12622
13151
  summary: string;
12623
13152
  tags: string[];
12624
13153
  "x-async-capable": boolean;
@@ -12670,9 +13199,19 @@ declare const OPENAPI_SCHEMA: {
12670
13199
  description: string;
12671
13200
  };
12672
13201
  };
12673
- security: {
13202
+ security: ({
12674
13203
  jwtAuth: any[];
12675
- }[];
13204
+ cookieAuth?: undefined;
13205
+ basicAuth?: undefined;
13206
+ } | {
13207
+ cookieAuth: any[];
13208
+ jwtAuth?: undefined;
13209
+ basicAuth?: undefined;
13210
+ } | {
13211
+ basicAuth: any[];
13212
+ jwtAuth?: undefined;
13213
+ cookieAuth?: undefined;
13214
+ })[];
12676
13215
  summary: string;
12677
13216
  tags: string[];
12678
13217
  "x-async-capable": boolean;
@@ -12734,9 +13273,19 @@ declare const OPENAPI_SCHEMA: {
12734
13273
  description: string;
12735
13274
  };
12736
13275
  };
12737
- security: {
13276
+ security: ({
12738
13277
  jwtAuth: any[];
12739
- }[];
13278
+ cookieAuth?: undefined;
13279
+ basicAuth?: undefined;
13280
+ } | {
13281
+ cookieAuth: any[];
13282
+ jwtAuth?: undefined;
13283
+ basicAuth?: undefined;
13284
+ } | {
13285
+ basicAuth: any[];
13286
+ jwtAuth?: undefined;
13287
+ cookieAuth?: undefined;
13288
+ })[];
12740
13289
  summary: string;
12741
13290
  tags: string[];
12742
13291
  "x-async-capable": boolean;
@@ -12798,9 +13347,19 @@ declare const OPENAPI_SCHEMA: {
12798
13347
  description: string;
12799
13348
  };
12800
13349
  };
12801
- security: {
13350
+ security: ({
12802
13351
  jwtAuth: any[];
12803
- }[];
13352
+ cookieAuth?: undefined;
13353
+ basicAuth?: undefined;
13354
+ } | {
13355
+ cookieAuth: any[];
13356
+ jwtAuth?: undefined;
13357
+ basicAuth?: undefined;
13358
+ } | {
13359
+ basicAuth: any[];
13360
+ jwtAuth?: undefined;
13361
+ cookieAuth?: undefined;
13362
+ })[];
12804
13363
  summary: string;
12805
13364
  tags: string[];
12806
13365
  "x-async-capable": boolean;
@@ -12862,9 +13421,19 @@ declare const OPENAPI_SCHEMA: {
12862
13421
  description: string;
12863
13422
  };
12864
13423
  };
12865
- security: {
13424
+ security: ({
12866
13425
  jwtAuth: any[];
12867
- }[];
13426
+ cookieAuth?: undefined;
13427
+ basicAuth?: undefined;
13428
+ } | {
13429
+ cookieAuth: any[];
13430
+ jwtAuth?: undefined;
13431
+ basicAuth?: undefined;
13432
+ } | {
13433
+ basicAuth: any[];
13434
+ jwtAuth?: undefined;
13435
+ cookieAuth?: undefined;
13436
+ })[];
12868
13437
  summary: string;
12869
13438
  tags: string[];
12870
13439
  "x-async-capable": boolean;
@@ -12926,9 +13495,19 @@ declare const OPENAPI_SCHEMA: {
12926
13495
  description: string;
12927
13496
  };
12928
13497
  };
12929
- security: {
13498
+ security: ({
12930
13499
  jwtAuth: any[];
12931
- }[];
13500
+ cookieAuth?: undefined;
13501
+ basicAuth?: undefined;
13502
+ } | {
13503
+ cookieAuth: any[];
13504
+ jwtAuth?: undefined;
13505
+ basicAuth?: undefined;
13506
+ } | {
13507
+ basicAuth: any[];
13508
+ jwtAuth?: undefined;
13509
+ cookieAuth?: undefined;
13510
+ })[];
12932
13511
  summary: string;
12933
13512
  tags: string[];
12934
13513
  "x-async-capable": boolean;
@@ -12954,10 +13533,16 @@ declare const OPENAPI_SCHEMA: {
12954
13533
  };
12955
13534
  };
12956
13535
  security: ({
13536
+ jwtAuth: any[];
13537
+ cookieAuth?: undefined;
13538
+ basicAuth?: undefined;
13539
+ } | {
12957
13540
  cookieAuth: any[];
13541
+ jwtAuth?: undefined;
12958
13542
  basicAuth?: undefined;
12959
13543
  } | {
12960
13544
  basicAuth: any[];
13545
+ jwtAuth?: undefined;
12961
13546
  cookieAuth?: undefined;
12962
13547
  })[];
12963
13548
  summary: string;
@@ -12994,10 +13579,16 @@ declare const OPENAPI_SCHEMA: {
12994
13579
  };
12995
13580
  };
12996
13581
  security: ({
13582
+ jwtAuth: any[];
13583
+ cookieAuth?: undefined;
13584
+ basicAuth?: undefined;
13585
+ } | {
12997
13586
  cookieAuth: any[];
13587
+ jwtAuth?: undefined;
12998
13588
  basicAuth?: undefined;
12999
13589
  } | {
13000
13590
  basicAuth: any[];
13591
+ jwtAuth?: undefined;
13001
13592
  cookieAuth?: undefined;
13002
13593
  })[];
13003
13594
  summary: string;
@@ -13031,10 +13622,16 @@ declare const OPENAPI_SCHEMA: {
13031
13622
  };
13032
13623
  };
13033
13624
  security: ({
13625
+ jwtAuth: any[];
13626
+ cookieAuth?: undefined;
13627
+ basicAuth?: undefined;
13628
+ } | {
13034
13629
  cookieAuth: any[];
13630
+ jwtAuth?: undefined;
13035
13631
  basicAuth?: undefined;
13036
13632
  } | {
13037
13633
  basicAuth: any[];
13634
+ jwtAuth?: undefined;
13038
13635
  cookieAuth?: undefined;
13039
13636
  })[];
13040
13637
  summary: string;
@@ -13071,10 +13668,16 @@ declare const OPENAPI_SCHEMA: {
13071
13668
  };
13072
13669
  };
13073
13670
  security: ({
13671
+ jwtAuth: any[];
13672
+ cookieAuth?: undefined;
13673
+ basicAuth?: undefined;
13674
+ } | {
13074
13675
  cookieAuth: any[];
13676
+ jwtAuth?: undefined;
13075
13677
  basicAuth?: undefined;
13076
13678
  } | {
13077
13679
  basicAuth: any[];
13680
+ jwtAuth?: undefined;
13078
13681
  cookieAuth?: undefined;
13079
13682
  })[];
13080
13683
  summary: string;
@@ -13108,10 +13711,16 @@ declare const OPENAPI_SCHEMA: {
13108
13711
  };
13109
13712
  };
13110
13713
  security: ({
13714
+ jwtAuth: any[];
13715
+ cookieAuth?: undefined;
13716
+ basicAuth?: undefined;
13717
+ } | {
13111
13718
  cookieAuth: any[];
13719
+ jwtAuth?: undefined;
13112
13720
  basicAuth?: undefined;
13113
13721
  } | {
13114
13722
  basicAuth: any[];
13723
+ jwtAuth?: undefined;
13115
13724
  cookieAuth?: undefined;
13116
13725
  })[];
13117
13726
  summary: string;
@@ -13148,10 +13757,16 @@ declare const OPENAPI_SCHEMA: {
13148
13757
  };
13149
13758
  };
13150
13759
  security: ({
13760
+ jwtAuth: any[];
13761
+ cookieAuth?: undefined;
13762
+ basicAuth?: undefined;
13763
+ } | {
13151
13764
  cookieAuth: any[];
13765
+ jwtAuth?: undefined;
13152
13766
  basicAuth?: undefined;
13153
13767
  } | {
13154
13768
  basicAuth: any[];
13769
+ jwtAuth?: undefined;
13155
13770
  cookieAuth?: undefined;
13156
13771
  })[];
13157
13772
  summary: string;
@@ -13346,6 +13961,70 @@ declare const OPENAPI_SCHEMA: {
13346
13961
  "x-async-capable": boolean;
13347
13962
  };
13348
13963
  };
13964
+ "/cfg/dashboard/api/django_q2/": {
13965
+ get: {
13966
+ description: string;
13967
+ operationId: string;
13968
+ responses: {
13969
+ "200": {
13970
+ description: string;
13971
+ };
13972
+ };
13973
+ security: {
13974
+ jwtAuth: any[];
13975
+ }[];
13976
+ tags: string[];
13977
+ "x-async-capable": boolean;
13978
+ };
13979
+ };
13980
+ "/cfg/dashboard/api/django_q2/schedules/": {
13981
+ get: {
13982
+ description: string;
13983
+ operationId: string;
13984
+ responses: {
13985
+ "200": {
13986
+ description: string;
13987
+ };
13988
+ };
13989
+ security: {
13990
+ jwtAuth: any[];
13991
+ }[];
13992
+ tags: string[];
13993
+ "x-async-capable": boolean;
13994
+ };
13995
+ };
13996
+ "/cfg/dashboard/api/django_q2/status/": {
13997
+ get: {
13998
+ description: string;
13999
+ operationId: string;
14000
+ responses: {
14001
+ "200": {
14002
+ description: string;
14003
+ };
14004
+ };
14005
+ security: {
14006
+ jwtAuth: any[];
14007
+ }[];
14008
+ tags: string[];
14009
+ "x-async-capable": boolean;
14010
+ };
14011
+ };
14012
+ "/cfg/dashboard/api/django_q2/tasks/": {
14013
+ get: {
14014
+ description: string;
14015
+ operationId: string;
14016
+ responses: {
14017
+ "200": {
14018
+ description: string;
14019
+ };
14020
+ };
14021
+ security: {
14022
+ jwtAuth: any[];
14023
+ }[];
14024
+ tags: string[];
14025
+ "x-async-capable": boolean;
14026
+ };
14027
+ };
13349
14028
  "/cfg/dashboard/api/overview/overview/": {
13350
14029
  get: {
13351
14030
  description: string;
@@ -13363,10 +14042,16 @@ declare const OPENAPI_SCHEMA: {
13363
14042
  };
13364
14043
  };
13365
14044
  security: ({
14045
+ jwtAuth: any[];
14046
+ cookieAuth?: undefined;
14047
+ basicAuth?: undefined;
14048
+ } | {
13366
14049
  cookieAuth: any[];
14050
+ jwtAuth?: undefined;
13367
14051
  basicAuth?: undefined;
13368
14052
  } | {
13369
14053
  basicAuth: any[];
14054
+ jwtAuth?: undefined;
13370
14055
  cookieAuth?: undefined;
13371
14056
  })[];
13372
14057
  summary: string;
@@ -13394,10 +14079,16 @@ declare const OPENAPI_SCHEMA: {
13394
14079
  };
13395
14080
  };
13396
14081
  security: ({
14082
+ jwtAuth: any[];
14083
+ cookieAuth?: undefined;
14084
+ basicAuth?: undefined;
14085
+ } | {
13397
14086
  cookieAuth: any[];
14087
+ jwtAuth?: undefined;
13398
14088
  basicAuth?: undefined;
13399
14089
  } | {
13400
14090
  basicAuth: any[];
14091
+ jwtAuth?: undefined;
13401
14092
  cookieAuth?: undefined;
13402
14093
  })[];
13403
14094
  summary: string;
@@ -13425,10 +14116,16 @@ declare const OPENAPI_SCHEMA: {
13425
14116
  };
13426
14117
  };
13427
14118
  security: ({
14119
+ jwtAuth: any[];
14120
+ cookieAuth?: undefined;
14121
+ basicAuth?: undefined;
14122
+ } | {
13428
14123
  cookieAuth: any[];
14124
+ jwtAuth?: undefined;
13429
14125
  basicAuth?: undefined;
13430
14126
  } | {
13431
14127
  basicAuth: any[];
14128
+ jwtAuth?: undefined;
13432
14129
  cookieAuth?: undefined;
13433
14130
  })[];
13434
14131
  summary: string;
@@ -13453,10 +14150,16 @@ declare const OPENAPI_SCHEMA: {
13453
14150
  };
13454
14151
  };
13455
14152
  security: ({
14153
+ jwtAuth: any[];
14154
+ cookieAuth?: undefined;
14155
+ basicAuth?: undefined;
14156
+ } | {
13456
14157
  cookieAuth: any[];
14158
+ jwtAuth?: undefined;
13457
14159
  basicAuth?: undefined;
13458
14160
  } | {
13459
14161
  basicAuth: any[];
14162
+ jwtAuth?: undefined;
13460
14163
  cookieAuth?: undefined;
13461
14164
  })[];
13462
14165
  summary: string;
@@ -13481,10 +14184,16 @@ declare const OPENAPI_SCHEMA: {
13481
14184
  };
13482
14185
  };
13483
14186
  security: ({
14187
+ jwtAuth: any[];
14188
+ cookieAuth?: undefined;
14189
+ basicAuth?: undefined;
14190
+ } | {
13484
14191
  cookieAuth: any[];
14192
+ jwtAuth?: undefined;
13485
14193
  basicAuth?: undefined;
13486
14194
  } | {
13487
14195
  basicAuth: any[];
14196
+ jwtAuth?: undefined;
13488
14197
  cookieAuth?: undefined;
13489
14198
  })[];
13490
14199
  summary: string;
@@ -13509,10 +14218,16 @@ declare const OPENAPI_SCHEMA: {
13509
14218
  };
13510
14219
  };
13511
14220
  security: ({
14221
+ jwtAuth: any[];
14222
+ cookieAuth?: undefined;
14223
+ basicAuth?: undefined;
14224
+ } | {
13512
14225
  cookieAuth: any[];
14226
+ jwtAuth?: undefined;
13513
14227
  basicAuth?: undefined;
13514
14228
  } | {
13515
14229
  basicAuth: any[];
14230
+ jwtAuth?: undefined;
13516
14231
  cookieAuth?: undefined;
13517
14232
  })[];
13518
14233
  summary: string;
@@ -13540,10 +14255,16 @@ declare const OPENAPI_SCHEMA: {
13540
14255
  };
13541
14256
  };
13542
14257
  security: ({
14258
+ jwtAuth: any[];
14259
+ cookieAuth?: undefined;
14260
+ basicAuth?: undefined;
14261
+ } | {
13543
14262
  cookieAuth: any[];
14263
+ jwtAuth?: undefined;
13544
14264
  basicAuth?: undefined;
13545
14265
  } | {
13546
14266
  basicAuth: any[];
14267
+ jwtAuth?: undefined;
13547
14268
  cookieAuth?: undefined;
13548
14269
  })[];
13549
14270
  summary: string;
@@ -13568,10 +14289,16 @@ declare const OPENAPI_SCHEMA: {
13568
14289
  };
13569
14290
  };
13570
14291
  security: ({
14292
+ jwtAuth: any[];
14293
+ cookieAuth?: undefined;
14294
+ basicAuth?: undefined;
14295
+ } | {
13571
14296
  cookieAuth: any[];
14297
+ jwtAuth?: undefined;
13572
14298
  basicAuth?: undefined;
13573
14299
  } | {
13574
14300
  basicAuth: any[];
14301
+ jwtAuth?: undefined;
13575
14302
  cookieAuth?: undefined;
13576
14303
  })[];
13577
14304
  summary: string;
@@ -13722,9 +14449,13 @@ declare const OPENAPI_SCHEMA: {
13722
14449
  description: string;
13723
14450
  };
13724
14451
  };
13725
- security: {
14452
+ security: ({
13726
14453
  jwtAuth: any[];
13727
- }[];
14454
+ cookieAuth?: undefined;
14455
+ } | {
14456
+ cookieAuth: any[];
14457
+ jwtAuth?: undefined;
14458
+ })[];
13728
14459
  tags: string[];
13729
14460
  "x-async-capable": boolean;
13730
14461
  };
@@ -13763,9 +14494,13 @@ declare const OPENAPI_SCHEMA: {
13763
14494
  description: string;
13764
14495
  };
13765
14496
  };
13766
- security: {
14497
+ security: ({
13767
14498
  jwtAuth: any[];
13768
- }[];
14499
+ cookieAuth?: undefined;
14500
+ } | {
14501
+ cookieAuth: any[];
14502
+ jwtAuth?: undefined;
14503
+ })[];
13769
14504
  tags: string[];
13770
14505
  "x-async-capable": boolean;
13771
14506
  };
@@ -13826,9 +14561,13 @@ declare const OPENAPI_SCHEMA: {
13826
14561
  description: string;
13827
14562
  };
13828
14563
  };
13829
- security: {
14564
+ security: ({
13830
14565
  jwtAuth: any[];
13831
- }[];
14566
+ cookieAuth?: undefined;
14567
+ } | {
14568
+ cookieAuth: any[];
14569
+ jwtAuth?: undefined;
14570
+ })[];
13832
14571
  summary: string;
13833
14572
  tags: string[];
13834
14573
  "x-async-capable": boolean;
@@ -13853,9 +14592,13 @@ declare const OPENAPI_SCHEMA: {
13853
14592
  description: string;
13854
14593
  };
13855
14594
  };
13856
- security: {
14595
+ security: ({
13857
14596
  jwtAuth: any[];
13858
- }[];
14597
+ cookieAuth?: undefined;
14598
+ } | {
14599
+ cookieAuth: any[];
14600
+ jwtAuth?: undefined;
14601
+ })[];
13859
14602
  tags: string[];
13860
14603
  "x-async-capable": boolean;
13861
14604
  };
@@ -13884,9 +14627,13 @@ declare const OPENAPI_SCHEMA: {
13884
14627
  description: string;
13885
14628
  };
13886
14629
  };
13887
- security: {
14630
+ security: ({
13888
14631
  jwtAuth: any[];
13889
- }[];
14632
+ cookieAuth?: undefined;
14633
+ } | {
14634
+ cookieAuth: any[];
14635
+ jwtAuth?: undefined;
14636
+ })[];
13890
14637
  tags: string[];
13891
14638
  "x-async-capable": boolean;
13892
14639
  };
@@ -13934,9 +14681,13 @@ declare const OPENAPI_SCHEMA: {
13934
14681
  description: string;
13935
14682
  };
13936
14683
  };
13937
- security: {
14684
+ security: ({
13938
14685
  jwtAuth: any[];
13939
- }[];
14686
+ cookieAuth?: undefined;
14687
+ } | {
14688
+ cookieAuth: any[];
14689
+ jwtAuth?: undefined;
14690
+ })[];
13940
14691
  tags: string[];
13941
14692
  "x-async-capable": boolean;
13942
14693
  };
@@ -13985,9 +14736,13 @@ declare const OPENAPI_SCHEMA: {
13985
14736
  description: string;
13986
14737
  };
13987
14738
  };
13988
- security: {
14739
+ security: ({
13989
14740
  jwtAuth: any[];
13990
- }[];
14741
+ cookieAuth?: undefined;
14742
+ } | {
14743
+ cookieAuth: any[];
14744
+ jwtAuth?: undefined;
14745
+ })[];
13991
14746
  tags: string[];
13992
14747
  "x-async-capable": boolean;
13993
14748
  };
@@ -14018,9 +14773,13 @@ declare const OPENAPI_SCHEMA: {
14018
14773
  description: string;
14019
14774
  };
14020
14775
  };
14021
- security: {
14776
+ security: ({
14022
14777
  jwtAuth: any[];
14023
- }[];
14778
+ cookieAuth?: undefined;
14779
+ } | {
14780
+ cookieAuth: any[];
14781
+ jwtAuth?: undefined;
14782
+ })[];
14024
14783
  summary: string;
14025
14784
  tags: string[];
14026
14785
  "x-async-capable": boolean;
@@ -14059,9 +14818,13 @@ declare const OPENAPI_SCHEMA: {
14059
14818
  description: string;
14060
14819
  };
14061
14820
  };
14062
- security: {
14821
+ security: ({
14063
14822
  jwtAuth: any[];
14064
- }[];
14823
+ cookieAuth?: undefined;
14824
+ } | {
14825
+ cookieAuth: any[];
14826
+ jwtAuth?: undefined;
14827
+ })[];
14065
14828
  summary: string;
14066
14829
  tags: string[];
14067
14830
  "x-async-capable": boolean;
@@ -14130,9 +14893,13 @@ declare const OPENAPI_SCHEMA: {
14130
14893
  description: string;
14131
14894
  };
14132
14895
  };
14133
- security: {
14896
+ security: ({
14134
14897
  jwtAuth: any[];
14135
- }[];
14898
+ cookieAuth?: undefined;
14899
+ } | {
14900
+ cookieAuth: any[];
14901
+ jwtAuth?: undefined;
14902
+ })[];
14136
14903
  summary: string;
14137
14904
  tags: string[];
14138
14905
  "x-async-capable": boolean;
@@ -14154,9 +14921,13 @@ declare const OPENAPI_SCHEMA: {
14154
14921
  description: string;
14155
14922
  };
14156
14923
  };
14157
- security: {
14924
+ security: ({
14158
14925
  jwtAuth: any[];
14159
- }[];
14926
+ cookieAuth?: undefined;
14927
+ } | {
14928
+ cookieAuth: any[];
14929
+ jwtAuth?: undefined;
14930
+ })[];
14160
14931
  summary: string;
14161
14932
  tags: string[];
14162
14933
  "x-async-capable": boolean;
@@ -14184,9 +14955,13 @@ declare const OPENAPI_SCHEMA: {
14184
14955
  description: string;
14185
14956
  };
14186
14957
  };
14187
- security: {
14958
+ security: ({
14188
14959
  jwtAuth: any[];
14189
- }[];
14960
+ cookieAuth?: undefined;
14961
+ } | {
14962
+ cookieAuth: any[];
14963
+ jwtAuth?: undefined;
14964
+ })[];
14190
14965
  summary: string;
14191
14966
  tags: string[];
14192
14967
  "x-async-capable": boolean;
@@ -14219,9 +14994,13 @@ declare const OPENAPI_SCHEMA: {
14219
14994
  description: string;
14220
14995
  };
14221
14996
  };
14222
- security: {
14997
+ security: ({
14223
14998
  jwtAuth: any[];
14224
- }[];
14999
+ cookieAuth?: undefined;
15000
+ } | {
15001
+ cookieAuth: any[];
15002
+ jwtAuth?: undefined;
15003
+ })[];
14225
15004
  summary: string;
14226
15005
  tags: string[];
14227
15006
  "x-async-capable": boolean;
@@ -14270,9 +15049,13 @@ declare const OPENAPI_SCHEMA: {
14270
15049
  description: string;
14271
15050
  };
14272
15051
  };
14273
- security: {
15052
+ security: ({
14274
15053
  jwtAuth: any[];
14275
- }[];
15054
+ cookieAuth?: undefined;
15055
+ } | {
15056
+ cookieAuth: any[];
15057
+ jwtAuth?: undefined;
15058
+ })[];
14276
15059
  tags: string[];
14277
15060
  "x-async-capable": boolean;
14278
15061
  };
@@ -14321,9 +15104,13 @@ declare const OPENAPI_SCHEMA: {
14321
15104
  description: string;
14322
15105
  };
14323
15106
  };
14324
- security: {
15107
+ security: ({
14325
15108
  jwtAuth: any[];
14326
- }[];
15109
+ cookieAuth?: undefined;
15110
+ } | {
15111
+ cookieAuth: any[];
15112
+ jwtAuth?: undefined;
15113
+ })[];
14327
15114
  tags: string[];
14328
15115
  "x-async-capable": boolean;
14329
15116
  };
@@ -14374,9 +15161,13 @@ declare const OPENAPI_SCHEMA: {
14374
15161
  description: string;
14375
15162
  };
14376
15163
  };
14377
- security: {
15164
+ security: ({
14378
15165
  jwtAuth: any[];
14379
- }[];
15166
+ cookieAuth?: undefined;
15167
+ } | {
15168
+ cookieAuth: any[];
15169
+ jwtAuth?: undefined;
15170
+ })[];
14380
15171
  summary: string;
14381
15172
  tags: string[];
14382
15173
  "x-async-capable": boolean;
@@ -14408,9 +15199,13 @@ declare const OPENAPI_SCHEMA: {
14408
15199
  description: string;
14409
15200
  };
14410
15201
  };
14411
- security: {
15202
+ security: ({
14412
15203
  jwtAuth: any[];
14413
- }[];
15204
+ cookieAuth?: undefined;
15205
+ } | {
15206
+ cookieAuth: any[];
15207
+ jwtAuth?: undefined;
15208
+ })[];
14414
15209
  summary: string;
14415
15210
  tags: string[];
14416
15211
  "x-async-capable": boolean;
@@ -14441,9 +15236,13 @@ declare const OPENAPI_SCHEMA: {
14441
15236
  description: string;
14442
15237
  };
14443
15238
  };
14444
- security: {
15239
+ security: ({
14445
15240
  jwtAuth: any[];
14446
- }[];
15241
+ cookieAuth?: undefined;
15242
+ } | {
15243
+ cookieAuth: any[];
15244
+ jwtAuth?: undefined;
15245
+ })[];
14447
15246
  summary: string;
14448
15247
  tags: string[];
14449
15248
  "x-async-capable": boolean;
@@ -14482,9 +15281,13 @@ declare const OPENAPI_SCHEMA: {
14482
15281
  description: string;
14483
15282
  };
14484
15283
  };
14485
- security: {
15284
+ security: ({
14486
15285
  jwtAuth: any[];
14487
- }[];
15286
+ cookieAuth?: undefined;
15287
+ } | {
15288
+ cookieAuth: any[];
15289
+ jwtAuth?: undefined;
15290
+ })[];
14488
15291
  summary: string;
14489
15292
  tags: string[];
14490
15293
  "x-async-capable": boolean;
@@ -14509,9 +15312,13 @@ declare const OPENAPI_SCHEMA: {
14509
15312
  description: string;
14510
15313
  };
14511
15314
  };
14512
- security: {
15315
+ security: ({
14513
15316
  jwtAuth: any[];
14514
- }[];
15317
+ cookieAuth?: undefined;
15318
+ } | {
15319
+ cookieAuth: any[];
15320
+ jwtAuth?: undefined;
15321
+ })[];
14515
15322
  tags: string[];
14516
15323
  "x-async-capable": boolean;
14517
15324
  };
@@ -14540,9 +15347,13 @@ declare const OPENAPI_SCHEMA: {
14540
15347
  description: string;
14541
15348
  };
14542
15349
  };
14543
- security: {
15350
+ security: ({
14544
15351
  jwtAuth: any[];
14545
- }[];
15352
+ cookieAuth?: undefined;
15353
+ } | {
15354
+ cookieAuth: any[];
15355
+ jwtAuth?: undefined;
15356
+ })[];
14546
15357
  tags: string[];
14547
15358
  "x-async-capable": boolean;
14548
15359
  };
@@ -14590,9 +15401,13 @@ declare const OPENAPI_SCHEMA: {
14590
15401
  description: string;
14591
15402
  };
14592
15403
  };
14593
- security: {
15404
+ security: ({
14594
15405
  jwtAuth: any[];
14595
- }[];
15406
+ cookieAuth?: undefined;
15407
+ } | {
15408
+ cookieAuth: any[];
15409
+ jwtAuth?: undefined;
15410
+ })[];
14596
15411
  tags: string[];
14597
15412
  "x-async-capable": boolean;
14598
15413
  };
@@ -14640,9 +15455,13 @@ declare const OPENAPI_SCHEMA: {
14640
15455
  description: string;
14641
15456
  };
14642
15457
  };
14643
- security: {
15458
+ security: ({
14644
15459
  jwtAuth: any[];
14645
- }[];
15460
+ cookieAuth?: undefined;
15461
+ } | {
15462
+ cookieAuth: any[];
15463
+ jwtAuth?: undefined;
15464
+ })[];
14646
15465
  tags: string[];
14647
15466
  "x-async-capable": boolean;
14648
15467
  };
@@ -14692,9 +15511,13 @@ declare const OPENAPI_SCHEMA: {
14692
15511
  description: string;
14693
15512
  };
14694
15513
  };
14695
- security: {
15514
+ security: ({
14696
15515
  jwtAuth: any[];
14697
- }[];
15516
+ cookieAuth?: undefined;
15517
+ } | {
15518
+ cookieAuth: any[];
15519
+ jwtAuth?: undefined;
15520
+ })[];
14698
15521
  summary: string;
14699
15522
  tags: string[];
14700
15523
  "x-async-capable": boolean;
@@ -14745,9 +15568,13 @@ declare const OPENAPI_SCHEMA: {
14745
15568
  description: string;
14746
15569
  };
14747
15570
  };
14748
- security: {
15571
+ security: ({
14749
15572
  jwtAuth: any[];
14750
- }[];
15573
+ cookieAuth?: undefined;
15574
+ } | {
15575
+ cookieAuth: any[];
15576
+ jwtAuth?: undefined;
15577
+ })[];
14751
15578
  summary: string;
14752
15579
  tags: string[];
14753
15580
  "x-async-capable": boolean;
@@ -14934,9 +15761,13 @@ declare const OPENAPI_SCHEMA: {
14934
15761
  description: string;
14935
15762
  };
14936
15763
  };
14937
- security: {
15764
+ security: ({
14938
15765
  jwtAuth: any[];
14939
- }[];
15766
+ cookieAuth?: undefined;
15767
+ } | {
15768
+ cookieAuth: any[];
15769
+ jwtAuth?: undefined;
15770
+ })[];
14940
15771
  tags: string[];
14941
15772
  "x-async-capable": boolean;
14942
15773
  };
@@ -14997,9 +15828,13 @@ declare const OPENAPI_SCHEMA: {
14997
15828
  description: string;
14998
15829
  };
14999
15830
  };
15000
- security: {
15831
+ security: ({
15001
15832
  jwtAuth: any[];
15002
- }[];
15833
+ cookieAuth?: undefined;
15834
+ } | {
15835
+ cookieAuth: any[];
15836
+ jwtAuth?: undefined;
15837
+ })[];
15003
15838
  summary: string;
15004
15839
  tags: string[];
15005
15840
  "x-async-capable": boolean;
@@ -15036,9 +15871,13 @@ declare const OPENAPI_SCHEMA: {
15036
15871
  description: string;
15037
15872
  };
15038
15873
  };
15039
- security: {
15874
+ security: ({
15040
15875
  jwtAuth: any[];
15041
- }[];
15876
+ cookieAuth?: undefined;
15877
+ } | {
15878
+ cookieAuth: any[];
15879
+ jwtAuth?: undefined;
15880
+ })[];
15042
15881
  summary: string;
15043
15882
  tags: string[];
15044
15883
  "x-async-capable": boolean;
@@ -15060,9 +15899,13 @@ declare const OPENAPI_SCHEMA: {
15060
15899
  description: string;
15061
15900
  };
15062
15901
  };
15063
- security: {
15902
+ security: ({
15064
15903
  jwtAuth: any[];
15065
- }[];
15904
+ cookieAuth?: undefined;
15905
+ } | {
15906
+ cookieAuth: any[];
15907
+ jwtAuth?: undefined;
15908
+ })[];
15066
15909
  summary: string;
15067
15910
  tags: string[];
15068
15911
  "x-async-capable": boolean;
@@ -15084,9 +15927,13 @@ declare const OPENAPI_SCHEMA: {
15084
15927
  description: string;
15085
15928
  };
15086
15929
  };
15087
- security: {
15930
+ security: ({
15088
15931
  jwtAuth: any[];
15089
- }[];
15932
+ cookieAuth?: undefined;
15933
+ } | {
15934
+ cookieAuth: any[];
15935
+ jwtAuth?: undefined;
15936
+ })[];
15090
15937
  summary: string;
15091
15938
  tags: string[];
15092
15939
  "x-async-capable": boolean;
@@ -15111,9 +15958,13 @@ declare const OPENAPI_SCHEMA: {
15111
15958
  description: string;
15112
15959
  };
15113
15960
  };
15114
- security: {
15961
+ security: ({
15115
15962
  jwtAuth: any[];
15116
- }[];
15963
+ cookieAuth?: undefined;
15964
+ } | {
15965
+ cookieAuth: any[];
15966
+ jwtAuth?: undefined;
15967
+ })[];
15117
15968
  tags: string[];
15118
15969
  "x-async-capable": boolean;
15119
15970
  };
@@ -15142,9 +15993,13 @@ declare const OPENAPI_SCHEMA: {
15142
15993
  description: string;
15143
15994
  };
15144
15995
  };
15145
- security: {
15996
+ security: ({
15146
15997
  jwtAuth: any[];
15147
- }[];
15998
+ cookieAuth?: undefined;
15999
+ } | {
16000
+ cookieAuth: any[];
16001
+ jwtAuth?: undefined;
16002
+ })[];
15148
16003
  tags: string[];
15149
16004
  "x-async-capable": boolean;
15150
16005
  };
@@ -15187,9 +16042,13 @@ declare const OPENAPI_SCHEMA: {
15187
16042
  description: string;
15188
16043
  };
15189
16044
  };
15190
- security: {
16045
+ security: ({
15191
16046
  jwtAuth: any[];
15192
- }[];
16047
+ cookieAuth?: undefined;
16048
+ } | {
16049
+ cookieAuth: any[];
16050
+ jwtAuth?: undefined;
16051
+ })[];
15193
16052
  tags: string[];
15194
16053
  "x-async-capable": boolean;
15195
16054
  };
@@ -15233,9 +16092,13 @@ declare const OPENAPI_SCHEMA: {
15233
16092
  description: string;
15234
16093
  };
15235
16094
  };
15236
- security: {
16095
+ security: ({
15237
16096
  jwtAuth: any[];
15238
- }[];
16097
+ cookieAuth?: undefined;
16098
+ } | {
16099
+ cookieAuth: any[];
16100
+ jwtAuth?: undefined;
16101
+ })[];
15239
16102
  tags: string[];
15240
16103
  "x-async-capable": boolean;
15241
16104
  };
@@ -15266,9 +16129,13 @@ declare const OPENAPI_SCHEMA: {
15266
16129
  description: string;
15267
16130
  };
15268
16131
  };
15269
- security: {
16132
+ security: ({
15270
16133
  jwtAuth: any[];
15271
- }[];
16134
+ cookieAuth?: undefined;
16135
+ } | {
16136
+ cookieAuth: any[];
16137
+ jwtAuth?: undefined;
16138
+ })[];
15272
16139
  summary: string;
15273
16140
  tags: string[];
15274
16141
  "x-async-capable": boolean;
@@ -15309,9 +16176,13 @@ declare const OPENAPI_SCHEMA: {
15309
16176
  description: string;
15310
16177
  };
15311
16178
  };
15312
- security: {
16179
+ security: ({
15313
16180
  jwtAuth: any[];
15314
- }[];
16181
+ cookieAuth?: undefined;
16182
+ } | {
16183
+ cookieAuth: any[];
16184
+ jwtAuth?: undefined;
16185
+ })[];
15315
16186
  summary: string;
15316
16187
  tags: string[];
15317
16188
  "x-async-capable": boolean;
@@ -15367,9 +16238,13 @@ declare const OPENAPI_SCHEMA: {
15367
16238
  description: string;
15368
16239
  };
15369
16240
  };
15370
- security: {
16241
+ security: ({
15371
16242
  jwtAuth: any[];
15372
- }[];
16243
+ cookieAuth?: undefined;
16244
+ } | {
16245
+ cookieAuth: any[];
16246
+ jwtAuth?: undefined;
16247
+ })[];
15373
16248
  summary: string;
15374
16249
  tags: string[];
15375
16250
  "x-async-capable": boolean;
@@ -15400,9 +16275,13 @@ declare const OPENAPI_SCHEMA: {
15400
16275
  description: string;
15401
16276
  };
15402
16277
  };
15403
- security: {
16278
+ security: ({
15404
16279
  jwtAuth: any[];
15405
- }[];
16280
+ cookieAuth?: undefined;
16281
+ } | {
16282
+ cookieAuth: any[];
16283
+ jwtAuth?: undefined;
16284
+ })[];
15406
16285
  tags: string[];
15407
16286
  "x-async-capable": boolean;
15408
16287
  };
@@ -15441,9 +16320,13 @@ declare const OPENAPI_SCHEMA: {
15441
16320
  description: string;
15442
16321
  };
15443
16322
  };
15444
- security: {
16323
+ security: ({
15445
16324
  jwtAuth: any[];
15446
- }[];
16325
+ cookieAuth?: undefined;
16326
+ } | {
16327
+ cookieAuth: any[];
16328
+ jwtAuth?: undefined;
16329
+ })[];
15447
16330
  tags: string[];
15448
16331
  "x-async-capable": boolean;
15449
16332
  };
@@ -15467,9 +16350,13 @@ declare const OPENAPI_SCHEMA: {
15467
16350
  description: string;
15468
16351
  };
15469
16352
  };
15470
- security: {
16353
+ security: ({
15471
16354
  jwtAuth: any[];
15472
- }[];
16355
+ cookieAuth?: undefined;
16356
+ } | {
16357
+ cookieAuth: any[];
16358
+ jwtAuth?: undefined;
16359
+ })[];
15473
16360
  tags: string[];
15474
16361
  "x-async-capable": boolean;
15475
16362
  };
@@ -15498,9 +16385,13 @@ declare const OPENAPI_SCHEMA: {
15498
16385
  description: string;
15499
16386
  };
15500
16387
  };
15501
- security: {
16388
+ security: ({
15502
16389
  jwtAuth: any[];
15503
- }[];
16390
+ cookieAuth?: undefined;
16391
+ } | {
16392
+ cookieAuth: any[];
16393
+ jwtAuth?: undefined;
16394
+ })[];
15504
16395
  tags: string[];
15505
16396
  "x-async-capable": boolean;
15506
16397
  };
@@ -15548,9 +16439,13 @@ declare const OPENAPI_SCHEMA: {
15548
16439
  description: string;
15549
16440
  };
15550
16441
  };
15551
- security: {
16442
+ security: ({
15552
16443
  jwtAuth: any[];
15553
- }[];
16444
+ cookieAuth?: undefined;
16445
+ } | {
16446
+ cookieAuth: any[];
16447
+ jwtAuth?: undefined;
16448
+ })[];
15554
16449
  tags: string[];
15555
16450
  "x-async-capable": boolean;
15556
16451
  };
@@ -15599,9 +16494,13 @@ declare const OPENAPI_SCHEMA: {
15599
16494
  description: string;
15600
16495
  };
15601
16496
  };
15602
- security: {
16497
+ security: ({
15603
16498
  jwtAuth: any[];
15604
- }[];
16499
+ cookieAuth?: undefined;
16500
+ } | {
16501
+ cookieAuth: any[];
16502
+ jwtAuth?: undefined;
16503
+ })[];
15605
16504
  tags: string[];
15606
16505
  "x-async-capable": boolean;
15607
16506
  };
@@ -15632,9 +16531,13 @@ declare const OPENAPI_SCHEMA: {
15632
16531
  description: string;
15633
16532
  };
15634
16533
  };
15635
- security: {
16534
+ security: ({
15636
16535
  jwtAuth: any[];
15637
- }[];
16536
+ cookieAuth?: undefined;
16537
+ } | {
16538
+ cookieAuth: any[];
16539
+ jwtAuth?: undefined;
16540
+ })[];
15638
16541
  summary: string;
15639
16542
  tags: string[];
15640
16543
  "x-async-capable": boolean;
@@ -15686,9 +16589,13 @@ declare const OPENAPI_SCHEMA: {
15686
16589
  description: string;
15687
16590
  };
15688
16591
  };
15689
- security: {
16592
+ security: ({
15690
16593
  jwtAuth: any[];
15691
- }[];
16594
+ cookieAuth?: undefined;
16595
+ } | {
16596
+ cookieAuth: any[];
16597
+ jwtAuth?: undefined;
16598
+ })[];
15692
16599
  summary: string;
15693
16600
  tags: string[];
15694
16601
  "x-async-capable": boolean;
@@ -15719,9 +16626,13 @@ declare const OPENAPI_SCHEMA: {
15719
16626
  description: string;
15720
16627
  };
15721
16628
  };
15722
- security: {
16629
+ security: ({
15723
16630
  jwtAuth: any[];
15724
- }[];
16631
+ cookieAuth?: undefined;
16632
+ } | {
16633
+ cookieAuth: any[];
16634
+ jwtAuth?: undefined;
16635
+ })[];
15725
16636
  tags: string[];
15726
16637
  "x-async-capable": boolean;
15727
16638
  };
@@ -15760,9 +16671,13 @@ declare const OPENAPI_SCHEMA: {
15760
16671
  description: string;
15761
16672
  };
15762
16673
  };
15763
- security: {
16674
+ security: ({
15764
16675
  jwtAuth: any[];
15765
- }[];
16676
+ cookieAuth?: undefined;
16677
+ } | {
16678
+ cookieAuth: any[];
16679
+ jwtAuth?: undefined;
16680
+ })[];
15766
16681
  tags: string[];
15767
16682
  "x-async-capable": boolean;
15768
16683
  };
@@ -15786,9 +16701,13 @@ declare const OPENAPI_SCHEMA: {
15786
16701
  description: string;
15787
16702
  };
15788
16703
  };
15789
- security: {
16704
+ security: ({
15790
16705
  jwtAuth: any[];
15791
- }[];
16706
+ cookieAuth?: undefined;
16707
+ } | {
16708
+ cookieAuth: any[];
16709
+ jwtAuth?: undefined;
16710
+ })[];
15792
16711
  tags: string[];
15793
16712
  "x-async-capable": boolean;
15794
16713
  };
@@ -15817,9 +16736,13 @@ declare const OPENAPI_SCHEMA: {
15817
16736
  description: string;
15818
16737
  };
15819
16738
  };
15820
- security: {
16739
+ security: ({
15821
16740
  jwtAuth: any[];
15822
- }[];
16741
+ cookieAuth?: undefined;
16742
+ } | {
16743
+ cookieAuth: any[];
16744
+ jwtAuth?: undefined;
16745
+ })[];
15823
16746
  tags: string[];
15824
16747
  "x-async-capable": boolean;
15825
16748
  };
@@ -15867,9 +16790,13 @@ declare const OPENAPI_SCHEMA: {
15867
16790
  description: string;
15868
16791
  };
15869
16792
  };
15870
- security: {
16793
+ security: ({
15871
16794
  jwtAuth: any[];
15872
- }[];
16795
+ cookieAuth?: undefined;
16796
+ } | {
16797
+ cookieAuth: any[];
16798
+ jwtAuth?: undefined;
16799
+ })[];
15873
16800
  tags: string[];
15874
16801
  "x-async-capable": boolean;
15875
16802
  };
@@ -15918,9 +16845,13 @@ declare const OPENAPI_SCHEMA: {
15918
16845
  description: string;
15919
16846
  };
15920
16847
  };
15921
- security: {
16848
+ security: ({
15922
16849
  jwtAuth: any[];
15923
- }[];
16850
+ cookieAuth?: undefined;
16851
+ } | {
16852
+ cookieAuth: any[];
16853
+ jwtAuth?: undefined;
16854
+ })[];
15924
16855
  tags: string[];
15925
16856
  "x-async-capable": boolean;
15926
16857
  };
@@ -15960,9 +16891,13 @@ declare const OPENAPI_SCHEMA: {
15960
16891
  description: string;
15961
16892
  };
15962
16893
  };
15963
- security: {
16894
+ security: ({
15964
16895
  jwtAuth: any[];
15965
- }[];
16896
+ cookieAuth?: undefined;
16897
+ } | {
16898
+ cookieAuth: any[];
16899
+ jwtAuth?: undefined;
16900
+ })[];
15966
16901
  summary: string;
15967
16902
  tags: string[];
15968
16903
  "x-async-capable": boolean;
@@ -15994,9 +16929,13 @@ declare const OPENAPI_SCHEMA: {
15994
16929
  description: string;
15995
16930
  };
15996
16931
  };
15997
- security: {
16932
+ security: ({
15998
16933
  jwtAuth: any[];
15999
- }[];
16934
+ cookieAuth?: undefined;
16935
+ } | {
16936
+ cookieAuth: any[];
16937
+ jwtAuth?: undefined;
16938
+ })[];
16000
16939
  summary: string;
16001
16940
  tags: string[];
16002
16941
  "x-async-capable": boolean;
@@ -17316,9 +18255,13 @@ declare const OPENAPI_SCHEMA: {
17316
18255
  description: string;
17317
18256
  };
17318
18257
  };
17319
- security: {
18258
+ security: ({
17320
18259
  jwtAuth: any[];
17321
- }[];
18260
+ cookieAuth?: undefined;
18261
+ } | {
18262
+ cookieAuth: any[];
18263
+ jwtAuth?: undefined;
18264
+ })[];
17322
18265
  tags: string[];
17323
18266
  "x-async-capable": boolean;
17324
18267
  };
@@ -17357,9 +18300,13 @@ declare const OPENAPI_SCHEMA: {
17357
18300
  description: string;
17358
18301
  };
17359
18302
  };
17360
- security: {
18303
+ security: ({
17361
18304
  jwtAuth: any[];
17362
- }[];
18305
+ cookieAuth?: undefined;
18306
+ } | {
18307
+ cookieAuth: any[];
18308
+ jwtAuth?: undefined;
18309
+ })[];
17363
18310
  tags: string[];
17364
18311
  "x-async-capable": boolean;
17365
18312
  };
@@ -17399,9 +18346,13 @@ declare const OPENAPI_SCHEMA: {
17399
18346
  description: string;
17400
18347
  };
17401
18348
  };
17402
- security: {
18349
+ security: ({
17403
18350
  jwtAuth: any[];
17404
- }[];
18351
+ cookieAuth?: undefined;
18352
+ } | {
18353
+ cookieAuth: any[];
18354
+ jwtAuth?: undefined;
18355
+ })[];
17405
18356
  tags: string[];
17406
18357
  "x-async-capable": boolean;
17407
18358
  };
@@ -17450,9 +18401,13 @@ declare const OPENAPI_SCHEMA: {
17450
18401
  description: string;
17451
18402
  };
17452
18403
  };
17453
- security: {
18404
+ security: ({
17454
18405
  jwtAuth: any[];
17455
- }[];
18406
+ cookieAuth?: undefined;
18407
+ } | {
18408
+ cookieAuth: any[];
18409
+ jwtAuth?: undefined;
18410
+ })[];
17456
18411
  tags: string[];
17457
18412
  "x-async-capable": boolean;
17458
18413
  };
@@ -17476,9 +18431,13 @@ declare const OPENAPI_SCHEMA: {
17476
18431
  description: string;
17477
18432
  };
17478
18433
  };
17479
- security: {
18434
+ security: ({
17480
18435
  jwtAuth: any[];
17481
- }[];
18436
+ cookieAuth?: undefined;
18437
+ } | {
18438
+ cookieAuth: any[];
18439
+ jwtAuth?: undefined;
18440
+ })[];
17482
18441
  tags: string[];
17483
18442
  "x-async-capable": boolean;
17484
18443
  };
@@ -17507,9 +18466,13 @@ declare const OPENAPI_SCHEMA: {
17507
18466
  description: string;
17508
18467
  };
17509
18468
  };
17510
- security: {
18469
+ security: ({
17511
18470
  jwtAuth: any[];
17512
- }[];
18471
+ cookieAuth?: undefined;
18472
+ } | {
18473
+ cookieAuth: any[];
18474
+ jwtAuth?: undefined;
18475
+ })[];
17513
18476
  tags: string[];
17514
18477
  "x-async-capable": boolean;
17515
18478
  };
@@ -17557,9 +18520,13 @@ declare const OPENAPI_SCHEMA: {
17557
18520
  description: string;
17558
18521
  };
17559
18522
  };
17560
- security: {
18523
+ security: ({
17561
18524
  jwtAuth: any[];
17562
- }[];
18525
+ cookieAuth?: undefined;
18526
+ } | {
18527
+ cookieAuth: any[];
18528
+ jwtAuth?: undefined;
18529
+ })[];
17563
18530
  tags: string[];
17564
18531
  "x-async-capable": boolean;
17565
18532
  };
@@ -17608,9 +18575,13 @@ declare const OPENAPI_SCHEMA: {
17608
18575
  description: string;
17609
18576
  };
17610
18577
  };
17611
- security: {
18578
+ security: ({
17612
18579
  jwtAuth: any[];
17613
- }[];
18580
+ cookieAuth?: undefined;
18581
+ } | {
18582
+ cookieAuth: any[];
18583
+ jwtAuth?: undefined;
18584
+ })[];
17614
18585
  tags: string[];
17615
18586
  "x-async-capable": boolean;
17616
18587
  };
@@ -17634,9 +18605,13 @@ declare const OPENAPI_SCHEMA: {
17634
18605
  description: string;
17635
18606
  };
17636
18607
  };
17637
- security: {
18608
+ security: ({
17638
18609
  jwtAuth: any[];
17639
- }[];
18610
+ cookieAuth?: undefined;
18611
+ } | {
18612
+ cookieAuth: any[];
18613
+ jwtAuth?: undefined;
18614
+ })[];
17640
18615
  tags: string[];
17641
18616
  "x-async-capable": boolean;
17642
18617
  };
@@ -17665,9 +18640,13 @@ declare const OPENAPI_SCHEMA: {
17665
18640
  description: string;
17666
18641
  };
17667
18642
  };
17668
- security: {
18643
+ security: ({
17669
18644
  jwtAuth: any[];
17670
- }[];
18645
+ cookieAuth?: undefined;
18646
+ } | {
18647
+ cookieAuth: any[];
18648
+ jwtAuth?: undefined;
18649
+ })[];
17671
18650
  tags: string[];
17672
18651
  "x-async-capable": boolean;
17673
18652
  };
@@ -17715,9 +18694,13 @@ declare const OPENAPI_SCHEMA: {
17715
18694
  description: string;
17716
18695
  };
17717
18696
  };
17718
- security: {
18697
+ security: ({
17719
18698
  jwtAuth: any[];
17720
- }[];
18699
+ cookieAuth?: undefined;
18700
+ } | {
18701
+ cookieAuth: any[];
18702
+ jwtAuth?: undefined;
18703
+ })[];
17721
18704
  tags: string[];
17722
18705
  "x-async-capable": boolean;
17723
18706
  };
@@ -17766,9 +18749,13 @@ declare const OPENAPI_SCHEMA: {
17766
18749
  description: string;
17767
18750
  };
17768
18751
  };
17769
- security: {
18752
+ security: ({
17770
18753
  jwtAuth: any[];
17771
- }[];
18754
+ cookieAuth?: undefined;
18755
+ } | {
18756
+ cookieAuth: any[];
18757
+ jwtAuth?: undefined;
18758
+ })[];
17772
18759
  tags: string[];
17773
18760
  "x-async-capable": boolean;
17774
18761
  };
@@ -17860,8 +18847,16 @@ declare const OPENAPI_SCHEMA: {
17860
18847
  };
17861
18848
  security: ({
17862
18849
  jwtAuth: any[];
18850
+ cookieAuth?: undefined;
18851
+ basicAuth?: undefined;
18852
+ } | {
18853
+ cookieAuth: any[];
18854
+ jwtAuth?: undefined;
18855
+ basicAuth?: undefined;
17863
18856
  } | {
18857
+ basicAuth: any[];
17864
18858
  jwtAuth?: undefined;
18859
+ cookieAuth?: undefined;
17865
18860
  })[];
17866
18861
  tags: string[];
17867
18862
  "x-async-capable": boolean;
@@ -17885,9 +18880,18 @@ declare const OPENAPI_SCHEMA: {
17885
18880
  };
17886
18881
  security: ({
17887
18882
  jwtAuth: any[];
18883
+ cookieAuth?: undefined;
18884
+ basicAuth?: undefined;
18885
+ } | {
18886
+ cookieAuth: any[];
18887
+ jwtAuth?: undefined;
18888
+ basicAuth?: undefined;
17888
18889
  } | {
18890
+ basicAuth: any[];
17889
18891
  jwtAuth?: undefined;
18892
+ cookieAuth?: undefined;
17890
18893
  })[];
18894
+ summary: string;
17891
18895
  tags: string[];
17892
18896
  "x-async-capable": boolean;
17893
18897
  };
@@ -17910,9 +18914,18 @@ declare const OPENAPI_SCHEMA: {
17910
18914
  };
17911
18915
  security: ({
17912
18916
  jwtAuth: any[];
18917
+ cookieAuth?: undefined;
18918
+ basicAuth?: undefined;
18919
+ } | {
18920
+ cookieAuth: any[];
18921
+ jwtAuth?: undefined;
18922
+ basicAuth?: undefined;
17913
18923
  } | {
18924
+ basicAuth: any[];
17914
18925
  jwtAuth?: undefined;
18926
+ cookieAuth?: undefined;
17915
18927
  })[];
18928
+ summary: string;
17916
18929
  tags: string[];
17917
18930
  "x-async-capable": boolean;
17918
18931
  };
@@ -17935,9 +18948,18 @@ declare const OPENAPI_SCHEMA: {
17935
18948
  };
17936
18949
  security: ({
17937
18950
  jwtAuth: any[];
18951
+ cookieAuth?: undefined;
18952
+ basicAuth?: undefined;
18953
+ } | {
18954
+ cookieAuth: any[];
18955
+ jwtAuth?: undefined;
18956
+ basicAuth?: undefined;
17938
18957
  } | {
18958
+ basicAuth: any[];
17939
18959
  jwtAuth?: undefined;
18960
+ cookieAuth?: undefined;
17940
18961
  })[];
18962
+ summary: string;
17941
18963
  tags: string[];
17942
18964
  "x-async-capable": boolean;
17943
18965
  };
@@ -17969,8 +18991,16 @@ declare const OPENAPI_SCHEMA: {
17969
18991
  };
17970
18992
  security: ({
17971
18993
  jwtAuth: any[];
18994
+ cookieAuth?: undefined;
18995
+ basicAuth?: undefined;
17972
18996
  } | {
18997
+ cookieAuth: any[];
18998
+ jwtAuth?: undefined;
18999
+ basicAuth?: undefined;
19000
+ } | {
19001
+ basicAuth: any[];
17973
19002
  jwtAuth?: undefined;
19003
+ cookieAuth?: undefined;
17974
19004
  })[];
17975
19005
  tags: string[];
17976
19006
  "x-async-capable": boolean;
@@ -18003,8 +19033,16 @@ declare const OPENAPI_SCHEMA: {
18003
19033
  };
18004
19034
  security: ({
18005
19035
  jwtAuth: any[];
19036
+ cookieAuth?: undefined;
19037
+ basicAuth?: undefined;
18006
19038
  } | {
19039
+ cookieAuth: any[];
19040
+ jwtAuth?: undefined;
19041
+ basicAuth?: undefined;
19042
+ } | {
19043
+ basicAuth: any[];
18007
19044
  jwtAuth?: undefined;
19045
+ cookieAuth?: undefined;
18008
19046
  })[];
18009
19047
  tags: string[];
18010
19048
  "x-async-capable": boolean;
@@ -19559,25 +20597,68 @@ declare const CurrencySchema: z.ZodObject<{
19559
20597
  */
19560
20598
  type Currency = z.infer<typeof CurrencySchema>;
19561
20599
 
19562
- /**
19563
- * Zod schema for DashboardOverview
19564
- *
19565
- * This schema provides runtime validation and type inference.
19566
- * * Main serializer for dashboard overview endpoint.
19567
- Uses DictField to avoid allOf generation in OpenAPI.
19568
- * */
19569
-
19570
20600
  /**
19571
20601
  * Main serializer for dashboard overview endpoint.
19572
- Uses DictField to avoid allOf generation in OpenAPI.
20602
+ Uses typed serializers for proper OpenAPI schema generation.
19573
20603
  */
19574
20604
  declare const DashboardOverviewSchema: z.ZodObject<{
19575
- stat_cards: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>;
19576
- system_health: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>;
19577
- quick_actions: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>;
19578
- recent_activity: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>;
19579
- system_metrics: z.ZodRecord<z.ZodString, z.ZodAny>;
19580
- user_statistics: z.ZodRecord<z.ZodString, z.ZodAny>;
20605
+ stat_cards: z.ZodArray<z.ZodObject<{
20606
+ title: z.ZodString;
20607
+ value: z.ZodString;
20608
+ icon: z.ZodString;
20609
+ change: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20610
+ change_type: z.ZodOptional<z.ZodEnum<typeof StatCardChangeType>>;
20611
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20612
+ color: z.ZodOptional<z.ZodString>;
20613
+ }, z.core.$strip>>;
20614
+ system_health: z.ZodObject<{
20615
+ overall_status: z.ZodEnum<typeof SystemHealthOverallStatus>;
20616
+ overall_health_percentage: z.ZodInt;
20617
+ components: z.ZodArray<z.ZodObject<{
20618
+ component: z.ZodString;
20619
+ status: z.ZodEnum<typeof SystemHealthItemStatus>;
20620
+ description: z.ZodString;
20621
+ last_check: z.ZodString;
20622
+ health_percentage: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
20623
+ }, z.core.$strip>>;
20624
+ timestamp: z.ZodString;
20625
+ }, z.core.$strip>;
20626
+ quick_actions: z.ZodArray<z.ZodObject<{
20627
+ title: z.ZodString;
20628
+ description: z.ZodString;
20629
+ icon: z.ZodString;
20630
+ link: z.ZodString;
20631
+ color: z.ZodOptional<z.ZodEnum<typeof QuickActionColor>>;
20632
+ category: z.ZodOptional<z.ZodString>;
20633
+ }, z.core.$strip>>;
20634
+ recent_activity: z.ZodArray<z.ZodObject<{
20635
+ id: z.ZodInt;
20636
+ user: z.ZodString;
20637
+ action: z.ZodString;
20638
+ resource: z.ZodString;
20639
+ timestamp: z.ZodString;
20640
+ icon: z.ZodString;
20641
+ color: z.ZodString;
20642
+ }, z.core.$strip>>;
20643
+ system_metrics: z.ZodObject<{
20644
+ cpu_usage: z.ZodNumber;
20645
+ memory_usage: z.ZodNumber;
20646
+ disk_usage: z.ZodNumber;
20647
+ network_in: z.ZodString;
20648
+ network_out: z.ZodString;
20649
+ response_time: z.ZodString;
20650
+ uptime: z.ZodString;
20651
+ }, z.core.$strip>;
20652
+ user_statistics: z.ZodObject<{
20653
+ total_users: z.ZodInt;
20654
+ active_users: z.ZodInt;
20655
+ new_users: z.ZodInt;
20656
+ superusers: z.ZodInt;
20657
+ }, z.core.$strip>;
20658
+ app_statistics: z.ZodOptional<z.ZodArray<z.ZodObject<{
20659
+ app_name: z.ZodString;
20660
+ statistics: z.ZodRecord<z.ZodString, z.ZodAny>;
20661
+ }, z.core.$strip>>>;
19581
20662
  timestamp: z.ZodString;
19582
20663
  }, z.core.$strip>;
19583
20664
  /**
@@ -21946,6 +23027,52 @@ declare const TaskLogListSchema: z.ZodObject<{
21946
23027
  */
21947
23028
  type TaskLogList = z.infer<typeof TaskLogListSchema>;
21948
23029
 
23030
+ /**
23031
+ * Zod schema for TaskLogOverview
23032
+ *
23033
+ * This schema provides runtime validation and type inference.
23034
+ * * Overview of task system with proper structure.
23035
+
23036
+ Provides high-level statistics about the entire task system:
23037
+ - Total tasks count (all-time)
23038
+ - Active queues list
23039
+ - Recent failures (last 24h)
23040
+ - Tasks distribution by queue (as array)
23041
+ - Tasks distribution by status (as array)
23042
+
23043
+ Used by /cfg/tasks/logs/overview/ endpoint.
23044
+ * */
23045
+
23046
+ /**
23047
+ * Overview of task system with proper structure.
23048
+
23049
+ Provides high-level statistics about the entire task system:
23050
+ - Total tasks count (all-time)
23051
+ - Active queues list
23052
+ - Recent failures (last 24h)
23053
+ - Tasks distribution by queue (as array)
23054
+ - Tasks distribution by status (as array)
23055
+
23056
+ Used by /cfg/tasks/logs/overview/ endpoint.
23057
+ */
23058
+ declare const TaskLogOverviewSchema: z.ZodObject<{
23059
+ total_tasks: z.ZodInt;
23060
+ active_queues: z.ZodArray<z.ZodString>;
23061
+ recent_failures: z.ZodInt;
23062
+ tasks_by_queue: z.ZodArray<z.ZodObject<{
23063
+ queue_name: z.ZodString;
23064
+ count: z.ZodInt;
23065
+ }, z.core.$strip>>;
23066
+ tasks_by_status: z.ZodArray<z.ZodObject<{
23067
+ status: z.ZodString;
23068
+ count: z.ZodInt;
23069
+ }, z.core.$strip>>;
23070
+ }, z.core.$strip>;
23071
+ /**
23072
+ * Infer TypeScript type from Zod schema
23073
+ */
23074
+ type TaskLogOverview = z.infer<typeof TaskLogOverviewSchema>;
23075
+
21949
23076
  /**
21950
23077
  * Zod schema for TaskLogStats
21951
23078
  *
@@ -21975,6 +23102,112 @@ declare const TaskLogStatsSchema: z.ZodObject<{
21975
23102
  */
21976
23103
  type TaskLogStats = z.infer<typeof TaskLogStatsSchema>;
21977
23104
 
23105
+ /**
23106
+ * Zod schema for TaskLogTimeline
23107
+ *
23108
+ * This schema provides runtime validation and type inference.
23109
+ * * Timeline response wrapper.
23110
+
23111
+ Returns timeline data as array of time-bucketed statistics.
23112
+ Used by /cfg/tasks/logs/timeline/ endpoint.
23113
+ * */
23114
+
23115
+ /**
23116
+ * Timeline response wrapper.
23117
+
23118
+ Returns timeline data as array of time-bucketed statistics.
23119
+ Used by /cfg/tasks/logs/timeline/ endpoint.
23120
+ */
23121
+ declare const TaskLogTimelineSchema: z.ZodObject<{
23122
+ period_hours: z.ZodInt;
23123
+ interval: z.ZodString;
23124
+ data: z.ZodArray<z.ZodObject<{
23125
+ timestamp: z.ZodISODateTime;
23126
+ total: z.ZodInt;
23127
+ successful: z.ZodInt;
23128
+ failed: z.ZodInt;
23129
+ in_progress: z.ZodOptional<z.ZodInt>;
23130
+ avg_duration_ms: z.ZodOptional<z.ZodNumber>;
23131
+ }, z.core.$strip>>;
23132
+ }, z.core.$strip>;
23133
+ /**
23134
+ * Infer TypeScript type from Zod schema
23135
+ */
23136
+ type TaskLogTimeline = z.infer<typeof TaskLogTimelineSchema>;
23137
+
23138
+ /**
23139
+ * Zod schema for TaskLogTimelineItem
23140
+ *
23141
+ * This schema provides runtime validation and type inference.
23142
+ * * Single timeline data point.
23143
+
23144
+ Represents aggregated task statistics for a specific time period.
23145
+ * */
23146
+
23147
+ /**
23148
+ * Single timeline data point.
23149
+
23150
+ Represents aggregated task statistics for a specific time period.
23151
+ */
23152
+ declare const TaskLogTimelineItemSchema: z.ZodObject<{
23153
+ timestamp: z.ZodISODateTime;
23154
+ total: z.ZodInt;
23155
+ successful: z.ZodInt;
23156
+ failed: z.ZodInt;
23157
+ in_progress: z.ZodOptional<z.ZodInt>;
23158
+ avg_duration_ms: z.ZodOptional<z.ZodNumber>;
23159
+ }, z.core.$strip>;
23160
+ /**
23161
+ * Infer TypeScript type from Zod schema
23162
+ */
23163
+ type TaskLogTimelineItem = z.infer<typeof TaskLogTimelineItemSchema>;
23164
+
23165
+ /**
23166
+ * Zod schema for TasksByQueue
23167
+ *
23168
+ * This schema provides runtime validation and type inference.
23169
+ * * Tasks count by queue.
23170
+
23171
+ Used in overview endpoint for tasks_by_queue list.
23172
+ * */
23173
+
23174
+ /**
23175
+ * Tasks count by queue.
23176
+
23177
+ Used in overview endpoint for tasks_by_queue list.
23178
+ */
23179
+ declare const TasksByQueueSchema: z.ZodObject<{
23180
+ queue_name: z.ZodString;
23181
+ count: z.ZodInt;
23182
+ }, z.core.$strip>;
23183
+ /**
23184
+ * Infer TypeScript type from Zod schema
23185
+ */
23186
+ type TasksByQueue = z.infer<typeof TasksByQueueSchema>;
23187
+
23188
+ /**
23189
+ * Zod schema for TasksByStatus
23190
+ *
23191
+ * This schema provides runtime validation and type inference.
23192
+ * * Tasks count by status.
23193
+
23194
+ Used in overview endpoint for tasks_by_status list.
23195
+ * */
23196
+
23197
+ /**
23198
+ * Tasks count by status.
23199
+
23200
+ Used in overview endpoint for tasks_by_status list.
23201
+ */
23202
+ declare const TasksByStatusSchema: z.ZodObject<{
23203
+ status: z.ZodString;
23204
+ count: z.ZodInt;
23205
+ }, z.core.$strip>;
23206
+ /**
23207
+ * Infer TypeScript type from Zod schema
23208
+ */
23209
+ type TasksByStatus = z.infer<typeof TasksByStatusSchema>;
23210
+
21978
23211
  /**
21979
23212
  * Zod schema for TestEmailRequest
21980
23213
  *
@@ -22625,9 +23858,19 @@ type index$2_TaskLogDetail = TaskLogDetail;
22625
23858
  declare const index$2_TaskLogDetailSchema: typeof TaskLogDetailSchema;
22626
23859
  type index$2_TaskLogList = TaskLogList;
22627
23860
  declare const index$2_TaskLogListSchema: typeof TaskLogListSchema;
23861
+ type index$2_TaskLogOverview = TaskLogOverview;
23862
+ declare const index$2_TaskLogOverviewSchema: typeof TaskLogOverviewSchema;
22628
23863
  declare const index$2_TaskLogSchema: typeof TaskLogSchema;
22629
23864
  type index$2_TaskLogStats = TaskLogStats;
22630
23865
  declare const index$2_TaskLogStatsSchema: typeof TaskLogStatsSchema;
23866
+ type index$2_TaskLogTimeline = TaskLogTimeline;
23867
+ type index$2_TaskLogTimelineItem = TaskLogTimelineItem;
23868
+ declare const index$2_TaskLogTimelineItemSchema: typeof TaskLogTimelineItemSchema;
23869
+ declare const index$2_TaskLogTimelineSchema: typeof TaskLogTimelineSchema;
23870
+ type index$2_TasksByQueue = TasksByQueue;
23871
+ declare const index$2_TasksByQueueSchema: typeof TasksByQueueSchema;
23872
+ type index$2_TasksByStatus = TasksByStatus;
23873
+ declare const index$2_TasksByStatusSchema: typeof TasksByStatusSchema;
22631
23874
  type index$2_TestEmailRequest = TestEmailRequest;
22632
23875
  declare const index$2_TestEmailRequestSchema: typeof TestEmailRequestSchema;
22633
23876
  type index$2_Ticket = Ticket;
@@ -22659,7 +23902,7 @@ declare const index$2_VectorizationResultSchema: typeof VectorizationResultSchem
22659
23902
  type index$2_VectorizationStatistics = VectorizationStatistics;
22660
23903
  declare const index$2_VectorizationStatisticsSchema: typeof VectorizationStatisticsSchema;
22661
23904
  declare namespace index$2 {
22662
- 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_AppStatistics as AppStatistics, 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_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_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_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_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_ConnectionTokenRequestRequest as ConnectionTokenRequestRequest, index$2_ConnectionTokenRequestRequestSchema as ConnectionTokenRequestRequestSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, 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_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_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, 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_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_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_OverviewStats as OverviewStats, index$2_OverviewStatsSchema as OverviewStatsSchema, 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_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_PaginatedTaskLogListList as PaginatedTaskLogListList, index$2_PaginatedTaskLogListListSchema as PaginatedTaskLogListListSchema, 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_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_PublishTestRequestRequest as PublishTestRequestRequest, index$2_PublishTestRequestRequestSchema as PublishTestRequestRequestSchema, type index$2_PublishTestResponse as PublishTestResponse, index$2_PublishTestResponseSchema as PublishTestResponseSchema, 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_RecentPublishes as RecentPublishes, index$2_RecentPublishesSchema as RecentPublishesSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, 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_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, 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_TaskLog as TaskLog, type index$2_TaskLogDetail as TaskLogDetail, index$2_TaskLogDetailSchema as TaskLogDetailSchema, type index$2_TaskLogList as TaskLogList, index$2_TaskLogListSchema as TaskLogListSchema, index$2_TaskLogSchema as TaskLogSchema, type index$2_TaskLogStats as TaskLogStats, index$2_TaskLogStatsSchema as TaskLogStatsSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, 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 };
23905
+ 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_AppStatistics as AppStatistics, 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_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_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_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_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_ConnectionTokenRequestRequest as ConnectionTokenRequestRequest, index$2_ConnectionTokenRequestRequestSchema as ConnectionTokenRequestRequestSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, 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_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_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, 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_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_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_OverviewStats as OverviewStats, index$2_OverviewStatsSchema as OverviewStatsSchema, 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_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_PaginatedTaskLogListList as PaginatedTaskLogListList, index$2_PaginatedTaskLogListListSchema as PaginatedTaskLogListListSchema, 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_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_PublishTestRequestRequest as PublishTestRequestRequest, index$2_PublishTestRequestRequestSchema as PublishTestRequestRequestSchema, type index$2_PublishTestResponse as PublishTestResponse, index$2_PublishTestResponseSchema as PublishTestResponseSchema, 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_RecentPublishes as RecentPublishes, index$2_RecentPublishesSchema as RecentPublishesSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, 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_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, 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_TaskLog as TaskLog, type index$2_TaskLogDetail as TaskLogDetail, index$2_TaskLogDetailSchema as TaskLogDetailSchema, type index$2_TaskLogList as TaskLogList, index$2_TaskLogListSchema as TaskLogListSchema, type index$2_TaskLogOverview as TaskLogOverview, index$2_TaskLogOverviewSchema as TaskLogOverviewSchema, index$2_TaskLogSchema as TaskLogSchema, type index$2_TaskLogStats as TaskLogStats, index$2_TaskLogStatsSchema as TaskLogStatsSchema, type index$2_TaskLogTimeline as TaskLogTimeline, type index$2_TaskLogTimelineItem as TaskLogTimelineItem, index$2_TaskLogTimelineItemSchema as TaskLogTimelineItemSchema, index$2_TaskLogTimelineSchema as TaskLogTimelineSchema, type index$2_TasksByQueue as TasksByQueue, index$2_TasksByQueueSchema as TasksByQueueSchema, type index$2_TasksByStatus as TasksByStatus, index$2_TasksByStatusSchema as TasksByStatusSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, 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 };
22663
23906
  }
22664
23907
 
22665
23908
  /**
@@ -23039,6 +24282,35 @@ declare function createCentrifugoTestingPublishWithLoggingCreate(data: PublishTe
23039
24282
  */
23040
24283
  declare function createCentrifugoTestingSendAckCreate(data: ManualAckRequestRequest, client?: any): Promise<ManualAckResponse>;
23041
24284
 
24285
+ /**
24286
+ * API operation
24287
+ *
24288
+ * @method GET
24289
+ * @path /cfg/dashboard/api/django_q2/
24290
+ */
24291
+ declare function getDashboardApiDjangoQ2Retrieve(client?: any): Promise<any>;
24292
+ /**
24293
+ * API operation
24294
+ *
24295
+ * @method GET
24296
+ * @path /cfg/dashboard/api/django_q2/schedules/
24297
+ */
24298
+ declare function getDashboardApiDjangoQ2SchedulesRetrieve(client?: any): Promise<any>;
24299
+ /**
24300
+ * API operation
24301
+ *
24302
+ * @method GET
24303
+ * @path /cfg/dashboard/api/django_q2/status/
24304
+ */
24305
+ declare function getDashboardApiDjangoQ2StatusRetrieve(client?: any): Promise<any>;
24306
+ /**
24307
+ * API operation
24308
+ *
24309
+ * @method GET
24310
+ * @path /cfg/dashboard/api/django_q2/tasks/
24311
+ */
24312
+ declare function getDashboardApiDjangoQ2TasksRetrieve(client?: any): Promise<any>;
24313
+
23042
24314
  /**
23043
24315
  * Get quick actions
23044
24316
  *
@@ -24730,26 +26002,26 @@ declare function getTasksLogsRetrieve(id: number, client?: any): Promise<TaskLog
24730
26002
  */
24731
26003
  declare function getTasksLogsRelatedRetrieve(id: number, client?: any): Promise<TaskLog>;
24732
26004
  /**
24733
- * API operation
26005
+ * Task System Overview
24734
26006
  *
24735
26007
  * @method GET
24736
26008
  * @path /cfg/tasks/logs/overview/
24737
26009
  */
24738
- declare function getTasksLogsOverviewRetrieve(client?: any): Promise<TaskLog>;
26010
+ declare function getTasksLogsOverviewRetrieve(client?: any): Promise<TaskLogOverview>;
24739
26011
  /**
24740
- * API operation
26012
+ * Task Execution Statistics
24741
26013
  *
24742
26014
  * @method GET
24743
26015
  * @path /cfg/tasks/logs/stats/
24744
26016
  */
24745
26017
  declare function getTasksLogsStatsRetrieve(client?: any): Promise<TaskLogStats>;
24746
26018
  /**
24747
- * API operation
26019
+ * Task Execution Timeline
24748
26020
  *
24749
26021
  * @method GET
24750
26022
  * @path /cfg/tasks/logs/timeline/
24751
26023
  */
24752
- declare function getTasksLogsTimelineRetrieve(client?: any): Promise<TaskLog>;
26024
+ declare function getTasksLogsTimelineRetrieve(client?: any): Promise<TaskLogTimeline>;
24753
26025
 
24754
26026
  /**
24755
26027
  * Typed Fetchers - Universal API functions
@@ -24843,6 +26115,10 @@ declare const index$1_getDashboardApiChartsTrackerList: typeof getDashboardApiCh
24843
26115
  declare const index$1_getDashboardApiCommandsHelpRetrieve: typeof getDashboardApiCommandsHelpRetrieve;
24844
26116
  declare const index$1_getDashboardApiCommandsList: typeof getDashboardApiCommandsList;
24845
26117
  declare const index$1_getDashboardApiCommandsSummaryRetrieve: typeof getDashboardApiCommandsSummaryRetrieve;
26118
+ declare const index$1_getDashboardApiDjangoQ2Retrieve: typeof getDashboardApiDjangoQ2Retrieve;
26119
+ declare const index$1_getDashboardApiDjangoQ2SchedulesRetrieve: typeof getDashboardApiDjangoQ2SchedulesRetrieve;
26120
+ declare const index$1_getDashboardApiDjangoQ2StatusRetrieve: typeof getDashboardApiDjangoQ2StatusRetrieve;
26121
+ declare const index$1_getDashboardApiDjangoQ2TasksRetrieve: typeof getDashboardApiDjangoQ2TasksRetrieve;
24846
26122
  declare const index$1_getDashboardApiOverviewOverviewRetrieve: typeof getDashboardApiOverviewOverviewRetrieve;
24847
26123
  declare const index$1_getDashboardApiStatisticsAppsList: typeof getDashboardApiStatisticsAppsList;
24848
26124
  declare const index$1_getDashboardApiStatisticsCardsList: typeof getDashboardApiStatisticsCardsList;
@@ -24933,7 +26209,7 @@ declare const index$1_updateNewsletterUnsubscribeUpdate: typeof updateNewsletter
24933
26209
  declare const index$1_updateSupportTicketsMessagesUpdate: typeof updateSupportTicketsMessagesUpdate;
24934
26210
  declare const index$1_updateSupportTicketsUpdate: typeof updateSupportTicketsUpdate;
24935
26211
  declare namespace index$1 {
24936
- 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_createCentrifugoTestingConnectionTokenCreate as createCentrifugoTestingConnectionTokenCreate, index$1_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, 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_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_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesRetrieve as getCentrifugoMonitorPublishesRetrieve, 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_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_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_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index$1_getTasksLogsList as getTasksLogsList, index$1_getTasksLogsOverviewRetrieve as getTasksLogsOverviewRetrieve, index$1_getTasksLogsRelatedRetrieve as getTasksLogsRelatedRetrieve, index$1_getTasksLogsRetrieve as getTasksLogsRetrieve, index$1_getTasksLogsStatsRetrieve as getTasksLogsStatsRetrieve, index$1_getTasksLogsTimelineRetrieve as getTasksLogsTimelineRetrieve, 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 };
26212
+ 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_createCentrifugoTestingConnectionTokenCreate as createCentrifugoTestingConnectionTokenCreate, index$1_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, 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_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_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesRetrieve as getCentrifugoMonitorPublishesRetrieve, 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_getDashboardApiDjangoQ2Retrieve as getDashboardApiDjangoQ2Retrieve, index$1_getDashboardApiDjangoQ2SchedulesRetrieve as getDashboardApiDjangoQ2SchedulesRetrieve, index$1_getDashboardApiDjangoQ2StatusRetrieve as getDashboardApiDjangoQ2StatusRetrieve, index$1_getDashboardApiDjangoQ2TasksRetrieve as getDashboardApiDjangoQ2TasksRetrieve, 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_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_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index$1_getTasksLogsList as getTasksLogsList, index$1_getTasksLogsOverviewRetrieve as getTasksLogsOverviewRetrieve, index$1_getTasksLogsRelatedRetrieve as getTasksLogsRelatedRetrieve, index$1_getTasksLogsRetrieve as getTasksLogsRetrieve, index$1_getTasksLogsStatsRetrieve as getTasksLogsStatsRetrieve, index$1_getTasksLogsTimelineRetrieve as getTasksLogsTimelineRetrieve, 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 };
24937
26213
  }
24938
26214
 
24939
26215
  /**
@@ -25709,6 +26985,52 @@ declare function useCreateAccountsOtpVerifyCreate(): (data: OTPVerifyRequest, cl
25709
26985
  */
25710
26986
  declare function useCentrifugoMonitorChannelsRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
25711
26987
 
26988
+ /**
26989
+ * SWR Hooks for Dashboard
26990
+ *
26991
+ * React hooks powered by SWR for data fetching with automatic caching,
26992
+ * revalidation, and optimistic updates.
26993
+ *
26994
+ * Usage:
26995
+ * ```typescript
26996
+ * // Query hooks (GET)
26997
+ * const { data, error, isLoading } = useUsers({ page: 1 })
26998
+ *
26999
+ * // Mutation hooks (POST/PUT/PATCH/DELETE)
27000
+ * const createUser = useCreateUser()
27001
+ * await createUser({ name: 'John', email: 'john@example.com' })
27002
+ * ```
27003
+ */
27004
+
27005
+ /**
27006
+ * API operation
27007
+ *
27008
+ * @method GET
27009
+ * @path /cfg/dashboard/api/django_q2/
27010
+ */
27011
+ declare function useDashboardApiDjangoQ2Retrieve(client?: API): ReturnType<typeof useSWR<any>>;
27012
+ /**
27013
+ * API operation
27014
+ *
27015
+ * @method GET
27016
+ * @path /cfg/dashboard/api/django_q2/schedules/
27017
+ */
27018
+ declare function useDashboardApiDjangoQ2SchedulesRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
27019
+ /**
27020
+ * API operation
27021
+ *
27022
+ * @method GET
27023
+ * @path /cfg/dashboard/api/django_q2/status/
27024
+ */
27025
+ declare function useDashboardApiDjangoQ2StatusRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
27026
+ /**
27027
+ * API operation
27028
+ *
27029
+ * @method GET
27030
+ * @path /cfg/dashboard/api/django_q2/tasks/
27031
+ */
27032
+ declare function useDashboardApiDjangoQ2TasksRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
27033
+
25712
27034
  /**
25713
27035
  * SWR Hooks for Endpoints
25714
27036
  *
@@ -26580,26 +27902,26 @@ declare function useTasksLogsRetrieve(id: number, client?: API): ReturnType<type
26580
27902
  */
26581
27903
  declare function useTasksLogsRelatedRetrieve(id: number, client?: API): ReturnType<typeof useSWR<TaskLog>>;
26582
27904
  /**
26583
- * API operation
27905
+ * Task System Overview
26584
27906
  *
26585
27907
  * @method GET
26586
27908
  * @path /cfg/tasks/logs/overview/
26587
27909
  */
26588
- declare function useTasksLogsOverviewRetrieve(client?: API): ReturnType<typeof useSWR<TaskLog>>;
27910
+ declare function useTasksLogsOverviewRetrieve(client?: API): ReturnType<typeof useSWR<TaskLogOverview>>;
26589
27911
  /**
26590
- * API operation
27912
+ * Task Execution Statistics
26591
27913
  *
26592
27914
  * @method GET
26593
27915
  * @path /cfg/tasks/logs/stats/
26594
27916
  */
26595
27917
  declare function useTasksLogsStatsRetrieve(client?: API): ReturnType<typeof useSWR<TaskLogStats>>;
26596
27918
  /**
26597
- * API operation
27919
+ * Task Execution Timeline
26598
27920
  *
26599
27921
  * @method GET
26600
27922
  * @path /cfg/tasks/logs/timeline/
26601
27923
  */
26602
- declare function useTasksLogsTimelineRetrieve(client?: API): ReturnType<typeof useSWR<TaskLog>>;
27924
+ declare function useTasksLogsTimelineRetrieve(client?: API): ReturnType<typeof useSWR<TaskLogTimeline>>;
26603
27925
 
26604
27926
  /**
26605
27927
  * SWR Hooks - React data fetching hooks
@@ -26681,6 +28003,10 @@ declare const index_useDashboardApiChartsTrackerList: typeof useDashboardApiChar
26681
28003
  declare const index_useDashboardApiCommandsHelpRetrieve: typeof useDashboardApiCommandsHelpRetrieve;
26682
28004
  declare const index_useDashboardApiCommandsList: typeof useDashboardApiCommandsList;
26683
28005
  declare const index_useDashboardApiCommandsSummaryRetrieve: typeof useDashboardApiCommandsSummaryRetrieve;
28006
+ declare const index_useDashboardApiDjangoQ2Retrieve: typeof useDashboardApiDjangoQ2Retrieve;
28007
+ declare const index_useDashboardApiDjangoQ2SchedulesRetrieve: typeof useDashboardApiDjangoQ2SchedulesRetrieve;
28008
+ declare const index_useDashboardApiDjangoQ2StatusRetrieve: typeof useDashboardApiDjangoQ2StatusRetrieve;
28009
+ declare const index_useDashboardApiDjangoQ2TasksRetrieve: typeof useDashboardApiDjangoQ2TasksRetrieve;
26684
28010
  declare const index_useDashboardApiOverviewOverviewRetrieve: typeof useDashboardApiOverviewOverviewRetrieve;
26685
28011
  declare const index_useDashboardApiStatisticsAppsList: typeof useDashboardApiStatisticsAppsList;
26686
28012
  declare const index_useDashboardApiStatisticsCardsList: typeof useDashboardApiStatisticsCardsList;
@@ -26781,7 +28107,7 @@ declare const index_useUpdateNewsletterUnsubscribeUpdate: typeof useUpdateNewsle
26781
28107
  declare const index_useUpdateSupportTicketsMessagesUpdate: typeof useUpdateSupportTicketsMessagesUpdate;
26782
28108
  declare const index_useUpdateSupportTicketsUpdate: typeof useUpdateSupportTicketsUpdate;
26783
28109
  declare namespace index {
26784
- export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesRetrieve as useCentrifugoMonitorPublishesRetrieve, 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_useCreateCentrifugoTestingConnectionTokenCreate as useCreateCentrifugoTestingConnectionTokenCreate, index_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, 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_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_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_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, 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_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, index_useTasksLogsList as useTasksLogsList, index_useTasksLogsOverviewRetrieve as useTasksLogsOverviewRetrieve, index_useTasksLogsRelatedRetrieve as useTasksLogsRelatedRetrieve, index_useTasksLogsRetrieve as useTasksLogsRetrieve, index_useTasksLogsStatsRetrieve as useTasksLogsStatsRetrieve, index_useTasksLogsTimelineRetrieve as useTasksLogsTimelineRetrieve, 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 };
28110
+ export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesRetrieve as useCentrifugoMonitorPublishesRetrieve, 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_useCreateCentrifugoTestingConnectionTokenCreate as useCreateCentrifugoTestingConnectionTokenCreate, index_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, 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_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_useDashboardApiDjangoQ2Retrieve as useDashboardApiDjangoQ2Retrieve, index_useDashboardApiDjangoQ2SchedulesRetrieve as useDashboardApiDjangoQ2SchedulesRetrieve, index_useDashboardApiDjangoQ2StatusRetrieve as useDashboardApiDjangoQ2StatusRetrieve, index_useDashboardApiDjangoQ2TasksRetrieve as useDashboardApiDjangoQ2TasksRetrieve, 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_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, 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_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, index_useTasksLogsList as useTasksLogsList, index_useTasksLogsOverviewRetrieve as useTasksLogsOverviewRetrieve, index_useTasksLogsRelatedRetrieve as useTasksLogsRelatedRetrieve, index_useTasksLogsRetrieve as useTasksLogsRetrieve, index_useTasksLogsStatsRetrieve as useTasksLogsStatsRetrieve, index_useTasksLogsTimelineRetrieve as useTasksLogsTimelineRetrieve, 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 };
26785
28111
  }
26786
28112
 
26787
28113
  /**
@@ -26914,6 +28240,7 @@ declare class API {
26914
28240
  cfg_user_profile: CfgUserProfile;
26915
28241
  cfg_accounts: CfgAccounts;
26916
28242
  cfg_centrifugo: CfgCentrifugo;
28243
+ cfg_dashboard: CfgDashboard;
26917
28244
  cfg_endpoints: CfgEndpoints;
26918
28245
  cfg_health: CfgHealth;
26919
28246
  cfg_knowbase: CfgKnowbase;
@@ -27216,4 +28543,4 @@ declare function KnowbaseSessionsProvider({ children }: {
27216
28543
  }): react_jsx_runtime.JSX.Element;
27217
28544
  declare function useKnowbaseSessionsContext(): KnowbaseSessionsContextValue;
27218
28545
 
27219
- export { API, APIClient, APIError, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$9 as CfgAccountsTypes, models$s as CfgAuthTypes, models$r as CfgBulkEmailTypes, models$q as CfgCampaignsTypes, models$p as CfgCentrifugoAdminApiTypes, models$o as CfgCentrifugoMonitoringTypes, models$n as CfgCentrifugoTestingTypes, models$8 as CfgCentrifugoTypes, models$l as CfgDashboardActivityTypes, models$m as CfgDashboardApiZonesTypes, models$k as CfgDashboardChartsTypes, models$j as CfgDashboardCommandsTypes, models$i as CfgDashboardOverviewTypes, models$h as CfgDashboardStatisticsTypes, models$g as CfgDashboardSystemTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$f as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$e as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$d as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$c as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$b as CfgTestingTypes, models$a 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, OPENAPI_SCHEMA, type OTPRequestResponse, 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 User, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingConnectionTokenCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesRetrieve, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, 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, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksLogsList, getTasksLogsOverviewRetrieve, getTasksLogsRelatedRetrieve, getTasksLogsRetrieve, getTasksLogsStatsRetrieve, getTasksLogsTimelineRetrieve, isAPIConfigured, 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, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };
28546
+ export { API, APIClient, APIError, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$a as CfgAccountsTypes, models$t as CfgAuthTypes, models$s as CfgBulkEmailTypes, models$r as CfgCampaignsTypes, models$q as CfgCentrifugoAdminApiTypes, models$p as CfgCentrifugoMonitoringTypes, models$o as CfgCentrifugoTestingTypes, models$9 as CfgCentrifugoTypes, models$m as CfgDashboardActivityTypes, models$n as CfgDashboardApiZonesTypes, models$l as CfgDashboardChartsTypes, models$k as CfgDashboardCommandsTypes, models$j as CfgDashboardOverviewTypes, models$i as CfgDashboardStatisticsTypes, models$h as CfgDashboardSystemTypes, models$8 as CfgDashboardTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$g as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$f as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$e as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$d as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$c as CfgTestingTypes, models$b 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, OPENAPI_SCHEMA, type OTPRequestResponse, 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 User, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingConnectionTokenCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesRetrieve, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiDjangoQ2Retrieve, getDashboardApiDjangoQ2SchedulesRetrieve, getDashboardApiDjangoQ2StatusRetrieve, getDashboardApiDjangoQ2TasksRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, 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, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksLogsList, getTasksLogsOverviewRetrieve, getTasksLogsRelatedRetrieve, getTasksLogsRetrieve, getTasksLogsStatsRetrieve, getTasksLogsTimelineRetrieve, isAPIConfigured, 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, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };