@djangocfg/api 1.2.17 → 1.2.19
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.
- package/dist/index.cjs +2841 -1242
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2704 -432
- package/dist/index.d.ts +2704 -432
- package/dist/index.mjs +2717 -1130
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard.ts +89 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_monitoring.ts +122 -0
- package/src/cfg/generated/_utils/fetchers/cfg__tasks.ts +9 -7
- package/src/cfg/generated/_utils/fetchers/index.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard.ts +77 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_monitoring.ts +110 -0
- package/src/cfg/generated/_utils/hooks/cfg__tasks.ts +9 -7
- package/src/cfg/generated/_utils/hooks/index.ts +2 -0
- package/src/cfg/generated/_utils/schemas/DashboardOverview.schema.ts +16 -8
- package/src/cfg/generated/_utils/schemas/MethodList.schema.ts +21 -0
- package/src/cfg/generated/_utils/schemas/MethodStatsSerializer.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/RecentRequests.schema.ts +23 -0
- package/src/cfg/generated/_utils/schemas/ServiceList.schema.ts +21 -0
- package/src/cfg/generated/_utils/schemas/ServiceStatsSerializer.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/TaskLogOverview.schema.ts +43 -0
- package/src/cfg/generated/_utils/schemas/TaskLogTimeline.schema.ts +28 -0
- package/src/cfg/generated/_utils/schemas/TaskLogTimelineItem.schema.ts +28 -0
- package/src/cfg/generated/_utils/schemas/TasksByQueue.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/TasksByStatus.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/index.ts +10 -0
- package/src/cfg/generated/cfg__dashboard/client.ts +48 -0
- package/src/cfg/generated/cfg__dashboard/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard/models.ts +0 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_overview/models.ts +179 -9
- package/src/cfg/generated/cfg__grpc__grpc_monitoring/client.ts +129 -0
- package/src/cfg/generated/cfg__grpc__grpc_monitoring/index.ts +2 -0
- package/src/cfg/generated/cfg__grpc__grpc_monitoring/models.ts +124 -0
- package/src/cfg/generated/cfg__support/client.ts +30 -12
- package/src/cfg/generated/cfg__tasks/client.ts +38 -31
- package/src/cfg/generated/cfg__tasks/models.ts +82 -0
- package/src/cfg/generated/client.ts +6 -0
- package/src/cfg/generated/index.ts +10 -0
- package/src/cfg/generated/schema.ts +1292 -121
package/dist/index.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ interface TokenRefresh$1 {
|
|
|
20
20
|
refresh: string;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
declare namespace models$
|
|
23
|
+
declare namespace models$u {
|
|
24
24
|
export type { TokenRefresh$1 as TokenRefresh, TokenRefreshRequest$1 as TokenRefreshRequest };
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -64,7 +64,7 @@ interface BulkEmailResponse$2 {
|
|
|
64
64
|
error?: string;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
declare namespace models$
|
|
67
|
+
declare namespace models$t {
|
|
68
68
|
export type { BulkEmailRequest$1 as BulkEmailRequest, BulkEmailResponse$2 as BulkEmailResponse };
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -770,7 +770,7 @@ interface ErrorResponse$2 {
|
|
|
770
770
|
message: string;
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
-
declare namespace models$
|
|
773
|
+
declare namespace models$s {
|
|
774
774
|
export type { ErrorResponse$2 as ErrorResponse, NewsletterCampaign$2 as NewsletterCampaign, NewsletterCampaignRequest$1 as NewsletterCampaignRequest, PaginatedNewsletterCampaignList$1 as PaginatedNewsletterCampaignList, SendCampaignRequest$1 as SendCampaignRequest, SendCampaignResponse$1 as SendCampaignResponse };
|
|
775
775
|
}
|
|
776
776
|
|
|
@@ -1053,7 +1053,7 @@ interface CentrifugoProcess$1 {
|
|
|
1053
1053
|
rss: number;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
|
-
declare namespace models$
|
|
1056
|
+
declare namespace models$r {
|
|
1057
1057
|
export type { CentrifugoChannelsRequestRequest$1 as CentrifugoChannelsRequestRequest, CentrifugoChannelsResponse$1 as CentrifugoChannelsResponse, CentrifugoChannelsResult$1 as CentrifugoChannelsResult, CentrifugoClientInfo$1 as CentrifugoClientInfo, CentrifugoError$1 as CentrifugoError, CentrifugoHistoryRequestRequest$1 as CentrifugoHistoryRequestRequest, CentrifugoHistoryResponse$1 as CentrifugoHistoryResponse, CentrifugoHistoryResult$1 as CentrifugoHistoryResult, CentrifugoInfoResponse$1 as CentrifugoInfoResponse, CentrifugoInfoResult$1 as CentrifugoInfoResult, CentrifugoMetrics$1 as CentrifugoMetrics, CentrifugoNodeInfo$1 as CentrifugoNodeInfo, CentrifugoPresenceRequestRequest$1 as CentrifugoPresenceRequestRequest, CentrifugoPresenceResponse$1 as CentrifugoPresenceResponse, CentrifugoPresenceResult$1 as CentrifugoPresenceResult, CentrifugoPresenceStatsRequestRequest$1 as CentrifugoPresenceStatsRequestRequest, CentrifugoPresenceStatsResponse$1 as CentrifugoPresenceStatsResponse, CentrifugoPresenceStatsResult$1 as CentrifugoPresenceStatsResult, CentrifugoProcess$1 as CentrifugoProcess, CentrifugoPublication$1 as CentrifugoPublication, CentrifugoStreamPosition$1 as CentrifugoStreamPosition };
|
|
1058
1058
|
}
|
|
1059
1059
|
|
|
@@ -1107,7 +1107,7 @@ declare class CfgCentrifugoAdminApi {
|
|
|
1107
1107
|
*
|
|
1108
1108
|
* Response model (includes read-only fields).
|
|
1109
1109
|
*/
|
|
1110
|
-
interface HealthCheck$
|
|
1110
|
+
interface HealthCheck$3 {
|
|
1111
1111
|
/** Health status: healthy or unhealthy */
|
|
1112
1112
|
status: string;
|
|
1113
1113
|
/** Configured wrapper URL */
|
|
@@ -1122,7 +1122,7 @@ interface HealthCheck$2 {
|
|
|
1122
1122
|
*
|
|
1123
1123
|
* Response model (includes read-only fields).
|
|
1124
1124
|
*/
|
|
1125
|
-
interface OverviewStats$
|
|
1125
|
+
interface OverviewStats$2 {
|
|
1126
1126
|
/** Total publishes in period */
|
|
1127
1127
|
total: number;
|
|
1128
1128
|
/** Successful publishes */
|
|
@@ -1190,8 +1190,8 @@ interface ChannelStatsSerializer$1 {
|
|
|
1190
1190
|
last_activity_at?: string | null;
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
|
-
declare namespace models$
|
|
1194
|
-
export type { ChannelList$1 as ChannelList, ChannelStatsSerializer$1 as ChannelStatsSerializer, HealthCheck$
|
|
1193
|
+
declare namespace models$q {
|
|
1194
|
+
export type { ChannelList$1 as ChannelList, ChannelStatsSerializer$1 as ChannelStatsSerializer, HealthCheck$3 as HealthCheck, OverviewStats$2 as OverviewStats, RecentPublishes$1 as RecentPublishes };
|
|
1195
1195
|
}
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
@@ -1205,11 +1205,11 @@ declare class CfgCentrifugoMonitoring {
|
|
|
1205
1205
|
*
|
|
1206
1206
|
* Returns the current health status of the Centrifugo client.
|
|
1207
1207
|
*/
|
|
1208
|
-
centrifugoMonitorHealthRetrieve(): Promise<HealthCheck$
|
|
1209
|
-
centrifugoMonitorOverviewRetrieve(hours?: number): Promise<OverviewStats$
|
|
1208
|
+
centrifugoMonitorHealthRetrieve(): Promise<HealthCheck$3>;
|
|
1209
|
+
centrifugoMonitorOverviewRetrieve(hours?: number): Promise<OverviewStats$2>;
|
|
1210
1210
|
centrifugoMonitorOverviewRetrieve(params?: {
|
|
1211
1211
|
hours?: number;
|
|
1212
|
-
}): Promise<OverviewStats$
|
|
1212
|
+
}): Promise<OverviewStats$2>;
|
|
1213
1213
|
centrifugoMonitorPublishesRetrieve(channel?: string, count?: number, offset?: number, status?: string): Promise<RecentPublishes$1>;
|
|
1214
1214
|
centrifugoMonitorPublishesRetrieve(params?: {
|
|
1215
1215
|
channel?: string;
|
|
@@ -1307,7 +1307,7 @@ interface ManualAckResponse$1 {
|
|
|
1307
1307
|
error?: string | null;
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
|
-
declare namespace models$
|
|
1310
|
+
declare namespace models$p {
|
|
1311
1311
|
export type { ConnectionTokenRequestRequest$1 as ConnectionTokenRequestRequest, ConnectionTokenResponse$1 as ConnectionTokenResponse, ManualAckRequestRequest$1 as ManualAckRequestRequest, ManualAckResponse$1 as ManualAckResponse, PublishTestRequestRequest$1 as PublishTestRequestRequest, PublishTestResponse$1 as PublishTestResponse };
|
|
1312
1312
|
}
|
|
1313
1313
|
|
|
@@ -1372,7 +1372,7 @@ interface APIZone$1 {
|
|
|
1372
1372
|
apps: Array<string>;
|
|
1373
1373
|
}
|
|
1374
1374
|
|
|
1375
|
-
declare namespace models$
|
|
1375
|
+
declare namespace models$o {
|
|
1376
1376
|
export type { APIZone$1 as APIZone, APIZonesSummary$1 as APIZonesSummary };
|
|
1377
1377
|
}
|
|
1378
1378
|
|
|
@@ -1414,7 +1414,7 @@ declare class CfgDashboardActivity {
|
|
|
1414
1414
|
}): Promise<any>;
|
|
1415
1415
|
}
|
|
1416
1416
|
|
|
1417
|
-
declare namespace models$
|
|
1417
|
+
declare namespace models$n {
|
|
1418
1418
|
export { };
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
@@ -1441,7 +1441,7 @@ interface ChartDataset$1 {
|
|
|
1441
1441
|
fill?: boolean;
|
|
1442
1442
|
}
|
|
1443
1443
|
|
|
1444
|
-
declare namespace models$
|
|
1444
|
+
declare namespace models$m {
|
|
1445
1445
|
export type { ChartData$1 as ChartData, ChartDataset$1 as ChartDataset };
|
|
1446
1446
|
}
|
|
1447
1447
|
|
|
@@ -1524,7 +1524,7 @@ interface Command$1 {
|
|
|
1524
1524
|
risk_level?: string;
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
|
-
declare namespace models$
|
|
1527
|
+
declare namespace models$l {
|
|
1528
1528
|
export type { Command$1 as Command, CommandExecuteRequestRequest$1 as CommandExecuteRequestRequest, CommandHelpResponse$1 as CommandHelpResponse, CommandsSummary$1 as CommandsSummary };
|
|
1529
1529
|
}
|
|
1530
1530
|
|
|
@@ -1562,30 +1562,190 @@ declare class CfgDashboardCommands {
|
|
|
1562
1562
|
}
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
|
-
* Main serializer for dashboard overview endpoint. Uses
|
|
1566
|
-
*
|
|
1565
|
+
* Main serializer for dashboard overview endpoint. Uses typed serializers for
|
|
1566
|
+
* proper OpenAPI schema generation.
|
|
1567
1567
|
*
|
|
1568
1568
|
* Response model (includes read-only fields).
|
|
1569
1569
|
*/
|
|
1570
1570
|
interface DashboardOverview$1 {
|
|
1571
1571
|
/** Dashboard statistics cards */
|
|
1572
|
-
stat_cards: Array<
|
|
1573
|
-
|
|
1574
|
-
system_health: Array<Record<string, any>>;
|
|
1572
|
+
stat_cards: Array<StatCard$1>;
|
|
1573
|
+
system_health: Record<string, any>;
|
|
1575
1574
|
/** Quick action buttons */
|
|
1576
|
-
quick_actions: Array<
|
|
1575
|
+
quick_actions: Array<QuickAction$1>;
|
|
1577
1576
|
/** Recent activity entries */
|
|
1578
|
-
recent_activity: Array<
|
|
1579
|
-
/** System performance metrics */
|
|
1577
|
+
recent_activity: Array<ActivityEntry$1>;
|
|
1580
1578
|
system_metrics: Record<string, any>;
|
|
1581
|
-
/** User statistics */
|
|
1582
1579
|
user_statistics: Record<string, any>;
|
|
1580
|
+
/** Application statistics */
|
|
1581
|
+
app_statistics?: Array<AppStatistics$1>;
|
|
1583
1582
|
/** Data timestamp (ISO format) */
|
|
1584
1583
|
timestamp: string;
|
|
1585
1584
|
}
|
|
1585
|
+
/**
|
|
1586
|
+
* Serializer for dashboard statistics cards. Maps to StatCard Pydantic model.
|
|
1587
|
+
*
|
|
1588
|
+
* Response model (includes read-only fields).
|
|
1589
|
+
*/
|
|
1590
|
+
interface StatCard$1 {
|
|
1591
|
+
/** Card title */
|
|
1592
|
+
title: string;
|
|
1593
|
+
/** Main value to display */
|
|
1594
|
+
value: string;
|
|
1595
|
+
/** Material icon name */
|
|
1596
|
+
icon: string;
|
|
1597
|
+
/** Change indicator (e.g., '+12%') */
|
|
1598
|
+
change?: string | null;
|
|
1599
|
+
/** Change type
|
|
1600
|
+
|
|
1601
|
+
* `positive` - positive
|
|
1602
|
+
* `negative` - negative
|
|
1603
|
+
* `neutral` - neutral */
|
|
1604
|
+
change_type?: StatCardChangeType;
|
|
1605
|
+
/** Additional description */
|
|
1606
|
+
description?: string | null;
|
|
1607
|
+
/** Card color theme */
|
|
1608
|
+
color?: string;
|
|
1609
|
+
}
|
|
1610
|
+
/**
|
|
1611
|
+
* Serializer for overall system health status.
|
|
1612
|
+
*
|
|
1613
|
+
* Response model (includes read-only fields).
|
|
1614
|
+
*/
|
|
1615
|
+
interface SystemHealth$2 {
|
|
1616
|
+
/** Overall system health status
|
|
1617
|
+
|
|
1618
|
+
* `healthy` - healthy
|
|
1619
|
+
* `warning` - warning
|
|
1620
|
+
* `error` - error
|
|
1621
|
+
* `unknown` - unknown */
|
|
1622
|
+
overall_status: SystemHealthOverallStatus;
|
|
1623
|
+
/** Overall health percentage */
|
|
1624
|
+
overall_health_percentage: number;
|
|
1625
|
+
/** Health status of individual components */
|
|
1626
|
+
components: Array<SystemHealthItem$2>;
|
|
1627
|
+
/** Check timestamp (ISO format) */
|
|
1628
|
+
timestamp: string;
|
|
1629
|
+
}
|
|
1630
|
+
/**
|
|
1631
|
+
* Serializer for quick action buttons. Maps to QuickAction Pydantic model.
|
|
1632
|
+
*
|
|
1633
|
+
* Response model (includes read-only fields).
|
|
1634
|
+
*/
|
|
1635
|
+
interface QuickAction$1 {
|
|
1636
|
+
/** Action title */
|
|
1637
|
+
title: string;
|
|
1638
|
+
/** Action description */
|
|
1639
|
+
description: string;
|
|
1640
|
+
/** Material icon name */
|
|
1641
|
+
icon: string;
|
|
1642
|
+
/** Action URL */
|
|
1643
|
+
link: string;
|
|
1644
|
+
/** Button color theme
|
|
1645
|
+
|
|
1646
|
+
* `primary` - primary
|
|
1647
|
+
* `success` - success
|
|
1648
|
+
* `warning` - warning
|
|
1649
|
+
* `danger` - danger
|
|
1650
|
+
* `secondary` - secondary */
|
|
1651
|
+
color?: QuickActionColor;
|
|
1652
|
+
/** Action category */
|
|
1653
|
+
category?: string;
|
|
1654
|
+
}
|
|
1655
|
+
/**
|
|
1656
|
+
* Serializer for recent activity entries.
|
|
1657
|
+
*
|
|
1658
|
+
* Response model (includes read-only fields).
|
|
1659
|
+
*/
|
|
1660
|
+
interface ActivityEntry$1 {
|
|
1661
|
+
/** Activity ID */
|
|
1662
|
+
id: number;
|
|
1663
|
+
/** User who performed the action */
|
|
1664
|
+
user: string;
|
|
1665
|
+
/** Action type (created, updated, deleted, etc.) */
|
|
1666
|
+
action: string;
|
|
1667
|
+
/** Resource affected */
|
|
1668
|
+
resource: string;
|
|
1669
|
+
/** Activity timestamp (ISO format) */
|
|
1670
|
+
timestamp: string;
|
|
1671
|
+
/** Material icon name */
|
|
1672
|
+
icon: string;
|
|
1673
|
+
/** Icon color */
|
|
1674
|
+
color: string;
|
|
1675
|
+
}
|
|
1676
|
+
/**
|
|
1677
|
+
* Serializer for system performance metrics.
|
|
1678
|
+
*
|
|
1679
|
+
* Response model (includes read-only fields).
|
|
1680
|
+
*/
|
|
1681
|
+
interface SystemMetrics$2 {
|
|
1682
|
+
/** CPU usage percentage */
|
|
1683
|
+
cpu_usage: number;
|
|
1684
|
+
/** Memory usage percentage */
|
|
1685
|
+
memory_usage: number;
|
|
1686
|
+
/** Disk usage percentage */
|
|
1687
|
+
disk_usage: number;
|
|
1688
|
+
/** Network incoming bandwidth */
|
|
1689
|
+
network_in: string;
|
|
1690
|
+
/** Network outgoing bandwidth */
|
|
1691
|
+
network_out: string;
|
|
1692
|
+
/** Average response time */
|
|
1693
|
+
response_time: string;
|
|
1694
|
+
/** System uptime */
|
|
1695
|
+
uptime: string;
|
|
1696
|
+
}
|
|
1697
|
+
/**
|
|
1698
|
+
* Serializer for user statistics.
|
|
1699
|
+
*
|
|
1700
|
+
* Response model (includes read-only fields).
|
|
1701
|
+
*/
|
|
1702
|
+
interface UserStatistics$2 {
|
|
1703
|
+
/** Total number of users */
|
|
1704
|
+
total_users: number;
|
|
1705
|
+
/** Active users (last 30 days) */
|
|
1706
|
+
active_users: number;
|
|
1707
|
+
/** New users (last 7 days) */
|
|
1708
|
+
new_users: number;
|
|
1709
|
+
/** Number of superusers */
|
|
1710
|
+
superusers: number;
|
|
1711
|
+
}
|
|
1712
|
+
/**
|
|
1713
|
+
* Serializer for application-specific statistics.
|
|
1714
|
+
*
|
|
1715
|
+
* Response model (includes read-only fields).
|
|
1716
|
+
*/
|
|
1717
|
+
interface AppStatistics$1 {
|
|
1718
|
+
/** Application name */
|
|
1719
|
+
app_name: string;
|
|
1720
|
+
/** Application statistics */
|
|
1721
|
+
statistics: Record<string, any>;
|
|
1722
|
+
}
|
|
1723
|
+
/**
|
|
1724
|
+
* Serializer for system health status items. Maps to SystemHealthItem Pydantic
|
|
1725
|
+
* model.
|
|
1726
|
+
*
|
|
1727
|
+
* Response model (includes read-only fields).
|
|
1728
|
+
*/
|
|
1729
|
+
interface SystemHealthItem$2 {
|
|
1730
|
+
/** Component name */
|
|
1731
|
+
component: string;
|
|
1732
|
+
/** Health status
|
|
1733
|
+
|
|
1734
|
+
* `healthy` - healthy
|
|
1735
|
+
* `warning` - warning
|
|
1736
|
+
* `error` - error
|
|
1737
|
+
* `unknown` - unknown */
|
|
1738
|
+
status: SystemHealthItemStatus;
|
|
1739
|
+
/** Status description */
|
|
1740
|
+
description: string;
|
|
1741
|
+
/** Last check time (ISO format) */
|
|
1742
|
+
last_check: string;
|
|
1743
|
+
/** Health percentage (0-100) */
|
|
1744
|
+
health_percentage?: number | null;
|
|
1745
|
+
}
|
|
1586
1746
|
|
|
1587
|
-
declare namespace models$
|
|
1588
|
-
export type { DashboardOverview$1 as DashboardOverview };
|
|
1747
|
+
declare namespace models$k {
|
|
1748
|
+
export type { ActivityEntry$1 as ActivityEntry, AppStatistics$1 as AppStatistics, DashboardOverview$1 as DashboardOverview, QuickAction$1 as QuickAction, StatCard$1 as StatCard, SystemHealth$2 as SystemHealth, SystemHealthItem$2 as SystemHealthItem, SystemMetrics$2 as SystemMetrics, UserStatistics$2 as UserStatistics };
|
|
1589
1749
|
}
|
|
1590
1750
|
|
|
1591
1751
|
/**
|
|
@@ -1619,7 +1779,7 @@ interface UserStatistics$1 {
|
|
|
1619
1779
|
superusers: number;
|
|
1620
1780
|
}
|
|
1621
1781
|
|
|
1622
|
-
declare namespace models$
|
|
1782
|
+
declare namespace models$j {
|
|
1623
1783
|
export type { UserStatistics$1 as UserStatistics };
|
|
1624
1784
|
}
|
|
1625
1785
|
|
|
@@ -1714,7 +1874,7 @@ interface SystemHealthItem$1 {
|
|
|
1714
1874
|
health_percentage?: number | null;
|
|
1715
1875
|
}
|
|
1716
1876
|
|
|
1717
|
-
declare namespace models$
|
|
1877
|
+
declare namespace models$i {
|
|
1718
1878
|
export type { SystemHealth$1 as SystemHealth, SystemHealthItem$1 as SystemHealthItem, SystemMetrics$1 as SystemMetrics };
|
|
1719
1879
|
}
|
|
1720
1880
|
|
|
@@ -1782,7 +1942,7 @@ interface LeadSubmissionError$1 {
|
|
|
1782
1942
|
details?: Record<string, any>;
|
|
1783
1943
|
}
|
|
1784
1944
|
|
|
1785
|
-
declare namespace models$
|
|
1945
|
+
declare namespace models$h {
|
|
1786
1946
|
export type { LeadSubmissionError$1 as LeadSubmissionError, LeadSubmissionRequest$2 as LeadSubmissionRequest, LeadSubmissionResponse$1 as LeadSubmissionResponse };
|
|
1787
1947
|
}
|
|
1788
1948
|
|
|
@@ -1849,7 +2009,7 @@ interface EmailLog$1 {
|
|
|
1849
2009
|
error_message: string | null;
|
|
1850
2010
|
}
|
|
1851
2011
|
|
|
1852
|
-
declare namespace models$
|
|
2012
|
+
declare namespace models$g {
|
|
1853
2013
|
export type { EmailLog$1 as EmailLog, PaginatedEmailLogList$1 as PaginatedEmailLogList };
|
|
1854
2014
|
}
|
|
1855
2015
|
|
|
@@ -1907,7 +2067,7 @@ interface Newsletter$1 {
|
|
|
1907
2067
|
subscribers_count: number;
|
|
1908
2068
|
}
|
|
1909
2069
|
|
|
1910
|
-
declare namespace models$
|
|
2070
|
+
declare namespace models$f {
|
|
1911
2071
|
export type { Newsletter$1 as Newsletter, PaginatedNewsletterList$1 as PaginatedNewsletterList };
|
|
1912
2072
|
}
|
|
1913
2073
|
|
|
@@ -2016,7 +2176,7 @@ interface NewsletterSubscription$1 {
|
|
|
2016
2176
|
unsubscribed_at: string | null;
|
|
2017
2177
|
}
|
|
2018
2178
|
|
|
2019
|
-
declare namespace models$
|
|
2179
|
+
declare namespace models$e {
|
|
2020
2180
|
export type { ErrorResponse$1 as ErrorResponse, NewsletterSubscription$1 as NewsletterSubscription, PaginatedNewsletterSubscriptionList$1 as PaginatedNewsletterSubscriptionList, SubscribeRequest$1 as SubscribeRequest, SubscribeResponse$1 as SubscribeResponse, SuccessResponse$1 as SuccessResponse, UnsubscribeRequest$2 as UnsubscribeRequest };
|
|
2021
2181
|
}
|
|
2022
2182
|
|
|
@@ -2068,7 +2228,7 @@ interface BulkEmailResponse$1 {
|
|
|
2068
2228
|
error?: string;
|
|
2069
2229
|
}
|
|
2070
2230
|
|
|
2071
|
-
declare namespace models$
|
|
2231
|
+
declare namespace models$d {
|
|
2072
2232
|
export type { BulkEmailResponse$1 as BulkEmailResponse, TestEmailRequest$1 as TestEmailRequest };
|
|
2073
2233
|
}
|
|
2074
2234
|
|
|
@@ -2140,7 +2300,7 @@ interface PatchedUserProfileUpdateRequest$1 {
|
|
|
2140
2300
|
position?: string;
|
|
2141
2301
|
}
|
|
2142
2302
|
|
|
2143
|
-
declare namespace models$
|
|
2303
|
+
declare namespace models$c {
|
|
2144
2304
|
export type { PatchedUserProfileUpdateRequest$1 as PatchedUserProfileUpdateRequest, User$2 as User, UserProfileUpdateRequest$1 as UserProfileUpdateRequest };
|
|
2145
2305
|
}
|
|
2146
2306
|
|
|
@@ -2284,7 +2444,7 @@ interface User$1 {
|
|
|
2284
2444
|
unanswered_messages_count: number;
|
|
2285
2445
|
}
|
|
2286
2446
|
|
|
2287
|
-
declare namespace models$
|
|
2447
|
+
declare namespace models$b {
|
|
2288
2448
|
export type { OTPErrorResponse$1 as OTPErrorResponse, OTPRequestRequest$1 as OTPRequestRequest, OTPRequestResponse$1 as OTPRequestResponse, OTPVerifyRequest$1 as OTPVerifyRequest, OTPVerifyResponse$1 as OTPVerifyResponse, User$1 as User };
|
|
2289
2449
|
}
|
|
2290
2450
|
|
|
@@ -2316,7 +2476,37 @@ declare class CfgCentrifugo {
|
|
|
2316
2476
|
monitorChannelsRetrieve(): Promise<any>;
|
|
2317
2477
|
}
|
|
2318
2478
|
|
|
2319
|
-
declare namespace models$
|
|
2479
|
+
declare namespace models$a {
|
|
2480
|
+
export { };
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
/**
|
|
2484
|
+
* API endpoints for Dashboard.
|
|
2485
|
+
*/
|
|
2486
|
+
declare class CfgDashboard {
|
|
2487
|
+
private client;
|
|
2488
|
+
constructor(client: any);
|
|
2489
|
+
/**
|
|
2490
|
+
* Get complete Django-Q2 summary. GET /api/django_q2/ Returns status,
|
|
2491
|
+
* schedules, and recent tasks.
|
|
2492
|
+
*/
|
|
2493
|
+
apiDjangoQ2Retrieve(): Promise<any>;
|
|
2494
|
+
/**
|
|
2495
|
+
* Get all scheduled tasks. GET /api/django_q2/schedules/
|
|
2496
|
+
*/
|
|
2497
|
+
apiDjangoQ2SchedulesRetrieve(): Promise<any>;
|
|
2498
|
+
/**
|
|
2499
|
+
* Get Django-Q2 cluster status. GET /api/django_q2/status/
|
|
2500
|
+
*/
|
|
2501
|
+
apiDjangoQ2StatusRetrieve(): Promise<any>;
|
|
2502
|
+
/**
|
|
2503
|
+
* Get recent task executions. GET /api/django_q2/tasks/ Query params: -
|
|
2504
|
+
* limit: Number of tasks to return (default: 20)
|
|
2505
|
+
*/
|
|
2506
|
+
apiDjangoQ2TasksRetrieve(): Promise<any>;
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
declare namespace models$9 {
|
|
2320
2510
|
export { };
|
|
2321
2511
|
}
|
|
2322
2512
|
|
|
@@ -2429,7 +2619,7 @@ interface URLPattern$1 {
|
|
|
2429
2619
|
module?: string | null;
|
|
2430
2620
|
}
|
|
2431
2621
|
|
|
2432
|
-
declare namespace models$
|
|
2622
|
+
declare namespace models$8 {
|
|
2433
2623
|
export type { Endpoint$1 as Endpoint, EndpointsStatus$1 as EndpointsStatus, URLPattern$1 as URLPattern, URLsList$1 as URLsList };
|
|
2434
2624
|
}
|
|
2435
2625
|
|
|
@@ -2458,7 +2648,7 @@ declare class CfgEndpoints {
|
|
|
2458
2648
|
*
|
|
2459
2649
|
* Response model (includes read-only fields).
|
|
2460
2650
|
*/
|
|
2461
|
-
interface HealthCheck$
|
|
2651
|
+
interface HealthCheck$2 {
|
|
2462
2652
|
/** Health status: healthy or unhealthy */
|
|
2463
2653
|
status: string;
|
|
2464
2654
|
/** Configured wrapper URL */
|
|
@@ -2469,86 +2659,248 @@ interface HealthCheck$1 {
|
|
|
2469
2659
|
timestamp: string;
|
|
2470
2660
|
}
|
|
2471
2661
|
/**
|
|
2472
|
-
*
|
|
2662
|
+
* List of gRPC methods with statistics.
|
|
2473
2663
|
*
|
|
2474
2664
|
* Response model (includes read-only fields).
|
|
2475
2665
|
*/
|
|
2476
|
-
interface
|
|
2477
|
-
/**
|
|
2478
|
-
|
|
2479
|
-
/**
|
|
2480
|
-
|
|
2481
|
-
/** Error message if health check failed */
|
|
2482
|
-
error?: string;
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
|
-
declare namespace models$6 {
|
|
2486
|
-
export type { HealthCheck$1 as HealthCheck, QuickHealth$1 as QuickHealth };
|
|
2666
|
+
interface MethodList$1 {
|
|
2667
|
+
/** Method statistics */
|
|
2668
|
+
methods: Array<MethodStatsSerializer$1>;
|
|
2669
|
+
/** Total number of methods */
|
|
2670
|
+
total_methods: number;
|
|
2487
2671
|
}
|
|
2488
|
-
|
|
2489
2672
|
/**
|
|
2490
|
-
*
|
|
2673
|
+
* Overview statistics for Centrifugo publishes.
|
|
2674
|
+
*
|
|
2675
|
+
* Response model (includes read-only fields).
|
|
2491
2676
|
*/
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
/**
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
/**
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2677
|
+
interface OverviewStats$1 {
|
|
2678
|
+
/** Total publishes in period */
|
|
2679
|
+
total: number;
|
|
2680
|
+
/** Successful publishes */
|
|
2681
|
+
successful: number;
|
|
2682
|
+
/** Failed publishes */
|
|
2683
|
+
failed: number;
|
|
2684
|
+
/** Timeout publishes */
|
|
2685
|
+
timeout: number;
|
|
2686
|
+
/** Success rate percentage */
|
|
2687
|
+
success_rate: number;
|
|
2688
|
+
/** Average duration in milliseconds */
|
|
2689
|
+
avg_duration_ms: number;
|
|
2690
|
+
/** Average ACKs received */
|
|
2691
|
+
avg_acks_received: number;
|
|
2692
|
+
/** Statistics period in hours */
|
|
2693
|
+
period_hours: number;
|
|
2503
2694
|
}
|
|
2504
|
-
|
|
2505
2695
|
/**
|
|
2696
|
+
* Recent gRPC requests list.
|
|
2506
2697
|
*
|
|
2507
2698
|
* Response model (includes read-only fields).
|
|
2508
2699
|
*/
|
|
2509
|
-
interface
|
|
2510
|
-
/**
|
|
2700
|
+
interface RecentRequests$1 {
|
|
2701
|
+
/** List of recent requests */
|
|
2702
|
+
requests: Array<Record<string, any>>;
|
|
2703
|
+
/** Number of requests returned */
|
|
2511
2704
|
count: number;
|
|
2512
|
-
/**
|
|
2513
|
-
|
|
2514
|
-
/**
|
|
2515
|
-
|
|
2516
|
-
/**
|
|
2517
|
-
|
|
2518
|
-
/** Whether there is a next page */
|
|
2519
|
-
has_next: boolean;
|
|
2520
|
-
/** Whether there is a previous page */
|
|
2521
|
-
has_previous: boolean;
|
|
2522
|
-
/** Next page number (null if no next page) */
|
|
2523
|
-
next_page?: number | null;
|
|
2524
|
-
/** Previous page number (null if no previous page) */
|
|
2525
|
-
previous_page?: number | null;
|
|
2526
|
-
/** Array of items for current page */
|
|
2527
|
-
results: Array<ChatResponse$1>;
|
|
2705
|
+
/** Total requests available */
|
|
2706
|
+
total_available: number;
|
|
2707
|
+
/** Current offset for pagination */
|
|
2708
|
+
offset?: number;
|
|
2709
|
+
/** Whether more results are available */
|
|
2710
|
+
has_more?: boolean;
|
|
2528
2711
|
}
|
|
2529
2712
|
/**
|
|
2530
|
-
*
|
|
2713
|
+
* List of gRPC services with statistics.
|
|
2531
2714
|
*
|
|
2532
|
-
*
|
|
2715
|
+
* Response model (includes read-only fields).
|
|
2533
2716
|
*/
|
|
2534
|
-
interface
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
processing_time_ms: number;
|
|
2540
|
-
model_used: string;
|
|
2541
|
-
sources?: Array<ChatSourceRequest$1> | null;
|
|
2717
|
+
interface ServiceList$1 {
|
|
2718
|
+
/** Service statistics */
|
|
2719
|
+
services: Array<ServiceStatsSerializer$1>;
|
|
2720
|
+
/** Total number of services */
|
|
2721
|
+
total_services: number;
|
|
2542
2722
|
}
|
|
2543
2723
|
/**
|
|
2544
|
-
*
|
|
2724
|
+
* Statistics for a single gRPC method.
|
|
2545
2725
|
*
|
|
2546
2726
|
* Response model (includes read-only fields).
|
|
2547
2727
|
*/
|
|
2548
|
-
interface
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2728
|
+
interface MethodStatsSerializer$1 {
|
|
2729
|
+
/** Method name */
|
|
2730
|
+
method_name: string;
|
|
2731
|
+
/** Service name */
|
|
2732
|
+
service_name: string;
|
|
2733
|
+
/** Total requests */
|
|
2734
|
+
total: number;
|
|
2735
|
+
/** Successful requests */
|
|
2736
|
+
successful: number;
|
|
2737
|
+
/** Error requests */
|
|
2738
|
+
errors: number;
|
|
2739
|
+
/** Average duration */
|
|
2740
|
+
avg_duration_ms: number;
|
|
2741
|
+
/** Last activity timestamp */
|
|
2742
|
+
last_activity_at: string | null;
|
|
2743
|
+
}
|
|
2744
|
+
/**
|
|
2745
|
+
* Statistics for a single gRPC service.
|
|
2746
|
+
*
|
|
2747
|
+
* Response model (includes read-only fields).
|
|
2748
|
+
*/
|
|
2749
|
+
interface ServiceStatsSerializer$1 {
|
|
2750
|
+
/** Service name */
|
|
2751
|
+
service_name: string;
|
|
2752
|
+
/** Total requests */
|
|
2753
|
+
total: number;
|
|
2754
|
+
/** Successful requests */
|
|
2755
|
+
successful: number;
|
|
2756
|
+
/** Error requests */
|
|
2757
|
+
errors: number;
|
|
2758
|
+
/** Average duration */
|
|
2759
|
+
avg_duration_ms: number;
|
|
2760
|
+
/** Last activity timestamp */
|
|
2761
|
+
last_activity_at: string | null;
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
declare namespace models$7 {
|
|
2765
|
+
export type { HealthCheck$2 as HealthCheck, MethodList$1 as MethodList, MethodStatsSerializer$1 as MethodStatsSerializer, OverviewStats$1 as OverviewStats, RecentRequests$1 as RecentRequests, ServiceList$1 as ServiceList, ServiceStatsSerializer$1 as ServiceStatsSerializer };
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
/**
|
|
2769
|
+
* API endpoints for Grpc Monitoring.
|
|
2770
|
+
*/
|
|
2771
|
+
declare class CfgGrpcMonitoring {
|
|
2772
|
+
private client;
|
|
2773
|
+
constructor(client: any);
|
|
2774
|
+
/**
|
|
2775
|
+
* Get gRPC health status
|
|
2776
|
+
*
|
|
2777
|
+
* Returns the current health status of the gRPC server.
|
|
2778
|
+
*/
|
|
2779
|
+
grpcMonitorHealthRetrieve(): Promise<HealthCheck$2>;
|
|
2780
|
+
grpcMonitorMethodsRetrieve(hours?: number, service?: string): Promise<MethodList$1[]>;
|
|
2781
|
+
grpcMonitorMethodsRetrieve(params?: {
|
|
2782
|
+
hours?: number;
|
|
2783
|
+
service?: string;
|
|
2784
|
+
}): Promise<MethodList$1[]>;
|
|
2785
|
+
grpcMonitorOverviewRetrieve(hours?: number): Promise<OverviewStats$1>;
|
|
2786
|
+
grpcMonitorOverviewRetrieve(params?: {
|
|
2787
|
+
hours?: number;
|
|
2788
|
+
}): Promise<OverviewStats$1>;
|
|
2789
|
+
grpcMonitorRequestsRetrieve(count?: number, method?: string, offset?: number, service?: string, status?: string): Promise<RecentRequests$1>;
|
|
2790
|
+
grpcMonitorRequestsRetrieve(params?: {
|
|
2791
|
+
count?: number;
|
|
2792
|
+
method?: string;
|
|
2793
|
+
offset?: number;
|
|
2794
|
+
service?: string;
|
|
2795
|
+
status?: string;
|
|
2796
|
+
}): Promise<RecentRequests$1>;
|
|
2797
|
+
grpcMonitorServicesRetrieve(hours?: number): Promise<ServiceList$1[]>;
|
|
2798
|
+
grpcMonitorServicesRetrieve(params?: {
|
|
2799
|
+
hours?: number;
|
|
2800
|
+
}): Promise<ServiceList$1[]>;
|
|
2801
|
+
grpcMonitorTimelineRetrieve(hours?: number, interval?: string): Promise<any>;
|
|
2802
|
+
grpcMonitorTimelineRetrieve(params?: {
|
|
2803
|
+
hours?: number;
|
|
2804
|
+
interval?: string;
|
|
2805
|
+
}): Promise<any>;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
/**
|
|
2809
|
+
* Health check response.
|
|
2810
|
+
*
|
|
2811
|
+
* Response model (includes read-only fields).
|
|
2812
|
+
*/
|
|
2813
|
+
interface HealthCheck$1 {
|
|
2814
|
+
/** Health status: healthy or unhealthy */
|
|
2815
|
+
status: string;
|
|
2816
|
+
/** Configured wrapper URL */
|
|
2817
|
+
wrapper_url: string;
|
|
2818
|
+
/** Whether API key is configured */
|
|
2819
|
+
has_api_key: boolean;
|
|
2820
|
+
/** Current timestamp */
|
|
2821
|
+
timestamp: string;
|
|
2822
|
+
}
|
|
2823
|
+
/**
|
|
2824
|
+
* Serializer for quick health check response.
|
|
2825
|
+
*
|
|
2826
|
+
* Response model (includes read-only fields).
|
|
2827
|
+
*/
|
|
2828
|
+
interface QuickHealth$1 {
|
|
2829
|
+
/** Quick health status: ok or error */
|
|
2830
|
+
status: string;
|
|
2831
|
+
/** Timestamp of the health check */
|
|
2832
|
+
timestamp: string;
|
|
2833
|
+
/** Error message if health check failed */
|
|
2834
|
+
error?: string;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
declare namespace models$6 {
|
|
2838
|
+
export type { HealthCheck$1 as HealthCheck, QuickHealth$1 as QuickHealth };
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
/**
|
|
2842
|
+
* API endpoints for Health.
|
|
2843
|
+
*/
|
|
2844
|
+
declare class CfgHealth {
|
|
2845
|
+
private client;
|
|
2846
|
+
constructor(client: any);
|
|
2847
|
+
/**
|
|
2848
|
+
* Return comprehensive health check data.
|
|
2849
|
+
*/
|
|
2850
|
+
drfRetrieve(): Promise<HealthCheck$1>;
|
|
2851
|
+
/**
|
|
2852
|
+
* Return minimal health status.
|
|
2853
|
+
*/
|
|
2854
|
+
drfQuickRetrieve(): Promise<QuickHealth$1>;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
/**
|
|
2858
|
+
*
|
|
2859
|
+
* Response model (includes read-only fields).
|
|
2860
|
+
*/
|
|
2861
|
+
interface PaginatedChatResponseList$1 {
|
|
2862
|
+
/** Total number of items across all pages */
|
|
2863
|
+
count: number;
|
|
2864
|
+
/** Current page number (1-based) */
|
|
2865
|
+
page: number;
|
|
2866
|
+
/** Total number of pages */
|
|
2867
|
+
pages: number;
|
|
2868
|
+
/** Number of items per page */
|
|
2869
|
+
page_size: number;
|
|
2870
|
+
/** Whether there is a next page */
|
|
2871
|
+
has_next: boolean;
|
|
2872
|
+
/** Whether there is a previous page */
|
|
2873
|
+
has_previous: boolean;
|
|
2874
|
+
/** Next page number (null if no next page) */
|
|
2875
|
+
next_page?: number | null;
|
|
2876
|
+
/** Previous page number (null if no previous page) */
|
|
2877
|
+
previous_page?: number | null;
|
|
2878
|
+
/** Array of items for current page */
|
|
2879
|
+
results: Array<ChatResponse$1>;
|
|
2880
|
+
}
|
|
2881
|
+
/**
|
|
2882
|
+
* Chat response serializer.
|
|
2883
|
+
*
|
|
2884
|
+
* Request model (no read-only fields).
|
|
2885
|
+
*/
|
|
2886
|
+
interface ChatResponseRequest$1 {
|
|
2887
|
+
message_id: string;
|
|
2888
|
+
content: string;
|
|
2889
|
+
tokens_used: number;
|
|
2890
|
+
cost_usd: number;
|
|
2891
|
+
processing_time_ms: number;
|
|
2892
|
+
model_used: string;
|
|
2893
|
+
sources?: Array<ChatSourceRequest$1> | null;
|
|
2894
|
+
}
|
|
2895
|
+
/**
|
|
2896
|
+
* Chat response serializer.
|
|
2897
|
+
*
|
|
2898
|
+
* Response model (includes read-only fields).
|
|
2899
|
+
*/
|
|
2900
|
+
interface ChatResponse$1 {
|
|
2901
|
+
message_id: string;
|
|
2902
|
+
content: string;
|
|
2903
|
+
tokens_used: number;
|
|
2552
2904
|
cost_usd: number;
|
|
2553
2905
|
processing_time_ms: number;
|
|
2554
2906
|
model_used: string;
|
|
@@ -4450,7 +4802,9 @@ declare class CfgSupport {
|
|
|
4450
4802
|
page_size?: number;
|
|
4451
4803
|
}): Promise<PaginatedTicketList$1>;
|
|
4452
4804
|
/**
|
|
4453
|
-
* ViewSet for managing support tickets.
|
|
4805
|
+
* ViewSet for managing support tickets. Requires authenticated user (JWT
|
|
4806
|
+
* or Session). Staff users can see all tickets, regular users see only
|
|
4807
|
+
* their own.
|
|
4454
4808
|
*/
|
|
4455
4809
|
ticketsCreate(data: TicketRequest$1): Promise<Ticket$1>;
|
|
4456
4810
|
ticketsMessagesList(ticket_uuid: string, page?: number, page_size?: number): Promise<PaginatedMessageList$1>;
|
|
@@ -4459,39 +4813,52 @@ declare class CfgSupport {
|
|
|
4459
4813
|
page_size?: number;
|
|
4460
4814
|
}): Promise<PaginatedMessageList$1>;
|
|
4461
4815
|
/**
|
|
4462
|
-
* ViewSet for managing support messages.
|
|
4816
|
+
* ViewSet for managing support messages. Requires authenticated user (JWT
|
|
4817
|
+
* or Session). Users can only access messages for their own tickets.
|
|
4463
4818
|
*/
|
|
4464
4819
|
ticketsMessagesCreate(ticket_uuid: string, data: MessageCreateRequest$1): Promise<MessageCreate$1>;
|
|
4465
4820
|
/**
|
|
4466
|
-
* ViewSet for managing support messages.
|
|
4821
|
+
* ViewSet for managing support messages. Requires authenticated user (JWT
|
|
4822
|
+
* or Session). Users can only access messages for their own tickets.
|
|
4467
4823
|
*/
|
|
4468
4824
|
ticketsMessagesRetrieve(ticket_uuid: string, uuid: string): Promise<Message$1>;
|
|
4469
4825
|
/**
|
|
4470
|
-
* ViewSet for managing support messages.
|
|
4826
|
+
* ViewSet for managing support messages. Requires authenticated user (JWT
|
|
4827
|
+
* or Session). Users can only access messages for their own tickets.
|
|
4471
4828
|
*/
|
|
4472
4829
|
ticketsMessagesUpdate(ticket_uuid: string, uuid: string, data: MessageRequest$1): Promise<Message$1>;
|
|
4473
4830
|
/**
|
|
4474
|
-
* ViewSet for managing support messages.
|
|
4831
|
+
* ViewSet for managing support messages. Requires authenticated user (JWT
|
|
4832
|
+
* or Session). Users can only access messages for their own tickets.
|
|
4475
4833
|
*/
|
|
4476
4834
|
ticketsMessagesPartialUpdate(ticket_uuid: string, uuid: string, data?: PatchedMessageRequest$1): Promise<Message$1>;
|
|
4477
4835
|
/**
|
|
4478
|
-
* ViewSet for managing support messages.
|
|
4836
|
+
* ViewSet for managing support messages. Requires authenticated user (JWT
|
|
4837
|
+
* or Session). Users can only access messages for their own tickets.
|
|
4479
4838
|
*/
|
|
4480
4839
|
ticketsMessagesDestroy(ticket_uuid: string, uuid: string): Promise<void>;
|
|
4481
4840
|
/**
|
|
4482
|
-
* ViewSet for managing support tickets.
|
|
4841
|
+
* ViewSet for managing support tickets. Requires authenticated user (JWT
|
|
4842
|
+
* or Session). Staff users can see all tickets, regular users see only
|
|
4843
|
+
* their own.
|
|
4483
4844
|
*/
|
|
4484
4845
|
ticketsRetrieve(uuid: string): Promise<Ticket$1>;
|
|
4485
4846
|
/**
|
|
4486
|
-
* ViewSet for managing support tickets.
|
|
4847
|
+
* ViewSet for managing support tickets. Requires authenticated user (JWT
|
|
4848
|
+
* or Session). Staff users can see all tickets, regular users see only
|
|
4849
|
+
* their own.
|
|
4487
4850
|
*/
|
|
4488
4851
|
ticketsUpdate(uuid: string, data: TicketRequest$1): Promise<Ticket$1>;
|
|
4489
4852
|
/**
|
|
4490
|
-
* ViewSet for managing support tickets.
|
|
4853
|
+
* ViewSet for managing support tickets. Requires authenticated user (JWT
|
|
4854
|
+
* or Session). Staff users can see all tickets, regular users see only
|
|
4855
|
+
* their own.
|
|
4491
4856
|
*/
|
|
4492
4857
|
ticketsPartialUpdate(uuid: string, data?: PatchedTicketRequest$1): Promise<Ticket$1>;
|
|
4493
4858
|
/**
|
|
4494
|
-
* ViewSet for managing support tickets.
|
|
4859
|
+
* ViewSet for managing support tickets. Requires authenticated user (JWT
|
|
4860
|
+
* or Session). Staff users can see all tickets, regular users see only
|
|
4861
|
+
* their own.
|
|
4495
4862
|
*/
|
|
4496
4863
|
ticketsDestroy(uuid: string): Promise<void>;
|
|
4497
4864
|
}
|
|
@@ -4630,6 +4997,27 @@ interface TaskLog$1 {
|
|
|
4630
4997
|
is_successful: boolean;
|
|
4631
4998
|
is_failed: boolean;
|
|
4632
4999
|
}
|
|
5000
|
+
/**
|
|
5001
|
+
* Overview of task system with proper structure. Provides high-level
|
|
5002
|
+
* statistics about the entire task system: - Total tasks count (all-time) -
|
|
5003
|
+
* Active queues list - Recent failures (last 24h) - Tasks distribution by
|
|
5004
|
+
* queue (as array) - Tasks distribution by status (as array) Used by
|
|
5005
|
+
* /cfg/tasks/logs/overview/ endpoint.
|
|
5006
|
+
*
|
|
5007
|
+
* Response model (includes read-only fields).
|
|
5008
|
+
*/
|
|
5009
|
+
interface TaskLogOverview$1 {
|
|
5010
|
+
/** Total number of tasks all-time */
|
|
5011
|
+
total_tasks: number;
|
|
5012
|
+
/** List of active queue names */
|
|
5013
|
+
active_queues: Array<string>;
|
|
5014
|
+
/** Failed tasks in last 24 hours */
|
|
5015
|
+
recent_failures: number;
|
|
5016
|
+
/** Tasks grouped by queue name */
|
|
5017
|
+
tasks_by_queue: Array<TasksByQueue$1>;
|
|
5018
|
+
/** Tasks grouped by status */
|
|
5019
|
+
tasks_by_status: Array<TasksByStatus$1>;
|
|
5020
|
+
}
|
|
4633
5021
|
/**
|
|
4634
5022
|
* Statistics serializer for task metrics. Not tied to a model - used for
|
|
4635
5023
|
* aggregated data.
|
|
@@ -4654,6 +5042,20 @@ interface TaskLogStats$1 {
|
|
|
4654
5042
|
/** Statistics period in hours */
|
|
4655
5043
|
period_hours?: number;
|
|
4656
5044
|
}
|
|
5045
|
+
/**
|
|
5046
|
+
* Timeline response wrapper. Returns timeline data as array of time-bucketed
|
|
5047
|
+
* statistics. Used by /cfg/tasks/logs/timeline/ endpoint.
|
|
5048
|
+
*
|
|
5049
|
+
* Response model (includes read-only fields).
|
|
5050
|
+
*/
|
|
5051
|
+
interface TaskLogTimeline$1 {
|
|
5052
|
+
/** Time period covered in hours */
|
|
5053
|
+
period_hours: number;
|
|
5054
|
+
/** Time bucket interval (hour/day) */
|
|
5055
|
+
interval: string;
|
|
5056
|
+
/** Timeline data points */
|
|
5057
|
+
data: Array<TaskLogTimelineItem$1>;
|
|
5058
|
+
}
|
|
4657
5059
|
/**
|
|
4658
5060
|
* Compact serializer for list views. Minimal fields for performance, matching
|
|
4659
5061
|
* ReArq Job list format.
|
|
@@ -4692,9 +5094,51 @@ interface TaskLogList$1 {
|
|
|
4692
5094
|
/** When task execution finished (from JobResult.finish_time) */
|
|
4693
5095
|
finish_time: string | null;
|
|
4694
5096
|
}
|
|
5097
|
+
/**
|
|
5098
|
+
* Tasks count by queue. Used in overview endpoint for tasks_by_queue list.
|
|
5099
|
+
*
|
|
5100
|
+
* Response model (includes read-only fields).
|
|
5101
|
+
*/
|
|
5102
|
+
interface TasksByQueue$1 {
|
|
5103
|
+
/** Queue name */
|
|
5104
|
+
queue_name: string;
|
|
5105
|
+
/** Number of tasks in this queue */
|
|
5106
|
+
count: number;
|
|
5107
|
+
}
|
|
5108
|
+
/**
|
|
5109
|
+
* Tasks count by status. Used in overview endpoint for tasks_by_status list.
|
|
5110
|
+
*
|
|
5111
|
+
* Response model (includes read-only fields).
|
|
5112
|
+
*/
|
|
5113
|
+
interface TasksByStatus$1 {
|
|
5114
|
+
/** Task status */
|
|
5115
|
+
status: string;
|
|
5116
|
+
/** Number of tasks with this status */
|
|
5117
|
+
count: number;
|
|
5118
|
+
}
|
|
5119
|
+
/**
|
|
5120
|
+
* Single timeline data point. Represents aggregated task statistics for a
|
|
5121
|
+
* specific time period.
|
|
5122
|
+
*
|
|
5123
|
+
* Response model (includes read-only fields).
|
|
5124
|
+
*/
|
|
5125
|
+
interface TaskLogTimelineItem$1 {
|
|
5126
|
+
/** Time bucket start */
|
|
5127
|
+
timestamp: string;
|
|
5128
|
+
/** Total tasks in this period */
|
|
5129
|
+
total: number;
|
|
5130
|
+
/** Successful tasks */
|
|
5131
|
+
successful: number;
|
|
5132
|
+
/** Failed tasks */
|
|
5133
|
+
failed: number;
|
|
5134
|
+
/** Tasks currently in progress */
|
|
5135
|
+
in_progress?: number;
|
|
5136
|
+
/** Average duration in milliseconds */
|
|
5137
|
+
avg_duration_ms?: number;
|
|
5138
|
+
}
|
|
4695
5139
|
|
|
4696
5140
|
declare namespace models {
|
|
4697
|
-
export type { PaginatedTaskLogListList$1 as PaginatedTaskLogListList, TaskLog$1 as TaskLog, TaskLogDetail$1 as TaskLogDetail, TaskLogList$1 as TaskLogList, TaskLogStats$1 as TaskLogStats };
|
|
5141
|
+
export type { PaginatedTaskLogListList$1 as PaginatedTaskLogListList, TaskLog$1 as TaskLog, TaskLogDetail$1 as TaskLogDetail, TaskLogList$1 as TaskLogList, TaskLogOverview$1 as TaskLogOverview, TaskLogStats$1 as TaskLogStats, TaskLogTimeline$1 as TaskLogTimeline, TaskLogTimelineItem$1 as TaskLogTimelineItem, TasksByQueue$1 as TasksByQueue, TasksByStatus$1 as TasksByStatus };
|
|
4698
5142
|
}
|
|
4699
5143
|
|
|
4700
5144
|
/**
|
|
@@ -4740,44 +5184,45 @@ declare class CfgTasks {
|
|
|
4740
5184
|
worker_id?: string;
|
|
4741
5185
|
}): Promise<PaginatedTaskLogListList$1>;
|
|
4742
5186
|
/**
|
|
4743
|
-
* ViewSet for TaskLog monitoring. Provides read-only access to
|
|
4744
|
-
* execution logs with filtering, searching, and statistics.
|
|
4745
|
-
* /api/tasks/logs/ - List all task logs GET
|
|
4746
|
-
*
|
|
4747
|
-
*
|
|
4748
|
-
* /api/tasks/logs/
|
|
5187
|
+
* Complete ViewSet for TaskLog monitoring. Provides read-only access to
|
|
5188
|
+
* task execution logs with filtering, searching, and statistics.
|
|
5189
|
+
* Endpoints: GET /api/tasks/logs/ - List all task logs GET
|
|
5190
|
+
* /api/tasks/logs/{id}/ - Get task log details GET
|
|
5191
|
+
* /api/tasks/logs/{id}/related/ - Get related task logs GET
|
|
5192
|
+
* /api/tasks/logs/stats/ - Get aggregated statistics GET
|
|
5193
|
+
* /api/tasks/logs/timeline/ - Get task execution timeline GET
|
|
5194
|
+
* /api/tasks/logs/overview/ - Get summary overview Mixins: -
|
|
5195
|
+
* TaskLogStatsMixin: Aggregated statistics - TaskLogTimelineMixin:
|
|
5196
|
+
* Time-series data - TaskLogOverviewMixin: High-level summary -
|
|
5197
|
+
* TaskLogRelatedMixin: Related task lookup - TaskLogBaseViewSet: Base CRUD
|
|
5198
|
+
* operations
|
|
4749
5199
|
*/
|
|
4750
5200
|
logsRetrieve(id: number): Promise<TaskLogDetail$1>;
|
|
4751
5201
|
/**
|
|
4752
5202
|
* Get related task logs (same job_id or task_name). Returns tasks that
|
|
4753
|
-
* share the same job_id or are retries of the same task.
|
|
5203
|
+
* share the same job_id or are retries of the same task. Returns: Array of
|
|
5204
|
+
* related TaskLog objects (up to 10 most recent)
|
|
4754
5205
|
*/
|
|
4755
5206
|
logsRelatedRetrieve(id: number): Promise<TaskLog$1>;
|
|
4756
5207
|
/**
|
|
4757
|
-
*
|
|
4758
|
-
*
|
|
4759
|
-
*
|
|
4760
|
-
* "tasks_by_status": { "completed": 1450, "failed": 45, "in_progress": 5 }
|
|
4761
|
-
* }
|
|
5208
|
+
* Task System Overview
|
|
5209
|
+
*
|
|
5210
|
+
* Get high-level summary statistics for the entire task system
|
|
4762
5211
|
*/
|
|
4763
|
-
logsOverviewRetrieve(): Promise<
|
|
5212
|
+
logsOverviewRetrieve(): Promise<TaskLogOverview$1>;
|
|
4764
5213
|
/**
|
|
4765
|
-
*
|
|
4766
|
-
*
|
|
4767
|
-
*
|
|
4768
|
-
*
|
|
4769
|
-
* "avg_duration_seconds": 1.25, "period_hours": 24 }
|
|
5214
|
+
* Task Execution Statistics
|
|
5215
|
+
*
|
|
5216
|
+
* Get aggregated statistics about task execution (success/failure rates,
|
|
5217
|
+
* duration)
|
|
4770
5218
|
*/
|
|
4771
5219
|
logsStatsRetrieve(): Promise<TaskLogStats$1>;
|
|
4772
5220
|
/**
|
|
4773
|
-
*
|
|
4774
|
-
*
|
|
4775
|
-
*
|
|
4776
|
-
* (str): Filter by specific task name Returns: [ { "timestamp":
|
|
4777
|
-
* "2025-10-30T10:00:00Z", "total": 15, "successful": 14, "failed": 1,
|
|
4778
|
-
* "avg_duration_ms": 1200 }, ... ]
|
|
5221
|
+
* Task Execution Timeline
|
|
5222
|
+
*
|
|
5223
|
+
* Get time-series data of task executions grouped by time intervals
|
|
4779
5224
|
*/
|
|
4780
|
-
logsTimelineRetrieve(): Promise<
|
|
5225
|
+
logsTimelineRetrieve(): Promise<TaskLogTimeline$1>;
|
|
4781
5226
|
}
|
|
4782
5227
|
|
|
4783
5228
|
/**
|
|
@@ -5067,7 +5512,9 @@ declare class APIClient {
|
|
|
5067
5512
|
cfg_user_profile: CfgUserProfile;
|
|
5068
5513
|
cfg_accounts: CfgAccounts;
|
|
5069
5514
|
cfg_centrifugo: CfgCentrifugo;
|
|
5515
|
+
cfg_dashboard: CfgDashboard;
|
|
5070
5516
|
cfg_endpoints: CfgEndpoints;
|
|
5517
|
+
cfg_grpc_monitoring: CfgGrpcMonitoring;
|
|
5071
5518
|
cfg_health: CfgHealth;
|
|
5072
5519
|
cfg_knowbase: CfgKnowbase;
|
|
5073
5520
|
cfg_leads: CfgLeads;
|
|
@@ -7150,51 +7597,55 @@ declare const OPENAPI_SCHEMA: {
|
|
|
7150
7597
|
DashboardOverview: {
|
|
7151
7598
|
description: string;
|
|
7152
7599
|
properties: {
|
|
7600
|
+
app_statistics: {
|
|
7601
|
+
description: string;
|
|
7602
|
+
items: {
|
|
7603
|
+
$ref: string;
|
|
7604
|
+
};
|
|
7605
|
+
type: string;
|
|
7606
|
+
};
|
|
7153
7607
|
quick_actions: {
|
|
7154
7608
|
description: string;
|
|
7155
7609
|
items: {
|
|
7156
|
-
|
|
7157
|
-
type: string;
|
|
7610
|
+
$ref: string;
|
|
7158
7611
|
};
|
|
7159
7612
|
type: string;
|
|
7160
7613
|
};
|
|
7161
7614
|
recent_activity: {
|
|
7162
7615
|
description: string;
|
|
7163
7616
|
items: {
|
|
7164
|
-
|
|
7165
|
-
type: string;
|
|
7617
|
+
$ref: string;
|
|
7166
7618
|
};
|
|
7167
7619
|
type: string;
|
|
7168
7620
|
};
|
|
7169
7621
|
stat_cards: {
|
|
7170
7622
|
description: string;
|
|
7171
7623
|
items: {
|
|
7172
|
-
|
|
7173
|
-
type: string;
|
|
7624
|
+
$ref: string;
|
|
7174
7625
|
};
|
|
7175
7626
|
type: string;
|
|
7176
7627
|
};
|
|
7177
7628
|
system_health: {
|
|
7629
|
+
allOf: {
|
|
7630
|
+
$ref: string;
|
|
7631
|
+
}[];
|
|
7178
7632
|
description: string;
|
|
7179
|
-
items: {
|
|
7180
|
-
additionalProperties: {};
|
|
7181
|
-
type: string;
|
|
7182
|
-
};
|
|
7183
|
-
type: string;
|
|
7184
7633
|
};
|
|
7185
7634
|
system_metrics: {
|
|
7186
|
-
|
|
7635
|
+
allOf: {
|
|
7636
|
+
$ref: string;
|
|
7637
|
+
}[];
|
|
7187
7638
|
description: string;
|
|
7188
|
-
type: string;
|
|
7189
7639
|
};
|
|
7190
7640
|
timestamp: {
|
|
7191
7641
|
description: string;
|
|
7192
7642
|
type: string;
|
|
7193
7643
|
};
|
|
7194
7644
|
user_statistics: {
|
|
7195
|
-
|
|
7645
|
+
allOf: {
|
|
7646
|
+
$ref: string;
|
|
7647
|
+
}[];
|
|
7196
7648
|
description: string;
|
|
7197
|
-
type: string;
|
|
7198
7649
|
};
|
|
7199
7650
|
};
|
|
7200
7651
|
required: string[];
|
|
@@ -8343,49 +8794,115 @@ declare const OPENAPI_SCHEMA: {
|
|
|
8343
8794
|
required: string[];
|
|
8344
8795
|
type: string;
|
|
8345
8796
|
};
|
|
8346
|
-
|
|
8797
|
+
MethodList: {
|
|
8347
8798
|
description: string;
|
|
8348
8799
|
properties: {
|
|
8349
|
-
|
|
8800
|
+
methods: {
|
|
8350
8801
|
description: string;
|
|
8802
|
+
items: {
|
|
8803
|
+
$ref: string;
|
|
8804
|
+
};
|
|
8351
8805
|
title: string;
|
|
8352
8806
|
type: string;
|
|
8353
8807
|
};
|
|
8354
|
-
|
|
8355
|
-
|
|
8356
|
-
|
|
8808
|
+
total_methods: {
|
|
8809
|
+
description: string;
|
|
8810
|
+
title: string;
|
|
8357
8811
|
type: string;
|
|
8358
8812
|
};
|
|
8359
|
-
|
|
8813
|
+
};
|
|
8814
|
+
required: string[];
|
|
8815
|
+
title: string;
|
|
8816
|
+
type: string;
|
|
8817
|
+
};
|
|
8818
|
+
MethodStatsSerializer: {
|
|
8819
|
+
description: string;
|
|
8820
|
+
properties: {
|
|
8821
|
+
avg_duration_ms: {
|
|
8822
|
+
description: string;
|
|
8823
|
+
title: string;
|
|
8360
8824
|
type: string;
|
|
8361
8825
|
};
|
|
8362
|
-
|
|
8363
|
-
|
|
8826
|
+
errors: {
|
|
8827
|
+
description: string;
|
|
8828
|
+
title: string;
|
|
8364
8829
|
type: string;
|
|
8365
8830
|
};
|
|
8366
|
-
|
|
8831
|
+
last_activity_at: {
|
|
8832
|
+
anyOf: {
|
|
8833
|
+
type: string;
|
|
8834
|
+
}[];
|
|
8835
|
+
description: string;
|
|
8836
|
+
title: string;
|
|
8837
|
+
};
|
|
8838
|
+
method_name: {
|
|
8839
|
+
description: string;
|
|
8367
8840
|
title: string;
|
|
8368
8841
|
type: string;
|
|
8369
8842
|
};
|
|
8370
|
-
|
|
8371
|
-
|
|
8843
|
+
service_name: {
|
|
8844
|
+
description: string;
|
|
8845
|
+
title: string;
|
|
8372
8846
|
type: string;
|
|
8373
8847
|
};
|
|
8374
|
-
|
|
8375
|
-
|
|
8848
|
+
successful: {
|
|
8849
|
+
description: string;
|
|
8376
8850
|
title: string;
|
|
8377
8851
|
type: string;
|
|
8378
8852
|
};
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
|
|
8853
|
+
total: {
|
|
8854
|
+
description: string;
|
|
8855
|
+
title: string;
|
|
8382
8856
|
type: string;
|
|
8383
8857
|
};
|
|
8384
8858
|
};
|
|
8385
8859
|
required: string[];
|
|
8860
|
+
title: string;
|
|
8386
8861
|
type: string;
|
|
8387
8862
|
};
|
|
8388
|
-
|
|
8863
|
+
Newsletter: {
|
|
8864
|
+
description: string;
|
|
8865
|
+
properties: {
|
|
8866
|
+
auto_subscribe: {
|
|
8867
|
+
description: string;
|
|
8868
|
+
title: string;
|
|
8869
|
+
type: string;
|
|
8870
|
+
};
|
|
8871
|
+
created_at: {
|
|
8872
|
+
format: string;
|
|
8873
|
+
readOnly: boolean;
|
|
8874
|
+
type: string;
|
|
8875
|
+
};
|
|
8876
|
+
description: {
|
|
8877
|
+
type: string;
|
|
8878
|
+
};
|
|
8879
|
+
id: {
|
|
8880
|
+
readOnly: boolean;
|
|
8881
|
+
type: string;
|
|
8882
|
+
};
|
|
8883
|
+
is_active: {
|
|
8884
|
+
title: string;
|
|
8885
|
+
type: string;
|
|
8886
|
+
};
|
|
8887
|
+
subscribers_count: {
|
|
8888
|
+
readOnly: boolean;
|
|
8889
|
+
type: string;
|
|
8890
|
+
};
|
|
8891
|
+
title: {
|
|
8892
|
+
maxLength: number;
|
|
8893
|
+
title: string;
|
|
8894
|
+
type: string;
|
|
8895
|
+
};
|
|
8896
|
+
updated_at: {
|
|
8897
|
+
format: string;
|
|
8898
|
+
readOnly: boolean;
|
|
8899
|
+
type: string;
|
|
8900
|
+
};
|
|
8901
|
+
};
|
|
8902
|
+
required: string[];
|
|
8903
|
+
type: string;
|
|
8904
|
+
};
|
|
8905
|
+
NewsletterCampaign: {
|
|
8389
8906
|
description: string;
|
|
8390
8907
|
properties: {
|
|
8391
8908
|
button_text: {
|
|
@@ -10477,6 +10994,45 @@ declare const OPENAPI_SCHEMA: {
|
|
|
10477
10994
|
title: string;
|
|
10478
10995
|
type: string;
|
|
10479
10996
|
};
|
|
10997
|
+
RecentRequests: {
|
|
10998
|
+
description: string;
|
|
10999
|
+
properties: {
|
|
11000
|
+
count: {
|
|
11001
|
+
description: string;
|
|
11002
|
+
title: string;
|
|
11003
|
+
type: string;
|
|
11004
|
+
};
|
|
11005
|
+
has_more: {
|
|
11006
|
+
default: boolean;
|
|
11007
|
+
description: string;
|
|
11008
|
+
title: string;
|
|
11009
|
+
type: string;
|
|
11010
|
+
};
|
|
11011
|
+
offset: {
|
|
11012
|
+
default: number;
|
|
11013
|
+
description: string;
|
|
11014
|
+
title: string;
|
|
11015
|
+
type: string;
|
|
11016
|
+
};
|
|
11017
|
+
requests: {
|
|
11018
|
+
description: string;
|
|
11019
|
+
items: {
|
|
11020
|
+
additionalProperties: boolean;
|
|
11021
|
+
type: string;
|
|
11022
|
+
};
|
|
11023
|
+
title: string;
|
|
11024
|
+
type: string;
|
|
11025
|
+
};
|
|
11026
|
+
total_available: {
|
|
11027
|
+
description: string;
|
|
11028
|
+
title: string;
|
|
11029
|
+
type: string;
|
|
11030
|
+
};
|
|
11031
|
+
};
|
|
11032
|
+
required: string[];
|
|
11033
|
+
title: string;
|
|
11034
|
+
type: string;
|
|
11035
|
+
};
|
|
10480
11036
|
RecentUser: {
|
|
10481
11037
|
description: string;
|
|
10482
11038
|
properties: {
|
|
@@ -10581,6 +11137,67 @@ declare const OPENAPI_SCHEMA: {
|
|
|
10581
11137
|
required: string[];
|
|
10582
11138
|
type: string;
|
|
10583
11139
|
};
|
|
11140
|
+
ServiceList: {
|
|
11141
|
+
description: string;
|
|
11142
|
+
properties: {
|
|
11143
|
+
services: {
|
|
11144
|
+
description: string;
|
|
11145
|
+
items: {
|
|
11146
|
+
$ref: string;
|
|
11147
|
+
};
|
|
11148
|
+
title: string;
|
|
11149
|
+
type: string;
|
|
11150
|
+
};
|
|
11151
|
+
total_services: {
|
|
11152
|
+
description: string;
|
|
11153
|
+
title: string;
|
|
11154
|
+
type: string;
|
|
11155
|
+
};
|
|
11156
|
+
};
|
|
11157
|
+
required: string[];
|
|
11158
|
+
title: string;
|
|
11159
|
+
type: string;
|
|
11160
|
+
};
|
|
11161
|
+
ServiceStatsSerializer: {
|
|
11162
|
+
description: string;
|
|
11163
|
+
properties: {
|
|
11164
|
+
avg_duration_ms: {
|
|
11165
|
+
description: string;
|
|
11166
|
+
title: string;
|
|
11167
|
+
type: string;
|
|
11168
|
+
};
|
|
11169
|
+
errors: {
|
|
11170
|
+
description: string;
|
|
11171
|
+
title: string;
|
|
11172
|
+
type: string;
|
|
11173
|
+
};
|
|
11174
|
+
last_activity_at: {
|
|
11175
|
+
anyOf: {
|
|
11176
|
+
type: string;
|
|
11177
|
+
}[];
|
|
11178
|
+
description: string;
|
|
11179
|
+
title: string;
|
|
11180
|
+
};
|
|
11181
|
+
service_name: {
|
|
11182
|
+
description: string;
|
|
11183
|
+
title: string;
|
|
11184
|
+
type: string;
|
|
11185
|
+
};
|
|
11186
|
+
successful: {
|
|
11187
|
+
description: string;
|
|
11188
|
+
title: string;
|
|
11189
|
+
type: string;
|
|
11190
|
+
};
|
|
11191
|
+
total: {
|
|
11192
|
+
description: string;
|
|
11193
|
+
title: string;
|
|
11194
|
+
type: string;
|
|
11195
|
+
};
|
|
11196
|
+
};
|
|
11197
|
+
required: string[];
|
|
11198
|
+
title: string;
|
|
11199
|
+
type: string;
|
|
11200
|
+
};
|
|
10584
11201
|
StatCard: {
|
|
10585
11202
|
description: string;
|
|
10586
11203
|
properties: {
|
|
@@ -11086,6 +11703,42 @@ declare const OPENAPI_SCHEMA: {
|
|
|
11086
11703
|
required: string[];
|
|
11087
11704
|
type: string;
|
|
11088
11705
|
};
|
|
11706
|
+
TaskLogOverview: {
|
|
11707
|
+
description: string;
|
|
11708
|
+
properties: {
|
|
11709
|
+
active_queues: {
|
|
11710
|
+
description: string;
|
|
11711
|
+
items: {
|
|
11712
|
+
type: string;
|
|
11713
|
+
};
|
|
11714
|
+
type: string;
|
|
11715
|
+
};
|
|
11716
|
+
recent_failures: {
|
|
11717
|
+
description: string;
|
|
11718
|
+
type: string;
|
|
11719
|
+
};
|
|
11720
|
+
tasks_by_queue: {
|
|
11721
|
+
description: string;
|
|
11722
|
+
items: {
|
|
11723
|
+
$ref: string;
|
|
11724
|
+
};
|
|
11725
|
+
type: string;
|
|
11726
|
+
};
|
|
11727
|
+
tasks_by_status: {
|
|
11728
|
+
description: string;
|
|
11729
|
+
items: {
|
|
11730
|
+
$ref: string;
|
|
11731
|
+
};
|
|
11732
|
+
type: string;
|
|
11733
|
+
};
|
|
11734
|
+
total_tasks: {
|
|
11735
|
+
description: string;
|
|
11736
|
+
type: string;
|
|
11737
|
+
};
|
|
11738
|
+
};
|
|
11739
|
+
required: string[];
|
|
11740
|
+
type: string;
|
|
11741
|
+
};
|
|
11089
11742
|
TaskLogStats: {
|
|
11090
11743
|
description: string;
|
|
11091
11744
|
properties: {
|
|
@@ -11127,6 +11780,91 @@ declare const OPENAPI_SCHEMA: {
|
|
|
11127
11780
|
required: string[];
|
|
11128
11781
|
type: string;
|
|
11129
11782
|
};
|
|
11783
|
+
TaskLogTimeline: {
|
|
11784
|
+
description: string;
|
|
11785
|
+
properties: {
|
|
11786
|
+
data: {
|
|
11787
|
+
description: string;
|
|
11788
|
+
items: {
|
|
11789
|
+
$ref: string;
|
|
11790
|
+
};
|
|
11791
|
+
type: string;
|
|
11792
|
+
};
|
|
11793
|
+
interval: {
|
|
11794
|
+
description: string;
|
|
11795
|
+
type: string;
|
|
11796
|
+
};
|
|
11797
|
+
period_hours: {
|
|
11798
|
+
description: string;
|
|
11799
|
+
type: string;
|
|
11800
|
+
};
|
|
11801
|
+
};
|
|
11802
|
+
required: string[];
|
|
11803
|
+
type: string;
|
|
11804
|
+
};
|
|
11805
|
+
TaskLogTimelineItem: {
|
|
11806
|
+
description: string;
|
|
11807
|
+
properties: {
|
|
11808
|
+
avg_duration_ms: {
|
|
11809
|
+
description: string;
|
|
11810
|
+
format: string;
|
|
11811
|
+
type: string;
|
|
11812
|
+
};
|
|
11813
|
+
failed: {
|
|
11814
|
+
description: string;
|
|
11815
|
+
type: string;
|
|
11816
|
+
};
|
|
11817
|
+
in_progress: {
|
|
11818
|
+
description: string;
|
|
11819
|
+
type: string;
|
|
11820
|
+
};
|
|
11821
|
+
successful: {
|
|
11822
|
+
description: string;
|
|
11823
|
+
type: string;
|
|
11824
|
+
};
|
|
11825
|
+
timestamp: {
|
|
11826
|
+
description: string;
|
|
11827
|
+
format: string;
|
|
11828
|
+
type: string;
|
|
11829
|
+
};
|
|
11830
|
+
total: {
|
|
11831
|
+
description: string;
|
|
11832
|
+
type: string;
|
|
11833
|
+
};
|
|
11834
|
+
};
|
|
11835
|
+
required: string[];
|
|
11836
|
+
type: string;
|
|
11837
|
+
};
|
|
11838
|
+
TasksByQueue: {
|
|
11839
|
+
description: string;
|
|
11840
|
+
properties: {
|
|
11841
|
+
count: {
|
|
11842
|
+
description: string;
|
|
11843
|
+
type: string;
|
|
11844
|
+
};
|
|
11845
|
+
queue_name: {
|
|
11846
|
+
description: string;
|
|
11847
|
+
type: string;
|
|
11848
|
+
};
|
|
11849
|
+
};
|
|
11850
|
+
required: string[];
|
|
11851
|
+
type: string;
|
|
11852
|
+
};
|
|
11853
|
+
TasksByStatus: {
|
|
11854
|
+
description: string;
|
|
11855
|
+
properties: {
|
|
11856
|
+
count: {
|
|
11857
|
+
description: string;
|
|
11858
|
+
type: string;
|
|
11859
|
+
};
|
|
11860
|
+
status: {
|
|
11861
|
+
description: string;
|
|
11862
|
+
type: string;
|
|
11863
|
+
};
|
|
11864
|
+
};
|
|
11865
|
+
required: string[];
|
|
11866
|
+
type: string;
|
|
11867
|
+
};
|
|
11130
11868
|
TestEmailRequest: {
|
|
11131
11869
|
description: string;
|
|
11132
11870
|
properties: {
|
|
@@ -11788,9 +12526,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
11788
12526
|
description: string;
|
|
11789
12527
|
};
|
|
11790
12528
|
};
|
|
11791
|
-
security: {
|
|
12529
|
+
security: ({
|
|
11792
12530
|
jwtAuth: any[];
|
|
11793
|
-
|
|
12531
|
+
cookieAuth?: undefined;
|
|
12532
|
+
} | {
|
|
12533
|
+
cookieAuth: any[];
|
|
12534
|
+
jwtAuth?: undefined;
|
|
12535
|
+
})[];
|
|
11794
12536
|
summary: string;
|
|
11795
12537
|
tags: string[];
|
|
11796
12538
|
"x-async-capable": boolean;
|
|
@@ -11924,9 +12666,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
11924
12666
|
description: string;
|
|
11925
12667
|
};
|
|
11926
12668
|
};
|
|
11927
|
-
security: {
|
|
12669
|
+
security: ({
|
|
11928
12670
|
jwtAuth: any[];
|
|
11929
|
-
|
|
12671
|
+
cookieAuth?: undefined;
|
|
12672
|
+
} | {
|
|
12673
|
+
cookieAuth: any[];
|
|
12674
|
+
jwtAuth?: undefined;
|
|
12675
|
+
})[];
|
|
11930
12676
|
summary: string;
|
|
11931
12677
|
tags: string[];
|
|
11932
12678
|
"x-async-capable": boolean;
|
|
@@ -11997,9 +12743,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
11997
12743
|
description: string;
|
|
11998
12744
|
};
|
|
11999
12745
|
};
|
|
12000
|
-
security: {
|
|
12746
|
+
security: ({
|
|
12001
12747
|
jwtAuth: any[];
|
|
12002
|
-
|
|
12748
|
+
cookieAuth?: undefined;
|
|
12749
|
+
} | {
|
|
12750
|
+
cookieAuth: any[];
|
|
12751
|
+
jwtAuth?: undefined;
|
|
12752
|
+
})[];
|
|
12003
12753
|
summary: string;
|
|
12004
12754
|
tags: string[];
|
|
12005
12755
|
"x-async-capable": boolean;
|
|
@@ -12072,9 +12822,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12072
12822
|
description: string;
|
|
12073
12823
|
};
|
|
12074
12824
|
};
|
|
12075
|
-
security: {
|
|
12825
|
+
security: ({
|
|
12076
12826
|
jwtAuth: any[];
|
|
12077
|
-
|
|
12827
|
+
cookieAuth?: undefined;
|
|
12828
|
+
} | {
|
|
12829
|
+
cookieAuth: any[];
|
|
12830
|
+
jwtAuth?: undefined;
|
|
12831
|
+
})[];
|
|
12078
12832
|
summary: string;
|
|
12079
12833
|
tags: string[];
|
|
12080
12834
|
"x-async-capable": boolean;
|
|
@@ -12145,9 +12899,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12145
12899
|
description: string;
|
|
12146
12900
|
};
|
|
12147
12901
|
};
|
|
12148
|
-
security: {
|
|
12902
|
+
security: ({
|
|
12149
12903
|
jwtAuth: any[];
|
|
12150
|
-
|
|
12904
|
+
cookieAuth?: undefined;
|
|
12905
|
+
} | {
|
|
12906
|
+
cookieAuth: any[];
|
|
12907
|
+
jwtAuth?: undefined;
|
|
12908
|
+
})[];
|
|
12151
12909
|
summary: string;
|
|
12152
12910
|
tags: string[];
|
|
12153
12911
|
"x-async-capable": boolean;
|
|
@@ -12202,9 +12960,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12202
12960
|
description: string;
|
|
12203
12961
|
};
|
|
12204
12962
|
};
|
|
12205
|
-
security: {
|
|
12963
|
+
security: ({
|
|
12206
12964
|
jwtAuth: any[];
|
|
12207
|
-
|
|
12965
|
+
cookieAuth?: undefined;
|
|
12966
|
+
basicAuth?: undefined;
|
|
12967
|
+
} | {
|
|
12968
|
+
cookieAuth: any[];
|
|
12969
|
+
jwtAuth?: undefined;
|
|
12970
|
+
basicAuth?: undefined;
|
|
12971
|
+
} | {
|
|
12972
|
+
basicAuth: any[];
|
|
12973
|
+
jwtAuth?: undefined;
|
|
12974
|
+
cookieAuth?: undefined;
|
|
12975
|
+
})[];
|
|
12208
12976
|
tags: string[];
|
|
12209
12977
|
"x-async-capable": boolean;
|
|
12210
12978
|
};
|
|
@@ -12235,9 +13003,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12235
13003
|
description: string;
|
|
12236
13004
|
};
|
|
12237
13005
|
};
|
|
12238
|
-
security: {
|
|
13006
|
+
security: ({
|
|
12239
13007
|
jwtAuth: any[];
|
|
12240
|
-
|
|
13008
|
+
cookieAuth?: undefined;
|
|
13009
|
+
basicAuth?: undefined;
|
|
13010
|
+
} | {
|
|
13011
|
+
cookieAuth: any[];
|
|
13012
|
+
jwtAuth?: undefined;
|
|
13013
|
+
basicAuth?: undefined;
|
|
13014
|
+
} | {
|
|
13015
|
+
basicAuth: any[];
|
|
13016
|
+
jwtAuth?: undefined;
|
|
13017
|
+
cookieAuth?: undefined;
|
|
13018
|
+
})[];
|
|
12241
13019
|
summary: string;
|
|
12242
13020
|
tags: string[];
|
|
12243
13021
|
"x-async-capable": boolean;
|
|
@@ -12277,9 +13055,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12277
13055
|
description: string;
|
|
12278
13056
|
};
|
|
12279
13057
|
};
|
|
12280
|
-
security: {
|
|
13058
|
+
security: ({
|
|
12281
13059
|
jwtAuth: any[];
|
|
12282
|
-
|
|
13060
|
+
cookieAuth?: undefined;
|
|
13061
|
+
basicAuth?: undefined;
|
|
13062
|
+
} | {
|
|
13063
|
+
cookieAuth: any[];
|
|
13064
|
+
jwtAuth?: undefined;
|
|
13065
|
+
basicAuth?: undefined;
|
|
13066
|
+
} | {
|
|
13067
|
+
basicAuth: any[];
|
|
13068
|
+
jwtAuth?: undefined;
|
|
13069
|
+
cookieAuth?: undefined;
|
|
13070
|
+
})[];
|
|
12283
13071
|
summary: string;
|
|
12284
13072
|
tags: string[];
|
|
12285
13073
|
"x-async-capable": boolean;
|
|
@@ -12319,9 +13107,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12319
13107
|
description: string;
|
|
12320
13108
|
};
|
|
12321
13109
|
};
|
|
12322
|
-
security: {
|
|
13110
|
+
security: ({
|
|
12323
13111
|
jwtAuth: any[];
|
|
12324
|
-
|
|
13112
|
+
cookieAuth?: undefined;
|
|
13113
|
+
basicAuth?: undefined;
|
|
13114
|
+
} | {
|
|
13115
|
+
cookieAuth: any[];
|
|
13116
|
+
jwtAuth?: undefined;
|
|
13117
|
+
basicAuth?: undefined;
|
|
13118
|
+
} | {
|
|
13119
|
+
basicAuth: any[];
|
|
13120
|
+
jwtAuth?: undefined;
|
|
13121
|
+
cookieAuth?: undefined;
|
|
13122
|
+
})[];
|
|
12325
13123
|
summary: string;
|
|
12326
13124
|
tags: string[];
|
|
12327
13125
|
"x-async-capable": boolean;
|
|
@@ -12361,9 +13159,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12361
13159
|
description: string;
|
|
12362
13160
|
};
|
|
12363
13161
|
};
|
|
12364
|
-
security: {
|
|
13162
|
+
security: ({
|
|
12365
13163
|
jwtAuth: any[];
|
|
12366
|
-
|
|
13164
|
+
cookieAuth?: undefined;
|
|
13165
|
+
basicAuth?: undefined;
|
|
13166
|
+
} | {
|
|
13167
|
+
cookieAuth: any[];
|
|
13168
|
+
jwtAuth?: undefined;
|
|
13169
|
+
basicAuth?: undefined;
|
|
13170
|
+
} | {
|
|
13171
|
+
basicAuth: any[];
|
|
13172
|
+
jwtAuth?: undefined;
|
|
13173
|
+
cookieAuth?: undefined;
|
|
13174
|
+
})[];
|
|
12367
13175
|
summary: string;
|
|
12368
13176
|
tags: string[];
|
|
12369
13177
|
"x-async-capable": boolean;
|
|
@@ -12421,9 +13229,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12421
13229
|
description: string;
|
|
12422
13230
|
};
|
|
12423
13231
|
};
|
|
12424
|
-
security: {
|
|
13232
|
+
security: ({
|
|
12425
13233
|
jwtAuth: any[];
|
|
12426
|
-
|
|
13234
|
+
cookieAuth?: undefined;
|
|
13235
|
+
basicAuth?: undefined;
|
|
13236
|
+
} | {
|
|
13237
|
+
cookieAuth: any[];
|
|
13238
|
+
jwtAuth?: undefined;
|
|
13239
|
+
basicAuth?: undefined;
|
|
13240
|
+
} | {
|
|
13241
|
+
basicAuth: any[];
|
|
13242
|
+
jwtAuth?: undefined;
|
|
13243
|
+
cookieAuth?: undefined;
|
|
13244
|
+
})[];
|
|
12427
13245
|
summary: string;
|
|
12428
13246
|
tags: string[];
|
|
12429
13247
|
"x-async-capable": boolean;
|
|
@@ -12474,9 +13292,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12474
13292
|
description: string;
|
|
12475
13293
|
};
|
|
12476
13294
|
};
|
|
12477
|
-
security: {
|
|
13295
|
+
security: ({
|
|
12478
13296
|
jwtAuth: any[];
|
|
12479
|
-
|
|
13297
|
+
cookieAuth?: undefined;
|
|
13298
|
+
basicAuth?: undefined;
|
|
13299
|
+
} | {
|
|
13300
|
+
cookieAuth: any[];
|
|
13301
|
+
jwtAuth?: undefined;
|
|
13302
|
+
basicAuth?: undefined;
|
|
13303
|
+
} | {
|
|
13304
|
+
basicAuth: any[];
|
|
13305
|
+
jwtAuth?: undefined;
|
|
13306
|
+
cookieAuth?: undefined;
|
|
13307
|
+
})[];
|
|
12480
13308
|
summary: string;
|
|
12481
13309
|
tags: string[];
|
|
12482
13310
|
"x-async-capable": boolean;
|
|
@@ -12528,9 +13356,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12528
13356
|
description: string;
|
|
12529
13357
|
};
|
|
12530
13358
|
};
|
|
12531
|
-
security: {
|
|
13359
|
+
security: ({
|
|
12532
13360
|
jwtAuth: any[];
|
|
12533
|
-
|
|
13361
|
+
cookieAuth?: undefined;
|
|
13362
|
+
basicAuth?: undefined;
|
|
13363
|
+
} | {
|
|
13364
|
+
cookieAuth: any[];
|
|
13365
|
+
jwtAuth?: undefined;
|
|
13366
|
+
basicAuth?: undefined;
|
|
13367
|
+
} | {
|
|
13368
|
+
basicAuth: any[];
|
|
13369
|
+
jwtAuth?: undefined;
|
|
13370
|
+
cookieAuth?: undefined;
|
|
13371
|
+
})[];
|
|
12534
13372
|
summary: string;
|
|
12535
13373
|
tags: string[];
|
|
12536
13374
|
"x-async-capable": boolean;
|
|
@@ -12562,9 +13400,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12562
13400
|
description: string;
|
|
12563
13401
|
};
|
|
12564
13402
|
};
|
|
12565
|
-
security: {
|
|
13403
|
+
security: ({
|
|
12566
13404
|
jwtAuth: any[];
|
|
12567
|
-
|
|
13405
|
+
cookieAuth?: undefined;
|
|
13406
|
+
basicAuth?: undefined;
|
|
13407
|
+
} | {
|
|
13408
|
+
cookieAuth: any[];
|
|
13409
|
+
jwtAuth?: undefined;
|
|
13410
|
+
basicAuth?: undefined;
|
|
13411
|
+
} | {
|
|
13412
|
+
basicAuth: any[];
|
|
13413
|
+
jwtAuth?: undefined;
|
|
13414
|
+
cookieAuth?: undefined;
|
|
13415
|
+
})[];
|
|
12568
13416
|
summary: string;
|
|
12569
13417
|
tags: string[];
|
|
12570
13418
|
"x-async-capable": boolean;
|
|
@@ -12616,9 +13464,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12616
13464
|
description: string;
|
|
12617
13465
|
};
|
|
12618
13466
|
};
|
|
12619
|
-
security: {
|
|
13467
|
+
security: ({
|
|
12620
13468
|
jwtAuth: any[];
|
|
12621
|
-
|
|
13469
|
+
cookieAuth?: undefined;
|
|
13470
|
+
basicAuth?: undefined;
|
|
13471
|
+
} | {
|
|
13472
|
+
cookieAuth: any[];
|
|
13473
|
+
jwtAuth?: undefined;
|
|
13474
|
+
basicAuth?: undefined;
|
|
13475
|
+
} | {
|
|
13476
|
+
basicAuth: any[];
|
|
13477
|
+
jwtAuth?: undefined;
|
|
13478
|
+
cookieAuth?: undefined;
|
|
13479
|
+
})[];
|
|
12622
13480
|
summary: string;
|
|
12623
13481
|
tags: string[];
|
|
12624
13482
|
"x-async-capable": boolean;
|
|
@@ -12670,9 +13528,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12670
13528
|
description: string;
|
|
12671
13529
|
};
|
|
12672
13530
|
};
|
|
12673
|
-
security: {
|
|
13531
|
+
security: ({
|
|
12674
13532
|
jwtAuth: any[];
|
|
12675
|
-
|
|
13533
|
+
cookieAuth?: undefined;
|
|
13534
|
+
basicAuth?: undefined;
|
|
13535
|
+
} | {
|
|
13536
|
+
cookieAuth: any[];
|
|
13537
|
+
jwtAuth?: undefined;
|
|
13538
|
+
basicAuth?: undefined;
|
|
13539
|
+
} | {
|
|
13540
|
+
basicAuth: any[];
|
|
13541
|
+
jwtAuth?: undefined;
|
|
13542
|
+
cookieAuth?: undefined;
|
|
13543
|
+
})[];
|
|
12676
13544
|
summary: string;
|
|
12677
13545
|
tags: string[];
|
|
12678
13546
|
"x-async-capable": boolean;
|
|
@@ -12734,9 +13602,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12734
13602
|
description: string;
|
|
12735
13603
|
};
|
|
12736
13604
|
};
|
|
12737
|
-
security: {
|
|
13605
|
+
security: ({
|
|
12738
13606
|
jwtAuth: any[];
|
|
12739
|
-
|
|
13607
|
+
cookieAuth?: undefined;
|
|
13608
|
+
basicAuth?: undefined;
|
|
13609
|
+
} | {
|
|
13610
|
+
cookieAuth: any[];
|
|
13611
|
+
jwtAuth?: undefined;
|
|
13612
|
+
basicAuth?: undefined;
|
|
13613
|
+
} | {
|
|
13614
|
+
basicAuth: any[];
|
|
13615
|
+
jwtAuth?: undefined;
|
|
13616
|
+
cookieAuth?: undefined;
|
|
13617
|
+
})[];
|
|
12740
13618
|
summary: string;
|
|
12741
13619
|
tags: string[];
|
|
12742
13620
|
"x-async-capable": boolean;
|
|
@@ -12798,9 +13676,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12798
13676
|
description: string;
|
|
12799
13677
|
};
|
|
12800
13678
|
};
|
|
12801
|
-
security: {
|
|
13679
|
+
security: ({
|
|
12802
13680
|
jwtAuth: any[];
|
|
12803
|
-
|
|
13681
|
+
cookieAuth?: undefined;
|
|
13682
|
+
basicAuth?: undefined;
|
|
13683
|
+
} | {
|
|
13684
|
+
cookieAuth: any[];
|
|
13685
|
+
jwtAuth?: undefined;
|
|
13686
|
+
basicAuth?: undefined;
|
|
13687
|
+
} | {
|
|
13688
|
+
basicAuth: any[];
|
|
13689
|
+
jwtAuth?: undefined;
|
|
13690
|
+
cookieAuth?: undefined;
|
|
13691
|
+
})[];
|
|
12804
13692
|
summary: string;
|
|
12805
13693
|
tags: string[];
|
|
12806
13694
|
"x-async-capable": boolean;
|
|
@@ -12862,9 +13750,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12862
13750
|
description: string;
|
|
12863
13751
|
};
|
|
12864
13752
|
};
|
|
12865
|
-
security: {
|
|
13753
|
+
security: ({
|
|
12866
13754
|
jwtAuth: any[];
|
|
12867
|
-
|
|
13755
|
+
cookieAuth?: undefined;
|
|
13756
|
+
basicAuth?: undefined;
|
|
13757
|
+
} | {
|
|
13758
|
+
cookieAuth: any[];
|
|
13759
|
+
jwtAuth?: undefined;
|
|
13760
|
+
basicAuth?: undefined;
|
|
13761
|
+
} | {
|
|
13762
|
+
basicAuth: any[];
|
|
13763
|
+
jwtAuth?: undefined;
|
|
13764
|
+
cookieAuth?: undefined;
|
|
13765
|
+
})[];
|
|
12868
13766
|
summary: string;
|
|
12869
13767
|
tags: string[];
|
|
12870
13768
|
"x-async-capable": boolean;
|
|
@@ -12926,9 +13824,19 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12926
13824
|
description: string;
|
|
12927
13825
|
};
|
|
12928
13826
|
};
|
|
12929
|
-
security: {
|
|
13827
|
+
security: ({
|
|
12930
13828
|
jwtAuth: any[];
|
|
12931
|
-
|
|
13829
|
+
cookieAuth?: undefined;
|
|
13830
|
+
basicAuth?: undefined;
|
|
13831
|
+
} | {
|
|
13832
|
+
cookieAuth: any[];
|
|
13833
|
+
jwtAuth?: undefined;
|
|
13834
|
+
basicAuth?: undefined;
|
|
13835
|
+
} | {
|
|
13836
|
+
basicAuth: any[];
|
|
13837
|
+
jwtAuth?: undefined;
|
|
13838
|
+
cookieAuth?: undefined;
|
|
13839
|
+
})[];
|
|
12932
13840
|
summary: string;
|
|
12933
13841
|
tags: string[];
|
|
12934
13842
|
"x-async-capable": boolean;
|
|
@@ -12954,10 +13862,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12954
13862
|
};
|
|
12955
13863
|
};
|
|
12956
13864
|
security: ({
|
|
13865
|
+
jwtAuth: any[];
|
|
13866
|
+
cookieAuth?: undefined;
|
|
13867
|
+
basicAuth?: undefined;
|
|
13868
|
+
} | {
|
|
12957
13869
|
cookieAuth: any[];
|
|
13870
|
+
jwtAuth?: undefined;
|
|
12958
13871
|
basicAuth?: undefined;
|
|
12959
13872
|
} | {
|
|
12960
13873
|
basicAuth: any[];
|
|
13874
|
+
jwtAuth?: undefined;
|
|
12961
13875
|
cookieAuth?: undefined;
|
|
12962
13876
|
})[];
|
|
12963
13877
|
summary: string;
|
|
@@ -12994,10 +13908,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12994
13908
|
};
|
|
12995
13909
|
};
|
|
12996
13910
|
security: ({
|
|
13911
|
+
jwtAuth: any[];
|
|
13912
|
+
cookieAuth?: undefined;
|
|
13913
|
+
basicAuth?: undefined;
|
|
13914
|
+
} | {
|
|
12997
13915
|
cookieAuth: any[];
|
|
13916
|
+
jwtAuth?: undefined;
|
|
12998
13917
|
basicAuth?: undefined;
|
|
12999
13918
|
} | {
|
|
13000
13919
|
basicAuth: any[];
|
|
13920
|
+
jwtAuth?: undefined;
|
|
13001
13921
|
cookieAuth?: undefined;
|
|
13002
13922
|
})[];
|
|
13003
13923
|
summary: string;
|
|
@@ -13031,10 +13951,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13031
13951
|
};
|
|
13032
13952
|
};
|
|
13033
13953
|
security: ({
|
|
13034
|
-
|
|
13954
|
+
jwtAuth: any[];
|
|
13955
|
+
cookieAuth?: undefined;
|
|
13956
|
+
basicAuth?: undefined;
|
|
13957
|
+
} | {
|
|
13958
|
+
cookieAuth: any[];
|
|
13959
|
+
jwtAuth?: undefined;
|
|
13035
13960
|
basicAuth?: undefined;
|
|
13036
13961
|
} | {
|
|
13037
13962
|
basicAuth: any[];
|
|
13963
|
+
jwtAuth?: undefined;
|
|
13038
13964
|
cookieAuth?: undefined;
|
|
13039
13965
|
})[];
|
|
13040
13966
|
summary: string;
|
|
@@ -13071,10 +13997,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13071
13997
|
};
|
|
13072
13998
|
};
|
|
13073
13999
|
security: ({
|
|
14000
|
+
jwtAuth: any[];
|
|
14001
|
+
cookieAuth?: undefined;
|
|
14002
|
+
basicAuth?: undefined;
|
|
14003
|
+
} | {
|
|
13074
14004
|
cookieAuth: any[];
|
|
14005
|
+
jwtAuth?: undefined;
|
|
13075
14006
|
basicAuth?: undefined;
|
|
13076
14007
|
} | {
|
|
13077
14008
|
basicAuth: any[];
|
|
14009
|
+
jwtAuth?: undefined;
|
|
13078
14010
|
cookieAuth?: undefined;
|
|
13079
14011
|
})[];
|
|
13080
14012
|
summary: string;
|
|
@@ -13108,10 +14040,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13108
14040
|
};
|
|
13109
14041
|
};
|
|
13110
14042
|
security: ({
|
|
14043
|
+
jwtAuth: any[];
|
|
14044
|
+
cookieAuth?: undefined;
|
|
14045
|
+
basicAuth?: undefined;
|
|
14046
|
+
} | {
|
|
13111
14047
|
cookieAuth: any[];
|
|
14048
|
+
jwtAuth?: undefined;
|
|
13112
14049
|
basicAuth?: undefined;
|
|
13113
14050
|
} | {
|
|
13114
14051
|
basicAuth: any[];
|
|
14052
|
+
jwtAuth?: undefined;
|
|
13115
14053
|
cookieAuth?: undefined;
|
|
13116
14054
|
})[];
|
|
13117
14055
|
summary: string;
|
|
@@ -13148,10 +14086,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13148
14086
|
};
|
|
13149
14087
|
};
|
|
13150
14088
|
security: ({
|
|
14089
|
+
jwtAuth: any[];
|
|
14090
|
+
cookieAuth?: undefined;
|
|
14091
|
+
basicAuth?: undefined;
|
|
14092
|
+
} | {
|
|
13151
14093
|
cookieAuth: any[];
|
|
14094
|
+
jwtAuth?: undefined;
|
|
13152
14095
|
basicAuth?: undefined;
|
|
13153
14096
|
} | {
|
|
13154
14097
|
basicAuth: any[];
|
|
14098
|
+
jwtAuth?: undefined;
|
|
13155
14099
|
cookieAuth?: undefined;
|
|
13156
14100
|
})[];
|
|
13157
14101
|
summary: string;
|
|
@@ -13346,6 +14290,70 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13346
14290
|
"x-async-capable": boolean;
|
|
13347
14291
|
};
|
|
13348
14292
|
};
|
|
14293
|
+
"/cfg/dashboard/api/django_q2/": {
|
|
14294
|
+
get: {
|
|
14295
|
+
description: string;
|
|
14296
|
+
operationId: string;
|
|
14297
|
+
responses: {
|
|
14298
|
+
"200": {
|
|
14299
|
+
description: string;
|
|
14300
|
+
};
|
|
14301
|
+
};
|
|
14302
|
+
security: {
|
|
14303
|
+
jwtAuth: any[];
|
|
14304
|
+
}[];
|
|
14305
|
+
tags: string[];
|
|
14306
|
+
"x-async-capable": boolean;
|
|
14307
|
+
};
|
|
14308
|
+
};
|
|
14309
|
+
"/cfg/dashboard/api/django_q2/schedules/": {
|
|
14310
|
+
get: {
|
|
14311
|
+
description: string;
|
|
14312
|
+
operationId: string;
|
|
14313
|
+
responses: {
|
|
14314
|
+
"200": {
|
|
14315
|
+
description: string;
|
|
14316
|
+
};
|
|
14317
|
+
};
|
|
14318
|
+
security: {
|
|
14319
|
+
jwtAuth: any[];
|
|
14320
|
+
}[];
|
|
14321
|
+
tags: string[];
|
|
14322
|
+
"x-async-capable": boolean;
|
|
14323
|
+
};
|
|
14324
|
+
};
|
|
14325
|
+
"/cfg/dashboard/api/django_q2/status/": {
|
|
14326
|
+
get: {
|
|
14327
|
+
description: string;
|
|
14328
|
+
operationId: string;
|
|
14329
|
+
responses: {
|
|
14330
|
+
"200": {
|
|
14331
|
+
description: string;
|
|
14332
|
+
};
|
|
14333
|
+
};
|
|
14334
|
+
security: {
|
|
14335
|
+
jwtAuth: any[];
|
|
14336
|
+
}[];
|
|
14337
|
+
tags: string[];
|
|
14338
|
+
"x-async-capable": boolean;
|
|
14339
|
+
};
|
|
14340
|
+
};
|
|
14341
|
+
"/cfg/dashboard/api/django_q2/tasks/": {
|
|
14342
|
+
get: {
|
|
14343
|
+
description: string;
|
|
14344
|
+
operationId: string;
|
|
14345
|
+
responses: {
|
|
14346
|
+
"200": {
|
|
14347
|
+
description: string;
|
|
14348
|
+
};
|
|
14349
|
+
};
|
|
14350
|
+
security: {
|
|
14351
|
+
jwtAuth: any[];
|
|
14352
|
+
}[];
|
|
14353
|
+
tags: string[];
|
|
14354
|
+
"x-async-capable": boolean;
|
|
14355
|
+
};
|
|
14356
|
+
};
|
|
13349
14357
|
"/cfg/dashboard/api/overview/overview/": {
|
|
13350
14358
|
get: {
|
|
13351
14359
|
description: string;
|
|
@@ -13363,10 +14371,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13363
14371
|
};
|
|
13364
14372
|
};
|
|
13365
14373
|
security: ({
|
|
14374
|
+
jwtAuth: any[];
|
|
14375
|
+
cookieAuth?: undefined;
|
|
14376
|
+
basicAuth?: undefined;
|
|
14377
|
+
} | {
|
|
13366
14378
|
cookieAuth: any[];
|
|
14379
|
+
jwtAuth?: undefined;
|
|
13367
14380
|
basicAuth?: undefined;
|
|
13368
14381
|
} | {
|
|
13369
14382
|
basicAuth: any[];
|
|
14383
|
+
jwtAuth?: undefined;
|
|
13370
14384
|
cookieAuth?: undefined;
|
|
13371
14385
|
})[];
|
|
13372
14386
|
summary: string;
|
|
@@ -13394,10 +14408,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13394
14408
|
};
|
|
13395
14409
|
};
|
|
13396
14410
|
security: ({
|
|
14411
|
+
jwtAuth: any[];
|
|
14412
|
+
cookieAuth?: undefined;
|
|
14413
|
+
basicAuth?: undefined;
|
|
14414
|
+
} | {
|
|
13397
14415
|
cookieAuth: any[];
|
|
14416
|
+
jwtAuth?: undefined;
|
|
13398
14417
|
basicAuth?: undefined;
|
|
13399
14418
|
} | {
|
|
13400
14419
|
basicAuth: any[];
|
|
14420
|
+
jwtAuth?: undefined;
|
|
13401
14421
|
cookieAuth?: undefined;
|
|
13402
14422
|
})[];
|
|
13403
14423
|
summary: string;
|
|
@@ -13425,10 +14445,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13425
14445
|
};
|
|
13426
14446
|
};
|
|
13427
14447
|
security: ({
|
|
14448
|
+
jwtAuth: any[];
|
|
14449
|
+
cookieAuth?: undefined;
|
|
14450
|
+
basicAuth?: undefined;
|
|
14451
|
+
} | {
|
|
13428
14452
|
cookieAuth: any[];
|
|
14453
|
+
jwtAuth?: undefined;
|
|
13429
14454
|
basicAuth?: undefined;
|
|
13430
14455
|
} | {
|
|
13431
14456
|
basicAuth: any[];
|
|
14457
|
+
jwtAuth?: undefined;
|
|
13432
14458
|
cookieAuth?: undefined;
|
|
13433
14459
|
})[];
|
|
13434
14460
|
summary: string;
|
|
@@ -13453,10 +14479,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13453
14479
|
};
|
|
13454
14480
|
};
|
|
13455
14481
|
security: ({
|
|
14482
|
+
jwtAuth: any[];
|
|
14483
|
+
cookieAuth?: undefined;
|
|
14484
|
+
basicAuth?: undefined;
|
|
14485
|
+
} | {
|
|
13456
14486
|
cookieAuth: any[];
|
|
14487
|
+
jwtAuth?: undefined;
|
|
13457
14488
|
basicAuth?: undefined;
|
|
13458
14489
|
} | {
|
|
13459
14490
|
basicAuth: any[];
|
|
14491
|
+
jwtAuth?: undefined;
|
|
13460
14492
|
cookieAuth?: undefined;
|
|
13461
14493
|
})[];
|
|
13462
14494
|
summary: string;
|
|
@@ -13481,10 +14513,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13481
14513
|
};
|
|
13482
14514
|
};
|
|
13483
14515
|
security: ({
|
|
14516
|
+
jwtAuth: any[];
|
|
14517
|
+
cookieAuth?: undefined;
|
|
14518
|
+
basicAuth?: undefined;
|
|
14519
|
+
} | {
|
|
13484
14520
|
cookieAuth: any[];
|
|
14521
|
+
jwtAuth?: undefined;
|
|
13485
14522
|
basicAuth?: undefined;
|
|
13486
14523
|
} | {
|
|
13487
14524
|
basicAuth: any[];
|
|
14525
|
+
jwtAuth?: undefined;
|
|
13488
14526
|
cookieAuth?: undefined;
|
|
13489
14527
|
})[];
|
|
13490
14528
|
summary: string;
|
|
@@ -13509,10 +14547,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13509
14547
|
};
|
|
13510
14548
|
};
|
|
13511
14549
|
security: ({
|
|
14550
|
+
jwtAuth: any[];
|
|
14551
|
+
cookieAuth?: undefined;
|
|
14552
|
+
basicAuth?: undefined;
|
|
14553
|
+
} | {
|
|
13512
14554
|
cookieAuth: any[];
|
|
14555
|
+
jwtAuth?: undefined;
|
|
13513
14556
|
basicAuth?: undefined;
|
|
13514
14557
|
} | {
|
|
13515
14558
|
basicAuth: any[];
|
|
14559
|
+
jwtAuth?: undefined;
|
|
13516
14560
|
cookieAuth?: undefined;
|
|
13517
14561
|
})[];
|
|
13518
14562
|
summary: string;
|
|
@@ -13540,10 +14584,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13540
14584
|
};
|
|
13541
14585
|
};
|
|
13542
14586
|
security: ({
|
|
14587
|
+
jwtAuth: any[];
|
|
14588
|
+
cookieAuth?: undefined;
|
|
14589
|
+
basicAuth?: undefined;
|
|
14590
|
+
} | {
|
|
13543
14591
|
cookieAuth: any[];
|
|
14592
|
+
jwtAuth?: undefined;
|
|
13544
14593
|
basicAuth?: undefined;
|
|
13545
14594
|
} | {
|
|
13546
14595
|
basicAuth: any[];
|
|
14596
|
+
jwtAuth?: undefined;
|
|
13547
14597
|
cookieAuth?: undefined;
|
|
13548
14598
|
})[];
|
|
13549
14599
|
summary: string;
|
|
@@ -13568,10 +14618,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13568
14618
|
};
|
|
13569
14619
|
};
|
|
13570
14620
|
security: ({
|
|
14621
|
+
jwtAuth: any[];
|
|
14622
|
+
cookieAuth?: undefined;
|
|
14623
|
+
basicAuth?: undefined;
|
|
14624
|
+
} | {
|
|
13571
14625
|
cookieAuth: any[];
|
|
14626
|
+
jwtAuth?: undefined;
|
|
13572
14627
|
basicAuth?: undefined;
|
|
13573
14628
|
} | {
|
|
13574
14629
|
basicAuth: any[];
|
|
14630
|
+
jwtAuth?: undefined;
|
|
13575
14631
|
cookieAuth?: undefined;
|
|
13576
14632
|
})[];
|
|
13577
14633
|
summary: string;
|
|
@@ -13647,6 +14703,310 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13647
14703
|
"x-async-capable": boolean;
|
|
13648
14704
|
};
|
|
13649
14705
|
};
|
|
14706
|
+
"/cfg/grpc/monitor/health/": {
|
|
14707
|
+
get: {
|
|
14708
|
+
description: string;
|
|
14709
|
+
operationId: string;
|
|
14710
|
+
responses: {
|
|
14711
|
+
"200": {
|
|
14712
|
+
content: {
|
|
14713
|
+
"application/json": {
|
|
14714
|
+
schema: {
|
|
14715
|
+
$ref: string;
|
|
14716
|
+
};
|
|
14717
|
+
};
|
|
14718
|
+
};
|
|
14719
|
+
description: string;
|
|
14720
|
+
};
|
|
14721
|
+
"503": {
|
|
14722
|
+
content: {
|
|
14723
|
+
"application/json": {
|
|
14724
|
+
schema: {
|
|
14725
|
+
description: string;
|
|
14726
|
+
};
|
|
14727
|
+
};
|
|
14728
|
+
};
|
|
14729
|
+
description: string;
|
|
14730
|
+
};
|
|
14731
|
+
};
|
|
14732
|
+
security: ({
|
|
14733
|
+
jwtAuth: any[];
|
|
14734
|
+
cookieAuth?: undefined;
|
|
14735
|
+
basicAuth?: undefined;
|
|
14736
|
+
} | {
|
|
14737
|
+
cookieAuth: any[];
|
|
14738
|
+
jwtAuth?: undefined;
|
|
14739
|
+
basicAuth?: undefined;
|
|
14740
|
+
} | {
|
|
14741
|
+
basicAuth: any[];
|
|
14742
|
+
jwtAuth?: undefined;
|
|
14743
|
+
cookieAuth?: undefined;
|
|
14744
|
+
})[];
|
|
14745
|
+
summary: string;
|
|
14746
|
+
tags: string[];
|
|
14747
|
+
"x-async-capable": boolean;
|
|
14748
|
+
};
|
|
14749
|
+
};
|
|
14750
|
+
"/cfg/grpc/monitor/methods/": {
|
|
14751
|
+
get: {
|
|
14752
|
+
description: string;
|
|
14753
|
+
operationId: string;
|
|
14754
|
+
parameters: {
|
|
14755
|
+
description: string;
|
|
14756
|
+
in: string;
|
|
14757
|
+
name: string;
|
|
14758
|
+
schema: {
|
|
14759
|
+
type: string;
|
|
14760
|
+
};
|
|
14761
|
+
}[];
|
|
14762
|
+
responses: {
|
|
14763
|
+
"200": {
|
|
14764
|
+
content: {
|
|
14765
|
+
"application/json": {
|
|
14766
|
+
schema: {
|
|
14767
|
+
$ref: string;
|
|
14768
|
+
};
|
|
14769
|
+
};
|
|
14770
|
+
};
|
|
14771
|
+
description: string;
|
|
14772
|
+
};
|
|
14773
|
+
"400": {
|
|
14774
|
+
content: {
|
|
14775
|
+
"application/json": {
|
|
14776
|
+
schema: {
|
|
14777
|
+
description: string;
|
|
14778
|
+
};
|
|
14779
|
+
};
|
|
14780
|
+
};
|
|
14781
|
+
description: string;
|
|
14782
|
+
};
|
|
14783
|
+
};
|
|
14784
|
+
security: ({
|
|
14785
|
+
jwtAuth: any[];
|
|
14786
|
+
cookieAuth?: undefined;
|
|
14787
|
+
basicAuth?: undefined;
|
|
14788
|
+
} | {
|
|
14789
|
+
cookieAuth: any[];
|
|
14790
|
+
jwtAuth?: undefined;
|
|
14791
|
+
basicAuth?: undefined;
|
|
14792
|
+
} | {
|
|
14793
|
+
basicAuth: any[];
|
|
14794
|
+
jwtAuth?: undefined;
|
|
14795
|
+
cookieAuth?: undefined;
|
|
14796
|
+
})[];
|
|
14797
|
+
summary: string;
|
|
14798
|
+
tags: string[];
|
|
14799
|
+
"x-async-capable": boolean;
|
|
14800
|
+
};
|
|
14801
|
+
};
|
|
14802
|
+
"/cfg/grpc/monitor/overview/": {
|
|
14803
|
+
get: {
|
|
14804
|
+
description: string;
|
|
14805
|
+
operationId: string;
|
|
14806
|
+
parameters: {
|
|
14807
|
+
description: string;
|
|
14808
|
+
in: string;
|
|
14809
|
+
name: string;
|
|
14810
|
+
schema: {
|
|
14811
|
+
type: string;
|
|
14812
|
+
};
|
|
14813
|
+
}[];
|
|
14814
|
+
responses: {
|
|
14815
|
+
"200": {
|
|
14816
|
+
content: {
|
|
14817
|
+
"application/json": {
|
|
14818
|
+
schema: {
|
|
14819
|
+
$ref: string;
|
|
14820
|
+
};
|
|
14821
|
+
};
|
|
14822
|
+
};
|
|
14823
|
+
description: string;
|
|
14824
|
+
};
|
|
14825
|
+
"400": {
|
|
14826
|
+
content: {
|
|
14827
|
+
"application/json": {
|
|
14828
|
+
schema: {
|
|
14829
|
+
description: string;
|
|
14830
|
+
};
|
|
14831
|
+
};
|
|
14832
|
+
};
|
|
14833
|
+
description: string;
|
|
14834
|
+
};
|
|
14835
|
+
};
|
|
14836
|
+
security: ({
|
|
14837
|
+
jwtAuth: any[];
|
|
14838
|
+
cookieAuth?: undefined;
|
|
14839
|
+
basicAuth?: undefined;
|
|
14840
|
+
} | {
|
|
14841
|
+
cookieAuth: any[];
|
|
14842
|
+
jwtAuth?: undefined;
|
|
14843
|
+
basicAuth?: undefined;
|
|
14844
|
+
} | {
|
|
14845
|
+
basicAuth: any[];
|
|
14846
|
+
jwtAuth?: undefined;
|
|
14847
|
+
cookieAuth?: undefined;
|
|
14848
|
+
})[];
|
|
14849
|
+
summary: string;
|
|
14850
|
+
tags: string[];
|
|
14851
|
+
"x-async-capable": boolean;
|
|
14852
|
+
};
|
|
14853
|
+
};
|
|
14854
|
+
"/cfg/grpc/monitor/requests/": {
|
|
14855
|
+
get: {
|
|
14856
|
+
description: string;
|
|
14857
|
+
operationId: string;
|
|
14858
|
+
parameters: {
|
|
14859
|
+
description: string;
|
|
14860
|
+
in: string;
|
|
14861
|
+
name: string;
|
|
14862
|
+
schema: {
|
|
14863
|
+
type: string;
|
|
14864
|
+
};
|
|
14865
|
+
}[];
|
|
14866
|
+
responses: {
|
|
14867
|
+
"200": {
|
|
14868
|
+
content: {
|
|
14869
|
+
"application/json": {
|
|
14870
|
+
schema: {
|
|
14871
|
+
$ref: string;
|
|
14872
|
+
};
|
|
14873
|
+
};
|
|
14874
|
+
};
|
|
14875
|
+
description: string;
|
|
14876
|
+
};
|
|
14877
|
+
"400": {
|
|
14878
|
+
content: {
|
|
14879
|
+
"application/json": {
|
|
14880
|
+
schema: {
|
|
14881
|
+
description: string;
|
|
14882
|
+
};
|
|
14883
|
+
};
|
|
14884
|
+
};
|
|
14885
|
+
description: string;
|
|
14886
|
+
};
|
|
14887
|
+
};
|
|
14888
|
+
security: ({
|
|
14889
|
+
jwtAuth: any[];
|
|
14890
|
+
cookieAuth?: undefined;
|
|
14891
|
+
basicAuth?: undefined;
|
|
14892
|
+
} | {
|
|
14893
|
+
cookieAuth: any[];
|
|
14894
|
+
jwtAuth?: undefined;
|
|
14895
|
+
basicAuth?: undefined;
|
|
14896
|
+
} | {
|
|
14897
|
+
basicAuth: any[];
|
|
14898
|
+
jwtAuth?: undefined;
|
|
14899
|
+
cookieAuth?: undefined;
|
|
14900
|
+
})[];
|
|
14901
|
+
summary: string;
|
|
14902
|
+
tags: string[];
|
|
14903
|
+
"x-async-capable": boolean;
|
|
14904
|
+
};
|
|
14905
|
+
};
|
|
14906
|
+
"/cfg/grpc/monitor/services/": {
|
|
14907
|
+
get: {
|
|
14908
|
+
description: string;
|
|
14909
|
+
operationId: string;
|
|
14910
|
+
parameters: {
|
|
14911
|
+
description: string;
|
|
14912
|
+
in: string;
|
|
14913
|
+
name: string;
|
|
14914
|
+
schema: {
|
|
14915
|
+
type: string;
|
|
14916
|
+
};
|
|
14917
|
+
}[];
|
|
14918
|
+
responses: {
|
|
14919
|
+
"200": {
|
|
14920
|
+
content: {
|
|
14921
|
+
"application/json": {
|
|
14922
|
+
schema: {
|
|
14923
|
+
$ref: string;
|
|
14924
|
+
};
|
|
14925
|
+
};
|
|
14926
|
+
};
|
|
14927
|
+
description: string;
|
|
14928
|
+
};
|
|
14929
|
+
"400": {
|
|
14930
|
+
content: {
|
|
14931
|
+
"application/json": {
|
|
14932
|
+
schema: {
|
|
14933
|
+
description: string;
|
|
14934
|
+
};
|
|
14935
|
+
};
|
|
14936
|
+
};
|
|
14937
|
+
description: string;
|
|
14938
|
+
};
|
|
14939
|
+
};
|
|
14940
|
+
security: ({
|
|
14941
|
+
jwtAuth: any[];
|
|
14942
|
+
cookieAuth?: undefined;
|
|
14943
|
+
basicAuth?: undefined;
|
|
14944
|
+
} | {
|
|
14945
|
+
cookieAuth: any[];
|
|
14946
|
+
jwtAuth?: undefined;
|
|
14947
|
+
basicAuth?: undefined;
|
|
14948
|
+
} | {
|
|
14949
|
+
basicAuth: any[];
|
|
14950
|
+
jwtAuth?: undefined;
|
|
14951
|
+
cookieAuth?: undefined;
|
|
14952
|
+
})[];
|
|
14953
|
+
summary: string;
|
|
14954
|
+
tags: string[];
|
|
14955
|
+
"x-async-capable": boolean;
|
|
14956
|
+
};
|
|
14957
|
+
};
|
|
14958
|
+
"/cfg/grpc/monitor/timeline/": {
|
|
14959
|
+
get: {
|
|
14960
|
+
description: string;
|
|
14961
|
+
operationId: string;
|
|
14962
|
+
parameters: {
|
|
14963
|
+
description: string;
|
|
14964
|
+
in: string;
|
|
14965
|
+
name: string;
|
|
14966
|
+
schema: {
|
|
14967
|
+
type: string;
|
|
14968
|
+
};
|
|
14969
|
+
}[];
|
|
14970
|
+
responses: {
|
|
14971
|
+
"200": {
|
|
14972
|
+
content: {
|
|
14973
|
+
"application/json": {
|
|
14974
|
+
schema: {
|
|
14975
|
+
description: string;
|
|
14976
|
+
};
|
|
14977
|
+
};
|
|
14978
|
+
};
|
|
14979
|
+
description: string;
|
|
14980
|
+
};
|
|
14981
|
+
"400": {
|
|
14982
|
+
content: {
|
|
14983
|
+
"application/json": {
|
|
14984
|
+
schema: {
|
|
14985
|
+
description: string;
|
|
14986
|
+
};
|
|
14987
|
+
};
|
|
14988
|
+
};
|
|
14989
|
+
description: string;
|
|
14990
|
+
};
|
|
14991
|
+
};
|
|
14992
|
+
security: ({
|
|
14993
|
+
jwtAuth: any[];
|
|
14994
|
+
cookieAuth?: undefined;
|
|
14995
|
+
basicAuth?: undefined;
|
|
14996
|
+
} | {
|
|
14997
|
+
cookieAuth: any[];
|
|
14998
|
+
jwtAuth?: undefined;
|
|
14999
|
+
basicAuth?: undefined;
|
|
15000
|
+
} | {
|
|
15001
|
+
basicAuth: any[];
|
|
15002
|
+
jwtAuth?: undefined;
|
|
15003
|
+
cookieAuth?: undefined;
|
|
15004
|
+
})[];
|
|
15005
|
+
summary: string;
|
|
15006
|
+
tags: string[];
|
|
15007
|
+
"x-async-capable": boolean;
|
|
15008
|
+
};
|
|
15009
|
+
};
|
|
13650
15010
|
"/cfg/health/drf/": {
|
|
13651
15011
|
get: {
|
|
13652
15012
|
description: string;
|
|
@@ -13722,9 +15082,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13722
15082
|
description: string;
|
|
13723
15083
|
};
|
|
13724
15084
|
};
|
|
13725
|
-
security: {
|
|
15085
|
+
security: ({
|
|
13726
15086
|
jwtAuth: any[];
|
|
13727
|
-
|
|
15087
|
+
cookieAuth?: undefined;
|
|
15088
|
+
} | {
|
|
15089
|
+
cookieAuth: any[];
|
|
15090
|
+
jwtAuth?: undefined;
|
|
15091
|
+
})[];
|
|
13728
15092
|
tags: string[];
|
|
13729
15093
|
"x-async-capable": boolean;
|
|
13730
15094
|
};
|
|
@@ -13763,9 +15127,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13763
15127
|
description: string;
|
|
13764
15128
|
};
|
|
13765
15129
|
};
|
|
13766
|
-
security: {
|
|
15130
|
+
security: ({
|
|
13767
15131
|
jwtAuth: any[];
|
|
13768
|
-
|
|
15132
|
+
cookieAuth?: undefined;
|
|
15133
|
+
} | {
|
|
15134
|
+
cookieAuth: any[];
|
|
15135
|
+
jwtAuth?: undefined;
|
|
15136
|
+
})[];
|
|
13769
15137
|
tags: string[];
|
|
13770
15138
|
"x-async-capable": boolean;
|
|
13771
15139
|
};
|
|
@@ -13826,9 +15194,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13826
15194
|
description: string;
|
|
13827
15195
|
};
|
|
13828
15196
|
};
|
|
13829
|
-
security: {
|
|
15197
|
+
security: ({
|
|
13830
15198
|
jwtAuth: any[];
|
|
13831
|
-
|
|
15199
|
+
cookieAuth?: undefined;
|
|
15200
|
+
} | {
|
|
15201
|
+
cookieAuth: any[];
|
|
15202
|
+
jwtAuth?: undefined;
|
|
15203
|
+
})[];
|
|
13832
15204
|
summary: string;
|
|
13833
15205
|
tags: string[];
|
|
13834
15206
|
"x-async-capable": boolean;
|
|
@@ -13853,9 +15225,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13853
15225
|
description: string;
|
|
13854
15226
|
};
|
|
13855
15227
|
};
|
|
13856
|
-
security: {
|
|
15228
|
+
security: ({
|
|
13857
15229
|
jwtAuth: any[];
|
|
13858
|
-
|
|
15230
|
+
cookieAuth?: undefined;
|
|
15231
|
+
} | {
|
|
15232
|
+
cookieAuth: any[];
|
|
15233
|
+
jwtAuth?: undefined;
|
|
15234
|
+
})[];
|
|
13859
15235
|
tags: string[];
|
|
13860
15236
|
"x-async-capable": boolean;
|
|
13861
15237
|
};
|
|
@@ -13884,9 +15260,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13884
15260
|
description: string;
|
|
13885
15261
|
};
|
|
13886
15262
|
};
|
|
13887
|
-
security: {
|
|
15263
|
+
security: ({
|
|
13888
15264
|
jwtAuth: any[];
|
|
13889
|
-
|
|
15265
|
+
cookieAuth?: undefined;
|
|
15266
|
+
} | {
|
|
15267
|
+
cookieAuth: any[];
|
|
15268
|
+
jwtAuth?: undefined;
|
|
15269
|
+
})[];
|
|
13890
15270
|
tags: string[];
|
|
13891
15271
|
"x-async-capable": boolean;
|
|
13892
15272
|
};
|
|
@@ -13934,9 +15314,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13934
15314
|
description: string;
|
|
13935
15315
|
};
|
|
13936
15316
|
};
|
|
13937
|
-
security: {
|
|
15317
|
+
security: ({
|
|
13938
15318
|
jwtAuth: any[];
|
|
13939
|
-
|
|
15319
|
+
cookieAuth?: undefined;
|
|
15320
|
+
} | {
|
|
15321
|
+
cookieAuth: any[];
|
|
15322
|
+
jwtAuth?: undefined;
|
|
15323
|
+
})[];
|
|
13940
15324
|
tags: string[];
|
|
13941
15325
|
"x-async-capable": boolean;
|
|
13942
15326
|
};
|
|
@@ -13985,9 +15369,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13985
15369
|
description: string;
|
|
13986
15370
|
};
|
|
13987
15371
|
};
|
|
13988
|
-
security: {
|
|
15372
|
+
security: ({
|
|
13989
15373
|
jwtAuth: any[];
|
|
13990
|
-
|
|
15374
|
+
cookieAuth?: undefined;
|
|
15375
|
+
} | {
|
|
15376
|
+
cookieAuth: any[];
|
|
15377
|
+
jwtAuth?: undefined;
|
|
15378
|
+
})[];
|
|
13991
15379
|
tags: string[];
|
|
13992
15380
|
"x-async-capable": boolean;
|
|
13993
15381
|
};
|
|
@@ -14018,9 +15406,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14018
15406
|
description: string;
|
|
14019
15407
|
};
|
|
14020
15408
|
};
|
|
14021
|
-
security: {
|
|
15409
|
+
security: ({
|
|
14022
15410
|
jwtAuth: any[];
|
|
14023
|
-
|
|
15411
|
+
cookieAuth?: undefined;
|
|
15412
|
+
} | {
|
|
15413
|
+
cookieAuth: any[];
|
|
15414
|
+
jwtAuth?: undefined;
|
|
15415
|
+
})[];
|
|
14024
15416
|
summary: string;
|
|
14025
15417
|
tags: string[];
|
|
14026
15418
|
"x-async-capable": boolean;
|
|
@@ -14059,9 +15451,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14059
15451
|
description: string;
|
|
14060
15452
|
};
|
|
14061
15453
|
};
|
|
14062
|
-
security: {
|
|
15454
|
+
security: ({
|
|
14063
15455
|
jwtAuth: any[];
|
|
14064
|
-
|
|
15456
|
+
cookieAuth?: undefined;
|
|
15457
|
+
} | {
|
|
15458
|
+
cookieAuth: any[];
|
|
15459
|
+
jwtAuth?: undefined;
|
|
15460
|
+
})[];
|
|
14065
15461
|
summary: string;
|
|
14066
15462
|
tags: string[];
|
|
14067
15463
|
"x-async-capable": boolean;
|
|
@@ -14130,9 +15526,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14130
15526
|
description: string;
|
|
14131
15527
|
};
|
|
14132
15528
|
};
|
|
14133
|
-
security: {
|
|
15529
|
+
security: ({
|
|
14134
15530
|
jwtAuth: any[];
|
|
14135
|
-
|
|
15531
|
+
cookieAuth?: undefined;
|
|
15532
|
+
} | {
|
|
15533
|
+
cookieAuth: any[];
|
|
15534
|
+
jwtAuth?: undefined;
|
|
15535
|
+
})[];
|
|
14136
15536
|
summary: string;
|
|
14137
15537
|
tags: string[];
|
|
14138
15538
|
"x-async-capable": boolean;
|
|
@@ -14154,9 +15554,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14154
15554
|
description: string;
|
|
14155
15555
|
};
|
|
14156
15556
|
};
|
|
14157
|
-
security: {
|
|
15557
|
+
security: ({
|
|
14158
15558
|
jwtAuth: any[];
|
|
14159
|
-
|
|
15559
|
+
cookieAuth?: undefined;
|
|
15560
|
+
} | {
|
|
15561
|
+
cookieAuth: any[];
|
|
15562
|
+
jwtAuth?: undefined;
|
|
15563
|
+
})[];
|
|
14160
15564
|
summary: string;
|
|
14161
15565
|
tags: string[];
|
|
14162
15566
|
"x-async-capable": boolean;
|
|
@@ -14184,9 +15588,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14184
15588
|
description: string;
|
|
14185
15589
|
};
|
|
14186
15590
|
};
|
|
14187
|
-
security: {
|
|
15591
|
+
security: ({
|
|
14188
15592
|
jwtAuth: any[];
|
|
14189
|
-
|
|
15593
|
+
cookieAuth?: undefined;
|
|
15594
|
+
} | {
|
|
15595
|
+
cookieAuth: any[];
|
|
15596
|
+
jwtAuth?: undefined;
|
|
15597
|
+
})[];
|
|
14190
15598
|
summary: string;
|
|
14191
15599
|
tags: string[];
|
|
14192
15600
|
"x-async-capable": boolean;
|
|
@@ -14219,9 +15627,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14219
15627
|
description: string;
|
|
14220
15628
|
};
|
|
14221
15629
|
};
|
|
14222
|
-
security: {
|
|
15630
|
+
security: ({
|
|
14223
15631
|
jwtAuth: any[];
|
|
14224
|
-
|
|
15632
|
+
cookieAuth?: undefined;
|
|
15633
|
+
} | {
|
|
15634
|
+
cookieAuth: any[];
|
|
15635
|
+
jwtAuth?: undefined;
|
|
15636
|
+
})[];
|
|
14225
15637
|
summary: string;
|
|
14226
15638
|
tags: string[];
|
|
14227
15639
|
"x-async-capable": boolean;
|
|
@@ -14270,9 +15682,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14270
15682
|
description: string;
|
|
14271
15683
|
};
|
|
14272
15684
|
};
|
|
14273
|
-
security: {
|
|
15685
|
+
security: ({
|
|
14274
15686
|
jwtAuth: any[];
|
|
14275
|
-
|
|
15687
|
+
cookieAuth?: undefined;
|
|
15688
|
+
} | {
|
|
15689
|
+
cookieAuth: any[];
|
|
15690
|
+
jwtAuth?: undefined;
|
|
15691
|
+
})[];
|
|
14276
15692
|
tags: string[];
|
|
14277
15693
|
"x-async-capable": boolean;
|
|
14278
15694
|
};
|
|
@@ -14321,9 +15737,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14321
15737
|
description: string;
|
|
14322
15738
|
};
|
|
14323
15739
|
};
|
|
14324
|
-
security: {
|
|
15740
|
+
security: ({
|
|
14325
15741
|
jwtAuth: any[];
|
|
14326
|
-
|
|
15742
|
+
cookieAuth?: undefined;
|
|
15743
|
+
} | {
|
|
15744
|
+
cookieAuth: any[];
|
|
15745
|
+
jwtAuth?: undefined;
|
|
15746
|
+
})[];
|
|
14327
15747
|
tags: string[];
|
|
14328
15748
|
"x-async-capable": boolean;
|
|
14329
15749
|
};
|
|
@@ -14374,9 +15794,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14374
15794
|
description: string;
|
|
14375
15795
|
};
|
|
14376
15796
|
};
|
|
14377
|
-
security: {
|
|
15797
|
+
security: ({
|
|
14378
15798
|
jwtAuth: any[];
|
|
14379
|
-
|
|
15799
|
+
cookieAuth?: undefined;
|
|
15800
|
+
} | {
|
|
15801
|
+
cookieAuth: any[];
|
|
15802
|
+
jwtAuth?: undefined;
|
|
15803
|
+
})[];
|
|
14380
15804
|
summary: string;
|
|
14381
15805
|
tags: string[];
|
|
14382
15806
|
"x-async-capable": boolean;
|
|
@@ -14408,9 +15832,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14408
15832
|
description: string;
|
|
14409
15833
|
};
|
|
14410
15834
|
};
|
|
14411
|
-
security: {
|
|
15835
|
+
security: ({
|
|
14412
15836
|
jwtAuth: any[];
|
|
14413
|
-
|
|
15837
|
+
cookieAuth?: undefined;
|
|
15838
|
+
} | {
|
|
15839
|
+
cookieAuth: any[];
|
|
15840
|
+
jwtAuth?: undefined;
|
|
15841
|
+
})[];
|
|
14414
15842
|
summary: string;
|
|
14415
15843
|
tags: string[];
|
|
14416
15844
|
"x-async-capable": boolean;
|
|
@@ -14441,9 +15869,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14441
15869
|
description: string;
|
|
14442
15870
|
};
|
|
14443
15871
|
};
|
|
14444
|
-
security: {
|
|
15872
|
+
security: ({
|
|
14445
15873
|
jwtAuth: any[];
|
|
14446
|
-
|
|
15874
|
+
cookieAuth?: undefined;
|
|
15875
|
+
} | {
|
|
15876
|
+
cookieAuth: any[];
|
|
15877
|
+
jwtAuth?: undefined;
|
|
15878
|
+
})[];
|
|
14447
15879
|
summary: string;
|
|
14448
15880
|
tags: string[];
|
|
14449
15881
|
"x-async-capable": boolean;
|
|
@@ -14482,9 +15914,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14482
15914
|
description: string;
|
|
14483
15915
|
};
|
|
14484
15916
|
};
|
|
14485
|
-
security: {
|
|
15917
|
+
security: ({
|
|
14486
15918
|
jwtAuth: any[];
|
|
14487
|
-
|
|
15919
|
+
cookieAuth?: undefined;
|
|
15920
|
+
} | {
|
|
15921
|
+
cookieAuth: any[];
|
|
15922
|
+
jwtAuth?: undefined;
|
|
15923
|
+
})[];
|
|
14488
15924
|
summary: string;
|
|
14489
15925
|
tags: string[];
|
|
14490
15926
|
"x-async-capable": boolean;
|
|
@@ -14509,9 +15945,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14509
15945
|
description: string;
|
|
14510
15946
|
};
|
|
14511
15947
|
};
|
|
14512
|
-
security: {
|
|
15948
|
+
security: ({
|
|
14513
15949
|
jwtAuth: any[];
|
|
14514
|
-
|
|
15950
|
+
cookieAuth?: undefined;
|
|
15951
|
+
} | {
|
|
15952
|
+
cookieAuth: any[];
|
|
15953
|
+
jwtAuth?: undefined;
|
|
15954
|
+
})[];
|
|
14515
15955
|
tags: string[];
|
|
14516
15956
|
"x-async-capable": boolean;
|
|
14517
15957
|
};
|
|
@@ -14540,9 +15980,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14540
15980
|
description: string;
|
|
14541
15981
|
};
|
|
14542
15982
|
};
|
|
14543
|
-
security: {
|
|
15983
|
+
security: ({
|
|
14544
15984
|
jwtAuth: any[];
|
|
14545
|
-
|
|
15985
|
+
cookieAuth?: undefined;
|
|
15986
|
+
} | {
|
|
15987
|
+
cookieAuth: any[];
|
|
15988
|
+
jwtAuth?: undefined;
|
|
15989
|
+
})[];
|
|
14546
15990
|
tags: string[];
|
|
14547
15991
|
"x-async-capable": boolean;
|
|
14548
15992
|
};
|
|
@@ -14590,9 +16034,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14590
16034
|
description: string;
|
|
14591
16035
|
};
|
|
14592
16036
|
};
|
|
14593
|
-
security: {
|
|
16037
|
+
security: ({
|
|
14594
16038
|
jwtAuth: any[];
|
|
14595
|
-
|
|
16039
|
+
cookieAuth?: undefined;
|
|
16040
|
+
} | {
|
|
16041
|
+
cookieAuth: any[];
|
|
16042
|
+
jwtAuth?: undefined;
|
|
16043
|
+
})[];
|
|
14596
16044
|
tags: string[];
|
|
14597
16045
|
"x-async-capable": boolean;
|
|
14598
16046
|
};
|
|
@@ -14640,9 +16088,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14640
16088
|
description: string;
|
|
14641
16089
|
};
|
|
14642
16090
|
};
|
|
14643
|
-
security: {
|
|
16091
|
+
security: ({
|
|
14644
16092
|
jwtAuth: any[];
|
|
14645
|
-
|
|
16093
|
+
cookieAuth?: undefined;
|
|
16094
|
+
} | {
|
|
16095
|
+
cookieAuth: any[];
|
|
16096
|
+
jwtAuth?: undefined;
|
|
16097
|
+
})[];
|
|
14646
16098
|
tags: string[];
|
|
14647
16099
|
"x-async-capable": boolean;
|
|
14648
16100
|
};
|
|
@@ -14692,9 +16144,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14692
16144
|
description: string;
|
|
14693
16145
|
};
|
|
14694
16146
|
};
|
|
14695
|
-
security: {
|
|
16147
|
+
security: ({
|
|
14696
16148
|
jwtAuth: any[];
|
|
14697
|
-
|
|
16149
|
+
cookieAuth?: undefined;
|
|
16150
|
+
} | {
|
|
16151
|
+
cookieAuth: any[];
|
|
16152
|
+
jwtAuth?: undefined;
|
|
16153
|
+
})[];
|
|
14698
16154
|
summary: string;
|
|
14699
16155
|
tags: string[];
|
|
14700
16156
|
"x-async-capable": boolean;
|
|
@@ -14745,9 +16201,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14745
16201
|
description: string;
|
|
14746
16202
|
};
|
|
14747
16203
|
};
|
|
14748
|
-
security: {
|
|
16204
|
+
security: ({
|
|
14749
16205
|
jwtAuth: any[];
|
|
14750
|
-
|
|
16206
|
+
cookieAuth?: undefined;
|
|
16207
|
+
} | {
|
|
16208
|
+
cookieAuth: any[];
|
|
16209
|
+
jwtAuth?: undefined;
|
|
16210
|
+
})[];
|
|
14751
16211
|
summary: string;
|
|
14752
16212
|
tags: string[];
|
|
14753
16213
|
"x-async-capable": boolean;
|
|
@@ -14934,9 +16394,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14934
16394
|
description: string;
|
|
14935
16395
|
};
|
|
14936
16396
|
};
|
|
14937
|
-
security: {
|
|
16397
|
+
security: ({
|
|
14938
16398
|
jwtAuth: any[];
|
|
14939
|
-
|
|
16399
|
+
cookieAuth?: undefined;
|
|
16400
|
+
} | {
|
|
16401
|
+
cookieAuth: any[];
|
|
16402
|
+
jwtAuth?: undefined;
|
|
16403
|
+
})[];
|
|
14940
16404
|
tags: string[];
|
|
14941
16405
|
"x-async-capable": boolean;
|
|
14942
16406
|
};
|
|
@@ -14997,9 +16461,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
14997
16461
|
description: string;
|
|
14998
16462
|
};
|
|
14999
16463
|
};
|
|
15000
|
-
security: {
|
|
16464
|
+
security: ({
|
|
15001
16465
|
jwtAuth: any[];
|
|
15002
|
-
|
|
16466
|
+
cookieAuth?: undefined;
|
|
16467
|
+
} | {
|
|
16468
|
+
cookieAuth: any[];
|
|
16469
|
+
jwtAuth?: undefined;
|
|
16470
|
+
})[];
|
|
15003
16471
|
summary: string;
|
|
15004
16472
|
tags: string[];
|
|
15005
16473
|
"x-async-capable": boolean;
|
|
@@ -15036,9 +16504,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15036
16504
|
description: string;
|
|
15037
16505
|
};
|
|
15038
16506
|
};
|
|
15039
|
-
security: {
|
|
16507
|
+
security: ({
|
|
15040
16508
|
jwtAuth: any[];
|
|
15041
|
-
|
|
16509
|
+
cookieAuth?: undefined;
|
|
16510
|
+
} | {
|
|
16511
|
+
cookieAuth: any[];
|
|
16512
|
+
jwtAuth?: undefined;
|
|
16513
|
+
})[];
|
|
15042
16514
|
summary: string;
|
|
15043
16515
|
tags: string[];
|
|
15044
16516
|
"x-async-capable": boolean;
|
|
@@ -15060,9 +16532,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15060
16532
|
description: string;
|
|
15061
16533
|
};
|
|
15062
16534
|
};
|
|
15063
|
-
security: {
|
|
16535
|
+
security: ({
|
|
15064
16536
|
jwtAuth: any[];
|
|
15065
|
-
|
|
16537
|
+
cookieAuth?: undefined;
|
|
16538
|
+
} | {
|
|
16539
|
+
cookieAuth: any[];
|
|
16540
|
+
jwtAuth?: undefined;
|
|
16541
|
+
})[];
|
|
15066
16542
|
summary: string;
|
|
15067
16543
|
tags: string[];
|
|
15068
16544
|
"x-async-capable": boolean;
|
|
@@ -15084,9 +16560,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15084
16560
|
description: string;
|
|
15085
16561
|
};
|
|
15086
16562
|
};
|
|
15087
|
-
security: {
|
|
16563
|
+
security: ({
|
|
15088
16564
|
jwtAuth: any[];
|
|
15089
|
-
|
|
16565
|
+
cookieAuth?: undefined;
|
|
16566
|
+
} | {
|
|
16567
|
+
cookieAuth: any[];
|
|
16568
|
+
jwtAuth?: undefined;
|
|
16569
|
+
})[];
|
|
15090
16570
|
summary: string;
|
|
15091
16571
|
tags: string[];
|
|
15092
16572
|
"x-async-capable": boolean;
|
|
@@ -15111,9 +16591,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15111
16591
|
description: string;
|
|
15112
16592
|
};
|
|
15113
16593
|
};
|
|
15114
|
-
security: {
|
|
16594
|
+
security: ({
|
|
15115
16595
|
jwtAuth: any[];
|
|
15116
|
-
|
|
16596
|
+
cookieAuth?: undefined;
|
|
16597
|
+
} | {
|
|
16598
|
+
cookieAuth: any[];
|
|
16599
|
+
jwtAuth?: undefined;
|
|
16600
|
+
})[];
|
|
15117
16601
|
tags: string[];
|
|
15118
16602
|
"x-async-capable": boolean;
|
|
15119
16603
|
};
|
|
@@ -15142,9 +16626,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15142
16626
|
description: string;
|
|
15143
16627
|
};
|
|
15144
16628
|
};
|
|
15145
|
-
security: {
|
|
16629
|
+
security: ({
|
|
15146
16630
|
jwtAuth: any[];
|
|
15147
|
-
|
|
16631
|
+
cookieAuth?: undefined;
|
|
16632
|
+
} | {
|
|
16633
|
+
cookieAuth: any[];
|
|
16634
|
+
jwtAuth?: undefined;
|
|
16635
|
+
})[];
|
|
15148
16636
|
tags: string[];
|
|
15149
16637
|
"x-async-capable": boolean;
|
|
15150
16638
|
};
|
|
@@ -15187,9 +16675,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15187
16675
|
description: string;
|
|
15188
16676
|
};
|
|
15189
16677
|
};
|
|
15190
|
-
security: {
|
|
16678
|
+
security: ({
|
|
15191
16679
|
jwtAuth: any[];
|
|
15192
|
-
|
|
16680
|
+
cookieAuth?: undefined;
|
|
16681
|
+
} | {
|
|
16682
|
+
cookieAuth: any[];
|
|
16683
|
+
jwtAuth?: undefined;
|
|
16684
|
+
})[];
|
|
15193
16685
|
tags: string[];
|
|
15194
16686
|
"x-async-capable": boolean;
|
|
15195
16687
|
};
|
|
@@ -15233,9 +16725,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15233
16725
|
description: string;
|
|
15234
16726
|
};
|
|
15235
16727
|
};
|
|
15236
|
-
security: {
|
|
16728
|
+
security: ({
|
|
15237
16729
|
jwtAuth: any[];
|
|
15238
|
-
|
|
16730
|
+
cookieAuth?: undefined;
|
|
16731
|
+
} | {
|
|
16732
|
+
cookieAuth: any[];
|
|
16733
|
+
jwtAuth?: undefined;
|
|
16734
|
+
})[];
|
|
15239
16735
|
tags: string[];
|
|
15240
16736
|
"x-async-capable": boolean;
|
|
15241
16737
|
};
|
|
@@ -15266,9 +16762,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15266
16762
|
description: string;
|
|
15267
16763
|
};
|
|
15268
16764
|
};
|
|
15269
|
-
security: {
|
|
16765
|
+
security: ({
|
|
15270
16766
|
jwtAuth: any[];
|
|
15271
|
-
|
|
16767
|
+
cookieAuth?: undefined;
|
|
16768
|
+
} | {
|
|
16769
|
+
cookieAuth: any[];
|
|
16770
|
+
jwtAuth?: undefined;
|
|
16771
|
+
})[];
|
|
15272
16772
|
summary: string;
|
|
15273
16773
|
tags: string[];
|
|
15274
16774
|
"x-async-capable": boolean;
|
|
@@ -15309,9 +16809,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15309
16809
|
description: string;
|
|
15310
16810
|
};
|
|
15311
16811
|
};
|
|
15312
|
-
security: {
|
|
16812
|
+
security: ({
|
|
15313
16813
|
jwtAuth: any[];
|
|
15314
|
-
|
|
16814
|
+
cookieAuth?: undefined;
|
|
16815
|
+
} | {
|
|
16816
|
+
cookieAuth: any[];
|
|
16817
|
+
jwtAuth?: undefined;
|
|
16818
|
+
})[];
|
|
15315
16819
|
summary: string;
|
|
15316
16820
|
tags: string[];
|
|
15317
16821
|
"x-async-capable": boolean;
|
|
@@ -15367,9 +16871,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15367
16871
|
description: string;
|
|
15368
16872
|
};
|
|
15369
16873
|
};
|
|
15370
|
-
security: {
|
|
16874
|
+
security: ({
|
|
15371
16875
|
jwtAuth: any[];
|
|
15372
|
-
|
|
16876
|
+
cookieAuth?: undefined;
|
|
16877
|
+
} | {
|
|
16878
|
+
cookieAuth: any[];
|
|
16879
|
+
jwtAuth?: undefined;
|
|
16880
|
+
})[];
|
|
15373
16881
|
summary: string;
|
|
15374
16882
|
tags: string[];
|
|
15375
16883
|
"x-async-capable": boolean;
|
|
@@ -15400,9 +16908,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15400
16908
|
description: string;
|
|
15401
16909
|
};
|
|
15402
16910
|
};
|
|
15403
|
-
security: {
|
|
16911
|
+
security: ({
|
|
15404
16912
|
jwtAuth: any[];
|
|
15405
|
-
|
|
16913
|
+
cookieAuth?: undefined;
|
|
16914
|
+
} | {
|
|
16915
|
+
cookieAuth: any[];
|
|
16916
|
+
jwtAuth?: undefined;
|
|
16917
|
+
})[];
|
|
15406
16918
|
tags: string[];
|
|
15407
16919
|
"x-async-capable": boolean;
|
|
15408
16920
|
};
|
|
@@ -15441,9 +16953,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15441
16953
|
description: string;
|
|
15442
16954
|
};
|
|
15443
16955
|
};
|
|
15444
|
-
security: {
|
|
16956
|
+
security: ({
|
|
15445
16957
|
jwtAuth: any[];
|
|
15446
|
-
|
|
16958
|
+
cookieAuth?: undefined;
|
|
16959
|
+
} | {
|
|
16960
|
+
cookieAuth: any[];
|
|
16961
|
+
jwtAuth?: undefined;
|
|
16962
|
+
})[];
|
|
15447
16963
|
tags: string[];
|
|
15448
16964
|
"x-async-capable": boolean;
|
|
15449
16965
|
};
|
|
@@ -15467,9 +16983,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15467
16983
|
description: string;
|
|
15468
16984
|
};
|
|
15469
16985
|
};
|
|
15470
|
-
security: {
|
|
16986
|
+
security: ({
|
|
15471
16987
|
jwtAuth: any[];
|
|
15472
|
-
|
|
16988
|
+
cookieAuth?: undefined;
|
|
16989
|
+
} | {
|
|
16990
|
+
cookieAuth: any[];
|
|
16991
|
+
jwtAuth?: undefined;
|
|
16992
|
+
})[];
|
|
15473
16993
|
tags: string[];
|
|
15474
16994
|
"x-async-capable": boolean;
|
|
15475
16995
|
};
|
|
@@ -15498,9 +17018,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15498
17018
|
description: string;
|
|
15499
17019
|
};
|
|
15500
17020
|
};
|
|
15501
|
-
security: {
|
|
17021
|
+
security: ({
|
|
15502
17022
|
jwtAuth: any[];
|
|
15503
|
-
|
|
17023
|
+
cookieAuth?: undefined;
|
|
17024
|
+
} | {
|
|
17025
|
+
cookieAuth: any[];
|
|
17026
|
+
jwtAuth?: undefined;
|
|
17027
|
+
})[];
|
|
15504
17028
|
tags: string[];
|
|
15505
17029
|
"x-async-capable": boolean;
|
|
15506
17030
|
};
|
|
@@ -15548,9 +17072,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15548
17072
|
description: string;
|
|
15549
17073
|
};
|
|
15550
17074
|
};
|
|
15551
|
-
security: {
|
|
17075
|
+
security: ({
|
|
15552
17076
|
jwtAuth: any[];
|
|
15553
|
-
|
|
17077
|
+
cookieAuth?: undefined;
|
|
17078
|
+
} | {
|
|
17079
|
+
cookieAuth: any[];
|
|
17080
|
+
jwtAuth?: undefined;
|
|
17081
|
+
})[];
|
|
15554
17082
|
tags: string[];
|
|
15555
17083
|
"x-async-capable": boolean;
|
|
15556
17084
|
};
|
|
@@ -15599,9 +17127,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15599
17127
|
description: string;
|
|
15600
17128
|
};
|
|
15601
17129
|
};
|
|
15602
|
-
security: {
|
|
17130
|
+
security: ({
|
|
15603
17131
|
jwtAuth: any[];
|
|
15604
|
-
|
|
17132
|
+
cookieAuth?: undefined;
|
|
17133
|
+
} | {
|
|
17134
|
+
cookieAuth: any[];
|
|
17135
|
+
jwtAuth?: undefined;
|
|
17136
|
+
})[];
|
|
15605
17137
|
tags: string[];
|
|
15606
17138
|
"x-async-capable": boolean;
|
|
15607
17139
|
};
|
|
@@ -15632,9 +17164,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15632
17164
|
description: string;
|
|
15633
17165
|
};
|
|
15634
17166
|
};
|
|
15635
|
-
security: {
|
|
17167
|
+
security: ({
|
|
15636
17168
|
jwtAuth: any[];
|
|
15637
|
-
|
|
17169
|
+
cookieAuth?: undefined;
|
|
17170
|
+
} | {
|
|
17171
|
+
cookieAuth: any[];
|
|
17172
|
+
jwtAuth?: undefined;
|
|
17173
|
+
})[];
|
|
15638
17174
|
summary: string;
|
|
15639
17175
|
tags: string[];
|
|
15640
17176
|
"x-async-capable": boolean;
|
|
@@ -15686,9 +17222,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15686
17222
|
description: string;
|
|
15687
17223
|
};
|
|
15688
17224
|
};
|
|
15689
|
-
security: {
|
|
17225
|
+
security: ({
|
|
15690
17226
|
jwtAuth: any[];
|
|
15691
|
-
|
|
17227
|
+
cookieAuth?: undefined;
|
|
17228
|
+
} | {
|
|
17229
|
+
cookieAuth: any[];
|
|
17230
|
+
jwtAuth?: undefined;
|
|
17231
|
+
})[];
|
|
15692
17232
|
summary: string;
|
|
15693
17233
|
tags: string[];
|
|
15694
17234
|
"x-async-capable": boolean;
|
|
@@ -15719,9 +17259,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15719
17259
|
description: string;
|
|
15720
17260
|
};
|
|
15721
17261
|
};
|
|
15722
|
-
security: {
|
|
17262
|
+
security: ({
|
|
15723
17263
|
jwtAuth: any[];
|
|
15724
|
-
|
|
17264
|
+
cookieAuth?: undefined;
|
|
17265
|
+
} | {
|
|
17266
|
+
cookieAuth: any[];
|
|
17267
|
+
jwtAuth?: undefined;
|
|
17268
|
+
})[];
|
|
15725
17269
|
tags: string[];
|
|
15726
17270
|
"x-async-capable": boolean;
|
|
15727
17271
|
};
|
|
@@ -15760,9 +17304,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15760
17304
|
description: string;
|
|
15761
17305
|
};
|
|
15762
17306
|
};
|
|
15763
|
-
security: {
|
|
17307
|
+
security: ({
|
|
15764
17308
|
jwtAuth: any[];
|
|
15765
|
-
|
|
17309
|
+
cookieAuth?: undefined;
|
|
17310
|
+
} | {
|
|
17311
|
+
cookieAuth: any[];
|
|
17312
|
+
jwtAuth?: undefined;
|
|
17313
|
+
})[];
|
|
15766
17314
|
tags: string[];
|
|
15767
17315
|
"x-async-capable": boolean;
|
|
15768
17316
|
};
|
|
@@ -15786,9 +17334,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15786
17334
|
description: string;
|
|
15787
17335
|
};
|
|
15788
17336
|
};
|
|
15789
|
-
security: {
|
|
17337
|
+
security: ({
|
|
15790
17338
|
jwtAuth: any[];
|
|
15791
|
-
|
|
17339
|
+
cookieAuth?: undefined;
|
|
17340
|
+
} | {
|
|
17341
|
+
cookieAuth: any[];
|
|
17342
|
+
jwtAuth?: undefined;
|
|
17343
|
+
})[];
|
|
15792
17344
|
tags: string[];
|
|
15793
17345
|
"x-async-capable": boolean;
|
|
15794
17346
|
};
|
|
@@ -15817,9 +17369,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15817
17369
|
description: string;
|
|
15818
17370
|
};
|
|
15819
17371
|
};
|
|
15820
|
-
security: {
|
|
17372
|
+
security: ({
|
|
15821
17373
|
jwtAuth: any[];
|
|
15822
|
-
|
|
17374
|
+
cookieAuth?: undefined;
|
|
17375
|
+
} | {
|
|
17376
|
+
cookieAuth: any[];
|
|
17377
|
+
jwtAuth?: undefined;
|
|
17378
|
+
})[];
|
|
15823
17379
|
tags: string[];
|
|
15824
17380
|
"x-async-capable": boolean;
|
|
15825
17381
|
};
|
|
@@ -15867,9 +17423,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15867
17423
|
description: string;
|
|
15868
17424
|
};
|
|
15869
17425
|
};
|
|
15870
|
-
security: {
|
|
17426
|
+
security: ({
|
|
15871
17427
|
jwtAuth: any[];
|
|
15872
|
-
|
|
17428
|
+
cookieAuth?: undefined;
|
|
17429
|
+
} | {
|
|
17430
|
+
cookieAuth: any[];
|
|
17431
|
+
jwtAuth?: undefined;
|
|
17432
|
+
})[];
|
|
15873
17433
|
tags: string[];
|
|
15874
17434
|
"x-async-capable": boolean;
|
|
15875
17435
|
};
|
|
@@ -15918,9 +17478,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15918
17478
|
description: string;
|
|
15919
17479
|
};
|
|
15920
17480
|
};
|
|
15921
|
-
security: {
|
|
17481
|
+
security: ({
|
|
15922
17482
|
jwtAuth: any[];
|
|
15923
|
-
|
|
17483
|
+
cookieAuth?: undefined;
|
|
17484
|
+
} | {
|
|
17485
|
+
cookieAuth: any[];
|
|
17486
|
+
jwtAuth?: undefined;
|
|
17487
|
+
})[];
|
|
15924
17488
|
tags: string[];
|
|
15925
17489
|
"x-async-capable": boolean;
|
|
15926
17490
|
};
|
|
@@ -15960,9 +17524,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15960
17524
|
description: string;
|
|
15961
17525
|
};
|
|
15962
17526
|
};
|
|
15963
|
-
security: {
|
|
17527
|
+
security: ({
|
|
15964
17528
|
jwtAuth: any[];
|
|
15965
|
-
|
|
17529
|
+
cookieAuth?: undefined;
|
|
17530
|
+
} | {
|
|
17531
|
+
cookieAuth: any[];
|
|
17532
|
+
jwtAuth?: undefined;
|
|
17533
|
+
})[];
|
|
15966
17534
|
summary: string;
|
|
15967
17535
|
tags: string[];
|
|
15968
17536
|
"x-async-capable": boolean;
|
|
@@ -15994,9 +17562,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
15994
17562
|
description: string;
|
|
15995
17563
|
};
|
|
15996
17564
|
};
|
|
15997
|
-
security: {
|
|
17565
|
+
security: ({
|
|
15998
17566
|
jwtAuth: any[];
|
|
15999
|
-
|
|
17567
|
+
cookieAuth?: undefined;
|
|
17568
|
+
} | {
|
|
17569
|
+
cookieAuth: any[];
|
|
17570
|
+
jwtAuth?: undefined;
|
|
17571
|
+
})[];
|
|
16000
17572
|
summary: string;
|
|
16001
17573
|
tags: string[];
|
|
16002
17574
|
"x-async-capable": boolean;
|
|
@@ -17316,9 +18888,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17316
18888
|
description: string;
|
|
17317
18889
|
};
|
|
17318
18890
|
};
|
|
17319
|
-
security: {
|
|
18891
|
+
security: ({
|
|
17320
18892
|
jwtAuth: any[];
|
|
17321
|
-
|
|
18893
|
+
cookieAuth?: undefined;
|
|
18894
|
+
} | {
|
|
18895
|
+
cookieAuth: any[];
|
|
18896
|
+
jwtAuth?: undefined;
|
|
18897
|
+
})[];
|
|
17322
18898
|
tags: string[];
|
|
17323
18899
|
"x-async-capable": boolean;
|
|
17324
18900
|
};
|
|
@@ -17357,9 +18933,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17357
18933
|
description: string;
|
|
17358
18934
|
};
|
|
17359
18935
|
};
|
|
17360
|
-
security: {
|
|
18936
|
+
security: ({
|
|
17361
18937
|
jwtAuth: any[];
|
|
17362
|
-
|
|
18938
|
+
cookieAuth?: undefined;
|
|
18939
|
+
} | {
|
|
18940
|
+
cookieAuth: any[];
|
|
18941
|
+
jwtAuth?: undefined;
|
|
18942
|
+
})[];
|
|
17363
18943
|
tags: string[];
|
|
17364
18944
|
"x-async-capable": boolean;
|
|
17365
18945
|
};
|
|
@@ -17399,9 +18979,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17399
18979
|
description: string;
|
|
17400
18980
|
};
|
|
17401
18981
|
};
|
|
17402
|
-
security: {
|
|
18982
|
+
security: ({
|
|
17403
18983
|
jwtAuth: any[];
|
|
17404
|
-
|
|
18984
|
+
cookieAuth?: undefined;
|
|
18985
|
+
} | {
|
|
18986
|
+
cookieAuth: any[];
|
|
18987
|
+
jwtAuth?: undefined;
|
|
18988
|
+
})[];
|
|
17405
18989
|
tags: string[];
|
|
17406
18990
|
"x-async-capable": boolean;
|
|
17407
18991
|
};
|
|
@@ -17450,9 +19034,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17450
19034
|
description: string;
|
|
17451
19035
|
};
|
|
17452
19036
|
};
|
|
17453
|
-
security: {
|
|
19037
|
+
security: ({
|
|
17454
19038
|
jwtAuth: any[];
|
|
17455
|
-
|
|
19039
|
+
cookieAuth?: undefined;
|
|
19040
|
+
} | {
|
|
19041
|
+
cookieAuth: any[];
|
|
19042
|
+
jwtAuth?: undefined;
|
|
19043
|
+
})[];
|
|
17456
19044
|
tags: string[];
|
|
17457
19045
|
"x-async-capable": boolean;
|
|
17458
19046
|
};
|
|
@@ -17476,9 +19064,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17476
19064
|
description: string;
|
|
17477
19065
|
};
|
|
17478
19066
|
};
|
|
17479
|
-
security: {
|
|
19067
|
+
security: ({
|
|
17480
19068
|
jwtAuth: any[];
|
|
17481
|
-
|
|
19069
|
+
cookieAuth?: undefined;
|
|
19070
|
+
} | {
|
|
19071
|
+
cookieAuth: any[];
|
|
19072
|
+
jwtAuth?: undefined;
|
|
19073
|
+
})[];
|
|
17482
19074
|
tags: string[];
|
|
17483
19075
|
"x-async-capable": boolean;
|
|
17484
19076
|
};
|
|
@@ -17507,9 +19099,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17507
19099
|
description: string;
|
|
17508
19100
|
};
|
|
17509
19101
|
};
|
|
17510
|
-
security: {
|
|
19102
|
+
security: ({
|
|
17511
19103
|
jwtAuth: any[];
|
|
17512
|
-
|
|
19104
|
+
cookieAuth?: undefined;
|
|
19105
|
+
} | {
|
|
19106
|
+
cookieAuth: any[];
|
|
19107
|
+
jwtAuth?: undefined;
|
|
19108
|
+
})[];
|
|
17513
19109
|
tags: string[];
|
|
17514
19110
|
"x-async-capable": boolean;
|
|
17515
19111
|
};
|
|
@@ -17557,9 +19153,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17557
19153
|
description: string;
|
|
17558
19154
|
};
|
|
17559
19155
|
};
|
|
17560
|
-
security: {
|
|
19156
|
+
security: ({
|
|
17561
19157
|
jwtAuth: any[];
|
|
17562
|
-
|
|
19158
|
+
cookieAuth?: undefined;
|
|
19159
|
+
} | {
|
|
19160
|
+
cookieAuth: any[];
|
|
19161
|
+
jwtAuth?: undefined;
|
|
19162
|
+
})[];
|
|
17563
19163
|
tags: string[];
|
|
17564
19164
|
"x-async-capable": boolean;
|
|
17565
19165
|
};
|
|
@@ -17608,9 +19208,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17608
19208
|
description: string;
|
|
17609
19209
|
};
|
|
17610
19210
|
};
|
|
17611
|
-
security: {
|
|
19211
|
+
security: ({
|
|
17612
19212
|
jwtAuth: any[];
|
|
17613
|
-
|
|
19213
|
+
cookieAuth?: undefined;
|
|
19214
|
+
} | {
|
|
19215
|
+
cookieAuth: any[];
|
|
19216
|
+
jwtAuth?: undefined;
|
|
19217
|
+
})[];
|
|
17614
19218
|
tags: string[];
|
|
17615
19219
|
"x-async-capable": boolean;
|
|
17616
19220
|
};
|
|
@@ -17634,9 +19238,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17634
19238
|
description: string;
|
|
17635
19239
|
};
|
|
17636
19240
|
};
|
|
17637
|
-
security: {
|
|
19241
|
+
security: ({
|
|
17638
19242
|
jwtAuth: any[];
|
|
17639
|
-
|
|
19243
|
+
cookieAuth?: undefined;
|
|
19244
|
+
} | {
|
|
19245
|
+
cookieAuth: any[];
|
|
19246
|
+
jwtAuth?: undefined;
|
|
19247
|
+
})[];
|
|
17640
19248
|
tags: string[];
|
|
17641
19249
|
"x-async-capable": boolean;
|
|
17642
19250
|
};
|
|
@@ -17665,9 +19273,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17665
19273
|
description: string;
|
|
17666
19274
|
};
|
|
17667
19275
|
};
|
|
17668
|
-
security: {
|
|
19276
|
+
security: ({
|
|
17669
19277
|
jwtAuth: any[];
|
|
17670
|
-
|
|
19278
|
+
cookieAuth?: undefined;
|
|
19279
|
+
} | {
|
|
19280
|
+
cookieAuth: any[];
|
|
19281
|
+
jwtAuth?: undefined;
|
|
19282
|
+
})[];
|
|
17671
19283
|
tags: string[];
|
|
17672
19284
|
"x-async-capable": boolean;
|
|
17673
19285
|
};
|
|
@@ -17715,9 +19327,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17715
19327
|
description: string;
|
|
17716
19328
|
};
|
|
17717
19329
|
};
|
|
17718
|
-
security: {
|
|
19330
|
+
security: ({
|
|
17719
19331
|
jwtAuth: any[];
|
|
17720
|
-
|
|
19332
|
+
cookieAuth?: undefined;
|
|
19333
|
+
} | {
|
|
19334
|
+
cookieAuth: any[];
|
|
19335
|
+
jwtAuth?: undefined;
|
|
19336
|
+
})[];
|
|
17721
19337
|
tags: string[];
|
|
17722
19338
|
"x-async-capable": boolean;
|
|
17723
19339
|
};
|
|
@@ -17766,9 +19382,13 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17766
19382
|
description: string;
|
|
17767
19383
|
};
|
|
17768
19384
|
};
|
|
17769
|
-
security: {
|
|
19385
|
+
security: ({
|
|
17770
19386
|
jwtAuth: any[];
|
|
17771
|
-
|
|
19387
|
+
cookieAuth?: undefined;
|
|
19388
|
+
} | {
|
|
19389
|
+
cookieAuth: any[];
|
|
19390
|
+
jwtAuth?: undefined;
|
|
19391
|
+
})[];
|
|
17772
19392
|
tags: string[];
|
|
17773
19393
|
"x-async-capable": boolean;
|
|
17774
19394
|
};
|
|
@@ -17860,8 +19480,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17860
19480
|
};
|
|
17861
19481
|
security: ({
|
|
17862
19482
|
jwtAuth: any[];
|
|
19483
|
+
cookieAuth?: undefined;
|
|
19484
|
+
basicAuth?: undefined;
|
|
19485
|
+
} | {
|
|
19486
|
+
cookieAuth: any[];
|
|
19487
|
+
jwtAuth?: undefined;
|
|
19488
|
+
basicAuth?: undefined;
|
|
17863
19489
|
} | {
|
|
19490
|
+
basicAuth: any[];
|
|
17864
19491
|
jwtAuth?: undefined;
|
|
19492
|
+
cookieAuth?: undefined;
|
|
17865
19493
|
})[];
|
|
17866
19494
|
tags: string[];
|
|
17867
19495
|
"x-async-capable": boolean;
|
|
@@ -17885,9 +19513,18 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17885
19513
|
};
|
|
17886
19514
|
security: ({
|
|
17887
19515
|
jwtAuth: any[];
|
|
19516
|
+
cookieAuth?: undefined;
|
|
19517
|
+
basicAuth?: undefined;
|
|
19518
|
+
} | {
|
|
19519
|
+
cookieAuth: any[];
|
|
19520
|
+
jwtAuth?: undefined;
|
|
19521
|
+
basicAuth?: undefined;
|
|
17888
19522
|
} | {
|
|
19523
|
+
basicAuth: any[];
|
|
17889
19524
|
jwtAuth?: undefined;
|
|
19525
|
+
cookieAuth?: undefined;
|
|
17890
19526
|
})[];
|
|
19527
|
+
summary: string;
|
|
17891
19528
|
tags: string[];
|
|
17892
19529
|
"x-async-capable": boolean;
|
|
17893
19530
|
};
|
|
@@ -17910,9 +19547,18 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17910
19547
|
};
|
|
17911
19548
|
security: ({
|
|
17912
19549
|
jwtAuth: any[];
|
|
19550
|
+
cookieAuth?: undefined;
|
|
19551
|
+
basicAuth?: undefined;
|
|
19552
|
+
} | {
|
|
19553
|
+
cookieAuth: any[];
|
|
19554
|
+
jwtAuth?: undefined;
|
|
19555
|
+
basicAuth?: undefined;
|
|
17913
19556
|
} | {
|
|
19557
|
+
basicAuth: any[];
|
|
17914
19558
|
jwtAuth?: undefined;
|
|
19559
|
+
cookieAuth?: undefined;
|
|
17915
19560
|
})[];
|
|
19561
|
+
summary: string;
|
|
17916
19562
|
tags: string[];
|
|
17917
19563
|
"x-async-capable": boolean;
|
|
17918
19564
|
};
|
|
@@ -17935,9 +19581,18 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17935
19581
|
};
|
|
17936
19582
|
security: ({
|
|
17937
19583
|
jwtAuth: any[];
|
|
19584
|
+
cookieAuth?: undefined;
|
|
19585
|
+
basicAuth?: undefined;
|
|
19586
|
+
} | {
|
|
19587
|
+
cookieAuth: any[];
|
|
19588
|
+
jwtAuth?: undefined;
|
|
19589
|
+
basicAuth?: undefined;
|
|
17938
19590
|
} | {
|
|
19591
|
+
basicAuth: any[];
|
|
17939
19592
|
jwtAuth?: undefined;
|
|
19593
|
+
cookieAuth?: undefined;
|
|
17940
19594
|
})[];
|
|
19595
|
+
summary: string;
|
|
17941
19596
|
tags: string[];
|
|
17942
19597
|
"x-async-capable": boolean;
|
|
17943
19598
|
};
|
|
@@ -17969,8 +19624,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
17969
19624
|
};
|
|
17970
19625
|
security: ({
|
|
17971
19626
|
jwtAuth: any[];
|
|
19627
|
+
cookieAuth?: undefined;
|
|
19628
|
+
basicAuth?: undefined;
|
|
19629
|
+
} | {
|
|
19630
|
+
cookieAuth: any[];
|
|
19631
|
+
jwtAuth?: undefined;
|
|
19632
|
+
basicAuth?: undefined;
|
|
17972
19633
|
} | {
|
|
19634
|
+
basicAuth: any[];
|
|
17973
19635
|
jwtAuth?: undefined;
|
|
19636
|
+
cookieAuth?: undefined;
|
|
17974
19637
|
})[];
|
|
17975
19638
|
tags: string[];
|
|
17976
19639
|
"x-async-capable": boolean;
|
|
@@ -18003,8 +19666,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
18003
19666
|
};
|
|
18004
19667
|
security: ({
|
|
18005
19668
|
jwtAuth: any[];
|
|
19669
|
+
cookieAuth?: undefined;
|
|
19670
|
+
basicAuth?: undefined;
|
|
19671
|
+
} | {
|
|
19672
|
+
cookieAuth: any[];
|
|
19673
|
+
jwtAuth?: undefined;
|
|
19674
|
+
basicAuth?: undefined;
|
|
18006
19675
|
} | {
|
|
19676
|
+
basicAuth: any[];
|
|
18007
19677
|
jwtAuth?: undefined;
|
|
19678
|
+
cookieAuth?: undefined;
|
|
18008
19679
|
})[];
|
|
18009
19680
|
tags: string[];
|
|
18010
19681
|
"x-async-capable": boolean;
|
|
@@ -19559,25 +21230,68 @@ declare const CurrencySchema: z.ZodObject<{
|
|
|
19559
21230
|
*/
|
|
19560
21231
|
type Currency = z.infer<typeof CurrencySchema>;
|
|
19561
21232
|
|
|
19562
|
-
/**
|
|
19563
|
-
* Zod schema for DashboardOverview
|
|
19564
|
-
*
|
|
19565
|
-
* This schema provides runtime validation and type inference.
|
|
19566
|
-
* * Main serializer for dashboard overview endpoint.
|
|
19567
|
-
Uses DictField to avoid allOf generation in OpenAPI.
|
|
19568
|
-
* */
|
|
19569
|
-
|
|
19570
21233
|
/**
|
|
19571
21234
|
* Main serializer for dashboard overview endpoint.
|
|
19572
|
-
Uses
|
|
21235
|
+
Uses typed serializers for proper OpenAPI schema generation.
|
|
19573
21236
|
*/
|
|
19574
21237
|
declare const DashboardOverviewSchema: z.ZodObject<{
|
|
19575
|
-
stat_cards: z.ZodArray<z.
|
|
19576
|
-
|
|
19577
|
-
|
|
19578
|
-
|
|
19579
|
-
|
|
19580
|
-
|
|
21238
|
+
stat_cards: z.ZodArray<z.ZodObject<{
|
|
21239
|
+
title: z.ZodString;
|
|
21240
|
+
value: z.ZodString;
|
|
21241
|
+
icon: z.ZodString;
|
|
21242
|
+
change: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21243
|
+
change_type: z.ZodOptional<z.ZodEnum<typeof StatCardChangeType>>;
|
|
21244
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21245
|
+
color: z.ZodOptional<z.ZodString>;
|
|
21246
|
+
}, z.core.$strip>>;
|
|
21247
|
+
system_health: z.ZodObject<{
|
|
21248
|
+
overall_status: z.ZodEnum<typeof SystemHealthOverallStatus>;
|
|
21249
|
+
overall_health_percentage: z.ZodInt;
|
|
21250
|
+
components: z.ZodArray<z.ZodObject<{
|
|
21251
|
+
component: z.ZodString;
|
|
21252
|
+
status: z.ZodEnum<typeof SystemHealthItemStatus>;
|
|
21253
|
+
description: z.ZodString;
|
|
21254
|
+
last_check: z.ZodString;
|
|
21255
|
+
health_percentage: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
21256
|
+
}, z.core.$strip>>;
|
|
21257
|
+
timestamp: z.ZodString;
|
|
21258
|
+
}, z.core.$strip>;
|
|
21259
|
+
quick_actions: z.ZodArray<z.ZodObject<{
|
|
21260
|
+
title: z.ZodString;
|
|
21261
|
+
description: z.ZodString;
|
|
21262
|
+
icon: z.ZodString;
|
|
21263
|
+
link: z.ZodString;
|
|
21264
|
+
color: z.ZodOptional<z.ZodEnum<typeof QuickActionColor>>;
|
|
21265
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21266
|
+
}, z.core.$strip>>;
|
|
21267
|
+
recent_activity: z.ZodArray<z.ZodObject<{
|
|
21268
|
+
id: z.ZodInt;
|
|
21269
|
+
user: z.ZodString;
|
|
21270
|
+
action: z.ZodString;
|
|
21271
|
+
resource: z.ZodString;
|
|
21272
|
+
timestamp: z.ZodString;
|
|
21273
|
+
icon: z.ZodString;
|
|
21274
|
+
color: z.ZodString;
|
|
21275
|
+
}, z.core.$strip>>;
|
|
21276
|
+
system_metrics: z.ZodObject<{
|
|
21277
|
+
cpu_usage: z.ZodNumber;
|
|
21278
|
+
memory_usage: z.ZodNumber;
|
|
21279
|
+
disk_usage: z.ZodNumber;
|
|
21280
|
+
network_in: z.ZodString;
|
|
21281
|
+
network_out: z.ZodString;
|
|
21282
|
+
response_time: z.ZodString;
|
|
21283
|
+
uptime: z.ZodString;
|
|
21284
|
+
}, z.core.$strip>;
|
|
21285
|
+
user_statistics: z.ZodObject<{
|
|
21286
|
+
total_users: z.ZodInt;
|
|
21287
|
+
active_users: z.ZodInt;
|
|
21288
|
+
new_users: z.ZodInt;
|
|
21289
|
+
superusers: z.ZodInt;
|
|
21290
|
+
}, z.core.$strip>;
|
|
21291
|
+
app_statistics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21292
|
+
app_name: z.ZodString;
|
|
21293
|
+
statistics: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
21294
|
+
}, z.core.$strip>>>;
|
|
19581
21295
|
timestamp: z.ZodString;
|
|
19582
21296
|
}, z.core.$strip>;
|
|
19583
21297
|
/**
|
|
@@ -20265,6 +21979,57 @@ declare const MessageRequestSchema: z.ZodObject<{
|
|
|
20265
21979
|
*/
|
|
20266
21980
|
type MessageRequest = z.infer<typeof MessageRequestSchema>;
|
|
20267
21981
|
|
|
21982
|
+
/**
|
|
21983
|
+
* Zod schema for MethodList
|
|
21984
|
+
*
|
|
21985
|
+
* This schema provides runtime validation and type inference.
|
|
21986
|
+
* * List of gRPC methods with statistics.
|
|
21987
|
+
* */
|
|
21988
|
+
|
|
21989
|
+
/**
|
|
21990
|
+
* List of gRPC methods with statistics.
|
|
21991
|
+
*/
|
|
21992
|
+
declare const MethodListSchema: z.ZodObject<{
|
|
21993
|
+
methods: z.ZodArray<z.ZodObject<{
|
|
21994
|
+
method_name: z.ZodString;
|
|
21995
|
+
service_name: z.ZodString;
|
|
21996
|
+
total: z.ZodInt;
|
|
21997
|
+
successful: z.ZodInt;
|
|
21998
|
+
errors: z.ZodInt;
|
|
21999
|
+
avg_duration_ms: z.ZodNumber;
|
|
22000
|
+
last_activity_at: z.ZodNullable<z.ZodString>;
|
|
22001
|
+
}, z.core.$strip>>;
|
|
22002
|
+
total_methods: z.ZodInt;
|
|
22003
|
+
}, z.core.$strip>;
|
|
22004
|
+
/**
|
|
22005
|
+
* Infer TypeScript type from Zod schema
|
|
22006
|
+
*/
|
|
22007
|
+
type MethodList = z.infer<typeof MethodListSchema>;
|
|
22008
|
+
|
|
22009
|
+
/**
|
|
22010
|
+
* Zod schema for MethodStatsSerializer
|
|
22011
|
+
*
|
|
22012
|
+
* This schema provides runtime validation and type inference.
|
|
22013
|
+
* * Statistics for a single gRPC method.
|
|
22014
|
+
* */
|
|
22015
|
+
|
|
22016
|
+
/**
|
|
22017
|
+
* Statistics for a single gRPC method.
|
|
22018
|
+
*/
|
|
22019
|
+
declare const MethodStatsSerializerSchema: z.ZodObject<{
|
|
22020
|
+
method_name: z.ZodString;
|
|
22021
|
+
service_name: z.ZodString;
|
|
22022
|
+
total: z.ZodInt;
|
|
22023
|
+
successful: z.ZodInt;
|
|
22024
|
+
errors: z.ZodInt;
|
|
22025
|
+
avg_duration_ms: z.ZodNumber;
|
|
22026
|
+
last_activity_at: z.ZodNullable<z.ZodString>;
|
|
22027
|
+
}, z.core.$strip>;
|
|
22028
|
+
/**
|
|
22029
|
+
* Infer TypeScript type from Zod schema
|
|
22030
|
+
*/
|
|
22031
|
+
type MethodStatsSerializer = z.infer<typeof MethodStatsSerializerSchema>;
|
|
22032
|
+
|
|
20268
22033
|
/**
|
|
20269
22034
|
* Zod schema for Newsletter
|
|
20270
22035
|
*
|
|
@@ -21578,6 +23343,28 @@ declare const RecentPublishesSchema: z.ZodObject<{
|
|
|
21578
23343
|
*/
|
|
21579
23344
|
type RecentPublishes = z.infer<typeof RecentPublishesSchema>;
|
|
21580
23345
|
|
|
23346
|
+
/**
|
|
23347
|
+
* Zod schema for RecentRequests
|
|
23348
|
+
*
|
|
23349
|
+
* This schema provides runtime validation and type inference.
|
|
23350
|
+
* * Recent gRPC requests list.
|
|
23351
|
+
* */
|
|
23352
|
+
|
|
23353
|
+
/**
|
|
23354
|
+
* Recent gRPC requests list.
|
|
23355
|
+
*/
|
|
23356
|
+
declare const RecentRequestsSchema: z.ZodObject<{
|
|
23357
|
+
requests: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
23358
|
+
count: z.ZodInt;
|
|
23359
|
+
total_available: z.ZodInt;
|
|
23360
|
+
offset: z.ZodOptional<z.ZodInt>;
|
|
23361
|
+
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
23362
|
+
}, z.core.$strip>;
|
|
23363
|
+
/**
|
|
23364
|
+
* Infer TypeScript type from Zod schema
|
|
23365
|
+
*/
|
|
23366
|
+
type RecentRequests = z.infer<typeof RecentRequestsSchema>;
|
|
23367
|
+
|
|
21581
23368
|
/**
|
|
21582
23369
|
* Zod schema for RecentUser
|
|
21583
23370
|
*
|
|
@@ -21662,6 +23449,55 @@ declare const SenderSchema: z.ZodObject<{
|
|
|
21662
23449
|
*/
|
|
21663
23450
|
type Sender = z.infer<typeof SenderSchema>;
|
|
21664
23451
|
|
|
23452
|
+
/**
|
|
23453
|
+
* Zod schema for ServiceList
|
|
23454
|
+
*
|
|
23455
|
+
* This schema provides runtime validation and type inference.
|
|
23456
|
+
* * List of gRPC services with statistics.
|
|
23457
|
+
* */
|
|
23458
|
+
|
|
23459
|
+
/**
|
|
23460
|
+
* List of gRPC services with statistics.
|
|
23461
|
+
*/
|
|
23462
|
+
declare const ServiceListSchema: z.ZodObject<{
|
|
23463
|
+
services: z.ZodArray<z.ZodObject<{
|
|
23464
|
+
service_name: z.ZodString;
|
|
23465
|
+
total: z.ZodInt;
|
|
23466
|
+
successful: z.ZodInt;
|
|
23467
|
+
errors: z.ZodInt;
|
|
23468
|
+
avg_duration_ms: z.ZodNumber;
|
|
23469
|
+
last_activity_at: z.ZodNullable<z.ZodString>;
|
|
23470
|
+
}, z.core.$strip>>;
|
|
23471
|
+
total_services: z.ZodInt;
|
|
23472
|
+
}, z.core.$strip>;
|
|
23473
|
+
/**
|
|
23474
|
+
* Infer TypeScript type from Zod schema
|
|
23475
|
+
*/
|
|
23476
|
+
type ServiceList = z.infer<typeof ServiceListSchema>;
|
|
23477
|
+
|
|
23478
|
+
/**
|
|
23479
|
+
* Zod schema for ServiceStatsSerializer
|
|
23480
|
+
*
|
|
23481
|
+
* This schema provides runtime validation and type inference.
|
|
23482
|
+
* * Statistics for a single gRPC service.
|
|
23483
|
+
* */
|
|
23484
|
+
|
|
23485
|
+
/**
|
|
23486
|
+
* Statistics for a single gRPC service.
|
|
23487
|
+
*/
|
|
23488
|
+
declare const ServiceStatsSerializerSchema: z.ZodObject<{
|
|
23489
|
+
service_name: z.ZodString;
|
|
23490
|
+
total: z.ZodInt;
|
|
23491
|
+
successful: z.ZodInt;
|
|
23492
|
+
errors: z.ZodInt;
|
|
23493
|
+
avg_duration_ms: z.ZodNumber;
|
|
23494
|
+
last_activity_at: z.ZodNullable<z.ZodString>;
|
|
23495
|
+
}, z.core.$strip>;
|
|
23496
|
+
/**
|
|
23497
|
+
* Infer TypeScript type from Zod schema
|
|
23498
|
+
*/
|
|
23499
|
+
type ServiceStatsSerializer = z.infer<typeof ServiceStatsSerializerSchema>;
|
|
23500
|
+
|
|
21665
23501
|
/**
|
|
21666
23502
|
* Zod schema for StatCard
|
|
21667
23503
|
*
|
|
@@ -21869,111 +23705,263 @@ type TaskLog = z.infer<typeof TaskLogSchema>;
|
|
|
21869
23705
|
* Zod schema for TaskLogDetail
|
|
21870
23706
|
*
|
|
21871
23707
|
* This schema provides runtime validation and type inference.
|
|
21872
|
-
* * Detailed TaskLog serializer.
|
|
23708
|
+
* * Detailed TaskLog serializer.
|
|
23709
|
+
|
|
23710
|
+
Includes all fields including args, kwargs, result, error messages.
|
|
23711
|
+
Combines ReArq Job + JobResult data.
|
|
23712
|
+
* */
|
|
23713
|
+
|
|
23714
|
+
/**
|
|
23715
|
+
* Detailed TaskLog serializer.
|
|
23716
|
+
|
|
23717
|
+
Includes all fields including args, kwargs, result, error messages.
|
|
23718
|
+
Combines ReArq Job + JobResult data.
|
|
23719
|
+
*/
|
|
23720
|
+
declare const TaskLogDetailSchema: z.ZodObject<{
|
|
23721
|
+
id: z.ZodInt;
|
|
23722
|
+
job_id: z.ZodString;
|
|
23723
|
+
task_name: z.ZodString;
|
|
23724
|
+
queue_name: z.ZodString;
|
|
23725
|
+
status: z.ZodEnum<typeof TaskLogDetailStatus>;
|
|
23726
|
+
status_display: z.ZodString;
|
|
23727
|
+
success: z.ZodNullable<z.ZodBoolean>;
|
|
23728
|
+
args: z.ZodString;
|
|
23729
|
+
kwargs: z.ZodString;
|
|
23730
|
+
result: z.ZodNullable<z.ZodString>;
|
|
23731
|
+
error_message: z.ZodNullable<z.ZodString>;
|
|
23732
|
+
duration_ms: z.ZodNullable<z.ZodInt>;
|
|
23733
|
+
duration_seconds: z.ZodNumber;
|
|
23734
|
+
job_retry: z.ZodInt;
|
|
23735
|
+
job_retries: z.ZodInt;
|
|
23736
|
+
job_retry_after: z.ZodInt;
|
|
23737
|
+
worker_id: z.ZodNullable<z.ZodString>;
|
|
23738
|
+
enqueue_time: z.ZodISODateTime;
|
|
23739
|
+
expire_time: z.ZodNullable<z.ZodISODateTime>;
|
|
23740
|
+
start_time: z.ZodNullable<z.ZodISODateTime>;
|
|
23741
|
+
finish_time: z.ZodNullable<z.ZodISODateTime>;
|
|
23742
|
+
created_at: z.ZodISODateTime;
|
|
23743
|
+
updated_at: z.ZodISODateTime;
|
|
23744
|
+
user: z.ZodNullable<z.ZodInt>;
|
|
23745
|
+
user_display: z.ZodString;
|
|
23746
|
+
}, z.core.$strip>;
|
|
23747
|
+
/**
|
|
23748
|
+
* Infer TypeScript type from Zod schema
|
|
23749
|
+
*/
|
|
23750
|
+
type TaskLogDetail = z.infer<typeof TaskLogDetailSchema>;
|
|
23751
|
+
|
|
23752
|
+
/**
|
|
23753
|
+
* Zod schema for TaskLogList
|
|
23754
|
+
*
|
|
23755
|
+
* This schema provides runtime validation and type inference.
|
|
23756
|
+
* * Compact serializer for list views.
|
|
23757
|
+
|
|
23758
|
+
Minimal fields for performance, matching ReArq Job list format.
|
|
23759
|
+
* */
|
|
23760
|
+
|
|
23761
|
+
/**
|
|
23762
|
+
* Compact serializer for list views.
|
|
23763
|
+
|
|
23764
|
+
Minimal fields for performance, matching ReArq Job list format.
|
|
23765
|
+
*/
|
|
23766
|
+
declare const TaskLogListSchema: z.ZodObject<{
|
|
23767
|
+
id: z.ZodInt;
|
|
23768
|
+
job_id: z.ZodString;
|
|
23769
|
+
task_name: z.ZodString;
|
|
23770
|
+
queue_name: z.ZodString;
|
|
23771
|
+
status: z.ZodEnum<typeof TaskLogListStatus>;
|
|
23772
|
+
status_display: z.ZodString;
|
|
23773
|
+
success: z.ZodNullable<z.ZodBoolean>;
|
|
23774
|
+
job_retries: z.ZodInt;
|
|
23775
|
+
duration_ms: z.ZodNullable<z.ZodInt>;
|
|
23776
|
+
enqueue_time: z.ZodISODateTime;
|
|
23777
|
+
start_time: z.ZodNullable<z.ZodISODateTime>;
|
|
23778
|
+
finish_time: z.ZodNullable<z.ZodISODateTime>;
|
|
23779
|
+
}, z.core.$strip>;
|
|
23780
|
+
/**
|
|
23781
|
+
* Infer TypeScript type from Zod schema
|
|
23782
|
+
*/
|
|
23783
|
+
type TaskLogList = z.infer<typeof TaskLogListSchema>;
|
|
23784
|
+
|
|
23785
|
+
/**
|
|
23786
|
+
* Zod schema for TaskLogOverview
|
|
23787
|
+
*
|
|
23788
|
+
* This schema provides runtime validation and type inference.
|
|
23789
|
+
* * Overview of task system with proper structure.
|
|
23790
|
+
|
|
23791
|
+
Provides high-level statistics about the entire task system:
|
|
23792
|
+
- Total tasks count (all-time)
|
|
23793
|
+
- Active queues list
|
|
23794
|
+
- Recent failures (last 24h)
|
|
23795
|
+
- Tasks distribution by queue (as array)
|
|
23796
|
+
- Tasks distribution by status (as array)
|
|
23797
|
+
|
|
23798
|
+
Used by /cfg/tasks/logs/overview/ endpoint.
|
|
23799
|
+
* */
|
|
23800
|
+
|
|
23801
|
+
/**
|
|
23802
|
+
* Overview of task system with proper structure.
|
|
23803
|
+
|
|
23804
|
+
Provides high-level statistics about the entire task system:
|
|
23805
|
+
- Total tasks count (all-time)
|
|
23806
|
+
- Active queues list
|
|
23807
|
+
- Recent failures (last 24h)
|
|
23808
|
+
- Tasks distribution by queue (as array)
|
|
23809
|
+
- Tasks distribution by status (as array)
|
|
23810
|
+
|
|
23811
|
+
Used by /cfg/tasks/logs/overview/ endpoint.
|
|
23812
|
+
*/
|
|
23813
|
+
declare const TaskLogOverviewSchema: z.ZodObject<{
|
|
23814
|
+
total_tasks: z.ZodInt;
|
|
23815
|
+
active_queues: z.ZodArray<z.ZodString>;
|
|
23816
|
+
recent_failures: z.ZodInt;
|
|
23817
|
+
tasks_by_queue: z.ZodArray<z.ZodObject<{
|
|
23818
|
+
queue_name: z.ZodString;
|
|
23819
|
+
count: z.ZodInt;
|
|
23820
|
+
}, z.core.$strip>>;
|
|
23821
|
+
tasks_by_status: z.ZodArray<z.ZodObject<{
|
|
23822
|
+
status: z.ZodString;
|
|
23823
|
+
count: z.ZodInt;
|
|
23824
|
+
}, z.core.$strip>>;
|
|
23825
|
+
}, z.core.$strip>;
|
|
23826
|
+
/**
|
|
23827
|
+
* Infer TypeScript type from Zod schema
|
|
23828
|
+
*/
|
|
23829
|
+
type TaskLogOverview = z.infer<typeof TaskLogOverviewSchema>;
|
|
23830
|
+
|
|
23831
|
+
/**
|
|
23832
|
+
* Zod schema for TaskLogStats
|
|
23833
|
+
*
|
|
23834
|
+
* This schema provides runtime validation and type inference.
|
|
23835
|
+
* * Statistics serializer for task metrics.
|
|
23836
|
+
|
|
23837
|
+
Not tied to a model - used for aggregated data.
|
|
23838
|
+
* */
|
|
23839
|
+
|
|
23840
|
+
/**
|
|
23841
|
+
* Statistics serializer for task metrics.
|
|
23842
|
+
|
|
23843
|
+
Not tied to a model - used for aggregated data.
|
|
23844
|
+
*/
|
|
23845
|
+
declare const TaskLogStatsSchema: z.ZodObject<{
|
|
23846
|
+
total: z.ZodInt;
|
|
23847
|
+
successful: z.ZodInt;
|
|
23848
|
+
failed: z.ZodInt;
|
|
23849
|
+
in_progress: z.ZodInt;
|
|
23850
|
+
success_rate: z.ZodNumber;
|
|
23851
|
+
avg_duration_ms: z.ZodInt;
|
|
23852
|
+
avg_duration_seconds: z.ZodNumber;
|
|
23853
|
+
period_hours: z.ZodOptional<z.ZodInt>;
|
|
23854
|
+
}, z.core.$strip>;
|
|
23855
|
+
/**
|
|
23856
|
+
* Infer TypeScript type from Zod schema
|
|
23857
|
+
*/
|
|
23858
|
+
type TaskLogStats = z.infer<typeof TaskLogStatsSchema>;
|
|
23859
|
+
|
|
23860
|
+
/**
|
|
23861
|
+
* Zod schema for TaskLogTimeline
|
|
23862
|
+
*
|
|
23863
|
+
* This schema provides runtime validation and type inference.
|
|
23864
|
+
* * Timeline response wrapper.
|
|
23865
|
+
|
|
23866
|
+
Returns timeline data as array of time-bucketed statistics.
|
|
23867
|
+
Used by /cfg/tasks/logs/timeline/ endpoint.
|
|
23868
|
+
* */
|
|
23869
|
+
|
|
23870
|
+
/**
|
|
23871
|
+
* Timeline response wrapper.
|
|
23872
|
+
|
|
23873
|
+
Returns timeline data as array of time-bucketed statistics.
|
|
23874
|
+
Used by /cfg/tasks/logs/timeline/ endpoint.
|
|
23875
|
+
*/
|
|
23876
|
+
declare const TaskLogTimelineSchema: z.ZodObject<{
|
|
23877
|
+
period_hours: z.ZodInt;
|
|
23878
|
+
interval: z.ZodString;
|
|
23879
|
+
data: z.ZodArray<z.ZodObject<{
|
|
23880
|
+
timestamp: z.ZodISODateTime;
|
|
23881
|
+
total: z.ZodInt;
|
|
23882
|
+
successful: z.ZodInt;
|
|
23883
|
+
failed: z.ZodInt;
|
|
23884
|
+
in_progress: z.ZodOptional<z.ZodInt>;
|
|
23885
|
+
avg_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
23886
|
+
}, z.core.$strip>>;
|
|
23887
|
+
}, z.core.$strip>;
|
|
23888
|
+
/**
|
|
23889
|
+
* Infer TypeScript type from Zod schema
|
|
23890
|
+
*/
|
|
23891
|
+
type TaskLogTimeline = z.infer<typeof TaskLogTimelineSchema>;
|
|
23892
|
+
|
|
23893
|
+
/**
|
|
23894
|
+
* Zod schema for TaskLogTimelineItem
|
|
23895
|
+
*
|
|
23896
|
+
* This schema provides runtime validation and type inference.
|
|
23897
|
+
* * Single timeline data point.
|
|
21873
23898
|
|
|
21874
|
-
|
|
21875
|
-
Combines ReArq Job + JobResult data.
|
|
23899
|
+
Represents aggregated task statistics for a specific time period.
|
|
21876
23900
|
* */
|
|
21877
23901
|
|
|
21878
23902
|
/**
|
|
21879
|
-
*
|
|
23903
|
+
* Single timeline data point.
|
|
21880
23904
|
|
|
21881
|
-
|
|
21882
|
-
Combines ReArq Job + JobResult data.
|
|
23905
|
+
Represents aggregated task statistics for a specific time period.
|
|
21883
23906
|
*/
|
|
21884
|
-
declare const
|
|
21885
|
-
|
|
21886
|
-
|
|
21887
|
-
|
|
21888
|
-
|
|
21889
|
-
|
|
21890
|
-
|
|
21891
|
-
success: z.ZodNullable<z.ZodBoolean>;
|
|
21892
|
-
args: z.ZodString;
|
|
21893
|
-
kwargs: z.ZodString;
|
|
21894
|
-
result: z.ZodNullable<z.ZodString>;
|
|
21895
|
-
error_message: z.ZodNullable<z.ZodString>;
|
|
21896
|
-
duration_ms: z.ZodNullable<z.ZodInt>;
|
|
21897
|
-
duration_seconds: z.ZodNumber;
|
|
21898
|
-
job_retry: z.ZodInt;
|
|
21899
|
-
job_retries: z.ZodInt;
|
|
21900
|
-
job_retry_after: z.ZodInt;
|
|
21901
|
-
worker_id: z.ZodNullable<z.ZodString>;
|
|
21902
|
-
enqueue_time: z.ZodISODateTime;
|
|
21903
|
-
expire_time: z.ZodNullable<z.ZodISODateTime>;
|
|
21904
|
-
start_time: z.ZodNullable<z.ZodISODateTime>;
|
|
21905
|
-
finish_time: z.ZodNullable<z.ZodISODateTime>;
|
|
21906
|
-
created_at: z.ZodISODateTime;
|
|
21907
|
-
updated_at: z.ZodISODateTime;
|
|
21908
|
-
user: z.ZodNullable<z.ZodInt>;
|
|
21909
|
-
user_display: z.ZodString;
|
|
23907
|
+
declare const TaskLogTimelineItemSchema: z.ZodObject<{
|
|
23908
|
+
timestamp: z.ZodISODateTime;
|
|
23909
|
+
total: z.ZodInt;
|
|
23910
|
+
successful: z.ZodInt;
|
|
23911
|
+
failed: z.ZodInt;
|
|
23912
|
+
in_progress: z.ZodOptional<z.ZodInt>;
|
|
23913
|
+
avg_duration_ms: z.ZodOptional<z.ZodNumber>;
|
|
21910
23914
|
}, z.core.$strip>;
|
|
21911
23915
|
/**
|
|
21912
23916
|
* Infer TypeScript type from Zod schema
|
|
21913
23917
|
*/
|
|
21914
|
-
type
|
|
23918
|
+
type TaskLogTimelineItem = z.infer<typeof TaskLogTimelineItemSchema>;
|
|
21915
23919
|
|
|
21916
23920
|
/**
|
|
21917
|
-
* Zod schema for
|
|
23921
|
+
* Zod schema for TasksByQueue
|
|
21918
23922
|
*
|
|
21919
23923
|
* This schema provides runtime validation and type inference.
|
|
21920
|
-
* *
|
|
23924
|
+
* * Tasks count by queue.
|
|
21921
23925
|
|
|
21922
|
-
|
|
23926
|
+
Used in overview endpoint for tasks_by_queue list.
|
|
21923
23927
|
* */
|
|
21924
23928
|
|
|
21925
23929
|
/**
|
|
21926
|
-
*
|
|
23930
|
+
* Tasks count by queue.
|
|
21927
23931
|
|
|
21928
|
-
|
|
23932
|
+
Used in overview endpoint for tasks_by_queue list.
|
|
21929
23933
|
*/
|
|
21930
|
-
declare const
|
|
21931
|
-
id: z.ZodInt;
|
|
21932
|
-
job_id: z.ZodString;
|
|
21933
|
-
task_name: z.ZodString;
|
|
23934
|
+
declare const TasksByQueueSchema: z.ZodObject<{
|
|
21934
23935
|
queue_name: z.ZodString;
|
|
21935
|
-
|
|
21936
|
-
status_display: z.ZodString;
|
|
21937
|
-
success: z.ZodNullable<z.ZodBoolean>;
|
|
21938
|
-
job_retries: z.ZodInt;
|
|
21939
|
-
duration_ms: z.ZodNullable<z.ZodInt>;
|
|
21940
|
-
enqueue_time: z.ZodISODateTime;
|
|
21941
|
-
start_time: z.ZodNullable<z.ZodISODateTime>;
|
|
21942
|
-
finish_time: z.ZodNullable<z.ZodISODateTime>;
|
|
23936
|
+
count: z.ZodInt;
|
|
21943
23937
|
}, z.core.$strip>;
|
|
21944
23938
|
/**
|
|
21945
23939
|
* Infer TypeScript type from Zod schema
|
|
21946
23940
|
*/
|
|
21947
|
-
type
|
|
23941
|
+
type TasksByQueue = z.infer<typeof TasksByQueueSchema>;
|
|
21948
23942
|
|
|
21949
23943
|
/**
|
|
21950
|
-
* Zod schema for
|
|
23944
|
+
* Zod schema for TasksByStatus
|
|
21951
23945
|
*
|
|
21952
23946
|
* This schema provides runtime validation and type inference.
|
|
21953
|
-
* *
|
|
23947
|
+
* * Tasks count by status.
|
|
21954
23948
|
|
|
21955
|
-
|
|
23949
|
+
Used in overview endpoint for tasks_by_status list.
|
|
21956
23950
|
* */
|
|
21957
23951
|
|
|
21958
23952
|
/**
|
|
21959
|
-
*
|
|
23953
|
+
* Tasks count by status.
|
|
21960
23954
|
|
|
21961
|
-
|
|
23955
|
+
Used in overview endpoint for tasks_by_status list.
|
|
21962
23956
|
*/
|
|
21963
|
-
declare const
|
|
21964
|
-
|
|
21965
|
-
|
|
21966
|
-
failed: z.ZodInt;
|
|
21967
|
-
in_progress: z.ZodInt;
|
|
21968
|
-
success_rate: z.ZodNumber;
|
|
21969
|
-
avg_duration_ms: z.ZodInt;
|
|
21970
|
-
avg_duration_seconds: z.ZodNumber;
|
|
21971
|
-
period_hours: z.ZodOptional<z.ZodInt>;
|
|
23957
|
+
declare const TasksByStatusSchema: z.ZodObject<{
|
|
23958
|
+
status: z.ZodString;
|
|
23959
|
+
count: z.ZodInt;
|
|
21972
23960
|
}, z.core.$strip>;
|
|
21973
23961
|
/**
|
|
21974
23962
|
* Infer TypeScript type from Zod schema
|
|
21975
23963
|
*/
|
|
21976
|
-
type
|
|
23964
|
+
type TasksByStatus = z.infer<typeof TasksByStatusSchema>;
|
|
21977
23965
|
|
|
21978
23966
|
/**
|
|
21979
23967
|
* Zod schema for TestEmailRequest
|
|
@@ -22498,6 +24486,10 @@ declare const index$2_MessageCreateSchema: typeof MessageCreateSchema;
|
|
|
22498
24486
|
type index$2_MessageRequest = MessageRequest;
|
|
22499
24487
|
declare const index$2_MessageRequestSchema: typeof MessageRequestSchema;
|
|
22500
24488
|
declare const index$2_MessageSchema: typeof MessageSchema;
|
|
24489
|
+
type index$2_MethodList = MethodList;
|
|
24490
|
+
declare const index$2_MethodListSchema: typeof MethodListSchema;
|
|
24491
|
+
type index$2_MethodStatsSerializer = MethodStatsSerializer;
|
|
24492
|
+
declare const index$2_MethodStatsSerializerSchema: typeof MethodStatsSerializerSchema;
|
|
22501
24493
|
type index$2_Newsletter = Newsletter;
|
|
22502
24494
|
type index$2_NewsletterCampaign = NewsletterCampaign;
|
|
22503
24495
|
type index$2_NewsletterCampaignRequest = NewsletterCampaignRequest;
|
|
@@ -22598,6 +24590,8 @@ type index$2_QuickHealth = QuickHealth;
|
|
|
22598
24590
|
declare const index$2_QuickHealthSchema: typeof QuickHealthSchema;
|
|
22599
24591
|
type index$2_RecentPublishes = RecentPublishes;
|
|
22600
24592
|
declare const index$2_RecentPublishesSchema: typeof RecentPublishesSchema;
|
|
24593
|
+
type index$2_RecentRequests = RecentRequests;
|
|
24594
|
+
declare const index$2_RecentRequestsSchema: typeof RecentRequestsSchema;
|
|
22601
24595
|
type index$2_RecentUser = RecentUser;
|
|
22602
24596
|
declare const index$2_RecentUserSchema: typeof RecentUserSchema;
|
|
22603
24597
|
type index$2_SendCampaignRequest = SendCampaignRequest;
|
|
@@ -22606,6 +24600,10 @@ type index$2_SendCampaignResponse = SendCampaignResponse;
|
|
|
22606
24600
|
declare const index$2_SendCampaignResponseSchema: typeof SendCampaignResponseSchema;
|
|
22607
24601
|
type index$2_Sender = Sender;
|
|
22608
24602
|
declare const index$2_SenderSchema: typeof SenderSchema;
|
|
24603
|
+
type index$2_ServiceList = ServiceList;
|
|
24604
|
+
declare const index$2_ServiceListSchema: typeof ServiceListSchema;
|
|
24605
|
+
type index$2_ServiceStatsSerializer = ServiceStatsSerializer;
|
|
24606
|
+
declare const index$2_ServiceStatsSerializerSchema: typeof ServiceStatsSerializerSchema;
|
|
22609
24607
|
type index$2_StatCard = StatCard;
|
|
22610
24608
|
declare const index$2_StatCardSchema: typeof StatCardSchema;
|
|
22611
24609
|
type index$2_SubscribeRequest = SubscribeRequest;
|
|
@@ -22625,9 +24623,19 @@ type index$2_TaskLogDetail = TaskLogDetail;
|
|
|
22625
24623
|
declare const index$2_TaskLogDetailSchema: typeof TaskLogDetailSchema;
|
|
22626
24624
|
type index$2_TaskLogList = TaskLogList;
|
|
22627
24625
|
declare const index$2_TaskLogListSchema: typeof TaskLogListSchema;
|
|
24626
|
+
type index$2_TaskLogOverview = TaskLogOverview;
|
|
24627
|
+
declare const index$2_TaskLogOverviewSchema: typeof TaskLogOverviewSchema;
|
|
22628
24628
|
declare const index$2_TaskLogSchema: typeof TaskLogSchema;
|
|
22629
24629
|
type index$2_TaskLogStats = TaskLogStats;
|
|
22630
24630
|
declare const index$2_TaskLogStatsSchema: typeof TaskLogStatsSchema;
|
|
24631
|
+
type index$2_TaskLogTimeline = TaskLogTimeline;
|
|
24632
|
+
type index$2_TaskLogTimelineItem = TaskLogTimelineItem;
|
|
24633
|
+
declare const index$2_TaskLogTimelineItemSchema: typeof TaskLogTimelineItemSchema;
|
|
24634
|
+
declare const index$2_TaskLogTimelineSchema: typeof TaskLogTimelineSchema;
|
|
24635
|
+
type index$2_TasksByQueue = TasksByQueue;
|
|
24636
|
+
declare const index$2_TasksByQueueSchema: typeof TasksByQueueSchema;
|
|
24637
|
+
type index$2_TasksByStatus = TasksByStatus;
|
|
24638
|
+
declare const index$2_TasksByStatusSchema: typeof TasksByStatusSchema;
|
|
22631
24639
|
type index$2_TestEmailRequest = TestEmailRequest;
|
|
22632
24640
|
declare const index$2_TestEmailRequestSchema: typeof TestEmailRequestSchema;
|
|
22633
24641
|
type index$2_Ticket = Ticket;
|
|
@@ -22659,7 +24667,7 @@ declare const index$2_VectorizationResultSchema: typeof VectorizationResultSchem
|
|
|
22659
24667
|
type index$2_VectorizationStatistics = VectorizationStatistics;
|
|
22660
24668
|
declare const index$2_VectorizationStatisticsSchema: typeof VectorizationStatisticsSchema;
|
|
22661
24669
|
declare namespace index$2 {
|
|
22662
|
-
export { type index$2_APIZone as APIZone, index$2_APIZoneSchema as APIZoneSchema, type index$2_APIZonesSummary as APIZonesSummary, index$2_APIZonesSummarySchema as APIZonesSummarySchema, type index$2_ActivityEntry as ActivityEntry, index$2_ActivityEntrySchema as ActivityEntrySchema, type index$2_ActivityTrackerDay as ActivityTrackerDay, index$2_ActivityTrackerDaySchema as ActivityTrackerDaySchema, type index$2_AppStatistics as AppStatistics, index$2_AppStatisticsSchema as AppStatisticsSchema, type index$2_ArchiveItem as ArchiveItem, type index$2_ArchiveItemChunk as ArchiveItemChunk, type index$2_ArchiveItemChunkDetail as ArchiveItemChunkDetail, index$2_ArchiveItemChunkDetailSchema as ArchiveItemChunkDetailSchema, type index$2_ArchiveItemChunkRequest as ArchiveItemChunkRequest, index$2_ArchiveItemChunkRequestSchema as ArchiveItemChunkRequestSchema, index$2_ArchiveItemChunkSchema as ArchiveItemChunkSchema, type index$2_ArchiveItemDetail as ArchiveItemDetail, index$2_ArchiveItemDetailSchema as ArchiveItemDetailSchema, type index$2_ArchiveItemRequest as ArchiveItemRequest, index$2_ArchiveItemRequestSchema as ArchiveItemRequestSchema, index$2_ArchiveItemSchema as ArchiveItemSchema, type index$2_ArchiveProcessingResult as ArchiveProcessingResult, index$2_ArchiveProcessingResultSchema as ArchiveProcessingResultSchema, type index$2_ArchiveSearchRequestRequest as ArchiveSearchRequestRequest, index$2_ArchiveSearchRequestRequestSchema as ArchiveSearchRequestRequestSchema, type index$2_ArchiveSearchResult as ArchiveSearchResult, index$2_ArchiveSearchResultSchema as ArchiveSearchResultSchema, type index$2_ArchiveStatistics as ArchiveStatistics, index$2_ArchiveStatisticsSchema as ArchiveStatisticsSchema, type index$2_Balance as Balance, index$2_BalanceSchema as BalanceSchema, type index$2_BulkEmailRequest as BulkEmailRequest, index$2_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$2_BulkEmailResponse as BulkEmailResponse, index$2_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$2_CentrifugoChannelInfo as CentrifugoChannelInfo, index$2_CentrifugoChannelInfoSchema as CentrifugoChannelInfoSchema, type index$2_CentrifugoChannelsRequestRequest as CentrifugoChannelsRequestRequest, index$2_CentrifugoChannelsRequestRequestSchema as CentrifugoChannelsRequestRequestSchema, type index$2_CentrifugoChannelsResponse as CentrifugoChannelsResponse, index$2_CentrifugoChannelsResponseSchema as CentrifugoChannelsResponseSchema, type index$2_CentrifugoChannelsResult as CentrifugoChannelsResult, index$2_CentrifugoChannelsResultSchema as CentrifugoChannelsResultSchema, type index$2_CentrifugoClientInfo as CentrifugoClientInfo, index$2_CentrifugoClientInfoSchema as CentrifugoClientInfoSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHistoryRequestRequest as CentrifugoHistoryRequestRequest, index$2_CentrifugoHistoryRequestRequestSchema as CentrifugoHistoryRequestRequestSchema, type index$2_CentrifugoHistoryResponse as CentrifugoHistoryResponse, index$2_CentrifugoHistoryResponseSchema as CentrifugoHistoryResponseSchema, type index$2_CentrifugoHistoryResult as CentrifugoHistoryResult, index$2_CentrifugoHistoryResultSchema as CentrifugoHistoryResultSchema, type index$2_CentrifugoInfoResponse as CentrifugoInfoResponse, index$2_CentrifugoInfoResponseSchema as CentrifugoInfoResponseSchema, type index$2_CentrifugoInfoResult as CentrifugoInfoResult, index$2_CentrifugoInfoResultSchema as CentrifugoInfoResultSchema, type index$2_CentrifugoMetrics as CentrifugoMetrics, index$2_CentrifugoMetricsSchema as CentrifugoMetricsSchema, type index$2_CentrifugoNodeInfo as CentrifugoNodeInfo, index$2_CentrifugoNodeInfoSchema as CentrifugoNodeInfoSchema, type index$2_CentrifugoPresenceRequestRequest as CentrifugoPresenceRequestRequest, index$2_CentrifugoPresenceRequestRequestSchema as CentrifugoPresenceRequestRequestSchema, type index$2_CentrifugoPresenceResponse as CentrifugoPresenceResponse, index$2_CentrifugoPresenceResponseSchema as CentrifugoPresenceResponseSchema, type index$2_CentrifugoPresenceResult as CentrifugoPresenceResult, index$2_CentrifugoPresenceResultSchema as CentrifugoPresenceResultSchema, type index$2_CentrifugoPresenceStatsRequestRequest as CentrifugoPresenceStatsRequestRequest, index$2_CentrifugoPresenceStatsRequestRequestSchema as CentrifugoPresenceStatsRequestRequestSchema, type index$2_CentrifugoPresenceStatsResponse as CentrifugoPresenceStatsResponse, index$2_CentrifugoPresenceStatsResponseSchema as CentrifugoPresenceStatsResponseSchema, type index$2_CentrifugoPresenceStatsResult as CentrifugoPresenceStatsResult, index$2_CentrifugoPresenceStatsResultSchema as CentrifugoPresenceStatsResultSchema, type index$2_CentrifugoProcess as CentrifugoProcess, index$2_CentrifugoProcessSchema as CentrifugoProcessSchema, type index$2_CentrifugoPublication as CentrifugoPublication, index$2_CentrifugoPublicationSchema as CentrifugoPublicationSchema, type index$2_CentrifugoStreamPosition as CentrifugoStreamPosition, index$2_CentrifugoStreamPositionSchema as CentrifugoStreamPositionSchema, type index$2_ChannelList as ChannelList, index$2_ChannelListSchema as ChannelListSchema, type index$2_ChannelStatsSerializer as ChannelStatsSerializer, index$2_ChannelStatsSerializerSchema as ChannelStatsSerializerSchema, type index$2_ChartData as ChartData, index$2_ChartDataSchema as ChartDataSchema, type index$2_ChartDataset as ChartDataset, index$2_ChartDatasetSchema as ChartDatasetSchema, type index$2_ChatHistory as ChatHistory, index$2_ChatHistorySchema as ChatHistorySchema, type index$2_ChatMessage as ChatMessage, index$2_ChatMessageSchema as ChatMessageSchema, type index$2_ChatQueryRequest as ChatQueryRequest, index$2_ChatQueryRequestSchema as ChatQueryRequestSchema, type index$2_ChatResponse as ChatResponse, type index$2_ChatResponseRequest as ChatResponseRequest, index$2_ChatResponseRequestSchema as ChatResponseRequestSchema, index$2_ChatResponseSchema as ChatResponseSchema, type index$2_ChatSession as ChatSession, type index$2_ChatSessionCreateRequest as ChatSessionCreateRequest, index$2_ChatSessionCreateRequestSchema as ChatSessionCreateRequestSchema, type index$2_ChatSessionRequest as ChatSessionRequest, index$2_ChatSessionRequestSchema as ChatSessionRequestSchema, index$2_ChatSessionSchema as ChatSessionSchema, type index$2_ChatSource as ChatSource, type index$2_ChatSourceRequest as ChatSourceRequest, index$2_ChatSourceRequestSchema as ChatSourceRequestSchema, index$2_ChatSourceSchema as ChatSourceSchema, type index$2_ChunkRevectorizationRequestRequest as ChunkRevectorizationRequestRequest, index$2_ChunkRevectorizationRequestRequestSchema as ChunkRevectorizationRequestRequestSchema, type index$2_Command as Command, type index$2_CommandExecuteRequestRequest as CommandExecuteRequestRequest, index$2_CommandExecuteRequestRequestSchema as CommandExecuteRequestRequestSchema, type index$2_CommandHelpResponse as CommandHelpResponse, index$2_CommandHelpResponseSchema as CommandHelpResponseSchema, index$2_CommandSchema as CommandSchema, type index$2_CommandsSummary as CommandsSummary, index$2_CommandsSummarySchema as CommandsSummarySchema, type index$2_ConnectionTokenRequestRequest as ConnectionTokenRequestRequest, index$2_ConnectionTokenRequestRequestSchema as ConnectionTokenRequestRequestSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, type index$2_Document as Document, type index$2_DocumentArchive as DocumentArchive, type index$2_DocumentArchiveDetail as DocumentArchiveDetail, index$2_DocumentArchiveDetailSchema as DocumentArchiveDetailSchema, type index$2_DocumentArchiveList as DocumentArchiveList, index$2_DocumentArchiveListSchema as DocumentArchiveListSchema, type index$2_DocumentArchiveRequest as DocumentArchiveRequest, index$2_DocumentArchiveRequestSchema as DocumentArchiveRequestSchema, index$2_DocumentArchiveSchema as DocumentArchiveSchema, type index$2_DocumentCategory as DocumentCategory, type index$2_DocumentCategoryRequest as DocumentCategoryRequest, index$2_DocumentCategoryRequestSchema as DocumentCategoryRequestSchema, index$2_DocumentCategorySchema as DocumentCategorySchema, type index$2_DocumentCreateRequest as DocumentCreateRequest, index$2_DocumentCreateRequestSchema as DocumentCreateRequestSchema, type index$2_DocumentProcessingStatus as DocumentProcessingStatus, index$2_DocumentProcessingStatusSchema as DocumentProcessingStatusSchema, type index$2_DocumentRequest as DocumentRequest, index$2_DocumentRequestSchema as DocumentRequestSchema, index$2_DocumentSchema as DocumentSchema, type index$2_DocumentStats as DocumentStats, index$2_DocumentStatsSchema as DocumentStatsSchema, type index$2_EmailLog as EmailLog, index$2_EmailLogSchema as EmailLogSchema, type index$2_Endpoint as Endpoint, index$2_EndpointSchema as EndpointSchema, type index$2_EndpointsStatus as EndpointsStatus, index$2_EndpointsStatusSchema as EndpointsStatusSchema, type index$2_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, type index$2_LeadSubmission as LeadSubmission, type index$2_LeadSubmissionError as LeadSubmissionError, index$2_LeadSubmissionErrorSchema as LeadSubmissionErrorSchema, type index$2_LeadSubmissionRequest as LeadSubmissionRequest, index$2_LeadSubmissionRequestSchema as LeadSubmissionRequestSchema, type index$2_LeadSubmissionResponse as LeadSubmissionResponse, index$2_LeadSubmissionResponseSchema as LeadSubmissionResponseSchema, index$2_LeadSubmissionSchema as LeadSubmissionSchema, type index$2_ManualAckRequestRequest as ManualAckRequestRequest, index$2_ManualAckRequestRequestSchema as ManualAckRequestRequestSchema, type index$2_ManualAckResponse as ManualAckResponse, index$2_ManualAckResponseSchema as ManualAckResponseSchema, type index$2_Message as Message, type index$2_MessageCreate as MessageCreate, type index$2_MessageCreateRequest as MessageCreateRequest, index$2_MessageCreateRequestSchema as MessageCreateRequestSchema, index$2_MessageCreateSchema as MessageCreateSchema, type index$2_MessageRequest as MessageRequest, index$2_MessageRequestSchema as MessageRequestSchema, index$2_MessageSchema as MessageSchema, type index$2_Newsletter as Newsletter, type index$2_NewsletterCampaign as NewsletterCampaign, type index$2_NewsletterCampaignRequest as NewsletterCampaignRequest, index$2_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$2_NewsletterCampaignSchema as NewsletterCampaignSchema, index$2_NewsletterSchema as NewsletterSchema, type index$2_NewsletterSubscription as NewsletterSubscription, index$2_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$2_OTPErrorResponse as OTPErrorResponse, index$2_OTPErrorResponseSchema as OTPErrorResponseSchema, type index$2_OTPRequestRequest as OTPRequestRequest, index$2_OTPRequestRequestSchema as OTPRequestRequestSchema, type index$2_OTPRequestResponse as OTPRequestResponse, index$2_OTPRequestResponseSchema as OTPRequestResponseSchema, type index$2_OTPVerifyRequest as OTPVerifyRequest, index$2_OTPVerifyRequestSchema as OTPVerifyRequestSchema, type index$2_OTPVerifyResponse as OTPVerifyResponse, index$2_OTPVerifyResponseSchema as OTPVerifyResponseSchema, type index$2_OverviewStats as OverviewStats, index$2_OverviewStatsSchema as OverviewStatsSchema, type index$2_PaginatedArchiveItemChunkList as PaginatedArchiveItemChunkList, index$2_PaginatedArchiveItemChunkListSchema as PaginatedArchiveItemChunkListSchema, type index$2_PaginatedArchiveItemList as PaginatedArchiveItemList, index$2_PaginatedArchiveItemListSchema as PaginatedArchiveItemListSchema, type index$2_PaginatedArchiveSearchResultList as PaginatedArchiveSearchResultList, index$2_PaginatedArchiveSearchResultListSchema as PaginatedArchiveSearchResultListSchema, type index$2_PaginatedChatResponseList as PaginatedChatResponseList, index$2_PaginatedChatResponseListSchema as PaginatedChatResponseListSchema, type index$2_PaginatedChatSessionList as PaginatedChatSessionList, index$2_PaginatedChatSessionListSchema as PaginatedChatSessionListSchema, type index$2_PaginatedDocumentArchiveListList as PaginatedDocumentArchiveListList, index$2_PaginatedDocumentArchiveListListSchema as PaginatedDocumentArchiveListListSchema, type index$2_PaginatedDocumentList as PaginatedDocumentList, index$2_PaginatedDocumentListSchema as PaginatedDocumentListSchema, type index$2_PaginatedEmailLogList as PaginatedEmailLogList, index$2_PaginatedEmailLogListSchema as PaginatedEmailLogListSchema, type index$2_PaginatedLeadSubmissionList as PaginatedLeadSubmissionList, index$2_PaginatedLeadSubmissionListSchema as PaginatedLeadSubmissionListSchema, type index$2_PaginatedMessageList as PaginatedMessageList, index$2_PaginatedMessageListSchema as PaginatedMessageListSchema, type index$2_PaginatedNewsletterCampaignList as PaginatedNewsletterCampaignList, index$2_PaginatedNewsletterCampaignListSchema as PaginatedNewsletterCampaignListSchema, type index$2_PaginatedNewsletterList as PaginatedNewsletterList, index$2_PaginatedNewsletterListSchema as PaginatedNewsletterListSchema, type index$2_PaginatedNewsletterSubscriptionList as PaginatedNewsletterSubscriptionList, index$2_PaginatedNewsletterSubscriptionListSchema as PaginatedNewsletterSubscriptionListSchema, type index$2_PaginatedPaymentListList as PaginatedPaymentListList, index$2_PaginatedPaymentListListSchema as PaginatedPaymentListListSchema, type index$2_PaginatedPublicCategoryList as PaginatedPublicCategoryList, index$2_PaginatedPublicCategoryListSchema as PaginatedPublicCategoryListSchema, type index$2_PaginatedPublicDocumentListList as PaginatedPublicDocumentListList, index$2_PaginatedPublicDocumentListListSchema as PaginatedPublicDocumentListListSchema, type index$2_PaginatedTaskLogListList as PaginatedTaskLogListList, index$2_PaginatedTaskLogListListSchema as PaginatedTaskLogListListSchema, type index$2_PaginatedTicketList as PaginatedTicketList, index$2_PaginatedTicketListSchema as PaginatedTicketListSchema, type index$2_PatchedArchiveItemChunkRequest as PatchedArchiveItemChunkRequest, index$2_PatchedArchiveItemChunkRequestSchema as PatchedArchiveItemChunkRequestSchema, type index$2_PatchedArchiveItemRequest as PatchedArchiveItemRequest, index$2_PatchedArchiveItemRequestSchema as PatchedArchiveItemRequestSchema, type index$2_PatchedChatResponseRequest as PatchedChatResponseRequest, index$2_PatchedChatResponseRequestSchema as PatchedChatResponseRequestSchema, type index$2_PatchedChatSessionRequest as PatchedChatSessionRequest, index$2_PatchedChatSessionRequestSchema as PatchedChatSessionRequestSchema, type index$2_PatchedDocumentArchiveRequest as PatchedDocumentArchiveRequest, index$2_PatchedDocumentArchiveRequestSchema as PatchedDocumentArchiveRequestSchema, type index$2_PatchedDocumentRequest as PatchedDocumentRequest, index$2_PatchedDocumentRequestSchema as PatchedDocumentRequestSchema, type index$2_PatchedLeadSubmissionRequest as PatchedLeadSubmissionRequest, index$2_PatchedLeadSubmissionRequestSchema as PatchedLeadSubmissionRequestSchema, type index$2_PatchedMessageRequest as PatchedMessageRequest, index$2_PatchedMessageRequestSchema as PatchedMessageRequestSchema, type index$2_PatchedNewsletterCampaignRequest as PatchedNewsletterCampaignRequest, index$2_PatchedNewsletterCampaignRequestSchema as PatchedNewsletterCampaignRequestSchema, type index$2_PatchedTicketRequest as PatchedTicketRequest, index$2_PatchedTicketRequestSchema as PatchedTicketRequestSchema, type index$2_PatchedUnsubscribeRequest as PatchedUnsubscribeRequest, index$2_PatchedUnsubscribeRequestSchema as PatchedUnsubscribeRequestSchema, type index$2_PatchedUserProfileUpdateRequest as PatchedUserProfileUpdateRequest, index$2_PatchedUserProfileUpdateRequestSchema as PatchedUserProfileUpdateRequestSchema, type index$2_PaymentDetail as PaymentDetail, index$2_PaymentDetailSchema as PaymentDetailSchema, type index$2_PaymentList as PaymentList, index$2_PaymentListSchema as PaymentListSchema, type index$2_PublicCategory as PublicCategory, index$2_PublicCategorySchema as PublicCategorySchema, type index$2_PublicDocument as PublicDocument, type index$2_PublicDocumentList as PublicDocumentList, index$2_PublicDocumentListSchema as PublicDocumentListSchema, index$2_PublicDocumentSchema as PublicDocumentSchema, type index$2_PublishTestRequestRequest as PublishTestRequestRequest, index$2_PublishTestRequestRequestSchema as PublishTestRequestRequestSchema, type index$2_PublishTestResponse as PublishTestResponse, index$2_PublishTestResponseSchema as PublishTestResponseSchema, type index$2_QuickAction as QuickAction, index$2_QuickActionSchema as QuickActionSchema, type index$2_QuickHealth as QuickHealth, index$2_QuickHealthSchema as QuickHealthSchema, type index$2_RecentPublishes as RecentPublishes, index$2_RecentPublishesSchema as RecentPublishesSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, type index$2_SendCampaignRequest as SendCampaignRequest, index$2_SendCampaignRequestSchema as SendCampaignRequestSchema, type index$2_SendCampaignResponse as SendCampaignResponse, index$2_SendCampaignResponseSchema as SendCampaignResponseSchema, type index$2_Sender as Sender, index$2_SenderSchema as SenderSchema, type index$2_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, type index$2_SubscribeRequest as SubscribeRequest, index$2_SubscribeRequestSchema as SubscribeRequestSchema, type index$2_SubscribeResponse as SubscribeResponse, index$2_SubscribeResponseSchema as SubscribeResponseSchema, type index$2_SuccessResponse as SuccessResponse, index$2_SuccessResponseSchema as SuccessResponseSchema, type index$2_SystemHealth as SystemHealth, type index$2_SystemHealthItem as SystemHealthItem, index$2_SystemHealthItemSchema as SystemHealthItemSchema, index$2_SystemHealthSchema as SystemHealthSchema, type index$2_SystemMetrics as SystemMetrics, index$2_SystemMetricsSchema as SystemMetricsSchema, type index$2_TaskLog as TaskLog, type index$2_TaskLogDetail as TaskLogDetail, index$2_TaskLogDetailSchema as TaskLogDetailSchema, type index$2_TaskLogList as TaskLogList, index$2_TaskLogListSchema as TaskLogListSchema, index$2_TaskLogSchema as TaskLogSchema, type index$2_TaskLogStats as TaskLogStats, index$2_TaskLogStatsSchema as TaskLogStatsSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, type index$2_Ticket as Ticket, type index$2_TicketRequest as TicketRequest, index$2_TicketRequestSchema as TicketRequestSchema, index$2_TicketSchema as TicketSchema, type index$2_TokenRefresh as TokenRefresh, type index$2_TokenRefreshRequest as TokenRefreshRequest, index$2_TokenRefreshRequestSchema as TokenRefreshRequestSchema, index$2_TokenRefreshSchema as TokenRefreshSchema, type index$2_Transaction as Transaction, index$2_TransactionSchema as TransactionSchema, type index$2_URLPattern as URLPattern, index$2_URLPatternSchema as URLPatternSchema, type index$2_URLsList as URLsList, index$2_URLsListSchema as URLsListSchema, type index$2_Unsubscribe as Unsubscribe, type index$2_UnsubscribeRequest as UnsubscribeRequest, index$2_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$2_UnsubscribeSchema as UnsubscribeSchema, type index$2_User as User, type index$2_UserProfileUpdateRequest as UserProfileUpdateRequest, index$2_UserProfileUpdateRequestSchema as UserProfileUpdateRequestSchema, index$2_UserSchema as UserSchema, type index$2_UserStatistics as UserStatistics, index$2_UserStatisticsSchema as UserStatisticsSchema, type index$2_VectorizationResult as VectorizationResult, index$2_VectorizationResultSchema as VectorizationResultSchema, type index$2_VectorizationStatistics as VectorizationStatistics, index$2_VectorizationStatisticsSchema as VectorizationStatisticsSchema };
|
|
24670
|
+
export { type index$2_APIZone as APIZone, index$2_APIZoneSchema as APIZoneSchema, type index$2_APIZonesSummary as APIZonesSummary, index$2_APIZonesSummarySchema as APIZonesSummarySchema, type index$2_ActivityEntry as ActivityEntry, index$2_ActivityEntrySchema as ActivityEntrySchema, type index$2_ActivityTrackerDay as ActivityTrackerDay, index$2_ActivityTrackerDaySchema as ActivityTrackerDaySchema, type index$2_AppStatistics as AppStatistics, index$2_AppStatisticsSchema as AppStatisticsSchema, type index$2_ArchiveItem as ArchiveItem, type index$2_ArchiveItemChunk as ArchiveItemChunk, type index$2_ArchiveItemChunkDetail as ArchiveItemChunkDetail, index$2_ArchiveItemChunkDetailSchema as ArchiveItemChunkDetailSchema, type index$2_ArchiveItemChunkRequest as ArchiveItemChunkRequest, index$2_ArchiveItemChunkRequestSchema as ArchiveItemChunkRequestSchema, index$2_ArchiveItemChunkSchema as ArchiveItemChunkSchema, type index$2_ArchiveItemDetail as ArchiveItemDetail, index$2_ArchiveItemDetailSchema as ArchiveItemDetailSchema, type index$2_ArchiveItemRequest as ArchiveItemRequest, index$2_ArchiveItemRequestSchema as ArchiveItemRequestSchema, index$2_ArchiveItemSchema as ArchiveItemSchema, type index$2_ArchiveProcessingResult as ArchiveProcessingResult, index$2_ArchiveProcessingResultSchema as ArchiveProcessingResultSchema, type index$2_ArchiveSearchRequestRequest as ArchiveSearchRequestRequest, index$2_ArchiveSearchRequestRequestSchema as ArchiveSearchRequestRequestSchema, type index$2_ArchiveSearchResult as ArchiveSearchResult, index$2_ArchiveSearchResultSchema as ArchiveSearchResultSchema, type index$2_ArchiveStatistics as ArchiveStatistics, index$2_ArchiveStatisticsSchema as ArchiveStatisticsSchema, type index$2_Balance as Balance, index$2_BalanceSchema as BalanceSchema, type index$2_BulkEmailRequest as BulkEmailRequest, index$2_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$2_BulkEmailResponse as BulkEmailResponse, index$2_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$2_CentrifugoChannelInfo as CentrifugoChannelInfo, index$2_CentrifugoChannelInfoSchema as CentrifugoChannelInfoSchema, type index$2_CentrifugoChannelsRequestRequest as CentrifugoChannelsRequestRequest, index$2_CentrifugoChannelsRequestRequestSchema as CentrifugoChannelsRequestRequestSchema, type index$2_CentrifugoChannelsResponse as CentrifugoChannelsResponse, index$2_CentrifugoChannelsResponseSchema as CentrifugoChannelsResponseSchema, type index$2_CentrifugoChannelsResult as CentrifugoChannelsResult, index$2_CentrifugoChannelsResultSchema as CentrifugoChannelsResultSchema, type index$2_CentrifugoClientInfo as CentrifugoClientInfo, index$2_CentrifugoClientInfoSchema as CentrifugoClientInfoSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHistoryRequestRequest as CentrifugoHistoryRequestRequest, index$2_CentrifugoHistoryRequestRequestSchema as CentrifugoHistoryRequestRequestSchema, type index$2_CentrifugoHistoryResponse as CentrifugoHistoryResponse, index$2_CentrifugoHistoryResponseSchema as CentrifugoHistoryResponseSchema, type index$2_CentrifugoHistoryResult as CentrifugoHistoryResult, index$2_CentrifugoHistoryResultSchema as CentrifugoHistoryResultSchema, type index$2_CentrifugoInfoResponse as CentrifugoInfoResponse, index$2_CentrifugoInfoResponseSchema as CentrifugoInfoResponseSchema, type index$2_CentrifugoInfoResult as CentrifugoInfoResult, index$2_CentrifugoInfoResultSchema as CentrifugoInfoResultSchema, type index$2_CentrifugoMetrics as CentrifugoMetrics, index$2_CentrifugoMetricsSchema as CentrifugoMetricsSchema, type index$2_CentrifugoNodeInfo as CentrifugoNodeInfo, index$2_CentrifugoNodeInfoSchema as CentrifugoNodeInfoSchema, type index$2_CentrifugoPresenceRequestRequest as CentrifugoPresenceRequestRequest, index$2_CentrifugoPresenceRequestRequestSchema as CentrifugoPresenceRequestRequestSchema, type index$2_CentrifugoPresenceResponse as CentrifugoPresenceResponse, index$2_CentrifugoPresenceResponseSchema as CentrifugoPresenceResponseSchema, type index$2_CentrifugoPresenceResult as CentrifugoPresenceResult, index$2_CentrifugoPresenceResultSchema as CentrifugoPresenceResultSchema, type index$2_CentrifugoPresenceStatsRequestRequest as CentrifugoPresenceStatsRequestRequest, index$2_CentrifugoPresenceStatsRequestRequestSchema as CentrifugoPresenceStatsRequestRequestSchema, type index$2_CentrifugoPresenceStatsResponse as CentrifugoPresenceStatsResponse, index$2_CentrifugoPresenceStatsResponseSchema as CentrifugoPresenceStatsResponseSchema, type index$2_CentrifugoPresenceStatsResult as CentrifugoPresenceStatsResult, index$2_CentrifugoPresenceStatsResultSchema as CentrifugoPresenceStatsResultSchema, type index$2_CentrifugoProcess as CentrifugoProcess, index$2_CentrifugoProcessSchema as CentrifugoProcessSchema, type index$2_CentrifugoPublication as CentrifugoPublication, index$2_CentrifugoPublicationSchema as CentrifugoPublicationSchema, type index$2_CentrifugoStreamPosition as CentrifugoStreamPosition, index$2_CentrifugoStreamPositionSchema as CentrifugoStreamPositionSchema, type index$2_ChannelList as ChannelList, index$2_ChannelListSchema as ChannelListSchema, type index$2_ChannelStatsSerializer as ChannelStatsSerializer, index$2_ChannelStatsSerializerSchema as ChannelStatsSerializerSchema, type index$2_ChartData as ChartData, index$2_ChartDataSchema as ChartDataSchema, type index$2_ChartDataset as ChartDataset, index$2_ChartDatasetSchema as ChartDatasetSchema, type index$2_ChatHistory as ChatHistory, index$2_ChatHistorySchema as ChatHistorySchema, type index$2_ChatMessage as ChatMessage, index$2_ChatMessageSchema as ChatMessageSchema, type index$2_ChatQueryRequest as ChatQueryRequest, index$2_ChatQueryRequestSchema as ChatQueryRequestSchema, type index$2_ChatResponse as ChatResponse, type index$2_ChatResponseRequest as ChatResponseRequest, index$2_ChatResponseRequestSchema as ChatResponseRequestSchema, index$2_ChatResponseSchema as ChatResponseSchema, type index$2_ChatSession as ChatSession, type index$2_ChatSessionCreateRequest as ChatSessionCreateRequest, index$2_ChatSessionCreateRequestSchema as ChatSessionCreateRequestSchema, type index$2_ChatSessionRequest as ChatSessionRequest, index$2_ChatSessionRequestSchema as ChatSessionRequestSchema, index$2_ChatSessionSchema as ChatSessionSchema, type index$2_ChatSource as ChatSource, type index$2_ChatSourceRequest as ChatSourceRequest, index$2_ChatSourceRequestSchema as ChatSourceRequestSchema, index$2_ChatSourceSchema as ChatSourceSchema, type index$2_ChunkRevectorizationRequestRequest as ChunkRevectorizationRequestRequest, index$2_ChunkRevectorizationRequestRequestSchema as ChunkRevectorizationRequestRequestSchema, type index$2_Command as Command, type index$2_CommandExecuteRequestRequest as CommandExecuteRequestRequest, index$2_CommandExecuteRequestRequestSchema as CommandExecuteRequestRequestSchema, type index$2_CommandHelpResponse as CommandHelpResponse, index$2_CommandHelpResponseSchema as CommandHelpResponseSchema, index$2_CommandSchema as CommandSchema, type index$2_CommandsSummary as CommandsSummary, index$2_CommandsSummarySchema as CommandsSummarySchema, type index$2_ConnectionTokenRequestRequest as ConnectionTokenRequestRequest, index$2_ConnectionTokenRequestRequestSchema as ConnectionTokenRequestRequestSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, type index$2_Document as Document, type index$2_DocumentArchive as DocumentArchive, type index$2_DocumentArchiveDetail as DocumentArchiveDetail, index$2_DocumentArchiveDetailSchema as DocumentArchiveDetailSchema, type index$2_DocumentArchiveList as DocumentArchiveList, index$2_DocumentArchiveListSchema as DocumentArchiveListSchema, type index$2_DocumentArchiveRequest as DocumentArchiveRequest, index$2_DocumentArchiveRequestSchema as DocumentArchiveRequestSchema, index$2_DocumentArchiveSchema as DocumentArchiveSchema, type index$2_DocumentCategory as DocumentCategory, type index$2_DocumentCategoryRequest as DocumentCategoryRequest, index$2_DocumentCategoryRequestSchema as DocumentCategoryRequestSchema, index$2_DocumentCategorySchema as DocumentCategorySchema, type index$2_DocumentCreateRequest as DocumentCreateRequest, index$2_DocumentCreateRequestSchema as DocumentCreateRequestSchema, type index$2_DocumentProcessingStatus as DocumentProcessingStatus, index$2_DocumentProcessingStatusSchema as DocumentProcessingStatusSchema, type index$2_DocumentRequest as DocumentRequest, index$2_DocumentRequestSchema as DocumentRequestSchema, index$2_DocumentSchema as DocumentSchema, type index$2_DocumentStats as DocumentStats, index$2_DocumentStatsSchema as DocumentStatsSchema, type index$2_EmailLog as EmailLog, index$2_EmailLogSchema as EmailLogSchema, type index$2_Endpoint as Endpoint, index$2_EndpointSchema as EndpointSchema, type index$2_EndpointsStatus as EndpointsStatus, index$2_EndpointsStatusSchema as EndpointsStatusSchema, type index$2_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, type index$2_LeadSubmission as LeadSubmission, type index$2_LeadSubmissionError as LeadSubmissionError, index$2_LeadSubmissionErrorSchema as LeadSubmissionErrorSchema, type index$2_LeadSubmissionRequest as LeadSubmissionRequest, index$2_LeadSubmissionRequestSchema as LeadSubmissionRequestSchema, type index$2_LeadSubmissionResponse as LeadSubmissionResponse, index$2_LeadSubmissionResponseSchema as LeadSubmissionResponseSchema, index$2_LeadSubmissionSchema as LeadSubmissionSchema, type index$2_ManualAckRequestRequest as ManualAckRequestRequest, index$2_ManualAckRequestRequestSchema as ManualAckRequestRequestSchema, type index$2_ManualAckResponse as ManualAckResponse, index$2_ManualAckResponseSchema as ManualAckResponseSchema, type index$2_Message as Message, type index$2_MessageCreate as MessageCreate, type index$2_MessageCreateRequest as MessageCreateRequest, index$2_MessageCreateRequestSchema as MessageCreateRequestSchema, index$2_MessageCreateSchema as MessageCreateSchema, type index$2_MessageRequest as MessageRequest, index$2_MessageRequestSchema as MessageRequestSchema, index$2_MessageSchema as MessageSchema, type index$2_MethodList as MethodList, index$2_MethodListSchema as MethodListSchema, type index$2_MethodStatsSerializer as MethodStatsSerializer, index$2_MethodStatsSerializerSchema as MethodStatsSerializerSchema, type index$2_Newsletter as Newsletter, type index$2_NewsletterCampaign as NewsletterCampaign, type index$2_NewsletterCampaignRequest as NewsletterCampaignRequest, index$2_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$2_NewsletterCampaignSchema as NewsletterCampaignSchema, index$2_NewsletterSchema as NewsletterSchema, type index$2_NewsletterSubscription as NewsletterSubscription, index$2_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$2_OTPErrorResponse as OTPErrorResponse, index$2_OTPErrorResponseSchema as OTPErrorResponseSchema, type index$2_OTPRequestRequest as OTPRequestRequest, index$2_OTPRequestRequestSchema as OTPRequestRequestSchema, type index$2_OTPRequestResponse as OTPRequestResponse, index$2_OTPRequestResponseSchema as OTPRequestResponseSchema, type index$2_OTPVerifyRequest as OTPVerifyRequest, index$2_OTPVerifyRequestSchema as OTPVerifyRequestSchema, type index$2_OTPVerifyResponse as OTPVerifyResponse, index$2_OTPVerifyResponseSchema as OTPVerifyResponseSchema, type index$2_OverviewStats as OverviewStats, index$2_OverviewStatsSchema as OverviewStatsSchema, type index$2_PaginatedArchiveItemChunkList as PaginatedArchiveItemChunkList, index$2_PaginatedArchiveItemChunkListSchema as PaginatedArchiveItemChunkListSchema, type index$2_PaginatedArchiveItemList as PaginatedArchiveItemList, index$2_PaginatedArchiveItemListSchema as PaginatedArchiveItemListSchema, type index$2_PaginatedArchiveSearchResultList as PaginatedArchiveSearchResultList, index$2_PaginatedArchiveSearchResultListSchema as PaginatedArchiveSearchResultListSchema, type index$2_PaginatedChatResponseList as PaginatedChatResponseList, index$2_PaginatedChatResponseListSchema as PaginatedChatResponseListSchema, type index$2_PaginatedChatSessionList as PaginatedChatSessionList, index$2_PaginatedChatSessionListSchema as PaginatedChatSessionListSchema, type index$2_PaginatedDocumentArchiveListList as PaginatedDocumentArchiveListList, index$2_PaginatedDocumentArchiveListListSchema as PaginatedDocumentArchiveListListSchema, type index$2_PaginatedDocumentList as PaginatedDocumentList, index$2_PaginatedDocumentListSchema as PaginatedDocumentListSchema, type index$2_PaginatedEmailLogList as PaginatedEmailLogList, index$2_PaginatedEmailLogListSchema as PaginatedEmailLogListSchema, type index$2_PaginatedLeadSubmissionList as PaginatedLeadSubmissionList, index$2_PaginatedLeadSubmissionListSchema as PaginatedLeadSubmissionListSchema, type index$2_PaginatedMessageList as PaginatedMessageList, index$2_PaginatedMessageListSchema as PaginatedMessageListSchema, type index$2_PaginatedNewsletterCampaignList as PaginatedNewsletterCampaignList, index$2_PaginatedNewsletterCampaignListSchema as PaginatedNewsletterCampaignListSchema, type index$2_PaginatedNewsletterList as PaginatedNewsletterList, index$2_PaginatedNewsletterListSchema as PaginatedNewsletterListSchema, type index$2_PaginatedNewsletterSubscriptionList as PaginatedNewsletterSubscriptionList, index$2_PaginatedNewsletterSubscriptionListSchema as PaginatedNewsletterSubscriptionListSchema, type index$2_PaginatedPaymentListList as PaginatedPaymentListList, index$2_PaginatedPaymentListListSchema as PaginatedPaymentListListSchema, type index$2_PaginatedPublicCategoryList as PaginatedPublicCategoryList, index$2_PaginatedPublicCategoryListSchema as PaginatedPublicCategoryListSchema, type index$2_PaginatedPublicDocumentListList as PaginatedPublicDocumentListList, index$2_PaginatedPublicDocumentListListSchema as PaginatedPublicDocumentListListSchema, type index$2_PaginatedTaskLogListList as PaginatedTaskLogListList, index$2_PaginatedTaskLogListListSchema as PaginatedTaskLogListListSchema, type index$2_PaginatedTicketList as PaginatedTicketList, index$2_PaginatedTicketListSchema as PaginatedTicketListSchema, type index$2_PatchedArchiveItemChunkRequest as PatchedArchiveItemChunkRequest, index$2_PatchedArchiveItemChunkRequestSchema as PatchedArchiveItemChunkRequestSchema, type index$2_PatchedArchiveItemRequest as PatchedArchiveItemRequest, index$2_PatchedArchiveItemRequestSchema as PatchedArchiveItemRequestSchema, type index$2_PatchedChatResponseRequest as PatchedChatResponseRequest, index$2_PatchedChatResponseRequestSchema as PatchedChatResponseRequestSchema, type index$2_PatchedChatSessionRequest as PatchedChatSessionRequest, index$2_PatchedChatSessionRequestSchema as PatchedChatSessionRequestSchema, type index$2_PatchedDocumentArchiveRequest as PatchedDocumentArchiveRequest, index$2_PatchedDocumentArchiveRequestSchema as PatchedDocumentArchiveRequestSchema, type index$2_PatchedDocumentRequest as PatchedDocumentRequest, index$2_PatchedDocumentRequestSchema as PatchedDocumentRequestSchema, type index$2_PatchedLeadSubmissionRequest as PatchedLeadSubmissionRequest, index$2_PatchedLeadSubmissionRequestSchema as PatchedLeadSubmissionRequestSchema, type index$2_PatchedMessageRequest as PatchedMessageRequest, index$2_PatchedMessageRequestSchema as PatchedMessageRequestSchema, type index$2_PatchedNewsletterCampaignRequest as PatchedNewsletterCampaignRequest, index$2_PatchedNewsletterCampaignRequestSchema as PatchedNewsletterCampaignRequestSchema, type index$2_PatchedTicketRequest as PatchedTicketRequest, index$2_PatchedTicketRequestSchema as PatchedTicketRequestSchema, type index$2_PatchedUnsubscribeRequest as PatchedUnsubscribeRequest, index$2_PatchedUnsubscribeRequestSchema as PatchedUnsubscribeRequestSchema, type index$2_PatchedUserProfileUpdateRequest as PatchedUserProfileUpdateRequest, index$2_PatchedUserProfileUpdateRequestSchema as PatchedUserProfileUpdateRequestSchema, type index$2_PaymentDetail as PaymentDetail, index$2_PaymentDetailSchema as PaymentDetailSchema, type index$2_PaymentList as PaymentList, index$2_PaymentListSchema as PaymentListSchema, type index$2_PublicCategory as PublicCategory, index$2_PublicCategorySchema as PublicCategorySchema, type index$2_PublicDocument as PublicDocument, type index$2_PublicDocumentList as PublicDocumentList, index$2_PublicDocumentListSchema as PublicDocumentListSchema, index$2_PublicDocumentSchema as PublicDocumentSchema, type index$2_PublishTestRequestRequest as PublishTestRequestRequest, index$2_PublishTestRequestRequestSchema as PublishTestRequestRequestSchema, type index$2_PublishTestResponse as PublishTestResponse, index$2_PublishTestResponseSchema as PublishTestResponseSchema, type index$2_QuickAction as QuickAction, index$2_QuickActionSchema as QuickActionSchema, type index$2_QuickHealth as QuickHealth, index$2_QuickHealthSchema as QuickHealthSchema, type index$2_RecentPublishes as RecentPublishes, index$2_RecentPublishesSchema as RecentPublishesSchema, type index$2_RecentRequests as RecentRequests, index$2_RecentRequestsSchema as RecentRequestsSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, type index$2_SendCampaignRequest as SendCampaignRequest, index$2_SendCampaignRequestSchema as SendCampaignRequestSchema, type index$2_SendCampaignResponse as SendCampaignResponse, index$2_SendCampaignResponseSchema as SendCampaignResponseSchema, type index$2_Sender as Sender, index$2_SenderSchema as SenderSchema, type index$2_ServiceList as ServiceList, index$2_ServiceListSchema as ServiceListSchema, type index$2_ServiceStatsSerializer as ServiceStatsSerializer, index$2_ServiceStatsSerializerSchema as ServiceStatsSerializerSchema, type index$2_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, type index$2_SubscribeRequest as SubscribeRequest, index$2_SubscribeRequestSchema as SubscribeRequestSchema, type index$2_SubscribeResponse as SubscribeResponse, index$2_SubscribeResponseSchema as SubscribeResponseSchema, type index$2_SuccessResponse as SuccessResponse, index$2_SuccessResponseSchema as SuccessResponseSchema, type index$2_SystemHealth as SystemHealth, type index$2_SystemHealthItem as SystemHealthItem, index$2_SystemHealthItemSchema as SystemHealthItemSchema, index$2_SystemHealthSchema as SystemHealthSchema, type index$2_SystemMetrics as SystemMetrics, index$2_SystemMetricsSchema as SystemMetricsSchema, type index$2_TaskLog as TaskLog, type index$2_TaskLogDetail as TaskLogDetail, index$2_TaskLogDetailSchema as TaskLogDetailSchema, type index$2_TaskLogList as TaskLogList, index$2_TaskLogListSchema as TaskLogListSchema, type index$2_TaskLogOverview as TaskLogOverview, index$2_TaskLogOverviewSchema as TaskLogOverviewSchema, index$2_TaskLogSchema as TaskLogSchema, type index$2_TaskLogStats as TaskLogStats, index$2_TaskLogStatsSchema as TaskLogStatsSchema, type index$2_TaskLogTimeline as TaskLogTimeline, type index$2_TaskLogTimelineItem as TaskLogTimelineItem, index$2_TaskLogTimelineItemSchema as TaskLogTimelineItemSchema, index$2_TaskLogTimelineSchema as TaskLogTimelineSchema, type index$2_TasksByQueue as TasksByQueue, index$2_TasksByQueueSchema as TasksByQueueSchema, type index$2_TasksByStatus as TasksByStatus, index$2_TasksByStatusSchema as TasksByStatusSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, type index$2_Ticket as Ticket, type index$2_TicketRequest as TicketRequest, index$2_TicketRequestSchema as TicketRequestSchema, index$2_TicketSchema as TicketSchema, type index$2_TokenRefresh as TokenRefresh, type index$2_TokenRefreshRequest as TokenRefreshRequest, index$2_TokenRefreshRequestSchema as TokenRefreshRequestSchema, index$2_TokenRefreshSchema as TokenRefreshSchema, type index$2_Transaction as Transaction, index$2_TransactionSchema as TransactionSchema, type index$2_URLPattern as URLPattern, index$2_URLPatternSchema as URLPatternSchema, type index$2_URLsList as URLsList, index$2_URLsListSchema as URLsListSchema, type index$2_Unsubscribe as Unsubscribe, type index$2_UnsubscribeRequest as UnsubscribeRequest, index$2_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$2_UnsubscribeSchema as UnsubscribeSchema, type index$2_User as User, type index$2_UserProfileUpdateRequest as UserProfileUpdateRequest, index$2_UserProfileUpdateRequestSchema as UserProfileUpdateRequestSchema, index$2_UserSchema as UserSchema, type index$2_UserStatistics as UserStatistics, index$2_UserStatisticsSchema as UserStatisticsSchema, type index$2_VectorizationResult as VectorizationResult, index$2_VectorizationResultSchema as VectorizationResultSchema, type index$2_VectorizationStatistics as VectorizationStatistics, index$2_VectorizationStatisticsSchema as VectorizationStatisticsSchema };
|
|
22663
24671
|
}
|
|
22664
24672
|
|
|
22665
24673
|
/**
|
|
@@ -23039,6 +25047,35 @@ declare function createCentrifugoTestingPublishWithLoggingCreate(data: PublishTe
|
|
|
23039
25047
|
*/
|
|
23040
25048
|
declare function createCentrifugoTestingSendAckCreate(data: ManualAckRequestRequest, client?: any): Promise<ManualAckResponse>;
|
|
23041
25049
|
|
|
25050
|
+
/**
|
|
25051
|
+
* API operation
|
|
25052
|
+
*
|
|
25053
|
+
* @method GET
|
|
25054
|
+
* @path /cfg/dashboard/api/django_q2/
|
|
25055
|
+
*/
|
|
25056
|
+
declare function getDashboardApiDjangoQ2Retrieve(client?: any): Promise<any>;
|
|
25057
|
+
/**
|
|
25058
|
+
* API operation
|
|
25059
|
+
*
|
|
25060
|
+
* @method GET
|
|
25061
|
+
* @path /cfg/dashboard/api/django_q2/schedules/
|
|
25062
|
+
*/
|
|
25063
|
+
declare function getDashboardApiDjangoQ2SchedulesRetrieve(client?: any): Promise<any>;
|
|
25064
|
+
/**
|
|
25065
|
+
* API operation
|
|
25066
|
+
*
|
|
25067
|
+
* @method GET
|
|
25068
|
+
* @path /cfg/dashboard/api/django_q2/status/
|
|
25069
|
+
*/
|
|
25070
|
+
declare function getDashboardApiDjangoQ2StatusRetrieve(client?: any): Promise<any>;
|
|
25071
|
+
/**
|
|
25072
|
+
* API operation
|
|
25073
|
+
*
|
|
25074
|
+
* @method GET
|
|
25075
|
+
* @path /cfg/dashboard/api/django_q2/tasks/
|
|
25076
|
+
*/
|
|
25077
|
+
declare function getDashboardApiDjangoQ2TasksRetrieve(client?: any): Promise<any>;
|
|
25078
|
+
|
|
23042
25079
|
/**
|
|
23043
25080
|
* Get quick actions
|
|
23044
25081
|
*
|
|
@@ -23428,6 +25465,97 @@ declare function getEndpointsUrlsRetrieve(client?: any): Promise<URLsList>;
|
|
|
23428
25465
|
*/
|
|
23429
25466
|
declare function getEndpointsUrlsCompactRetrieve(client?: any): Promise<any>;
|
|
23430
25467
|
|
|
25468
|
+
/**
|
|
25469
|
+
* Typed fetchers for Grpc Monitoring
|
|
25470
|
+
*
|
|
25471
|
+
* Universal functions that work in any environment:
|
|
25472
|
+
* - Next.js (App Router / Pages Router / Server Components)
|
|
25473
|
+
* - React Native
|
|
25474
|
+
* - Node.js backend
|
|
25475
|
+
*
|
|
25476
|
+
* These fetchers use Zod schemas for runtime validation.
|
|
25477
|
+
*
|
|
25478
|
+
* Usage:
|
|
25479
|
+
* ```typescript
|
|
25480
|
+
* // Configure API once (in your app entry point)
|
|
25481
|
+
* import { configureAPI } from '../../api-instance'
|
|
25482
|
+
* configureAPI({ baseUrl: 'https://api.example.com' })
|
|
25483
|
+
*
|
|
25484
|
+
* // Then use fetchers anywhere
|
|
25485
|
+
* const users = await getUsers({ page: 1 })
|
|
25486
|
+
*
|
|
25487
|
+
* // With SWR
|
|
25488
|
+
* const { data } = useSWR(['users', params], () => getUsers(params))
|
|
25489
|
+
*
|
|
25490
|
+
* // With React Query
|
|
25491
|
+
* const { data } = useQuery(['users', params], () => getUsers(params))
|
|
25492
|
+
*
|
|
25493
|
+
* // In Server Component or SSR (pass custom client)
|
|
25494
|
+
* import { API } from '../../index'
|
|
25495
|
+
* const api = new API('https://api.example.com')
|
|
25496
|
+
* const users = await getUsers({ page: 1 }, api)
|
|
25497
|
+
* ```
|
|
25498
|
+
*/
|
|
25499
|
+
|
|
25500
|
+
/**
|
|
25501
|
+
* Get gRPC health status
|
|
25502
|
+
*
|
|
25503
|
+
* @method GET
|
|
25504
|
+
* @path /cfg/grpc/monitor/health/
|
|
25505
|
+
*/
|
|
25506
|
+
declare function getGrpcMonitorHealthRetrieve(client?: any): Promise<HealthCheck>;
|
|
25507
|
+
/**
|
|
25508
|
+
* Get method statistics
|
|
25509
|
+
*
|
|
25510
|
+
* @method GET
|
|
25511
|
+
* @path /cfg/grpc/monitor/methods/
|
|
25512
|
+
*/
|
|
25513
|
+
declare function getGrpcMonitorMethodsRetrieve(params?: {
|
|
25514
|
+
hours?: number;
|
|
25515
|
+
service?: string;
|
|
25516
|
+
}, client?: any): Promise<MethodList>;
|
|
25517
|
+
/**
|
|
25518
|
+
* Get overview statistics
|
|
25519
|
+
*
|
|
25520
|
+
* @method GET
|
|
25521
|
+
* @path /cfg/grpc/monitor/overview/
|
|
25522
|
+
*/
|
|
25523
|
+
declare function getGrpcMonitorOverviewRetrieve(params?: {
|
|
25524
|
+
hours?: number;
|
|
25525
|
+
}, client?: any): Promise<OverviewStats>;
|
|
25526
|
+
/**
|
|
25527
|
+
* Get recent requests
|
|
25528
|
+
*
|
|
25529
|
+
* @method GET
|
|
25530
|
+
* @path /cfg/grpc/monitor/requests/
|
|
25531
|
+
*/
|
|
25532
|
+
declare function getGrpcMonitorRequestsRetrieve(params?: {
|
|
25533
|
+
count?: number;
|
|
25534
|
+
method?: string;
|
|
25535
|
+
offset?: number;
|
|
25536
|
+
service?: string;
|
|
25537
|
+
status?: string;
|
|
25538
|
+
}, client?: any): Promise<RecentRequests>;
|
|
25539
|
+
/**
|
|
25540
|
+
* Get service statistics
|
|
25541
|
+
*
|
|
25542
|
+
* @method GET
|
|
25543
|
+
* @path /cfg/grpc/monitor/services/
|
|
25544
|
+
*/
|
|
25545
|
+
declare function getGrpcMonitorServicesRetrieve(params?: {
|
|
25546
|
+
hours?: number;
|
|
25547
|
+
}, client?: any): Promise<ServiceList>;
|
|
25548
|
+
/**
|
|
25549
|
+
* Get request timeline
|
|
25550
|
+
*
|
|
25551
|
+
* @method GET
|
|
25552
|
+
* @path /cfg/grpc/monitor/timeline/
|
|
25553
|
+
*/
|
|
25554
|
+
declare function getGrpcMonitorTimelineRetrieve(params?: {
|
|
25555
|
+
hours?: number;
|
|
25556
|
+
interval?: string;
|
|
25557
|
+
}, client?: any): Promise<any>;
|
|
25558
|
+
|
|
23431
25559
|
/**
|
|
23432
25560
|
* Typed fetchers for Health
|
|
23433
25561
|
*
|
|
@@ -24730,26 +26858,26 @@ declare function getTasksLogsRetrieve(id: number, client?: any): Promise<TaskLog
|
|
|
24730
26858
|
*/
|
|
24731
26859
|
declare function getTasksLogsRelatedRetrieve(id: number, client?: any): Promise<TaskLog>;
|
|
24732
26860
|
/**
|
|
24733
|
-
*
|
|
26861
|
+
* Task System Overview
|
|
24734
26862
|
*
|
|
24735
26863
|
* @method GET
|
|
24736
26864
|
* @path /cfg/tasks/logs/overview/
|
|
24737
26865
|
*/
|
|
24738
|
-
declare function getTasksLogsOverviewRetrieve(client?: any): Promise<
|
|
26866
|
+
declare function getTasksLogsOverviewRetrieve(client?: any): Promise<TaskLogOverview>;
|
|
24739
26867
|
/**
|
|
24740
|
-
*
|
|
26868
|
+
* Task Execution Statistics
|
|
24741
26869
|
*
|
|
24742
26870
|
* @method GET
|
|
24743
26871
|
* @path /cfg/tasks/logs/stats/
|
|
24744
26872
|
*/
|
|
24745
26873
|
declare function getTasksLogsStatsRetrieve(client?: any): Promise<TaskLogStats>;
|
|
24746
26874
|
/**
|
|
24747
|
-
*
|
|
26875
|
+
* Task Execution Timeline
|
|
24748
26876
|
*
|
|
24749
26877
|
* @method GET
|
|
24750
26878
|
* @path /cfg/tasks/logs/timeline/
|
|
24751
26879
|
*/
|
|
24752
|
-
declare function getTasksLogsTimelineRetrieve(client?: any): Promise<
|
|
26880
|
+
declare function getTasksLogsTimelineRetrieve(client?: any): Promise<TaskLogTimeline>;
|
|
24753
26881
|
|
|
24754
26882
|
/**
|
|
24755
26883
|
* Typed Fetchers - Universal API functions
|
|
@@ -24843,6 +26971,10 @@ declare const index$1_getDashboardApiChartsTrackerList: typeof getDashboardApiCh
|
|
|
24843
26971
|
declare const index$1_getDashboardApiCommandsHelpRetrieve: typeof getDashboardApiCommandsHelpRetrieve;
|
|
24844
26972
|
declare const index$1_getDashboardApiCommandsList: typeof getDashboardApiCommandsList;
|
|
24845
26973
|
declare const index$1_getDashboardApiCommandsSummaryRetrieve: typeof getDashboardApiCommandsSummaryRetrieve;
|
|
26974
|
+
declare const index$1_getDashboardApiDjangoQ2Retrieve: typeof getDashboardApiDjangoQ2Retrieve;
|
|
26975
|
+
declare const index$1_getDashboardApiDjangoQ2SchedulesRetrieve: typeof getDashboardApiDjangoQ2SchedulesRetrieve;
|
|
26976
|
+
declare const index$1_getDashboardApiDjangoQ2StatusRetrieve: typeof getDashboardApiDjangoQ2StatusRetrieve;
|
|
26977
|
+
declare const index$1_getDashboardApiDjangoQ2TasksRetrieve: typeof getDashboardApiDjangoQ2TasksRetrieve;
|
|
24846
26978
|
declare const index$1_getDashboardApiOverviewOverviewRetrieve: typeof getDashboardApiOverviewOverviewRetrieve;
|
|
24847
26979
|
declare const index$1_getDashboardApiStatisticsAppsList: typeof getDashboardApiStatisticsAppsList;
|
|
24848
26980
|
declare const index$1_getDashboardApiStatisticsCardsList: typeof getDashboardApiStatisticsCardsList;
|
|
@@ -24854,6 +26986,12 @@ declare const index$1_getDashboardApiZonesSummaryRetrieve: typeof getDashboardAp
|
|
|
24854
26986
|
declare const index$1_getEndpointsDrfRetrieve: typeof getEndpointsDrfRetrieve;
|
|
24855
26987
|
declare const index$1_getEndpointsUrlsCompactRetrieve: typeof getEndpointsUrlsCompactRetrieve;
|
|
24856
26988
|
declare const index$1_getEndpointsUrlsRetrieve: typeof getEndpointsUrlsRetrieve;
|
|
26989
|
+
declare const index$1_getGrpcMonitorHealthRetrieve: typeof getGrpcMonitorHealthRetrieve;
|
|
26990
|
+
declare const index$1_getGrpcMonitorMethodsRetrieve: typeof getGrpcMonitorMethodsRetrieve;
|
|
26991
|
+
declare const index$1_getGrpcMonitorOverviewRetrieve: typeof getGrpcMonitorOverviewRetrieve;
|
|
26992
|
+
declare const index$1_getGrpcMonitorRequestsRetrieve: typeof getGrpcMonitorRequestsRetrieve;
|
|
26993
|
+
declare const index$1_getGrpcMonitorServicesRetrieve: typeof getGrpcMonitorServicesRetrieve;
|
|
26994
|
+
declare const index$1_getGrpcMonitorTimelineRetrieve: typeof getGrpcMonitorTimelineRetrieve;
|
|
24857
26995
|
declare const index$1_getHealthDrfQuickRetrieve: typeof getHealthDrfQuickRetrieve;
|
|
24858
26996
|
declare const index$1_getHealthDrfRetrieve: typeof getHealthDrfRetrieve;
|
|
24859
26997
|
declare const index$1_getKnowbaseAdminChatHistoryRetrieve: typeof getKnowbaseAdminChatHistoryRetrieve;
|
|
@@ -24933,7 +27071,7 @@ declare const index$1_updateNewsletterUnsubscribeUpdate: typeof updateNewsletter
|
|
|
24933
27071
|
declare const index$1_updateSupportTicketsMessagesUpdate: typeof updateSupportTicketsMessagesUpdate;
|
|
24934
27072
|
declare const index$1_updateSupportTicketsUpdate: typeof updateSupportTicketsUpdate;
|
|
24935
27073
|
declare namespace index$1 {
|
|
24936
|
-
export { index$1_createAccountsOtpRequestCreate as createAccountsOtpRequestCreate, index$1_createAccountsOtpVerifyCreate as createAccountsOtpVerifyCreate, index$1_createAccountsProfileAvatarCreate as createAccountsProfileAvatarCreate, index$1_createAccountsTokenRefreshCreate as createAccountsTokenRefreshCreate, index$1_createCentrifugoServerAuthTokenCreate as createCentrifugoServerAuthTokenCreate, index$1_createCentrifugoServerChannelsCreate as createCentrifugoServerChannelsCreate, index$1_createCentrifugoServerHistoryCreate as createCentrifugoServerHistoryCreate, index$1_createCentrifugoServerInfoCreate as createCentrifugoServerInfoCreate, index$1_createCentrifugoServerPresenceCreate as createCentrifugoServerPresenceCreate, index$1_createCentrifugoServerPresenceStatsCreate as createCentrifugoServerPresenceStatsCreate, index$1_createCentrifugoTestingConnectionTokenCreate as createCentrifugoTestingConnectionTokenCreate, index$1_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, index$1_createKnowbaseAdminChatCreate as createKnowbaseAdminChatCreate, index$1_createKnowbaseAdminChatQueryCreate as createKnowbaseAdminChatQueryCreate, index$1_createKnowbaseAdminDocumentsCreate as createKnowbaseAdminDocumentsCreate, index$1_createKnowbaseAdminDocumentsReprocessCreate as createKnowbaseAdminDocumentsReprocessCreate, index$1_createKnowbaseAdminSessionsActivateCreate as createKnowbaseAdminSessionsActivateCreate, index$1_createKnowbaseAdminSessionsArchiveCreate as createKnowbaseAdminSessionsArchiveCreate, index$1_createKnowbaseAdminSessionsCreate as createKnowbaseAdminSessionsCreate, index$1_createKnowbaseSystemArchivesCreate as createKnowbaseSystemArchivesCreate, index$1_createKnowbaseSystemArchivesRevectorizeCreate as createKnowbaseSystemArchivesRevectorizeCreate, index$1_createKnowbaseSystemArchivesSearchCreate as createKnowbaseSystemArchivesSearchCreate, index$1_createKnowbaseSystemChunksCreate as createKnowbaseSystemChunksCreate, index$1_createKnowbaseSystemChunksVectorizeCreate as createKnowbaseSystemChunksVectorizeCreate, index$1_createKnowbaseSystemItemsCreate as createKnowbaseSystemItemsCreate, index$1_createLeadsCreate as createLeadsCreate, index$1_createLeadsSubmitCreate as createLeadsSubmitCreate, index$1_createNewsletterBulkCreate as createNewsletterBulkCreate, index$1_createNewsletterCampaignsCreate as createNewsletterCampaignsCreate, index$1_createNewsletterCampaignsSendCreate as createNewsletterCampaignsSendCreate, index$1_createNewsletterSubscribeCreate as createNewsletterSubscribeCreate, index$1_createNewsletterTestCreate as createNewsletterTestCreate, index$1_createNewsletterUnsubscribeCreate as createNewsletterUnsubscribeCreate, index$1_createPaymentsPaymentsConfirmCreate as createPaymentsPaymentsConfirmCreate, index$1_createPaymentsPaymentsCreateCreate as createPaymentsPaymentsCreateCreate, index$1_createSupportTicketsCreate as createSupportTicketsCreate, index$1_createSupportTicketsMessagesCreate as createSupportTicketsMessagesCreate, index$1_deleteKnowbaseAdminChatDestroy as deleteKnowbaseAdminChatDestroy, index$1_deleteKnowbaseAdminDocumentsDestroy as deleteKnowbaseAdminDocumentsDestroy, index$1_deleteKnowbaseAdminSessionsDestroy as deleteKnowbaseAdminSessionsDestroy, index$1_deleteKnowbaseSystemArchivesDestroy as deleteKnowbaseSystemArchivesDestroy, index$1_deleteKnowbaseSystemChunksDestroy as deleteKnowbaseSystemChunksDestroy, index$1_deleteKnowbaseSystemItemsDestroy as deleteKnowbaseSystemItemsDestroy, index$1_deleteLeadsDestroy as deleteLeadsDestroy, index$1_deleteNewsletterCampaignsDestroy as deleteNewsletterCampaignsDestroy, index$1_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesRetrieve as getCentrifugoMonitorPublishesRetrieve, index$1_getCentrifugoMonitorTimelineRetrieve as getCentrifugoMonitorTimelineRetrieve, index$1_getDashboardApiActivityActionsList as getDashboardApiActivityActionsList, index$1_getDashboardApiActivityRecentList as getDashboardApiActivityRecentList, index$1_getDashboardApiChartsActivityRetrieve as getDashboardApiChartsActivityRetrieve, index$1_getDashboardApiChartsRecentUsersList as getDashboardApiChartsRecentUsersList, index$1_getDashboardApiChartsRegistrationsRetrieve as getDashboardApiChartsRegistrationsRetrieve, index$1_getDashboardApiChartsTrackerList as getDashboardApiChartsTrackerList, index$1_getDashboardApiCommandsHelpRetrieve as getDashboardApiCommandsHelpRetrieve, index$1_getDashboardApiCommandsList as getDashboardApiCommandsList, index$1_getDashboardApiCommandsSummaryRetrieve as getDashboardApiCommandsSummaryRetrieve, index$1_getDashboardApiOverviewOverviewRetrieve as getDashboardApiOverviewOverviewRetrieve, index$1_getDashboardApiStatisticsAppsList as getDashboardApiStatisticsAppsList, index$1_getDashboardApiStatisticsCardsList as getDashboardApiStatisticsCardsList, index$1_getDashboardApiStatisticsUsersRetrieve as getDashboardApiStatisticsUsersRetrieve, index$1_getDashboardApiSystemHealthRetrieve as getDashboardApiSystemHealthRetrieve, index$1_getDashboardApiSystemMetricsRetrieve as getDashboardApiSystemMetricsRetrieve, index$1_getDashboardApiZonesList as getDashboardApiZonesList, index$1_getDashboardApiZonesSummaryRetrieve as getDashboardApiZonesSummaryRetrieve, index$1_getEndpointsDrfRetrieve as getEndpointsDrfRetrieve, index$1_getEndpointsUrlsCompactRetrieve as getEndpointsUrlsCompactRetrieve, index$1_getEndpointsUrlsRetrieve as getEndpointsUrlsRetrieve, index$1_getHealthDrfQuickRetrieve as getHealthDrfQuickRetrieve, index$1_getHealthDrfRetrieve as getHealthDrfRetrieve, index$1_getKnowbaseAdminChatHistoryRetrieve as getKnowbaseAdminChatHistoryRetrieve, index$1_getKnowbaseAdminChatList as getKnowbaseAdminChatList, index$1_getKnowbaseAdminChatRetrieve as getKnowbaseAdminChatRetrieve, index$1_getKnowbaseAdminDocumentsList as getKnowbaseAdminDocumentsList, index$1_getKnowbaseAdminDocumentsRetrieve as getKnowbaseAdminDocumentsRetrieve, index$1_getKnowbaseAdminDocumentsStatsRetrieve as getKnowbaseAdminDocumentsStatsRetrieve, index$1_getKnowbaseAdminDocumentsStatusRetrieve as getKnowbaseAdminDocumentsStatusRetrieve, index$1_getKnowbaseAdminSessionsList as getKnowbaseAdminSessionsList, index$1_getKnowbaseAdminSessionsRetrieve as getKnowbaseAdminSessionsRetrieve, index$1_getKnowbaseCategoriesList as getKnowbaseCategoriesList, index$1_getKnowbaseCategoriesRetrieve as getKnowbaseCategoriesRetrieve, index$1_getKnowbaseDocumentsList as getKnowbaseDocumentsList, index$1_getKnowbaseDocumentsRetrieve as getKnowbaseDocumentsRetrieve, index$1_getKnowbaseSystemArchivesFileTreeRetrieve as getKnowbaseSystemArchivesFileTreeRetrieve, index$1_getKnowbaseSystemArchivesItemsList as getKnowbaseSystemArchivesItemsList, index$1_getKnowbaseSystemArchivesList as getKnowbaseSystemArchivesList, index$1_getKnowbaseSystemArchivesRetrieve as getKnowbaseSystemArchivesRetrieve, index$1_getKnowbaseSystemArchivesStatisticsRetrieve as getKnowbaseSystemArchivesStatisticsRetrieve, index$1_getKnowbaseSystemArchivesVectorizationStatsRetrieve as getKnowbaseSystemArchivesVectorizationStatsRetrieve, index$1_getKnowbaseSystemChunksContextRetrieve as getKnowbaseSystemChunksContextRetrieve, index$1_getKnowbaseSystemChunksList as getKnowbaseSystemChunksList, index$1_getKnowbaseSystemChunksRetrieve as getKnowbaseSystemChunksRetrieve, index$1_getKnowbaseSystemItemsChunksList as getKnowbaseSystemItemsChunksList, index$1_getKnowbaseSystemItemsContentRetrieve as getKnowbaseSystemItemsContentRetrieve, index$1_getKnowbaseSystemItemsList as getKnowbaseSystemItemsList, index$1_getKnowbaseSystemItemsRetrieve as getKnowbaseSystemItemsRetrieve, index$1_getLeadsList as getLeadsList, index$1_getLeadsRetrieve as getLeadsRetrieve, index$1_getNewsletterCampaignsList as getNewsletterCampaignsList, index$1_getNewsletterCampaignsRetrieve as getNewsletterCampaignsRetrieve, index$1_getNewsletterLogsList as getNewsletterLogsList, index$1_getNewsletterNewslettersList as getNewsletterNewslettersList, index$1_getNewsletterNewslettersRetrieve as getNewsletterNewslettersRetrieve, index$1_getNewsletterSubscriptionsList as getNewsletterSubscriptionsList, index$1_getPaymentsBalanceRetrieve as getPaymentsBalanceRetrieve, index$1_getPaymentsCurrenciesList as getPaymentsCurrenciesList, index$1_getPaymentsPaymentsList as getPaymentsPaymentsList, index$1_getPaymentsPaymentsRetrieve as getPaymentsPaymentsRetrieve, index$1_getPaymentsPaymentsStatusRetrieve as getPaymentsPaymentsStatusRetrieve, index$1_getPaymentsTransactionsList as getPaymentsTransactionsList, index$1_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index$1_getTasksLogsList as getTasksLogsList, index$1_getTasksLogsOverviewRetrieve as getTasksLogsOverviewRetrieve, index$1_getTasksLogsRelatedRetrieve as getTasksLogsRelatedRetrieve, index$1_getTasksLogsRetrieve as getTasksLogsRetrieve, index$1_getTasksLogsStatsRetrieve as getTasksLogsStatsRetrieve, index$1_getTasksLogsTimelineRetrieve as getTasksLogsTimelineRetrieve, index$1_partialUpdateAccountsProfilePartialPartialUpdate as partialUpdateAccountsProfilePartialPartialUpdate, index$1_partialUpdateAccountsProfilePartialUpdate as partialUpdateAccountsProfilePartialUpdate, index$1_partialUpdateAccountsProfileUpdatePartialUpdate as partialUpdateAccountsProfileUpdatePartialUpdate, index$1_partialUpdateKnowbaseAdminChatPartialUpdate as partialUpdateKnowbaseAdminChatPartialUpdate, index$1_partialUpdateKnowbaseAdminDocumentsPartialUpdate as partialUpdateKnowbaseAdminDocumentsPartialUpdate, index$1_partialUpdateKnowbaseAdminSessionsPartialUpdate as partialUpdateKnowbaseAdminSessionsPartialUpdate, index$1_partialUpdateKnowbaseSystemArchivesPartialUpdate as partialUpdateKnowbaseSystemArchivesPartialUpdate, index$1_partialUpdateKnowbaseSystemChunksPartialUpdate as partialUpdateKnowbaseSystemChunksPartialUpdate, index$1_partialUpdateKnowbaseSystemItemsPartialUpdate as partialUpdateKnowbaseSystemItemsPartialUpdate, index$1_partialUpdateLeadsPartialUpdate as partialUpdateLeadsPartialUpdate, index$1_partialUpdateNewsletterCampaignsPartialUpdate as partialUpdateNewsletterCampaignsPartialUpdate, index$1_partialUpdateNewsletterUnsubscribePartialUpdate as partialUpdateNewsletterUnsubscribePartialUpdate, index$1_partialUpdateSupportTicketsMessagesPartialUpdate as partialUpdateSupportTicketsMessagesPartialUpdate, index$1_partialUpdateSupportTicketsPartialUpdate as partialUpdateSupportTicketsPartialUpdate, index$1_updateAccountsProfileUpdateUpdate as updateAccountsProfileUpdateUpdate, index$1_updateKnowbaseAdminChatUpdate as updateKnowbaseAdminChatUpdate, index$1_updateKnowbaseAdminDocumentsUpdate as updateKnowbaseAdminDocumentsUpdate, index$1_updateKnowbaseAdminSessionsUpdate as updateKnowbaseAdminSessionsUpdate, index$1_updateKnowbaseSystemArchivesUpdate as updateKnowbaseSystemArchivesUpdate, index$1_updateKnowbaseSystemChunksUpdate as updateKnowbaseSystemChunksUpdate, index$1_updateKnowbaseSystemItemsUpdate as updateKnowbaseSystemItemsUpdate, index$1_updateLeadsUpdate as updateLeadsUpdate, index$1_updateNewsletterCampaignsUpdate as updateNewsletterCampaignsUpdate, index$1_updateNewsletterUnsubscribeUpdate as updateNewsletterUnsubscribeUpdate, index$1_updateSupportTicketsMessagesUpdate as updateSupportTicketsMessagesUpdate, index$1_updateSupportTicketsUpdate as updateSupportTicketsUpdate };
|
|
27074
|
+
export { index$1_createAccountsOtpRequestCreate as createAccountsOtpRequestCreate, index$1_createAccountsOtpVerifyCreate as createAccountsOtpVerifyCreate, index$1_createAccountsProfileAvatarCreate as createAccountsProfileAvatarCreate, index$1_createAccountsTokenRefreshCreate as createAccountsTokenRefreshCreate, index$1_createCentrifugoServerAuthTokenCreate as createCentrifugoServerAuthTokenCreate, index$1_createCentrifugoServerChannelsCreate as createCentrifugoServerChannelsCreate, index$1_createCentrifugoServerHistoryCreate as createCentrifugoServerHistoryCreate, index$1_createCentrifugoServerInfoCreate as createCentrifugoServerInfoCreate, index$1_createCentrifugoServerPresenceCreate as createCentrifugoServerPresenceCreate, index$1_createCentrifugoServerPresenceStatsCreate as createCentrifugoServerPresenceStatsCreate, index$1_createCentrifugoTestingConnectionTokenCreate as createCentrifugoTestingConnectionTokenCreate, index$1_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, index$1_createKnowbaseAdminChatCreate as createKnowbaseAdminChatCreate, index$1_createKnowbaseAdminChatQueryCreate as createKnowbaseAdminChatQueryCreate, index$1_createKnowbaseAdminDocumentsCreate as createKnowbaseAdminDocumentsCreate, index$1_createKnowbaseAdminDocumentsReprocessCreate as createKnowbaseAdminDocumentsReprocessCreate, index$1_createKnowbaseAdminSessionsActivateCreate as createKnowbaseAdminSessionsActivateCreate, index$1_createKnowbaseAdminSessionsArchiveCreate as createKnowbaseAdminSessionsArchiveCreate, index$1_createKnowbaseAdminSessionsCreate as createKnowbaseAdminSessionsCreate, index$1_createKnowbaseSystemArchivesCreate as createKnowbaseSystemArchivesCreate, index$1_createKnowbaseSystemArchivesRevectorizeCreate as createKnowbaseSystemArchivesRevectorizeCreate, index$1_createKnowbaseSystemArchivesSearchCreate as createKnowbaseSystemArchivesSearchCreate, index$1_createKnowbaseSystemChunksCreate as createKnowbaseSystemChunksCreate, index$1_createKnowbaseSystemChunksVectorizeCreate as createKnowbaseSystemChunksVectorizeCreate, index$1_createKnowbaseSystemItemsCreate as createKnowbaseSystemItemsCreate, index$1_createLeadsCreate as createLeadsCreate, index$1_createLeadsSubmitCreate as createLeadsSubmitCreate, index$1_createNewsletterBulkCreate as createNewsletterBulkCreate, index$1_createNewsletterCampaignsCreate as createNewsletterCampaignsCreate, index$1_createNewsletterCampaignsSendCreate as createNewsletterCampaignsSendCreate, index$1_createNewsletterSubscribeCreate as createNewsletterSubscribeCreate, index$1_createNewsletterTestCreate as createNewsletterTestCreate, index$1_createNewsletterUnsubscribeCreate as createNewsletterUnsubscribeCreate, index$1_createPaymentsPaymentsConfirmCreate as createPaymentsPaymentsConfirmCreate, index$1_createPaymentsPaymentsCreateCreate as createPaymentsPaymentsCreateCreate, index$1_createSupportTicketsCreate as createSupportTicketsCreate, index$1_createSupportTicketsMessagesCreate as createSupportTicketsMessagesCreate, index$1_deleteKnowbaseAdminChatDestroy as deleteKnowbaseAdminChatDestroy, index$1_deleteKnowbaseAdminDocumentsDestroy as deleteKnowbaseAdminDocumentsDestroy, index$1_deleteKnowbaseAdminSessionsDestroy as deleteKnowbaseAdminSessionsDestroy, index$1_deleteKnowbaseSystemArchivesDestroy as deleteKnowbaseSystemArchivesDestroy, index$1_deleteKnowbaseSystemChunksDestroy as deleteKnowbaseSystemChunksDestroy, index$1_deleteKnowbaseSystemItemsDestroy as deleteKnowbaseSystemItemsDestroy, index$1_deleteLeadsDestroy as deleteLeadsDestroy, index$1_deleteNewsletterCampaignsDestroy as deleteNewsletterCampaignsDestroy, index$1_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesRetrieve as getCentrifugoMonitorPublishesRetrieve, index$1_getCentrifugoMonitorTimelineRetrieve as getCentrifugoMonitorTimelineRetrieve, index$1_getDashboardApiActivityActionsList as getDashboardApiActivityActionsList, index$1_getDashboardApiActivityRecentList as getDashboardApiActivityRecentList, index$1_getDashboardApiChartsActivityRetrieve as getDashboardApiChartsActivityRetrieve, index$1_getDashboardApiChartsRecentUsersList as getDashboardApiChartsRecentUsersList, index$1_getDashboardApiChartsRegistrationsRetrieve as getDashboardApiChartsRegistrationsRetrieve, index$1_getDashboardApiChartsTrackerList as getDashboardApiChartsTrackerList, index$1_getDashboardApiCommandsHelpRetrieve as getDashboardApiCommandsHelpRetrieve, index$1_getDashboardApiCommandsList as getDashboardApiCommandsList, index$1_getDashboardApiCommandsSummaryRetrieve as getDashboardApiCommandsSummaryRetrieve, index$1_getDashboardApiDjangoQ2Retrieve as getDashboardApiDjangoQ2Retrieve, index$1_getDashboardApiDjangoQ2SchedulesRetrieve as getDashboardApiDjangoQ2SchedulesRetrieve, index$1_getDashboardApiDjangoQ2StatusRetrieve as getDashboardApiDjangoQ2StatusRetrieve, index$1_getDashboardApiDjangoQ2TasksRetrieve as getDashboardApiDjangoQ2TasksRetrieve, index$1_getDashboardApiOverviewOverviewRetrieve as getDashboardApiOverviewOverviewRetrieve, index$1_getDashboardApiStatisticsAppsList as getDashboardApiStatisticsAppsList, index$1_getDashboardApiStatisticsCardsList as getDashboardApiStatisticsCardsList, index$1_getDashboardApiStatisticsUsersRetrieve as getDashboardApiStatisticsUsersRetrieve, index$1_getDashboardApiSystemHealthRetrieve as getDashboardApiSystemHealthRetrieve, index$1_getDashboardApiSystemMetricsRetrieve as getDashboardApiSystemMetricsRetrieve, index$1_getDashboardApiZonesList as getDashboardApiZonesList, index$1_getDashboardApiZonesSummaryRetrieve as getDashboardApiZonesSummaryRetrieve, index$1_getEndpointsDrfRetrieve as getEndpointsDrfRetrieve, index$1_getEndpointsUrlsCompactRetrieve as getEndpointsUrlsCompactRetrieve, index$1_getEndpointsUrlsRetrieve as getEndpointsUrlsRetrieve, index$1_getGrpcMonitorHealthRetrieve as getGrpcMonitorHealthRetrieve, index$1_getGrpcMonitorMethodsRetrieve as getGrpcMonitorMethodsRetrieve, index$1_getGrpcMonitorOverviewRetrieve as getGrpcMonitorOverviewRetrieve, index$1_getGrpcMonitorRequestsRetrieve as getGrpcMonitorRequestsRetrieve, index$1_getGrpcMonitorServicesRetrieve as getGrpcMonitorServicesRetrieve, index$1_getGrpcMonitorTimelineRetrieve as getGrpcMonitorTimelineRetrieve, index$1_getHealthDrfQuickRetrieve as getHealthDrfQuickRetrieve, index$1_getHealthDrfRetrieve as getHealthDrfRetrieve, index$1_getKnowbaseAdminChatHistoryRetrieve as getKnowbaseAdminChatHistoryRetrieve, index$1_getKnowbaseAdminChatList as getKnowbaseAdminChatList, index$1_getKnowbaseAdminChatRetrieve as getKnowbaseAdminChatRetrieve, index$1_getKnowbaseAdminDocumentsList as getKnowbaseAdminDocumentsList, index$1_getKnowbaseAdminDocumentsRetrieve as getKnowbaseAdminDocumentsRetrieve, index$1_getKnowbaseAdminDocumentsStatsRetrieve as getKnowbaseAdminDocumentsStatsRetrieve, index$1_getKnowbaseAdminDocumentsStatusRetrieve as getKnowbaseAdminDocumentsStatusRetrieve, index$1_getKnowbaseAdminSessionsList as getKnowbaseAdminSessionsList, index$1_getKnowbaseAdminSessionsRetrieve as getKnowbaseAdminSessionsRetrieve, index$1_getKnowbaseCategoriesList as getKnowbaseCategoriesList, index$1_getKnowbaseCategoriesRetrieve as getKnowbaseCategoriesRetrieve, index$1_getKnowbaseDocumentsList as getKnowbaseDocumentsList, index$1_getKnowbaseDocumentsRetrieve as getKnowbaseDocumentsRetrieve, index$1_getKnowbaseSystemArchivesFileTreeRetrieve as getKnowbaseSystemArchivesFileTreeRetrieve, index$1_getKnowbaseSystemArchivesItemsList as getKnowbaseSystemArchivesItemsList, index$1_getKnowbaseSystemArchivesList as getKnowbaseSystemArchivesList, index$1_getKnowbaseSystemArchivesRetrieve as getKnowbaseSystemArchivesRetrieve, index$1_getKnowbaseSystemArchivesStatisticsRetrieve as getKnowbaseSystemArchivesStatisticsRetrieve, index$1_getKnowbaseSystemArchivesVectorizationStatsRetrieve as getKnowbaseSystemArchivesVectorizationStatsRetrieve, index$1_getKnowbaseSystemChunksContextRetrieve as getKnowbaseSystemChunksContextRetrieve, index$1_getKnowbaseSystemChunksList as getKnowbaseSystemChunksList, index$1_getKnowbaseSystemChunksRetrieve as getKnowbaseSystemChunksRetrieve, index$1_getKnowbaseSystemItemsChunksList as getKnowbaseSystemItemsChunksList, index$1_getKnowbaseSystemItemsContentRetrieve as getKnowbaseSystemItemsContentRetrieve, index$1_getKnowbaseSystemItemsList as getKnowbaseSystemItemsList, index$1_getKnowbaseSystemItemsRetrieve as getKnowbaseSystemItemsRetrieve, index$1_getLeadsList as getLeadsList, index$1_getLeadsRetrieve as getLeadsRetrieve, index$1_getNewsletterCampaignsList as getNewsletterCampaignsList, index$1_getNewsletterCampaignsRetrieve as getNewsletterCampaignsRetrieve, index$1_getNewsletterLogsList as getNewsletterLogsList, index$1_getNewsletterNewslettersList as getNewsletterNewslettersList, index$1_getNewsletterNewslettersRetrieve as getNewsletterNewslettersRetrieve, index$1_getNewsletterSubscriptionsList as getNewsletterSubscriptionsList, index$1_getPaymentsBalanceRetrieve as getPaymentsBalanceRetrieve, index$1_getPaymentsCurrenciesList as getPaymentsCurrenciesList, index$1_getPaymentsPaymentsList as getPaymentsPaymentsList, index$1_getPaymentsPaymentsRetrieve as getPaymentsPaymentsRetrieve, index$1_getPaymentsPaymentsStatusRetrieve as getPaymentsPaymentsStatusRetrieve, index$1_getPaymentsTransactionsList as getPaymentsTransactionsList, index$1_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index$1_getTasksLogsList as getTasksLogsList, index$1_getTasksLogsOverviewRetrieve as getTasksLogsOverviewRetrieve, index$1_getTasksLogsRelatedRetrieve as getTasksLogsRelatedRetrieve, index$1_getTasksLogsRetrieve as getTasksLogsRetrieve, index$1_getTasksLogsStatsRetrieve as getTasksLogsStatsRetrieve, index$1_getTasksLogsTimelineRetrieve as getTasksLogsTimelineRetrieve, index$1_partialUpdateAccountsProfilePartialPartialUpdate as partialUpdateAccountsProfilePartialPartialUpdate, index$1_partialUpdateAccountsProfilePartialUpdate as partialUpdateAccountsProfilePartialUpdate, index$1_partialUpdateAccountsProfileUpdatePartialUpdate as partialUpdateAccountsProfileUpdatePartialUpdate, index$1_partialUpdateKnowbaseAdminChatPartialUpdate as partialUpdateKnowbaseAdminChatPartialUpdate, index$1_partialUpdateKnowbaseAdminDocumentsPartialUpdate as partialUpdateKnowbaseAdminDocumentsPartialUpdate, index$1_partialUpdateKnowbaseAdminSessionsPartialUpdate as partialUpdateKnowbaseAdminSessionsPartialUpdate, index$1_partialUpdateKnowbaseSystemArchivesPartialUpdate as partialUpdateKnowbaseSystemArchivesPartialUpdate, index$1_partialUpdateKnowbaseSystemChunksPartialUpdate as partialUpdateKnowbaseSystemChunksPartialUpdate, index$1_partialUpdateKnowbaseSystemItemsPartialUpdate as partialUpdateKnowbaseSystemItemsPartialUpdate, index$1_partialUpdateLeadsPartialUpdate as partialUpdateLeadsPartialUpdate, index$1_partialUpdateNewsletterCampaignsPartialUpdate as partialUpdateNewsletterCampaignsPartialUpdate, index$1_partialUpdateNewsletterUnsubscribePartialUpdate as partialUpdateNewsletterUnsubscribePartialUpdate, index$1_partialUpdateSupportTicketsMessagesPartialUpdate as partialUpdateSupportTicketsMessagesPartialUpdate, index$1_partialUpdateSupportTicketsPartialUpdate as partialUpdateSupportTicketsPartialUpdate, index$1_updateAccountsProfileUpdateUpdate as updateAccountsProfileUpdateUpdate, index$1_updateKnowbaseAdminChatUpdate as updateKnowbaseAdminChatUpdate, index$1_updateKnowbaseAdminDocumentsUpdate as updateKnowbaseAdminDocumentsUpdate, index$1_updateKnowbaseAdminSessionsUpdate as updateKnowbaseAdminSessionsUpdate, index$1_updateKnowbaseSystemArchivesUpdate as updateKnowbaseSystemArchivesUpdate, index$1_updateKnowbaseSystemChunksUpdate as updateKnowbaseSystemChunksUpdate, index$1_updateKnowbaseSystemItemsUpdate as updateKnowbaseSystemItemsUpdate, index$1_updateLeadsUpdate as updateLeadsUpdate, index$1_updateNewsletterCampaignsUpdate as updateNewsletterCampaignsUpdate, index$1_updateNewsletterUnsubscribeUpdate as updateNewsletterUnsubscribeUpdate, index$1_updateSupportTicketsMessagesUpdate as updateSupportTicketsMessagesUpdate, index$1_updateSupportTicketsUpdate as updateSupportTicketsUpdate };
|
|
24937
27075
|
}
|
|
24938
27076
|
|
|
24939
27077
|
/**
|
|
@@ -25709,6 +27847,52 @@ declare function useCreateAccountsOtpVerifyCreate(): (data: OTPVerifyRequest, cl
|
|
|
25709
27847
|
*/
|
|
25710
27848
|
declare function useCentrifugoMonitorChannelsRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
|
|
25711
27849
|
|
|
27850
|
+
/**
|
|
27851
|
+
* SWR Hooks for Dashboard
|
|
27852
|
+
*
|
|
27853
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
27854
|
+
* revalidation, and optimistic updates.
|
|
27855
|
+
*
|
|
27856
|
+
* Usage:
|
|
27857
|
+
* ```typescript
|
|
27858
|
+
* // Query hooks (GET)
|
|
27859
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
27860
|
+
*
|
|
27861
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
27862
|
+
* const createUser = useCreateUser()
|
|
27863
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
27864
|
+
* ```
|
|
27865
|
+
*/
|
|
27866
|
+
|
|
27867
|
+
/**
|
|
27868
|
+
* API operation
|
|
27869
|
+
*
|
|
27870
|
+
* @method GET
|
|
27871
|
+
* @path /cfg/dashboard/api/django_q2/
|
|
27872
|
+
*/
|
|
27873
|
+
declare function useDashboardApiDjangoQ2Retrieve(client?: API): ReturnType<typeof useSWR<any>>;
|
|
27874
|
+
/**
|
|
27875
|
+
* API operation
|
|
27876
|
+
*
|
|
27877
|
+
* @method GET
|
|
27878
|
+
* @path /cfg/dashboard/api/django_q2/schedules/
|
|
27879
|
+
*/
|
|
27880
|
+
declare function useDashboardApiDjangoQ2SchedulesRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
|
|
27881
|
+
/**
|
|
27882
|
+
* API operation
|
|
27883
|
+
*
|
|
27884
|
+
* @method GET
|
|
27885
|
+
* @path /cfg/dashboard/api/django_q2/status/
|
|
27886
|
+
*/
|
|
27887
|
+
declare function useDashboardApiDjangoQ2StatusRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
|
|
27888
|
+
/**
|
|
27889
|
+
* API operation
|
|
27890
|
+
*
|
|
27891
|
+
* @method GET
|
|
27892
|
+
* @path /cfg/dashboard/api/django_q2/tasks/
|
|
27893
|
+
*/
|
|
27894
|
+
declare function useDashboardApiDjangoQ2TasksRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
|
|
27895
|
+
|
|
25712
27896
|
/**
|
|
25713
27897
|
* SWR Hooks for Endpoints
|
|
25714
27898
|
*
|
|
@@ -25748,6 +27932,82 @@ declare function useEndpointsUrlsRetrieve(client?: API): ReturnType<typeof useSW
|
|
|
25748
27932
|
*/
|
|
25749
27933
|
declare function useEndpointsUrlsCompactRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
|
|
25750
27934
|
|
|
27935
|
+
/**
|
|
27936
|
+
* SWR Hooks for Grpc Monitoring
|
|
27937
|
+
*
|
|
27938
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
27939
|
+
* revalidation, and optimistic updates.
|
|
27940
|
+
*
|
|
27941
|
+
* Usage:
|
|
27942
|
+
* ```typescript
|
|
27943
|
+
* // Query hooks (GET)
|
|
27944
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
27945
|
+
*
|
|
27946
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
27947
|
+
* const createUser = useCreateUser()
|
|
27948
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
27949
|
+
* ```
|
|
27950
|
+
*/
|
|
27951
|
+
|
|
27952
|
+
/**
|
|
27953
|
+
* Get gRPC health status
|
|
27954
|
+
*
|
|
27955
|
+
* @method GET
|
|
27956
|
+
* @path /cfg/grpc/monitor/health/
|
|
27957
|
+
*/
|
|
27958
|
+
declare function useGrpcMonitorHealthRetrieve(client?: API): ReturnType<typeof useSWR<HealthCheck>>;
|
|
27959
|
+
/**
|
|
27960
|
+
* Get method statistics
|
|
27961
|
+
*
|
|
27962
|
+
* @method GET
|
|
27963
|
+
* @path /cfg/grpc/monitor/methods/
|
|
27964
|
+
*/
|
|
27965
|
+
declare function useGrpcMonitorMethodsRetrieve(params?: {
|
|
27966
|
+
hours?: number;
|
|
27967
|
+
service?: string;
|
|
27968
|
+
}, client?: API): ReturnType<typeof useSWR<MethodList>>;
|
|
27969
|
+
/**
|
|
27970
|
+
* Get overview statistics
|
|
27971
|
+
*
|
|
27972
|
+
* @method GET
|
|
27973
|
+
* @path /cfg/grpc/monitor/overview/
|
|
27974
|
+
*/
|
|
27975
|
+
declare function useGrpcMonitorOverviewRetrieve(params?: {
|
|
27976
|
+
hours?: number;
|
|
27977
|
+
}, client?: API): ReturnType<typeof useSWR<OverviewStats>>;
|
|
27978
|
+
/**
|
|
27979
|
+
* Get recent requests
|
|
27980
|
+
*
|
|
27981
|
+
* @method GET
|
|
27982
|
+
* @path /cfg/grpc/monitor/requests/
|
|
27983
|
+
*/
|
|
27984
|
+
declare function useGrpcMonitorRequestsRetrieve(params?: {
|
|
27985
|
+
count?: number;
|
|
27986
|
+
method?: string;
|
|
27987
|
+
offset?: number;
|
|
27988
|
+
service?: string;
|
|
27989
|
+
status?: string;
|
|
27990
|
+
}, client?: API): ReturnType<typeof useSWR<RecentRequests>>;
|
|
27991
|
+
/**
|
|
27992
|
+
* Get service statistics
|
|
27993
|
+
*
|
|
27994
|
+
* @method GET
|
|
27995
|
+
* @path /cfg/grpc/monitor/services/
|
|
27996
|
+
*/
|
|
27997
|
+
declare function useGrpcMonitorServicesRetrieve(params?: {
|
|
27998
|
+
hours?: number;
|
|
27999
|
+
}, client?: API): ReturnType<typeof useSWR<ServiceList>>;
|
|
28000
|
+
/**
|
|
28001
|
+
* Get request timeline
|
|
28002
|
+
*
|
|
28003
|
+
* @method GET
|
|
28004
|
+
* @path /cfg/grpc/monitor/timeline/
|
|
28005
|
+
*/
|
|
28006
|
+
declare function useGrpcMonitorTimelineRetrieve(params?: {
|
|
28007
|
+
hours?: number;
|
|
28008
|
+
interval?: string;
|
|
28009
|
+
}, client?: API): ReturnType<typeof useSWR<any>>;
|
|
28010
|
+
|
|
25751
28011
|
/**
|
|
25752
28012
|
* SWR Hooks for Health
|
|
25753
28013
|
*
|
|
@@ -26580,26 +28840,26 @@ declare function useTasksLogsRetrieve(id: number, client?: API): ReturnType<type
|
|
|
26580
28840
|
*/
|
|
26581
28841
|
declare function useTasksLogsRelatedRetrieve(id: number, client?: API): ReturnType<typeof useSWR<TaskLog>>;
|
|
26582
28842
|
/**
|
|
26583
|
-
*
|
|
28843
|
+
* Task System Overview
|
|
26584
28844
|
*
|
|
26585
28845
|
* @method GET
|
|
26586
28846
|
* @path /cfg/tasks/logs/overview/
|
|
26587
28847
|
*/
|
|
26588
|
-
declare function useTasksLogsOverviewRetrieve(client?: API): ReturnType<typeof useSWR<
|
|
28848
|
+
declare function useTasksLogsOverviewRetrieve(client?: API): ReturnType<typeof useSWR<TaskLogOverview>>;
|
|
26589
28849
|
/**
|
|
26590
|
-
*
|
|
28850
|
+
* Task Execution Statistics
|
|
26591
28851
|
*
|
|
26592
28852
|
* @method GET
|
|
26593
28853
|
* @path /cfg/tasks/logs/stats/
|
|
26594
28854
|
*/
|
|
26595
28855
|
declare function useTasksLogsStatsRetrieve(client?: API): ReturnType<typeof useSWR<TaskLogStats>>;
|
|
26596
28856
|
/**
|
|
26597
|
-
*
|
|
28857
|
+
* Task Execution Timeline
|
|
26598
28858
|
*
|
|
26599
28859
|
* @method GET
|
|
26600
28860
|
* @path /cfg/tasks/logs/timeline/
|
|
26601
28861
|
*/
|
|
26602
|
-
declare function useTasksLogsTimelineRetrieve(client?: API): ReturnType<typeof useSWR<
|
|
28862
|
+
declare function useTasksLogsTimelineRetrieve(client?: API): ReturnType<typeof useSWR<TaskLogTimeline>>;
|
|
26603
28863
|
|
|
26604
28864
|
/**
|
|
26605
28865
|
* SWR Hooks - React data fetching hooks
|
|
@@ -26681,6 +28941,10 @@ declare const index_useDashboardApiChartsTrackerList: typeof useDashboardApiChar
|
|
|
26681
28941
|
declare const index_useDashboardApiCommandsHelpRetrieve: typeof useDashboardApiCommandsHelpRetrieve;
|
|
26682
28942
|
declare const index_useDashboardApiCommandsList: typeof useDashboardApiCommandsList;
|
|
26683
28943
|
declare const index_useDashboardApiCommandsSummaryRetrieve: typeof useDashboardApiCommandsSummaryRetrieve;
|
|
28944
|
+
declare const index_useDashboardApiDjangoQ2Retrieve: typeof useDashboardApiDjangoQ2Retrieve;
|
|
28945
|
+
declare const index_useDashboardApiDjangoQ2SchedulesRetrieve: typeof useDashboardApiDjangoQ2SchedulesRetrieve;
|
|
28946
|
+
declare const index_useDashboardApiDjangoQ2StatusRetrieve: typeof useDashboardApiDjangoQ2StatusRetrieve;
|
|
28947
|
+
declare const index_useDashboardApiDjangoQ2TasksRetrieve: typeof useDashboardApiDjangoQ2TasksRetrieve;
|
|
26684
28948
|
declare const index_useDashboardApiOverviewOverviewRetrieve: typeof useDashboardApiOverviewOverviewRetrieve;
|
|
26685
28949
|
declare const index_useDashboardApiStatisticsAppsList: typeof useDashboardApiStatisticsAppsList;
|
|
26686
28950
|
declare const index_useDashboardApiStatisticsCardsList: typeof useDashboardApiStatisticsCardsList;
|
|
@@ -26702,6 +28966,12 @@ declare const index_useDeleteSupportTicketsMessagesDestroy: typeof useDeleteSupp
|
|
|
26702
28966
|
declare const index_useEndpointsDrfRetrieve: typeof useEndpointsDrfRetrieve;
|
|
26703
28967
|
declare const index_useEndpointsUrlsCompactRetrieve: typeof useEndpointsUrlsCompactRetrieve;
|
|
26704
28968
|
declare const index_useEndpointsUrlsRetrieve: typeof useEndpointsUrlsRetrieve;
|
|
28969
|
+
declare const index_useGrpcMonitorHealthRetrieve: typeof useGrpcMonitorHealthRetrieve;
|
|
28970
|
+
declare const index_useGrpcMonitorMethodsRetrieve: typeof useGrpcMonitorMethodsRetrieve;
|
|
28971
|
+
declare const index_useGrpcMonitorOverviewRetrieve: typeof useGrpcMonitorOverviewRetrieve;
|
|
28972
|
+
declare const index_useGrpcMonitorRequestsRetrieve: typeof useGrpcMonitorRequestsRetrieve;
|
|
28973
|
+
declare const index_useGrpcMonitorServicesRetrieve: typeof useGrpcMonitorServicesRetrieve;
|
|
28974
|
+
declare const index_useGrpcMonitorTimelineRetrieve: typeof useGrpcMonitorTimelineRetrieve;
|
|
26705
28975
|
declare const index_useHealthDrfQuickRetrieve: typeof useHealthDrfQuickRetrieve;
|
|
26706
28976
|
declare const index_useHealthDrfRetrieve: typeof useHealthDrfRetrieve;
|
|
26707
28977
|
declare const index_useKnowbaseAdminChatHistoryRetrieve: typeof useKnowbaseAdminChatHistoryRetrieve;
|
|
@@ -26781,7 +29051,7 @@ declare const index_useUpdateNewsletterUnsubscribeUpdate: typeof useUpdateNewsle
|
|
|
26781
29051
|
declare const index_useUpdateSupportTicketsMessagesUpdate: typeof useUpdateSupportTicketsMessagesUpdate;
|
|
26782
29052
|
declare const index_useUpdateSupportTicketsUpdate: typeof useUpdateSupportTicketsUpdate;
|
|
26783
29053
|
declare namespace index {
|
|
26784
|
-
export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesRetrieve as useCentrifugoMonitorPublishesRetrieve, index_useCentrifugoMonitorTimelineRetrieve as useCentrifugoMonitorTimelineRetrieve, index_useCreateAccountsOtpRequestCreate as useCreateAccountsOtpRequestCreate, index_useCreateAccountsOtpVerifyCreate as useCreateAccountsOtpVerifyCreate, index_useCreateAccountsProfileAvatarCreate as useCreateAccountsProfileAvatarCreate, index_useCreateAccountsTokenRefreshCreate as useCreateAccountsTokenRefreshCreate, index_useCreateCentrifugoServerAuthTokenCreate as useCreateCentrifugoServerAuthTokenCreate, index_useCreateCentrifugoServerChannelsCreate as useCreateCentrifugoServerChannelsCreate, index_useCreateCentrifugoServerHistoryCreate as useCreateCentrifugoServerHistoryCreate, index_useCreateCentrifugoServerInfoCreate as useCreateCentrifugoServerInfoCreate, index_useCreateCentrifugoServerPresenceCreate as useCreateCentrifugoServerPresenceCreate, index_useCreateCentrifugoServerPresenceStatsCreate as useCreateCentrifugoServerPresenceStatsCreate, index_useCreateCentrifugoTestingConnectionTokenCreate as useCreateCentrifugoTestingConnectionTokenCreate, index_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, index_useCreateKnowbaseAdminChatCreate as useCreateKnowbaseAdminChatCreate, index_useCreateKnowbaseAdminChatQueryCreate as useCreateKnowbaseAdminChatQueryCreate, index_useCreateKnowbaseAdminDocumentsCreate as useCreateKnowbaseAdminDocumentsCreate, index_useCreateKnowbaseAdminDocumentsReprocessCreate as useCreateKnowbaseAdminDocumentsReprocessCreate, index_useCreateKnowbaseAdminSessionsActivateCreate as useCreateKnowbaseAdminSessionsActivateCreate, index_useCreateKnowbaseAdminSessionsArchiveCreate as useCreateKnowbaseAdminSessionsArchiveCreate, index_useCreateKnowbaseAdminSessionsCreate as useCreateKnowbaseAdminSessionsCreate, index_useCreateKnowbaseSystemArchivesCreate as useCreateKnowbaseSystemArchivesCreate, index_useCreateKnowbaseSystemArchivesRevectorizeCreate as useCreateKnowbaseSystemArchivesRevectorizeCreate, index_useCreateKnowbaseSystemArchivesSearchCreate as useCreateKnowbaseSystemArchivesSearchCreate, index_useCreateKnowbaseSystemChunksCreate as useCreateKnowbaseSystemChunksCreate, index_useCreateKnowbaseSystemChunksVectorizeCreate as useCreateKnowbaseSystemChunksVectorizeCreate, index_useCreateKnowbaseSystemItemsCreate as useCreateKnowbaseSystemItemsCreate, index_useCreateLeadsCreate as useCreateLeadsCreate, index_useCreateLeadsSubmitCreate as useCreateLeadsSubmitCreate, index_useCreateNewsletterBulkCreate as useCreateNewsletterBulkCreate, index_useCreateNewsletterCampaignsCreate as useCreateNewsletterCampaignsCreate, index_useCreateNewsletterCampaignsSendCreate as useCreateNewsletterCampaignsSendCreate, index_useCreateNewsletterSubscribeCreate as useCreateNewsletterSubscribeCreate, index_useCreateNewsletterTestCreate as useCreateNewsletterTestCreate, index_useCreateNewsletterUnsubscribeCreate as useCreateNewsletterUnsubscribeCreate, index_useCreatePaymentsPaymentsConfirmCreate as useCreatePaymentsPaymentsConfirmCreate, index_useCreatePaymentsPaymentsCreateCreate as useCreatePaymentsPaymentsCreateCreate, index_useCreateSupportTicketsCreate as useCreateSupportTicketsCreate, index_useCreateSupportTicketsMessagesCreate as useCreateSupportTicketsMessagesCreate, index_useDashboardApiActivityActionsList as useDashboardApiActivityActionsList, index_useDashboardApiActivityRecentList as useDashboardApiActivityRecentList, index_useDashboardApiChartsActivityRetrieve as useDashboardApiChartsActivityRetrieve, index_useDashboardApiChartsRecentUsersList as useDashboardApiChartsRecentUsersList, index_useDashboardApiChartsRegistrationsRetrieve as useDashboardApiChartsRegistrationsRetrieve, index_useDashboardApiChartsTrackerList as useDashboardApiChartsTrackerList, index_useDashboardApiCommandsHelpRetrieve as useDashboardApiCommandsHelpRetrieve, index_useDashboardApiCommandsList as useDashboardApiCommandsList, index_useDashboardApiCommandsSummaryRetrieve as useDashboardApiCommandsSummaryRetrieve, index_useDashboardApiOverviewOverviewRetrieve as useDashboardApiOverviewOverviewRetrieve, index_useDashboardApiStatisticsAppsList as useDashboardApiStatisticsAppsList, index_useDashboardApiStatisticsCardsList as useDashboardApiStatisticsCardsList, index_useDashboardApiStatisticsUsersRetrieve as useDashboardApiStatisticsUsersRetrieve, index_useDashboardApiSystemHealthRetrieve as useDashboardApiSystemHealthRetrieve, index_useDashboardApiSystemMetricsRetrieve as useDashboardApiSystemMetricsRetrieve, index_useDashboardApiZonesList as useDashboardApiZonesList, index_useDashboardApiZonesSummaryRetrieve as useDashboardApiZonesSummaryRetrieve, index_useDeleteKnowbaseAdminChatDestroy as useDeleteKnowbaseAdminChatDestroy, index_useDeleteKnowbaseAdminDocumentsDestroy as useDeleteKnowbaseAdminDocumentsDestroy, index_useDeleteKnowbaseAdminSessionsDestroy as useDeleteKnowbaseAdminSessionsDestroy, index_useDeleteKnowbaseSystemArchivesDestroy as useDeleteKnowbaseSystemArchivesDestroy, index_useDeleteKnowbaseSystemChunksDestroy as useDeleteKnowbaseSystemChunksDestroy, index_useDeleteKnowbaseSystemItemsDestroy as useDeleteKnowbaseSystemItemsDestroy, index_useDeleteLeadsDestroy as useDeleteLeadsDestroy, index_useDeleteNewsletterCampaignsDestroy as useDeleteNewsletterCampaignsDestroy, index_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, index_useHealthDrfQuickRetrieve as useHealthDrfQuickRetrieve, index_useHealthDrfRetrieve as useHealthDrfRetrieve, index_useKnowbaseAdminChatHistoryRetrieve as useKnowbaseAdminChatHistoryRetrieve, index_useKnowbaseAdminChatList as useKnowbaseAdminChatList, index_useKnowbaseAdminChatRetrieve as useKnowbaseAdminChatRetrieve, index_useKnowbaseAdminDocumentsList as useKnowbaseAdminDocumentsList, index_useKnowbaseAdminDocumentsRetrieve as useKnowbaseAdminDocumentsRetrieve, index_useKnowbaseAdminDocumentsStatsRetrieve as useKnowbaseAdminDocumentsStatsRetrieve, index_useKnowbaseAdminDocumentsStatusRetrieve as useKnowbaseAdminDocumentsStatusRetrieve, index_useKnowbaseAdminSessionsList as useKnowbaseAdminSessionsList, index_useKnowbaseAdminSessionsRetrieve as useKnowbaseAdminSessionsRetrieve, index_useKnowbaseCategoriesList as useKnowbaseCategoriesList, index_useKnowbaseCategoriesRetrieve as useKnowbaseCategoriesRetrieve, index_useKnowbaseDocumentsList as useKnowbaseDocumentsList, index_useKnowbaseDocumentsRetrieve as useKnowbaseDocumentsRetrieve, index_useKnowbaseSystemArchivesFileTreeRetrieve as useKnowbaseSystemArchivesFileTreeRetrieve, index_useKnowbaseSystemArchivesItemsList as useKnowbaseSystemArchivesItemsList, index_useKnowbaseSystemArchivesList as useKnowbaseSystemArchivesList, index_useKnowbaseSystemArchivesRetrieve as useKnowbaseSystemArchivesRetrieve, index_useKnowbaseSystemArchivesStatisticsRetrieve as useKnowbaseSystemArchivesStatisticsRetrieve, index_useKnowbaseSystemArchivesVectorizationStatsRetrieve as useKnowbaseSystemArchivesVectorizationStatsRetrieve, index_useKnowbaseSystemChunksContextRetrieve as useKnowbaseSystemChunksContextRetrieve, index_useKnowbaseSystemChunksList as useKnowbaseSystemChunksList, index_useKnowbaseSystemChunksRetrieve as useKnowbaseSystemChunksRetrieve, index_useKnowbaseSystemItemsChunksList as useKnowbaseSystemItemsChunksList, index_useKnowbaseSystemItemsContentRetrieve as useKnowbaseSystemItemsContentRetrieve, index_useKnowbaseSystemItemsList as useKnowbaseSystemItemsList, index_useKnowbaseSystemItemsRetrieve as useKnowbaseSystemItemsRetrieve, index_useLeadsList as useLeadsList, index_useLeadsRetrieve as useLeadsRetrieve, index_useNewsletterCampaignsList as useNewsletterCampaignsList, index_useNewsletterCampaignsRetrieve as useNewsletterCampaignsRetrieve, index_useNewsletterLogsList as useNewsletterLogsList, index_useNewsletterNewslettersList as useNewsletterNewslettersList, index_useNewsletterNewslettersRetrieve as useNewsletterNewslettersRetrieve, index_useNewsletterSubscriptionsList as useNewsletterSubscriptionsList, index_usePartialUpdateAccountsProfilePartialPartialUpdate as usePartialUpdateAccountsProfilePartialPartialUpdate, index_usePartialUpdateAccountsProfilePartialUpdate as usePartialUpdateAccountsProfilePartialUpdate, index_usePartialUpdateAccountsProfileUpdatePartialUpdate as usePartialUpdateAccountsProfileUpdatePartialUpdate, index_usePartialUpdateKnowbaseAdminChatPartialUpdate as usePartialUpdateKnowbaseAdminChatPartialUpdate, index_usePartialUpdateKnowbaseAdminDocumentsPartialUpdate as usePartialUpdateKnowbaseAdminDocumentsPartialUpdate, index_usePartialUpdateKnowbaseAdminSessionsPartialUpdate as usePartialUpdateKnowbaseAdminSessionsPartialUpdate, index_usePartialUpdateKnowbaseSystemArchivesPartialUpdate as usePartialUpdateKnowbaseSystemArchivesPartialUpdate, index_usePartialUpdateKnowbaseSystemChunksPartialUpdate as usePartialUpdateKnowbaseSystemChunksPartialUpdate, index_usePartialUpdateKnowbaseSystemItemsPartialUpdate as usePartialUpdateKnowbaseSystemItemsPartialUpdate, index_usePartialUpdateLeadsPartialUpdate as usePartialUpdateLeadsPartialUpdate, index_usePartialUpdateNewsletterCampaignsPartialUpdate as usePartialUpdateNewsletterCampaignsPartialUpdate, index_usePartialUpdateNewsletterUnsubscribePartialUpdate as usePartialUpdateNewsletterUnsubscribePartialUpdate, index_usePartialUpdateSupportTicketsMessagesPartialUpdate as usePartialUpdateSupportTicketsMessagesPartialUpdate, index_usePartialUpdateSupportTicketsPartialUpdate as usePartialUpdateSupportTicketsPartialUpdate, index_usePaymentsBalanceRetrieve as usePaymentsBalanceRetrieve, index_usePaymentsCurrenciesList as usePaymentsCurrenciesList, index_usePaymentsPaymentsList as usePaymentsPaymentsList, index_usePaymentsPaymentsRetrieve as usePaymentsPaymentsRetrieve, index_usePaymentsPaymentsStatusRetrieve as usePaymentsPaymentsStatusRetrieve, index_usePaymentsTransactionsList as usePaymentsTransactionsList, index_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, index_useTasksLogsList as useTasksLogsList, index_useTasksLogsOverviewRetrieve as useTasksLogsOverviewRetrieve, index_useTasksLogsRelatedRetrieve as useTasksLogsRelatedRetrieve, index_useTasksLogsRetrieve as useTasksLogsRetrieve, index_useTasksLogsStatsRetrieve as useTasksLogsStatsRetrieve, index_useTasksLogsTimelineRetrieve as useTasksLogsTimelineRetrieve, index_useUpdateAccountsProfileUpdateUpdate as useUpdateAccountsProfileUpdateUpdate, index_useUpdateKnowbaseAdminChatUpdate as useUpdateKnowbaseAdminChatUpdate, index_useUpdateKnowbaseAdminDocumentsUpdate as useUpdateKnowbaseAdminDocumentsUpdate, index_useUpdateKnowbaseAdminSessionsUpdate as useUpdateKnowbaseAdminSessionsUpdate, index_useUpdateKnowbaseSystemArchivesUpdate as useUpdateKnowbaseSystemArchivesUpdate, index_useUpdateKnowbaseSystemChunksUpdate as useUpdateKnowbaseSystemChunksUpdate, index_useUpdateKnowbaseSystemItemsUpdate as useUpdateKnowbaseSystemItemsUpdate, index_useUpdateLeadsUpdate as useUpdateLeadsUpdate, index_useUpdateNewsletterCampaignsUpdate as useUpdateNewsletterCampaignsUpdate, index_useUpdateNewsletterUnsubscribeUpdate as useUpdateNewsletterUnsubscribeUpdate, index_useUpdateSupportTicketsMessagesUpdate as useUpdateSupportTicketsMessagesUpdate, index_useUpdateSupportTicketsUpdate as useUpdateSupportTicketsUpdate };
|
|
29054
|
+
export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesRetrieve as useCentrifugoMonitorPublishesRetrieve, index_useCentrifugoMonitorTimelineRetrieve as useCentrifugoMonitorTimelineRetrieve, index_useCreateAccountsOtpRequestCreate as useCreateAccountsOtpRequestCreate, index_useCreateAccountsOtpVerifyCreate as useCreateAccountsOtpVerifyCreate, index_useCreateAccountsProfileAvatarCreate as useCreateAccountsProfileAvatarCreate, index_useCreateAccountsTokenRefreshCreate as useCreateAccountsTokenRefreshCreate, index_useCreateCentrifugoServerAuthTokenCreate as useCreateCentrifugoServerAuthTokenCreate, index_useCreateCentrifugoServerChannelsCreate as useCreateCentrifugoServerChannelsCreate, index_useCreateCentrifugoServerHistoryCreate as useCreateCentrifugoServerHistoryCreate, index_useCreateCentrifugoServerInfoCreate as useCreateCentrifugoServerInfoCreate, index_useCreateCentrifugoServerPresenceCreate as useCreateCentrifugoServerPresenceCreate, index_useCreateCentrifugoServerPresenceStatsCreate as useCreateCentrifugoServerPresenceStatsCreate, index_useCreateCentrifugoTestingConnectionTokenCreate as useCreateCentrifugoTestingConnectionTokenCreate, index_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, index_useCreateKnowbaseAdminChatCreate as useCreateKnowbaseAdminChatCreate, index_useCreateKnowbaseAdminChatQueryCreate as useCreateKnowbaseAdminChatQueryCreate, index_useCreateKnowbaseAdminDocumentsCreate as useCreateKnowbaseAdminDocumentsCreate, index_useCreateKnowbaseAdminDocumentsReprocessCreate as useCreateKnowbaseAdminDocumentsReprocessCreate, index_useCreateKnowbaseAdminSessionsActivateCreate as useCreateKnowbaseAdminSessionsActivateCreate, index_useCreateKnowbaseAdminSessionsArchiveCreate as useCreateKnowbaseAdminSessionsArchiveCreate, index_useCreateKnowbaseAdminSessionsCreate as useCreateKnowbaseAdminSessionsCreate, index_useCreateKnowbaseSystemArchivesCreate as useCreateKnowbaseSystemArchivesCreate, index_useCreateKnowbaseSystemArchivesRevectorizeCreate as useCreateKnowbaseSystemArchivesRevectorizeCreate, index_useCreateKnowbaseSystemArchivesSearchCreate as useCreateKnowbaseSystemArchivesSearchCreate, index_useCreateKnowbaseSystemChunksCreate as useCreateKnowbaseSystemChunksCreate, index_useCreateKnowbaseSystemChunksVectorizeCreate as useCreateKnowbaseSystemChunksVectorizeCreate, index_useCreateKnowbaseSystemItemsCreate as useCreateKnowbaseSystemItemsCreate, index_useCreateLeadsCreate as useCreateLeadsCreate, index_useCreateLeadsSubmitCreate as useCreateLeadsSubmitCreate, index_useCreateNewsletterBulkCreate as useCreateNewsletterBulkCreate, index_useCreateNewsletterCampaignsCreate as useCreateNewsletterCampaignsCreate, index_useCreateNewsletterCampaignsSendCreate as useCreateNewsletterCampaignsSendCreate, index_useCreateNewsletterSubscribeCreate as useCreateNewsletterSubscribeCreate, index_useCreateNewsletterTestCreate as useCreateNewsletterTestCreate, index_useCreateNewsletterUnsubscribeCreate as useCreateNewsletterUnsubscribeCreate, index_useCreatePaymentsPaymentsConfirmCreate as useCreatePaymentsPaymentsConfirmCreate, index_useCreatePaymentsPaymentsCreateCreate as useCreatePaymentsPaymentsCreateCreate, index_useCreateSupportTicketsCreate as useCreateSupportTicketsCreate, index_useCreateSupportTicketsMessagesCreate as useCreateSupportTicketsMessagesCreate, index_useDashboardApiActivityActionsList as useDashboardApiActivityActionsList, index_useDashboardApiActivityRecentList as useDashboardApiActivityRecentList, index_useDashboardApiChartsActivityRetrieve as useDashboardApiChartsActivityRetrieve, index_useDashboardApiChartsRecentUsersList as useDashboardApiChartsRecentUsersList, index_useDashboardApiChartsRegistrationsRetrieve as useDashboardApiChartsRegistrationsRetrieve, index_useDashboardApiChartsTrackerList as useDashboardApiChartsTrackerList, index_useDashboardApiCommandsHelpRetrieve as useDashboardApiCommandsHelpRetrieve, index_useDashboardApiCommandsList as useDashboardApiCommandsList, index_useDashboardApiCommandsSummaryRetrieve as useDashboardApiCommandsSummaryRetrieve, index_useDashboardApiDjangoQ2Retrieve as useDashboardApiDjangoQ2Retrieve, index_useDashboardApiDjangoQ2SchedulesRetrieve as useDashboardApiDjangoQ2SchedulesRetrieve, index_useDashboardApiDjangoQ2StatusRetrieve as useDashboardApiDjangoQ2StatusRetrieve, index_useDashboardApiDjangoQ2TasksRetrieve as useDashboardApiDjangoQ2TasksRetrieve, index_useDashboardApiOverviewOverviewRetrieve as useDashboardApiOverviewOverviewRetrieve, index_useDashboardApiStatisticsAppsList as useDashboardApiStatisticsAppsList, index_useDashboardApiStatisticsCardsList as useDashboardApiStatisticsCardsList, index_useDashboardApiStatisticsUsersRetrieve as useDashboardApiStatisticsUsersRetrieve, index_useDashboardApiSystemHealthRetrieve as useDashboardApiSystemHealthRetrieve, index_useDashboardApiSystemMetricsRetrieve as useDashboardApiSystemMetricsRetrieve, index_useDashboardApiZonesList as useDashboardApiZonesList, index_useDashboardApiZonesSummaryRetrieve as useDashboardApiZonesSummaryRetrieve, index_useDeleteKnowbaseAdminChatDestroy as useDeleteKnowbaseAdminChatDestroy, index_useDeleteKnowbaseAdminDocumentsDestroy as useDeleteKnowbaseAdminDocumentsDestroy, index_useDeleteKnowbaseAdminSessionsDestroy as useDeleteKnowbaseAdminSessionsDestroy, index_useDeleteKnowbaseSystemArchivesDestroy as useDeleteKnowbaseSystemArchivesDestroy, index_useDeleteKnowbaseSystemChunksDestroy as useDeleteKnowbaseSystemChunksDestroy, index_useDeleteKnowbaseSystemItemsDestroy as useDeleteKnowbaseSystemItemsDestroy, index_useDeleteLeadsDestroy as useDeleteLeadsDestroy, index_useDeleteNewsletterCampaignsDestroy as useDeleteNewsletterCampaignsDestroy, index_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, index_useGrpcMonitorHealthRetrieve as useGrpcMonitorHealthRetrieve, index_useGrpcMonitorMethodsRetrieve as useGrpcMonitorMethodsRetrieve, index_useGrpcMonitorOverviewRetrieve as useGrpcMonitorOverviewRetrieve, index_useGrpcMonitorRequestsRetrieve as useGrpcMonitorRequestsRetrieve, index_useGrpcMonitorServicesRetrieve as useGrpcMonitorServicesRetrieve, index_useGrpcMonitorTimelineRetrieve as useGrpcMonitorTimelineRetrieve, index_useHealthDrfQuickRetrieve as useHealthDrfQuickRetrieve, index_useHealthDrfRetrieve as useHealthDrfRetrieve, index_useKnowbaseAdminChatHistoryRetrieve as useKnowbaseAdminChatHistoryRetrieve, index_useKnowbaseAdminChatList as useKnowbaseAdminChatList, index_useKnowbaseAdminChatRetrieve as useKnowbaseAdminChatRetrieve, index_useKnowbaseAdminDocumentsList as useKnowbaseAdminDocumentsList, index_useKnowbaseAdminDocumentsRetrieve as useKnowbaseAdminDocumentsRetrieve, index_useKnowbaseAdminDocumentsStatsRetrieve as useKnowbaseAdminDocumentsStatsRetrieve, index_useKnowbaseAdminDocumentsStatusRetrieve as useKnowbaseAdminDocumentsStatusRetrieve, index_useKnowbaseAdminSessionsList as useKnowbaseAdminSessionsList, index_useKnowbaseAdminSessionsRetrieve as useKnowbaseAdminSessionsRetrieve, index_useKnowbaseCategoriesList as useKnowbaseCategoriesList, index_useKnowbaseCategoriesRetrieve as useKnowbaseCategoriesRetrieve, index_useKnowbaseDocumentsList as useKnowbaseDocumentsList, index_useKnowbaseDocumentsRetrieve as useKnowbaseDocumentsRetrieve, index_useKnowbaseSystemArchivesFileTreeRetrieve as useKnowbaseSystemArchivesFileTreeRetrieve, index_useKnowbaseSystemArchivesItemsList as useKnowbaseSystemArchivesItemsList, index_useKnowbaseSystemArchivesList as useKnowbaseSystemArchivesList, index_useKnowbaseSystemArchivesRetrieve as useKnowbaseSystemArchivesRetrieve, index_useKnowbaseSystemArchivesStatisticsRetrieve as useKnowbaseSystemArchivesStatisticsRetrieve, index_useKnowbaseSystemArchivesVectorizationStatsRetrieve as useKnowbaseSystemArchivesVectorizationStatsRetrieve, index_useKnowbaseSystemChunksContextRetrieve as useKnowbaseSystemChunksContextRetrieve, index_useKnowbaseSystemChunksList as useKnowbaseSystemChunksList, index_useKnowbaseSystemChunksRetrieve as useKnowbaseSystemChunksRetrieve, index_useKnowbaseSystemItemsChunksList as useKnowbaseSystemItemsChunksList, index_useKnowbaseSystemItemsContentRetrieve as useKnowbaseSystemItemsContentRetrieve, index_useKnowbaseSystemItemsList as useKnowbaseSystemItemsList, index_useKnowbaseSystemItemsRetrieve as useKnowbaseSystemItemsRetrieve, index_useLeadsList as useLeadsList, index_useLeadsRetrieve as useLeadsRetrieve, index_useNewsletterCampaignsList as useNewsletterCampaignsList, index_useNewsletterCampaignsRetrieve as useNewsletterCampaignsRetrieve, index_useNewsletterLogsList as useNewsletterLogsList, index_useNewsletterNewslettersList as useNewsletterNewslettersList, index_useNewsletterNewslettersRetrieve as useNewsletterNewslettersRetrieve, index_useNewsletterSubscriptionsList as useNewsletterSubscriptionsList, index_usePartialUpdateAccountsProfilePartialPartialUpdate as usePartialUpdateAccountsProfilePartialPartialUpdate, index_usePartialUpdateAccountsProfilePartialUpdate as usePartialUpdateAccountsProfilePartialUpdate, index_usePartialUpdateAccountsProfileUpdatePartialUpdate as usePartialUpdateAccountsProfileUpdatePartialUpdate, index_usePartialUpdateKnowbaseAdminChatPartialUpdate as usePartialUpdateKnowbaseAdminChatPartialUpdate, index_usePartialUpdateKnowbaseAdminDocumentsPartialUpdate as usePartialUpdateKnowbaseAdminDocumentsPartialUpdate, index_usePartialUpdateKnowbaseAdminSessionsPartialUpdate as usePartialUpdateKnowbaseAdminSessionsPartialUpdate, index_usePartialUpdateKnowbaseSystemArchivesPartialUpdate as usePartialUpdateKnowbaseSystemArchivesPartialUpdate, index_usePartialUpdateKnowbaseSystemChunksPartialUpdate as usePartialUpdateKnowbaseSystemChunksPartialUpdate, index_usePartialUpdateKnowbaseSystemItemsPartialUpdate as usePartialUpdateKnowbaseSystemItemsPartialUpdate, index_usePartialUpdateLeadsPartialUpdate as usePartialUpdateLeadsPartialUpdate, index_usePartialUpdateNewsletterCampaignsPartialUpdate as usePartialUpdateNewsletterCampaignsPartialUpdate, index_usePartialUpdateNewsletterUnsubscribePartialUpdate as usePartialUpdateNewsletterUnsubscribePartialUpdate, index_usePartialUpdateSupportTicketsMessagesPartialUpdate as usePartialUpdateSupportTicketsMessagesPartialUpdate, index_usePartialUpdateSupportTicketsPartialUpdate as usePartialUpdateSupportTicketsPartialUpdate, index_usePaymentsBalanceRetrieve as usePaymentsBalanceRetrieve, index_usePaymentsCurrenciesList as usePaymentsCurrenciesList, index_usePaymentsPaymentsList as usePaymentsPaymentsList, index_usePaymentsPaymentsRetrieve as usePaymentsPaymentsRetrieve, index_usePaymentsPaymentsStatusRetrieve as usePaymentsPaymentsStatusRetrieve, index_usePaymentsTransactionsList as usePaymentsTransactionsList, index_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, index_useTasksLogsList as useTasksLogsList, index_useTasksLogsOverviewRetrieve as useTasksLogsOverviewRetrieve, index_useTasksLogsRelatedRetrieve as useTasksLogsRelatedRetrieve, index_useTasksLogsRetrieve as useTasksLogsRetrieve, index_useTasksLogsStatsRetrieve as useTasksLogsStatsRetrieve, index_useTasksLogsTimelineRetrieve as useTasksLogsTimelineRetrieve, index_useUpdateAccountsProfileUpdateUpdate as useUpdateAccountsProfileUpdateUpdate, index_useUpdateKnowbaseAdminChatUpdate as useUpdateKnowbaseAdminChatUpdate, index_useUpdateKnowbaseAdminDocumentsUpdate as useUpdateKnowbaseAdminDocumentsUpdate, index_useUpdateKnowbaseAdminSessionsUpdate as useUpdateKnowbaseAdminSessionsUpdate, index_useUpdateKnowbaseSystemArchivesUpdate as useUpdateKnowbaseSystemArchivesUpdate, index_useUpdateKnowbaseSystemChunksUpdate as useUpdateKnowbaseSystemChunksUpdate, index_useUpdateKnowbaseSystemItemsUpdate as useUpdateKnowbaseSystemItemsUpdate, index_useUpdateLeadsUpdate as useUpdateLeadsUpdate, index_useUpdateNewsletterCampaignsUpdate as useUpdateNewsletterCampaignsUpdate, index_useUpdateNewsletterUnsubscribeUpdate as useUpdateNewsletterUnsubscribeUpdate, index_useUpdateSupportTicketsMessagesUpdate as useUpdateSupportTicketsMessagesUpdate, index_useUpdateSupportTicketsUpdate as useUpdateSupportTicketsUpdate };
|
|
26785
29055
|
}
|
|
26786
29056
|
|
|
26787
29057
|
/**
|
|
@@ -26914,7 +29184,9 @@ declare class API {
|
|
|
26914
29184
|
cfg_user_profile: CfgUserProfile;
|
|
26915
29185
|
cfg_accounts: CfgAccounts;
|
|
26916
29186
|
cfg_centrifugo: CfgCentrifugo;
|
|
29187
|
+
cfg_dashboard: CfgDashboard;
|
|
26917
29188
|
cfg_endpoints: CfgEndpoints;
|
|
29189
|
+
cfg_grpc_monitoring: CfgGrpcMonitoring;
|
|
26918
29190
|
cfg_health: CfgHealth;
|
|
26919
29191
|
cfg_knowbase: CfgKnowbase;
|
|
26920
29192
|
cfg_leads: CfgLeads;
|
|
@@ -27216,4 +29488,4 @@ declare function KnowbaseSessionsProvider({ children }: {
|
|
|
27216
29488
|
}): react_jsx_runtime.JSX.Element;
|
|
27217
29489
|
declare function useKnowbaseSessionsContext(): KnowbaseSessionsContextValue;
|
|
27218
29490
|
|
|
27219
|
-
export { API, APIClient, APIError, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$
|
|
29491
|
+
export { API, APIClient, APIError, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$b as CfgAccountsTypes, models$u as CfgAuthTypes, models$t as CfgBulkEmailTypes, models$s as CfgCampaignsTypes, models$r as CfgCentrifugoAdminApiTypes, models$q as CfgCentrifugoMonitoringTypes, models$p as CfgCentrifugoTestingTypes, models$a as CfgCentrifugoTypes, models$n as CfgDashboardActivityTypes, models$o as CfgDashboardApiZonesTypes, models$m as CfgDashboardChartsTypes, models$l as CfgDashboardCommandsTypes, models$k as CfgDashboardOverviewTypes, models$j as CfgDashboardStatisticsTypes, models$i as CfgDashboardSystemTypes, models$9 as CfgDashboardTypes, models$8 as CfgEndpointsTypes, models$7 as CfgGrpcMonitoringTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$h as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$g as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$f as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$e as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$d as CfgTestingTypes, models$c as CfgUserProfileTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterContextValue, NewsletterProvider, OPENAPI_SCHEMA, type OTPRequestResponse, type OTPVerifyResponse, type OverviewContextValue, type PaginatedPaymentListList as OverviewPaginatedPaymentListList, type PaymentList as OverviewPaymentList, OverviewProvider, type PaginatedPaymentListList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedMessageRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type PaymentDetail, type PaymentList, type PaymentsContextValue, PaymentsProvider, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, type SupportContextValue, SupportProvider, TOKEN_KEY, type Ticket, type TicketRequest, type User, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingConnectionTokenCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesRetrieve, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiDjangoQ2Retrieve, getDashboardApiDjangoQ2SchedulesRetrieve, getDashboardApiDjangoQ2StatusRetrieve, getDashboardApiDjangoQ2TasksRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getGrpcMonitorHealthRetrieve, getGrpcMonitorMethodsRetrieve, getGrpcMonitorOverviewRetrieve, getGrpcMonitorRequestsRetrieve, getGrpcMonitorServicesRetrieve, getGrpcMonitorTimelineRetrieve, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsBalanceRetrieve, getPaymentsCurrenciesList, getPaymentsPaymentsList, getPaymentsPaymentsRetrieve, getPaymentsPaymentsStatusRetrieve, getPaymentsTransactionsList, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksLogsList, getTasksLogsOverviewRetrieve, getTasksLogsRelatedRetrieve, getTasksLogsRetrieve, getTasksLogsStatsRetrieve, getTasksLogsTimelineRetrieve, isAPIConfigured, partialUpdateAccountsProfilePartialPartialUpdate, partialUpdateAccountsProfilePartialUpdate, partialUpdateAccountsProfileUpdatePartialUpdate, partialUpdateKnowbaseAdminChatPartialUpdate, partialUpdateKnowbaseAdminDocumentsPartialUpdate, partialUpdateKnowbaseAdminSessionsPartialUpdate, partialUpdateKnowbaseSystemArchivesPartialUpdate, partialUpdateKnowbaseSystemChunksPartialUpdate, partialUpdateKnowbaseSystemItemsPartialUpdate, partialUpdateLeadsPartialUpdate, partialUpdateNewsletterCampaignsPartialUpdate, partialUpdateNewsletterUnsubscribePartialUpdate, partialUpdateSupportTicketsMessagesPartialUpdate, partialUpdateSupportTicketsPartialUpdate, reconfigureAPI, resetAPI, shouldRetry, updateAccountsProfileUpdateUpdate, updateKnowbaseAdminChatUpdate, updateKnowbaseAdminDocumentsUpdate, updateKnowbaseAdminSessionsUpdate, updateKnowbaseSystemArchivesUpdate, updateKnowbaseSystemChunksUpdate, updateKnowbaseSystemItemsUpdate, updateLeadsUpdate, updateNewsletterCampaignsUpdate, updateNewsletterUnsubscribeUpdate, updateSupportTicketsMessagesUpdate, updateSupportTicketsUpdate, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };
|