@djangocfg/api 1.2.16 → 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.mjs CHANGED
@@ -813,6 +813,46 @@ var CfgCentrifugo = class {
813
813
  // src/cfg/generated/cfg__centrifugo/models.ts
814
814
  var models_exports21 = {};
815
815
 
816
+ // src/cfg/generated/cfg__dashboard/client.ts
817
+ var CfgDashboard = class {
818
+ constructor(client) {
819
+ this.client = client;
820
+ }
821
+ /**
822
+ * Get complete Django-Q2 summary. GET /api/django_q2/ Returns status,
823
+ * schedules, and recent tasks.
824
+ */
825
+ async apiDjangoQ2Retrieve() {
826
+ const response = await this.client.request("GET", "/cfg/dashboard/api/django_q2/");
827
+ return response;
828
+ }
829
+ /**
830
+ * Get all scheduled tasks. GET /api/django_q2/schedules/
831
+ */
832
+ async apiDjangoQ2SchedulesRetrieve() {
833
+ const response = await this.client.request("GET", "/cfg/dashboard/api/django_q2/schedules/");
834
+ return response;
835
+ }
836
+ /**
837
+ * Get Django-Q2 cluster status. GET /api/django_q2/status/
838
+ */
839
+ async apiDjangoQ2StatusRetrieve() {
840
+ const response = await this.client.request("GET", "/cfg/dashboard/api/django_q2/status/");
841
+ return response;
842
+ }
843
+ /**
844
+ * Get recent task executions. GET /api/django_q2/tasks/ Query params: -
845
+ * limit: Number of tasks to return (default: 20)
846
+ */
847
+ async apiDjangoQ2TasksRetrieve() {
848
+ const response = await this.client.request("GET", "/cfg/dashboard/api/django_q2/tasks/");
849
+ return response;
850
+ }
851
+ };
852
+
853
+ // src/cfg/generated/cfg__dashboard/models.ts
854
+ var models_exports22 = {};
855
+
816
856
  // src/cfg/generated/cfg__endpoints/client.ts
817
857
  var CfgEndpoints = class {
818
858
  constructor(client) {
@@ -842,7 +882,7 @@ var CfgEndpoints = class {
842
882
  };
843
883
 
844
884
  // src/cfg/generated/cfg__endpoints/models.ts
845
- var models_exports22 = {};
885
+ var models_exports23 = {};
846
886
 
847
887
  // src/cfg/generated/cfg__health/client.ts
848
888
  var CfgHealth = class {
@@ -866,7 +906,7 @@ var CfgHealth = class {
866
906
  };
867
907
 
868
908
  // src/cfg/generated/cfg__health/models.ts
869
- var models_exports23 = {};
909
+ var models_exports24 = {};
870
910
 
871
911
  // src/cfg/generated/cfg__knowbase/client.ts
872
912
  var CfgKnowbase = class {
@@ -1427,7 +1467,7 @@ var CfgKnowbase = class {
1427
1467
  };
1428
1468
 
1429
1469
  // src/cfg/generated/cfg__knowbase/models.ts
1430
- var models_exports24 = {};
1470
+ var models_exports25 = {};
1431
1471
 
1432
1472
  // src/cfg/generated/cfg__leads/client.ts
1433
1473
  var CfgLeads = class {
@@ -1492,7 +1532,7 @@ var CfgLeads = class {
1492
1532
  };
1493
1533
 
1494
1534
  // src/cfg/generated/cfg__leads/models.ts
1495
- var models_exports25 = {};
1535
+ var models_exports26 = {};
1496
1536
 
1497
1537
  // src/cfg/generated/cfg__newsletter/client.ts
1498
1538
  var CfgNewsletter = class {
@@ -1523,7 +1563,7 @@ var CfgNewsletter = class {
1523
1563
  };
1524
1564
 
1525
1565
  // src/cfg/generated/cfg__newsletter/models.ts
1526
- var models_exports26 = {};
1566
+ var models_exports27 = {};
1527
1567
 
1528
1568
  // src/cfg/generated/cfg__payments/client.ts
1529
1569
  var CfgPayments = class {
@@ -1621,7 +1661,7 @@ var CfgPayments = class {
1621
1661
  };
1622
1662
 
1623
1663
  // src/cfg/generated/cfg__payments/models.ts
1624
- var models_exports27 = {};
1664
+ var models_exports28 = {};
1625
1665
 
1626
1666
  // src/cfg/generated/cfg__support/client.ts
1627
1667
  var CfgSupport = class {
@@ -1629,7 +1669,9 @@ var CfgSupport = class {
1629
1669
  this.client = client;
1630
1670
  }
1631
1671
  /**
1632
- * ViewSet for managing support tickets.
1672
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
1673
+ * or Session). Staff users can see all tickets, regular users see only
1674
+ * their own.
1633
1675
  */
1634
1676
  async ticketsList(...args) {
1635
1677
  const isParamsObject = args.length === 1 && typeof args[0] === "object" && args[0] !== null && !Array.isArray(args[0]);
@@ -1643,14 +1685,17 @@ var CfgSupport = class {
1643
1685
  return response;
1644
1686
  }
1645
1687
  /**
1646
- * ViewSet for managing support tickets.
1688
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
1689
+ * or Session). Staff users can see all tickets, regular users see only
1690
+ * their own.
1647
1691
  */
1648
1692
  async ticketsCreate(data) {
1649
1693
  const response = await this.client.request("POST", "/cfg/support/tickets/", { body: data });
1650
1694
  return response;
1651
1695
  }
1652
1696
  /**
1653
- * ViewSet for managing support messages.
1697
+ * ViewSet for managing support messages. Requires authenticated user (JWT
1698
+ * or Session). Users can only access messages for their own tickets.
1654
1699
  */
1655
1700
  async ticketsMessagesList(...args) {
1656
1701
  const ticket_uuid = args[0];
@@ -1665,63 +1710,76 @@ var CfgSupport = class {
1665
1710
  return response;
1666
1711
  }
1667
1712
  /**
1668
- * ViewSet for managing support messages.
1713
+ * ViewSet for managing support messages. Requires authenticated user (JWT
1714
+ * or Session). Users can only access messages for their own tickets.
1669
1715
  */
1670
1716
  async ticketsMessagesCreate(ticket_uuid, data) {
1671
1717
  const response = await this.client.request("POST", `/cfg/support/tickets/${ticket_uuid}/messages/`, { body: data });
1672
1718
  return response;
1673
1719
  }
1674
1720
  /**
1675
- * ViewSet for managing support messages.
1721
+ * ViewSet for managing support messages. Requires authenticated user (JWT
1722
+ * or Session). Users can only access messages for their own tickets.
1676
1723
  */
1677
1724
  async ticketsMessagesRetrieve(ticket_uuid, uuid) {
1678
1725
  const response = await this.client.request("GET", `/cfg/support/tickets/${ticket_uuid}/messages/${uuid}/`);
1679
1726
  return response;
1680
1727
  }
1681
1728
  /**
1682
- * ViewSet for managing support messages.
1729
+ * ViewSet for managing support messages. Requires authenticated user (JWT
1730
+ * or Session). Users can only access messages for their own tickets.
1683
1731
  */
1684
1732
  async ticketsMessagesUpdate(ticket_uuid, uuid, data) {
1685
1733
  const response = await this.client.request("PUT", `/cfg/support/tickets/${ticket_uuid}/messages/${uuid}/`, { body: data });
1686
1734
  return response;
1687
1735
  }
1688
1736
  /**
1689
- * ViewSet for managing support messages.
1737
+ * ViewSet for managing support messages. Requires authenticated user (JWT
1738
+ * or Session). Users can only access messages for their own tickets.
1690
1739
  */
1691
1740
  async ticketsMessagesPartialUpdate(ticket_uuid, uuid, data) {
1692
1741
  const response = await this.client.request("PATCH", `/cfg/support/tickets/${ticket_uuid}/messages/${uuid}/`, { body: data });
1693
1742
  return response;
1694
1743
  }
1695
1744
  /**
1696
- * ViewSet for managing support messages.
1745
+ * ViewSet for managing support messages. Requires authenticated user (JWT
1746
+ * or Session). Users can only access messages for their own tickets.
1697
1747
  */
1698
1748
  async ticketsMessagesDestroy(ticket_uuid, uuid) {
1699
1749
  const response = await this.client.request("DELETE", `/cfg/support/tickets/${ticket_uuid}/messages/${uuid}/`);
1700
1750
  return;
1701
1751
  }
1702
1752
  /**
1703
- * ViewSet for managing support tickets.
1753
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
1754
+ * or Session). Staff users can see all tickets, regular users see only
1755
+ * their own.
1704
1756
  */
1705
1757
  async ticketsRetrieve(uuid) {
1706
1758
  const response = await this.client.request("GET", `/cfg/support/tickets/${uuid}/`);
1707
1759
  return response;
1708
1760
  }
1709
1761
  /**
1710
- * ViewSet for managing support tickets.
1762
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
1763
+ * or Session). Staff users can see all tickets, regular users see only
1764
+ * their own.
1711
1765
  */
1712
1766
  async ticketsUpdate(uuid, data) {
1713
1767
  const response = await this.client.request("PUT", `/cfg/support/tickets/${uuid}/`, { body: data });
1714
1768
  return response;
1715
1769
  }
1716
1770
  /**
1717
- * ViewSet for managing support tickets.
1771
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
1772
+ * or Session). Staff users can see all tickets, regular users see only
1773
+ * their own.
1718
1774
  */
1719
1775
  async ticketsPartialUpdate(uuid, data) {
1720
1776
  const response = await this.client.request("PATCH", `/cfg/support/tickets/${uuid}/`, { body: data });
1721
1777
  return response;
1722
1778
  }
1723
1779
  /**
1724
- * ViewSet for managing support tickets.
1780
+ * ViewSet for managing support tickets. Requires authenticated user (JWT
1781
+ * or Session). Staff users can see all tickets, regular users see only
1782
+ * their own.
1725
1783
  */
1726
1784
  async ticketsDestroy(uuid) {
1727
1785
  const response = await this.client.request("DELETE", `/cfg/support/tickets/${uuid}/`);
@@ -1730,7 +1788,7 @@ var CfgSupport = class {
1730
1788
  };
1731
1789
 
1732
1790
  // src/cfg/generated/cfg__support/models.ts
1733
- var models_exports28 = {};
1791
+ var models_exports29 = {};
1734
1792
 
1735
1793
  // src/cfg/generated/cfg__tasks/client.ts
1736
1794
  var CfgTasks = class {
@@ -1738,12 +1796,18 @@ var CfgTasks = class {
1738
1796
  this.client = client;
1739
1797
  }
1740
1798
  /**
1741
- * ViewSet for TaskLog monitoring. Provides read-only access to task
1742
- * execution logs with filtering, searching, and statistics. Endpoints: GET
1743
- * /api/tasks/logs/ - List all task logs GET /api/tasks/logs/{id}/ - Get
1744
- * task log details GET /api/tasks/logs/stats/ - Get aggregated statistics
1745
- * GET /api/tasks/logs/timeline/ - Get task execution timeline GET
1746
- * /api/tasks/logs/overview/ - Get summary overview
1799
+ * Complete ViewSet for TaskLog monitoring. Provides read-only access to
1800
+ * task execution logs with filtering, searching, and statistics.
1801
+ * Endpoints: GET /api/tasks/logs/ - List all task logs GET
1802
+ * /api/tasks/logs/{id}/ - Get task log details GET
1803
+ * /api/tasks/logs/{id}/related/ - Get related task logs GET
1804
+ * /api/tasks/logs/stats/ - Get aggregated statistics GET
1805
+ * /api/tasks/logs/timeline/ - Get task execution timeline GET
1806
+ * /api/tasks/logs/overview/ - Get summary overview Mixins: -
1807
+ * TaskLogStatsMixin: Aggregated statistics - TaskLogTimelineMixin:
1808
+ * Time-series data - TaskLogOverviewMixin: High-level summary -
1809
+ * TaskLogRelatedMixin: Related task lookup - TaskLogBaseViewSet: Base CRUD
1810
+ * operations
1747
1811
  */
1748
1812
  async logsList(...args) {
1749
1813
  const isParamsObject = args.length === 1 && typeof args[0] === "object" && args[0] !== null && !Array.isArray(args[0]);
@@ -1757,12 +1821,18 @@ var CfgTasks = class {
1757
1821
  return response;
1758
1822
  }
1759
1823
  /**
1760
- * ViewSet for TaskLog monitoring. Provides read-only access to task
1761
- * execution logs with filtering, searching, and statistics. Endpoints: GET
1762
- * /api/tasks/logs/ - List all task logs GET /api/tasks/logs/{id}/ - Get
1763
- * task log details GET /api/tasks/logs/stats/ - Get aggregated statistics
1764
- * GET /api/tasks/logs/timeline/ - Get task execution timeline GET
1765
- * /api/tasks/logs/overview/ - Get summary overview
1824
+ * Complete ViewSet for TaskLog monitoring. Provides read-only access to
1825
+ * task execution logs with filtering, searching, and statistics.
1826
+ * Endpoints: GET /api/tasks/logs/ - List all task logs GET
1827
+ * /api/tasks/logs/{id}/ - Get task log details GET
1828
+ * /api/tasks/logs/{id}/related/ - Get related task logs GET
1829
+ * /api/tasks/logs/stats/ - Get aggregated statistics GET
1830
+ * /api/tasks/logs/timeline/ - Get task execution timeline GET
1831
+ * /api/tasks/logs/overview/ - Get summary overview Mixins: -
1832
+ * TaskLogStatsMixin: Aggregated statistics - TaskLogTimelineMixin:
1833
+ * Time-series data - TaskLogOverviewMixin: High-level summary -
1834
+ * TaskLogRelatedMixin: Related task lookup - TaskLogBaseViewSet: Base CRUD
1835
+ * operations
1766
1836
  */
1767
1837
  async logsRetrieve(id) {
1768
1838
  const response = await this.client.request("GET", `/cfg/tasks/logs/${id}/`);
@@ -1770,41 +1840,36 @@ var CfgTasks = class {
1770
1840
  }
1771
1841
  /**
1772
1842
  * Get related task logs (same job_id or task_name). Returns tasks that
1773
- * share the same job_id or are retries of the same task.
1843
+ * share the same job_id or are retries of the same task. Returns: Array of
1844
+ * related TaskLog objects (up to 10 most recent)
1774
1845
  */
1775
1846
  async logsRelatedRetrieve(id) {
1776
1847
  const response = await this.client.request("GET", `/cfg/tasks/logs/${id}/related/`);
1777
1848
  return response;
1778
1849
  }
1779
1850
  /**
1780
- * Get summary overview of task system. Returns: { "total_tasks": 1500,
1781
- * "active_queues": ["default", "high", "knowledge"], "recent_failures": 5,
1782
- * "tasks_by_queue": { "default": 800, "high": 500, "knowledge": 200 },
1783
- * "tasks_by_status": { "completed": 1450, "failed": 45, "in_progress": 5 }
1784
- * }
1851
+ * Task System Overview
1852
+ *
1853
+ * Get high-level summary statistics for the entire task system
1785
1854
  */
1786
1855
  async logsOverviewRetrieve() {
1787
1856
  const response = await this.client.request("GET", "/cfg/tasks/logs/overview/");
1788
1857
  return response;
1789
1858
  }
1790
1859
  /**
1791
- * Get aggregated task statistics. Query Parameters: period_hours (int):
1792
- * Statistics period in hours (default: 24) task_name (str): Filter by
1793
- * specific task name Returns: { "total": 150, "successful": 145, "failed":
1794
- * 5, "in_progress": 2, "success_rate": 96.67, "avg_duration_ms": 1250,
1795
- * "avg_duration_seconds": 1.25, "period_hours": 24 }
1860
+ * Task Execution Statistics
1861
+ *
1862
+ * Get aggregated statistics about task execution (success/failure rates,
1863
+ * duration)
1796
1864
  */
1797
1865
  async logsStatsRetrieve() {
1798
1866
  const response = await this.client.request("GET", "/cfg/tasks/logs/stats/");
1799
1867
  return response;
1800
1868
  }
1801
1869
  /**
1802
- * Get task execution timeline grouped by time intervals. Query Parameters:
1803
- * period_hours (int): Timeline period in hours (default: 24) interval
1804
- * (str): Grouping interval - 'hour', 'day' (default: 'hour') task_name
1805
- * (str): Filter by specific task name Returns: [ { "timestamp":
1806
- * "2025-10-30T10:00:00Z", "total": 15, "successful": 14, "failed": 1,
1807
- * "avg_duration_ms": 1200 }, ... ]
1870
+ * Task Execution Timeline
1871
+ *
1872
+ * Get time-series data of task executions grouped by time intervals
1808
1873
  */
1809
1874
  async logsTimelineRetrieve() {
1810
1875
  const response = await this.client.request("GET", "/cfg/tasks/logs/timeline/");
@@ -1813,7 +1878,7 @@ var CfgTasks = class {
1813
1878
  };
1814
1879
 
1815
1880
  // src/cfg/generated/cfg__tasks/models.ts
1816
- var models_exports29 = {};
1881
+ var models_exports30 = {};
1817
1882
 
1818
1883
  // src/cfg/generated/http.ts
1819
1884
  var FetchAdapter = class {
@@ -2193,6 +2258,7 @@ var APIClient = class {
2193
2258
  this.cfg_user_profile = new CfgUserProfile(this);
2194
2259
  this.cfg_accounts = new CfgAccounts(this);
2195
2260
  this.cfg_centrifugo = new CfgCentrifugo(this);
2261
+ this.cfg_dashboard = new CfgDashboard(this);
2196
2262
  this.cfg_endpoints = new CfgEndpoints(this);
2197
2263
  this.cfg_health = new CfgHealth(this);
2198
2264
  this.cfg_knowbase = new CfgKnowbase(this);
@@ -4744,53 +4810,63 @@ var OPENAPI_SCHEMA = {
4744
4810
  "type": "object"
4745
4811
  },
4746
4812
  "DashboardOverview": {
4747
- "description": "Main serializer for dashboard overview endpoint.\nUses DictField to avoid allOf generation in OpenAPI.",
4813
+ "description": "Main serializer for dashboard overview endpoint.\nUses typed serializers for proper OpenAPI schema generation.",
4748
4814
  "properties": {
4815
+ "app_statistics": {
4816
+ "description": "Application statistics",
4817
+ "items": {
4818
+ "$ref": "#/components/schemas/AppStatistics"
4819
+ },
4820
+ "type": "array"
4821
+ },
4749
4822
  "quick_actions": {
4750
4823
  "description": "Quick action buttons",
4751
4824
  "items": {
4752
- "additionalProperties": {},
4753
- "type": "object"
4825
+ "$ref": "#/components/schemas/QuickAction"
4754
4826
  },
4755
4827
  "type": "array"
4756
4828
  },
4757
4829
  "recent_activity": {
4758
4830
  "description": "Recent activity entries",
4759
4831
  "items": {
4760
- "additionalProperties": {},
4761
- "type": "object"
4832
+ "$ref": "#/components/schemas/ActivityEntry"
4762
4833
  },
4763
4834
  "type": "array"
4764
4835
  },
4765
4836
  "stat_cards": {
4766
4837
  "description": "Dashboard statistics cards",
4767
4838
  "items": {
4768
- "additionalProperties": {},
4769
- "type": "object"
4839
+ "$ref": "#/components/schemas/StatCard"
4770
4840
  },
4771
4841
  "type": "array"
4772
4842
  },
4773
4843
  "system_health": {
4774
- "description": "System health status",
4775
- "items": {
4776
- "additionalProperties": {},
4777
- "type": "object"
4778
- },
4779
- "type": "array"
4844
+ "allOf": [
4845
+ {
4846
+ "$ref": "#/components/schemas/SystemHealth"
4847
+ }
4848
+ ],
4849
+ "description": "System health status"
4780
4850
  },
4781
4851
  "system_metrics": {
4782
- "additionalProperties": {},
4783
- "description": "System performance metrics",
4784
- "type": "object"
4852
+ "allOf": [
4853
+ {
4854
+ "$ref": "#/components/schemas/SystemMetrics"
4855
+ }
4856
+ ],
4857
+ "description": "System performance metrics"
4785
4858
  },
4786
4859
  "timestamp": {
4787
4860
  "description": "Data timestamp (ISO format)",
4788
4861
  "type": "string"
4789
4862
  },
4790
4863
  "user_statistics": {
4791
- "additionalProperties": {},
4792
- "description": "User statistics",
4793
- "type": "object"
4864
+ "allOf": [
4865
+ {
4866
+ "$ref": "#/components/schemas/UserStatistics"
4867
+ }
4868
+ ],
4869
+ "description": "User statistics"
4794
4870
  }
4795
4871
  },
4796
4872
  "required": [
@@ -9396,6 +9472,48 @@ var OPENAPI_SCHEMA = {
9396
9472
  ],
9397
9473
  "type": "object"
9398
9474
  },
9475
+ "TaskLogOverview": {
9476
+ "description": "Overview of task system with proper structure.\n\nProvides high-level statistics about the entire task system:\n- Total tasks count (all-time)\n- Active queues list\n- Recent failures (last 24h)\n- Tasks distribution by queue (as array)\n- Tasks distribution by status (as array)\n\nUsed by /cfg/tasks/logs/overview/ endpoint.",
9477
+ "properties": {
9478
+ "active_queues": {
9479
+ "description": "List of active queue names",
9480
+ "items": {
9481
+ "type": "string"
9482
+ },
9483
+ "type": "array"
9484
+ },
9485
+ "recent_failures": {
9486
+ "description": "Failed tasks in last 24 hours",
9487
+ "type": "integer"
9488
+ },
9489
+ "tasks_by_queue": {
9490
+ "description": "Tasks grouped by queue name",
9491
+ "items": {
9492
+ "$ref": "#/components/schemas/TasksByQueue"
9493
+ },
9494
+ "type": "array"
9495
+ },
9496
+ "tasks_by_status": {
9497
+ "description": "Tasks grouped by status",
9498
+ "items": {
9499
+ "$ref": "#/components/schemas/TasksByStatus"
9500
+ },
9501
+ "type": "array"
9502
+ },
9503
+ "total_tasks": {
9504
+ "description": "Total number of tasks all-time",
9505
+ "type": "integer"
9506
+ }
9507
+ },
9508
+ "required": [
9509
+ "active_queues",
9510
+ "recent_failures",
9511
+ "tasks_by_queue",
9512
+ "tasks_by_status",
9513
+ "total_tasks"
9514
+ ],
9515
+ "type": "object"
9516
+ },
9399
9517
  "TaskLogStats": {
9400
9518
  "description": "Statistics serializer for task metrics.\n\nNot tied to a model - used for aggregated data.",
9401
9519
  "properties": {
@@ -9445,6 +9563,106 @@ var OPENAPI_SCHEMA = {
9445
9563
  ],
9446
9564
  "type": "object"
9447
9565
  },
9566
+ "TaskLogTimeline": {
9567
+ "description": "Timeline response wrapper.\n\nReturns timeline data as array of time-bucketed statistics.\nUsed by /cfg/tasks/logs/timeline/ endpoint.",
9568
+ "properties": {
9569
+ "data": {
9570
+ "description": "Timeline data points",
9571
+ "items": {
9572
+ "$ref": "#/components/schemas/TaskLogTimelineItem"
9573
+ },
9574
+ "type": "array"
9575
+ },
9576
+ "interval": {
9577
+ "description": "Time bucket interval (hour/day)",
9578
+ "type": "string"
9579
+ },
9580
+ "period_hours": {
9581
+ "description": "Time period covered in hours",
9582
+ "type": "integer"
9583
+ }
9584
+ },
9585
+ "required": [
9586
+ "data",
9587
+ "interval",
9588
+ "period_hours"
9589
+ ],
9590
+ "type": "object"
9591
+ },
9592
+ "TaskLogTimelineItem": {
9593
+ "description": "Single timeline data point.\n\nRepresents aggregated task statistics for a specific time period.",
9594
+ "properties": {
9595
+ "avg_duration_ms": {
9596
+ "description": "Average duration in milliseconds",
9597
+ "format": "double",
9598
+ "type": "number"
9599
+ },
9600
+ "failed": {
9601
+ "description": "Failed tasks",
9602
+ "type": "integer"
9603
+ },
9604
+ "in_progress": {
9605
+ "description": "Tasks currently in progress",
9606
+ "type": "integer"
9607
+ },
9608
+ "successful": {
9609
+ "description": "Successful tasks",
9610
+ "type": "integer"
9611
+ },
9612
+ "timestamp": {
9613
+ "description": "Time bucket start",
9614
+ "format": "date-time",
9615
+ "type": "string"
9616
+ },
9617
+ "total": {
9618
+ "description": "Total tasks in this period",
9619
+ "type": "integer"
9620
+ }
9621
+ },
9622
+ "required": [
9623
+ "failed",
9624
+ "successful",
9625
+ "timestamp",
9626
+ "total"
9627
+ ],
9628
+ "type": "object"
9629
+ },
9630
+ "TasksByQueue": {
9631
+ "description": "Tasks count by queue.\n\nUsed in overview endpoint for tasks_by_queue list.",
9632
+ "properties": {
9633
+ "count": {
9634
+ "description": "Number of tasks in this queue",
9635
+ "type": "integer"
9636
+ },
9637
+ "queue_name": {
9638
+ "description": "Queue name",
9639
+ "type": "string"
9640
+ }
9641
+ },
9642
+ "required": [
9643
+ "count",
9644
+ "queue_name"
9645
+ ],
9646
+ "type": "object"
9647
+ },
9648
+ "TasksByStatus": {
9649
+ "description": "Tasks count by status.\n\nUsed in overview endpoint for tasks_by_status list.",
9650
+ "properties": {
9651
+ "count": {
9652
+ "description": "Number of tasks with this status",
9653
+ "type": "integer"
9654
+ },
9655
+ "status": {
9656
+ "description": "Task status",
9657
+ "type": "string"
9658
+ }
9659
+ },
9660
+ "required": [
9661
+ "count",
9662
+ "status"
9663
+ ],
9664
+ "type": "object"
9665
+ },
9448
9666
  "TestEmailRequest": {
9449
9667
  "description": "Simple serializer for test email.",
9450
9668
  "properties": {
@@ -10217,6 +10435,9 @@ var OPENAPI_SCHEMA = {
10217
10435
  "security": [
10218
10436
  {
10219
10437
  "jwtAuth": []
10438
+ },
10439
+ {
10440
+ "cookieAuth": []
10220
10441
  }
10221
10442
  ],
10222
10443
  "summary": "Get current user profile",
@@ -10363,6 +10584,9 @@ var OPENAPI_SCHEMA = {
10363
10584
  "security": [
10364
10585
  {
10365
10586
  "jwtAuth": []
10587
+ },
10588
+ {
10589
+ "cookieAuth": []
10366
10590
  }
10367
10591
  ],
10368
10592
  "summary": "Partial update user profile",
@@ -10440,6 +10664,9 @@ var OPENAPI_SCHEMA = {
10440
10664
  "security": [
10441
10665
  {
10442
10666
  "jwtAuth": []
10667
+ },
10668
+ {
10669
+ "cookieAuth": []
10443
10670
  }
10444
10671
  ],
10445
10672
  "summary": "Partial update user profile",
@@ -10519,6 +10746,9 @@ var OPENAPI_SCHEMA = {
10519
10746
  "security": [
10520
10747
  {
10521
10748
  "jwtAuth": []
10749
+ },
10750
+ {
10751
+ "cookieAuth": []
10522
10752
  }
10523
10753
  ],
10524
10754
  "summary": "Update user profile",
@@ -10596,6 +10826,9 @@ var OPENAPI_SCHEMA = {
10596
10826
  "security": [
10597
10827
  {
10598
10828
  "jwtAuth": []
10829
+ },
10830
+ {
10831
+ "cookieAuth": []
10599
10832
  }
10600
10833
  ],
10601
10834
  "summary": "Update user profile",
@@ -10659,6 +10892,12 @@ var OPENAPI_SCHEMA = {
10659
10892
  "security": [
10660
10893
  {
10661
10894
  "jwtAuth": []
10895
+ },
10896
+ {
10897
+ "cookieAuth": []
10898
+ },
10899
+ {
10900
+ "basicAuth": []
10662
10901
  }
10663
10902
  ],
10664
10903
  "tags": [
@@ -10696,6 +10935,12 @@ var OPENAPI_SCHEMA = {
10696
10935
  "security": [
10697
10936
  {
10698
10937
  "jwtAuth": []
10938
+ },
10939
+ {
10940
+ "cookieAuth": []
10941
+ },
10942
+ {
10943
+ "basicAuth": []
10699
10944
  }
10700
10945
  ],
10701
10946
  "summary": "Get Centrifugo health status",
@@ -10744,6 +10989,12 @@ var OPENAPI_SCHEMA = {
10744
10989
  "security": [
10745
10990
  {
10746
10991
  "jwtAuth": []
10992
+ },
10993
+ {
10994
+ "cookieAuth": []
10995
+ },
10996
+ {
10997
+ "basicAuth": []
10747
10998
  }
10748
10999
  ],
10749
11000
  "summary": "Get overview statistics",
@@ -10816,6 +11067,12 @@ var OPENAPI_SCHEMA = {
10816
11067
  "security": [
10817
11068
  {
10818
11069
  "jwtAuth": []
11070
+ },
11071
+ {
11072
+ "cookieAuth": []
11073
+ },
11074
+ {
11075
+ "basicAuth": []
10819
11076
  }
10820
11077
  ],
10821
11078
  "summary": "Get recent publishes",
@@ -10872,6 +11129,12 @@ var OPENAPI_SCHEMA = {
10872
11129
  "security": [
10873
11130
  {
10874
11131
  "jwtAuth": []
11132
+ },
11133
+ {
11134
+ "cookieAuth": []
11135
+ },
11136
+ {
11137
+ "basicAuth": []
10875
11138
  }
10876
11139
  ],
10877
11140
  "summary": "Get channel statistics",
@@ -10936,6 +11199,12 @@ var OPENAPI_SCHEMA = {
10936
11199
  "security": [
10937
11200
  {
10938
11201
  "jwtAuth": []
11202
+ },
11203
+ {
11204
+ "cookieAuth": []
11205
+ },
11206
+ {
11207
+ "basicAuth": []
10939
11208
  }
10940
11209
  ],
10941
11210
  "summary": "Get connection token for dashboard",
@@ -10993,6 +11262,12 @@ var OPENAPI_SCHEMA = {
10993
11262
  "security": [
10994
11263
  {
10995
11264
  "jwtAuth": []
11265
+ },
11266
+ {
11267
+ "cookieAuth": []
11268
+ },
11269
+ {
11270
+ "basicAuth": []
10996
11271
  }
10997
11272
  ],
10998
11273
  "summary": "List active channels",
@@ -11051,6 +11326,12 @@ var OPENAPI_SCHEMA = {
11051
11326
  "security": [
11052
11327
  {
11053
11328
  "jwtAuth": []
11329
+ },
11330
+ {
11331
+ "cookieAuth": []
11332
+ },
11333
+ {
11334
+ "basicAuth": []
11054
11335
  }
11055
11336
  ],
11056
11337
  "summary": "Get channel history",
@@ -11089,6 +11370,12 @@ var OPENAPI_SCHEMA = {
11089
11370
  "security": [
11090
11371
  {
11091
11372
  "jwtAuth": []
11373
+ },
11374
+ {
11375
+ "cookieAuth": []
11376
+ },
11377
+ {
11378
+ "basicAuth": []
11092
11379
  }
11093
11380
  ],
11094
11381
  "summary": "Get Centrifugo server info",
@@ -11147,6 +11434,12 @@ var OPENAPI_SCHEMA = {
11147
11434
  "security": [
11148
11435
  {
11149
11436
  "jwtAuth": []
11437
+ },
11438
+ {
11439
+ "cookieAuth": []
11440
+ },
11441
+ {
11442
+ "basicAuth": []
11150
11443
  }
11151
11444
  ],
11152
11445
  "summary": "Get channel presence statistics",
@@ -11205,6 +11498,12 @@ var OPENAPI_SCHEMA = {
11205
11498
  "security": [
11206
11499
  {
11207
11500
  "jwtAuth": []
11501
+ },
11502
+ {
11503
+ "cookieAuth": []
11504
+ },
11505
+ {
11506
+ "basicAuth": []
11208
11507
  }
11209
11508
  ],
11210
11509
  "summary": "Get channel presence",
@@ -11273,11 +11572,17 @@ var OPENAPI_SCHEMA = {
11273
11572
  "security": [
11274
11573
  {
11275
11574
  "jwtAuth": []
11276
- }
11277
- ],
11278
- "summary": "Generate connection token",
11279
- "tags": [
11280
- "Centrifugo Testing"
11575
+ },
11576
+ {
11577
+ "cookieAuth": []
11578
+ },
11579
+ {
11580
+ "basicAuth": []
11581
+ }
11582
+ ],
11583
+ "summary": "Generate connection token",
11584
+ "tags": [
11585
+ "Centrifugo Testing"
11281
11586
  ],
11282
11587
  "x-async-capable": false
11283
11588
  }
@@ -11341,6 +11646,12 @@ var OPENAPI_SCHEMA = {
11341
11646
  "security": [
11342
11647
  {
11343
11648
  "jwtAuth": []
11649
+ },
11650
+ {
11651
+ "cookieAuth": []
11652
+ },
11653
+ {
11654
+ "basicAuth": []
11344
11655
  }
11345
11656
  ],
11346
11657
  "summary": "Publish test message",
@@ -11409,6 +11720,12 @@ var OPENAPI_SCHEMA = {
11409
11720
  "security": [
11410
11721
  {
11411
11722
  "jwtAuth": []
11723
+ },
11724
+ {
11725
+ "cookieAuth": []
11726
+ },
11727
+ {
11728
+ "basicAuth": []
11412
11729
  }
11413
11730
  ],
11414
11731
  "summary": "Publish with database logging",
@@ -11477,6 +11794,12 @@ var OPENAPI_SCHEMA = {
11477
11794
  "security": [
11478
11795
  {
11479
11796
  "jwtAuth": []
11797
+ },
11798
+ {
11799
+ "cookieAuth": []
11800
+ },
11801
+ {
11802
+ "basicAuth": []
11480
11803
  }
11481
11804
  ],
11482
11805
  "summary": "Send manual ACK",
@@ -11506,6 +11829,9 @@ var OPENAPI_SCHEMA = {
11506
11829
  }
11507
11830
  },
11508
11831
  "security": [
11832
+ {
11833
+ "jwtAuth": []
11834
+ },
11509
11835
  {
11510
11836
  "cookieAuth": []
11511
11837
  },
@@ -11551,6 +11877,9 @@ var OPENAPI_SCHEMA = {
11551
11877
  }
11552
11878
  },
11553
11879
  "security": [
11880
+ {
11881
+ "jwtAuth": []
11882
+ },
11554
11883
  {
11555
11884
  "cookieAuth": []
11556
11885
  },
@@ -11593,6 +11922,9 @@ var OPENAPI_SCHEMA = {
11593
11922
  }
11594
11923
  },
11595
11924
  "security": [
11925
+ {
11926
+ "jwtAuth": []
11927
+ },
11596
11928
  {
11597
11929
  "cookieAuth": []
11598
11930
  },
@@ -11638,6 +11970,9 @@ var OPENAPI_SCHEMA = {
11638
11970
  }
11639
11971
  },
11640
11972
  "security": [
11973
+ {
11974
+ "jwtAuth": []
11975
+ },
11641
11976
  {
11642
11977
  "cookieAuth": []
11643
11978
  },
@@ -11680,6 +12015,9 @@ var OPENAPI_SCHEMA = {
11680
12015
  }
11681
12016
  },
11682
12017
  "security": [
12018
+ {
12019
+ "jwtAuth": []
12020
+ },
11683
12021
  {
11684
12022
  "cookieAuth": []
11685
12023
  },
@@ -11725,6 +12063,9 @@ var OPENAPI_SCHEMA = {
11725
12063
  }
11726
12064
  },
11727
12065
  "security": [
12066
+ {
12067
+ "jwtAuth": []
12068
+ },
11728
12069
  {
11729
12070
  "cookieAuth": []
11730
12071
  },
@@ -11928,6 +12269,86 @@ var OPENAPI_SCHEMA = {
11928
12269
  "x-async-capable": false
11929
12270
  }
11930
12271
  },
12272
+ "/cfg/dashboard/api/django_q2/": {
12273
+ "get": {
12274
+ "description": "Get complete Django-Q2 summary.\n\nGET /api/django_q2/\nReturns status, schedules, and recent tasks.",
12275
+ "operationId": "cfg_dashboard_api_django_q2_retrieve",
12276
+ "responses": {
12277
+ "200": {
12278
+ "description": "No response body"
12279
+ }
12280
+ },
12281
+ "security": [
12282
+ {
12283
+ "jwtAuth": []
12284
+ }
12285
+ ],
12286
+ "tags": [
12287
+ "dashboard"
12288
+ ],
12289
+ "x-async-capable": false
12290
+ }
12291
+ },
12292
+ "/cfg/dashboard/api/django_q2/schedules/": {
12293
+ "get": {
12294
+ "description": "Get all scheduled tasks.\n\nGET /api/django_q2/schedules/",
12295
+ "operationId": "cfg_dashboard_api_django_q2_schedules_retrieve",
12296
+ "responses": {
12297
+ "200": {
12298
+ "description": "No response body"
12299
+ }
12300
+ },
12301
+ "security": [
12302
+ {
12303
+ "jwtAuth": []
12304
+ }
12305
+ ],
12306
+ "tags": [
12307
+ "dashboard"
12308
+ ],
12309
+ "x-async-capable": false
12310
+ }
12311
+ },
12312
+ "/cfg/dashboard/api/django_q2/status/": {
12313
+ "get": {
12314
+ "description": "Get Django-Q2 cluster status.\n\nGET /api/django_q2/status/",
12315
+ "operationId": "cfg_dashboard_api_django_q2_status_retrieve",
12316
+ "responses": {
12317
+ "200": {
12318
+ "description": "No response body"
12319
+ }
12320
+ },
12321
+ "security": [
12322
+ {
12323
+ "jwtAuth": []
12324
+ }
12325
+ ],
12326
+ "tags": [
12327
+ "dashboard"
12328
+ ],
12329
+ "x-async-capable": false
12330
+ }
12331
+ },
12332
+ "/cfg/dashboard/api/django_q2/tasks/": {
12333
+ "get": {
12334
+ "description": "Get recent task executions.\n\nGET /api/django_q2/tasks/\nQuery params:\n - limit: Number of tasks to return (default: 20)",
12335
+ "operationId": "cfg_dashboard_api_django_q2_tasks_retrieve",
12336
+ "responses": {
12337
+ "200": {
12338
+ "description": "No response body"
12339
+ }
12340
+ },
12341
+ "security": [
12342
+ {
12343
+ "jwtAuth": []
12344
+ }
12345
+ ],
12346
+ "tags": [
12347
+ "dashboard"
12348
+ ],
12349
+ "x-async-capable": false
12350
+ }
12351
+ },
11931
12352
  "/cfg/dashboard/api/overview/overview/": {
11932
12353
  "get": {
11933
12354
  "description": "Retrieve complete dashboard data including stats, health, actions, and metrics",
@@ -11945,6 +12366,9 @@ var OPENAPI_SCHEMA = {
11945
12366
  }
11946
12367
  },
11947
12368
  "security": [
12369
+ {
12370
+ "jwtAuth": []
12371
+ },
11948
12372
  {
11949
12373
  "cookieAuth": []
11950
12374
  },
@@ -11979,6 +12403,9 @@ var OPENAPI_SCHEMA = {
11979
12403
  }
11980
12404
  },
11981
12405
  "security": [
12406
+ {
12407
+ "jwtAuth": []
12408
+ },
11982
12409
  {
11983
12410
  "cookieAuth": []
11984
12411
  },
@@ -12013,6 +12440,9 @@ var OPENAPI_SCHEMA = {
12013
12440
  }
12014
12441
  },
12015
12442
  "security": [
12443
+ {
12444
+ "jwtAuth": []
12445
+ },
12016
12446
  {
12017
12447
  "cookieAuth": []
12018
12448
  },
@@ -12044,6 +12474,9 @@ var OPENAPI_SCHEMA = {
12044
12474
  }
12045
12475
  },
12046
12476
  "security": [
12477
+ {
12478
+ "jwtAuth": []
12479
+ },
12047
12480
  {
12048
12481
  "cookieAuth": []
12049
12482
  },
@@ -12075,6 +12508,9 @@ var OPENAPI_SCHEMA = {
12075
12508
  }
12076
12509
  },
12077
12510
  "security": [
12511
+ {
12512
+ "jwtAuth": []
12513
+ },
12078
12514
  {
12079
12515
  "cookieAuth": []
12080
12516
  },
@@ -12106,6 +12542,9 @@ var OPENAPI_SCHEMA = {
12106
12542
  }
12107
12543
  },
12108
12544
  "security": [
12545
+ {
12546
+ "jwtAuth": []
12547
+ },
12109
12548
  {
12110
12549
  "cookieAuth": []
12111
12550
  },
@@ -12140,6 +12579,9 @@ var OPENAPI_SCHEMA = {
12140
12579
  }
12141
12580
  },
12142
12581
  "security": [
12582
+ {
12583
+ "jwtAuth": []
12584
+ },
12143
12585
  {
12144
12586
  "cookieAuth": []
12145
12587
  },
@@ -12171,6 +12613,9 @@ var OPENAPI_SCHEMA = {
12171
12613
  }
12172
12614
  },
12173
12615
  "security": [
12616
+ {
12617
+ "jwtAuth": []
12618
+ },
12174
12619
  {
12175
12620
  "cookieAuth": []
12176
12621
  },
@@ -12357,6 +12802,9 @@ var OPENAPI_SCHEMA = {
12357
12802
  "security": [
12358
12803
  {
12359
12804
  "jwtAuth": []
12805
+ },
12806
+ {
12807
+ "cookieAuth": []
12360
12808
  }
12361
12809
  ],
12362
12810
  "tags": [
@@ -12402,6 +12850,9 @@ var OPENAPI_SCHEMA = {
12402
12850
  "security": [
12403
12851
  {
12404
12852
  "jwtAuth": []
12853
+ },
12854
+ {
12855
+ "cookieAuth": []
12405
12856
  }
12406
12857
  ],
12407
12858
  "tags": [
@@ -12469,6 +12920,9 @@ var OPENAPI_SCHEMA = {
12469
12920
  "security": [
12470
12921
  {
12471
12922
  "jwtAuth": []
12923
+ },
12924
+ {
12925
+ "cookieAuth": []
12472
12926
  }
12473
12927
  ],
12474
12928
  "summary": "Process chat query with RAG",
@@ -12502,6 +12956,9 @@ var OPENAPI_SCHEMA = {
12502
12956
  "security": [
12503
12957
  {
12504
12958
  "jwtAuth": []
12959
+ },
12960
+ {
12961
+ "cookieAuth": []
12505
12962
  }
12506
12963
  ],
12507
12964
  "tags": [
@@ -12539,6 +12996,9 @@ var OPENAPI_SCHEMA = {
12539
12996
  "security": [
12540
12997
  {
12541
12998
  "jwtAuth": []
12999
+ },
13000
+ {
13001
+ "cookieAuth": []
12542
13002
  }
12543
13003
  ],
12544
13004
  "tags": [
@@ -12595,6 +13055,9 @@ var OPENAPI_SCHEMA = {
12595
13055
  "security": [
12596
13056
  {
12597
13057
  "jwtAuth": []
13058
+ },
13059
+ {
13060
+ "cookieAuth": []
12598
13061
  }
12599
13062
  ],
12600
13063
  "tags": [
@@ -12652,6 +13115,9 @@ var OPENAPI_SCHEMA = {
12652
13115
  "security": [
12653
13116
  {
12654
13117
  "jwtAuth": []
13118
+ },
13119
+ {
13120
+ "cookieAuth": []
12655
13121
  }
12656
13122
  ],
12657
13123
  "tags": [
@@ -12691,6 +13157,9 @@ var OPENAPI_SCHEMA = {
12691
13157
  "security": [
12692
13158
  {
12693
13159
  "jwtAuth": []
13160
+ },
13161
+ {
13162
+ "cookieAuth": []
12694
13163
  }
12695
13164
  ],
12696
13165
  "summary": "Get chat history",
@@ -12747,6 +13216,9 @@ var OPENAPI_SCHEMA = {
12747
13216
  "security": [
12748
13217
  {
12749
13218
  "jwtAuth": []
13219
+ },
13220
+ {
13221
+ "cookieAuth": []
12750
13222
  }
12751
13223
  ],
12752
13224
  "summary": "List user documents",
@@ -12822,6 +13294,9 @@ var OPENAPI_SCHEMA = {
12822
13294
  "security": [
12823
13295
  {
12824
13296
  "jwtAuth": []
13297
+ },
13298
+ {
13299
+ "cookieAuth": []
12825
13300
  }
12826
13301
  ],
12827
13302
  "summary": "Upload new document",
@@ -12850,6 +13325,9 @@ var OPENAPI_SCHEMA = {
12850
13325
  "security": [
12851
13326
  {
12852
13327
  "jwtAuth": []
13328
+ },
13329
+ {
13330
+ "cookieAuth": []
12853
13331
  }
12854
13332
  ],
12855
13333
  "summary": "Get processing statistics",
@@ -12886,6 +13364,9 @@ var OPENAPI_SCHEMA = {
12886
13364
  "security": [
12887
13365
  {
12888
13366
  "jwtAuth": []
13367
+ },
13368
+ {
13369
+ "cookieAuth": []
12889
13370
  }
12890
13371
  ],
12891
13372
  "summary": "Delete document",
@@ -12927,6 +13408,9 @@ var OPENAPI_SCHEMA = {
12927
13408
  "security": [
12928
13409
  {
12929
13410
  "jwtAuth": []
13411
+ },
13412
+ {
13413
+ "cookieAuth": []
12930
13414
  }
12931
13415
  ],
12932
13416
  "summary": "Get document details",
@@ -12984,6 +13468,9 @@ var OPENAPI_SCHEMA = {
12984
13468
  "security": [
12985
13469
  {
12986
13470
  "jwtAuth": []
13471
+ },
13472
+ {
13473
+ "cookieAuth": []
12987
13474
  }
12988
13475
  ],
12989
13476
  "tags": [
@@ -13041,6 +13528,9 @@ var OPENAPI_SCHEMA = {
13041
13528
  "security": [
13042
13529
  {
13043
13530
  "jwtAuth": []
13531
+ },
13532
+ {
13533
+ "cookieAuth": []
13044
13534
  }
13045
13535
  ],
13046
13536
  "tags": [
@@ -13100,6 +13590,9 @@ var OPENAPI_SCHEMA = {
13100
13590
  "security": [
13101
13591
  {
13102
13592
  "jwtAuth": []
13593
+ },
13594
+ {
13595
+ "cookieAuth": []
13103
13596
  }
13104
13597
  ],
13105
13598
  "summary": "Reprocess document",
@@ -13140,6 +13633,9 @@ var OPENAPI_SCHEMA = {
13140
13633
  "security": [
13141
13634
  {
13142
13635
  "jwtAuth": []
13636
+ },
13637
+ {
13638
+ "cookieAuth": []
13143
13639
  }
13144
13640
  ],
13145
13641
  "summary": "Get document processing status",
@@ -13188,6 +13684,9 @@ var OPENAPI_SCHEMA = {
13188
13684
  "security": [
13189
13685
  {
13190
13686
  "jwtAuth": []
13687
+ },
13688
+ {
13689
+ "cookieAuth": []
13191
13690
  }
13192
13691
  ],
13193
13692
  "summary": "List user chat sessions",
@@ -13233,6 +13732,9 @@ var OPENAPI_SCHEMA = {
13233
13732
  "security": [
13234
13733
  {
13235
13734
  "jwtAuth": []
13735
+ },
13736
+ {
13737
+ "cookieAuth": []
13236
13738
  }
13237
13739
  ],
13238
13740
  "summary": "Create new chat session",
@@ -13266,6 +13768,9 @@ var OPENAPI_SCHEMA = {
13266
13768
  "security": [
13267
13769
  {
13268
13770
  "jwtAuth": []
13771
+ },
13772
+ {
13773
+ "cookieAuth": []
13269
13774
  }
13270
13775
  ],
13271
13776
  "tags": [
@@ -13303,6 +13808,9 @@ var OPENAPI_SCHEMA = {
13303
13808
  "security": [
13304
13809
  {
13305
13810
  "jwtAuth": []
13811
+ },
13812
+ {
13813
+ "cookieAuth": []
13306
13814
  }
13307
13815
  ],
13308
13816
  "tags": [
@@ -13359,6 +13867,9 @@ var OPENAPI_SCHEMA = {
13359
13867
  "security": [
13360
13868
  {
13361
13869
  "jwtAuth": []
13870
+ },
13871
+ {
13872
+ "cookieAuth": []
13362
13873
  }
13363
13874
  ],
13364
13875
  "tags": [
@@ -13415,6 +13926,9 @@ var OPENAPI_SCHEMA = {
13415
13926
  "security": [
13416
13927
  {
13417
13928
  "jwtAuth": []
13929
+ },
13930
+ {
13931
+ "cookieAuth": []
13418
13932
  }
13419
13933
  ],
13420
13934
  "tags": [
@@ -13473,6 +13987,9 @@ var OPENAPI_SCHEMA = {
13473
13987
  "security": [
13474
13988
  {
13475
13989
  "jwtAuth": []
13990
+ },
13991
+ {
13992
+ "cookieAuth": []
13476
13993
  }
13477
13994
  ],
13478
13995
  "summary": "Activate chat session",
@@ -13532,6 +14049,9 @@ var OPENAPI_SCHEMA = {
13532
14049
  "security": [
13533
14050
  {
13534
14051
  "jwtAuth": []
14052
+ },
14053
+ {
14054
+ "cookieAuth": []
13535
14055
  }
13536
14056
  ],
13537
14057
  "summary": "Archive chat session",
@@ -13782,6 +14302,9 @@ var OPENAPI_SCHEMA = {
13782
14302
  "security": [
13783
14303
  {
13784
14304
  "jwtAuth": []
14305
+ },
14306
+ {
14307
+ "cookieAuth": []
13785
14308
  }
13786
14309
  ],
13787
14310
  "tags": [
@@ -13849,6 +14372,9 @@ var OPENAPI_SCHEMA = {
13849
14372
  "security": [
13850
14373
  {
13851
14374
  "jwtAuth": []
14375
+ },
14376
+ {
14377
+ "cookieAuth": []
13852
14378
  }
13853
14379
  ],
13854
14380
  "summary": "Upload and process archive",
@@ -13892,6 +14418,9 @@ var OPENAPI_SCHEMA = {
13892
14418
  "security": [
13893
14419
  {
13894
14420
  "jwtAuth": []
14421
+ },
14422
+ {
14423
+ "cookieAuth": []
13895
14424
  }
13896
14425
  ],
13897
14426
  "summary": "Re-vectorize chunks",
@@ -13920,6 +14449,9 @@ var OPENAPI_SCHEMA = {
13920
14449
  "security": [
13921
14450
  {
13922
14451
  "jwtAuth": []
14452
+ },
14453
+ {
14454
+ "cookieAuth": []
13923
14455
  }
13924
14456
  ],
13925
14457
  "summary": "Get archive statistics",
@@ -13948,6 +14480,9 @@ var OPENAPI_SCHEMA = {
13948
14480
  "security": [
13949
14481
  {
13950
14482
  "jwtAuth": []
14483
+ },
14484
+ {
14485
+ "cookieAuth": []
13951
14486
  }
13952
14487
  ],
13953
14488
  "summary": "Get vectorization statistics",
@@ -13981,6 +14516,9 @@ var OPENAPI_SCHEMA = {
13981
14516
  "security": [
13982
14517
  {
13983
14518
  "jwtAuth": []
14519
+ },
14520
+ {
14521
+ "cookieAuth": []
13984
14522
  }
13985
14523
  ],
13986
14524
  "tags": [
@@ -14018,6 +14556,9 @@ var OPENAPI_SCHEMA = {
14018
14556
  "security": [
14019
14557
  {
14020
14558
  "jwtAuth": []
14559
+ },
14560
+ {
14561
+ "cookieAuth": []
14021
14562
  }
14022
14563
  ],
14023
14564
  "tags": [
@@ -14069,6 +14610,9 @@ var OPENAPI_SCHEMA = {
14069
14610
  "security": [
14070
14611
  {
14071
14612
  "jwtAuth": []
14613
+ },
14614
+ {
14615
+ "cookieAuth": []
14072
14616
  }
14073
14617
  ],
14074
14618
  "tags": [
@@ -14121,6 +14665,9 @@ var OPENAPI_SCHEMA = {
14121
14665
  "security": [
14122
14666
  {
14123
14667
  "jwtAuth": []
14668
+ },
14669
+ {
14670
+ "cookieAuth": []
14124
14671
  }
14125
14672
  ],
14126
14673
  "tags": [
@@ -14160,6 +14707,9 @@ var OPENAPI_SCHEMA = {
14160
14707
  "security": [
14161
14708
  {
14162
14709
  "jwtAuth": []
14710
+ },
14711
+ {
14712
+ "cookieAuth": []
14163
14713
  }
14164
14714
  ],
14165
14715
  "summary": "Get archive file tree",
@@ -14218,6 +14768,9 @@ var OPENAPI_SCHEMA = {
14218
14768
  "security": [
14219
14769
  {
14220
14770
  "jwtAuth": []
14771
+ },
14772
+ {
14773
+ "cookieAuth": []
14221
14774
  }
14222
14775
  ],
14223
14776
  "summary": "Get archive items",
@@ -14291,6 +14844,9 @@ var OPENAPI_SCHEMA = {
14291
14844
  "security": [
14292
14845
  {
14293
14846
  "jwtAuth": []
14847
+ },
14848
+ {
14849
+ "cookieAuth": []
14294
14850
  }
14295
14851
  ],
14296
14852
  "summary": "Search archive chunks",
@@ -14339,6 +14895,9 @@ var OPENAPI_SCHEMA = {
14339
14895
  "security": [
14340
14896
  {
14341
14897
  "jwtAuth": []
14898
+ },
14899
+ {
14900
+ "cookieAuth": []
14342
14901
  }
14343
14902
  ],
14344
14903
  "tags": [
@@ -14384,6 +14943,9 @@ var OPENAPI_SCHEMA = {
14384
14943
  "security": [
14385
14944
  {
14386
14945
  "jwtAuth": []
14946
+ },
14947
+ {
14948
+ "cookieAuth": []
14387
14949
  }
14388
14950
  ],
14389
14951
  "tags": [
@@ -14416,6 +14978,9 @@ var OPENAPI_SCHEMA = {
14416
14978
  "security": [
14417
14979
  {
14418
14980
  "jwtAuth": []
14981
+ },
14982
+ {
14983
+ "cookieAuth": []
14419
14984
  }
14420
14985
  ],
14421
14986
  "tags": [
@@ -14453,7 +15018,10 @@ var OPENAPI_SCHEMA = {
14453
15018
  "security": [
14454
15019
  {
14455
15020
  "jwtAuth": []
14456
- }
15021
+ },
15022
+ {
15023
+ "cookieAuth": []
15024
+ }
14457
15025
  ],
14458
15026
  "tags": [
14459
15027
  "knowbase"
@@ -14509,6 +15077,9 @@ var OPENAPI_SCHEMA = {
14509
15077
  "security": [
14510
15078
  {
14511
15079
  "jwtAuth": []
15080
+ },
15081
+ {
15082
+ "cookieAuth": []
14512
15083
  }
14513
15084
  ],
14514
15085
  "tags": [
@@ -14566,6 +15137,9 @@ var OPENAPI_SCHEMA = {
14566
15137
  "security": [
14567
15138
  {
14568
15139
  "jwtAuth": []
15140
+ },
15141
+ {
15142
+ "cookieAuth": []
14569
15143
  }
14570
15144
  ],
14571
15145
  "tags": [
@@ -14605,6 +15179,9 @@ var OPENAPI_SCHEMA = {
14605
15179
  "security": [
14606
15180
  {
14607
15181
  "jwtAuth": []
15182
+ },
15183
+ {
15184
+ "cookieAuth": []
14608
15185
  }
14609
15186
  ],
14610
15187
  "summary": "Get chunk context",
@@ -14665,6 +15242,9 @@ var OPENAPI_SCHEMA = {
14665
15242
  "security": [
14666
15243
  {
14667
15244
  "jwtAuth": []
15245
+ },
15246
+ {
15247
+ "cookieAuth": []
14668
15248
  }
14669
15249
  ],
14670
15250
  "summary": "Vectorize chunk",
@@ -14713,6 +15293,9 @@ var OPENAPI_SCHEMA = {
14713
15293
  "security": [
14714
15294
  {
14715
15295
  "jwtAuth": []
15296
+ },
15297
+ {
15298
+ "cookieAuth": []
14716
15299
  }
14717
15300
  ],
14718
15301
  "tags": [
@@ -14758,6 +15341,9 @@ var OPENAPI_SCHEMA = {
14758
15341
  "security": [
14759
15342
  {
14760
15343
  "jwtAuth": []
15344
+ },
15345
+ {
15346
+ "cookieAuth": []
14761
15347
  }
14762
15348
  ],
14763
15349
  "tags": [
@@ -14790,6 +15376,9 @@ var OPENAPI_SCHEMA = {
14790
15376
  "security": [
14791
15377
  {
14792
15378
  "jwtAuth": []
15379
+ },
15380
+ {
15381
+ "cookieAuth": []
14793
15382
  }
14794
15383
  ],
14795
15384
  "tags": [
@@ -14827,6 +15416,9 @@ var OPENAPI_SCHEMA = {
14827
15416
  "security": [
14828
15417
  {
14829
15418
  "jwtAuth": []
15419
+ },
15420
+ {
15421
+ "cookieAuth": []
14830
15422
  }
14831
15423
  ],
14832
15424
  "tags": [
@@ -14883,6 +15475,9 @@ var OPENAPI_SCHEMA = {
14883
15475
  "security": [
14884
15476
  {
14885
15477
  "jwtAuth": []
15478
+ },
15479
+ {
15480
+ "cookieAuth": []
14886
15481
  }
14887
15482
  ],
14888
15483
  "tags": [
@@ -14940,6 +15535,9 @@ var OPENAPI_SCHEMA = {
14940
15535
  "security": [
14941
15536
  {
14942
15537
  "jwtAuth": []
15538
+ },
15539
+ {
15540
+ "cookieAuth": []
14943
15541
  }
14944
15542
  ],
14945
15543
  "tags": [
@@ -14997,6 +15595,9 @@ var OPENAPI_SCHEMA = {
14997
15595
  "security": [
14998
15596
  {
14999
15597
  "jwtAuth": []
15598
+ },
15599
+ {
15600
+ "cookieAuth": []
15000
15601
  }
15001
15602
  ],
15002
15603
  "summary": "Get item chunks",
@@ -15037,6 +15638,9 @@ var OPENAPI_SCHEMA = {
15037
15638
  "security": [
15038
15639
  {
15039
15640
  "jwtAuth": []
15641
+ },
15642
+ {
15643
+ "cookieAuth": []
15040
15644
  }
15041
15645
  ],
15042
15646
  "summary": "Get item content",
@@ -16559,7 +17163,7 @@ var OPENAPI_SCHEMA = {
16559
17163
  },
16560
17164
  "/cfg/support/tickets/": {
16561
17165
  "get": {
16562
- "description": "ViewSet for managing support tickets.",
17166
+ "description": "ViewSet for managing support tickets.\n\nRequires authenticated user (JWT or Session).\nStaff users can see all tickets, regular users see only their own.",
16563
17167
  "operationId": "cfg_support_tickets_list",
16564
17168
  "parameters": [
16565
17169
  {
@@ -16596,6 +17200,9 @@ var OPENAPI_SCHEMA = {
16596
17200
  "security": [
16597
17201
  {
16598
17202
  "jwtAuth": []
17203
+ },
17204
+ {
17205
+ "cookieAuth": []
16599
17206
  }
16600
17207
  ],
16601
17208
  "tags": [
@@ -16604,7 +17211,7 @@ var OPENAPI_SCHEMA = {
16604
17211
  "x-async-capable": false
16605
17212
  },
16606
17213
  "post": {
16607
- "description": "ViewSet for managing support tickets.",
17214
+ "description": "ViewSet for managing support tickets.\n\nRequires authenticated user (JWT or Session).\nStaff users can see all tickets, regular users see only their own.",
16608
17215
  "operationId": "cfg_support_tickets_create",
16609
17216
  "requestBody": {
16610
17217
  "content": {
@@ -16641,6 +17248,9 @@ var OPENAPI_SCHEMA = {
16641
17248
  "security": [
16642
17249
  {
16643
17250
  "jwtAuth": []
17251
+ },
17252
+ {
17253
+ "cookieAuth": []
16644
17254
  }
16645
17255
  ],
16646
17256
  "tags": [
@@ -16651,7 +17261,7 @@ var OPENAPI_SCHEMA = {
16651
17261
  },
16652
17262
  "/cfg/support/tickets/{ticket_uuid}/messages/": {
16653
17263
  "get": {
16654
- "description": "ViewSet for managing support messages.",
17264
+ "description": "ViewSet for managing support messages.\n\nRequires authenticated user (JWT or Session).\nUsers can only access messages for their own tickets.",
16655
17265
  "operationId": "cfg_support_tickets_messages_list",
16656
17266
  "parameters": [
16657
17267
  {
@@ -16698,6 +17308,9 @@ var OPENAPI_SCHEMA = {
16698
17308
  "security": [
16699
17309
  {
16700
17310
  "jwtAuth": []
17311
+ },
17312
+ {
17313
+ "cookieAuth": []
16701
17314
  }
16702
17315
  ],
16703
17316
  "tags": [
@@ -16706,7 +17319,7 @@ var OPENAPI_SCHEMA = {
16706
17319
  "x-async-capable": false
16707
17320
  },
16708
17321
  "post": {
16709
- "description": "ViewSet for managing support messages.",
17322
+ "description": "ViewSet for managing support messages.\n\nRequires authenticated user (JWT or Session).\nUsers can only access messages for their own tickets.",
16710
17323
  "operationId": "cfg_support_tickets_messages_create",
16711
17324
  "parameters": [
16712
17325
  {
@@ -16755,6 +17368,9 @@ var OPENAPI_SCHEMA = {
16755
17368
  "security": [
16756
17369
  {
16757
17370
  "jwtAuth": []
17371
+ },
17372
+ {
17373
+ "cookieAuth": []
16758
17374
  }
16759
17375
  ],
16760
17376
  "tags": [
@@ -16765,7 +17381,7 @@ var OPENAPI_SCHEMA = {
16765
17381
  },
16766
17382
  "/cfg/support/tickets/{ticket_uuid}/messages/{uuid}/": {
16767
17383
  "delete": {
16768
- "description": "ViewSet for managing support messages.",
17384
+ "description": "ViewSet for managing support messages.\n\nRequires authenticated user (JWT or Session).\nUsers can only access messages for their own tickets.",
16769
17385
  "operationId": "cfg_support_tickets_messages_destroy",
16770
17386
  "parameters": [
16771
17387
  {
@@ -16797,6 +17413,9 @@ var OPENAPI_SCHEMA = {
16797
17413
  "security": [
16798
17414
  {
16799
17415
  "jwtAuth": []
17416
+ },
17417
+ {
17418
+ "cookieAuth": []
16800
17419
  }
16801
17420
  ],
16802
17421
  "tags": [
@@ -16805,7 +17424,7 @@ var OPENAPI_SCHEMA = {
16805
17424
  "x-async-capable": false
16806
17425
  },
16807
17426
  "get": {
16808
- "description": "ViewSet for managing support messages.",
17427
+ "description": "ViewSet for managing support messages.\n\nRequires authenticated user (JWT or Session).\nUsers can only access messages for their own tickets.",
16809
17428
  "operationId": "cfg_support_tickets_messages_retrieve",
16810
17429
  "parameters": [
16811
17430
  {
@@ -16844,6 +17463,9 @@ var OPENAPI_SCHEMA = {
16844
17463
  "security": [
16845
17464
  {
16846
17465
  "jwtAuth": []
17466
+ },
17467
+ {
17468
+ "cookieAuth": []
16847
17469
  }
16848
17470
  ],
16849
17471
  "tags": [
@@ -16852,7 +17474,7 @@ var OPENAPI_SCHEMA = {
16852
17474
  "x-async-capable": false
16853
17475
  },
16854
17476
  "patch": {
16855
- "description": "ViewSet for managing support messages.",
17477
+ "description": "ViewSet for managing support messages.\n\nRequires authenticated user (JWT or Session).\nUsers can only access messages for their own tickets.",
16856
17478
  "operationId": "cfg_support_tickets_messages_partial_update",
16857
17479
  "parameters": [
16858
17480
  {
@@ -16910,6 +17532,9 @@ var OPENAPI_SCHEMA = {
16910
17532
  "security": [
16911
17533
  {
16912
17534
  "jwtAuth": []
17535
+ },
17536
+ {
17537
+ "cookieAuth": []
16913
17538
  }
16914
17539
  ],
16915
17540
  "tags": [
@@ -16918,7 +17543,7 @@ var OPENAPI_SCHEMA = {
16918
17543
  "x-async-capable": false
16919
17544
  },
16920
17545
  "put": {
16921
- "description": "ViewSet for managing support messages.",
17546
+ "description": "ViewSet for managing support messages.\n\nRequires authenticated user (JWT or Session).\nUsers can only access messages for their own tickets.",
16922
17547
  "operationId": "cfg_support_tickets_messages_update",
16923
17548
  "parameters": [
16924
17549
  {
@@ -16977,6 +17602,9 @@ var OPENAPI_SCHEMA = {
16977
17602
  "security": [
16978
17603
  {
16979
17604
  "jwtAuth": []
17605
+ },
17606
+ {
17607
+ "cookieAuth": []
16980
17608
  }
16981
17609
  ],
16982
17610
  "tags": [
@@ -16987,7 +17615,7 @@ var OPENAPI_SCHEMA = {
16987
17615
  },
16988
17616
  "/cfg/support/tickets/{uuid}/": {
16989
17617
  "delete": {
16990
- "description": "ViewSet for managing support tickets.",
17618
+ "description": "ViewSet for managing support tickets.\n\nRequires authenticated user (JWT or Session).\nStaff users can see all tickets, regular users see only their own.",
16991
17619
  "operationId": "cfg_support_tickets_destroy",
16992
17620
  "parameters": [
16993
17621
  {
@@ -17009,6 +17637,9 @@ var OPENAPI_SCHEMA = {
17009
17637
  "security": [
17010
17638
  {
17011
17639
  "jwtAuth": []
17640
+ },
17641
+ {
17642
+ "cookieAuth": []
17012
17643
  }
17013
17644
  ],
17014
17645
  "tags": [
@@ -17017,7 +17648,7 @@ var OPENAPI_SCHEMA = {
17017
17648
  "x-async-capable": false
17018
17649
  },
17019
17650
  "get": {
17020
- "description": "ViewSet for managing support tickets.",
17651
+ "description": "ViewSet for managing support tickets.\n\nRequires authenticated user (JWT or Session).\nStaff users can see all tickets, regular users see only their own.",
17021
17652
  "operationId": "cfg_support_tickets_retrieve",
17022
17653
  "parameters": [
17023
17654
  {
@@ -17046,6 +17677,9 @@ var OPENAPI_SCHEMA = {
17046
17677
  "security": [
17047
17678
  {
17048
17679
  "jwtAuth": []
17680
+ },
17681
+ {
17682
+ "cookieAuth": []
17049
17683
  }
17050
17684
  ],
17051
17685
  "tags": [
@@ -17054,7 +17688,7 @@ var OPENAPI_SCHEMA = {
17054
17688
  "x-async-capable": false
17055
17689
  },
17056
17690
  "patch": {
17057
- "description": "ViewSet for managing support tickets.",
17691
+ "description": "ViewSet for managing support tickets.\n\nRequires authenticated user (JWT or Session).\nStaff users can see all tickets, regular users see only their own.",
17058
17692
  "operationId": "cfg_support_tickets_partial_update",
17059
17693
  "parameters": [
17060
17694
  {
@@ -17102,6 +17736,9 @@ var OPENAPI_SCHEMA = {
17102
17736
  "security": [
17103
17737
  {
17104
17738
  "jwtAuth": []
17739
+ },
17740
+ {
17741
+ "cookieAuth": []
17105
17742
  }
17106
17743
  ],
17107
17744
  "tags": [
@@ -17110,7 +17747,7 @@ var OPENAPI_SCHEMA = {
17110
17747
  "x-async-capable": false
17111
17748
  },
17112
17749
  "put": {
17113
- "description": "ViewSet for managing support tickets.",
17750
+ "description": "ViewSet for managing support tickets.\n\nRequires authenticated user (JWT or Session).\nStaff users can see all tickets, regular users see only their own.",
17114
17751
  "operationId": "cfg_support_tickets_update",
17115
17752
  "parameters": [
17116
17753
  {
@@ -17159,6 +17796,9 @@ var OPENAPI_SCHEMA = {
17159
17796
  "security": [
17160
17797
  {
17161
17798
  "jwtAuth": []
17799
+ },
17800
+ {
17801
+ "cookieAuth": []
17162
17802
  }
17163
17803
  ],
17164
17804
  "tags": [
@@ -17169,7 +17809,7 @@ var OPENAPI_SCHEMA = {
17169
17809
  },
17170
17810
  "/cfg/tasks/logs/": {
17171
17811
  "get": {
17172
- "description": "ViewSet for TaskLog monitoring.\n\nProvides read-only access to task execution logs with filtering,\nsearching, and statistics.\n\nEndpoints:\n GET /api/tasks/logs/ - List all task logs\n GET /api/tasks/logs/{id}/ - Get task log details\n GET /api/tasks/logs/stats/ - Get aggregated statistics\n GET /api/tasks/logs/timeline/ - Get task execution timeline\n GET /api/tasks/logs/overview/ - Get summary overview",
17812
+ "description": "Complete ViewSet for TaskLog monitoring.\n\nProvides read-only access to task execution logs with filtering,\nsearching, and statistics.\n\nEndpoints:\n GET /api/tasks/logs/ - List all task logs\n GET /api/tasks/logs/{id}/ - Get task log details\n GET /api/tasks/logs/{id}/related/ - Get related task logs\n GET /api/tasks/logs/stats/ - Get aggregated statistics\n GET /api/tasks/logs/timeline/ - Get task execution timeline\n GET /api/tasks/logs/overview/ - Get summary overview\n\nMixins:\n - TaskLogStatsMixin: Aggregated statistics\n - TaskLogTimelineMixin: Time-series data\n - TaskLogOverviewMixin: High-level summary\n - TaskLogRelatedMixin: Related task lookup\n - TaskLogBaseViewSet: Base CRUD operations",
17173
17813
  "operationId": "cfg_tasks_logs_list",
17174
17814
  "parameters": [
17175
17815
  {
@@ -17460,7 +18100,12 @@ var OPENAPI_SCHEMA = {
17460
18100
  {
17461
18101
  "jwtAuth": []
17462
18102
  },
17463
- {}
18103
+ {
18104
+ "cookieAuth": []
18105
+ },
18106
+ {
18107
+ "basicAuth": []
18108
+ }
17464
18109
  ],
17465
18110
  "tags": [
17466
18111
  "tasks"
@@ -17470,14 +18115,14 @@ var OPENAPI_SCHEMA = {
17470
18115
  },
17471
18116
  "/cfg/tasks/logs/overview/": {
17472
18117
  "get": {
17473
- "description": 'Get summary overview of task system.\n\nReturns:\n {\n "total_tasks": 1500,\n "active_queues": ["default", "high", "knowledge"],\n "recent_failures": 5,\n "tasks_by_queue": {\n "default": 800,\n "high": 500,\n "knowledge": 200\n },\n "tasks_by_status": {\n "completed": 1450,\n "failed": 45,\n "in_progress": 5\n }\n }',
18118
+ "description": "Get high-level summary statistics for the entire task system",
17474
18119
  "operationId": "cfg_tasks_logs_overview_retrieve",
17475
18120
  "responses": {
17476
18121
  "200": {
17477
18122
  "content": {
17478
18123
  "application/json": {
17479
18124
  "schema": {
17480
- "$ref": "#/components/schemas/TaskLog"
18125
+ "$ref": "#/components/schemas/TaskLogOverview"
17481
18126
  }
17482
18127
  }
17483
18128
  },
@@ -17488,8 +18133,14 @@ var OPENAPI_SCHEMA = {
17488
18133
  {
17489
18134
  "jwtAuth": []
17490
18135
  },
17491
- {}
18136
+ {
18137
+ "cookieAuth": []
18138
+ },
18139
+ {
18140
+ "basicAuth": []
18141
+ }
17492
18142
  ],
18143
+ "summary": "Task System Overview",
17493
18144
  "tags": [
17494
18145
  "tasks"
17495
18146
  ],
@@ -17498,7 +18149,7 @@ var OPENAPI_SCHEMA = {
17498
18149
  },
17499
18150
  "/cfg/tasks/logs/stats/": {
17500
18151
  "get": {
17501
- "description": 'Get aggregated task statistics.\n\nQuery Parameters:\n period_hours (int): Statistics period in hours (default: 24)\n task_name (str): Filter by specific task name\n\nReturns:\n {\n "total": 150,\n "successful": 145,\n "failed": 5,\n "in_progress": 2,\n "success_rate": 96.67,\n "avg_duration_ms": 1250,\n "avg_duration_seconds": 1.25,\n "period_hours": 24\n }',
18152
+ "description": "Get aggregated statistics about task execution (success/failure rates, duration)",
17502
18153
  "operationId": "cfg_tasks_logs_stats_retrieve",
17503
18154
  "responses": {
17504
18155
  "200": {
@@ -17516,8 +18167,14 @@ var OPENAPI_SCHEMA = {
17516
18167
  {
17517
18168
  "jwtAuth": []
17518
18169
  },
17519
- {}
18170
+ {
18171
+ "cookieAuth": []
18172
+ },
18173
+ {
18174
+ "basicAuth": []
18175
+ }
17520
18176
  ],
18177
+ "summary": "Task Execution Statistics",
17521
18178
  "tags": [
17522
18179
  "tasks"
17523
18180
  ],
@@ -17526,31 +18183,14 @@ var OPENAPI_SCHEMA = {
17526
18183
  },
17527
18184
  "/cfg/tasks/logs/timeline/": {
17528
18185
  "get": {
17529
- "description": `Get task execution timeline grouped by time intervals.
17530
-
17531
- Query Parameters:
17532
- period_hours (int): Timeline period in hours (default: 24)
17533
- interval (str): Grouping interval - 'hour', 'day' (default: 'hour')
17534
- task_name (str): Filter by specific task name
17535
-
17536
- Returns:
17537
- [
17538
- {
17539
- "timestamp": "2025-10-30T10:00:00Z",
17540
- "total": 15,
17541
- "successful": 14,
17542
- "failed": 1,
17543
- "avg_duration_ms": 1200
17544
- },
17545
- ...
17546
- ]`,
18186
+ "description": "Get time-series data of task executions grouped by time intervals",
17547
18187
  "operationId": "cfg_tasks_logs_timeline_retrieve",
17548
18188
  "responses": {
17549
18189
  "200": {
17550
18190
  "content": {
17551
18191
  "application/json": {
17552
18192
  "schema": {
17553
- "$ref": "#/components/schemas/TaskLog"
18193
+ "$ref": "#/components/schemas/TaskLogTimeline"
17554
18194
  }
17555
18195
  }
17556
18196
  },
@@ -17561,8 +18201,14 @@ Returns:
17561
18201
  {
17562
18202
  "jwtAuth": []
17563
18203
  },
17564
- {}
18204
+ {
18205
+ "cookieAuth": []
18206
+ },
18207
+ {
18208
+ "basicAuth": []
18209
+ }
17565
18210
  ],
18211
+ "summary": "Task Execution Timeline",
17566
18212
  "tags": [
17567
18213
  "tasks"
17568
18214
  ],
@@ -17571,7 +18217,7 @@ Returns:
17571
18217
  },
17572
18218
  "/cfg/tasks/logs/{id}/": {
17573
18219
  "get": {
17574
- "description": "ViewSet for TaskLog monitoring.\n\nProvides read-only access to task execution logs with filtering,\nsearching, and statistics.\n\nEndpoints:\n GET /api/tasks/logs/ - List all task logs\n GET /api/tasks/logs/{id}/ - Get task log details\n GET /api/tasks/logs/stats/ - Get aggregated statistics\n GET /api/tasks/logs/timeline/ - Get task execution timeline\n GET /api/tasks/logs/overview/ - Get summary overview",
18220
+ "description": "Complete ViewSet for TaskLog monitoring.\n\nProvides read-only access to task execution logs with filtering,\nsearching, and statistics.\n\nEndpoints:\n GET /api/tasks/logs/ - List all task logs\n GET /api/tasks/logs/{id}/ - Get task log details\n GET /api/tasks/logs/{id}/related/ - Get related task logs\n GET /api/tasks/logs/stats/ - Get aggregated statistics\n GET /api/tasks/logs/timeline/ - Get task execution timeline\n GET /api/tasks/logs/overview/ - Get summary overview\n\nMixins:\n - TaskLogStatsMixin: Aggregated statistics\n - TaskLogTimelineMixin: Time-series data\n - TaskLogOverviewMixin: High-level summary\n - TaskLogRelatedMixin: Related task lookup\n - TaskLogBaseViewSet: Base CRUD operations",
17575
18221
  "operationId": "cfg_tasks_logs_retrieve",
17576
18222
  "parameters": [
17577
18223
  {
@@ -17600,7 +18246,12 @@ Returns:
17600
18246
  {
17601
18247
  "jwtAuth": []
17602
18248
  },
17603
- {}
18249
+ {
18250
+ "cookieAuth": []
18251
+ },
18252
+ {
18253
+ "basicAuth": []
18254
+ }
17604
18255
  ],
17605
18256
  "tags": [
17606
18257
  "tasks"
@@ -17610,7 +18261,7 @@ Returns:
17610
18261
  },
17611
18262
  "/cfg/tasks/logs/{id}/related/": {
17612
18263
  "get": {
17613
- "description": "Get related task logs (same job_id or task_name).\n\nReturns tasks that share the same job_id or are retries of the same task.",
18264
+ "description": "Get related task logs (same job_id or task_name).\n\nReturns tasks that share the same job_id or are retries of the same task.\n\nReturns:\n Array of related TaskLog objects (up to 10 most recent)",
17614
18265
  "operationId": "cfg_tasks_logs_related_retrieve",
17615
18266
  "parameters": [
17616
18267
  {
@@ -17639,7 +18290,12 @@ Returns:
17639
18290
  {
17640
18291
  "jwtAuth": []
17641
18292
  },
17642
- {}
18293
+ {
18294
+ "cookieAuth": []
18295
+ },
18296
+ {
18297
+ "basicAuth": []
18298
+ }
17643
18299
  ],
17644
18300
  "tags": [
17645
18301
  "tasks"
@@ -18240,8 +18896,13 @@ __export(schemas_exports, {
18240
18896
  SystemMetricsSchema: () => SystemMetricsSchema,
18241
18897
  TaskLogDetailSchema: () => TaskLogDetailSchema,
18242
18898
  TaskLogListSchema: () => TaskLogListSchema,
18899
+ TaskLogOverviewSchema: () => TaskLogOverviewSchema,
18243
18900
  TaskLogSchema: () => TaskLogSchema,
18244
18901
  TaskLogStatsSchema: () => TaskLogStatsSchema,
18902
+ TaskLogTimelineItemSchema: () => TaskLogTimelineItemSchema,
18903
+ TaskLogTimelineSchema: () => TaskLogTimelineSchema,
18904
+ TasksByQueueSchema: () => TasksByQueueSchema,
18905
+ TasksByStatusSchema: () => TasksByStatusSchema,
18245
18906
  TestEmailRequestSchema: () => TestEmailRequestSchema,
18246
18907
  TicketRequestSchema: () => TicketRequestSchema,
18247
18908
  TicketSchema: () => TicketSchema,
@@ -18895,577 +19556,561 @@ var CurrencySchema = z62.object({
18895
19556
  });
18896
19557
 
18897
19558
  // src/cfg/generated/_utils/schemas/DashboardOverview.schema.ts
19559
+ import { z as z69 } from "zod";
19560
+
19561
+ // src/cfg/generated/_utils/schemas/QuickAction.schema.ts
18898
19562
  import { z as z63 } from "zod";
18899
- var DashboardOverviewSchema = z63.object({
18900
- stat_cards: z63.array(z63.record(z63.string(), z63.any())),
18901
- system_health: z63.array(z63.record(z63.string(), z63.any())),
18902
- quick_actions: z63.array(z63.record(z63.string(), z63.any())),
18903
- recent_activity: z63.array(z63.record(z63.string(), z63.any())),
18904
- system_metrics: z63.record(z63.string(), z63.any()),
18905
- user_statistics: z63.record(z63.string(), z63.any()),
18906
- timestamp: z63.string()
19563
+ var QuickActionSchema = z63.object({
19564
+ title: z63.string(),
19565
+ description: z63.string(),
19566
+ icon: z63.string(),
19567
+ link: z63.string(),
19568
+ color: z63.nativeEnum(QuickActionColor).optional(),
19569
+ category: z63.string().optional()
18907
19570
  });
18908
19571
 
18909
- // src/cfg/generated/_utils/schemas/Document.schema.ts
19572
+ // src/cfg/generated/_utils/schemas/StatCard.schema.ts
18910
19573
  import { z as z64 } from "zod";
18911
- var DocumentSchema = z64.object({
18912
- id: z64.uuid(),
18913
- title: z64.string().max(512),
18914
- file_type: z64.string().max(100).optional(),
18915
- file_size: z64.int().min(0).max(2147483647).optional(),
18916
- processing_status: z64.string(),
18917
- chunks_count: z64.int(),
18918
- total_tokens: z64.int(),
18919
- total_cost_usd: z64.number(),
18920
- created_at: z64.iso.datetime(),
18921
- updated_at: z64.iso.datetime(),
18922
- processing_started_at: z64.iso.datetime(),
18923
- processing_completed_at: z64.iso.datetime(),
18924
- processing_error: z64.string(),
18925
- metadata: z64.string().nullable().optional()
19574
+ var StatCardSchema = z64.object({
19575
+ title: z64.string(),
19576
+ value: z64.string(),
19577
+ icon: z64.string(),
19578
+ change: z64.string().nullable().optional(),
19579
+ change_type: z64.nativeEnum(StatCardChangeType).optional(),
19580
+ description: z64.string().nullable().optional(),
19581
+ color: z64.string().optional()
18926
19582
  });
18927
19583
 
18928
- // src/cfg/generated/_utils/schemas/DocumentArchive.schema.ts
19584
+ // src/cfg/generated/_utils/schemas/SystemHealth.schema.ts
18929
19585
  import { z as z66 } from "zod";
18930
19586
 
18931
- // src/cfg/generated/_utils/schemas/DocumentCategory.schema.ts
19587
+ // src/cfg/generated/_utils/schemas/SystemHealthItem.schema.ts
18932
19588
  import { z as z65 } from "zod";
18933
- var DocumentCategorySchema = z65.object({
18934
- id: z65.uuid(),
18935
- name: z65.string().max(255),
18936
- description: z65.string().optional(),
18937
- is_public: z65.boolean().optional(),
18938
- created_at: z65.iso.datetime()
19589
+ var SystemHealthItemSchema = z65.object({
19590
+ component: z65.string(),
19591
+ status: z65.nativeEnum(SystemHealthItemStatus),
19592
+ description: z65.string(),
19593
+ last_check: z65.string(),
19594
+ health_percentage: z65.int().min(0).max(100).nullable().optional()
18939
19595
  });
18940
19596
 
18941
- // src/cfg/generated/_utils/schemas/DocumentArchive.schema.ts
18942
- var DocumentArchiveSchema = z66.object({
18943
- id: z66.uuid(),
18944
- title: z66.string().max(512),
18945
- description: z66.string().optional(),
18946
- categories: z66.array(DocumentCategorySchema),
18947
- is_public: z66.boolean().optional(),
18948
- archive_file: z66.url(),
18949
- original_filename: z66.string(),
18950
- file_size: z66.int(),
18951
- archive_type: z66.nativeEnum(DocumentArchiveArchiveType),
18952
- processing_status: z66.nativeEnum(DocumentArchiveProcessingStatus),
18953
- processed_at: z66.iso.datetime().nullable(),
18954
- processing_duration_ms: z66.int(),
18955
- processing_error: z66.string(),
18956
- total_items: z66.int(),
18957
- processed_items: z66.int(),
18958
- total_chunks: z66.int(),
18959
- vectorized_chunks: z66.int(),
18960
- total_tokens: z66.int(),
18961
- total_cost_usd: z66.number(),
18962
- processing_progress: z66.number(),
18963
- vectorization_progress: z66.number(),
18964
- is_processed: z66.boolean(),
18965
- created_at: z66.iso.datetime(),
18966
- updated_at: z66.iso.datetime()
19597
+ // src/cfg/generated/_utils/schemas/SystemHealth.schema.ts
19598
+ var SystemHealthSchema = z66.object({
19599
+ overall_status: z66.nativeEnum(SystemHealthOverallStatus),
19600
+ overall_health_percentage: z66.int().min(0).max(100),
19601
+ components: z66.array(SystemHealthItemSchema),
19602
+ timestamp: z66.string()
18967
19603
  });
18968
19604
 
18969
- // src/cfg/generated/_utils/schemas/DocumentArchiveDetail.schema.ts
19605
+ // src/cfg/generated/_utils/schemas/SystemMetrics.schema.ts
18970
19606
  import { z as z67 } from "zod";
18971
- var DocumentArchiveDetailSchema = z67.object({
18972
- id: z67.uuid(),
18973
- title: z67.string().max(512),
18974
- description: z67.string().optional(),
18975
- categories: z67.array(DocumentCategorySchema),
18976
- is_public: z67.boolean().optional(),
18977
- archive_file: z67.url(),
18978
- original_filename: z67.string(),
18979
- file_size: z67.int(),
18980
- archive_type: z67.nativeEnum(DocumentArchiveDetailArchiveType),
18981
- processing_status: z67.nativeEnum(DocumentArchiveDetailProcessingStatus),
18982
- processed_at: z67.iso.datetime().nullable(),
18983
- processing_duration_ms: z67.int(),
18984
- processing_error: z67.string(),
18985
- total_items: z67.int(),
18986
- processed_items: z67.int(),
18987
- total_chunks: z67.int(),
18988
- vectorized_chunks: z67.int(),
18989
- total_tokens: z67.int(),
18990
- total_cost_usd: z67.number(),
18991
- processing_progress: z67.number(),
18992
- vectorization_progress: z67.number(),
18993
- is_processed: z67.boolean(),
18994
- created_at: z67.iso.datetime(),
18995
- updated_at: z67.iso.datetime(),
18996
- items: z67.array(ArchiveItemSchema),
18997
- file_tree: z67.record(z67.string(), z67.any()),
18998
- metadata: z67.string().nullable().optional()
19607
+ var SystemMetricsSchema = z67.object({
19608
+ cpu_usage: z67.number(),
19609
+ memory_usage: z67.number(),
19610
+ disk_usage: z67.number(),
19611
+ network_in: z67.string(),
19612
+ network_out: z67.string(),
19613
+ response_time: z67.string(),
19614
+ uptime: z67.string()
18999
19615
  });
19000
19616
 
19001
- // src/cfg/generated/_utils/schemas/DocumentArchiveList.schema.ts
19617
+ // src/cfg/generated/_utils/schemas/UserStatistics.schema.ts
19002
19618
  import { z as z68 } from "zod";
19003
- var DocumentArchiveListSchema = z68.object({
19004
- id: z68.uuid(),
19005
- title: z68.string(),
19006
- description: z68.string(),
19007
- categories: z68.array(DocumentCategorySchema),
19008
- is_public: z68.boolean(),
19009
- original_filename: z68.string(),
19010
- file_size: z68.int(),
19011
- archive_type: z68.nativeEnum(DocumentArchiveListArchiveType),
19012
- processing_status: z68.nativeEnum(DocumentArchiveListProcessingStatus),
19013
- processed_at: z68.iso.datetime().nullable(),
19014
- total_items: z68.int(),
19015
- total_chunks: z68.int(),
19016
- total_cost_usd: z68.number(),
19017
- processing_progress: z68.number(),
19018
- created_at: z68.iso.datetime()
19619
+ var UserStatisticsSchema = z68.object({
19620
+ total_users: z68.int(),
19621
+ active_users: z68.int(),
19622
+ new_users: z68.int(),
19623
+ superusers: z68.int()
19019
19624
  });
19020
19625
 
19021
- // src/cfg/generated/_utils/schemas/DocumentArchiveRequest.schema.ts
19022
- import { z as z69 } from "zod";
19023
- var DocumentArchiveRequestSchema = z69.object({
19024
- title: z69.string().min(1).max(512),
19025
- description: z69.string().optional(),
19026
- is_public: z69.boolean().optional()
19626
+ // src/cfg/generated/_utils/schemas/DashboardOverview.schema.ts
19627
+ var DashboardOverviewSchema = z69.object({
19628
+ stat_cards: z69.array(StatCardSchema),
19629
+ system_health: SystemHealthSchema,
19630
+ quick_actions: z69.array(QuickActionSchema),
19631
+ recent_activity: z69.array(ActivityEntrySchema),
19632
+ system_metrics: SystemMetricsSchema,
19633
+ user_statistics: UserStatisticsSchema,
19634
+ app_statistics: z69.array(AppStatisticsSchema).optional(),
19635
+ timestamp: z69.string()
19027
19636
  });
19028
19637
 
19029
- // src/cfg/generated/_utils/schemas/DocumentCategoryRequest.schema.ts
19638
+ // src/cfg/generated/_utils/schemas/Document.schema.ts
19030
19639
  import { z as z70 } from "zod";
19031
- var DocumentCategoryRequestSchema = z70.object({
19032
- name: z70.string().min(1).max(255),
19033
- description: z70.string().optional(),
19034
- is_public: z70.boolean().optional()
19640
+ var DocumentSchema = z70.object({
19641
+ id: z70.uuid(),
19642
+ title: z70.string().max(512),
19643
+ file_type: z70.string().max(100).optional(),
19644
+ file_size: z70.int().min(0).max(2147483647).optional(),
19645
+ processing_status: z70.string(),
19646
+ chunks_count: z70.int(),
19647
+ total_tokens: z70.int(),
19648
+ total_cost_usd: z70.number(),
19649
+ created_at: z70.iso.datetime(),
19650
+ updated_at: z70.iso.datetime(),
19651
+ processing_started_at: z70.iso.datetime(),
19652
+ processing_completed_at: z70.iso.datetime(),
19653
+ processing_error: z70.string(),
19654
+ metadata: z70.string().nullable().optional()
19035
19655
  });
19036
19656
 
19037
- // src/cfg/generated/_utils/schemas/DocumentCreateRequest.schema.ts
19657
+ // src/cfg/generated/_utils/schemas/DocumentArchive.schema.ts
19658
+ import { z as z72 } from "zod";
19659
+
19660
+ // src/cfg/generated/_utils/schemas/DocumentCategory.schema.ts
19038
19661
  import { z as z71 } from "zod";
19039
- var DocumentCreateRequestSchema = z71.object({
19040
- title: z71.string().min(1).max(512),
19041
- content: z71.string().min(10).max(1e6),
19042
- file_type: z71.string().min(1).optional(),
19043
- metadata: z71.string().optional()
19662
+ var DocumentCategorySchema = z71.object({
19663
+ id: z71.uuid(),
19664
+ name: z71.string().max(255),
19665
+ description: z71.string().optional(),
19666
+ is_public: z71.boolean().optional(),
19667
+ created_at: z71.iso.datetime()
19044
19668
  });
19045
19669
 
19046
- // src/cfg/generated/_utils/schemas/DocumentProcessingStatus.schema.ts
19047
- import { z as z72 } from "zod";
19048
- var DocumentProcessingStatusSchema = z72.object({
19670
+ // src/cfg/generated/_utils/schemas/DocumentArchive.schema.ts
19671
+ var DocumentArchiveSchema = z72.object({
19049
19672
  id: z72.uuid(),
19050
- status: z72.string(),
19051
- progress: z72.string(),
19052
- error: z72.string().nullable().optional(),
19053
- processing_time_seconds: z72.number().nullable().optional()
19673
+ title: z72.string().max(512),
19674
+ description: z72.string().optional(),
19675
+ categories: z72.array(DocumentCategorySchema),
19676
+ is_public: z72.boolean().optional(),
19677
+ archive_file: z72.url(),
19678
+ original_filename: z72.string(),
19679
+ file_size: z72.int(),
19680
+ archive_type: z72.nativeEnum(DocumentArchiveArchiveType),
19681
+ processing_status: z72.nativeEnum(DocumentArchiveProcessingStatus),
19682
+ processed_at: z72.iso.datetime().nullable(),
19683
+ processing_duration_ms: z72.int(),
19684
+ processing_error: z72.string(),
19685
+ total_items: z72.int(),
19686
+ processed_items: z72.int(),
19687
+ total_chunks: z72.int(),
19688
+ vectorized_chunks: z72.int(),
19689
+ total_tokens: z72.int(),
19690
+ total_cost_usd: z72.number(),
19691
+ processing_progress: z72.number(),
19692
+ vectorization_progress: z72.number(),
19693
+ is_processed: z72.boolean(),
19694
+ created_at: z72.iso.datetime(),
19695
+ updated_at: z72.iso.datetime()
19054
19696
  });
19055
19697
 
19056
- // src/cfg/generated/_utils/schemas/DocumentRequest.schema.ts
19698
+ // src/cfg/generated/_utils/schemas/DocumentArchiveDetail.schema.ts
19057
19699
  import { z as z73 } from "zod";
19058
- var DocumentRequestSchema = z73.object({
19059
- title: z73.string().min(1).max(512),
19060
- file_type: z73.string().min(1).max(100).optional(),
19061
- file_size: z73.int().min(0).max(2147483647).optional(),
19700
+ var DocumentArchiveDetailSchema = z73.object({
19701
+ id: z73.uuid(),
19702
+ title: z73.string().max(512),
19703
+ description: z73.string().optional(),
19704
+ categories: z73.array(DocumentCategorySchema),
19705
+ is_public: z73.boolean().optional(),
19706
+ archive_file: z73.url(),
19707
+ original_filename: z73.string(),
19708
+ file_size: z73.int(),
19709
+ archive_type: z73.nativeEnum(DocumentArchiveDetailArchiveType),
19710
+ processing_status: z73.nativeEnum(DocumentArchiveDetailProcessingStatus),
19711
+ processed_at: z73.iso.datetime().nullable(),
19712
+ processing_duration_ms: z73.int(),
19713
+ processing_error: z73.string(),
19714
+ total_items: z73.int(),
19715
+ processed_items: z73.int(),
19716
+ total_chunks: z73.int(),
19717
+ vectorized_chunks: z73.int(),
19718
+ total_tokens: z73.int(),
19719
+ total_cost_usd: z73.number(),
19720
+ processing_progress: z73.number(),
19721
+ vectorization_progress: z73.number(),
19722
+ is_processed: z73.boolean(),
19723
+ created_at: z73.iso.datetime(),
19724
+ updated_at: z73.iso.datetime(),
19725
+ items: z73.array(ArchiveItemSchema),
19726
+ file_tree: z73.record(z73.string(), z73.any()),
19062
19727
  metadata: z73.string().nullable().optional()
19063
19728
  });
19064
19729
 
19065
- // src/cfg/generated/_utils/schemas/DocumentStats.schema.ts
19730
+ // src/cfg/generated/_utils/schemas/DocumentArchiveList.schema.ts
19066
19731
  import { z as z74 } from "zod";
19067
- var DocumentStatsSchema = z74.object({
19068
- total_documents: z74.int(),
19069
- completed_documents: z74.int(),
19070
- processing_success_rate: z74.number(),
19732
+ var DocumentArchiveListSchema = z74.object({
19733
+ id: z74.uuid(),
19734
+ title: z74.string(),
19735
+ description: z74.string(),
19736
+ categories: z74.array(DocumentCategorySchema),
19737
+ is_public: z74.boolean(),
19738
+ original_filename: z74.string(),
19739
+ file_size: z74.int(),
19740
+ archive_type: z74.nativeEnum(DocumentArchiveListArchiveType),
19741
+ processing_status: z74.nativeEnum(DocumentArchiveListProcessingStatus),
19742
+ processed_at: z74.iso.datetime().nullable(),
19743
+ total_items: z74.int(),
19071
19744
  total_chunks: z74.int(),
19072
- total_tokens: z74.int(),
19073
19745
  total_cost_usd: z74.number(),
19074
- avg_processing_time_seconds: z74.number()
19746
+ processing_progress: z74.number(),
19747
+ created_at: z74.iso.datetime()
19075
19748
  });
19076
19749
 
19077
- // src/cfg/generated/_utils/schemas/EmailLog.schema.ts
19750
+ // src/cfg/generated/_utils/schemas/DocumentArchiveRequest.schema.ts
19078
19751
  import { z as z75 } from "zod";
19079
- var EmailLogSchema = z75.object({
19080
- id: z75.uuid(),
19081
- user: z75.int().nullable(),
19082
- user_email: z75.string(),
19083
- newsletter: z75.int().nullable(),
19084
- newsletter_title: z75.string(),
19085
- recipient: z75.string(),
19086
- subject: z75.string(),
19087
- body: z75.string(),
19088
- status: z75.nativeEnum(EmailLogStatus),
19089
- created_at: z75.iso.datetime(),
19090
- sent_at: z75.iso.datetime().nullable(),
19091
- error_message: z75.string().nullable()
19752
+ var DocumentArchiveRequestSchema = z75.object({
19753
+ title: z75.string().min(1).max(512),
19754
+ description: z75.string().optional(),
19755
+ is_public: z75.boolean().optional()
19092
19756
  });
19093
19757
 
19094
- // src/cfg/generated/_utils/schemas/Endpoint.schema.ts
19758
+ // src/cfg/generated/_utils/schemas/DocumentCategoryRequest.schema.ts
19095
19759
  import { z as z76 } from "zod";
19096
- var EndpointSchema = z76.object({
19097
- url: z76.string(),
19098
- url_pattern: z76.string().nullable().optional(),
19099
- url_name: z76.string().nullable().optional(),
19100
- namespace: z76.string().optional(),
19101
- group: z76.string(),
19102
- view: z76.string().optional(),
19103
- status: z76.string(),
19104
- status_code: z76.int().nullable().optional(),
19105
- response_time_ms: z76.number().nullable().optional(),
19106
- is_healthy: z76.boolean().nullable().optional(),
19107
- error: z76.string().optional(),
19108
- error_type: z76.string().optional(),
19109
- reason: z76.string().optional(),
19110
- last_checked: z76.iso.datetime().nullable().optional(),
19111
- has_parameters: z76.boolean().optional(),
19112
- required_auth: z76.boolean().optional(),
19113
- rate_limited: z76.boolean().optional()
19760
+ var DocumentCategoryRequestSchema = z76.object({
19761
+ name: z76.string().min(1).max(255),
19762
+ description: z76.string().optional(),
19763
+ is_public: z76.boolean().optional()
19114
19764
  });
19115
19765
 
19116
- // src/cfg/generated/_utils/schemas/EndpointsStatus.schema.ts
19766
+ // src/cfg/generated/_utils/schemas/DocumentCreateRequest.schema.ts
19117
19767
  import { z as z77 } from "zod";
19118
- var EndpointsStatusSchema = z77.object({
19119
- status: z77.string(),
19120
- timestamp: z77.iso.datetime(),
19121
- total_endpoints: z77.int(),
19122
- healthy: z77.int(),
19123
- unhealthy: z77.int(),
19124
- warnings: z77.int(),
19125
- errors: z77.int(),
19126
- skipped: z77.int(),
19127
- endpoints: z77.array(EndpointSchema)
19768
+ var DocumentCreateRequestSchema = z77.object({
19769
+ title: z77.string().min(1).max(512),
19770
+ content: z77.string().min(10).max(1e6),
19771
+ file_type: z77.string().min(1).optional(),
19772
+ metadata: z77.string().optional()
19128
19773
  });
19129
19774
 
19130
- // src/cfg/generated/_utils/schemas/ErrorResponse.schema.ts
19775
+ // src/cfg/generated/_utils/schemas/DocumentProcessingStatus.schema.ts
19131
19776
  import { z as z78 } from "zod";
19132
- var ErrorResponseSchema = z78.object({
19133
- success: z78.boolean().optional(),
19134
- message: z78.string()
19777
+ var DocumentProcessingStatusSchema = z78.object({
19778
+ id: z78.uuid(),
19779
+ status: z78.string(),
19780
+ progress: z78.string(),
19781
+ error: z78.string().nullable().optional(),
19782
+ processing_time_seconds: z78.number().nullable().optional()
19135
19783
  });
19136
19784
 
19137
- // src/cfg/generated/_utils/schemas/HealthCheck.schema.ts
19785
+ // src/cfg/generated/_utils/schemas/DocumentRequest.schema.ts
19138
19786
  import { z as z79 } from "zod";
19139
- var HealthCheckSchema = z79.object({
19140
- status: z79.string(),
19141
- wrapper_url: z79.string(),
19142
- has_api_key: z79.boolean(),
19143
- timestamp: z79.string()
19787
+ var DocumentRequestSchema = z79.object({
19788
+ title: z79.string().min(1).max(512),
19789
+ file_type: z79.string().min(1).max(100).optional(),
19790
+ file_size: z79.int().min(0).max(2147483647).optional(),
19791
+ metadata: z79.string().nullable().optional()
19144
19792
  });
19145
19793
 
19146
- // src/cfg/generated/_utils/schemas/LeadSubmission.schema.ts
19794
+ // src/cfg/generated/_utils/schemas/DocumentStats.schema.ts
19147
19795
  import { z as z80 } from "zod";
19148
- var LeadSubmissionSchema = z80.object({
19149
- name: z80.string().max(200),
19150
- email: z80.email(),
19151
- company: z80.string().max(200).nullable().optional(),
19152
- company_site: z80.string().max(200).nullable().optional(),
19153
- contact_type: z80.nativeEnum(LeadSubmissionContactType).optional(),
19154
- contact_value: z80.string().max(200).nullable().optional(),
19155
- subject: z80.string().max(200).nullable().optional(),
19156
- message: z80.string(),
19157
- extra: z80.string().nullable().optional(),
19158
- site_url: z80.url()
19796
+ var DocumentStatsSchema = z80.object({
19797
+ total_documents: z80.int(),
19798
+ completed_documents: z80.int(),
19799
+ processing_success_rate: z80.number(),
19800
+ total_chunks: z80.int(),
19801
+ total_tokens: z80.int(),
19802
+ total_cost_usd: z80.number(),
19803
+ avg_processing_time_seconds: z80.number()
19159
19804
  });
19160
19805
 
19161
- // src/cfg/generated/_utils/schemas/LeadSubmissionError.schema.ts
19806
+ // src/cfg/generated/_utils/schemas/EmailLog.schema.ts
19162
19807
  import { z as z81 } from "zod";
19163
- var LeadSubmissionErrorSchema = z81.object({
19164
- success: z81.boolean(),
19165
- error: z81.string(),
19166
- details: z81.record(z81.string(), z81.any()).optional()
19808
+ var EmailLogSchema = z81.object({
19809
+ id: z81.uuid(),
19810
+ user: z81.int().nullable(),
19811
+ user_email: z81.string(),
19812
+ newsletter: z81.int().nullable(),
19813
+ newsletter_title: z81.string(),
19814
+ recipient: z81.string(),
19815
+ subject: z81.string(),
19816
+ body: z81.string(),
19817
+ status: z81.nativeEnum(EmailLogStatus),
19818
+ created_at: z81.iso.datetime(),
19819
+ sent_at: z81.iso.datetime().nullable(),
19820
+ error_message: z81.string().nullable()
19167
19821
  });
19168
19822
 
19169
- // src/cfg/generated/_utils/schemas/LeadSubmissionRequest.schema.ts
19823
+ // src/cfg/generated/_utils/schemas/Endpoint.schema.ts
19170
19824
  import { z as z82 } from "zod";
19171
- var LeadSubmissionRequestSchema = z82.object({
19172
- name: z82.string().min(1).max(200),
19173
- email: z82.email(),
19174
- company: z82.string().max(200).nullable().optional(),
19175
- company_site: z82.string().max(200).nullable().optional(),
19176
- contact_type: z82.nativeEnum(LeadSubmissionRequestContactType).optional(),
19177
- contact_value: z82.string().max(200).nullable().optional(),
19178
- subject: z82.string().max(200).nullable().optional(),
19179
- message: z82.string().min(1),
19180
- extra: z82.string().nullable().optional(),
19181
- site_url: z82.url()
19825
+ var EndpointSchema = z82.object({
19826
+ url: z82.string(),
19827
+ url_pattern: z82.string().nullable().optional(),
19828
+ url_name: z82.string().nullable().optional(),
19829
+ namespace: z82.string().optional(),
19830
+ group: z82.string(),
19831
+ view: z82.string().optional(),
19832
+ status: z82.string(),
19833
+ status_code: z82.int().nullable().optional(),
19834
+ response_time_ms: z82.number().nullable().optional(),
19835
+ is_healthy: z82.boolean().nullable().optional(),
19836
+ error: z82.string().optional(),
19837
+ error_type: z82.string().optional(),
19838
+ reason: z82.string().optional(),
19839
+ last_checked: z82.iso.datetime().nullable().optional(),
19840
+ has_parameters: z82.boolean().optional(),
19841
+ required_auth: z82.boolean().optional(),
19842
+ rate_limited: z82.boolean().optional()
19182
19843
  });
19183
19844
 
19184
- // src/cfg/generated/_utils/schemas/LeadSubmissionResponse.schema.ts
19845
+ // src/cfg/generated/_utils/schemas/EndpointsStatus.schema.ts
19185
19846
  import { z as z83 } from "zod";
19186
- var LeadSubmissionResponseSchema = z83.object({
19187
- success: z83.boolean(),
19188
- message: z83.string(),
19189
- lead_id: z83.int()
19847
+ var EndpointsStatusSchema = z83.object({
19848
+ status: z83.string(),
19849
+ timestamp: z83.iso.datetime(),
19850
+ total_endpoints: z83.int(),
19851
+ healthy: z83.int(),
19852
+ unhealthy: z83.int(),
19853
+ warnings: z83.int(),
19854
+ errors: z83.int(),
19855
+ skipped: z83.int(),
19856
+ endpoints: z83.array(EndpointSchema)
19190
19857
  });
19191
19858
 
19192
- // src/cfg/generated/_utils/schemas/ManualAckRequestRequest.schema.ts
19859
+ // src/cfg/generated/_utils/schemas/ErrorResponse.schema.ts
19193
19860
  import { z as z84 } from "zod";
19194
- var ManualAckRequestRequestSchema = z84.object({
19195
- message_id: z84.string(),
19196
- client_id: z84.string()
19861
+ var ErrorResponseSchema = z84.object({
19862
+ success: z84.boolean().optional(),
19863
+ message: z84.string()
19197
19864
  });
19198
19865
 
19199
- // src/cfg/generated/_utils/schemas/ManualAckResponse.schema.ts
19866
+ // src/cfg/generated/_utils/schemas/HealthCheck.schema.ts
19200
19867
  import { z as z85 } from "zod";
19201
- var ManualAckResponseSchema = z85.object({
19202
- success: z85.boolean(),
19203
- message_id: z85.string(),
19204
- error: z85.string().nullable().optional()
19868
+ var HealthCheckSchema = z85.object({
19869
+ status: z85.string(),
19870
+ wrapper_url: z85.string(),
19871
+ has_api_key: z85.boolean(),
19872
+ timestamp: z85.string()
19205
19873
  });
19206
19874
 
19207
- // src/cfg/generated/_utils/schemas/Message.schema.ts
19208
- import { z as z87 } from "zod";
19209
-
19210
- // src/cfg/generated/_utils/schemas/Sender.schema.ts
19875
+ // src/cfg/generated/_utils/schemas/LeadSubmission.schema.ts
19211
19876
  import { z as z86 } from "zod";
19212
- var SenderSchema = z86.object({
19213
- id: z86.int(),
19214
- display_username: z86.string(),
19877
+ var LeadSubmissionSchema = z86.object({
19878
+ name: z86.string().max(200),
19215
19879
  email: z86.email(),
19216
- avatar: z86.string().nullable(),
19217
- initials: z86.string(),
19218
- is_staff: z86.boolean(),
19219
- is_superuser: z86.boolean()
19880
+ company: z86.string().max(200).nullable().optional(),
19881
+ company_site: z86.string().max(200).nullable().optional(),
19882
+ contact_type: z86.nativeEnum(LeadSubmissionContactType).optional(),
19883
+ contact_value: z86.string().max(200).nullable().optional(),
19884
+ subject: z86.string().max(200).nullable().optional(),
19885
+ message: z86.string(),
19886
+ extra: z86.string().nullable().optional(),
19887
+ site_url: z86.url()
19220
19888
  });
19221
19889
 
19222
- // src/cfg/generated/_utils/schemas/Message.schema.ts
19223
- var MessageSchema = z87.object({
19224
- uuid: z87.uuid(),
19225
- ticket: z87.uuid(),
19226
- sender: SenderSchema,
19227
- is_from_author: z87.boolean(),
19228
- text: z87.string(),
19229
- created_at: z87.iso.datetime()
19890
+ // src/cfg/generated/_utils/schemas/LeadSubmissionError.schema.ts
19891
+ import { z as z87 } from "zod";
19892
+ var LeadSubmissionErrorSchema = z87.object({
19893
+ success: z87.boolean(),
19894
+ error: z87.string(),
19895
+ details: z87.record(z87.string(), z87.any()).optional()
19230
19896
  });
19231
19897
 
19232
- // src/cfg/generated/_utils/schemas/MessageCreate.schema.ts
19898
+ // src/cfg/generated/_utils/schemas/LeadSubmissionRequest.schema.ts
19233
19899
  import { z as z88 } from "zod";
19234
- var MessageCreateSchema = z88.object({
19235
- text: z88.string()
19900
+ var LeadSubmissionRequestSchema = z88.object({
19901
+ name: z88.string().min(1).max(200),
19902
+ email: z88.email(),
19903
+ company: z88.string().max(200).nullable().optional(),
19904
+ company_site: z88.string().max(200).nullable().optional(),
19905
+ contact_type: z88.nativeEnum(LeadSubmissionRequestContactType).optional(),
19906
+ contact_value: z88.string().max(200).nullable().optional(),
19907
+ subject: z88.string().max(200).nullable().optional(),
19908
+ message: z88.string().min(1),
19909
+ extra: z88.string().nullable().optional(),
19910
+ site_url: z88.url()
19236
19911
  });
19237
19912
 
19238
- // src/cfg/generated/_utils/schemas/MessageCreateRequest.schema.ts
19913
+ // src/cfg/generated/_utils/schemas/LeadSubmissionResponse.schema.ts
19239
19914
  import { z as z89 } from "zod";
19240
- var MessageCreateRequestSchema = z89.object({
19241
- text: z89.string().min(1)
19915
+ var LeadSubmissionResponseSchema = z89.object({
19916
+ success: z89.boolean(),
19917
+ message: z89.string(),
19918
+ lead_id: z89.int()
19242
19919
  });
19243
19920
 
19244
- // src/cfg/generated/_utils/schemas/MessageRequest.schema.ts
19921
+ // src/cfg/generated/_utils/schemas/ManualAckRequestRequest.schema.ts
19245
19922
  import { z as z90 } from "zod";
19246
- var MessageRequestSchema = z90.object({
19247
- text: z90.string().min(1)
19923
+ var ManualAckRequestRequestSchema = z90.object({
19924
+ message_id: z90.string(),
19925
+ client_id: z90.string()
19248
19926
  });
19249
19927
 
19250
- // src/cfg/generated/_utils/schemas/Newsletter.schema.ts
19928
+ // src/cfg/generated/_utils/schemas/ManualAckResponse.schema.ts
19251
19929
  import { z as z91 } from "zod";
19252
- var NewsletterSchema = z91.object({
19253
- id: z91.int(),
19254
- title: z91.string().max(255),
19255
- description: z91.string().optional(),
19256
- is_active: z91.boolean().optional(),
19257
- auto_subscribe: z91.boolean().optional(),
19258
- created_at: z91.iso.datetime(),
19259
- updated_at: z91.iso.datetime(),
19260
- subscribers_count: z91.int()
19930
+ var ManualAckResponseSchema = z91.object({
19931
+ success: z91.boolean(),
19932
+ message_id: z91.string(),
19933
+ error: z91.string().nullable().optional()
19261
19934
  });
19262
19935
 
19263
- // src/cfg/generated/_utils/schemas/NewsletterCampaign.schema.ts
19936
+ // src/cfg/generated/_utils/schemas/Message.schema.ts
19937
+ import { z as z93 } from "zod";
19938
+
19939
+ // src/cfg/generated/_utils/schemas/Sender.schema.ts
19264
19940
  import { z as z92 } from "zod";
19265
- var NewsletterCampaignSchema = z92.object({
19941
+ var SenderSchema = z92.object({
19266
19942
  id: z92.int(),
19267
- newsletter: z92.int(),
19268
- newsletter_title: z92.string(),
19269
- subject: z92.string().max(255),
19270
- email_title: z92.string().max(255),
19271
- main_text: z92.string(),
19272
- main_html_content: z92.string().optional(),
19273
- button_text: z92.string().max(100).optional(),
19274
- button_url: z92.url().optional(),
19275
- secondary_text: z92.string().optional(),
19276
- status: z92.nativeEnum(NewsletterCampaignStatus),
19277
- created_at: z92.iso.datetime(),
19278
- sent_at: z92.iso.datetime().nullable(),
19279
- recipient_count: z92.int()
19943
+ display_username: z92.string(),
19944
+ email: z92.email(),
19945
+ avatar: z92.string().nullable(),
19946
+ initials: z92.string(),
19947
+ is_staff: z92.boolean(),
19948
+ is_superuser: z92.boolean()
19280
19949
  });
19281
19950
 
19282
- // src/cfg/generated/_utils/schemas/NewsletterCampaignRequest.schema.ts
19283
- import { z as z93 } from "zod";
19284
- var NewsletterCampaignRequestSchema = z93.object({
19285
- newsletter: z93.int(),
19286
- subject: z93.string().min(1).max(255),
19287
- email_title: z93.string().min(1).max(255),
19288
- main_text: z93.string().min(1),
19289
- main_html_content: z93.string().optional(),
19290
- button_text: z93.string().max(100).optional(),
19291
- button_url: z93.url().optional(),
19292
- secondary_text: z93.string().optional()
19951
+ // src/cfg/generated/_utils/schemas/Message.schema.ts
19952
+ var MessageSchema = z93.object({
19953
+ uuid: z93.uuid(),
19954
+ ticket: z93.uuid(),
19955
+ sender: SenderSchema,
19956
+ is_from_author: z93.boolean(),
19957
+ text: z93.string(),
19958
+ created_at: z93.iso.datetime()
19293
19959
  });
19294
19960
 
19295
- // src/cfg/generated/_utils/schemas/NewsletterSubscription.schema.ts
19961
+ // src/cfg/generated/_utils/schemas/MessageCreate.schema.ts
19296
19962
  import { z as z94 } from "zod";
19297
- var NewsletterSubscriptionSchema = z94.object({
19298
- id: z94.int(),
19299
- newsletter: z94.int(),
19300
- newsletter_title: z94.string(),
19301
- user: z94.int().nullable().optional(),
19302
- user_email: z94.string(),
19303
- email: z94.email(),
19304
- is_active: z94.boolean().optional(),
19305
- subscribed_at: z94.iso.datetime(),
19306
- unsubscribed_at: z94.iso.datetime().nullable()
19963
+ var MessageCreateSchema = z94.object({
19964
+ text: z94.string()
19307
19965
  });
19308
19966
 
19309
- // src/cfg/generated/_utils/schemas/OTPErrorResponse.schema.ts
19967
+ // src/cfg/generated/_utils/schemas/MessageCreateRequest.schema.ts
19310
19968
  import { z as z95 } from "zod";
19311
- var OTPErrorResponseSchema = z95.object({
19312
- error: z95.string()
19969
+ var MessageCreateRequestSchema = z95.object({
19970
+ text: z95.string().min(1)
19313
19971
  });
19314
19972
 
19315
- // src/cfg/generated/_utils/schemas/OTPRequestRequest.schema.ts
19973
+ // src/cfg/generated/_utils/schemas/MessageRequest.schema.ts
19316
19974
  import { z as z96 } from "zod";
19317
- var OTPRequestRequestSchema = z96.object({
19318
- identifier: z96.string().min(1),
19319
- channel: z96.nativeEnum(OTPRequestRequestChannel).optional(),
19320
- source_url: z96.url().optional()
19975
+ var MessageRequestSchema = z96.object({
19976
+ text: z96.string().min(1)
19321
19977
  });
19322
19978
 
19323
- // src/cfg/generated/_utils/schemas/OTPRequestResponse.schema.ts
19979
+ // src/cfg/generated/_utils/schemas/Newsletter.schema.ts
19324
19980
  import { z as z97 } from "zod";
19325
- var OTPRequestResponseSchema = z97.object({
19326
- message: z97.string()
19981
+ var NewsletterSchema = z97.object({
19982
+ id: z97.int(),
19983
+ title: z97.string().max(255),
19984
+ description: z97.string().optional(),
19985
+ is_active: z97.boolean().optional(),
19986
+ auto_subscribe: z97.boolean().optional(),
19987
+ created_at: z97.iso.datetime(),
19988
+ updated_at: z97.iso.datetime(),
19989
+ subscribers_count: z97.int()
19327
19990
  });
19328
19991
 
19329
- // src/cfg/generated/_utils/schemas/OTPVerifyRequest.schema.ts
19992
+ // src/cfg/generated/_utils/schemas/NewsletterCampaign.schema.ts
19330
19993
  import { z as z98 } from "zod";
19331
- var OTPVerifyRequestSchema = z98.object({
19332
- identifier: z98.string().min(1),
19333
- otp: z98.string().min(6).max(6),
19334
- channel: z98.nativeEnum(OTPVerifyRequestChannel).optional(),
19335
- source_url: z98.url().optional()
19994
+ var NewsletterCampaignSchema = z98.object({
19995
+ id: z98.int(),
19996
+ newsletter: z98.int(),
19997
+ newsletter_title: z98.string(),
19998
+ subject: z98.string().max(255),
19999
+ email_title: z98.string().max(255),
20000
+ main_text: z98.string(),
20001
+ main_html_content: z98.string().optional(),
20002
+ button_text: z98.string().max(100).optional(),
20003
+ button_url: z98.url().optional(),
20004
+ secondary_text: z98.string().optional(),
20005
+ status: z98.nativeEnum(NewsletterCampaignStatus),
20006
+ created_at: z98.iso.datetime(),
20007
+ sent_at: z98.iso.datetime().nullable(),
20008
+ recipient_count: z98.int()
19336
20009
  });
19337
20010
 
19338
- // src/cfg/generated/_utils/schemas/OTPVerifyResponse.schema.ts
19339
- import { z as z100 } from "zod";
19340
-
19341
- // src/cfg/generated/_utils/schemas/User.schema.ts
20011
+ // src/cfg/generated/_utils/schemas/NewsletterCampaignRequest.schema.ts
19342
20012
  import { z as z99 } from "zod";
19343
- var UserSchema = z99.object({
19344
- id: z99.int(),
19345
- email: z99.email(),
19346
- first_name: z99.string().max(50).optional(),
19347
- last_name: z99.string().max(50).optional(),
19348
- full_name: z99.string(),
19349
- initials: z99.string(),
19350
- display_username: z99.string(),
19351
- company: z99.string().max(100).optional(),
19352
- phone: z99.string().max(20).optional(),
19353
- position: z99.string().max(100).optional(),
19354
- avatar: z99.url().nullable(),
19355
- is_staff: z99.boolean(),
19356
- is_superuser: z99.boolean(),
19357
- date_joined: z99.iso.datetime(),
19358
- last_login: z99.iso.datetime().nullable(),
19359
- unanswered_messages_count: z99.int()
20013
+ var NewsletterCampaignRequestSchema = z99.object({
20014
+ newsletter: z99.int(),
20015
+ subject: z99.string().min(1).max(255),
20016
+ email_title: z99.string().min(1).max(255),
20017
+ main_text: z99.string().min(1),
20018
+ main_html_content: z99.string().optional(),
20019
+ button_text: z99.string().max(100).optional(),
20020
+ button_url: z99.url().optional(),
20021
+ secondary_text: z99.string().optional()
19360
20022
  });
19361
20023
 
19362
- // src/cfg/generated/_utils/schemas/OTPVerifyResponse.schema.ts
19363
- var OTPVerifyResponseSchema = z100.object({
19364
- refresh: z100.string(),
19365
- access: z100.string(),
19366
- user: UserSchema
20024
+ // src/cfg/generated/_utils/schemas/NewsletterSubscription.schema.ts
20025
+ import { z as z100 } from "zod";
20026
+ var NewsletterSubscriptionSchema = z100.object({
20027
+ id: z100.int(),
20028
+ newsletter: z100.int(),
20029
+ newsletter_title: z100.string(),
20030
+ user: z100.int().nullable().optional(),
20031
+ user_email: z100.string(),
20032
+ email: z100.email(),
20033
+ is_active: z100.boolean().optional(),
20034
+ subscribed_at: z100.iso.datetime(),
20035
+ unsubscribed_at: z100.iso.datetime().nullable()
19367
20036
  });
19368
20037
 
19369
- // src/cfg/generated/_utils/schemas/OverviewStats.schema.ts
20038
+ // src/cfg/generated/_utils/schemas/OTPErrorResponse.schema.ts
19370
20039
  import { z as z101 } from "zod";
19371
- var OverviewStatsSchema = z101.object({
19372
- total: z101.int(),
19373
- successful: z101.int(),
19374
- failed: z101.int(),
19375
- timeout: z101.int(),
19376
- success_rate: z101.number(),
19377
- avg_duration_ms: z101.number(),
19378
- avg_acks_received: z101.number(),
19379
- period_hours: z101.int()
20040
+ var OTPErrorResponseSchema = z101.object({
20041
+ error: z101.string()
19380
20042
  });
19381
20043
 
19382
- // src/cfg/generated/_utils/schemas/PaginatedArchiveItemChunkList.schema.ts
20044
+ // src/cfg/generated/_utils/schemas/OTPRequestRequest.schema.ts
19383
20045
  import { z as z102 } from "zod";
19384
- var PaginatedArchiveItemChunkListSchema = z102.object({
19385
- count: z102.int(),
19386
- page: z102.int(),
19387
- pages: z102.int(),
19388
- page_size: z102.int(),
19389
- has_next: z102.boolean(),
19390
- has_previous: z102.boolean(),
19391
- next_page: z102.int().nullable().optional(),
19392
- previous_page: z102.int().nullable().optional(),
19393
- results: z102.array(ArchiveItemChunkSchema)
20046
+ var OTPRequestRequestSchema = z102.object({
20047
+ identifier: z102.string().min(1),
20048
+ channel: z102.nativeEnum(OTPRequestRequestChannel).optional(),
20049
+ source_url: z102.url().optional()
19394
20050
  });
19395
20051
 
19396
- // src/cfg/generated/_utils/schemas/PaginatedArchiveItemList.schema.ts
20052
+ // src/cfg/generated/_utils/schemas/OTPRequestResponse.schema.ts
19397
20053
  import { z as z103 } from "zod";
19398
- var PaginatedArchiveItemListSchema = z103.object({
19399
- count: z103.int(),
19400
- page: z103.int(),
19401
- pages: z103.int(),
19402
- page_size: z103.int(),
19403
- has_next: z103.boolean(),
19404
- has_previous: z103.boolean(),
19405
- next_page: z103.int().nullable().optional(),
19406
- previous_page: z103.int().nullable().optional(),
19407
- results: z103.array(ArchiveItemSchema)
20054
+ var OTPRequestResponseSchema = z103.object({
20055
+ message: z103.string()
19408
20056
  });
19409
20057
 
19410
- // src/cfg/generated/_utils/schemas/PaginatedArchiveSearchResultList.schema.ts
20058
+ // src/cfg/generated/_utils/schemas/OTPVerifyRequest.schema.ts
19411
20059
  import { z as z104 } from "zod";
19412
- var PaginatedArchiveSearchResultListSchema = z104.object({
19413
- count: z104.int(),
19414
- page: z104.int(),
19415
- pages: z104.int(),
19416
- page_size: z104.int(),
19417
- has_next: z104.boolean(),
19418
- has_previous: z104.boolean(),
19419
- next_page: z104.int().nullable().optional(),
19420
- previous_page: z104.int().nullable().optional(),
19421
- results: z104.array(ArchiveSearchResultSchema)
20060
+ var OTPVerifyRequestSchema = z104.object({
20061
+ identifier: z104.string().min(1),
20062
+ otp: z104.string().min(6).max(6),
20063
+ channel: z104.nativeEnum(OTPVerifyRequestChannel).optional(),
20064
+ source_url: z104.url().optional()
19422
20065
  });
19423
20066
 
19424
- // src/cfg/generated/_utils/schemas/PaginatedChatResponseList.schema.ts
20067
+ // src/cfg/generated/_utils/schemas/OTPVerifyResponse.schema.ts
20068
+ import { z as z106 } from "zod";
20069
+
20070
+ // src/cfg/generated/_utils/schemas/User.schema.ts
19425
20071
  import { z as z105 } from "zod";
19426
- var PaginatedChatResponseListSchema = z105.object({
19427
- count: z105.int(),
19428
- page: z105.int(),
19429
- pages: z105.int(),
19430
- page_size: z105.int(),
19431
- has_next: z105.boolean(),
19432
- has_previous: z105.boolean(),
19433
- next_page: z105.int().nullable().optional(),
19434
- previous_page: z105.int().nullable().optional(),
19435
- results: z105.array(ChatResponseSchema)
20072
+ var UserSchema = z105.object({
20073
+ id: z105.int(),
20074
+ email: z105.email(),
20075
+ first_name: z105.string().max(50).optional(),
20076
+ last_name: z105.string().max(50).optional(),
20077
+ full_name: z105.string(),
20078
+ initials: z105.string(),
20079
+ display_username: z105.string(),
20080
+ company: z105.string().max(100).optional(),
20081
+ phone: z105.string().max(20).optional(),
20082
+ position: z105.string().max(100).optional(),
20083
+ avatar: z105.url().nullable(),
20084
+ is_staff: z105.boolean(),
20085
+ is_superuser: z105.boolean(),
20086
+ date_joined: z105.iso.datetime(),
20087
+ last_login: z105.iso.datetime().nullable(),
20088
+ unanswered_messages_count: z105.int()
19436
20089
  });
19437
20090
 
19438
- // src/cfg/generated/_utils/schemas/PaginatedChatSessionList.schema.ts
19439
- import { z as z106 } from "zod";
19440
- var PaginatedChatSessionListSchema = z106.object({
19441
- count: z106.int(),
19442
- page: z106.int(),
19443
- pages: z106.int(),
19444
- page_size: z106.int(),
19445
- has_next: z106.boolean(),
19446
- has_previous: z106.boolean(),
19447
- next_page: z106.int().nullable().optional(),
19448
- previous_page: z106.int().nullable().optional(),
19449
- results: z106.array(ChatSessionSchema)
20091
+ // src/cfg/generated/_utils/schemas/OTPVerifyResponse.schema.ts
20092
+ var OTPVerifyResponseSchema = z106.object({
20093
+ refresh: z106.string(),
20094
+ access: z106.string(),
20095
+ user: UserSchema
19450
20096
  });
19451
20097
 
19452
- // src/cfg/generated/_utils/schemas/PaginatedDocumentArchiveListList.schema.ts
20098
+ // src/cfg/generated/_utils/schemas/OverviewStats.schema.ts
19453
20099
  import { z as z107 } from "zod";
19454
- var PaginatedDocumentArchiveListListSchema = z107.object({
19455
- count: z107.int(),
19456
- page: z107.int(),
19457
- pages: z107.int(),
19458
- page_size: z107.int(),
19459
- has_next: z107.boolean(),
19460
- has_previous: z107.boolean(),
19461
- next_page: z107.int().nullable().optional(),
19462
- previous_page: z107.int().nullable().optional(),
19463
- results: z107.array(DocumentArchiveListSchema)
20100
+ var OverviewStatsSchema = z107.object({
20101
+ total: z107.int(),
20102
+ successful: z107.int(),
20103
+ failed: z107.int(),
20104
+ timeout: z107.int(),
20105
+ success_rate: z107.number(),
20106
+ avg_duration_ms: z107.number(),
20107
+ avg_acks_received: z107.number(),
20108
+ period_hours: z107.int()
19464
20109
  });
19465
20110
 
19466
- // src/cfg/generated/_utils/schemas/PaginatedDocumentList.schema.ts
20111
+ // src/cfg/generated/_utils/schemas/PaginatedArchiveItemChunkList.schema.ts
19467
20112
  import { z as z108 } from "zod";
19468
- var PaginatedDocumentListSchema = z108.object({
20113
+ var PaginatedArchiveItemChunkListSchema = z108.object({
19469
20114
  count: z108.int(),
19470
20115
  page: z108.int(),
19471
20116
  pages: z108.int(),
@@ -19474,12 +20119,12 @@ var PaginatedDocumentListSchema = z108.object({
19474
20119
  has_previous: z108.boolean(),
19475
20120
  next_page: z108.int().nullable().optional(),
19476
20121
  previous_page: z108.int().nullable().optional(),
19477
- results: z108.array(DocumentSchema)
20122
+ results: z108.array(ArchiveItemChunkSchema)
19478
20123
  });
19479
20124
 
19480
- // src/cfg/generated/_utils/schemas/PaginatedEmailLogList.schema.ts
20125
+ // src/cfg/generated/_utils/schemas/PaginatedArchiveItemList.schema.ts
19481
20126
  import { z as z109 } from "zod";
19482
- var PaginatedEmailLogListSchema = z109.object({
20127
+ var PaginatedArchiveItemListSchema = z109.object({
19483
20128
  count: z109.int(),
19484
20129
  page: z109.int(),
19485
20130
  pages: z109.int(),
@@ -19488,12 +20133,12 @@ var PaginatedEmailLogListSchema = z109.object({
19488
20133
  has_previous: z109.boolean(),
19489
20134
  next_page: z109.int().nullable().optional(),
19490
20135
  previous_page: z109.int().nullable().optional(),
19491
- results: z109.array(EmailLogSchema)
20136
+ results: z109.array(ArchiveItemSchema)
19492
20137
  });
19493
20138
 
19494
- // src/cfg/generated/_utils/schemas/PaginatedLeadSubmissionList.schema.ts
20139
+ // src/cfg/generated/_utils/schemas/PaginatedArchiveSearchResultList.schema.ts
19495
20140
  import { z as z110 } from "zod";
19496
- var PaginatedLeadSubmissionListSchema = z110.object({
20141
+ var PaginatedArchiveSearchResultListSchema = z110.object({
19497
20142
  count: z110.int(),
19498
20143
  page: z110.int(),
19499
20144
  pages: z110.int(),
@@ -19502,12 +20147,12 @@ var PaginatedLeadSubmissionListSchema = z110.object({
19502
20147
  has_previous: z110.boolean(),
19503
20148
  next_page: z110.int().nullable().optional(),
19504
20149
  previous_page: z110.int().nullable().optional(),
19505
- results: z110.array(LeadSubmissionSchema)
20150
+ results: z110.array(ArchiveSearchResultSchema)
19506
20151
  });
19507
20152
 
19508
- // src/cfg/generated/_utils/schemas/PaginatedMessageList.schema.ts
20153
+ // src/cfg/generated/_utils/schemas/PaginatedChatResponseList.schema.ts
19509
20154
  import { z as z111 } from "zod";
19510
- var PaginatedMessageListSchema = z111.object({
20155
+ var PaginatedChatResponseListSchema = z111.object({
19511
20156
  count: z111.int(),
19512
20157
  page: z111.int(),
19513
20158
  pages: z111.int(),
@@ -19516,12 +20161,12 @@ var PaginatedMessageListSchema = z111.object({
19516
20161
  has_previous: z111.boolean(),
19517
20162
  next_page: z111.int().nullable().optional(),
19518
20163
  previous_page: z111.int().nullable().optional(),
19519
- results: z111.array(MessageSchema)
20164
+ results: z111.array(ChatResponseSchema)
19520
20165
  });
19521
20166
 
19522
- // src/cfg/generated/_utils/schemas/PaginatedNewsletterCampaignList.schema.ts
20167
+ // src/cfg/generated/_utils/schemas/PaginatedChatSessionList.schema.ts
19523
20168
  import { z as z112 } from "zod";
19524
- var PaginatedNewsletterCampaignListSchema = z112.object({
20169
+ var PaginatedChatSessionListSchema = z112.object({
19525
20170
  count: z112.int(),
19526
20171
  page: z112.int(),
19527
20172
  pages: z112.int(),
@@ -19530,12 +20175,12 @@ var PaginatedNewsletterCampaignListSchema = z112.object({
19530
20175
  has_previous: z112.boolean(),
19531
20176
  next_page: z112.int().nullable().optional(),
19532
20177
  previous_page: z112.int().nullable().optional(),
19533
- results: z112.array(NewsletterCampaignSchema)
20178
+ results: z112.array(ChatSessionSchema)
19534
20179
  });
19535
20180
 
19536
- // src/cfg/generated/_utils/schemas/PaginatedNewsletterList.schema.ts
20181
+ // src/cfg/generated/_utils/schemas/PaginatedDocumentArchiveListList.schema.ts
19537
20182
  import { z as z113 } from "zod";
19538
- var PaginatedNewsletterListSchema = z113.object({
20183
+ var PaginatedDocumentArchiveListListSchema = z113.object({
19539
20184
  count: z113.int(),
19540
20185
  page: z113.int(),
19541
20186
  pages: z113.int(),
@@ -19544,12 +20189,12 @@ var PaginatedNewsletterListSchema = z113.object({
19544
20189
  has_previous: z113.boolean(),
19545
20190
  next_page: z113.int().nullable().optional(),
19546
20191
  previous_page: z113.int().nullable().optional(),
19547
- results: z113.array(NewsletterSchema)
20192
+ results: z113.array(DocumentArchiveListSchema)
19548
20193
  });
19549
20194
 
19550
- // src/cfg/generated/_utils/schemas/PaginatedNewsletterSubscriptionList.schema.ts
20195
+ // src/cfg/generated/_utils/schemas/PaginatedDocumentList.schema.ts
19551
20196
  import { z as z114 } from "zod";
19552
- var PaginatedNewsletterSubscriptionListSchema = z114.object({
20197
+ var PaginatedDocumentListSchema = z114.object({
19553
20198
  count: z114.int(),
19554
20199
  page: z114.int(),
19555
20200
  pages: z114.int(),
@@ -19558,28 +20203,26 @@ var PaginatedNewsletterSubscriptionListSchema = z114.object({
19558
20203
  has_previous: z114.boolean(),
19559
20204
  next_page: z114.int().nullable().optional(),
19560
20205
  previous_page: z114.int().nullable().optional(),
19561
- results: z114.array(NewsletterSubscriptionSchema)
20206
+ results: z114.array(DocumentSchema)
19562
20207
  });
19563
20208
 
19564
- // src/cfg/generated/_utils/schemas/PaginatedPaymentListList.schema.ts
19565
- import { z as z116 } from "zod";
19566
-
19567
- // src/cfg/generated/_utils/schemas/PaymentList.schema.ts
20209
+ // src/cfg/generated/_utils/schemas/PaginatedEmailLogList.schema.ts
19568
20210
  import { z as z115 } from "zod";
19569
- var PaymentListSchema = z115.object({
19570
- id: z115.uuid(),
19571
- internal_payment_id: z115.string(),
19572
- amount_usd: z115.string(),
19573
- currency_code: z115.string(),
19574
- currency_token: z115.string(),
19575
- status: z115.nativeEnum(PaymentListStatus),
19576
- status_display: z115.string(),
19577
- created_at: z115.iso.datetime(),
19578
- completed_at: z115.iso.datetime().nullable()
20211
+ var PaginatedEmailLogListSchema = z115.object({
20212
+ count: z115.int(),
20213
+ page: z115.int(),
20214
+ pages: z115.int(),
20215
+ page_size: z115.int(),
20216
+ has_next: z115.boolean(),
20217
+ has_previous: z115.boolean(),
20218
+ next_page: z115.int().nullable().optional(),
20219
+ previous_page: z115.int().nullable().optional(),
20220
+ results: z115.array(EmailLogSchema)
19579
20221
  });
19580
20222
 
19581
- // src/cfg/generated/_utils/schemas/PaginatedPaymentListList.schema.ts
19582
- var PaginatedPaymentListListSchema = z116.object({
20223
+ // src/cfg/generated/_utils/schemas/PaginatedLeadSubmissionList.schema.ts
20224
+ import { z as z116 } from "zod";
20225
+ var PaginatedLeadSubmissionListSchema = z116.object({
19583
20226
  count: z116.int(),
19584
20227
  page: z116.int(),
19585
20228
  pages: z116.int(),
@@ -19588,22 +20231,26 @@ var PaginatedPaymentListListSchema = z116.object({
19588
20231
  has_previous: z116.boolean(),
19589
20232
  next_page: z116.int().nullable().optional(),
19590
20233
  previous_page: z116.int().nullable().optional(),
19591
- results: z116.array(PaymentListSchema)
20234
+ results: z116.array(LeadSubmissionSchema)
19592
20235
  });
19593
20236
 
19594
- // src/cfg/generated/_utils/schemas/PaginatedPublicCategoryList.schema.ts
19595
- import { z as z118 } from "zod";
19596
-
19597
- // src/cfg/generated/_utils/schemas/PublicCategory.schema.ts
20237
+ // src/cfg/generated/_utils/schemas/PaginatedMessageList.schema.ts
19598
20238
  import { z as z117 } from "zod";
19599
- var PublicCategorySchema = z117.object({
19600
- id: z117.uuid(),
19601
- name: z117.string().max(255),
19602
- description: z117.string().optional()
20239
+ var PaginatedMessageListSchema = z117.object({
20240
+ count: z117.int(),
20241
+ page: z117.int(),
20242
+ pages: z117.int(),
20243
+ page_size: z117.int(),
20244
+ has_next: z117.boolean(),
20245
+ has_previous: z117.boolean(),
20246
+ next_page: z117.int().nullable().optional(),
20247
+ previous_page: z117.int().nullable().optional(),
20248
+ results: z117.array(MessageSchema)
19603
20249
  });
19604
20250
 
19605
- // src/cfg/generated/_utils/schemas/PaginatedPublicCategoryList.schema.ts
19606
- var PaginatedPublicCategoryListSchema = z118.object({
20251
+ // src/cfg/generated/_utils/schemas/PaginatedNewsletterCampaignList.schema.ts
20252
+ import { z as z118 } from "zod";
20253
+ var PaginatedNewsletterCampaignListSchema = z118.object({
19607
20254
  count: z118.int(),
19608
20255
  page: z118.int(),
19609
20256
  pages: z118.int(),
@@ -19612,24 +20259,26 @@ var PaginatedPublicCategoryListSchema = z118.object({
19612
20259
  has_previous: z118.boolean(),
19613
20260
  next_page: z118.int().nullable().optional(),
19614
20261
  previous_page: z118.int().nullable().optional(),
19615
- results: z118.array(PublicCategorySchema)
20262
+ results: z118.array(NewsletterCampaignSchema)
19616
20263
  });
19617
20264
 
19618
- // src/cfg/generated/_utils/schemas/PaginatedPublicDocumentListList.schema.ts
19619
- import { z as z120 } from "zod";
19620
-
19621
- // src/cfg/generated/_utils/schemas/PublicDocumentList.schema.ts
20265
+ // src/cfg/generated/_utils/schemas/PaginatedNewsletterList.schema.ts
19622
20266
  import { z as z119 } from "zod";
19623
- var PublicDocumentListSchema = z119.object({
19624
- id: z119.uuid(),
19625
- title: z119.string().max(512),
19626
- category: PublicCategorySchema,
19627
- created_at: z119.iso.datetime(),
19628
- updated_at: z119.iso.datetime()
20267
+ var PaginatedNewsletterListSchema = z119.object({
20268
+ count: z119.int(),
20269
+ page: z119.int(),
20270
+ pages: z119.int(),
20271
+ page_size: z119.int(),
20272
+ has_next: z119.boolean(),
20273
+ has_previous: z119.boolean(),
20274
+ next_page: z119.int().nullable().optional(),
20275
+ previous_page: z119.int().nullable().optional(),
20276
+ results: z119.array(NewsletterSchema)
19629
20277
  });
19630
20278
 
19631
- // src/cfg/generated/_utils/schemas/PaginatedPublicDocumentListList.schema.ts
19632
- var PaginatedPublicDocumentListListSchema = z120.object({
20279
+ // src/cfg/generated/_utils/schemas/PaginatedNewsletterSubscriptionList.schema.ts
20280
+ import { z as z120 } from "zod";
20281
+ var PaginatedNewsletterSubscriptionListSchema = z120.object({
19633
20282
  count: z120.int(),
19634
20283
  page: z120.int(),
19635
20284
  pages: z120.int(),
@@ -19638,31 +20287,28 @@ var PaginatedPublicDocumentListListSchema = z120.object({
19638
20287
  has_previous: z120.boolean(),
19639
20288
  next_page: z120.int().nullable().optional(),
19640
20289
  previous_page: z120.int().nullable().optional(),
19641
- results: z120.array(PublicDocumentListSchema)
20290
+ results: z120.array(NewsletterSubscriptionSchema)
19642
20291
  });
19643
20292
 
19644
- // src/cfg/generated/_utils/schemas/PaginatedTaskLogListList.schema.ts
20293
+ // src/cfg/generated/_utils/schemas/PaginatedPaymentListList.schema.ts
19645
20294
  import { z as z122 } from "zod";
19646
20295
 
19647
- // src/cfg/generated/_utils/schemas/TaskLogList.schema.ts
20296
+ // src/cfg/generated/_utils/schemas/PaymentList.schema.ts
19648
20297
  import { z as z121 } from "zod";
19649
- var TaskLogListSchema = z121.object({
19650
- id: z121.int(),
19651
- job_id: z121.string(),
19652
- task_name: z121.string(),
19653
- queue_name: z121.string(),
19654
- status: z121.nativeEnum(TaskLogListStatus),
20298
+ var PaymentListSchema = z121.object({
20299
+ id: z121.uuid(),
20300
+ internal_payment_id: z121.string(),
20301
+ amount_usd: z121.string(),
20302
+ currency_code: z121.string(),
20303
+ currency_token: z121.string(),
20304
+ status: z121.nativeEnum(PaymentListStatus),
19655
20305
  status_display: z121.string(),
19656
- success: z121.boolean().nullable(),
19657
- job_retries: z121.int(),
19658
- duration_ms: z121.int().nullable(),
19659
- enqueue_time: z121.iso.datetime(),
19660
- start_time: z121.iso.datetime().nullable(),
19661
- finish_time: z121.iso.datetime().nullable()
20306
+ created_at: z121.iso.datetime(),
20307
+ completed_at: z121.iso.datetime().nullable()
19662
20308
  });
19663
20309
 
19664
- // src/cfg/generated/_utils/schemas/PaginatedTaskLogListList.schema.ts
19665
- var PaginatedTaskLogListListSchema = z122.object({
20310
+ // src/cfg/generated/_utils/schemas/PaginatedPaymentListList.schema.ts
20311
+ var PaginatedPaymentListListSchema = z122.object({
19666
20312
  count: z122.int(),
19667
20313
  page: z122.int(),
19668
20314
  pages: z122.int(),
@@ -19671,25 +20317,22 @@ var PaginatedTaskLogListListSchema = z122.object({
19671
20317
  has_previous: z122.boolean(),
19672
20318
  next_page: z122.int().nullable().optional(),
19673
20319
  previous_page: z122.int().nullable().optional(),
19674
- results: z122.array(TaskLogListSchema)
20320
+ results: z122.array(PaymentListSchema)
19675
20321
  });
19676
20322
 
19677
- // src/cfg/generated/_utils/schemas/PaginatedTicketList.schema.ts
20323
+ // src/cfg/generated/_utils/schemas/PaginatedPublicCategoryList.schema.ts
19678
20324
  import { z as z124 } from "zod";
19679
20325
 
19680
- // src/cfg/generated/_utils/schemas/Ticket.schema.ts
20326
+ // src/cfg/generated/_utils/schemas/PublicCategory.schema.ts
19681
20327
  import { z as z123 } from "zod";
19682
- var TicketSchema = z123.object({
19683
- uuid: z123.uuid(),
19684
- user: z123.int(),
19685
- subject: z123.string().max(255),
19686
- status: z123.nativeEnum(TicketStatus).optional(),
19687
- created_at: z123.iso.datetime(),
19688
- unanswered_messages_count: z123.int()
20328
+ var PublicCategorySchema = z123.object({
20329
+ id: z123.uuid(),
20330
+ name: z123.string().max(255),
20331
+ description: z123.string().optional()
19689
20332
  });
19690
20333
 
19691
- // src/cfg/generated/_utils/schemas/PaginatedTicketList.schema.ts
19692
- var PaginatedTicketListSchema = z124.object({
20334
+ // src/cfg/generated/_utils/schemas/PaginatedPublicCategoryList.schema.ts
20335
+ var PaginatedPublicCategoryListSchema = z124.object({
19693
20336
  count: z124.int(),
19694
20337
  page: z124.int(),
19695
20338
  pages: z124.int(),
@@ -19698,495 +20341,563 @@ var PaginatedTicketListSchema = z124.object({
19698
20341
  has_previous: z124.boolean(),
19699
20342
  next_page: z124.int().nullable().optional(),
19700
20343
  previous_page: z124.int().nullable().optional(),
19701
- results: z124.array(TicketSchema)
20344
+ results: z124.array(PublicCategorySchema)
19702
20345
  });
19703
20346
 
19704
- // src/cfg/generated/_utils/schemas/PatchedArchiveItemChunkRequest.schema.ts
20347
+ // src/cfg/generated/_utils/schemas/PaginatedPublicDocumentListList.schema.ts
20348
+ import { z as z126 } from "zod";
20349
+
20350
+ // src/cfg/generated/_utils/schemas/PublicDocumentList.schema.ts
19705
20351
  import { z as z125 } from "zod";
19706
- var PatchedArchiveItemChunkRequestSchema = z125.object({
19707
- content: z125.string().min(1).optional(),
19708
- chunk_index: z125.int().min(0).max(2147483647).optional(),
19709
- chunk_type: z125.nativeEnum(PatchedArchiveItemChunkRequestChunkType).optional()
20352
+ var PublicDocumentListSchema = z125.object({
20353
+ id: z125.uuid(),
20354
+ title: z125.string().max(512),
20355
+ category: PublicCategorySchema,
20356
+ created_at: z125.iso.datetime(),
20357
+ updated_at: z125.iso.datetime()
19710
20358
  });
19711
20359
 
19712
- // src/cfg/generated/_utils/schemas/PatchedArchiveItemRequest.schema.ts
19713
- import { z as z126 } from "zod";
19714
- var PatchedArchiveItemRequestSchema = z126.object({
19715
- relative_path: z126.string().min(1).max(1024).optional(),
19716
- item_name: z126.string().min(1).max(255).optional(),
19717
- item_type: z126.string().min(1).max(100).optional(),
19718
- file_size: z126.int().min(0).max(2147483647).optional()
20360
+ // src/cfg/generated/_utils/schemas/PaginatedPublicDocumentListList.schema.ts
20361
+ var PaginatedPublicDocumentListListSchema = z126.object({
20362
+ count: z126.int(),
20363
+ page: z126.int(),
20364
+ pages: z126.int(),
20365
+ page_size: z126.int(),
20366
+ has_next: z126.boolean(),
20367
+ has_previous: z126.boolean(),
20368
+ next_page: z126.int().nullable().optional(),
20369
+ previous_page: z126.int().nullable().optional(),
20370
+ results: z126.array(PublicDocumentListSchema)
19719
20371
  });
19720
20372
 
19721
- // src/cfg/generated/_utils/schemas/PatchedChatResponseRequest.schema.ts
20373
+ // src/cfg/generated/_utils/schemas/PaginatedTaskLogListList.schema.ts
20374
+ import { z as z128 } from "zod";
20375
+
20376
+ // src/cfg/generated/_utils/schemas/TaskLogList.schema.ts
19722
20377
  import { z as z127 } from "zod";
19723
- var PatchedChatResponseRequestSchema = z127.object({
19724
- message_id: z127.uuid().optional(),
19725
- content: z127.string().min(1).optional(),
19726
- tokens_used: z127.int().optional(),
19727
- cost_usd: z127.number().optional(),
19728
- processing_time_ms: z127.int().optional(),
19729
- model_used: z127.string().min(1).optional(),
19730
- sources: z127.array(ChatSourceRequestSchema).nullable().optional()
20378
+ var TaskLogListSchema = z127.object({
20379
+ id: z127.int(),
20380
+ job_id: z127.string(),
20381
+ task_name: z127.string(),
20382
+ queue_name: z127.string(),
20383
+ status: z127.nativeEnum(TaskLogListStatus),
20384
+ status_display: z127.string(),
20385
+ success: z127.boolean().nullable(),
20386
+ job_retries: z127.int(),
20387
+ duration_ms: z127.int().nullable(),
20388
+ enqueue_time: z127.iso.datetime(),
20389
+ start_time: z127.iso.datetime().nullable(),
20390
+ finish_time: z127.iso.datetime().nullable()
19731
20391
  });
19732
20392
 
19733
- // src/cfg/generated/_utils/schemas/PatchedChatSessionRequest.schema.ts
19734
- import { z as z128 } from "zod";
19735
- var PatchedChatSessionRequestSchema = z128.object({
19736
- title: z128.string().max(255).optional(),
19737
- is_active: z128.boolean().optional(),
19738
- messages_count: z128.int().min(0).max(2147483647).optional(),
19739
- total_tokens_used: z128.int().min(0).max(2147483647).optional(),
19740
- model_name: z128.string().min(1).max(100).optional(),
19741
- temperature: z128.number().optional(),
19742
- max_context_chunks: z128.int().min(0).max(2147483647).optional()
20393
+ // src/cfg/generated/_utils/schemas/PaginatedTaskLogListList.schema.ts
20394
+ var PaginatedTaskLogListListSchema = z128.object({
20395
+ count: z128.int(),
20396
+ page: z128.int(),
20397
+ pages: z128.int(),
20398
+ page_size: z128.int(),
20399
+ has_next: z128.boolean(),
20400
+ has_previous: z128.boolean(),
20401
+ next_page: z128.int().nullable().optional(),
20402
+ previous_page: z128.int().nullable().optional(),
20403
+ results: z128.array(TaskLogListSchema)
19743
20404
  });
19744
20405
 
19745
- // src/cfg/generated/_utils/schemas/PatchedDocumentArchiveRequest.schema.ts
20406
+ // src/cfg/generated/_utils/schemas/PaginatedTicketList.schema.ts
20407
+ import { z as z130 } from "zod";
20408
+
20409
+ // src/cfg/generated/_utils/schemas/Ticket.schema.ts
19746
20410
  import { z as z129 } from "zod";
19747
- var PatchedDocumentArchiveRequestSchema = z129.object({
19748
- title: z129.string().min(1).max(512).optional(),
19749
- description: z129.string().optional(),
19750
- is_public: z129.boolean().optional()
20411
+ var TicketSchema = z129.object({
20412
+ uuid: z129.uuid(),
20413
+ user: z129.int(),
20414
+ subject: z129.string().max(255),
20415
+ status: z129.nativeEnum(TicketStatus).optional(),
20416
+ created_at: z129.iso.datetime(),
20417
+ unanswered_messages_count: z129.int()
19751
20418
  });
19752
20419
 
19753
- // src/cfg/generated/_utils/schemas/PatchedDocumentRequest.schema.ts
19754
- import { z as z130 } from "zod";
19755
- var PatchedDocumentRequestSchema = z130.object({
19756
- title: z130.string().min(1).max(512).optional(),
19757
- file_type: z130.string().min(1).max(100).optional(),
19758
- file_size: z130.int().min(0).max(2147483647).optional(),
19759
- metadata: z130.string().nullable().optional()
20420
+ // src/cfg/generated/_utils/schemas/PaginatedTicketList.schema.ts
20421
+ var PaginatedTicketListSchema = z130.object({
20422
+ count: z130.int(),
20423
+ page: z130.int(),
20424
+ pages: z130.int(),
20425
+ page_size: z130.int(),
20426
+ has_next: z130.boolean(),
20427
+ has_previous: z130.boolean(),
20428
+ next_page: z130.int().nullable().optional(),
20429
+ previous_page: z130.int().nullable().optional(),
20430
+ results: z130.array(TicketSchema)
19760
20431
  });
19761
20432
 
19762
- // src/cfg/generated/_utils/schemas/PatchedLeadSubmissionRequest.schema.ts
20433
+ // src/cfg/generated/_utils/schemas/PatchedArchiveItemChunkRequest.schema.ts
19763
20434
  import { z as z131 } from "zod";
19764
- var PatchedLeadSubmissionRequestSchema = z131.object({
19765
- name: z131.string().min(1).max(200).optional(),
19766
- email: z131.email().optional(),
19767
- company: z131.string().max(200).nullable().optional(),
19768
- company_site: z131.string().max(200).nullable().optional(),
19769
- contact_type: z131.nativeEnum(PatchedLeadSubmissionRequestContactType).optional(),
19770
- contact_value: z131.string().max(200).nullable().optional(),
19771
- subject: z131.string().max(200).nullable().optional(),
19772
- message: z131.string().min(1).optional(),
19773
- extra: z131.string().nullable().optional(),
19774
- site_url: z131.url().optional()
20435
+ var PatchedArchiveItemChunkRequestSchema = z131.object({
20436
+ content: z131.string().min(1).optional(),
20437
+ chunk_index: z131.int().min(0).max(2147483647).optional(),
20438
+ chunk_type: z131.nativeEnum(PatchedArchiveItemChunkRequestChunkType).optional()
19775
20439
  });
19776
20440
 
19777
- // src/cfg/generated/_utils/schemas/PatchedMessageRequest.schema.ts
20441
+ // src/cfg/generated/_utils/schemas/PatchedArchiveItemRequest.schema.ts
19778
20442
  import { z as z132 } from "zod";
19779
- var PatchedMessageRequestSchema = z132.object({
19780
- text: z132.string().min(1).optional()
20443
+ var PatchedArchiveItemRequestSchema = z132.object({
20444
+ relative_path: z132.string().min(1).max(1024).optional(),
20445
+ item_name: z132.string().min(1).max(255).optional(),
20446
+ item_type: z132.string().min(1).max(100).optional(),
20447
+ file_size: z132.int().min(0).max(2147483647).optional()
19781
20448
  });
19782
20449
 
19783
- // src/cfg/generated/_utils/schemas/PatchedNewsletterCampaignRequest.schema.ts
20450
+ // src/cfg/generated/_utils/schemas/PatchedChatResponseRequest.schema.ts
19784
20451
  import { z as z133 } from "zod";
19785
- var PatchedNewsletterCampaignRequestSchema = z133.object({
19786
- newsletter: z133.int().optional(),
19787
- subject: z133.string().min(1).max(255).optional(),
19788
- email_title: z133.string().min(1).max(255).optional(),
19789
- main_text: z133.string().min(1).optional(),
19790
- main_html_content: z133.string().optional(),
19791
- button_text: z133.string().max(100).optional(),
19792
- button_url: z133.url().optional(),
19793
- secondary_text: z133.string().optional()
20452
+ var PatchedChatResponseRequestSchema = z133.object({
20453
+ message_id: z133.uuid().optional(),
20454
+ content: z133.string().min(1).optional(),
20455
+ tokens_used: z133.int().optional(),
20456
+ cost_usd: z133.number().optional(),
20457
+ processing_time_ms: z133.int().optional(),
20458
+ model_used: z133.string().min(1).optional(),
20459
+ sources: z133.array(ChatSourceRequestSchema).nullable().optional()
19794
20460
  });
19795
20461
 
19796
- // src/cfg/generated/_utils/schemas/PatchedTicketRequest.schema.ts
20462
+ // src/cfg/generated/_utils/schemas/PatchedChatSessionRequest.schema.ts
19797
20463
  import { z as z134 } from "zod";
19798
- var PatchedTicketRequestSchema = z134.object({
19799
- user: z134.int().optional(),
19800
- subject: z134.string().min(1).max(255).optional(),
19801
- status: z134.nativeEnum(PatchedTicketRequestStatus).optional()
20464
+ var PatchedChatSessionRequestSchema = z134.object({
20465
+ title: z134.string().max(255).optional(),
20466
+ is_active: z134.boolean().optional(),
20467
+ messages_count: z134.int().min(0).max(2147483647).optional(),
20468
+ total_tokens_used: z134.int().min(0).max(2147483647).optional(),
20469
+ model_name: z134.string().min(1).max(100).optional(),
20470
+ temperature: z134.number().optional(),
20471
+ max_context_chunks: z134.int().min(0).max(2147483647).optional()
19802
20472
  });
19803
20473
 
19804
- // src/cfg/generated/_utils/schemas/PatchedUnsubscribeRequest.schema.ts
20474
+ // src/cfg/generated/_utils/schemas/PatchedDocumentArchiveRequest.schema.ts
19805
20475
  import { z as z135 } from "zod";
19806
- var PatchedUnsubscribeRequestSchema = z135.object({
19807
- subscription_id: z135.int().optional()
20476
+ var PatchedDocumentArchiveRequestSchema = z135.object({
20477
+ title: z135.string().min(1).max(512).optional(),
20478
+ description: z135.string().optional(),
20479
+ is_public: z135.boolean().optional()
19808
20480
  });
19809
20481
 
19810
- // src/cfg/generated/_utils/schemas/PatchedUserProfileUpdateRequest.schema.ts
20482
+ // src/cfg/generated/_utils/schemas/PatchedDocumentRequest.schema.ts
19811
20483
  import { z as z136 } from "zod";
19812
- var PatchedUserProfileUpdateRequestSchema = z136.object({
19813
- first_name: z136.string().max(50).optional(),
19814
- last_name: z136.string().max(50).optional(),
19815
- company: z136.string().max(100).optional(),
19816
- phone: z136.string().max(20).optional(),
19817
- position: z136.string().max(100).optional()
20484
+ var PatchedDocumentRequestSchema = z136.object({
20485
+ title: z136.string().min(1).max(512).optional(),
20486
+ file_type: z136.string().min(1).max(100).optional(),
20487
+ file_size: z136.int().min(0).max(2147483647).optional(),
20488
+ metadata: z136.string().nullable().optional()
19818
20489
  });
19819
20490
 
19820
- // src/cfg/generated/_utils/schemas/PaymentDetail.schema.ts
20491
+ // src/cfg/generated/_utils/schemas/PatchedLeadSubmissionRequest.schema.ts
19821
20492
  import { z as z137 } from "zod";
19822
- var PaymentDetailSchema = z137.object({
19823
- id: z137.uuid(),
19824
- internal_payment_id: z137.string(),
19825
- amount_usd: z137.string(),
19826
- currency_code: z137.string(),
19827
- currency_name: z137.string(),
19828
- currency_token: z137.string(),
19829
- currency_network: z137.string(),
19830
- pay_amount: z137.string().nullable(),
19831
- actual_amount: z137.string().nullable(),
19832
- actual_amount_usd: z137.string().nullable(),
19833
- status: z137.nativeEnum(PaymentDetailStatus),
19834
- status_display: z137.string(),
19835
- pay_address: z137.string().nullable(),
19836
- qr_code_url: z137.string().nullable(),
19837
- payment_url: z137.url().nullable(),
19838
- transaction_hash: z137.string().nullable(),
19839
- explorer_link: z137.string().nullable(),
19840
- confirmations_count: z137.int(),
19841
- expires_at: z137.iso.datetime().nullable(),
19842
- completed_at: z137.iso.datetime().nullable(),
19843
- created_at: z137.iso.datetime(),
19844
- is_completed: z137.boolean(),
19845
- is_failed: z137.boolean(),
19846
- is_expired: z137.boolean(),
19847
- description: z137.string()
20493
+ var PatchedLeadSubmissionRequestSchema = z137.object({
20494
+ name: z137.string().min(1).max(200).optional(),
20495
+ email: z137.email().optional(),
20496
+ company: z137.string().max(200).nullable().optional(),
20497
+ company_site: z137.string().max(200).nullable().optional(),
20498
+ contact_type: z137.nativeEnum(PatchedLeadSubmissionRequestContactType).optional(),
20499
+ contact_value: z137.string().max(200).nullable().optional(),
20500
+ subject: z137.string().max(200).nullable().optional(),
20501
+ message: z137.string().min(1).optional(),
20502
+ extra: z137.string().nullable().optional(),
20503
+ site_url: z137.url().optional()
19848
20504
  });
19849
20505
 
19850
- // src/cfg/generated/_utils/schemas/PublicDocument.schema.ts
20506
+ // src/cfg/generated/_utils/schemas/PatchedMessageRequest.schema.ts
19851
20507
  import { z as z138 } from "zod";
19852
- var PublicDocumentSchema = z138.object({
19853
- id: z138.uuid(),
19854
- title: z138.string().max(512),
19855
- content: z138.string(),
19856
- category: PublicCategorySchema,
19857
- created_at: z138.iso.datetime(),
19858
- updated_at: z138.iso.datetime()
20508
+ var PatchedMessageRequestSchema = z138.object({
20509
+ text: z138.string().min(1).optional()
19859
20510
  });
19860
20511
 
19861
- // src/cfg/generated/_utils/schemas/PublishTestRequestRequest.schema.ts
20512
+ // src/cfg/generated/_utils/schemas/PatchedNewsletterCampaignRequest.schema.ts
19862
20513
  import { z as z139 } from "zod";
19863
- var PublishTestRequestRequestSchema = z139.object({
19864
- channel: z139.string(),
19865
- data: z139.record(z139.string(), z139.any()),
19866
- wait_for_ack: z139.boolean().optional(),
19867
- ack_timeout: z139.int().min(1).max(60).optional()
20514
+ var PatchedNewsletterCampaignRequestSchema = z139.object({
20515
+ newsletter: z139.int().optional(),
20516
+ subject: z139.string().min(1).max(255).optional(),
20517
+ email_title: z139.string().min(1).max(255).optional(),
20518
+ main_text: z139.string().min(1).optional(),
20519
+ main_html_content: z139.string().optional(),
20520
+ button_text: z139.string().max(100).optional(),
20521
+ button_url: z139.url().optional(),
20522
+ secondary_text: z139.string().optional()
19868
20523
  });
19869
20524
 
19870
- // src/cfg/generated/_utils/schemas/PublishTestResponse.schema.ts
20525
+ // src/cfg/generated/_utils/schemas/PatchedTicketRequest.schema.ts
19871
20526
  import { z as z140 } from "zod";
19872
- var PublishTestResponseSchema = z140.object({
19873
- success: z140.boolean(),
19874
- message_id: z140.string(),
19875
- channel: z140.string(),
19876
- acks_received: z140.int().optional(),
19877
- delivered: z140.boolean().optional(),
19878
- error: z140.string().nullable().optional()
20527
+ var PatchedTicketRequestSchema = z140.object({
20528
+ user: z140.int().optional(),
20529
+ subject: z140.string().min(1).max(255).optional(),
20530
+ status: z140.nativeEnum(PatchedTicketRequestStatus).optional()
19879
20531
  });
19880
20532
 
19881
- // src/cfg/generated/_utils/schemas/QuickAction.schema.ts
20533
+ // src/cfg/generated/_utils/schemas/PatchedUnsubscribeRequest.schema.ts
19882
20534
  import { z as z141 } from "zod";
19883
- var QuickActionSchema = z141.object({
19884
- title: z141.string(),
19885
- description: z141.string(),
19886
- icon: z141.string(),
19887
- link: z141.string(),
19888
- color: z141.nativeEnum(QuickActionColor).optional(),
19889
- category: z141.string().optional()
20535
+ var PatchedUnsubscribeRequestSchema = z141.object({
20536
+ subscription_id: z141.int().optional()
19890
20537
  });
19891
20538
 
19892
- // src/cfg/generated/_utils/schemas/QuickHealth.schema.ts
20539
+ // src/cfg/generated/_utils/schemas/PatchedUserProfileUpdateRequest.schema.ts
19893
20540
  import { z as z142 } from "zod";
19894
- var QuickHealthSchema = z142.object({
19895
- status: z142.string(),
19896
- timestamp: z142.iso.datetime(),
19897
- error: z142.string().optional()
20541
+ var PatchedUserProfileUpdateRequestSchema = z142.object({
20542
+ first_name: z142.string().max(50).optional(),
20543
+ last_name: z142.string().max(50).optional(),
20544
+ company: z142.string().max(100).optional(),
20545
+ phone: z142.string().max(20).optional(),
20546
+ position: z142.string().max(100).optional()
19898
20547
  });
19899
20548
 
19900
- // src/cfg/generated/_utils/schemas/RecentPublishes.schema.ts
20549
+ // src/cfg/generated/_utils/schemas/PaymentDetail.schema.ts
19901
20550
  import { z as z143 } from "zod";
19902
- var RecentPublishesSchema = z143.object({
19903
- publishes: z143.array(z143.record(z143.string(), z143.any())),
19904
- count: z143.int(),
19905
- total_available: z143.int(),
19906
- offset: z143.int().optional(),
19907
- has_more: z143.boolean().optional()
20551
+ var PaymentDetailSchema = z143.object({
20552
+ id: z143.uuid(),
20553
+ internal_payment_id: z143.string(),
20554
+ amount_usd: z143.string(),
20555
+ currency_code: z143.string(),
20556
+ currency_name: z143.string(),
20557
+ currency_token: z143.string(),
20558
+ currency_network: z143.string(),
20559
+ pay_amount: z143.string().nullable(),
20560
+ actual_amount: z143.string().nullable(),
20561
+ actual_amount_usd: z143.string().nullable(),
20562
+ status: z143.nativeEnum(PaymentDetailStatus),
20563
+ status_display: z143.string(),
20564
+ pay_address: z143.string().nullable(),
20565
+ qr_code_url: z143.string().nullable(),
20566
+ payment_url: z143.url().nullable(),
20567
+ transaction_hash: z143.string().nullable(),
20568
+ explorer_link: z143.string().nullable(),
20569
+ confirmations_count: z143.int(),
20570
+ expires_at: z143.iso.datetime().nullable(),
20571
+ completed_at: z143.iso.datetime().nullable(),
20572
+ created_at: z143.iso.datetime(),
20573
+ is_completed: z143.boolean(),
20574
+ is_failed: z143.boolean(),
20575
+ is_expired: z143.boolean(),
20576
+ description: z143.string()
19908
20577
  });
19909
20578
 
19910
- // src/cfg/generated/_utils/schemas/RecentUser.schema.ts
20579
+ // src/cfg/generated/_utils/schemas/PublicDocument.schema.ts
19911
20580
  import { z as z144 } from "zod";
19912
- var RecentUserSchema = z144.object({
19913
- id: z144.int(),
19914
- username: z144.string(),
19915
- email: z144.email(),
19916
- date_joined: z144.string(),
19917
- is_active: z144.boolean(),
19918
- is_staff: z144.boolean(),
19919
- is_superuser: z144.boolean(),
19920
- last_login: z144.string().nullable()
20581
+ var PublicDocumentSchema = z144.object({
20582
+ id: z144.uuid(),
20583
+ title: z144.string().max(512),
20584
+ content: z144.string(),
20585
+ category: PublicCategorySchema,
20586
+ created_at: z144.iso.datetime(),
20587
+ updated_at: z144.iso.datetime()
19921
20588
  });
19922
20589
 
19923
- // src/cfg/generated/_utils/schemas/SendCampaignRequest.schema.ts
20590
+ // src/cfg/generated/_utils/schemas/PublishTestRequestRequest.schema.ts
19924
20591
  import { z as z145 } from "zod";
19925
- var SendCampaignRequestSchema = z145.object({
19926
- campaign_id: z145.int()
20592
+ var PublishTestRequestRequestSchema = z145.object({
20593
+ channel: z145.string(),
20594
+ data: z145.record(z145.string(), z145.any()),
20595
+ wait_for_ack: z145.boolean().optional(),
20596
+ ack_timeout: z145.int().min(1).max(60).optional()
19927
20597
  });
19928
20598
 
19929
- // src/cfg/generated/_utils/schemas/SendCampaignResponse.schema.ts
20599
+ // src/cfg/generated/_utils/schemas/PublishTestResponse.schema.ts
19930
20600
  import { z as z146 } from "zod";
19931
- var SendCampaignResponseSchema = z146.object({
20601
+ var PublishTestResponseSchema = z146.object({
19932
20602
  success: z146.boolean(),
19933
- message: z146.string().optional(),
19934
- sent_count: z146.int().optional(),
19935
- error: z146.string().optional()
20603
+ message_id: z146.string(),
20604
+ channel: z146.string(),
20605
+ acks_received: z146.int().optional(),
20606
+ delivered: z146.boolean().optional(),
20607
+ error: z146.string().nullable().optional()
19936
20608
  });
19937
20609
 
19938
- // src/cfg/generated/_utils/schemas/StatCard.schema.ts
20610
+ // src/cfg/generated/_utils/schemas/QuickHealth.schema.ts
19939
20611
  import { z as z147 } from "zod";
19940
- var StatCardSchema = z147.object({
19941
- title: z147.string(),
19942
- value: z147.string(),
19943
- icon: z147.string(),
19944
- change: z147.string().nullable().optional(),
19945
- change_type: z147.nativeEnum(StatCardChangeType).optional(),
19946
- description: z147.string().nullable().optional(),
19947
- color: z147.string().optional()
20612
+ var QuickHealthSchema = z147.object({
20613
+ status: z147.string(),
20614
+ timestamp: z147.iso.datetime(),
20615
+ error: z147.string().optional()
19948
20616
  });
19949
20617
 
19950
- // src/cfg/generated/_utils/schemas/SubscribeRequest.schema.ts
20618
+ // src/cfg/generated/_utils/schemas/RecentPublishes.schema.ts
19951
20619
  import { z as z148 } from "zod";
19952
- var SubscribeRequestSchema = z148.object({
19953
- newsletter_id: z148.int(),
19954
- email: z148.email()
20620
+ var RecentPublishesSchema = z148.object({
20621
+ publishes: z148.array(z148.record(z148.string(), z148.any())),
20622
+ count: z148.int(),
20623
+ total_available: z148.int(),
20624
+ offset: z148.int().optional(),
20625
+ has_more: z148.boolean().optional()
19955
20626
  });
19956
20627
 
19957
- // src/cfg/generated/_utils/schemas/SubscribeResponse.schema.ts
20628
+ // src/cfg/generated/_utils/schemas/RecentUser.schema.ts
19958
20629
  import { z as z149 } from "zod";
19959
- var SubscribeResponseSchema = z149.object({
19960
- success: z149.boolean(),
19961
- message: z149.string(),
19962
- subscription_id: z149.int().optional()
20630
+ var RecentUserSchema = z149.object({
20631
+ id: z149.int(),
20632
+ username: z149.string(),
20633
+ email: z149.email(),
20634
+ date_joined: z149.string(),
20635
+ is_active: z149.boolean(),
20636
+ is_staff: z149.boolean(),
20637
+ is_superuser: z149.boolean(),
20638
+ last_login: z149.string().nullable()
19963
20639
  });
19964
20640
 
19965
- // src/cfg/generated/_utils/schemas/SuccessResponse.schema.ts
20641
+ // src/cfg/generated/_utils/schemas/SendCampaignRequest.schema.ts
19966
20642
  import { z as z150 } from "zod";
19967
- var SuccessResponseSchema = z150.object({
19968
- success: z150.boolean(),
19969
- message: z150.string()
20643
+ var SendCampaignRequestSchema = z150.object({
20644
+ campaign_id: z150.int()
19970
20645
  });
19971
20646
 
19972
- // src/cfg/generated/_utils/schemas/SystemHealth.schema.ts
19973
- import { z as z152 } from "zod";
19974
-
19975
- // src/cfg/generated/_utils/schemas/SystemHealthItem.schema.ts
20647
+ // src/cfg/generated/_utils/schemas/SendCampaignResponse.schema.ts
19976
20648
  import { z as z151 } from "zod";
19977
- var SystemHealthItemSchema = z151.object({
19978
- component: z151.string(),
19979
- status: z151.nativeEnum(SystemHealthItemStatus),
19980
- description: z151.string(),
19981
- last_check: z151.string(),
19982
- health_percentage: z151.int().min(0).max(100).nullable().optional()
20649
+ var SendCampaignResponseSchema = z151.object({
20650
+ success: z151.boolean(),
20651
+ message: z151.string().optional(),
20652
+ sent_count: z151.int().optional(),
20653
+ error: z151.string().optional()
19983
20654
  });
19984
20655
 
19985
- // src/cfg/generated/_utils/schemas/SystemHealth.schema.ts
19986
- var SystemHealthSchema = z152.object({
19987
- overall_status: z152.nativeEnum(SystemHealthOverallStatus),
19988
- overall_health_percentage: z152.int().min(0).max(100),
19989
- components: z152.array(SystemHealthItemSchema),
19990
- timestamp: z152.string()
20656
+ // src/cfg/generated/_utils/schemas/SubscribeRequest.schema.ts
20657
+ import { z as z152 } from "zod";
20658
+ var SubscribeRequestSchema = z152.object({
20659
+ newsletter_id: z152.int(),
20660
+ email: z152.email()
19991
20661
  });
19992
20662
 
19993
- // src/cfg/generated/_utils/schemas/SystemMetrics.schema.ts
20663
+ // src/cfg/generated/_utils/schemas/SubscribeResponse.schema.ts
19994
20664
  import { z as z153 } from "zod";
19995
- var SystemMetricsSchema = z153.object({
19996
- cpu_usage: z153.number(),
19997
- memory_usage: z153.number(),
19998
- disk_usage: z153.number(),
19999
- network_in: z153.string(),
20000
- network_out: z153.string(),
20001
- response_time: z153.string(),
20002
- uptime: z153.string()
20665
+ var SubscribeResponseSchema = z153.object({
20666
+ success: z153.boolean(),
20667
+ message: z153.string(),
20668
+ subscription_id: z153.int().optional()
20003
20669
  });
20004
20670
 
20005
- // src/cfg/generated/_utils/schemas/TaskLog.schema.ts
20671
+ // src/cfg/generated/_utils/schemas/SuccessResponse.schema.ts
20006
20672
  import { z as z154 } from "zod";
20007
- var TaskLogSchema = z154.object({
20008
- id: z154.int(),
20009
- job_id: z154.string(),
20010
- task_name: z154.string(),
20011
- queue_name: z154.string(),
20012
- status: z154.nativeEnum(TaskLogStatus),
20013
- success: z154.boolean().nullable(),
20014
- duration_ms: z154.int().nullable(),
20015
- duration_seconds: z154.number(),
20016
- job_retry: z154.int(),
20017
- job_retries: z154.int(),
20018
- enqueue_time: z154.iso.datetime(),
20019
- expire_time: z154.iso.datetime().nullable(),
20020
- start_time: z154.iso.datetime().nullable(),
20021
- finish_time: z154.iso.datetime().nullable(),
20022
- is_completed: z154.boolean(),
20023
- is_successful: z154.boolean(),
20024
- is_failed: z154.boolean()
20673
+ var SuccessResponseSchema = z154.object({
20674
+ success: z154.boolean(),
20675
+ message: z154.string()
20025
20676
  });
20026
20677
 
20027
- // src/cfg/generated/_utils/schemas/TaskLogDetail.schema.ts
20678
+ // src/cfg/generated/_utils/schemas/TaskLog.schema.ts
20028
20679
  import { z as z155 } from "zod";
20029
- var TaskLogDetailSchema = z155.object({
20680
+ var TaskLogSchema = z155.object({
20030
20681
  id: z155.int(),
20031
20682
  job_id: z155.string(),
20032
20683
  task_name: z155.string(),
20033
20684
  queue_name: z155.string(),
20034
- status: z155.nativeEnum(TaskLogDetailStatus),
20035
- status_display: z155.string(),
20685
+ status: z155.nativeEnum(TaskLogStatus),
20036
20686
  success: z155.boolean().nullable(),
20037
- args: z155.string(),
20038
- kwargs: z155.string(),
20039
- result: z155.string().nullable(),
20040
- error_message: z155.string().nullable(),
20041
20687
  duration_ms: z155.int().nullable(),
20042
20688
  duration_seconds: z155.number(),
20043
20689
  job_retry: z155.int(),
20044
20690
  job_retries: z155.int(),
20045
- job_retry_after: z155.int(),
20046
- worker_id: z155.string().nullable(),
20047
20691
  enqueue_time: z155.iso.datetime(),
20048
20692
  expire_time: z155.iso.datetime().nullable(),
20049
20693
  start_time: z155.iso.datetime().nullable(),
20050
20694
  finish_time: z155.iso.datetime().nullable(),
20051
- created_at: z155.iso.datetime(),
20052
- updated_at: z155.iso.datetime(),
20053
- user: z155.int().nullable(),
20054
- user_display: z155.string()
20695
+ is_completed: z155.boolean(),
20696
+ is_successful: z155.boolean(),
20697
+ is_failed: z155.boolean()
20055
20698
  });
20056
20699
 
20057
- // src/cfg/generated/_utils/schemas/TaskLogStats.schema.ts
20700
+ // src/cfg/generated/_utils/schemas/TaskLogDetail.schema.ts
20058
20701
  import { z as z156 } from "zod";
20059
- var TaskLogStatsSchema = z156.object({
20060
- total: z156.int(),
20061
- successful: z156.int(),
20062
- failed: z156.int(),
20063
- in_progress: z156.int(),
20064
- success_rate: z156.number(),
20065
- avg_duration_ms: z156.int(),
20066
- avg_duration_seconds: z156.number(),
20067
- period_hours: z156.int().optional()
20702
+ var TaskLogDetailSchema = z156.object({
20703
+ id: z156.int(),
20704
+ job_id: z156.string(),
20705
+ task_name: z156.string(),
20706
+ queue_name: z156.string(),
20707
+ status: z156.nativeEnum(TaskLogDetailStatus),
20708
+ status_display: z156.string(),
20709
+ success: z156.boolean().nullable(),
20710
+ args: z156.string(),
20711
+ kwargs: z156.string(),
20712
+ result: z156.string().nullable(),
20713
+ error_message: z156.string().nullable(),
20714
+ duration_ms: z156.int().nullable(),
20715
+ duration_seconds: z156.number(),
20716
+ job_retry: z156.int(),
20717
+ job_retries: z156.int(),
20718
+ job_retry_after: z156.int(),
20719
+ worker_id: z156.string().nullable(),
20720
+ enqueue_time: z156.iso.datetime(),
20721
+ expire_time: z156.iso.datetime().nullable(),
20722
+ start_time: z156.iso.datetime().nullable(),
20723
+ finish_time: z156.iso.datetime().nullable(),
20724
+ created_at: z156.iso.datetime(),
20725
+ updated_at: z156.iso.datetime(),
20726
+ user: z156.int().nullable(),
20727
+ user_display: z156.string()
20068
20728
  });
20069
20729
 
20070
- // src/cfg/generated/_utils/schemas/TestEmailRequest.schema.ts
20730
+ // src/cfg/generated/_utils/schemas/TaskLogOverview.schema.ts
20731
+ import { z as z159 } from "zod";
20732
+
20733
+ // src/cfg/generated/_utils/schemas/TasksByQueue.schema.ts
20071
20734
  import { z as z157 } from "zod";
20072
- var TestEmailRequestSchema = z157.object({
20073
- email: z157.email(),
20074
- subject: z157.string().min(1).max(255).optional(),
20075
- message: z157.string().min(1).optional()
20735
+ var TasksByQueueSchema = z157.object({
20736
+ queue_name: z157.string(),
20737
+ count: z157.int()
20076
20738
  });
20077
20739
 
20078
- // src/cfg/generated/_utils/schemas/TicketRequest.schema.ts
20740
+ // src/cfg/generated/_utils/schemas/TasksByStatus.schema.ts
20079
20741
  import { z as z158 } from "zod";
20080
- var TicketRequestSchema = z158.object({
20081
- user: z158.int(),
20082
- subject: z158.string().min(1).max(255),
20083
- status: z158.nativeEnum(TicketRequestStatus).optional()
20742
+ var TasksByStatusSchema = z158.object({
20743
+ status: z158.string(),
20744
+ count: z158.int()
20084
20745
  });
20085
20746
 
20086
- // src/cfg/generated/_utils/schemas/TokenRefresh.schema.ts
20087
- import { z as z159 } from "zod";
20088
- var TokenRefreshSchema = z159.object({
20089
- access: z159.string(),
20090
- refresh: z159.string()
20747
+ // src/cfg/generated/_utils/schemas/TaskLogOverview.schema.ts
20748
+ var TaskLogOverviewSchema = z159.object({
20749
+ total_tasks: z159.int(),
20750
+ active_queues: z159.array(z159.string()),
20751
+ recent_failures: z159.int(),
20752
+ tasks_by_queue: z159.array(TasksByQueueSchema),
20753
+ tasks_by_status: z159.array(TasksByStatusSchema)
20091
20754
  });
20092
20755
 
20093
- // src/cfg/generated/_utils/schemas/TokenRefreshRequest.schema.ts
20756
+ // src/cfg/generated/_utils/schemas/TaskLogStats.schema.ts
20094
20757
  import { z as z160 } from "zod";
20095
- var TokenRefreshRequestSchema = z160.object({
20096
- refresh: z160.string().min(1)
20758
+ var TaskLogStatsSchema = z160.object({
20759
+ total: z160.int(),
20760
+ successful: z160.int(),
20761
+ failed: z160.int(),
20762
+ in_progress: z160.int(),
20763
+ success_rate: z160.number(),
20764
+ avg_duration_ms: z160.int(),
20765
+ avg_duration_seconds: z160.number(),
20766
+ period_hours: z160.int().optional()
20097
20767
  });
20098
20768
 
20099
- // src/cfg/generated/_utils/schemas/Transaction.schema.ts
20769
+ // src/cfg/generated/_utils/schemas/TaskLogTimeline.schema.ts
20770
+ import { z as z162 } from "zod";
20771
+
20772
+ // src/cfg/generated/_utils/schemas/TaskLogTimelineItem.schema.ts
20100
20773
  import { z as z161 } from "zod";
20101
- var TransactionSchema = z161.object({
20102
- id: z161.uuid(),
20103
- transaction_type: z161.nativeEnum(TransactionTransactionType),
20104
- type_display: z161.string(),
20105
- amount_usd: z161.string(),
20106
- amount_display: z161.string(),
20107
- balance_after: z161.string(),
20108
- payment_id: z161.string().nullable(),
20109
- description: z161.string(),
20110
- created_at: z161.iso.datetime()
20774
+ var TaskLogTimelineItemSchema = z161.object({
20775
+ timestamp: z161.iso.datetime(),
20776
+ total: z161.int(),
20777
+ successful: z161.int(),
20778
+ failed: z161.int(),
20779
+ in_progress: z161.int().optional(),
20780
+ avg_duration_ms: z161.number().optional()
20111
20781
  });
20112
20782
 
20113
- // src/cfg/generated/_utils/schemas/URLPattern.schema.ts
20114
- import { z as z162 } from "zod";
20115
- var URLPatternSchema = z162.object({
20116
- pattern: z162.string(),
20117
- name: z162.string().nullable().optional(),
20118
- full_name: z162.string().nullable().optional(),
20119
- namespace: z162.string().nullable().optional(),
20120
- view: z162.string().nullable().optional(),
20121
- view_class: z162.string().nullable().optional(),
20122
- methods: z162.array(z162.string()).optional(),
20123
- module: z162.string().nullable().optional()
20783
+ // src/cfg/generated/_utils/schemas/TaskLogTimeline.schema.ts
20784
+ var TaskLogTimelineSchema = z162.object({
20785
+ period_hours: z162.int(),
20786
+ interval: z162.string(),
20787
+ data: z162.array(TaskLogTimelineItemSchema)
20124
20788
  });
20125
20789
 
20126
- // src/cfg/generated/_utils/schemas/URLsList.schema.ts
20790
+ // src/cfg/generated/_utils/schemas/TestEmailRequest.schema.ts
20127
20791
  import { z as z163 } from "zod";
20128
- var URLsListSchema = z163.object({
20129
- status: z163.string(),
20130
- service: z163.string(),
20131
- version: z163.string(),
20132
- base_url: z163.string(),
20133
- total_urls: z163.int(),
20134
- urls: z163.array(URLPatternSchema)
20792
+ var TestEmailRequestSchema = z163.object({
20793
+ email: z163.email(),
20794
+ subject: z163.string().min(1).max(255).optional(),
20795
+ message: z163.string().min(1).optional()
20135
20796
  });
20136
20797
 
20137
- // src/cfg/generated/_utils/schemas/Unsubscribe.schema.ts
20798
+ // src/cfg/generated/_utils/schemas/TicketRequest.schema.ts
20138
20799
  import { z as z164 } from "zod";
20139
- var UnsubscribeSchema = z164.object({
20140
- subscription_id: z164.int()
20800
+ var TicketRequestSchema = z164.object({
20801
+ user: z164.int(),
20802
+ subject: z164.string().min(1).max(255),
20803
+ status: z164.nativeEnum(TicketRequestStatus).optional()
20141
20804
  });
20142
20805
 
20143
- // src/cfg/generated/_utils/schemas/UnsubscribeRequest.schema.ts
20806
+ // src/cfg/generated/_utils/schemas/TokenRefresh.schema.ts
20144
20807
  import { z as z165 } from "zod";
20145
- var UnsubscribeRequestSchema = z165.object({
20146
- subscription_id: z165.int()
20808
+ var TokenRefreshSchema = z165.object({
20809
+ access: z165.string(),
20810
+ refresh: z165.string()
20147
20811
  });
20148
20812
 
20149
- // src/cfg/generated/_utils/schemas/UserProfileUpdateRequest.schema.ts
20813
+ // src/cfg/generated/_utils/schemas/TokenRefreshRequest.schema.ts
20150
20814
  import { z as z166 } from "zod";
20151
- var UserProfileUpdateRequestSchema = z166.object({
20152
- first_name: z166.string().max(50).optional(),
20153
- last_name: z166.string().max(50).optional(),
20154
- company: z166.string().max(100).optional(),
20155
- phone: z166.string().max(20).optional(),
20156
- position: z166.string().max(100).optional()
20815
+ var TokenRefreshRequestSchema = z166.object({
20816
+ refresh: z166.string().min(1)
20157
20817
  });
20158
20818
 
20159
- // src/cfg/generated/_utils/schemas/UserStatistics.schema.ts
20819
+ // src/cfg/generated/_utils/schemas/Transaction.schema.ts
20160
20820
  import { z as z167 } from "zod";
20161
- var UserStatisticsSchema = z167.object({
20162
- total_users: z167.int(),
20163
- active_users: z167.int(),
20164
- new_users: z167.int(),
20165
- superusers: z167.int()
20821
+ var TransactionSchema = z167.object({
20822
+ id: z167.uuid(),
20823
+ transaction_type: z167.nativeEnum(TransactionTransactionType),
20824
+ type_display: z167.string(),
20825
+ amount_usd: z167.string(),
20826
+ amount_display: z167.string(),
20827
+ balance_after: z167.string(),
20828
+ payment_id: z167.string().nullable(),
20829
+ description: z167.string(),
20830
+ created_at: z167.iso.datetime()
20166
20831
  });
20167
20832
 
20168
- // src/cfg/generated/_utils/schemas/VectorizationResult.schema.ts
20833
+ // src/cfg/generated/_utils/schemas/URLPattern.schema.ts
20169
20834
  import { z as z168 } from "zod";
20170
- var VectorizationResultSchema = z168.object({
20171
- vectorized_count: z168.int(),
20172
- failed_count: z168.int(),
20173
- total_tokens: z168.int(),
20174
- total_cost: z168.number(),
20175
- success_rate: z168.number(),
20176
- errors: z168.array(z168.string())
20835
+ var URLPatternSchema = z168.object({
20836
+ pattern: z168.string(),
20837
+ name: z168.string().nullable().optional(),
20838
+ full_name: z168.string().nullable().optional(),
20839
+ namespace: z168.string().nullable().optional(),
20840
+ view: z168.string().nullable().optional(),
20841
+ view_class: z168.string().nullable().optional(),
20842
+ methods: z168.array(z168.string()).optional(),
20843
+ module: z168.string().nullable().optional()
20177
20844
  });
20178
20845
 
20179
- // src/cfg/generated/_utils/schemas/VectorizationStatistics.schema.ts
20846
+ // src/cfg/generated/_utils/schemas/URLsList.schema.ts
20180
20847
  import { z as z169 } from "zod";
20181
- var VectorizationStatisticsSchema = z169.object({
20182
- total_chunks: z169.int(),
20183
- vectorized_chunks: z169.int(),
20184
- pending_chunks: z169.int(),
20185
- vectorization_rate: z169.number(),
20186
- total_tokens: z169.int(),
20187
- total_cost: z169.number(),
20188
- avg_tokens_per_chunk: z169.number(),
20189
- avg_cost_per_chunk: z169.number()
20848
+ var URLsListSchema = z169.object({
20849
+ status: z169.string(),
20850
+ service: z169.string(),
20851
+ version: z169.string(),
20852
+ base_url: z169.string(),
20853
+ total_urls: z169.int(),
20854
+ urls: z169.array(URLPatternSchema)
20855
+ });
20856
+
20857
+ // src/cfg/generated/_utils/schemas/Unsubscribe.schema.ts
20858
+ import { z as z170 } from "zod";
20859
+ var UnsubscribeSchema = z170.object({
20860
+ subscription_id: z170.int()
20861
+ });
20862
+
20863
+ // src/cfg/generated/_utils/schemas/UnsubscribeRequest.schema.ts
20864
+ import { z as z171 } from "zod";
20865
+ var UnsubscribeRequestSchema = z171.object({
20866
+ subscription_id: z171.int()
20867
+ });
20868
+
20869
+ // src/cfg/generated/_utils/schemas/UserProfileUpdateRequest.schema.ts
20870
+ import { z as z172 } from "zod";
20871
+ var UserProfileUpdateRequestSchema = z172.object({
20872
+ first_name: z172.string().max(50).optional(),
20873
+ last_name: z172.string().max(50).optional(),
20874
+ company: z172.string().max(100).optional(),
20875
+ phone: z172.string().max(20).optional(),
20876
+ position: z172.string().max(100).optional()
20877
+ });
20878
+
20879
+ // src/cfg/generated/_utils/schemas/VectorizationResult.schema.ts
20880
+ import { z as z173 } from "zod";
20881
+ var VectorizationResultSchema = z173.object({
20882
+ vectorized_count: z173.int(),
20883
+ failed_count: z173.int(),
20884
+ total_tokens: z173.int(),
20885
+ total_cost: z173.number(),
20886
+ success_rate: z173.number(),
20887
+ errors: z173.array(z173.string())
20888
+ });
20889
+
20890
+ // src/cfg/generated/_utils/schemas/VectorizationStatistics.schema.ts
20891
+ import { z as z174 } from "zod";
20892
+ var VectorizationStatisticsSchema = z174.object({
20893
+ total_chunks: z174.int(),
20894
+ vectorized_chunks: z174.int(),
20895
+ pending_chunks: z174.int(),
20896
+ vectorization_rate: z174.number(),
20897
+ total_tokens: z174.int(),
20898
+ total_cost: z174.number(),
20899
+ avg_tokens_per_chunk: z174.number(),
20900
+ avg_cost_per_chunk: z174.number()
20190
20901
  });
20191
20902
 
20192
20903
  // src/cfg/generated/_utils/fetchers/index.ts
@@ -20257,6 +20968,10 @@ __export(fetchers_exports, {
20257
20968
  getDashboardApiCommandsHelpRetrieve: () => getDashboardApiCommandsHelpRetrieve,
20258
20969
  getDashboardApiCommandsList: () => getDashboardApiCommandsList,
20259
20970
  getDashboardApiCommandsSummaryRetrieve: () => getDashboardApiCommandsSummaryRetrieve,
20971
+ getDashboardApiDjangoQ2Retrieve: () => getDashboardApiDjangoQ2Retrieve,
20972
+ getDashboardApiDjangoQ2SchedulesRetrieve: () => getDashboardApiDjangoQ2SchedulesRetrieve,
20973
+ getDashboardApiDjangoQ2StatusRetrieve: () => getDashboardApiDjangoQ2StatusRetrieve,
20974
+ getDashboardApiDjangoQ2TasksRetrieve: () => getDashboardApiDjangoQ2TasksRetrieve,
20260
20975
  getDashboardApiOverviewOverviewRetrieve: () => getDashboardApiOverviewOverviewRetrieve,
20261
20976
  getDashboardApiStatisticsAppsList: () => getDashboardApiStatisticsAppsList,
20262
20977
  getDashboardApiStatisticsCardsList: () => getDashboardApiStatisticsCardsList,
@@ -20523,6 +21238,28 @@ async function createCentrifugoTestingSendAckCreate(data, client) {
20523
21238
  return ManualAckResponseSchema.parse(response);
20524
21239
  }
20525
21240
 
21241
+ // src/cfg/generated/_utils/fetchers/cfg__dashboard.ts
21242
+ async function getDashboardApiDjangoQ2Retrieve(client) {
21243
+ const api2 = client || getAPIInstance();
21244
+ const response = await api2.cfg_dashboard.apiDjangoQ2Retrieve();
21245
+ return response;
21246
+ }
21247
+ async function getDashboardApiDjangoQ2SchedulesRetrieve(client) {
21248
+ const api2 = client || getAPIInstance();
21249
+ const response = await api2.cfg_dashboard.apiDjangoQ2SchedulesRetrieve();
21250
+ return response;
21251
+ }
21252
+ async function getDashboardApiDjangoQ2StatusRetrieve(client) {
21253
+ const api2 = client || getAPIInstance();
21254
+ const response = await api2.cfg_dashboard.apiDjangoQ2StatusRetrieve();
21255
+ return response;
21256
+ }
21257
+ async function getDashboardApiDjangoQ2TasksRetrieve(client) {
21258
+ const api2 = client || getAPIInstance();
21259
+ const response = await api2.cfg_dashboard.apiDjangoQ2TasksRetrieve();
21260
+ return response;
21261
+ }
21262
+
20526
21263
  // src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_activity.ts
20527
21264
  async function getDashboardApiActivityActionsList(client) {
20528
21265
  const api2 = client || getAPIInstance();
@@ -21204,7 +21941,7 @@ async function getTasksLogsRelatedRetrieve(id, client) {
21204
21941
  async function getTasksLogsOverviewRetrieve(client) {
21205
21942
  const api2 = client || getAPIInstance();
21206
21943
  const response = await api2.cfg_tasks.logsOverviewRetrieve();
21207
- return TaskLogSchema.parse(response);
21944
+ return TaskLogOverviewSchema.parse(response);
21208
21945
  }
21209
21946
  async function getTasksLogsStatsRetrieve(client) {
21210
21947
  const api2 = client || getAPIInstance();
@@ -21214,7 +21951,7 @@ async function getTasksLogsStatsRetrieve(client) {
21214
21951
  async function getTasksLogsTimelineRetrieve(client) {
21215
21952
  const api2 = client || getAPIInstance();
21216
21953
  const response = await api2.cfg_tasks.logsTimelineRetrieve();
21217
- return TaskLogSchema.parse(response);
21954
+ return TaskLogTimelineSchema.parse(response);
21218
21955
  }
21219
21956
 
21220
21957
  // src/cfg/generated/_utils/hooks/index.ts
@@ -21275,6 +22012,10 @@ __export(hooks_exports, {
21275
22012
  useDashboardApiCommandsHelpRetrieve: () => useDashboardApiCommandsHelpRetrieve,
21276
22013
  useDashboardApiCommandsList: () => useDashboardApiCommandsList,
21277
22014
  useDashboardApiCommandsSummaryRetrieve: () => useDashboardApiCommandsSummaryRetrieve,
22015
+ useDashboardApiDjangoQ2Retrieve: () => useDashboardApiDjangoQ2Retrieve,
22016
+ useDashboardApiDjangoQ2SchedulesRetrieve: () => useDashboardApiDjangoQ2SchedulesRetrieve,
22017
+ useDashboardApiDjangoQ2StatusRetrieve: () => useDashboardApiDjangoQ2StatusRetrieve,
22018
+ useDashboardApiDjangoQ2TasksRetrieve: () => useDashboardApiDjangoQ2TasksRetrieve,
21278
22019
  useDashboardApiOverviewOverviewRetrieve: () => useDashboardApiOverviewOverviewRetrieve,
21279
22020
  useDashboardApiStatisticsAppsList: () => useDashboardApiStatisticsAppsList,
21280
22021
  useDashboardApiStatisticsCardsList: () => useDashboardApiStatisticsCardsList,
@@ -21843,47 +22584,74 @@ function useCentrifugoMonitorChannelsRetrieve(client) {
21843
22584
  );
21844
22585
  }
21845
22586
 
21846
- // src/cfg/generated/_utils/hooks/cfg__endpoints.ts
22587
+ // src/cfg/generated/_utils/hooks/cfg__dashboard.ts
21847
22588
  import useSWR15 from "swr";
21848
- function useEndpointsDrfRetrieve(client) {
22589
+ function useDashboardApiDjangoQ2Retrieve(client) {
21849
22590
  return useSWR15(
22591
+ "cfg-dashboard-api-django-q2",
22592
+ () => getDashboardApiDjangoQ2Retrieve(client)
22593
+ );
22594
+ }
22595
+ function useDashboardApiDjangoQ2SchedulesRetrieve(client) {
22596
+ return useSWR15(
22597
+ "cfg-dashboard-api-django-q2-schedule",
22598
+ () => getDashboardApiDjangoQ2SchedulesRetrieve(client)
22599
+ );
22600
+ }
22601
+ function useDashboardApiDjangoQ2StatusRetrieve(client) {
22602
+ return useSWR15(
22603
+ "cfg-dashboard-api-django-q2-statu",
22604
+ () => getDashboardApiDjangoQ2StatusRetrieve(client)
22605
+ );
22606
+ }
22607
+ function useDashboardApiDjangoQ2TasksRetrieve(client) {
22608
+ return useSWR15(
22609
+ "cfg-dashboard-api-django-q2-task",
22610
+ () => getDashboardApiDjangoQ2TasksRetrieve(client)
22611
+ );
22612
+ }
22613
+
22614
+ // src/cfg/generated/_utils/hooks/cfg__endpoints.ts
22615
+ import useSWR16 from "swr";
22616
+ function useEndpointsDrfRetrieve(client) {
22617
+ return useSWR16(
21850
22618
  "cfg-endpoints-drf",
21851
22619
  () => getEndpointsDrfRetrieve(client)
21852
22620
  );
21853
22621
  }
21854
22622
  function useEndpointsUrlsRetrieve(client) {
21855
- return useSWR15(
22623
+ return useSWR16(
21856
22624
  "cfg-endpoints-url",
21857
22625
  () => getEndpointsUrlsRetrieve(client)
21858
22626
  );
21859
22627
  }
21860
22628
  function useEndpointsUrlsCompactRetrieve(client) {
21861
- return useSWR15(
22629
+ return useSWR16(
21862
22630
  "cfg-endpoints-urls-compact",
21863
22631
  () => getEndpointsUrlsCompactRetrieve(client)
21864
22632
  );
21865
22633
  }
21866
22634
 
21867
22635
  // src/cfg/generated/_utils/hooks/cfg__health.ts
21868
- import useSWR16 from "swr";
22636
+ import useSWR17 from "swr";
21869
22637
  function useHealthDrfRetrieve(client) {
21870
- return useSWR16(
22638
+ return useSWR17(
21871
22639
  "cfg-health-drf",
21872
22640
  () => getHealthDrfRetrieve(client)
21873
22641
  );
21874
22642
  }
21875
22643
  function useHealthDrfQuickRetrieve(client) {
21876
- return useSWR16(
22644
+ return useSWR17(
21877
22645
  "cfg-health-drf-quick",
21878
22646
  () => getHealthDrfQuickRetrieve(client)
21879
22647
  );
21880
22648
  }
21881
22649
 
21882
22650
  // src/cfg/generated/_utils/hooks/cfg__knowbase.ts
21883
- import useSWR17 from "swr";
22651
+ import useSWR18 from "swr";
21884
22652
  import { useSWRConfig as useSWRConfig12 } from "swr";
21885
22653
  function useKnowbaseAdminChatList(params, client) {
21886
- return useSWR17(
22654
+ return useSWR18(
21887
22655
  params ? ["cfg-knowbase-admin-chat", params] : "cfg-knowbase-admin-chat",
21888
22656
  () => getKnowbaseAdminChatList(params, client)
21889
22657
  );
@@ -21897,7 +22665,7 @@ function useCreateKnowbaseAdminChatCreate() {
21897
22665
  };
21898
22666
  }
21899
22667
  function useKnowbaseAdminChatRetrieve(id, client) {
21900
- return useSWR17(
22668
+ return useSWR18(
21901
22669
  ["cfg-knowbase-admin-chat", id],
21902
22670
  () => getKnowbaseAdminChatRetrieve(id, client)
21903
22671
  );
@@ -21927,7 +22695,7 @@ function useDeleteKnowbaseAdminChatDestroy() {
21927
22695
  };
21928
22696
  }
21929
22697
  function useKnowbaseAdminChatHistoryRetrieve(id, client) {
21930
- return useSWR17(
22698
+ return useSWR18(
21931
22699
  ["cfg-knowbase-admin-chat-history", id],
21932
22700
  () => getKnowbaseAdminChatHistoryRetrieve(id, client)
21933
22701
  );
@@ -21941,7 +22709,7 @@ function useCreateKnowbaseAdminChatQueryCreate() {
21941
22709
  };
21942
22710
  }
21943
22711
  function useKnowbaseAdminDocumentsList(params, client) {
21944
- return useSWR17(
22712
+ return useSWR18(
21945
22713
  params ? ["cfg-knowbase-admin-documents", params] : "cfg-knowbase-admin-documents",
21946
22714
  () => getKnowbaseAdminDocumentsList(params, client)
21947
22715
  );
@@ -21955,7 +22723,7 @@ function useCreateKnowbaseAdminDocumentsCreate() {
21955
22723
  };
21956
22724
  }
21957
22725
  function useKnowbaseAdminDocumentsRetrieve(id, client) {
21958
- return useSWR17(
22726
+ return useSWR18(
21959
22727
  ["cfg-knowbase-admin-document", id],
21960
22728
  () => getKnowbaseAdminDocumentsRetrieve(id, client)
21961
22729
  );
@@ -21995,19 +22763,19 @@ function useCreateKnowbaseAdminDocumentsReprocessCreate() {
21995
22763
  };
21996
22764
  }
21997
22765
  function useKnowbaseAdminDocumentsStatusRetrieve(id, client) {
21998
- return useSWR17(
22766
+ return useSWR18(
21999
22767
  ["cfg-knowbase-admin-documents-statu", id],
22000
22768
  () => getKnowbaseAdminDocumentsStatusRetrieve(id, client)
22001
22769
  );
22002
22770
  }
22003
22771
  function useKnowbaseAdminDocumentsStatsRetrieve(client) {
22004
- return useSWR17(
22772
+ return useSWR18(
22005
22773
  "cfg-knowbase-admin-documents-stat",
22006
22774
  () => getKnowbaseAdminDocumentsStatsRetrieve(client)
22007
22775
  );
22008
22776
  }
22009
22777
  function useKnowbaseAdminSessionsList(params, client) {
22010
- return useSWR17(
22778
+ return useSWR18(
22011
22779
  params ? ["cfg-knowbase-admin-sessions", params] : "cfg-knowbase-admin-sessions",
22012
22780
  () => getKnowbaseAdminSessionsList(params, client)
22013
22781
  );
@@ -22021,7 +22789,7 @@ function useCreateKnowbaseAdminSessionsCreate() {
22021
22789
  };
22022
22790
  }
22023
22791
  function useKnowbaseAdminSessionsRetrieve(id, client) {
22024
- return useSWR17(
22792
+ return useSWR18(
22025
22793
  ["cfg-knowbase-admin-session", id],
22026
22794
  () => getKnowbaseAdminSessionsRetrieve(id, client)
22027
22795
  );
@@ -22069,31 +22837,31 @@ function useCreateKnowbaseAdminSessionsArchiveCreate() {
22069
22837
  };
22070
22838
  }
22071
22839
  function useKnowbaseCategoriesList(params, client) {
22072
- return useSWR17(
22840
+ return useSWR18(
22073
22841
  params ? ["cfg-knowbase-categories", params] : "cfg-knowbase-categories",
22074
22842
  () => getKnowbaseCategoriesList(params, client)
22075
22843
  );
22076
22844
  }
22077
22845
  function useKnowbaseCategoriesRetrieve(id, client) {
22078
- return useSWR17(
22846
+ return useSWR18(
22079
22847
  ["cfg-knowbase-categorie", id],
22080
22848
  () => getKnowbaseCategoriesRetrieve(id, client)
22081
22849
  );
22082
22850
  }
22083
22851
  function useKnowbaseDocumentsList(params, client) {
22084
- return useSWR17(
22852
+ return useSWR18(
22085
22853
  params ? ["cfg-knowbase-documents", params] : "cfg-knowbase-documents",
22086
22854
  () => getKnowbaseDocumentsList(params, client)
22087
22855
  );
22088
22856
  }
22089
22857
  function useKnowbaseDocumentsRetrieve(id, client) {
22090
- return useSWR17(
22858
+ return useSWR18(
22091
22859
  ["cfg-knowbase-document", id],
22092
22860
  () => getKnowbaseDocumentsRetrieve(id, client)
22093
22861
  );
22094
22862
  }
22095
22863
  function useKnowbaseSystemArchivesList(params, client) {
22096
- return useSWR17(
22864
+ return useSWR18(
22097
22865
  params ? ["cfg-knowbase-system-archives", params] : "cfg-knowbase-system-archives",
22098
22866
  () => getKnowbaseSystemArchivesList(params, client)
22099
22867
  );
@@ -22107,7 +22875,7 @@ function useCreateKnowbaseSystemArchivesCreate() {
22107
22875
  };
22108
22876
  }
22109
22877
  function useKnowbaseSystemArchivesRetrieve(id, client) {
22110
- return useSWR17(
22878
+ return useSWR18(
22111
22879
  ["cfg-knowbase-system-archive", id],
22112
22880
  () => getKnowbaseSystemArchivesRetrieve(id, client)
22113
22881
  );
@@ -22139,13 +22907,13 @@ function useDeleteKnowbaseSystemArchivesDestroy() {
22139
22907
  };
22140
22908
  }
22141
22909
  function useKnowbaseSystemArchivesFileTreeRetrieve(id, client) {
22142
- return useSWR17(
22910
+ return useSWR18(
22143
22911
  ["cfg-knowbase-system-archives-file-tree", id],
22144
22912
  () => getKnowbaseSystemArchivesFileTreeRetrieve(id, client)
22145
22913
  );
22146
22914
  }
22147
22915
  function useKnowbaseSystemArchivesItemsList(id, params, client) {
22148
- return useSWR17(
22916
+ return useSWR18(
22149
22917
  ["cfg-knowbase-system-archives-items", id],
22150
22918
  () => getKnowbaseSystemArchivesItemsList(id, params, client)
22151
22919
  );
@@ -22167,19 +22935,19 @@ function useCreateKnowbaseSystemArchivesRevectorizeCreate() {
22167
22935
  };
22168
22936
  }
22169
22937
  function useKnowbaseSystemArchivesStatisticsRetrieve(client) {
22170
- return useSWR17(
22938
+ return useSWR18(
22171
22939
  "cfg-knowbase-system-archives-statistic",
22172
22940
  () => getKnowbaseSystemArchivesStatisticsRetrieve(client)
22173
22941
  );
22174
22942
  }
22175
22943
  function useKnowbaseSystemArchivesVectorizationStatsRetrieve(client) {
22176
- return useSWR17(
22944
+ return useSWR18(
22177
22945
  "cfg-knowbase-system-archives-vectorization-stat",
22178
22946
  () => getKnowbaseSystemArchivesVectorizationStatsRetrieve(client)
22179
22947
  );
22180
22948
  }
22181
22949
  function useKnowbaseSystemChunksList(params, client) {
22182
- return useSWR17(
22950
+ return useSWR18(
22183
22951
  params ? ["cfg-knowbase-system-chunks", params] : "cfg-knowbase-system-chunks",
22184
22952
  () => getKnowbaseSystemChunksList(params, client)
22185
22953
  );
@@ -22193,7 +22961,7 @@ function useCreateKnowbaseSystemChunksCreate() {
22193
22961
  };
22194
22962
  }
22195
22963
  function useKnowbaseSystemChunksRetrieve(id, client) {
22196
- return useSWR17(
22964
+ return useSWR18(
22197
22965
  ["cfg-knowbase-system-chunk", id],
22198
22966
  () => getKnowbaseSystemChunksRetrieve(id, client)
22199
22967
  );
@@ -22225,7 +22993,7 @@ function useDeleteKnowbaseSystemChunksDestroy() {
22225
22993
  };
22226
22994
  }
22227
22995
  function useKnowbaseSystemChunksContextRetrieve(id, client) {
22228
- return useSWR17(
22996
+ return useSWR18(
22229
22997
  ["cfg-knowbase-system-chunks-context", id],
22230
22998
  () => getKnowbaseSystemChunksContextRetrieve(id, client)
22231
22999
  );
@@ -22239,7 +23007,7 @@ function useCreateKnowbaseSystemChunksVectorizeCreate() {
22239
23007
  };
22240
23008
  }
22241
23009
  function useKnowbaseSystemItemsList(params, client) {
22242
- return useSWR17(
23010
+ return useSWR18(
22243
23011
  params ? ["cfg-knowbase-system-items", params] : "cfg-knowbase-system-items",
22244
23012
  () => getKnowbaseSystemItemsList(params, client)
22245
23013
  );
@@ -22253,7 +23021,7 @@ function useCreateKnowbaseSystemItemsCreate() {
22253
23021
  };
22254
23022
  }
22255
23023
  function useKnowbaseSystemItemsRetrieve(id, client) {
22256
- return useSWR17(
23024
+ return useSWR18(
22257
23025
  ["cfg-knowbase-system-item", id],
22258
23026
  () => getKnowbaseSystemItemsRetrieve(id, client)
22259
23027
  );
@@ -22285,23 +23053,23 @@ function useDeleteKnowbaseSystemItemsDestroy() {
22285
23053
  };
22286
23054
  }
22287
23055
  function useKnowbaseSystemItemsChunksList(id, params, client) {
22288
- return useSWR17(
23056
+ return useSWR18(
22289
23057
  ["cfg-knowbase-system-items-chunks", id],
22290
23058
  () => getKnowbaseSystemItemsChunksList(id, params, client)
22291
23059
  );
22292
23060
  }
22293
23061
  function useKnowbaseSystemItemsContentRetrieve(id, client) {
22294
- return useSWR17(
23062
+ return useSWR18(
22295
23063
  ["cfg-knowbase-system-items-content", id],
22296
23064
  () => getKnowbaseSystemItemsContentRetrieve(id, client)
22297
23065
  );
22298
23066
  }
22299
23067
 
22300
23068
  // src/cfg/generated/_utils/hooks/cfg__leads.ts
22301
- import useSWR18 from "swr";
23069
+ import useSWR19 from "swr";
22302
23070
  import { useSWRConfig as useSWRConfig13 } from "swr";
22303
23071
  function useLeadsList(params, client) {
22304
- return useSWR18(
23072
+ return useSWR19(
22305
23073
  params ? ["cfg-leads", params] : "cfg-leads",
22306
23074
  () => getLeadsList(params, client)
22307
23075
  );
@@ -22315,7 +23083,7 @@ function useCreateLeadsCreate() {
22315
23083
  };
22316
23084
  }
22317
23085
  function useLeadsRetrieve(id, client) {
22318
- return useSWR18(
23086
+ return useSWR19(
22319
23087
  ["cfg-lead", id],
22320
23088
  () => getLeadsRetrieve(id, client)
22321
23089
  );
@@ -22375,28 +23143,28 @@ function usePartialUpdateNewsletterUnsubscribePartialUpdate() {
22375
23143
  }
22376
23144
 
22377
23145
  // src/cfg/generated/_utils/hooks/cfg__payments.ts
22378
- import useSWR19 from "swr";
23146
+ import useSWR20 from "swr";
22379
23147
  import { useSWRConfig as useSWRConfig15 } from "swr";
22380
23148
  function usePaymentsBalanceRetrieve(client) {
22381
- return useSWR19(
23149
+ return useSWR20(
22382
23150
  "cfg-payments-balance",
22383
23151
  () => getPaymentsBalanceRetrieve(client)
22384
23152
  );
22385
23153
  }
22386
23154
  function usePaymentsCurrenciesList(client) {
22387
- return useSWR19(
23155
+ return useSWR20(
22388
23156
  "cfg-payments-currencies",
22389
23157
  () => getPaymentsCurrenciesList(client)
22390
23158
  );
22391
23159
  }
22392
23160
  function usePaymentsPaymentsList(params, client) {
22393
- return useSWR19(
23161
+ return useSWR20(
22394
23162
  params ? ["cfg-payments-payments", params] : "cfg-payments-payments",
22395
23163
  () => getPaymentsPaymentsList(params, client)
22396
23164
  );
22397
23165
  }
22398
23166
  function usePaymentsPaymentsRetrieve(id, client) {
22399
- return useSWR19(
23167
+ return useSWR20(
22400
23168
  ["cfg-payments-payment", id],
22401
23169
  () => getPaymentsPaymentsRetrieve(id, client)
22402
23170
  );
@@ -22410,7 +23178,7 @@ function useCreatePaymentsPaymentsConfirmCreate() {
22410
23178
  };
22411
23179
  }
22412
23180
  function usePaymentsPaymentsStatusRetrieve(id, client) {
22413
- return useSWR19(
23181
+ return useSWR20(
22414
23182
  ["cfg-payments-payments-statu", id],
22415
23183
  () => getPaymentsPaymentsStatusRetrieve(id, client)
22416
23184
  );
@@ -22424,17 +23192,17 @@ function useCreatePaymentsPaymentsCreateCreate() {
22424
23192
  };
22425
23193
  }
22426
23194
  function usePaymentsTransactionsList(params, client) {
22427
- return useSWR19(
23195
+ return useSWR20(
22428
23196
  params ? ["cfg-payments-transactions", params] : "cfg-payments-transactions",
22429
23197
  () => getPaymentsTransactionsList(params, client)
22430
23198
  );
22431
23199
  }
22432
23200
 
22433
23201
  // src/cfg/generated/_utils/hooks/cfg__support.ts
22434
- import useSWR20 from "swr";
23202
+ import useSWR21 from "swr";
22435
23203
  import { useSWRConfig as useSWRConfig16 } from "swr";
22436
23204
  function useSupportTicketsList(params, client) {
22437
- return useSWR20(
23205
+ return useSWR21(
22438
23206
  params ? ["cfg-support-tickets", params] : "cfg-support-tickets",
22439
23207
  () => getSupportTicketsList(params, client)
22440
23208
  );
@@ -22448,7 +23216,7 @@ function useCreateSupportTicketsCreate() {
22448
23216
  };
22449
23217
  }
22450
23218
  function useSupportTicketsMessagesList(ticket_uuid, params, client) {
22451
- return useSWR20(
23219
+ return useSWR21(
22452
23220
  ["cfg-support-tickets-messages", ticket_uuid],
22453
23221
  () => getSupportTicketsMessagesList(ticket_uuid, params, client)
22454
23222
  );
@@ -22462,7 +23230,7 @@ function useCreateSupportTicketsMessagesCreate() {
22462
23230
  };
22463
23231
  }
22464
23232
  function useSupportTicketsMessagesRetrieve(ticket_uuid, uuid, client) {
22465
- return useSWR20(
23233
+ return useSWR21(
22466
23234
  ["cfg-support-tickets-message", ticket_uuid],
22467
23235
  () => getSupportTicketsMessagesRetrieve(ticket_uuid, uuid, client)
22468
23236
  );
@@ -22494,7 +23262,7 @@ function useDeleteSupportTicketsMessagesDestroy() {
22494
23262
  };
22495
23263
  }
22496
23264
  function useSupportTicketsRetrieve(uuid, client) {
22497
- return useSWR20(
23265
+ return useSWR21(
22498
23266
  ["cfg-support-ticket", uuid],
22499
23267
  () => getSupportTicketsRetrieve(uuid, client)
22500
23268
  );
@@ -22527,39 +23295,39 @@ function useDeleteSupportTicketsDestroy() {
22527
23295
  }
22528
23296
 
22529
23297
  // src/cfg/generated/_utils/hooks/cfg__tasks.ts
22530
- import useSWR21 from "swr";
23298
+ import useSWR22 from "swr";
22531
23299
  function useTasksLogsList(params, client) {
22532
- return useSWR21(
23300
+ return useSWR22(
22533
23301
  params ? ["cfg-tasks-logs", params] : "cfg-tasks-logs",
22534
23302
  () => getTasksLogsList(params, client)
22535
23303
  );
22536
23304
  }
22537
23305
  function useTasksLogsRetrieve(id, client) {
22538
- return useSWR21(
23306
+ return useSWR22(
22539
23307
  ["cfg-tasks-log", id],
22540
23308
  () => getTasksLogsRetrieve(id, client)
22541
23309
  );
22542
23310
  }
22543
23311
  function useTasksLogsRelatedRetrieve(id, client) {
22544
- return useSWR21(
23312
+ return useSWR22(
22545
23313
  ["cfg-tasks-logs-related", id],
22546
23314
  () => getTasksLogsRelatedRetrieve(id, client)
22547
23315
  );
22548
23316
  }
22549
23317
  function useTasksLogsOverviewRetrieve(client) {
22550
- return useSWR21(
23318
+ return useSWR22(
22551
23319
  "cfg-tasks-logs-overview",
22552
23320
  () => getTasksLogsOverviewRetrieve(client)
22553
23321
  );
22554
23322
  }
22555
23323
  function useTasksLogsStatsRetrieve(client) {
22556
- return useSWR21(
23324
+ return useSWR22(
22557
23325
  "cfg-tasks-logs-stat",
22558
23326
  () => getTasksLogsStatsRetrieve(client)
22559
23327
  );
22560
23328
  }
22561
23329
  function useTasksLogsTimelineRetrieve(client) {
22562
- return useSWR21(
23330
+ return useSWR22(
22563
23331
  "cfg-tasks-logs-timeline",
22564
23332
  () => getTasksLogsTimelineRetrieve(client)
22565
23333
  );
@@ -22603,6 +23371,7 @@ var API = class {
22603
23371
  this.cfg_user_profile = this._client.cfg_user_profile;
22604
23372
  this.cfg_accounts = this._client.cfg_accounts;
22605
23373
  this.cfg_centrifugo = this._client.cfg_centrifugo;
23374
+ this.cfg_dashboard = this._client.cfg_dashboard;
22606
23375
  this.cfg_endpoints = this._client.cfg_endpoints;
22607
23376
  this.cfg_health = this._client.cfg_health;
22608
23377
  this.cfg_knowbase = this._client.cfg_knowbase;
@@ -22643,6 +23412,7 @@ var API = class {
22643
23412
  this.cfg_user_profile = this._client.cfg_user_profile;
22644
23413
  this.cfg_accounts = this._client.cfg_accounts;
22645
23414
  this.cfg_centrifugo = this._client.cfg_centrifugo;
23415
+ this.cfg_dashboard = this._client.cfg_dashboard;
22646
23416
  this.cfg_endpoints = this._client.cfg_endpoints;
22647
23417
  this.cfg_health = this._client.cfg_health;
22648
23418
  this.cfg_knowbase = this._client.cfg_knowbase;
@@ -23695,18 +24465,19 @@ export {
23695
24465
  models_exports11 as CfgDashboardOverviewTypes,
23696
24466
  models_exports12 as CfgDashboardStatisticsTypes,
23697
24467
  models_exports13 as CfgDashboardSystemTypes,
23698
- models_exports22 as CfgEndpointsTypes,
23699
- models_exports23 as CfgHealthTypes,
23700
- models_exports24 as CfgKnowbaseTypes,
24468
+ models_exports22 as CfgDashboardTypes,
24469
+ models_exports23 as CfgEndpointsTypes,
24470
+ models_exports24 as CfgHealthTypes,
24471
+ models_exports25 as CfgKnowbaseTypes,
23701
24472
  models_exports14 as CfgLeadSubmissionTypes,
23702
- models_exports25 as CfgLeadsTypes,
24473
+ models_exports26 as CfgLeadsTypes,
23703
24474
  models_exports15 as CfgLogsTypes,
23704
- models_exports26 as CfgNewsletterTypes,
24475
+ models_exports27 as CfgNewsletterTypes,
23705
24476
  models_exports16 as CfgNewslettersTypes,
23706
- models_exports27 as CfgPaymentsTypes,
24477
+ models_exports28 as CfgPaymentsTypes,
23707
24478
  models_exports17 as CfgSubscriptionsTypes,
23708
- models_exports28 as CfgSupportTypes,
23709
- models_exports29 as CfgTasksTypes,
24479
+ models_exports29 as CfgSupportTypes,
24480
+ models_exports30 as CfgTasksTypes,
23710
24481
  models_exports18 as CfgTestingTypes,
23711
24482
  models_exports19 as CfgUserProfileTypes,
23712
24483
  CookieStorageAdapter,
@@ -23803,6 +24574,10 @@ export {
23803
24574
  getDashboardApiCommandsHelpRetrieve,
23804
24575
  getDashboardApiCommandsList,
23805
24576
  getDashboardApiCommandsSummaryRetrieve,
24577
+ getDashboardApiDjangoQ2Retrieve,
24578
+ getDashboardApiDjangoQ2SchedulesRetrieve,
24579
+ getDashboardApiDjangoQ2StatusRetrieve,
24580
+ getDashboardApiDjangoQ2TasksRetrieve,
23806
24581
  getDashboardApiOverviewOverviewRetrieve,
23807
24582
  getDashboardApiStatisticsAppsList,
23808
24583
  getDashboardApiStatisticsCardsList,