@djangocfg/api 1.2.6 → 1.2.7
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 +2577 -1573
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2141 -820
- package/dist/index.d.ts +2141 -820
- package/dist/index.mjs +2487 -1497
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/generated/_utils/fetchers/cfg__accounts.ts +2 -3
- package/src/cfg/generated/_utils/fetchers/cfg__accounts__auth.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__accounts__user_profile.ts +6 -7
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo.ts +2 -3
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_admin_api.ts +12 -13
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_monitoring.ts +8 -9
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_testing.ts +8 -9
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_activity.ts +61 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_api_zones.ts +62 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_charts.ts +90 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_commands.ts +62 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_overview.ts +48 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_statistics.ts +76 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_system.ts +63 -0
- package/src/cfg/generated/_utils/fetchers/cfg__endpoints.ts +3 -4
- package/src/cfg/generated/_utils/fetchers/cfg__health.ts +2 -3
- package/src/cfg/generated/_utils/fetchers/cfg__knowbase.ts +57 -58
- package/src/cfg/generated/_utils/fetchers/cfg__leads.ts +6 -7
- package/src/cfg/generated/_utils/fetchers/cfg__leads__lead_submission.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter.ts +3 -4
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__bulk_email.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__campaigns.ts +6 -7
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__logs.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__newsletters.ts +2 -3
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__subscriptions.ts +3 -4
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__testing.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__payments.ts +8 -9
- package/src/cfg/generated/_utils/fetchers/cfg__support.ts +12 -13
- package/src/cfg/generated/_utils/fetchers/cfg__tasks.ts +10 -11
- package/src/cfg/generated/_utils/fetchers/index.ts +7 -1
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_activity.ts +49 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_api_zones.ts +50 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_charts.ts +78 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_commands.ts +50 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_overview.ts +36 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_statistics.ts +64 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_system.ts +51 -0
- package/src/cfg/generated/_utils/hooks/index.ts +7 -1
- package/src/cfg/generated/_utils/schemas/APIZone.schema.ts +27 -0
- package/src/cfg/generated/_utils/schemas/APIZonesSummary.schema.ts +21 -0
- package/src/cfg/generated/_utils/schemas/ActivityTrackerDay.schema.ts +23 -0
- package/src/cfg/generated/_utils/schemas/ChartData.schema.ts +21 -0
- package/src/cfg/generated/_utils/schemas/ChartDataset.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/Command.schema.ts +23 -0
- package/src/cfg/generated/_utils/schemas/CommandsSummary.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/RecentUser.schema.ts +26 -0
- package/src/cfg/generated/_utils/schemas/index.ts +8 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_activity/client.ts +45 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_activity/models.ts +0 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_api_zones/client.ts +34 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_api_zones/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_api_zones/models.ts +27 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_charts/client.ts +98 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_charts/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_charts/models.ts +24 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_commands/client.ts +34 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_commands/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_commands/models.ts +27 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_overview/client.ts +25 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_overview/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_overview/models.ts +23 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_statistics/client.ts +44 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_statistics/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_statistics/models.ts +16 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_system/client.ts +34 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_system/index.ts +2 -0
- package/src/cfg/generated/{cfg__dashboard → cfg__dashboard__dashboard_system}/models.ts +0 -39
- package/src/cfg/generated/client.ts +32 -12
- package/src/cfg/generated/http.ts +8 -3
- package/src/cfg/generated/index.ts +35 -5
- package/src/cfg/generated/schema.ts +574 -8
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard.ts +0 -150
- package/src/cfg/generated/_utils/hooks/cfg__dashboard.ts +0 -137
- package/src/cfg/generated/cfg__dashboard/client.ts +0 -106
- /package/src/cfg/generated/{cfg__dashboard → cfg__dashboard__dashboard_activity}/index.ts +0 -0
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$s {
|
|
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$r {
|
|
68
68
|
export type { BulkEmailRequest$1 as BulkEmailRequest, BulkEmailResponse$2 as BulkEmailResponse };
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -767,7 +767,7 @@ interface ErrorResponse$2 {
|
|
|
767
767
|
message: string;
|
|
768
768
|
}
|
|
769
769
|
|
|
770
|
-
declare namespace models$
|
|
770
|
+
declare namespace models$q {
|
|
771
771
|
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 };
|
|
772
772
|
}
|
|
773
773
|
|
|
@@ -1050,7 +1050,7 @@ interface CentrifugoProcess$1 {
|
|
|
1050
1050
|
rss: number;
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
-
declare namespace models$
|
|
1053
|
+
declare namespace models$p {
|
|
1054
1054
|
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 };
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
@@ -1224,7 +1224,7 @@ interface ChannelStatsSerializer$1 {
|
|
|
1224
1224
|
last_activity_at?: string | null;
|
|
1225
1225
|
}
|
|
1226
1226
|
|
|
1227
|
-
declare namespace models$
|
|
1227
|
+
declare namespace models$o {
|
|
1228
1228
|
export type { ChannelList$1 as ChannelList, ChannelStatsSerializer$1 as ChannelStatsSerializer, HealthCheck$2 as HealthCheck, OverviewStats$1 as OverviewStats, RecentPublishes$1 as RecentPublishes };
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
@@ -1363,7 +1363,7 @@ interface ManualAckResponse$1 {
|
|
|
1363
1363
|
error?: string | null;
|
|
1364
1364
|
}
|
|
1365
1365
|
|
|
1366
|
-
declare namespace models$
|
|
1366
|
+
declare namespace models$n {
|
|
1367
1367
|
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 };
|
|
1368
1368
|
}
|
|
1369
1369
|
|
|
@@ -1430,233 +1430,583 @@ declare class CfgCentrifugoTesting {
|
|
|
1430
1430
|
}
|
|
1431
1431
|
|
|
1432
1432
|
/**
|
|
1433
|
-
*
|
|
1434
|
-
*
|
|
1435
|
-
* Request model (no read-only fields).
|
|
1436
|
-
*/
|
|
1437
|
-
interface LeadSubmissionRequest$2 {
|
|
1438
|
-
name: string;
|
|
1439
|
-
email: string;
|
|
1440
|
-
company?: string | null;
|
|
1441
|
-
company_site?: string | null;
|
|
1442
|
-
/** * `email` - Email
|
|
1443
|
-
* `whatsapp` - WhatsApp
|
|
1444
|
-
* `telegram` - Telegram
|
|
1445
|
-
* `phone` - Phone
|
|
1446
|
-
* `other` - Other */
|
|
1447
|
-
contact_type?: LeadSubmissionRequestContactType;
|
|
1448
|
-
contact_value?: string | null;
|
|
1449
|
-
subject?: string | null;
|
|
1450
|
-
message: string;
|
|
1451
|
-
extra?: string | null;
|
|
1452
|
-
/** Frontend URL where form was submitted */
|
|
1453
|
-
site_url: string;
|
|
1454
|
-
}
|
|
1455
|
-
/**
|
|
1456
|
-
* Response serializer for successful lead submission.
|
|
1433
|
+
* API zones summary serializer.
|
|
1457
1434
|
*
|
|
1458
1435
|
* Response model (includes read-only fields).
|
|
1459
1436
|
*/
|
|
1460
|
-
interface
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
lead_id: number;
|
|
1437
|
+
interface APIZonesSummary$1 {
|
|
1438
|
+
zones: Array<APIZone$1>;
|
|
1439
|
+
summary: Record<string, any>;
|
|
1464
1440
|
}
|
|
1465
1441
|
/**
|
|
1466
|
-
*
|
|
1442
|
+
* OpenAPI zone/group serializer.
|
|
1467
1443
|
*
|
|
1468
1444
|
* Response model (includes read-only fields).
|
|
1469
1445
|
*/
|
|
1470
|
-
interface
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1446
|
+
interface APIZone$1 {
|
|
1447
|
+
name: string;
|
|
1448
|
+
title: string;
|
|
1449
|
+
description: string;
|
|
1450
|
+
app_count: number;
|
|
1451
|
+
endpoint_count: number;
|
|
1452
|
+
status: string;
|
|
1453
|
+
schema_url: string;
|
|
1454
|
+
api_url: string;
|
|
1455
|
+
apps: Array<string>;
|
|
1474
1456
|
}
|
|
1475
1457
|
|
|
1476
|
-
declare namespace models$
|
|
1477
|
-
export type {
|
|
1458
|
+
declare namespace models$m {
|
|
1459
|
+
export type { APIZone$1 as APIZone, APIZonesSummary$1 as APIZonesSummary };
|
|
1478
1460
|
}
|
|
1479
1461
|
|
|
1480
1462
|
/**
|
|
1481
|
-
* API endpoints for
|
|
1463
|
+
* API endpoints for Dashboard - API Zones.
|
|
1482
1464
|
*/
|
|
1483
|
-
declare class
|
|
1465
|
+
declare class CfgDashboardApiZones {
|
|
1484
1466
|
private client;
|
|
1485
1467
|
constructor(client: any);
|
|
1486
1468
|
/**
|
|
1487
|
-
*
|
|
1469
|
+
* Get all API zones
|
|
1488
1470
|
*
|
|
1489
|
-
*
|
|
1490
|
-
* notifications.
|
|
1471
|
+
* Retrieve all OpenAPI zones/groups with their configuration
|
|
1491
1472
|
*/
|
|
1492
|
-
|
|
1473
|
+
list(): Promise<any>;
|
|
1474
|
+
/**
|
|
1475
|
+
* Get zones summary
|
|
1476
|
+
*
|
|
1477
|
+
* Retrieve zones summary with statistics
|
|
1478
|
+
*/
|
|
1479
|
+
summaryRetrieve(): Promise<APIZonesSummary$1>;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
/**
|
|
1483
|
+
* API endpoints for Dashboard - Activity.
|
|
1484
|
+
*/
|
|
1485
|
+
declare class CfgDashboardActivity {
|
|
1486
|
+
private client;
|
|
1487
|
+
constructor(client: any);
|
|
1488
|
+
/**
|
|
1489
|
+
* Get quick actions
|
|
1490
|
+
*
|
|
1491
|
+
* Retrieve quick action buttons for dashboard
|
|
1492
|
+
*/
|
|
1493
|
+
dashboardApiActivityActionsList(): Promise<any>;
|
|
1494
|
+
dashboardApiActivityRecentList(limit?: number): Promise<any>;
|
|
1495
|
+
dashboardApiActivityRecentList(params?: {
|
|
1496
|
+
limit?: number;
|
|
1497
|
+
}): Promise<any>;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
declare namespace models$l {
|
|
1501
|
+
export { };
|
|
1493
1502
|
}
|
|
1494
1503
|
|
|
1495
1504
|
/**
|
|
1505
|
+
* Chart.js data structure serializer.
|
|
1496
1506
|
*
|
|
1497
1507
|
* Response model (includes read-only fields).
|
|
1498
1508
|
*/
|
|
1499
|
-
interface
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
/** Current page number (1-based) */
|
|
1503
|
-
page: number;
|
|
1504
|
-
/** Total number of pages */
|
|
1505
|
-
pages: number;
|
|
1506
|
-
/** Number of items per page */
|
|
1507
|
-
page_size: number;
|
|
1508
|
-
/** Whether there is a next page */
|
|
1509
|
-
has_next: boolean;
|
|
1510
|
-
/** Whether there is a previous page */
|
|
1511
|
-
has_previous: boolean;
|
|
1512
|
-
/** Next page number (null if no next page) */
|
|
1513
|
-
next_page?: number | null;
|
|
1514
|
-
/** Previous page number (null if no previous page) */
|
|
1515
|
-
previous_page?: number | null;
|
|
1516
|
-
/** Array of items for current page */
|
|
1517
|
-
results: Array<EmailLog$1>;
|
|
1509
|
+
interface ChartData$1 {
|
|
1510
|
+
labels: Array<string>;
|
|
1511
|
+
datasets: Array<ChartDataset$1>;
|
|
1518
1512
|
}
|
|
1519
1513
|
/**
|
|
1520
|
-
*
|
|
1514
|
+
* Chart.js dataset serializer.
|
|
1521
1515
|
*
|
|
1522
1516
|
* Response model (includes read-only fields).
|
|
1523
1517
|
*/
|
|
1524
|
-
interface
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
recipient: string;
|
|
1532
|
-
subject: string;
|
|
1533
|
-
body: string;
|
|
1534
|
-
/** * `pending` - Pending
|
|
1535
|
-
* `sent` - Sent
|
|
1536
|
-
* `failed` - Failed */
|
|
1537
|
-
status: EmailLogStatus;
|
|
1538
|
-
created_at: string;
|
|
1539
|
-
sent_at: string | null;
|
|
1540
|
-
error_message: string | null;
|
|
1518
|
+
interface ChartDataset$1 {
|
|
1519
|
+
label: string;
|
|
1520
|
+
data: Array<number>;
|
|
1521
|
+
backgroundColor: string;
|
|
1522
|
+
borderColor: string;
|
|
1523
|
+
tension: number;
|
|
1524
|
+
fill?: boolean;
|
|
1541
1525
|
}
|
|
1542
1526
|
|
|
1543
|
-
declare namespace models$
|
|
1544
|
-
export type {
|
|
1527
|
+
declare namespace models$k {
|
|
1528
|
+
export type { ChartData$1 as ChartData, ChartDataset$1 as ChartDataset };
|
|
1545
1529
|
}
|
|
1546
1530
|
|
|
1547
1531
|
/**
|
|
1548
|
-
* API endpoints for
|
|
1532
|
+
* API endpoints for Dashboard - Charts.
|
|
1549
1533
|
*/
|
|
1550
|
-
declare class
|
|
1534
|
+
declare class CfgDashboardCharts {
|
|
1551
1535
|
private client;
|
|
1552
1536
|
constructor(client: any);
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1537
|
+
dashboardApiChartsActivityRetrieve(days?: number): Promise<ChartData$1>;
|
|
1538
|
+
dashboardApiChartsActivityRetrieve(params?: {
|
|
1539
|
+
days?: number;
|
|
1540
|
+
}): Promise<ChartData$1>;
|
|
1541
|
+
dashboardApiChartsRecentUsersList(limit?: number): Promise<any>;
|
|
1542
|
+
dashboardApiChartsRecentUsersList(params?: {
|
|
1543
|
+
limit?: number;
|
|
1544
|
+
}): Promise<any>;
|
|
1545
|
+
dashboardApiChartsRegistrationsRetrieve(days?: number): Promise<ChartData$1>;
|
|
1546
|
+
dashboardApiChartsRegistrationsRetrieve(params?: {
|
|
1547
|
+
days?: number;
|
|
1548
|
+
}): Promise<ChartData$1>;
|
|
1549
|
+
dashboardApiChartsTrackerList(weeks?: number): Promise<any>;
|
|
1550
|
+
dashboardApiChartsTrackerList(params?: {
|
|
1551
|
+
weeks?: number;
|
|
1552
|
+
}): Promise<any>;
|
|
1558
1553
|
}
|
|
1559
1554
|
|
|
1560
1555
|
/**
|
|
1556
|
+
* Commands summary serializer.
|
|
1561
1557
|
*
|
|
1562
1558
|
* Response model (includes read-only fields).
|
|
1563
1559
|
*/
|
|
1564
|
-
interface
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
/** Number of items per page */
|
|
1572
|
-
page_size: number;
|
|
1573
|
-
/** Whether there is a next page */
|
|
1574
|
-
has_next: boolean;
|
|
1575
|
-
/** Whether there is a previous page */
|
|
1576
|
-
has_previous: boolean;
|
|
1577
|
-
/** Next page number (null if no next page) */
|
|
1578
|
-
next_page?: number | null;
|
|
1579
|
-
/** Previous page number (null if no previous page) */
|
|
1580
|
-
previous_page?: number | null;
|
|
1581
|
-
/** Array of items for current page */
|
|
1582
|
-
results: Array<Newsletter$1>;
|
|
1560
|
+
interface CommandsSummary$1 {
|
|
1561
|
+
total_commands: number;
|
|
1562
|
+
core_commands: number;
|
|
1563
|
+
custom_commands: number;
|
|
1564
|
+
categories: Array<string>;
|
|
1565
|
+
commands: Array<Command$1>;
|
|
1566
|
+
categorized: Record<string, any>;
|
|
1583
1567
|
}
|
|
1584
1568
|
/**
|
|
1585
|
-
*
|
|
1569
|
+
* Django management command serializer.
|
|
1586
1570
|
*
|
|
1587
1571
|
* Response model (includes read-only fields).
|
|
1588
1572
|
*/
|
|
1589
|
-
interface
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
auto_subscribe?: boolean;
|
|
1596
|
-
created_at: string;
|
|
1597
|
-
updated_at: string;
|
|
1598
|
-
subscribers_count: number;
|
|
1573
|
+
interface Command$1 {
|
|
1574
|
+
name: string;
|
|
1575
|
+
app: string;
|
|
1576
|
+
help: string;
|
|
1577
|
+
is_core: boolean;
|
|
1578
|
+
is_custom: boolean;
|
|
1599
1579
|
}
|
|
1600
1580
|
|
|
1601
|
-
declare namespace models$
|
|
1602
|
-
export type {
|
|
1581
|
+
declare namespace models$j {
|
|
1582
|
+
export type { Command$1 as Command, CommandsSummary$1 as CommandsSummary };
|
|
1603
1583
|
}
|
|
1604
1584
|
|
|
1605
1585
|
/**
|
|
1606
|
-
* API endpoints for
|
|
1586
|
+
* API endpoints for Dashboard - Commands.
|
|
1607
1587
|
*/
|
|
1608
|
-
declare class
|
|
1588
|
+
declare class CfgDashboardCommands {
|
|
1609
1589
|
private client;
|
|
1610
1590
|
constructor(client: any);
|
|
1611
|
-
newsletterNewslettersList(page?: number, page_size?: number): Promise<PaginatedNewsletterList$1>;
|
|
1612
|
-
newsletterNewslettersList(params?: {
|
|
1613
|
-
page?: number;
|
|
1614
|
-
page_size?: number;
|
|
1615
|
-
}): Promise<PaginatedNewsletterList$1>;
|
|
1616
1591
|
/**
|
|
1617
|
-
* Get
|
|
1592
|
+
* Get all commands
|
|
1618
1593
|
*
|
|
1619
|
-
* Retrieve
|
|
1594
|
+
* Retrieve all available Django management commands
|
|
1620
1595
|
*/
|
|
1621
|
-
|
|
1596
|
+
dashboardApiCommandsList(): Promise<any>;
|
|
1597
|
+
/**
|
|
1598
|
+
* Get commands summary
|
|
1599
|
+
*
|
|
1600
|
+
* Retrieve commands summary with statistics and categorization
|
|
1601
|
+
*/
|
|
1602
|
+
dashboardApiCommandsSummaryRetrieve(): Promise<CommandsSummary$1>;
|
|
1622
1603
|
}
|
|
1623
1604
|
|
|
1624
1605
|
/**
|
|
1625
|
-
*
|
|
1606
|
+
* Main serializer for dashboard overview endpoint. Uses DictField to avoid
|
|
1607
|
+
* allOf generation in OpenAPI.
|
|
1626
1608
|
*
|
|
1627
|
-
*
|
|
1609
|
+
* Response model (includes read-only fields).
|
|
1628
1610
|
*/
|
|
1629
|
-
interface
|
|
1630
|
-
|
|
1631
|
-
|
|
1611
|
+
interface DashboardOverview$1 {
|
|
1612
|
+
/** Dashboard statistics cards */
|
|
1613
|
+
stat_cards: Array<Record<string, any>>;
|
|
1614
|
+
/** System health status */
|
|
1615
|
+
system_health: Array<Record<string, any>>;
|
|
1616
|
+
/** Quick action buttons */
|
|
1617
|
+
quick_actions: Array<Record<string, any>>;
|
|
1618
|
+
/** Recent activity entries */
|
|
1619
|
+
recent_activity: Array<Record<string, any>>;
|
|
1620
|
+
/** System performance metrics */
|
|
1621
|
+
system_metrics: Record<string, any>;
|
|
1622
|
+
/** User statistics */
|
|
1623
|
+
user_statistics: Record<string, any>;
|
|
1624
|
+
/** Data timestamp (ISO format) */
|
|
1625
|
+
timestamp: string;
|
|
1632
1626
|
}
|
|
1627
|
+
|
|
1628
|
+
declare namespace models$i {
|
|
1629
|
+
export type { DashboardOverview$1 as DashboardOverview };
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1633
1632
|
/**
|
|
1634
|
-
*
|
|
1635
|
-
*
|
|
1636
|
-
* Response model (includes read-only fields).
|
|
1633
|
+
* API endpoints for Dashboard - Overview.
|
|
1637
1634
|
*/
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1635
|
+
declare class CfgDashboardOverview {
|
|
1636
|
+
private client;
|
|
1637
|
+
constructor(client: any);
|
|
1638
|
+
/**
|
|
1639
|
+
* Get dashboard overview
|
|
1640
|
+
*
|
|
1641
|
+
* Retrieve complete dashboard data including stats, health, actions, and
|
|
1642
|
+
* metrics
|
|
1643
|
+
*/
|
|
1644
|
+
dashboardApiOverviewOverviewRetrieve(): Promise<DashboardOverview$1>;
|
|
1642
1645
|
}
|
|
1646
|
+
|
|
1643
1647
|
/**
|
|
1644
|
-
*
|
|
1648
|
+
* Serializer for user statistics.
|
|
1645
1649
|
*
|
|
1646
1650
|
* Response model (includes read-only fields).
|
|
1647
1651
|
*/
|
|
1648
|
-
interface
|
|
1649
|
-
|
|
1650
|
-
|
|
1652
|
+
interface UserStatistics$1 {
|
|
1653
|
+
/** Total number of users */
|
|
1654
|
+
total_users: number;
|
|
1655
|
+
/** Active users (last 30 days) */
|
|
1656
|
+
active_users: number;
|
|
1657
|
+
/** New users (last 7 days) */
|
|
1658
|
+
new_users: number;
|
|
1659
|
+
/** Number of superusers */
|
|
1660
|
+
superusers: number;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
declare namespace models$h {
|
|
1664
|
+
export type { UserStatistics$1 as UserStatistics };
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
/**
|
|
1668
|
+
* API endpoints for Dashboard - Statistics.
|
|
1669
|
+
*/
|
|
1670
|
+
declare class CfgDashboardStatistics {
|
|
1671
|
+
private client;
|
|
1672
|
+
constructor(client: any);
|
|
1673
|
+
/**
|
|
1674
|
+
* Get application statistics
|
|
1675
|
+
*
|
|
1676
|
+
* Retrieve statistics for all enabled django-cfg applications
|
|
1677
|
+
*/
|
|
1678
|
+
dashboardApiStatisticsAppsList(): Promise<any>;
|
|
1679
|
+
/**
|
|
1680
|
+
* Get statistics cards
|
|
1681
|
+
*
|
|
1682
|
+
* Retrieve dashboard statistics cards with key metrics
|
|
1683
|
+
*/
|
|
1684
|
+
dashboardApiStatisticsCardsList(): Promise<any>;
|
|
1685
|
+
/**
|
|
1686
|
+
* Get user statistics
|
|
1687
|
+
*
|
|
1688
|
+
* Retrieve user-related statistics
|
|
1689
|
+
*/
|
|
1690
|
+
dashboardApiStatisticsUsersRetrieve(): Promise<UserStatistics$1>;
|
|
1651
1691
|
}
|
|
1692
|
+
|
|
1652
1693
|
/**
|
|
1694
|
+
* Serializer for overall system health status.
|
|
1653
1695
|
*
|
|
1654
1696
|
* Response model (includes read-only fields).
|
|
1655
1697
|
*/
|
|
1656
|
-
interface
|
|
1657
|
-
/**
|
|
1658
|
-
|
|
1659
|
-
|
|
1698
|
+
interface SystemHealth$1 {
|
|
1699
|
+
/** Overall system health status
|
|
1700
|
+
|
|
1701
|
+
* `healthy` - healthy
|
|
1702
|
+
* `warning` - warning
|
|
1703
|
+
* `error` - error
|
|
1704
|
+
* `unknown` - unknown */
|
|
1705
|
+
overall_status: SystemHealthOverallStatus;
|
|
1706
|
+
/** Overall health percentage */
|
|
1707
|
+
overall_health_percentage: number;
|
|
1708
|
+
/** Health status of individual components */
|
|
1709
|
+
components: Array<SystemHealthItem$1>;
|
|
1710
|
+
/** Check timestamp (ISO format) */
|
|
1711
|
+
timestamp: string;
|
|
1712
|
+
}
|
|
1713
|
+
/**
|
|
1714
|
+
* Serializer for system performance metrics.
|
|
1715
|
+
*
|
|
1716
|
+
* Response model (includes read-only fields).
|
|
1717
|
+
*/
|
|
1718
|
+
interface SystemMetrics$1 {
|
|
1719
|
+
/** CPU usage percentage */
|
|
1720
|
+
cpu_usage: number;
|
|
1721
|
+
/** Memory usage percentage */
|
|
1722
|
+
memory_usage: number;
|
|
1723
|
+
/** Disk usage percentage */
|
|
1724
|
+
disk_usage: number;
|
|
1725
|
+
/** Network incoming bandwidth */
|
|
1726
|
+
network_in: string;
|
|
1727
|
+
/** Network outgoing bandwidth */
|
|
1728
|
+
network_out: string;
|
|
1729
|
+
/** Average response time */
|
|
1730
|
+
response_time: string;
|
|
1731
|
+
/** System uptime */
|
|
1732
|
+
uptime: string;
|
|
1733
|
+
}
|
|
1734
|
+
/**
|
|
1735
|
+
* Serializer for system health status items. Maps to SystemHealthItem Pydantic
|
|
1736
|
+
* model.
|
|
1737
|
+
*
|
|
1738
|
+
* Response model (includes read-only fields).
|
|
1739
|
+
*/
|
|
1740
|
+
interface SystemHealthItem$1 {
|
|
1741
|
+
/** Component name */
|
|
1742
|
+
component: string;
|
|
1743
|
+
/** Health status
|
|
1744
|
+
|
|
1745
|
+
* `healthy` - healthy
|
|
1746
|
+
* `warning` - warning
|
|
1747
|
+
* `error` - error
|
|
1748
|
+
* `unknown` - unknown */
|
|
1749
|
+
status: SystemHealthItemStatus;
|
|
1750
|
+
/** Status description */
|
|
1751
|
+
description: string;
|
|
1752
|
+
/** Last check time (ISO format) */
|
|
1753
|
+
last_check: string;
|
|
1754
|
+
/** Health percentage (0-100) */
|
|
1755
|
+
health_percentage?: number | null;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
declare namespace models$g {
|
|
1759
|
+
export type { SystemHealth$1 as SystemHealth, SystemHealthItem$1 as SystemHealthItem, SystemMetrics$1 as SystemMetrics };
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
/**
|
|
1763
|
+
* API endpoints for Dashboard - System.
|
|
1764
|
+
*/
|
|
1765
|
+
declare class CfgDashboardSystem {
|
|
1766
|
+
private client;
|
|
1767
|
+
constructor(client: any);
|
|
1768
|
+
/**
|
|
1769
|
+
* Get system health status
|
|
1770
|
+
*
|
|
1771
|
+
* Retrieve overall system health including all component checks
|
|
1772
|
+
*/
|
|
1773
|
+
dashboardApiSystemHealthRetrieve(): Promise<SystemHealth$1>;
|
|
1774
|
+
/**
|
|
1775
|
+
* Get system metrics
|
|
1776
|
+
*
|
|
1777
|
+
* Retrieve system performance metrics (CPU, memory, disk, etc.)
|
|
1778
|
+
*/
|
|
1779
|
+
dashboardApiSystemMetricsRetrieve(): Promise<SystemMetrics$1>;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
/**
|
|
1783
|
+
* Serializer for lead form submission from frontend.
|
|
1784
|
+
*
|
|
1785
|
+
* Request model (no read-only fields).
|
|
1786
|
+
*/
|
|
1787
|
+
interface LeadSubmissionRequest$2 {
|
|
1788
|
+
name: string;
|
|
1789
|
+
email: string;
|
|
1790
|
+
company?: string | null;
|
|
1791
|
+
company_site?: string | null;
|
|
1792
|
+
/** * `email` - Email
|
|
1793
|
+
* `whatsapp` - WhatsApp
|
|
1794
|
+
* `telegram` - Telegram
|
|
1795
|
+
* `phone` - Phone
|
|
1796
|
+
* `other` - Other */
|
|
1797
|
+
contact_type?: LeadSubmissionRequestContactType;
|
|
1798
|
+
contact_value?: string | null;
|
|
1799
|
+
subject?: string | null;
|
|
1800
|
+
message: string;
|
|
1801
|
+
extra?: string | null;
|
|
1802
|
+
/** Frontend URL where form was submitted */
|
|
1803
|
+
site_url: string;
|
|
1804
|
+
}
|
|
1805
|
+
/**
|
|
1806
|
+
* Response serializer for successful lead submission.
|
|
1807
|
+
*
|
|
1808
|
+
* Response model (includes read-only fields).
|
|
1809
|
+
*/
|
|
1810
|
+
interface LeadSubmissionResponse$1 {
|
|
1811
|
+
success: boolean;
|
|
1812
|
+
message: string;
|
|
1813
|
+
lead_id: number;
|
|
1814
|
+
}
|
|
1815
|
+
/**
|
|
1816
|
+
* Response serializer for lead submission errors.
|
|
1817
|
+
*
|
|
1818
|
+
* Response model (includes read-only fields).
|
|
1819
|
+
*/
|
|
1820
|
+
interface LeadSubmissionError$1 {
|
|
1821
|
+
success: boolean;
|
|
1822
|
+
error: string;
|
|
1823
|
+
details?: Record<string, any>;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
declare namespace models$f {
|
|
1827
|
+
export type { LeadSubmissionError$1 as LeadSubmissionError, LeadSubmissionRequest$2 as LeadSubmissionRequest, LeadSubmissionResponse$1 as LeadSubmissionResponse };
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
/**
|
|
1831
|
+
* API endpoints for Lead Submission.
|
|
1832
|
+
*/
|
|
1833
|
+
declare class CfgLeadSubmission {
|
|
1834
|
+
private client;
|
|
1835
|
+
constructor(client: any);
|
|
1836
|
+
/**
|
|
1837
|
+
* Submit Lead Form
|
|
1838
|
+
*
|
|
1839
|
+
* Submit a new lead from frontend contact form with automatic Telegram
|
|
1840
|
+
* notifications.
|
|
1841
|
+
*/
|
|
1842
|
+
leadsSubmitCreate(data: LeadSubmissionRequest$2): Promise<LeadSubmissionResponse$1>;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
/**
|
|
1846
|
+
*
|
|
1847
|
+
* Response model (includes read-only fields).
|
|
1848
|
+
*/
|
|
1849
|
+
interface PaginatedEmailLogList$1 {
|
|
1850
|
+
/** Total number of items across all pages */
|
|
1851
|
+
count: number;
|
|
1852
|
+
/** Current page number (1-based) */
|
|
1853
|
+
page: number;
|
|
1854
|
+
/** Total number of pages */
|
|
1855
|
+
pages: number;
|
|
1856
|
+
/** Number of items per page */
|
|
1857
|
+
page_size: number;
|
|
1858
|
+
/** Whether there is a next page */
|
|
1859
|
+
has_next: boolean;
|
|
1860
|
+
/** Whether there is a previous page */
|
|
1861
|
+
has_previous: boolean;
|
|
1862
|
+
/** Next page number (null if no next page) */
|
|
1863
|
+
next_page?: number | null;
|
|
1864
|
+
/** Previous page number (null if no previous page) */
|
|
1865
|
+
previous_page?: number | null;
|
|
1866
|
+
/** Array of items for current page */
|
|
1867
|
+
results: Array<EmailLog$1>;
|
|
1868
|
+
}
|
|
1869
|
+
/**
|
|
1870
|
+
* Serializer for EmailLog model.
|
|
1871
|
+
*
|
|
1872
|
+
* Response model (includes read-only fields).
|
|
1873
|
+
*/
|
|
1874
|
+
interface EmailLog$1 {
|
|
1875
|
+
id: string;
|
|
1876
|
+
user: number | null;
|
|
1877
|
+
user_email: string;
|
|
1878
|
+
newsletter: number | null;
|
|
1879
|
+
newsletter_title: string;
|
|
1880
|
+
/** Comma-separated email addresses */
|
|
1881
|
+
recipient: string;
|
|
1882
|
+
subject: string;
|
|
1883
|
+
body: string;
|
|
1884
|
+
/** * `pending` - Pending
|
|
1885
|
+
* `sent` - Sent
|
|
1886
|
+
* `failed` - Failed */
|
|
1887
|
+
status: EmailLogStatus;
|
|
1888
|
+
created_at: string;
|
|
1889
|
+
sent_at: string | null;
|
|
1890
|
+
error_message: string | null;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
declare namespace models$e {
|
|
1894
|
+
export type { EmailLog$1 as EmailLog, PaginatedEmailLogList$1 as PaginatedEmailLogList };
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
/**
|
|
1898
|
+
* API endpoints for Logs.
|
|
1899
|
+
*/
|
|
1900
|
+
declare class CfgLogs {
|
|
1901
|
+
private client;
|
|
1902
|
+
constructor(client: any);
|
|
1903
|
+
newsletterLogsList(page?: number, page_size?: number): Promise<PaginatedEmailLogList$1>;
|
|
1904
|
+
newsletterLogsList(params?: {
|
|
1905
|
+
page?: number;
|
|
1906
|
+
page_size?: number;
|
|
1907
|
+
}): Promise<PaginatedEmailLogList$1>;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
/**
|
|
1911
|
+
*
|
|
1912
|
+
* Response model (includes read-only fields).
|
|
1913
|
+
*/
|
|
1914
|
+
interface PaginatedNewsletterList$1 {
|
|
1915
|
+
/** Total number of items across all pages */
|
|
1916
|
+
count: number;
|
|
1917
|
+
/** Current page number (1-based) */
|
|
1918
|
+
page: number;
|
|
1919
|
+
/** Total number of pages */
|
|
1920
|
+
pages: number;
|
|
1921
|
+
/** Number of items per page */
|
|
1922
|
+
page_size: number;
|
|
1923
|
+
/** Whether there is a next page */
|
|
1924
|
+
has_next: boolean;
|
|
1925
|
+
/** Whether there is a previous page */
|
|
1926
|
+
has_previous: boolean;
|
|
1927
|
+
/** Next page number (null if no next page) */
|
|
1928
|
+
next_page?: number | null;
|
|
1929
|
+
/** Previous page number (null if no previous page) */
|
|
1930
|
+
previous_page?: number | null;
|
|
1931
|
+
/** Array of items for current page */
|
|
1932
|
+
results: Array<Newsletter$1>;
|
|
1933
|
+
}
|
|
1934
|
+
/**
|
|
1935
|
+
* Serializer for Newsletter model.
|
|
1936
|
+
*
|
|
1937
|
+
* Response model (includes read-only fields).
|
|
1938
|
+
*/
|
|
1939
|
+
interface Newsletter$1 {
|
|
1940
|
+
id: number;
|
|
1941
|
+
title: string;
|
|
1942
|
+
description?: string;
|
|
1943
|
+
is_active?: boolean;
|
|
1944
|
+
/** Automatically subscribe new users to this newsletter */
|
|
1945
|
+
auto_subscribe?: boolean;
|
|
1946
|
+
created_at: string;
|
|
1947
|
+
updated_at: string;
|
|
1948
|
+
subscribers_count: number;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
declare namespace models$d {
|
|
1952
|
+
export type { Newsletter$1 as Newsletter, PaginatedNewsletterList$1 as PaginatedNewsletterList };
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
/**
|
|
1956
|
+
* API endpoints for Newsletters.
|
|
1957
|
+
*/
|
|
1958
|
+
declare class CfgNewsletters {
|
|
1959
|
+
private client;
|
|
1960
|
+
constructor(client: any);
|
|
1961
|
+
newsletterNewslettersList(page?: number, page_size?: number): Promise<PaginatedNewsletterList$1>;
|
|
1962
|
+
newsletterNewslettersList(params?: {
|
|
1963
|
+
page?: number;
|
|
1964
|
+
page_size?: number;
|
|
1965
|
+
}): Promise<PaginatedNewsletterList$1>;
|
|
1966
|
+
/**
|
|
1967
|
+
* Get Newsletter Details
|
|
1968
|
+
*
|
|
1969
|
+
* Retrieve details of a specific newsletter.
|
|
1970
|
+
*/
|
|
1971
|
+
newsletterNewslettersRetrieve(id: number): Promise<Newsletter$1>;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
/**
|
|
1975
|
+
* Simple serializer for newsletter subscription.
|
|
1976
|
+
*
|
|
1977
|
+
* Request model (no read-only fields).
|
|
1978
|
+
*/
|
|
1979
|
+
interface SubscribeRequest$1 {
|
|
1980
|
+
newsletter_id: number;
|
|
1981
|
+
email: string;
|
|
1982
|
+
}
|
|
1983
|
+
/**
|
|
1984
|
+
* Response for subscription.
|
|
1985
|
+
*
|
|
1986
|
+
* Response model (includes read-only fields).
|
|
1987
|
+
*/
|
|
1988
|
+
interface SubscribeResponse$1 {
|
|
1989
|
+
success: boolean;
|
|
1990
|
+
message: string;
|
|
1991
|
+
subscription_id?: number;
|
|
1992
|
+
}
|
|
1993
|
+
/**
|
|
1994
|
+
* Generic error response.
|
|
1995
|
+
*
|
|
1996
|
+
* Response model (includes read-only fields).
|
|
1997
|
+
*/
|
|
1998
|
+
interface ErrorResponse$1 {
|
|
1999
|
+
success?: boolean;
|
|
2000
|
+
message: string;
|
|
2001
|
+
}
|
|
2002
|
+
/**
|
|
2003
|
+
*
|
|
2004
|
+
* Response model (includes read-only fields).
|
|
2005
|
+
*/
|
|
2006
|
+
interface PaginatedNewsletterSubscriptionList$1 {
|
|
2007
|
+
/** Total number of items across all pages */
|
|
2008
|
+
count: number;
|
|
2009
|
+
/** Current page number (1-based) */
|
|
1660
2010
|
page: number;
|
|
1661
2011
|
/** Total number of pages */
|
|
1662
2012
|
pages: number;
|
|
@@ -1707,7 +2057,7 @@ interface NewsletterSubscription$1 {
|
|
|
1707
2057
|
unsubscribed_at: string | null;
|
|
1708
2058
|
}
|
|
1709
2059
|
|
|
1710
|
-
declare namespace models$
|
|
2060
|
+
declare namespace models$c {
|
|
1711
2061
|
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 };
|
|
1712
2062
|
}
|
|
1713
2063
|
|
|
@@ -1759,7 +2109,7 @@ interface BulkEmailResponse$1 {
|
|
|
1759
2109
|
error?: string;
|
|
1760
2110
|
}
|
|
1761
2111
|
|
|
1762
|
-
declare namespace models$
|
|
2112
|
+
declare namespace models$b {
|
|
1763
2113
|
export type { BulkEmailResponse$1 as BulkEmailResponse, TestEmailRequest$1 as TestEmailRequest };
|
|
1764
2114
|
}
|
|
1765
2115
|
|
|
@@ -1831,7 +2181,7 @@ interface PatchedUserProfileUpdateRequest$1 {
|
|
|
1831
2181
|
position?: string;
|
|
1832
2182
|
}
|
|
1833
2183
|
|
|
1834
|
-
declare namespace models$
|
|
2184
|
+
declare namespace models$a {
|
|
1835
2185
|
export type { PatchedUserProfileUpdateRequest$1 as PatchedUserProfileUpdateRequest, User$2 as User, UserProfileUpdateRequest$1 as UserProfileUpdateRequest };
|
|
1836
2186
|
}
|
|
1837
2187
|
|
|
@@ -1954,226 +2304,65 @@ interface User$1 {
|
|
|
1954
2304
|
id: number;
|
|
1955
2305
|
email: string;
|
|
1956
2306
|
first_name?: string;
|
|
1957
|
-
last_name?: string;
|
|
1958
|
-
/** Get user's full name. */
|
|
1959
|
-
full_name: string;
|
|
1960
|
-
/** Get user's initials for avatar fallback. */
|
|
1961
|
-
initials: string;
|
|
1962
|
-
/** Get formatted username for display. */
|
|
1963
|
-
display_username: string;
|
|
1964
|
-
company?: string;
|
|
1965
|
-
phone?: string;
|
|
1966
|
-
position?: string;
|
|
1967
|
-
avatar: string | null;
|
|
1968
|
-
/** Designates whether the user can log into this admin site. */
|
|
1969
|
-
is_staff: boolean;
|
|
1970
|
-
/** Designates that this user has all permissions without explicitly assigning them. */
|
|
1971
|
-
is_superuser: boolean;
|
|
1972
|
-
date_joined: string;
|
|
1973
|
-
last_login: string | null;
|
|
1974
|
-
/** Get count of unanswered messages for the user. */
|
|
1975
|
-
unanswered_messages_count: number;
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
|
-
declare namespace models$a {
|
|
1979
|
-
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 };
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
/**
|
|
1983
|
-
* API endpoints for Accounts.
|
|
1984
|
-
*/
|
|
1985
|
-
declare class CfgAccounts {
|
|
1986
|
-
private client;
|
|
1987
|
-
constructor(client: any);
|
|
1988
|
-
/**
|
|
1989
|
-
* Request OTP code to email or phone.
|
|
1990
|
-
*/
|
|
1991
|
-
otpRequestCreate(data: OTPRequestRequest$1): Promise<OTPRequestResponse$1>;
|
|
1992
|
-
/**
|
|
1993
|
-
* Verify OTP code and return JWT tokens.
|
|
1994
|
-
*/
|
|
1995
|
-
otpVerifyCreate(data: OTPVerifyRequest$1): Promise<OTPVerifyResponse$1>;
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
/**
|
|
1999
|
-
* API endpoints for Centrifugo.
|
|
2000
|
-
*/
|
|
2001
|
-
declare class CfgCentrifugo {
|
|
2002
|
-
private client;
|
|
2003
|
-
constructor(client: any);
|
|
2004
|
-
/**
|
|
2005
|
-
* Get statistics per channel.
|
|
2006
|
-
*/
|
|
2007
|
-
adminApiMonitorChannelsRetrieve(): Promise<any>;
|
|
2008
|
-
/**
|
|
2009
|
-
* Get statistics per channel.
|
|
2010
|
-
*/
|
|
2011
|
-
monitorChannelsRetrieve(): Promise<any>;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
declare namespace models$9 {
|
|
2015
|
-
export { };
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
/**
|
|
2019
|
-
* Main serializer for dashboard overview endpoint. Uses DictField to avoid
|
|
2020
|
-
* allOf generation in OpenAPI.
|
|
2021
|
-
*
|
|
2022
|
-
* Response model (includes read-only fields).
|
|
2023
|
-
*/
|
|
2024
|
-
interface DashboardOverview$1 {
|
|
2025
|
-
/** Dashboard statistics cards */
|
|
2026
|
-
stat_cards: Array<Record<string, any>>;
|
|
2027
|
-
/** System health status */
|
|
2028
|
-
system_health: Array<Record<string, any>>;
|
|
2029
|
-
/** Quick action buttons */
|
|
2030
|
-
quick_actions: Array<Record<string, any>>;
|
|
2031
|
-
/** Recent activity entries */
|
|
2032
|
-
recent_activity: Array<Record<string, any>>;
|
|
2033
|
-
/** System performance metrics */
|
|
2034
|
-
system_metrics: Record<string, any>;
|
|
2035
|
-
/** User statistics */
|
|
2036
|
-
user_statistics: Record<string, any>;
|
|
2037
|
-
/** Data timestamp (ISO format) */
|
|
2038
|
-
timestamp: string;
|
|
2039
|
-
}
|
|
2040
|
-
/**
|
|
2041
|
-
* Serializer for user statistics.
|
|
2042
|
-
*
|
|
2043
|
-
* Response model (includes read-only fields).
|
|
2044
|
-
*/
|
|
2045
|
-
interface UserStatistics$1 {
|
|
2046
|
-
/** Total number of users */
|
|
2047
|
-
total_users: number;
|
|
2048
|
-
/** Active users (last 30 days) */
|
|
2049
|
-
active_users: number;
|
|
2050
|
-
/** New users (last 7 days) */
|
|
2051
|
-
new_users: number;
|
|
2052
|
-
/** Number of superusers */
|
|
2053
|
-
superusers: number;
|
|
2054
|
-
}
|
|
2055
|
-
/**
|
|
2056
|
-
* Serializer for overall system health status.
|
|
2057
|
-
*
|
|
2058
|
-
* Response model (includes read-only fields).
|
|
2059
|
-
*/
|
|
2060
|
-
interface SystemHealth$1 {
|
|
2061
|
-
/** Overall system health status
|
|
2062
|
-
|
|
2063
|
-
* `healthy` - healthy
|
|
2064
|
-
* `warning` - warning
|
|
2065
|
-
* `error` - error
|
|
2066
|
-
* `unknown` - unknown */
|
|
2067
|
-
overall_status: SystemHealthOverallStatus;
|
|
2068
|
-
/** Overall health percentage */
|
|
2069
|
-
overall_health_percentage: number;
|
|
2070
|
-
/** Health status of individual components */
|
|
2071
|
-
components: Array<SystemHealthItem$1>;
|
|
2072
|
-
/** Check timestamp (ISO format) */
|
|
2073
|
-
timestamp: string;
|
|
2074
|
-
}
|
|
2075
|
-
/**
|
|
2076
|
-
* Serializer for system performance metrics.
|
|
2077
|
-
*
|
|
2078
|
-
* Response model (includes read-only fields).
|
|
2079
|
-
*/
|
|
2080
|
-
interface SystemMetrics$1 {
|
|
2081
|
-
/** CPU usage percentage */
|
|
2082
|
-
cpu_usage: number;
|
|
2083
|
-
/** Memory usage percentage */
|
|
2084
|
-
memory_usage: number;
|
|
2085
|
-
/** Disk usage percentage */
|
|
2086
|
-
disk_usage: number;
|
|
2087
|
-
/** Network incoming bandwidth */
|
|
2088
|
-
network_in: string;
|
|
2089
|
-
/** Network outgoing bandwidth */
|
|
2090
|
-
network_out: string;
|
|
2091
|
-
/** Average response time */
|
|
2092
|
-
response_time: string;
|
|
2093
|
-
/** System uptime */
|
|
2094
|
-
uptime: string;
|
|
2095
|
-
}
|
|
2096
|
-
/**
|
|
2097
|
-
* Serializer for system health status items. Maps to SystemHealthItem Pydantic
|
|
2098
|
-
* model.
|
|
2099
|
-
*
|
|
2100
|
-
* Response model (includes read-only fields).
|
|
2101
|
-
*/
|
|
2102
|
-
interface SystemHealthItem$1 {
|
|
2103
|
-
/** Component name */
|
|
2104
|
-
component: string;
|
|
2105
|
-
/** Health status
|
|
2106
|
-
|
|
2107
|
-
* `healthy` - healthy
|
|
2108
|
-
* `warning` - warning
|
|
2109
|
-
* `error` - error
|
|
2110
|
-
* `unknown` - unknown */
|
|
2111
|
-
status: SystemHealthItemStatus;
|
|
2112
|
-
/** Status description */
|
|
2113
|
-
description: string;
|
|
2114
|
-
/** Last check time (ISO format) */
|
|
2115
|
-
last_check: string;
|
|
2116
|
-
/** Health percentage (0-100) */
|
|
2117
|
-
health_percentage?: number | null;
|
|
2307
|
+
last_name?: string;
|
|
2308
|
+
/** Get user's full name. */
|
|
2309
|
+
full_name: string;
|
|
2310
|
+
/** Get user's initials for avatar fallback. */
|
|
2311
|
+
initials: string;
|
|
2312
|
+
/** Get formatted username for display. */
|
|
2313
|
+
display_username: string;
|
|
2314
|
+
company?: string;
|
|
2315
|
+
phone?: string;
|
|
2316
|
+
position?: string;
|
|
2317
|
+
avatar: string | null;
|
|
2318
|
+
/** Designates whether the user can log into this admin site. */
|
|
2319
|
+
is_staff: boolean;
|
|
2320
|
+
/** Designates that this user has all permissions without explicitly assigning them. */
|
|
2321
|
+
is_superuser: boolean;
|
|
2322
|
+
date_joined: string;
|
|
2323
|
+
last_login: string | null;
|
|
2324
|
+
/** Get count of unanswered messages for the user. */
|
|
2325
|
+
unanswered_messages_count: number;
|
|
2118
2326
|
}
|
|
2119
2327
|
|
|
2120
|
-
declare namespace models$
|
|
2121
|
-
export type {
|
|
2328
|
+
declare namespace models$9 {
|
|
2329
|
+
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 };
|
|
2122
2330
|
}
|
|
2123
2331
|
|
|
2124
2332
|
/**
|
|
2125
|
-
* API endpoints for
|
|
2333
|
+
* API endpoints for Accounts.
|
|
2126
2334
|
*/
|
|
2127
|
-
declare class
|
|
2335
|
+
declare class CfgAccounts {
|
|
2128
2336
|
private client;
|
|
2129
2337
|
constructor(client: any);
|
|
2130
2338
|
/**
|
|
2131
|
-
*
|
|
2132
|
-
*
|
|
2133
|
-
* Retrieve quick action buttons for dashboard
|
|
2134
|
-
*/
|
|
2135
|
-
apiActivityActionsList(): Promise<any>;
|
|
2136
|
-
apiActivityRecentList(limit?: number): Promise<any>;
|
|
2137
|
-
apiActivityRecentList(params?: {
|
|
2138
|
-
limit?: number;
|
|
2139
|
-
}): Promise<any>;
|
|
2140
|
-
/**
|
|
2141
|
-
* Get dashboard overview
|
|
2142
|
-
*
|
|
2143
|
-
* Retrieve complete dashboard data including stats, health, actions, and
|
|
2144
|
-
* metrics
|
|
2145
|
-
*/
|
|
2146
|
-
apiOverviewOverviewRetrieve(): Promise<DashboardOverview$1>;
|
|
2147
|
-
/**
|
|
2148
|
-
* Get application statistics
|
|
2149
|
-
*
|
|
2150
|
-
* Retrieve statistics for all enabled django-cfg applications
|
|
2151
|
-
*/
|
|
2152
|
-
apiStatisticsAppsList(): Promise<any>;
|
|
2153
|
-
/**
|
|
2154
|
-
* Get statistics cards
|
|
2155
|
-
*
|
|
2156
|
-
* Retrieve dashboard statistics cards with key metrics
|
|
2339
|
+
* Request OTP code to email or phone.
|
|
2157
2340
|
*/
|
|
2158
|
-
|
|
2341
|
+
otpRequestCreate(data: OTPRequestRequest$1): Promise<OTPRequestResponse$1>;
|
|
2159
2342
|
/**
|
|
2160
|
-
*
|
|
2161
|
-
*
|
|
2162
|
-
* Retrieve user-related statistics
|
|
2343
|
+
* Verify OTP code and return JWT tokens.
|
|
2163
2344
|
*/
|
|
2164
|
-
|
|
2345
|
+
otpVerifyCreate(data: OTPVerifyRequest$1): Promise<OTPVerifyResponse$1>;
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
/**
|
|
2349
|
+
* API endpoints for Centrifugo.
|
|
2350
|
+
*/
|
|
2351
|
+
declare class CfgCentrifugo {
|
|
2352
|
+
private client;
|
|
2353
|
+
constructor(client: any);
|
|
2165
2354
|
/**
|
|
2166
|
-
* Get
|
|
2167
|
-
*
|
|
2168
|
-
* Retrieve overall system health including all component checks
|
|
2355
|
+
* Get statistics per channel.
|
|
2169
2356
|
*/
|
|
2170
|
-
|
|
2357
|
+
adminApiMonitorChannelsRetrieve(): Promise<any>;
|
|
2171
2358
|
/**
|
|
2172
|
-
* Get
|
|
2173
|
-
*
|
|
2174
|
-
* Retrieve system performance metrics (CPU, memory, disk, etc.)
|
|
2359
|
+
* Get statistics per channel.
|
|
2175
2360
|
*/
|
|
2176
|
-
|
|
2361
|
+
monitorChannelsRetrieve(): Promise<any>;
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
declare namespace models$8 {
|
|
2365
|
+
export { };
|
|
2177
2366
|
}
|
|
2178
2367
|
|
|
2179
2368
|
/**
|
|
@@ -4807,6 +4996,13 @@ declare class APIClient {
|
|
|
4807
4996
|
cfg_centrifugo_admin_api: CfgCentrifugoAdminApi;
|
|
4808
4997
|
cfg_centrifugo_monitoring: CfgCentrifugoMonitoring;
|
|
4809
4998
|
cfg_centrifugo_testing: CfgCentrifugoTesting;
|
|
4999
|
+
cfg_dashboard_api_zones: CfgDashboardApiZones;
|
|
5000
|
+
cfg_dashboard_activity: CfgDashboardActivity;
|
|
5001
|
+
cfg_dashboard_charts: CfgDashboardCharts;
|
|
5002
|
+
cfg_dashboard_commands: CfgDashboardCommands;
|
|
5003
|
+
cfg_dashboard_overview: CfgDashboardOverview;
|
|
5004
|
+
cfg_dashboard_statistics: CfgDashboardStatistics;
|
|
5005
|
+
cfg_dashboard_system: CfgDashboardSystem;
|
|
4810
5006
|
cfg_lead_submission: CfgLeadSubmission;
|
|
4811
5007
|
cfg_logs: CfgLogs;
|
|
4812
5008
|
cfg_newsletters: CfgNewsletters;
|
|
@@ -4815,7 +5011,6 @@ declare class APIClient {
|
|
|
4815
5011
|
cfg_user_profile: CfgUserProfile;
|
|
4816
5012
|
cfg_accounts: CfgAccounts;
|
|
4817
5013
|
cfg_centrifugo: CfgCentrifugo;
|
|
4818
|
-
cfg_dashboard: CfgDashboard;
|
|
4819
5014
|
cfg_endpoints: CfgEndpoints;
|
|
4820
5015
|
cfg_health: CfgHealth;
|
|
4821
5016
|
cfg_knowbase: CfgKnowbase;
|
|
@@ -4910,6 +5105,60 @@ declare const OPENAPI_SCHEMA: {
|
|
|
4910
5105
|
required: string[];
|
|
4911
5106
|
type: string;
|
|
4912
5107
|
};
|
|
5108
|
+
APIZone: {
|
|
5109
|
+
description: string;
|
|
5110
|
+
properties: {
|
|
5111
|
+
api_url: {
|
|
5112
|
+
type: string;
|
|
5113
|
+
};
|
|
5114
|
+
app_count: {
|
|
5115
|
+
type: string;
|
|
5116
|
+
};
|
|
5117
|
+
apps: {
|
|
5118
|
+
items: {
|
|
5119
|
+
type: string;
|
|
5120
|
+
};
|
|
5121
|
+
type: string;
|
|
5122
|
+
};
|
|
5123
|
+
description: {
|
|
5124
|
+
type: string;
|
|
5125
|
+
};
|
|
5126
|
+
endpoint_count: {
|
|
5127
|
+
type: string;
|
|
5128
|
+
};
|
|
5129
|
+
name: {
|
|
5130
|
+
type: string;
|
|
5131
|
+
};
|
|
5132
|
+
schema_url: {
|
|
5133
|
+
type: string;
|
|
5134
|
+
};
|
|
5135
|
+
status: {
|
|
5136
|
+
type: string;
|
|
5137
|
+
};
|
|
5138
|
+
title: {
|
|
5139
|
+
type: string;
|
|
5140
|
+
};
|
|
5141
|
+
};
|
|
5142
|
+
required: string[];
|
|
5143
|
+
type: string;
|
|
5144
|
+
};
|
|
5145
|
+
APIZonesSummary: {
|
|
5146
|
+
description: string;
|
|
5147
|
+
properties: {
|
|
5148
|
+
summary: {
|
|
5149
|
+
additionalProperties: {};
|
|
5150
|
+
type: string;
|
|
5151
|
+
};
|
|
5152
|
+
zones: {
|
|
5153
|
+
items: {
|
|
5154
|
+
$ref: string;
|
|
5155
|
+
};
|
|
5156
|
+
type: string;
|
|
5157
|
+
};
|
|
5158
|
+
};
|
|
5159
|
+
required: string[];
|
|
5160
|
+
type: string;
|
|
5161
|
+
};
|
|
4913
5162
|
ActivityEntry: {
|
|
4914
5163
|
description: string;
|
|
4915
5164
|
properties: {
|
|
@@ -4945,6 +5194,29 @@ declare const OPENAPI_SCHEMA: {
|
|
|
4945
5194
|
required: string[];
|
|
4946
5195
|
type: string;
|
|
4947
5196
|
};
|
|
5197
|
+
ActivityTrackerDay: {
|
|
5198
|
+
description: string;
|
|
5199
|
+
properties: {
|
|
5200
|
+
color: {
|
|
5201
|
+
type: string;
|
|
5202
|
+
};
|
|
5203
|
+
count: {
|
|
5204
|
+
type: string;
|
|
5205
|
+
};
|
|
5206
|
+
date: {
|
|
5207
|
+
format: string;
|
|
5208
|
+
type: string;
|
|
5209
|
+
};
|
|
5210
|
+
level: {
|
|
5211
|
+
type: string;
|
|
5212
|
+
};
|
|
5213
|
+
tooltip: {
|
|
5214
|
+
type: string;
|
|
5215
|
+
};
|
|
5216
|
+
};
|
|
5217
|
+
required: string[];
|
|
5218
|
+
type: string;
|
|
5219
|
+
};
|
|
4948
5220
|
AppStatistics: {
|
|
4949
5221
|
description: string;
|
|
4950
5222
|
properties: {
|
|
@@ -6242,6 +6514,54 @@ declare const OPENAPI_SCHEMA: {
|
|
|
6242
6514
|
title: string;
|
|
6243
6515
|
type: string;
|
|
6244
6516
|
};
|
|
6517
|
+
ChartData: {
|
|
6518
|
+
description: string;
|
|
6519
|
+
properties: {
|
|
6520
|
+
datasets: {
|
|
6521
|
+
items: {
|
|
6522
|
+
$ref: string;
|
|
6523
|
+
};
|
|
6524
|
+
type: string;
|
|
6525
|
+
};
|
|
6526
|
+
labels: {
|
|
6527
|
+
items: {
|
|
6528
|
+
type: string;
|
|
6529
|
+
};
|
|
6530
|
+
type: string;
|
|
6531
|
+
};
|
|
6532
|
+
};
|
|
6533
|
+
required: string[];
|
|
6534
|
+
type: string;
|
|
6535
|
+
};
|
|
6536
|
+
ChartDataset: {
|
|
6537
|
+
description: string;
|
|
6538
|
+
properties: {
|
|
6539
|
+
backgroundColor: {
|
|
6540
|
+
type: string;
|
|
6541
|
+
};
|
|
6542
|
+
borderColor: {
|
|
6543
|
+
type: string;
|
|
6544
|
+
};
|
|
6545
|
+
data: {
|
|
6546
|
+
items: {
|
|
6547
|
+
type: string;
|
|
6548
|
+
};
|
|
6549
|
+
type: string;
|
|
6550
|
+
};
|
|
6551
|
+
fill: {
|
|
6552
|
+
type: string;
|
|
6553
|
+
};
|
|
6554
|
+
label: {
|
|
6555
|
+
type: string;
|
|
6556
|
+
};
|
|
6557
|
+
tension: {
|
|
6558
|
+
format: string;
|
|
6559
|
+
type: string;
|
|
6560
|
+
};
|
|
6561
|
+
};
|
|
6562
|
+
required: string[];
|
|
6563
|
+
type: string;
|
|
6564
|
+
};
|
|
6245
6565
|
ChatHistory: {
|
|
6246
6566
|
description: string;
|
|
6247
6567
|
properties: {
|
|
@@ -6605,6 +6925,60 @@ declare const OPENAPI_SCHEMA: {
|
|
|
6605
6925
|
required: string[];
|
|
6606
6926
|
type: string;
|
|
6607
6927
|
};
|
|
6928
|
+
Command: {
|
|
6929
|
+
description: string;
|
|
6930
|
+
properties: {
|
|
6931
|
+
app: {
|
|
6932
|
+
type: string;
|
|
6933
|
+
};
|
|
6934
|
+
help: {
|
|
6935
|
+
type: string;
|
|
6936
|
+
};
|
|
6937
|
+
is_core: {
|
|
6938
|
+
type: string;
|
|
6939
|
+
};
|
|
6940
|
+
is_custom: {
|
|
6941
|
+
type: string;
|
|
6942
|
+
};
|
|
6943
|
+
name: {
|
|
6944
|
+
type: string;
|
|
6945
|
+
};
|
|
6946
|
+
};
|
|
6947
|
+
required: string[];
|
|
6948
|
+
type: string;
|
|
6949
|
+
};
|
|
6950
|
+
CommandsSummary: {
|
|
6951
|
+
description: string;
|
|
6952
|
+
properties: {
|
|
6953
|
+
categories: {
|
|
6954
|
+
items: {
|
|
6955
|
+
type: string;
|
|
6956
|
+
};
|
|
6957
|
+
type: string;
|
|
6958
|
+
};
|
|
6959
|
+
categorized: {
|
|
6960
|
+
additionalProperties: {};
|
|
6961
|
+
type: string;
|
|
6962
|
+
};
|
|
6963
|
+
commands: {
|
|
6964
|
+
items: {
|
|
6965
|
+
$ref: string;
|
|
6966
|
+
};
|
|
6967
|
+
type: string;
|
|
6968
|
+
};
|
|
6969
|
+
core_commands: {
|
|
6970
|
+
type: string;
|
|
6971
|
+
};
|
|
6972
|
+
custom_commands: {
|
|
6973
|
+
type: string;
|
|
6974
|
+
};
|
|
6975
|
+
total_commands: {
|
|
6976
|
+
type: string;
|
|
6977
|
+
};
|
|
6978
|
+
};
|
|
6979
|
+
required: string[];
|
|
6980
|
+
type: string;
|
|
6981
|
+
};
|
|
6608
6982
|
ConnectionTokenRequestRequest: {
|
|
6609
6983
|
description: string;
|
|
6610
6984
|
properties: {
|
|
@@ -10038,23 +10412,56 @@ declare const OPENAPI_SCHEMA: {
|
|
|
10038
10412
|
title: string;
|
|
10039
10413
|
type: string;
|
|
10040
10414
|
};
|
|
10041
|
-
publishes: {
|
|
10042
|
-
description: string;
|
|
10043
|
-
items: {
|
|
10044
|
-
additionalProperties: boolean;
|
|
10045
|
-
type: string;
|
|
10046
|
-
};
|
|
10047
|
-
title: string;
|
|
10415
|
+
publishes: {
|
|
10416
|
+
description: string;
|
|
10417
|
+
items: {
|
|
10418
|
+
additionalProperties: boolean;
|
|
10419
|
+
type: string;
|
|
10420
|
+
};
|
|
10421
|
+
title: string;
|
|
10422
|
+
type: string;
|
|
10423
|
+
};
|
|
10424
|
+
total_available: {
|
|
10425
|
+
description: string;
|
|
10426
|
+
title: string;
|
|
10427
|
+
type: string;
|
|
10428
|
+
};
|
|
10429
|
+
};
|
|
10430
|
+
required: string[];
|
|
10431
|
+
title: string;
|
|
10432
|
+
type: string;
|
|
10433
|
+
};
|
|
10434
|
+
RecentUser: {
|
|
10435
|
+
description: string;
|
|
10436
|
+
properties: {
|
|
10437
|
+
date_joined: {
|
|
10438
|
+
type: string;
|
|
10439
|
+
};
|
|
10440
|
+
email: {
|
|
10441
|
+
format: string;
|
|
10442
|
+
type: string;
|
|
10443
|
+
};
|
|
10444
|
+
id: {
|
|
10445
|
+
type: string;
|
|
10446
|
+
};
|
|
10447
|
+
is_active: {
|
|
10448
|
+
type: string;
|
|
10449
|
+
};
|
|
10450
|
+
is_staff: {
|
|
10451
|
+
type: string;
|
|
10452
|
+
};
|
|
10453
|
+
is_superuser: {
|
|
10048
10454
|
type: string;
|
|
10049
10455
|
};
|
|
10050
|
-
|
|
10051
|
-
|
|
10052
|
-
|
|
10456
|
+
last_login: {
|
|
10457
|
+
nullable: boolean;
|
|
10458
|
+
type: string;
|
|
10459
|
+
};
|
|
10460
|
+
username: {
|
|
10053
10461
|
type: string;
|
|
10054
10462
|
};
|
|
10055
10463
|
};
|
|
10056
10464
|
required: string[];
|
|
10057
|
-
title: string;
|
|
10058
10465
|
type: string;
|
|
10059
10466
|
};
|
|
10060
10467
|
SendCampaignRequest: {
|
|
@@ -12866,86 +13273,311 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12866
13273
|
content: {
|
|
12867
13274
|
"application/json": {
|
|
12868
13275
|
schema: {
|
|
12869
|
-
description: string;
|
|
13276
|
+
description: string;
|
|
13277
|
+
};
|
|
13278
|
+
};
|
|
13279
|
+
};
|
|
13280
|
+
description: string;
|
|
13281
|
+
};
|
|
13282
|
+
};
|
|
13283
|
+
security: {
|
|
13284
|
+
jwtAuth: any[];
|
|
13285
|
+
}[];
|
|
13286
|
+
summary: string;
|
|
13287
|
+
tags: string[];
|
|
13288
|
+
"x-async-capable": boolean;
|
|
13289
|
+
};
|
|
13290
|
+
};
|
|
13291
|
+
"/cfg/centrifugo/testing/send-ack/": {
|
|
13292
|
+
post: {
|
|
13293
|
+
description: string;
|
|
13294
|
+
operationId: string;
|
|
13295
|
+
requestBody: {
|
|
13296
|
+
content: {
|
|
13297
|
+
"application/json": {
|
|
13298
|
+
schema: {
|
|
13299
|
+
$ref: string;
|
|
13300
|
+
};
|
|
13301
|
+
};
|
|
13302
|
+
"application/x-www-form-urlencoded": {
|
|
13303
|
+
schema: {
|
|
13304
|
+
$ref: string;
|
|
13305
|
+
};
|
|
13306
|
+
};
|
|
13307
|
+
"multipart/form-data": {
|
|
13308
|
+
schema: {
|
|
13309
|
+
$ref: string;
|
|
13310
|
+
};
|
|
13311
|
+
};
|
|
13312
|
+
};
|
|
13313
|
+
required: boolean;
|
|
13314
|
+
};
|
|
13315
|
+
responses: {
|
|
13316
|
+
"200": {
|
|
13317
|
+
content: {
|
|
13318
|
+
"application/json": {
|
|
13319
|
+
schema: {
|
|
13320
|
+
$ref: string;
|
|
13321
|
+
};
|
|
13322
|
+
};
|
|
13323
|
+
};
|
|
13324
|
+
description: string;
|
|
13325
|
+
};
|
|
13326
|
+
"400": {
|
|
13327
|
+
content: {
|
|
13328
|
+
"application/json": {
|
|
13329
|
+
schema: {
|
|
13330
|
+
description: string;
|
|
13331
|
+
};
|
|
13332
|
+
};
|
|
13333
|
+
};
|
|
13334
|
+
description: string;
|
|
13335
|
+
};
|
|
13336
|
+
"500": {
|
|
13337
|
+
content: {
|
|
13338
|
+
"application/json": {
|
|
13339
|
+
schema: {
|
|
13340
|
+
description: string;
|
|
13341
|
+
};
|
|
13342
|
+
};
|
|
13343
|
+
};
|
|
13344
|
+
description: string;
|
|
13345
|
+
};
|
|
13346
|
+
};
|
|
13347
|
+
security: {
|
|
13348
|
+
jwtAuth: any[];
|
|
13349
|
+
}[];
|
|
13350
|
+
summary: string;
|
|
13351
|
+
tags: string[];
|
|
13352
|
+
"x-async-capable": boolean;
|
|
13353
|
+
};
|
|
13354
|
+
};
|
|
13355
|
+
"/cfg/dashboard/api/activity/actions/": {
|
|
13356
|
+
get: {
|
|
13357
|
+
description: string;
|
|
13358
|
+
operationId: string;
|
|
13359
|
+
responses: {
|
|
13360
|
+
"200": {
|
|
13361
|
+
content: {
|
|
13362
|
+
"application/json": {
|
|
13363
|
+
schema: {
|
|
13364
|
+
items: {
|
|
13365
|
+
$ref: string;
|
|
13366
|
+
};
|
|
13367
|
+
type: string;
|
|
13368
|
+
};
|
|
13369
|
+
};
|
|
13370
|
+
};
|
|
13371
|
+
description: string;
|
|
13372
|
+
};
|
|
13373
|
+
};
|
|
13374
|
+
security: ({
|
|
13375
|
+
cookieAuth: any[];
|
|
13376
|
+
basicAuth?: undefined;
|
|
13377
|
+
} | {
|
|
13378
|
+
basicAuth: any[];
|
|
13379
|
+
cookieAuth?: undefined;
|
|
13380
|
+
})[];
|
|
13381
|
+
summary: string;
|
|
13382
|
+
tags: string[];
|
|
13383
|
+
"x-async-capable": boolean;
|
|
13384
|
+
};
|
|
13385
|
+
};
|
|
13386
|
+
"/cfg/dashboard/api/activity/recent/": {
|
|
13387
|
+
get: {
|
|
13388
|
+
description: string;
|
|
13389
|
+
operationId: string;
|
|
13390
|
+
parameters: {
|
|
13391
|
+
description: string;
|
|
13392
|
+
in: string;
|
|
13393
|
+
name: string;
|
|
13394
|
+
schema: {
|
|
13395
|
+
default: number;
|
|
13396
|
+
type: string;
|
|
13397
|
+
};
|
|
13398
|
+
}[];
|
|
13399
|
+
responses: {
|
|
13400
|
+
"200": {
|
|
13401
|
+
content: {
|
|
13402
|
+
"application/json": {
|
|
13403
|
+
schema: {
|
|
13404
|
+
items: {
|
|
13405
|
+
$ref: string;
|
|
13406
|
+
};
|
|
13407
|
+
type: string;
|
|
13408
|
+
};
|
|
13409
|
+
};
|
|
13410
|
+
};
|
|
13411
|
+
description: string;
|
|
13412
|
+
};
|
|
13413
|
+
};
|
|
13414
|
+
security: ({
|
|
13415
|
+
cookieAuth: any[];
|
|
13416
|
+
basicAuth?: undefined;
|
|
13417
|
+
} | {
|
|
13418
|
+
basicAuth: any[];
|
|
13419
|
+
cookieAuth?: undefined;
|
|
13420
|
+
})[];
|
|
13421
|
+
summary: string;
|
|
13422
|
+
tags: string[];
|
|
13423
|
+
"x-async-capable": boolean;
|
|
13424
|
+
};
|
|
13425
|
+
};
|
|
13426
|
+
"/cfg/dashboard/api/charts/activity/": {
|
|
13427
|
+
get: {
|
|
13428
|
+
description: string;
|
|
13429
|
+
operationId: string;
|
|
13430
|
+
parameters: {
|
|
13431
|
+
description: string;
|
|
13432
|
+
in: string;
|
|
13433
|
+
name: string;
|
|
13434
|
+
schema: {
|
|
13435
|
+
default: number;
|
|
13436
|
+
type: string;
|
|
13437
|
+
};
|
|
13438
|
+
}[];
|
|
13439
|
+
responses: {
|
|
13440
|
+
"200": {
|
|
13441
|
+
content: {
|
|
13442
|
+
"application/json": {
|
|
13443
|
+
schema: {
|
|
13444
|
+
$ref: string;
|
|
13445
|
+
};
|
|
13446
|
+
};
|
|
13447
|
+
};
|
|
13448
|
+
description: string;
|
|
13449
|
+
};
|
|
13450
|
+
};
|
|
13451
|
+
security: ({
|
|
13452
|
+
cookieAuth: any[];
|
|
13453
|
+
basicAuth?: undefined;
|
|
13454
|
+
} | {
|
|
13455
|
+
basicAuth: any[];
|
|
13456
|
+
cookieAuth?: undefined;
|
|
13457
|
+
})[];
|
|
13458
|
+
summary: string;
|
|
13459
|
+
tags: string[];
|
|
13460
|
+
"x-async-capable": boolean;
|
|
13461
|
+
};
|
|
13462
|
+
};
|
|
13463
|
+
"/cfg/dashboard/api/charts/recent-users/": {
|
|
13464
|
+
get: {
|
|
13465
|
+
description: string;
|
|
13466
|
+
operationId: string;
|
|
13467
|
+
parameters: {
|
|
13468
|
+
description: string;
|
|
13469
|
+
in: string;
|
|
13470
|
+
name: string;
|
|
13471
|
+
schema: {
|
|
13472
|
+
default: number;
|
|
13473
|
+
type: string;
|
|
13474
|
+
};
|
|
13475
|
+
}[];
|
|
13476
|
+
responses: {
|
|
13477
|
+
"200": {
|
|
13478
|
+
content: {
|
|
13479
|
+
"application/json": {
|
|
13480
|
+
schema: {
|
|
13481
|
+
items: {
|
|
13482
|
+
$ref: string;
|
|
13483
|
+
};
|
|
13484
|
+
type: string;
|
|
13485
|
+
};
|
|
13486
|
+
};
|
|
13487
|
+
};
|
|
13488
|
+
description: string;
|
|
13489
|
+
};
|
|
13490
|
+
};
|
|
13491
|
+
security: ({
|
|
13492
|
+
cookieAuth: any[];
|
|
13493
|
+
basicAuth?: undefined;
|
|
13494
|
+
} | {
|
|
13495
|
+
basicAuth: any[];
|
|
13496
|
+
cookieAuth?: undefined;
|
|
13497
|
+
})[];
|
|
13498
|
+
summary: string;
|
|
13499
|
+
tags: string[];
|
|
13500
|
+
"x-async-capable": boolean;
|
|
13501
|
+
};
|
|
13502
|
+
};
|
|
13503
|
+
"/cfg/dashboard/api/charts/registrations/": {
|
|
13504
|
+
get: {
|
|
13505
|
+
description: string;
|
|
13506
|
+
operationId: string;
|
|
13507
|
+
parameters: {
|
|
13508
|
+
description: string;
|
|
13509
|
+
in: string;
|
|
13510
|
+
name: string;
|
|
13511
|
+
schema: {
|
|
13512
|
+
default: number;
|
|
13513
|
+
type: string;
|
|
13514
|
+
};
|
|
13515
|
+
}[];
|
|
13516
|
+
responses: {
|
|
13517
|
+
"200": {
|
|
13518
|
+
content: {
|
|
13519
|
+
"application/json": {
|
|
13520
|
+
schema: {
|
|
13521
|
+
$ref: string;
|
|
12870
13522
|
};
|
|
12871
13523
|
};
|
|
12872
13524
|
};
|
|
12873
13525
|
description: string;
|
|
12874
13526
|
};
|
|
12875
13527
|
};
|
|
12876
|
-
security: {
|
|
12877
|
-
|
|
12878
|
-
|
|
13528
|
+
security: ({
|
|
13529
|
+
cookieAuth: any[];
|
|
13530
|
+
basicAuth?: undefined;
|
|
13531
|
+
} | {
|
|
13532
|
+
basicAuth: any[];
|
|
13533
|
+
cookieAuth?: undefined;
|
|
13534
|
+
})[];
|
|
12879
13535
|
summary: string;
|
|
12880
13536
|
tags: string[];
|
|
12881
13537
|
"x-async-capable": boolean;
|
|
12882
13538
|
};
|
|
12883
13539
|
};
|
|
12884
|
-
"/cfg/
|
|
12885
|
-
|
|
13540
|
+
"/cfg/dashboard/api/charts/tracker/": {
|
|
13541
|
+
get: {
|
|
12886
13542
|
description: string;
|
|
12887
13543
|
operationId: string;
|
|
12888
|
-
|
|
12889
|
-
|
|
12890
|
-
|
|
12891
|
-
|
|
12892
|
-
|
|
12893
|
-
|
|
12894
|
-
|
|
12895
|
-
"application/x-www-form-urlencoded": {
|
|
12896
|
-
schema: {
|
|
12897
|
-
$ref: string;
|
|
12898
|
-
};
|
|
12899
|
-
};
|
|
12900
|
-
"multipart/form-data": {
|
|
12901
|
-
schema: {
|
|
12902
|
-
$ref: string;
|
|
12903
|
-
};
|
|
12904
|
-
};
|
|
13544
|
+
parameters: {
|
|
13545
|
+
description: string;
|
|
13546
|
+
in: string;
|
|
13547
|
+
name: string;
|
|
13548
|
+
schema: {
|
|
13549
|
+
default: number;
|
|
13550
|
+
type: string;
|
|
12905
13551
|
};
|
|
12906
|
-
|
|
12907
|
-
};
|
|
13552
|
+
}[];
|
|
12908
13553
|
responses: {
|
|
12909
13554
|
"200": {
|
|
12910
13555
|
content: {
|
|
12911
13556
|
"application/json": {
|
|
12912
13557
|
schema: {
|
|
12913
|
-
|
|
12914
|
-
|
|
12915
|
-
|
|
12916
|
-
|
|
12917
|
-
description: string;
|
|
12918
|
-
};
|
|
12919
|
-
"400": {
|
|
12920
|
-
content: {
|
|
12921
|
-
"application/json": {
|
|
12922
|
-
schema: {
|
|
12923
|
-
description: string;
|
|
12924
|
-
};
|
|
12925
|
-
};
|
|
12926
|
-
};
|
|
12927
|
-
description: string;
|
|
12928
|
-
};
|
|
12929
|
-
"500": {
|
|
12930
|
-
content: {
|
|
12931
|
-
"application/json": {
|
|
12932
|
-
schema: {
|
|
12933
|
-
description: string;
|
|
13558
|
+
items: {
|
|
13559
|
+
$ref: string;
|
|
13560
|
+
};
|
|
13561
|
+
type: string;
|
|
12934
13562
|
};
|
|
12935
13563
|
};
|
|
12936
13564
|
};
|
|
12937
13565
|
description: string;
|
|
12938
13566
|
};
|
|
12939
13567
|
};
|
|
12940
|
-
security: {
|
|
12941
|
-
|
|
12942
|
-
|
|
13568
|
+
security: ({
|
|
13569
|
+
cookieAuth: any[];
|
|
13570
|
+
basicAuth?: undefined;
|
|
13571
|
+
} | {
|
|
13572
|
+
basicAuth: any[];
|
|
13573
|
+
cookieAuth?: undefined;
|
|
13574
|
+
})[];
|
|
12943
13575
|
summary: string;
|
|
12944
13576
|
tags: string[];
|
|
12945
13577
|
"x-async-capable": boolean;
|
|
12946
13578
|
};
|
|
12947
13579
|
};
|
|
12948
|
-
"/cfg/dashboard/api/
|
|
13580
|
+
"/cfg/dashboard/api/commands/": {
|
|
12949
13581
|
get: {
|
|
12950
13582
|
description: string;
|
|
12951
13583
|
operationId: string;
|
|
@@ -12976,28 +13608,16 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12976
13608
|
"x-async-capable": boolean;
|
|
12977
13609
|
};
|
|
12978
13610
|
};
|
|
12979
|
-
"/cfg/dashboard/api/
|
|
13611
|
+
"/cfg/dashboard/api/commands/summary/": {
|
|
12980
13612
|
get: {
|
|
12981
13613
|
description: string;
|
|
12982
13614
|
operationId: string;
|
|
12983
|
-
parameters: {
|
|
12984
|
-
description: string;
|
|
12985
|
-
in: string;
|
|
12986
|
-
name: string;
|
|
12987
|
-
schema: {
|
|
12988
|
-
default: number;
|
|
12989
|
-
type: string;
|
|
12990
|
-
};
|
|
12991
|
-
}[];
|
|
12992
13615
|
responses: {
|
|
12993
13616
|
"200": {
|
|
12994
13617
|
content: {
|
|
12995
13618
|
"application/json": {
|
|
12996
13619
|
schema: {
|
|
12997
|
-
|
|
12998
|
-
$ref: string;
|
|
12999
|
-
};
|
|
13000
|
-
type: string;
|
|
13620
|
+
$ref: string;
|
|
13001
13621
|
};
|
|
13002
13622
|
};
|
|
13003
13623
|
};
|
|
@@ -13190,6 +13810,65 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13190
13810
|
"x-async-capable": boolean;
|
|
13191
13811
|
};
|
|
13192
13812
|
};
|
|
13813
|
+
"/cfg/dashboard/api/zones/": {
|
|
13814
|
+
get: {
|
|
13815
|
+
description: string;
|
|
13816
|
+
operationId: string;
|
|
13817
|
+
responses: {
|
|
13818
|
+
"200": {
|
|
13819
|
+
content: {
|
|
13820
|
+
"application/json": {
|
|
13821
|
+
schema: {
|
|
13822
|
+
items: {
|
|
13823
|
+
$ref: string;
|
|
13824
|
+
};
|
|
13825
|
+
type: string;
|
|
13826
|
+
};
|
|
13827
|
+
};
|
|
13828
|
+
};
|
|
13829
|
+
description: string;
|
|
13830
|
+
};
|
|
13831
|
+
};
|
|
13832
|
+
security: ({
|
|
13833
|
+
cookieAuth: any[];
|
|
13834
|
+
basicAuth?: undefined;
|
|
13835
|
+
} | {
|
|
13836
|
+
basicAuth: any[];
|
|
13837
|
+
cookieAuth?: undefined;
|
|
13838
|
+
})[];
|
|
13839
|
+
summary: string;
|
|
13840
|
+
tags: string[];
|
|
13841
|
+
"x-async-capable": boolean;
|
|
13842
|
+
};
|
|
13843
|
+
};
|
|
13844
|
+
"/cfg/dashboard/api/zones/summary/": {
|
|
13845
|
+
get: {
|
|
13846
|
+
description: string;
|
|
13847
|
+
operationId: string;
|
|
13848
|
+
responses: {
|
|
13849
|
+
"200": {
|
|
13850
|
+
content: {
|
|
13851
|
+
"application/json": {
|
|
13852
|
+
schema: {
|
|
13853
|
+
$ref: string;
|
|
13854
|
+
};
|
|
13855
|
+
};
|
|
13856
|
+
};
|
|
13857
|
+
description: string;
|
|
13858
|
+
};
|
|
13859
|
+
};
|
|
13860
|
+
security: ({
|
|
13861
|
+
cookieAuth: any[];
|
|
13862
|
+
basicAuth?: undefined;
|
|
13863
|
+
} | {
|
|
13864
|
+
basicAuth: any[];
|
|
13865
|
+
cookieAuth?: undefined;
|
|
13866
|
+
})[];
|
|
13867
|
+
summary: string;
|
|
13868
|
+
tags: string[];
|
|
13869
|
+
"x-async-capable": boolean;
|
|
13870
|
+
};
|
|
13871
|
+
};
|
|
13193
13872
|
"/cfg/endpoints/drf/": {
|
|
13194
13873
|
get: {
|
|
13195
13874
|
description: string;
|
|
@@ -17871,6 +18550,61 @@ declare const APIResponseRequestSchema: z.ZodObject<{
|
|
|
17871
18550
|
*/
|
|
17872
18551
|
type APIResponseRequest = z.infer<typeof APIResponseRequestSchema>;
|
|
17873
18552
|
|
|
18553
|
+
/**
|
|
18554
|
+
* Zod schema for APIZone
|
|
18555
|
+
*
|
|
18556
|
+
* This schema provides runtime validation and type inference.
|
|
18557
|
+
* * OpenAPI zone/group serializer.
|
|
18558
|
+
* */
|
|
18559
|
+
|
|
18560
|
+
/**
|
|
18561
|
+
* OpenAPI zone/group serializer.
|
|
18562
|
+
*/
|
|
18563
|
+
declare const APIZoneSchema: z.ZodObject<{
|
|
18564
|
+
name: z.ZodString;
|
|
18565
|
+
title: z.ZodString;
|
|
18566
|
+
description: z.ZodString;
|
|
18567
|
+
app_count: z.ZodInt;
|
|
18568
|
+
endpoint_count: z.ZodInt;
|
|
18569
|
+
status: z.ZodString;
|
|
18570
|
+
schema_url: z.ZodString;
|
|
18571
|
+
api_url: z.ZodString;
|
|
18572
|
+
apps: z.ZodArray<z.ZodString>;
|
|
18573
|
+
}, z.core.$strip>;
|
|
18574
|
+
/**
|
|
18575
|
+
* Infer TypeScript type from Zod schema
|
|
18576
|
+
*/
|
|
18577
|
+
type APIZone = z.infer<typeof APIZoneSchema>;
|
|
18578
|
+
|
|
18579
|
+
/**
|
|
18580
|
+
* Zod schema for APIZonesSummary
|
|
18581
|
+
*
|
|
18582
|
+
* This schema provides runtime validation and type inference.
|
|
18583
|
+
* * API zones summary serializer.
|
|
18584
|
+
* */
|
|
18585
|
+
|
|
18586
|
+
/**
|
|
18587
|
+
* API zones summary serializer.
|
|
18588
|
+
*/
|
|
18589
|
+
declare const APIZonesSummarySchema: z.ZodObject<{
|
|
18590
|
+
zones: z.ZodArray<z.ZodObject<{
|
|
18591
|
+
name: z.ZodString;
|
|
18592
|
+
title: z.ZodString;
|
|
18593
|
+
description: z.ZodString;
|
|
18594
|
+
app_count: z.ZodInt;
|
|
18595
|
+
endpoint_count: z.ZodInt;
|
|
18596
|
+
status: z.ZodString;
|
|
18597
|
+
schema_url: z.ZodString;
|
|
18598
|
+
api_url: z.ZodString;
|
|
18599
|
+
apps: z.ZodArray<z.ZodString>;
|
|
18600
|
+
}, z.core.$strip>>;
|
|
18601
|
+
summary: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
18602
|
+
}, z.core.$strip>;
|
|
18603
|
+
/**
|
|
18604
|
+
* Infer TypeScript type from Zod schema
|
|
18605
|
+
*/
|
|
18606
|
+
type APIZonesSummary = z.infer<typeof APIZonesSummarySchema>;
|
|
18607
|
+
|
|
17874
18608
|
/**
|
|
17875
18609
|
* Zod schema for ActivityEntry
|
|
17876
18610
|
*
|
|
@@ -17895,6 +18629,28 @@ declare const ActivityEntrySchema: z.ZodObject<{
|
|
|
17895
18629
|
*/
|
|
17896
18630
|
type ActivityEntry = z.infer<typeof ActivityEntrySchema>;
|
|
17897
18631
|
|
|
18632
|
+
/**
|
|
18633
|
+
* Zod schema for ActivityTrackerDay
|
|
18634
|
+
*
|
|
18635
|
+
* This schema provides runtime validation and type inference.
|
|
18636
|
+
* * Activity tracker single day serializer.
|
|
18637
|
+
* */
|
|
18638
|
+
|
|
18639
|
+
/**
|
|
18640
|
+
* Activity tracker single day serializer.
|
|
18641
|
+
*/
|
|
18642
|
+
declare const ActivityTrackerDaySchema: z.ZodObject<{
|
|
18643
|
+
date: z.ZodISODate;
|
|
18644
|
+
count: z.ZodInt;
|
|
18645
|
+
level: z.ZodInt;
|
|
18646
|
+
color: z.ZodString;
|
|
18647
|
+
tooltip: z.ZodString;
|
|
18648
|
+
}, z.core.$strip>;
|
|
18649
|
+
/**
|
|
18650
|
+
* Infer TypeScript type from Zod schema
|
|
18651
|
+
*/
|
|
18652
|
+
type ActivityTrackerDay = z.infer<typeof ActivityTrackerDaySchema>;
|
|
18653
|
+
|
|
17898
18654
|
/**
|
|
17899
18655
|
* Zod schema for AppStatistics
|
|
17900
18656
|
*
|
|
@@ -18818,6 +19574,55 @@ declare const ChannelStatsSerializerSchema: z.ZodObject<{
|
|
|
18818
19574
|
*/
|
|
18819
19575
|
type ChannelStatsSerializer = z.infer<typeof ChannelStatsSerializerSchema>;
|
|
18820
19576
|
|
|
19577
|
+
/**
|
|
19578
|
+
* Zod schema for ChartData
|
|
19579
|
+
*
|
|
19580
|
+
* This schema provides runtime validation and type inference.
|
|
19581
|
+
* * Chart.js data structure serializer.
|
|
19582
|
+
* */
|
|
19583
|
+
|
|
19584
|
+
/**
|
|
19585
|
+
* Chart.js data structure serializer.
|
|
19586
|
+
*/
|
|
19587
|
+
declare const ChartDataSchema: z.ZodObject<{
|
|
19588
|
+
labels: z.ZodArray<z.ZodString>;
|
|
19589
|
+
datasets: z.ZodArray<z.ZodObject<{
|
|
19590
|
+
label: z.ZodString;
|
|
19591
|
+
data: z.ZodArray<z.ZodInt>;
|
|
19592
|
+
backgroundColor: z.ZodString;
|
|
19593
|
+
borderColor: z.ZodString;
|
|
19594
|
+
tension: z.ZodNumber;
|
|
19595
|
+
fill: z.ZodOptional<z.ZodBoolean>;
|
|
19596
|
+
}, z.core.$strip>>;
|
|
19597
|
+
}, z.core.$strip>;
|
|
19598
|
+
/**
|
|
19599
|
+
* Infer TypeScript type from Zod schema
|
|
19600
|
+
*/
|
|
19601
|
+
type ChartData = z.infer<typeof ChartDataSchema>;
|
|
19602
|
+
|
|
19603
|
+
/**
|
|
19604
|
+
* Zod schema for ChartDataset
|
|
19605
|
+
*
|
|
19606
|
+
* This schema provides runtime validation and type inference.
|
|
19607
|
+
* * Chart.js dataset serializer.
|
|
19608
|
+
* */
|
|
19609
|
+
|
|
19610
|
+
/**
|
|
19611
|
+
* Chart.js dataset serializer.
|
|
19612
|
+
*/
|
|
19613
|
+
declare const ChartDatasetSchema: z.ZodObject<{
|
|
19614
|
+
label: z.ZodString;
|
|
19615
|
+
data: z.ZodArray<z.ZodInt>;
|
|
19616
|
+
backgroundColor: z.ZodString;
|
|
19617
|
+
borderColor: z.ZodString;
|
|
19618
|
+
tension: z.ZodNumber;
|
|
19619
|
+
fill: z.ZodOptional<z.ZodBoolean>;
|
|
19620
|
+
}, z.core.$strip>;
|
|
19621
|
+
/**
|
|
19622
|
+
* Infer TypeScript type from Zod schema
|
|
19623
|
+
*/
|
|
19624
|
+
type ChartDataset = z.infer<typeof ChartDatasetSchema>;
|
|
19625
|
+
|
|
18821
19626
|
/**
|
|
18822
19627
|
* Chat history response serializer.
|
|
18823
19628
|
*/
|
|
@@ -19059,20 +19864,71 @@ type ChatSourceRequest = z.infer<typeof ChatSourceRequestSchema>;
|
|
|
19059
19864
|
* Zod schema for ChunkRevectorizationRequestRequest
|
|
19060
19865
|
*
|
|
19061
19866
|
* This schema provides runtime validation and type inference.
|
|
19062
|
-
* * Chunk re-vectorization request serializer.
|
|
19867
|
+
* * Chunk re-vectorization request serializer.
|
|
19868
|
+
* */
|
|
19869
|
+
|
|
19870
|
+
/**
|
|
19871
|
+
* Chunk re-vectorization request serializer.
|
|
19872
|
+
*/
|
|
19873
|
+
declare const ChunkRevectorizationRequestRequestSchema: z.ZodObject<{
|
|
19874
|
+
chunk_ids: z.ZodArray<z.ZodUUID>;
|
|
19875
|
+
force: z.ZodOptional<z.ZodBoolean>;
|
|
19876
|
+
}, z.core.$strip>;
|
|
19877
|
+
/**
|
|
19878
|
+
* Infer TypeScript type from Zod schema
|
|
19879
|
+
*/
|
|
19880
|
+
type ChunkRevectorizationRequestRequest = z.infer<typeof ChunkRevectorizationRequestRequestSchema>;
|
|
19881
|
+
|
|
19882
|
+
/**
|
|
19883
|
+
* Zod schema for Command
|
|
19884
|
+
*
|
|
19885
|
+
* This schema provides runtime validation and type inference.
|
|
19886
|
+
* * Django management command serializer.
|
|
19887
|
+
* */
|
|
19888
|
+
|
|
19889
|
+
/**
|
|
19890
|
+
* Django management command serializer.
|
|
19891
|
+
*/
|
|
19892
|
+
declare const CommandSchema: z.ZodObject<{
|
|
19893
|
+
name: z.ZodString;
|
|
19894
|
+
app: z.ZodString;
|
|
19895
|
+
help: z.ZodString;
|
|
19896
|
+
is_core: z.ZodBoolean;
|
|
19897
|
+
is_custom: z.ZodBoolean;
|
|
19898
|
+
}, z.core.$strip>;
|
|
19899
|
+
/**
|
|
19900
|
+
* Infer TypeScript type from Zod schema
|
|
19901
|
+
*/
|
|
19902
|
+
type Command = z.infer<typeof CommandSchema>;
|
|
19903
|
+
|
|
19904
|
+
/**
|
|
19905
|
+
* Zod schema for CommandsSummary
|
|
19906
|
+
*
|
|
19907
|
+
* This schema provides runtime validation and type inference.
|
|
19908
|
+
* * Commands summary serializer.
|
|
19063
19909
|
* */
|
|
19064
19910
|
|
|
19065
19911
|
/**
|
|
19066
|
-
*
|
|
19912
|
+
* Commands summary serializer.
|
|
19067
19913
|
*/
|
|
19068
|
-
declare const
|
|
19069
|
-
|
|
19070
|
-
|
|
19914
|
+
declare const CommandsSummarySchema: z.ZodObject<{
|
|
19915
|
+
total_commands: z.ZodInt;
|
|
19916
|
+
core_commands: z.ZodInt;
|
|
19917
|
+
custom_commands: z.ZodInt;
|
|
19918
|
+
categories: z.ZodArray<z.ZodString>;
|
|
19919
|
+
commands: z.ZodArray<z.ZodObject<{
|
|
19920
|
+
name: z.ZodString;
|
|
19921
|
+
app: z.ZodString;
|
|
19922
|
+
help: z.ZodString;
|
|
19923
|
+
is_core: z.ZodBoolean;
|
|
19924
|
+
is_custom: z.ZodBoolean;
|
|
19925
|
+
}, z.core.$strip>>;
|
|
19926
|
+
categorized: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
19071
19927
|
}, z.core.$strip>;
|
|
19072
19928
|
/**
|
|
19073
19929
|
* Infer TypeScript type from Zod schema
|
|
19074
19930
|
*/
|
|
19075
|
-
type
|
|
19931
|
+
type CommandsSummary = z.infer<typeof CommandsSummarySchema>;
|
|
19076
19932
|
|
|
19077
19933
|
/**
|
|
19078
19934
|
* Zod schema for ConnectionTokenRequestRequest
|
|
@@ -21190,6 +22046,31 @@ declare const RecentPublishesSchema: z.ZodObject<{
|
|
|
21190
22046
|
*/
|
|
21191
22047
|
type RecentPublishes = z.infer<typeof RecentPublishesSchema>;
|
|
21192
22048
|
|
|
22049
|
+
/**
|
|
22050
|
+
* Zod schema for RecentUser
|
|
22051
|
+
*
|
|
22052
|
+
* This schema provides runtime validation and type inference.
|
|
22053
|
+
* * Recent user serializer.
|
|
22054
|
+
* */
|
|
22055
|
+
|
|
22056
|
+
/**
|
|
22057
|
+
* Recent user serializer.
|
|
22058
|
+
*/
|
|
22059
|
+
declare const RecentUserSchema: z.ZodObject<{
|
|
22060
|
+
id: z.ZodInt;
|
|
22061
|
+
username: z.ZodString;
|
|
22062
|
+
email: z.ZodEmail;
|
|
22063
|
+
date_joined: z.ZodString;
|
|
22064
|
+
is_active: z.ZodBoolean;
|
|
22065
|
+
is_staff: z.ZodBoolean;
|
|
22066
|
+
is_superuser: z.ZodBoolean;
|
|
22067
|
+
last_login: z.ZodNullable<z.ZodString>;
|
|
22068
|
+
}, z.core.$strip>;
|
|
22069
|
+
/**
|
|
22070
|
+
* Infer TypeScript type from Zod schema
|
|
22071
|
+
*/
|
|
22072
|
+
type RecentUser = z.infer<typeof RecentUserSchema>;
|
|
22073
|
+
|
|
21193
22074
|
/**
|
|
21194
22075
|
* Zod schema for SendCampaignRequest
|
|
21195
22076
|
*
|
|
@@ -21822,8 +22703,14 @@ type index$2_APIResponse = APIResponse;
|
|
|
21822
22703
|
type index$2_APIResponseRequest = APIResponseRequest;
|
|
21823
22704
|
declare const index$2_APIResponseRequestSchema: typeof APIResponseRequestSchema;
|
|
21824
22705
|
declare const index$2_APIResponseSchema: typeof APIResponseSchema;
|
|
22706
|
+
type index$2_APIZone = APIZone;
|
|
22707
|
+
declare const index$2_APIZoneSchema: typeof APIZoneSchema;
|
|
22708
|
+
type index$2_APIZonesSummary = APIZonesSummary;
|
|
22709
|
+
declare const index$2_APIZonesSummarySchema: typeof APIZonesSummarySchema;
|
|
21825
22710
|
type index$2_ActivityEntry = ActivityEntry;
|
|
21826
22711
|
declare const index$2_ActivityEntrySchema: typeof ActivityEntrySchema;
|
|
22712
|
+
type index$2_ActivityTrackerDay = ActivityTrackerDay;
|
|
22713
|
+
declare const index$2_ActivityTrackerDaySchema: typeof ActivityTrackerDaySchema;
|
|
21827
22714
|
type index$2_AppStatistics = AppStatistics;
|
|
21828
22715
|
declare const index$2_AppStatisticsSchema: typeof AppStatisticsSchema;
|
|
21829
22716
|
type index$2_ArchiveItem = ArchiveItem;
|
|
@@ -21900,6 +22787,10 @@ type index$2_ChannelList = ChannelList;
|
|
|
21900
22787
|
declare const index$2_ChannelListSchema: typeof ChannelListSchema;
|
|
21901
22788
|
type index$2_ChannelStatsSerializer = ChannelStatsSerializer;
|
|
21902
22789
|
declare const index$2_ChannelStatsSerializerSchema: typeof ChannelStatsSerializerSchema;
|
|
22790
|
+
type index$2_ChartData = ChartData;
|
|
22791
|
+
declare const index$2_ChartDataSchema: typeof ChartDataSchema;
|
|
22792
|
+
type index$2_ChartDataset = ChartDataset;
|
|
22793
|
+
declare const index$2_ChartDatasetSchema: typeof ChartDatasetSchema;
|
|
21903
22794
|
type index$2_ChatHistory = ChatHistory;
|
|
21904
22795
|
declare const index$2_ChatHistorySchema: typeof ChatHistorySchema;
|
|
21905
22796
|
type index$2_ChatMessage = ChatMessage;
|
|
@@ -21922,6 +22813,10 @@ declare const index$2_ChatSourceRequestSchema: typeof ChatSourceRequestSchema;
|
|
|
21922
22813
|
declare const index$2_ChatSourceSchema: typeof ChatSourceSchema;
|
|
21923
22814
|
type index$2_ChunkRevectorizationRequestRequest = ChunkRevectorizationRequestRequest;
|
|
21924
22815
|
declare const index$2_ChunkRevectorizationRequestRequestSchema: typeof ChunkRevectorizationRequestRequestSchema;
|
|
22816
|
+
type index$2_Command = Command;
|
|
22817
|
+
declare const index$2_CommandSchema: typeof CommandSchema;
|
|
22818
|
+
type index$2_CommandsSummary = CommandsSummary;
|
|
22819
|
+
declare const index$2_CommandsSummarySchema: typeof CommandsSummarySchema;
|
|
21925
22820
|
type index$2_ConnectionTokenRequestRequest = ConnectionTokenRequestRequest;
|
|
21926
22821
|
declare const index$2_ConnectionTokenRequestRequestSchema: typeof ConnectionTokenRequestRequestSchema;
|
|
21927
22822
|
type index$2_ConnectionTokenResponse = ConnectionTokenResponse;
|
|
@@ -22086,6 +22981,8 @@ type index$2_QuickHealth = QuickHealth;
|
|
|
22086
22981
|
declare const index$2_QuickHealthSchema: typeof QuickHealthSchema;
|
|
22087
22982
|
type index$2_RecentPublishes = RecentPublishes;
|
|
22088
22983
|
declare const index$2_RecentPublishesSchema: typeof RecentPublishesSchema;
|
|
22984
|
+
type index$2_RecentUser = RecentUser;
|
|
22985
|
+
declare const index$2_RecentUserSchema: typeof RecentUserSchema;
|
|
22089
22986
|
type index$2_SendCampaignRequest = SendCampaignRequest;
|
|
22090
22987
|
declare const index$2_SendCampaignRequestSchema: typeof SendCampaignRequestSchema;
|
|
22091
22988
|
type index$2_SendCampaignResponse = SendCampaignResponse;
|
|
@@ -22143,7 +23040,7 @@ type index$2_WorkerActionRequest = WorkerActionRequest;
|
|
|
22143
23040
|
declare const index$2_WorkerActionRequestSchema: typeof WorkerActionRequestSchema;
|
|
22144
23041
|
declare const index$2_WorkerActionSchema: typeof WorkerActionSchema;
|
|
22145
23042
|
declare namespace index$2 {
|
|
22146
|
-
export { type index$2_APIResponse as APIResponse, type index$2_APIResponseRequest as APIResponseRequest, index$2_APIResponseRequestSchema as APIResponseRequestSchema, index$2_APIResponseSchema as APIResponseSchema, type index$2_ActivityEntry as ActivityEntry, index$2_ActivityEntrySchema as ActivityEntrySchema, 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_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_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_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_QueueAction as QueueAction, type index$2_QueueActionRequest as QueueActionRequest, index$2_QueueActionRequestSchema as QueueActionRequestSchema, index$2_QueueActionSchema as QueueActionSchema, type index$2_QueueStatus as QueueStatus, index$2_QueueStatusSchema as QueueStatusSchema, 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_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_TaskStatistics as TaskStatistics, index$2_TaskStatisticsSchema as TaskStatisticsSchema, 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, type index$2_WorkerAction as WorkerAction, type index$2_WorkerActionRequest as WorkerActionRequest, index$2_WorkerActionRequestSchema as WorkerActionRequestSchema, index$2_WorkerActionSchema as WorkerActionSchema };
|
|
23043
|
+
export { type index$2_APIResponse as APIResponse, type index$2_APIResponseRequest as APIResponseRequest, index$2_APIResponseRequestSchema as APIResponseRequestSchema, index$2_APIResponseSchema as APIResponseSchema, 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, 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_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_QueueAction as QueueAction, type index$2_QueueActionRequest as QueueActionRequest, index$2_QueueActionRequestSchema as QueueActionRequestSchema, index$2_QueueActionSchema as QueueActionSchema, type index$2_QueueStatus as QueueStatus, index$2_QueueStatusSchema as QueueStatusSchema, 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_TaskStatistics as TaskStatistics, index$2_TaskStatisticsSchema as TaskStatisticsSchema, 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, type index$2_WorkerAction as WorkerAction, type index$2_WorkerActionRequest as WorkerActionRequest, index$2_WorkerActionRequestSchema as WorkerActionRequestSchema, index$2_WorkerActionSchema as WorkerActionSchema };
|
|
22147
23044
|
}
|
|
22148
23045
|
|
|
22149
23046
|
/**
|
|
@@ -22184,14 +23081,14 @@ declare namespace index$2 {
|
|
|
22184
23081
|
* @method POST
|
|
22185
23082
|
* @path /cfg/accounts/otp/request/
|
|
22186
23083
|
*/
|
|
22187
|
-
declare function createAccountsOtpRequestCreate(data: OTPRequestRequest, client?:
|
|
23084
|
+
declare function createAccountsOtpRequestCreate(data: OTPRequestRequest, client?: any): Promise<OTPRequestResponse>;
|
|
22188
23085
|
/**
|
|
22189
23086
|
* API operation
|
|
22190
23087
|
*
|
|
22191
23088
|
* @method POST
|
|
22192
23089
|
* @path /cfg/accounts/otp/verify/
|
|
22193
23090
|
*/
|
|
22194
|
-
declare function createAccountsOtpVerifyCreate(data: OTPVerifyRequest, client?:
|
|
23091
|
+
declare function createAccountsOtpVerifyCreate(data: OTPVerifyRequest, client?: any): Promise<OTPVerifyResponse>;
|
|
22195
23092
|
|
|
22196
23093
|
/**
|
|
22197
23094
|
* Typed fetchers for Auth
|
|
@@ -22231,7 +23128,7 @@ declare function createAccountsOtpVerifyCreate(data: OTPVerifyRequest, client?:
|
|
|
22231
23128
|
* @method POST
|
|
22232
23129
|
* @path /cfg/accounts/token/refresh/
|
|
22233
23130
|
*/
|
|
22234
|
-
declare function createAccountsTokenRefreshCreate(data: TokenRefreshRequest, client?:
|
|
23131
|
+
declare function createAccountsTokenRefreshCreate(data: TokenRefreshRequest, client?: any): Promise<TokenRefresh>;
|
|
22235
23132
|
|
|
22236
23133
|
/**
|
|
22237
23134
|
* Typed fetchers for User Profile
|
|
@@ -22271,42 +23168,42 @@ declare function createAccountsTokenRefreshCreate(data: TokenRefreshRequest, cli
|
|
|
22271
23168
|
* @method GET
|
|
22272
23169
|
* @path /cfg/accounts/profile/
|
|
22273
23170
|
*/
|
|
22274
|
-
declare function getAccountsProfileRetrieve(client?:
|
|
23171
|
+
declare function getAccountsProfileRetrieve(client?: any): Promise<User>;
|
|
22275
23172
|
/**
|
|
22276
23173
|
* Upload user avatar
|
|
22277
23174
|
*
|
|
22278
23175
|
* @method POST
|
|
22279
23176
|
* @path /cfg/accounts/profile/avatar/
|
|
22280
23177
|
*/
|
|
22281
|
-
declare function createAccountsProfileAvatarCreate(data: any, client?:
|
|
23178
|
+
declare function createAccountsProfileAvatarCreate(data: any, client?: any): Promise<User>;
|
|
22282
23179
|
/**
|
|
22283
23180
|
* Partial update user profile
|
|
22284
23181
|
*
|
|
22285
23182
|
* @method PUT
|
|
22286
23183
|
* @path /cfg/accounts/profile/partial/
|
|
22287
23184
|
*/
|
|
22288
|
-
declare function partialUpdateAccountsProfilePartialUpdate(data: UserProfileUpdateRequest, client?:
|
|
23185
|
+
declare function partialUpdateAccountsProfilePartialUpdate(data: UserProfileUpdateRequest, client?: any): Promise<User>;
|
|
22289
23186
|
/**
|
|
22290
23187
|
* Partial update user profile
|
|
22291
23188
|
*
|
|
22292
23189
|
* @method PATCH
|
|
22293
23190
|
* @path /cfg/accounts/profile/partial/
|
|
22294
23191
|
*/
|
|
22295
|
-
declare function partialUpdateAccountsProfilePartialPartialUpdate(data?: PatchedUserProfileUpdateRequest, client?:
|
|
23192
|
+
declare function partialUpdateAccountsProfilePartialPartialUpdate(data?: PatchedUserProfileUpdateRequest, client?: any): Promise<User>;
|
|
22296
23193
|
/**
|
|
22297
23194
|
* Update user profile
|
|
22298
23195
|
*
|
|
22299
23196
|
* @method PUT
|
|
22300
23197
|
* @path /cfg/accounts/profile/update/
|
|
22301
23198
|
*/
|
|
22302
|
-
declare function updateAccountsProfileUpdateUpdate(data: UserProfileUpdateRequest, client?:
|
|
23199
|
+
declare function updateAccountsProfileUpdateUpdate(data: UserProfileUpdateRequest, client?: any): Promise<User>;
|
|
22303
23200
|
/**
|
|
22304
23201
|
* Update user profile
|
|
22305
23202
|
*
|
|
22306
23203
|
* @method PATCH
|
|
22307
23204
|
* @path /cfg/accounts/profile/update/
|
|
22308
23205
|
*/
|
|
22309
|
-
declare function partialUpdateAccountsProfileUpdatePartialUpdate(data?: PatchedUserProfileUpdateRequest, client?:
|
|
23206
|
+
declare function partialUpdateAccountsProfileUpdatePartialUpdate(data?: PatchedUserProfileUpdateRequest, client?: any): Promise<User>;
|
|
22310
23207
|
|
|
22311
23208
|
/**
|
|
22312
23209
|
* API operation
|
|
@@ -22314,14 +23211,14 @@ declare function partialUpdateAccountsProfileUpdatePartialUpdate(data?: PatchedU
|
|
|
22314
23211
|
* @method GET
|
|
22315
23212
|
* @path /cfg/centrifugo/admin/api/monitor/channels/
|
|
22316
23213
|
*/
|
|
22317
|
-
declare function getCentrifugoAdminApiMonitorChannelsRetrieve(client?:
|
|
23214
|
+
declare function getCentrifugoAdminApiMonitorChannelsRetrieve(client?: any): Promise<any>;
|
|
22318
23215
|
/**
|
|
22319
23216
|
* API operation
|
|
22320
23217
|
*
|
|
22321
23218
|
* @method GET
|
|
22322
23219
|
* @path /cfg/centrifugo/monitor/channels/
|
|
22323
23220
|
*/
|
|
22324
|
-
declare function getCentrifugoMonitorChannelsRetrieve(client?:
|
|
23221
|
+
declare function getCentrifugoMonitorChannelsRetrieve(client?: any): Promise<any>;
|
|
22325
23222
|
|
|
22326
23223
|
/**
|
|
22327
23224
|
* Typed fetchers for Centrifugo Admin API
|
|
@@ -22361,84 +23258,84 @@ declare function getCentrifugoMonitorChannelsRetrieve(client?: API): Promise<any
|
|
|
22361
23258
|
* @method POST
|
|
22362
23259
|
* @path /cfg/centrifugo/admin/api/server/auth/token/
|
|
22363
23260
|
*/
|
|
22364
|
-
declare function createCentrifugoAdminApiServerAuthTokenCreate(client?:
|
|
23261
|
+
declare function createCentrifugoAdminApiServerAuthTokenCreate(client?: any): Promise<any>;
|
|
22365
23262
|
/**
|
|
22366
23263
|
* List active channels
|
|
22367
23264
|
*
|
|
22368
23265
|
* @method POST
|
|
22369
23266
|
* @path /cfg/centrifugo/admin/api/server/channels/
|
|
22370
23267
|
*/
|
|
22371
|
-
declare function createCentrifugoAdminApiServerChannelsCreate(data: CentrifugoChannelsRequestRequest, client?:
|
|
23268
|
+
declare function createCentrifugoAdminApiServerChannelsCreate(data: CentrifugoChannelsRequestRequest, client?: any): Promise<CentrifugoChannelsResponse>;
|
|
22372
23269
|
/**
|
|
22373
23270
|
* Get channel history
|
|
22374
23271
|
*
|
|
22375
23272
|
* @method POST
|
|
22376
23273
|
* @path /cfg/centrifugo/admin/api/server/history/
|
|
22377
23274
|
*/
|
|
22378
|
-
declare function createCentrifugoAdminApiServerHistoryCreate(data: CentrifugoHistoryRequestRequest, client?:
|
|
23275
|
+
declare function createCentrifugoAdminApiServerHistoryCreate(data: CentrifugoHistoryRequestRequest, client?: any): Promise<CentrifugoHistoryResponse>;
|
|
22379
23276
|
/**
|
|
22380
23277
|
* Get Centrifugo server info
|
|
22381
23278
|
*
|
|
22382
23279
|
* @method POST
|
|
22383
23280
|
* @path /cfg/centrifugo/admin/api/server/info/
|
|
22384
23281
|
*/
|
|
22385
|
-
declare function createCentrifugoAdminApiServerInfoCreate(client?:
|
|
23282
|
+
declare function createCentrifugoAdminApiServerInfoCreate(client?: any): Promise<CentrifugoInfoResponse>;
|
|
22386
23283
|
/**
|
|
22387
23284
|
* Get channel presence
|
|
22388
23285
|
*
|
|
22389
23286
|
* @method POST
|
|
22390
23287
|
* @path /cfg/centrifugo/admin/api/server/presence/
|
|
22391
23288
|
*/
|
|
22392
|
-
declare function createCentrifugoAdminApiServerPresenceCreate(data: CentrifugoPresenceRequestRequest, client?:
|
|
23289
|
+
declare function createCentrifugoAdminApiServerPresenceCreate(data: CentrifugoPresenceRequestRequest, client?: any): Promise<CentrifugoPresenceResponse>;
|
|
22393
23290
|
/**
|
|
22394
23291
|
* Get channel presence statistics
|
|
22395
23292
|
*
|
|
22396
23293
|
* @method POST
|
|
22397
23294
|
* @path /cfg/centrifugo/admin/api/server/presence-stats/
|
|
22398
23295
|
*/
|
|
22399
|
-
declare function createCentrifugoAdminApiServerPresenceStatsCreate(data: CentrifugoPresenceStatsRequestRequest, client?:
|
|
23296
|
+
declare function createCentrifugoAdminApiServerPresenceStatsCreate(data: CentrifugoPresenceStatsRequestRequest, client?: any): Promise<CentrifugoPresenceStatsResponse>;
|
|
22400
23297
|
/**
|
|
22401
23298
|
* Get connection token for dashboard
|
|
22402
23299
|
*
|
|
22403
23300
|
* @method POST
|
|
22404
23301
|
* @path /cfg/centrifugo/server/auth/token/
|
|
22405
23302
|
*/
|
|
22406
|
-
declare function createCentrifugoServerAuthTokenCreate(client?:
|
|
23303
|
+
declare function createCentrifugoServerAuthTokenCreate(client?: any): Promise<any>;
|
|
22407
23304
|
/**
|
|
22408
23305
|
* List active channels
|
|
22409
23306
|
*
|
|
22410
23307
|
* @method POST
|
|
22411
23308
|
* @path /cfg/centrifugo/server/channels/
|
|
22412
23309
|
*/
|
|
22413
|
-
declare function createCentrifugoServerChannelsCreate(data: CentrifugoChannelsRequestRequest, client?:
|
|
23310
|
+
declare function createCentrifugoServerChannelsCreate(data: CentrifugoChannelsRequestRequest, client?: any): Promise<CentrifugoChannelsResponse>;
|
|
22414
23311
|
/**
|
|
22415
23312
|
* Get channel history
|
|
22416
23313
|
*
|
|
22417
23314
|
* @method POST
|
|
22418
23315
|
* @path /cfg/centrifugo/server/history/
|
|
22419
23316
|
*/
|
|
22420
|
-
declare function createCentrifugoServerHistoryCreate(data: CentrifugoHistoryRequestRequest, client?:
|
|
23317
|
+
declare function createCentrifugoServerHistoryCreate(data: CentrifugoHistoryRequestRequest, client?: any): Promise<CentrifugoHistoryResponse>;
|
|
22421
23318
|
/**
|
|
22422
23319
|
* Get Centrifugo server info
|
|
22423
23320
|
*
|
|
22424
23321
|
* @method POST
|
|
22425
23322
|
* @path /cfg/centrifugo/server/info/
|
|
22426
23323
|
*/
|
|
22427
|
-
declare function createCentrifugoServerInfoCreate(client?:
|
|
23324
|
+
declare function createCentrifugoServerInfoCreate(client?: any): Promise<CentrifugoInfoResponse>;
|
|
22428
23325
|
/**
|
|
22429
23326
|
* Get channel presence
|
|
22430
23327
|
*
|
|
22431
23328
|
* @method POST
|
|
22432
23329
|
* @path /cfg/centrifugo/server/presence/
|
|
22433
23330
|
*/
|
|
22434
|
-
declare function createCentrifugoServerPresenceCreate(data: CentrifugoPresenceRequestRequest, client?:
|
|
23331
|
+
declare function createCentrifugoServerPresenceCreate(data: CentrifugoPresenceRequestRequest, client?: any): Promise<CentrifugoPresenceResponse>;
|
|
22435
23332
|
/**
|
|
22436
23333
|
* Get channel presence statistics
|
|
22437
23334
|
*
|
|
22438
23335
|
* @method POST
|
|
22439
23336
|
* @path /cfg/centrifugo/server/presence-stats/
|
|
22440
23337
|
*/
|
|
22441
|
-
declare function createCentrifugoServerPresenceStatsCreate(data: CentrifugoPresenceStatsRequestRequest, client?:
|
|
23338
|
+
declare function createCentrifugoServerPresenceStatsCreate(data: CentrifugoPresenceStatsRequestRequest, client?: any): Promise<CentrifugoPresenceStatsResponse>;
|
|
22442
23339
|
|
|
22443
23340
|
/**
|
|
22444
23341
|
* Typed fetchers for Centrifugo Monitoring
|
|
@@ -22478,7 +23375,7 @@ declare function createCentrifugoServerPresenceStatsCreate(data: CentrifugoPrese
|
|
|
22478
23375
|
* @method GET
|
|
22479
23376
|
* @path /cfg/centrifugo/admin/api/monitor/health/
|
|
22480
23377
|
*/
|
|
22481
|
-
declare function getCentrifugoAdminApiMonitorHealthRetrieve(client?:
|
|
23378
|
+
declare function getCentrifugoAdminApiMonitorHealthRetrieve(client?: any): Promise<HealthCheck>;
|
|
22482
23379
|
/**
|
|
22483
23380
|
* Get overview statistics
|
|
22484
23381
|
*
|
|
@@ -22487,7 +23384,7 @@ declare function getCentrifugoAdminApiMonitorHealthRetrieve(client?: API): Promi
|
|
|
22487
23384
|
*/
|
|
22488
23385
|
declare function getCentrifugoAdminApiMonitorOverviewRetrieve(params?: {
|
|
22489
23386
|
hours?: number;
|
|
22490
|
-
}, client?:
|
|
23387
|
+
}, client?: any): Promise<OverviewStats>;
|
|
22491
23388
|
/**
|
|
22492
23389
|
* Get recent publishes
|
|
22493
23390
|
*
|
|
@@ -22499,7 +23396,7 @@ declare function getCentrifugoAdminApiMonitorPublishesRetrieve(params?: {
|
|
|
22499
23396
|
count?: number;
|
|
22500
23397
|
offset?: number;
|
|
22501
23398
|
status?: string;
|
|
22502
|
-
}, client?:
|
|
23399
|
+
}, client?: any): Promise<RecentPublishes>;
|
|
22503
23400
|
/**
|
|
22504
23401
|
* Get channel statistics
|
|
22505
23402
|
*
|
|
@@ -22509,14 +23406,14 @@ declare function getCentrifugoAdminApiMonitorPublishesRetrieve(params?: {
|
|
|
22509
23406
|
declare function getCentrifugoAdminApiMonitorTimelineRetrieve(params?: {
|
|
22510
23407
|
hours?: number;
|
|
22511
23408
|
interval?: string;
|
|
22512
|
-
}, client?:
|
|
23409
|
+
}, client?: any): Promise<ChannelList>;
|
|
22513
23410
|
/**
|
|
22514
23411
|
* Get Centrifugo health status
|
|
22515
23412
|
*
|
|
22516
23413
|
* @method GET
|
|
22517
23414
|
* @path /cfg/centrifugo/monitor/health/
|
|
22518
23415
|
*/
|
|
22519
|
-
declare function getCentrifugoMonitorHealthRetrieve(client?:
|
|
23416
|
+
declare function getCentrifugoMonitorHealthRetrieve(client?: any): Promise<HealthCheck>;
|
|
22520
23417
|
/**
|
|
22521
23418
|
* Get overview statistics
|
|
22522
23419
|
*
|
|
@@ -22525,7 +23422,7 @@ declare function getCentrifugoMonitorHealthRetrieve(client?: API): Promise<Healt
|
|
|
22525
23422
|
*/
|
|
22526
23423
|
declare function getCentrifugoMonitorOverviewRetrieve(params?: {
|
|
22527
23424
|
hours?: number;
|
|
22528
|
-
}, client?:
|
|
23425
|
+
}, client?: any): Promise<OverviewStats>;
|
|
22529
23426
|
/**
|
|
22530
23427
|
* Get recent publishes
|
|
22531
23428
|
*
|
|
@@ -22537,7 +23434,7 @@ declare function getCentrifugoMonitorPublishesRetrieve(params?: {
|
|
|
22537
23434
|
count?: number;
|
|
22538
23435
|
offset?: number;
|
|
22539
23436
|
status?: string;
|
|
22540
|
-
}, client?:
|
|
23437
|
+
}, client?: any): Promise<RecentPublishes>;
|
|
22541
23438
|
/**
|
|
22542
23439
|
* Get channel statistics
|
|
22543
23440
|
*
|
|
@@ -22547,7 +23444,7 @@ declare function getCentrifugoMonitorPublishesRetrieve(params?: {
|
|
|
22547
23444
|
declare function getCentrifugoMonitorTimelineRetrieve(params?: {
|
|
22548
23445
|
hours?: number;
|
|
22549
23446
|
interval?: string;
|
|
22550
|
-
}, client?:
|
|
23447
|
+
}, client?: any): Promise<ChannelList>;
|
|
22551
23448
|
|
|
22552
23449
|
/**
|
|
22553
23450
|
* Typed fetchers for Centrifugo Testing
|
|
@@ -22587,59 +23484,333 @@ declare function getCentrifugoMonitorTimelineRetrieve(params?: {
|
|
|
22587
23484
|
* @method POST
|
|
22588
23485
|
* @path /cfg/centrifugo/admin/api/testing/connection-token/
|
|
22589
23486
|
*/
|
|
22590
|
-
declare function createCentrifugoAdminApiTestingConnectionTokenCreate(data: ConnectionTokenRequestRequest, client?:
|
|
23487
|
+
declare function createCentrifugoAdminApiTestingConnectionTokenCreate(data: ConnectionTokenRequestRequest, client?: any): Promise<ConnectionTokenResponse>;
|
|
22591
23488
|
/**
|
|
22592
23489
|
* Publish test message
|
|
22593
23490
|
*
|
|
22594
23491
|
* @method POST
|
|
22595
23492
|
* @path /cfg/centrifugo/admin/api/testing/publish-test/
|
|
22596
23493
|
*/
|
|
22597
|
-
declare function createCentrifugoAdminApiTestingPublishTestCreate(data: PublishTestRequestRequest, client?:
|
|
23494
|
+
declare function createCentrifugoAdminApiTestingPublishTestCreate(data: PublishTestRequestRequest, client?: any): Promise<PublishTestResponse>;
|
|
22598
23495
|
/**
|
|
22599
23496
|
* Publish with database logging
|
|
22600
23497
|
*
|
|
22601
23498
|
* @method POST
|
|
22602
23499
|
* @path /cfg/centrifugo/admin/api/testing/publish-with-logging/
|
|
22603
23500
|
*/
|
|
22604
|
-
declare function createCentrifugoAdminApiTestingPublishWithLoggingCreate(data: PublishTestRequestRequest, client?:
|
|
23501
|
+
declare function createCentrifugoAdminApiTestingPublishWithLoggingCreate(data: PublishTestRequestRequest, client?: any): Promise<PublishTestResponse>;
|
|
22605
23502
|
/**
|
|
22606
23503
|
* Send manual ACK
|
|
22607
23504
|
*
|
|
22608
23505
|
* @method POST
|
|
22609
23506
|
* @path /cfg/centrifugo/admin/api/testing/send-ack/
|
|
22610
23507
|
*/
|
|
22611
|
-
declare function createCentrifugoAdminApiTestingSendAckCreate(data: ManualAckRequestRequest, client?:
|
|
23508
|
+
declare function createCentrifugoAdminApiTestingSendAckCreate(data: ManualAckRequestRequest, client?: any): Promise<ManualAckResponse>;
|
|
22612
23509
|
/**
|
|
22613
23510
|
* Generate connection token
|
|
22614
23511
|
*
|
|
22615
23512
|
* @method POST
|
|
22616
23513
|
* @path /cfg/centrifugo/testing/connection-token/
|
|
22617
23514
|
*/
|
|
22618
|
-
declare function createCentrifugoTestingConnectionTokenCreate(data: ConnectionTokenRequestRequest, client?:
|
|
23515
|
+
declare function createCentrifugoTestingConnectionTokenCreate(data: ConnectionTokenRequestRequest, client?: any): Promise<ConnectionTokenResponse>;
|
|
22619
23516
|
/**
|
|
22620
23517
|
* Publish test message
|
|
22621
23518
|
*
|
|
22622
23519
|
* @method POST
|
|
22623
23520
|
* @path /cfg/centrifugo/testing/publish-test/
|
|
22624
23521
|
*/
|
|
22625
|
-
declare function createCentrifugoTestingPublishTestCreate(data: PublishTestRequestRequest, client?:
|
|
23522
|
+
declare function createCentrifugoTestingPublishTestCreate(data: PublishTestRequestRequest, client?: any): Promise<PublishTestResponse>;
|
|
22626
23523
|
/**
|
|
22627
23524
|
* Publish with database logging
|
|
22628
23525
|
*
|
|
22629
|
-
* @method POST
|
|
22630
|
-
* @path /cfg/centrifugo/testing/publish-with-logging/
|
|
23526
|
+
* @method POST
|
|
23527
|
+
* @path /cfg/centrifugo/testing/publish-with-logging/
|
|
23528
|
+
*/
|
|
23529
|
+
declare function createCentrifugoTestingPublishWithLoggingCreate(data: PublishTestRequestRequest, client?: any): Promise<PublishTestResponse>;
|
|
23530
|
+
/**
|
|
23531
|
+
* Send manual ACK
|
|
23532
|
+
*
|
|
23533
|
+
* @method POST
|
|
23534
|
+
* @path /cfg/centrifugo/testing/send-ack/
|
|
23535
|
+
*/
|
|
23536
|
+
declare function createCentrifugoTestingSendAckCreate(data: ManualAckRequestRequest, client?: any): Promise<ManualAckResponse>;
|
|
23537
|
+
|
|
23538
|
+
/**
|
|
23539
|
+
* Get quick actions
|
|
23540
|
+
*
|
|
23541
|
+
* @method GET
|
|
23542
|
+
* @path /cfg/dashboard/api/activity/actions/
|
|
23543
|
+
*/
|
|
23544
|
+
declare function getDashboardApiActivityActionsList(client?: any): Promise<any>;
|
|
23545
|
+
/**
|
|
23546
|
+
* Get recent activity
|
|
23547
|
+
*
|
|
23548
|
+
* @method GET
|
|
23549
|
+
* @path /cfg/dashboard/api/activity/recent/
|
|
23550
|
+
*/
|
|
23551
|
+
declare function getDashboardApiActivityRecentList(params?: {
|
|
23552
|
+
limit?: number;
|
|
23553
|
+
}, client?: any): Promise<any>;
|
|
23554
|
+
|
|
23555
|
+
/**
|
|
23556
|
+
* Typed fetchers for Dashboard - API Zones
|
|
23557
|
+
*
|
|
23558
|
+
* Universal functions that work in any environment:
|
|
23559
|
+
* - Next.js (App Router / Pages Router / Server Components)
|
|
23560
|
+
* - React Native
|
|
23561
|
+
* - Node.js backend
|
|
23562
|
+
*
|
|
23563
|
+
* These fetchers use Zod schemas for runtime validation.
|
|
23564
|
+
*
|
|
23565
|
+
* Usage:
|
|
23566
|
+
* ```typescript
|
|
23567
|
+
* // Configure API once (in your app entry point)
|
|
23568
|
+
* import { configureAPI } from '../../api-instance'
|
|
23569
|
+
* configureAPI({ baseUrl: 'https://api.example.com' })
|
|
23570
|
+
*
|
|
23571
|
+
* // Then use fetchers anywhere
|
|
23572
|
+
* const users = await getUsers({ page: 1 })
|
|
23573
|
+
*
|
|
23574
|
+
* // With SWR
|
|
23575
|
+
* const { data } = useSWR(['users', params], () => getUsers(params))
|
|
23576
|
+
*
|
|
23577
|
+
* // With React Query
|
|
23578
|
+
* const { data } = useQuery(['users', params], () => getUsers(params))
|
|
23579
|
+
*
|
|
23580
|
+
* // In Server Component or SSR (pass custom client)
|
|
23581
|
+
* import { API } from '../../index'
|
|
23582
|
+
* const api = new API('https://api.example.com')
|
|
23583
|
+
* const users = await getUsers({ page: 1 }, api)
|
|
23584
|
+
* ```
|
|
23585
|
+
*/
|
|
23586
|
+
|
|
23587
|
+
/**
|
|
23588
|
+
* Get all API zones
|
|
23589
|
+
*
|
|
23590
|
+
* @method GET
|
|
23591
|
+
* @path /cfg/dashboard/api/zones/
|
|
23592
|
+
*/
|
|
23593
|
+
declare function getDashboardApiZonesList(client?: any): Promise<any>;
|
|
23594
|
+
/**
|
|
23595
|
+
* Get zones summary
|
|
23596
|
+
*
|
|
23597
|
+
* @method GET
|
|
23598
|
+
* @path /cfg/dashboard/api/zones/summary/
|
|
23599
|
+
*/
|
|
23600
|
+
declare function getDashboardApiZonesSummaryRetrieve(client?: any): Promise<APIZonesSummary>;
|
|
23601
|
+
|
|
23602
|
+
/**
|
|
23603
|
+
* Typed fetchers for Dashboard - Charts
|
|
23604
|
+
*
|
|
23605
|
+
* Universal functions that work in any environment:
|
|
23606
|
+
* - Next.js (App Router / Pages Router / Server Components)
|
|
23607
|
+
* - React Native
|
|
23608
|
+
* - Node.js backend
|
|
23609
|
+
*
|
|
23610
|
+
* These fetchers use Zod schemas for runtime validation.
|
|
23611
|
+
*
|
|
23612
|
+
* Usage:
|
|
23613
|
+
* ```typescript
|
|
23614
|
+
* // Configure API once (in your app entry point)
|
|
23615
|
+
* import { configureAPI } from '../../api-instance'
|
|
23616
|
+
* configureAPI({ baseUrl: 'https://api.example.com' })
|
|
23617
|
+
*
|
|
23618
|
+
* // Then use fetchers anywhere
|
|
23619
|
+
* const users = await getUsers({ page: 1 })
|
|
23620
|
+
*
|
|
23621
|
+
* // With SWR
|
|
23622
|
+
* const { data } = useSWR(['users', params], () => getUsers(params))
|
|
23623
|
+
*
|
|
23624
|
+
* // With React Query
|
|
23625
|
+
* const { data } = useQuery(['users', params], () => getUsers(params))
|
|
23626
|
+
*
|
|
23627
|
+
* // In Server Component or SSR (pass custom client)
|
|
23628
|
+
* import { API } from '../../index'
|
|
23629
|
+
* const api = new API('https://api.example.com')
|
|
23630
|
+
* const users = await getUsers({ page: 1 }, api)
|
|
23631
|
+
* ```
|
|
23632
|
+
*/
|
|
23633
|
+
|
|
23634
|
+
/**
|
|
23635
|
+
* Get user activity chart
|
|
23636
|
+
*
|
|
23637
|
+
* @method GET
|
|
23638
|
+
* @path /cfg/dashboard/api/charts/activity/
|
|
23639
|
+
*/
|
|
23640
|
+
declare function getDashboardApiChartsActivityRetrieve(params?: {
|
|
23641
|
+
days?: number;
|
|
23642
|
+
}, client?: any): Promise<ChartData>;
|
|
23643
|
+
/**
|
|
23644
|
+
* Get recent users
|
|
23645
|
+
*
|
|
23646
|
+
* @method GET
|
|
23647
|
+
* @path /cfg/dashboard/api/charts/recent-users/
|
|
23648
|
+
*/
|
|
23649
|
+
declare function getDashboardApiChartsRecentUsersList(params?: {
|
|
23650
|
+
limit?: number;
|
|
23651
|
+
}, client?: any): Promise<any>;
|
|
23652
|
+
/**
|
|
23653
|
+
* Get user registration chart
|
|
23654
|
+
*
|
|
23655
|
+
* @method GET
|
|
23656
|
+
* @path /cfg/dashboard/api/charts/registrations/
|
|
23657
|
+
*/
|
|
23658
|
+
declare function getDashboardApiChartsRegistrationsRetrieve(params?: {
|
|
23659
|
+
days?: number;
|
|
23660
|
+
}, client?: any): Promise<ChartData>;
|
|
23661
|
+
/**
|
|
23662
|
+
* Get activity tracker
|
|
23663
|
+
*
|
|
23664
|
+
* @method GET
|
|
23665
|
+
* @path /cfg/dashboard/api/charts/tracker/
|
|
23666
|
+
*/
|
|
23667
|
+
declare function getDashboardApiChartsTrackerList(params?: {
|
|
23668
|
+
weeks?: number;
|
|
23669
|
+
}, client?: any): Promise<any>;
|
|
23670
|
+
|
|
23671
|
+
/**
|
|
23672
|
+
* Typed fetchers for Dashboard - Commands
|
|
23673
|
+
*
|
|
23674
|
+
* Universal functions that work in any environment:
|
|
23675
|
+
* - Next.js (App Router / Pages Router / Server Components)
|
|
23676
|
+
* - React Native
|
|
23677
|
+
* - Node.js backend
|
|
23678
|
+
*
|
|
23679
|
+
* These fetchers use Zod schemas for runtime validation.
|
|
23680
|
+
*
|
|
23681
|
+
* Usage:
|
|
23682
|
+
* ```typescript
|
|
23683
|
+
* // Configure API once (in your app entry point)
|
|
23684
|
+
* import { configureAPI } from '../../api-instance'
|
|
23685
|
+
* configureAPI({ baseUrl: 'https://api.example.com' })
|
|
23686
|
+
*
|
|
23687
|
+
* // Then use fetchers anywhere
|
|
23688
|
+
* const users = await getUsers({ page: 1 })
|
|
23689
|
+
*
|
|
23690
|
+
* // With SWR
|
|
23691
|
+
* const { data } = useSWR(['users', params], () => getUsers(params))
|
|
23692
|
+
*
|
|
23693
|
+
* // With React Query
|
|
23694
|
+
* const { data } = useQuery(['users', params], () => getUsers(params))
|
|
23695
|
+
*
|
|
23696
|
+
* // In Server Component or SSR (pass custom client)
|
|
23697
|
+
* import { API } from '../../index'
|
|
23698
|
+
* const api = new API('https://api.example.com')
|
|
23699
|
+
* const users = await getUsers({ page: 1 }, api)
|
|
23700
|
+
* ```
|
|
23701
|
+
*/
|
|
23702
|
+
|
|
23703
|
+
/**
|
|
23704
|
+
* Get all commands
|
|
23705
|
+
*
|
|
23706
|
+
* @method GET
|
|
23707
|
+
* @path /cfg/dashboard/api/commands/
|
|
23708
|
+
*/
|
|
23709
|
+
declare function getDashboardApiCommandsList(client?: any): Promise<any>;
|
|
23710
|
+
/**
|
|
23711
|
+
* Get commands summary
|
|
23712
|
+
*
|
|
23713
|
+
* @method GET
|
|
23714
|
+
* @path /cfg/dashboard/api/commands/summary/
|
|
23715
|
+
*/
|
|
23716
|
+
declare function getDashboardApiCommandsSummaryRetrieve(client?: any): Promise<CommandsSummary>;
|
|
23717
|
+
|
|
23718
|
+
/**
|
|
23719
|
+
* Typed fetchers for Dashboard - Overview
|
|
23720
|
+
*
|
|
23721
|
+
* Universal functions that work in any environment:
|
|
23722
|
+
* - Next.js (App Router / Pages Router / Server Components)
|
|
23723
|
+
* - React Native
|
|
23724
|
+
* - Node.js backend
|
|
23725
|
+
*
|
|
23726
|
+
* These fetchers use Zod schemas for runtime validation.
|
|
23727
|
+
*
|
|
23728
|
+
* Usage:
|
|
23729
|
+
* ```typescript
|
|
23730
|
+
* // Configure API once (in your app entry point)
|
|
23731
|
+
* import { configureAPI } from '../../api-instance'
|
|
23732
|
+
* configureAPI({ baseUrl: 'https://api.example.com' })
|
|
23733
|
+
*
|
|
23734
|
+
* // Then use fetchers anywhere
|
|
23735
|
+
* const users = await getUsers({ page: 1 })
|
|
23736
|
+
*
|
|
23737
|
+
* // With SWR
|
|
23738
|
+
* const { data } = useSWR(['users', params], () => getUsers(params))
|
|
23739
|
+
*
|
|
23740
|
+
* // With React Query
|
|
23741
|
+
* const { data } = useQuery(['users', params], () => getUsers(params))
|
|
23742
|
+
*
|
|
23743
|
+
* // In Server Component or SSR (pass custom client)
|
|
23744
|
+
* import { API } from '../../index'
|
|
23745
|
+
* const api = new API('https://api.example.com')
|
|
23746
|
+
* const users = await getUsers({ page: 1 }, api)
|
|
23747
|
+
* ```
|
|
23748
|
+
*/
|
|
23749
|
+
|
|
23750
|
+
/**
|
|
23751
|
+
* Get dashboard overview
|
|
23752
|
+
*
|
|
23753
|
+
* @method GET
|
|
23754
|
+
* @path /cfg/dashboard/api/overview/overview/
|
|
23755
|
+
*/
|
|
23756
|
+
declare function getDashboardApiOverviewOverviewRetrieve(client?: any): Promise<DashboardOverview>;
|
|
23757
|
+
|
|
23758
|
+
/**
|
|
23759
|
+
* Typed fetchers for Dashboard - Statistics
|
|
23760
|
+
*
|
|
23761
|
+
* Universal functions that work in any environment:
|
|
23762
|
+
* - Next.js (App Router / Pages Router / Server Components)
|
|
23763
|
+
* - React Native
|
|
23764
|
+
* - Node.js backend
|
|
23765
|
+
*
|
|
23766
|
+
* These fetchers use Zod schemas for runtime validation.
|
|
23767
|
+
*
|
|
23768
|
+
* Usage:
|
|
23769
|
+
* ```typescript
|
|
23770
|
+
* // Configure API once (in your app entry point)
|
|
23771
|
+
* import { configureAPI } from '../../api-instance'
|
|
23772
|
+
* configureAPI({ baseUrl: 'https://api.example.com' })
|
|
23773
|
+
*
|
|
23774
|
+
* // Then use fetchers anywhere
|
|
23775
|
+
* const users = await getUsers({ page: 1 })
|
|
23776
|
+
*
|
|
23777
|
+
* // With SWR
|
|
23778
|
+
* const { data } = useSWR(['users', params], () => getUsers(params))
|
|
23779
|
+
*
|
|
23780
|
+
* // With React Query
|
|
23781
|
+
* const { data } = useQuery(['users', params], () => getUsers(params))
|
|
23782
|
+
*
|
|
23783
|
+
* // In Server Component or SSR (pass custom client)
|
|
23784
|
+
* import { API } from '../../index'
|
|
23785
|
+
* const api = new API('https://api.example.com')
|
|
23786
|
+
* const users = await getUsers({ page: 1 }, api)
|
|
23787
|
+
* ```
|
|
23788
|
+
*/
|
|
23789
|
+
|
|
23790
|
+
/**
|
|
23791
|
+
* Get application statistics
|
|
23792
|
+
*
|
|
23793
|
+
* @method GET
|
|
23794
|
+
* @path /cfg/dashboard/api/statistics/apps/
|
|
23795
|
+
*/
|
|
23796
|
+
declare function getDashboardApiStatisticsAppsList(client?: any): Promise<any>;
|
|
23797
|
+
/**
|
|
23798
|
+
* Get statistics cards
|
|
23799
|
+
*
|
|
23800
|
+
* @method GET
|
|
23801
|
+
* @path /cfg/dashboard/api/statistics/cards/
|
|
22631
23802
|
*/
|
|
22632
|
-
declare function
|
|
23803
|
+
declare function getDashboardApiStatisticsCardsList(client?: any): Promise<any>;
|
|
22633
23804
|
/**
|
|
22634
|
-
*
|
|
23805
|
+
* Get user statistics
|
|
22635
23806
|
*
|
|
22636
|
-
* @method
|
|
22637
|
-
* @path /cfg/
|
|
23807
|
+
* @method GET
|
|
23808
|
+
* @path /cfg/dashboard/api/statistics/users/
|
|
22638
23809
|
*/
|
|
22639
|
-
declare function
|
|
23810
|
+
declare function getDashboardApiStatisticsUsersRetrieve(client?: any): Promise<UserStatistics>;
|
|
22640
23811
|
|
|
22641
23812
|
/**
|
|
22642
|
-
* Typed fetchers for Dashboard
|
|
23813
|
+
* Typed fetchers for Dashboard - System
|
|
22643
23814
|
*
|
|
22644
23815
|
* Universal functions that work in any environment:
|
|
22645
23816
|
* - Next.js (App Router / Pages Router / Server Components)
|
|
@@ -22670,64 +23841,20 @@ declare function createCentrifugoTestingSendAckCreate(data: ManualAckRequestRequ
|
|
|
22670
23841
|
* ```
|
|
22671
23842
|
*/
|
|
22672
23843
|
|
|
22673
|
-
/**
|
|
22674
|
-
* Get quick actions
|
|
22675
|
-
*
|
|
22676
|
-
* @method GET
|
|
22677
|
-
* @path /cfg/dashboard/api/activity/actions/
|
|
22678
|
-
*/
|
|
22679
|
-
declare function getDashboardApiActivityActionsList(client?: API): Promise<any>;
|
|
22680
|
-
/**
|
|
22681
|
-
* Get recent activity
|
|
22682
|
-
*
|
|
22683
|
-
* @method GET
|
|
22684
|
-
* @path /cfg/dashboard/api/activity/recent/
|
|
22685
|
-
*/
|
|
22686
|
-
declare function getDashboardApiActivityRecentList(params?: {
|
|
22687
|
-
limit?: number;
|
|
22688
|
-
}, client?: API): Promise<any>;
|
|
22689
|
-
/**
|
|
22690
|
-
* Get dashboard overview
|
|
22691
|
-
*
|
|
22692
|
-
* @method GET
|
|
22693
|
-
* @path /cfg/dashboard/api/overview/overview/
|
|
22694
|
-
*/
|
|
22695
|
-
declare function getDashboardApiOverviewOverviewRetrieve(client?: API): Promise<DashboardOverview>;
|
|
22696
|
-
/**
|
|
22697
|
-
* Get application statistics
|
|
22698
|
-
*
|
|
22699
|
-
* @method GET
|
|
22700
|
-
* @path /cfg/dashboard/api/statistics/apps/
|
|
22701
|
-
*/
|
|
22702
|
-
declare function getDashboardApiStatisticsAppsList(client?: API): Promise<any>;
|
|
22703
|
-
/**
|
|
22704
|
-
* Get statistics cards
|
|
22705
|
-
*
|
|
22706
|
-
* @method GET
|
|
22707
|
-
* @path /cfg/dashboard/api/statistics/cards/
|
|
22708
|
-
*/
|
|
22709
|
-
declare function getDashboardApiStatisticsCardsList(client?: API): Promise<any>;
|
|
22710
|
-
/**
|
|
22711
|
-
* Get user statistics
|
|
22712
|
-
*
|
|
22713
|
-
* @method GET
|
|
22714
|
-
* @path /cfg/dashboard/api/statistics/users/
|
|
22715
|
-
*/
|
|
22716
|
-
declare function getDashboardApiStatisticsUsersRetrieve(client?: API): Promise<UserStatistics>;
|
|
22717
23844
|
/**
|
|
22718
23845
|
* Get system health status
|
|
22719
23846
|
*
|
|
22720
23847
|
* @method GET
|
|
22721
23848
|
* @path /cfg/dashboard/api/system/health/
|
|
22722
23849
|
*/
|
|
22723
|
-
declare function getDashboardApiSystemHealthRetrieve(client?:
|
|
23850
|
+
declare function getDashboardApiSystemHealthRetrieve(client?: any): Promise<SystemHealth>;
|
|
22724
23851
|
/**
|
|
22725
23852
|
* Get system metrics
|
|
22726
23853
|
*
|
|
22727
23854
|
* @method GET
|
|
22728
23855
|
* @path /cfg/dashboard/api/system/metrics/
|
|
22729
23856
|
*/
|
|
22730
|
-
declare function getDashboardApiSystemMetricsRetrieve(client?:
|
|
23857
|
+
declare function getDashboardApiSystemMetricsRetrieve(client?: any): Promise<SystemMetrics>;
|
|
22731
23858
|
|
|
22732
23859
|
/**
|
|
22733
23860
|
* Typed fetchers for Endpoints
|
|
@@ -22767,21 +23894,21 @@ declare function getDashboardApiSystemMetricsRetrieve(client?: API): Promise<Sys
|
|
|
22767
23894
|
* @method GET
|
|
22768
23895
|
* @path /cfg/endpoints/drf/
|
|
22769
23896
|
*/
|
|
22770
|
-
declare function getEndpointsDrfRetrieve(client?:
|
|
23897
|
+
declare function getEndpointsDrfRetrieve(client?: any): Promise<EndpointsStatus>;
|
|
22771
23898
|
/**
|
|
22772
23899
|
* API operation
|
|
22773
23900
|
*
|
|
22774
23901
|
* @method GET
|
|
22775
23902
|
* @path /cfg/endpoints/urls/
|
|
22776
23903
|
*/
|
|
22777
|
-
declare function getEndpointsUrlsRetrieve(client?:
|
|
23904
|
+
declare function getEndpointsUrlsRetrieve(client?: any): Promise<URLsList>;
|
|
22778
23905
|
/**
|
|
22779
23906
|
* API operation
|
|
22780
23907
|
*
|
|
22781
23908
|
* @method GET
|
|
22782
23909
|
* @path /cfg/endpoints/urls/compact/
|
|
22783
23910
|
*/
|
|
22784
|
-
declare function getEndpointsUrlsCompactRetrieve(client?:
|
|
23911
|
+
declare function getEndpointsUrlsCompactRetrieve(client?: any): Promise<any>;
|
|
22785
23912
|
|
|
22786
23913
|
/**
|
|
22787
23914
|
* Typed fetchers for Health
|
|
@@ -22821,14 +23948,14 @@ declare function getEndpointsUrlsCompactRetrieve(client?: API): Promise<any>;
|
|
|
22821
23948
|
* @method GET
|
|
22822
23949
|
* @path /cfg/health/drf/
|
|
22823
23950
|
*/
|
|
22824
|
-
declare function getHealthDrfRetrieve(client?:
|
|
23951
|
+
declare function getHealthDrfRetrieve(client?: any): Promise<HealthCheck>;
|
|
22825
23952
|
/**
|
|
22826
23953
|
* API operation
|
|
22827
23954
|
*
|
|
22828
23955
|
* @method GET
|
|
22829
23956
|
* @path /cfg/health/drf/quick/
|
|
22830
23957
|
*/
|
|
22831
|
-
declare function getHealthDrfQuickRetrieve(client?:
|
|
23958
|
+
declare function getHealthDrfQuickRetrieve(client?: any): Promise<QuickHealth>;
|
|
22832
23959
|
|
|
22833
23960
|
/**
|
|
22834
23961
|
* Typed fetchers for Knowbase
|
|
@@ -22871,56 +23998,56 @@ declare function getHealthDrfQuickRetrieve(client?: API): Promise<QuickHealth>;
|
|
|
22871
23998
|
declare function getKnowbaseAdminChatList(params?: {
|
|
22872
23999
|
page?: number;
|
|
22873
24000
|
page_size?: number;
|
|
22874
|
-
}, client?:
|
|
24001
|
+
}, client?: any): Promise<PaginatedChatResponseList>;
|
|
22875
24002
|
/**
|
|
22876
24003
|
* API operation
|
|
22877
24004
|
*
|
|
22878
24005
|
* @method POST
|
|
22879
24006
|
* @path /cfg/knowbase/admin/chat/
|
|
22880
24007
|
*/
|
|
22881
|
-
declare function createKnowbaseAdminChatCreate(data: ChatResponseRequest, client?:
|
|
24008
|
+
declare function createKnowbaseAdminChatCreate(data: ChatResponseRequest, client?: any): Promise<ChatResponse>;
|
|
22882
24009
|
/**
|
|
22883
24010
|
* API operation
|
|
22884
24011
|
*
|
|
22885
24012
|
* @method GET
|
|
22886
24013
|
* @path /cfg/knowbase/admin/chat/{id}/
|
|
22887
24014
|
*/
|
|
22888
|
-
declare function getKnowbaseAdminChatRetrieve(id: string, client?:
|
|
24015
|
+
declare function getKnowbaseAdminChatRetrieve(id: string, client?: any): Promise<ChatResponse>;
|
|
22889
24016
|
/**
|
|
22890
24017
|
* API operation
|
|
22891
24018
|
*
|
|
22892
24019
|
* @method PUT
|
|
22893
24020
|
* @path /cfg/knowbase/admin/chat/{id}/
|
|
22894
24021
|
*/
|
|
22895
|
-
declare function updateKnowbaseAdminChatUpdate(id: string, data: ChatResponseRequest, client?:
|
|
24022
|
+
declare function updateKnowbaseAdminChatUpdate(id: string, data: ChatResponseRequest, client?: any): Promise<ChatResponse>;
|
|
22896
24023
|
/**
|
|
22897
24024
|
* API operation
|
|
22898
24025
|
*
|
|
22899
24026
|
* @method PATCH
|
|
22900
24027
|
* @path /cfg/knowbase/admin/chat/{id}/
|
|
22901
24028
|
*/
|
|
22902
|
-
declare function partialUpdateKnowbaseAdminChatPartialUpdate(id: string, data?: PatchedChatResponseRequest, client?:
|
|
24029
|
+
declare function partialUpdateKnowbaseAdminChatPartialUpdate(id: string, data?: PatchedChatResponseRequest, client?: any): Promise<ChatResponse>;
|
|
22903
24030
|
/**
|
|
22904
24031
|
* API operation
|
|
22905
24032
|
*
|
|
22906
24033
|
* @method DELETE
|
|
22907
24034
|
* @path /cfg/knowbase/admin/chat/{id}/
|
|
22908
24035
|
*/
|
|
22909
|
-
declare function deleteKnowbaseAdminChatDestroy(id: string, client?:
|
|
24036
|
+
declare function deleteKnowbaseAdminChatDestroy(id: string, client?: any): Promise<void>;
|
|
22910
24037
|
/**
|
|
22911
24038
|
* Get chat history
|
|
22912
24039
|
*
|
|
22913
24040
|
* @method GET
|
|
22914
24041
|
* @path /cfg/knowbase/admin/chat/{id}/history/
|
|
22915
24042
|
*/
|
|
22916
|
-
declare function getKnowbaseAdminChatHistoryRetrieve(id: string, client?:
|
|
24043
|
+
declare function getKnowbaseAdminChatHistoryRetrieve(id: string, client?: any): Promise<ChatHistory>;
|
|
22917
24044
|
/**
|
|
22918
24045
|
* Process chat query with RAG
|
|
22919
24046
|
*
|
|
22920
24047
|
* @method POST
|
|
22921
24048
|
* @path /cfg/knowbase/admin/chat/query/
|
|
22922
24049
|
*/
|
|
22923
|
-
declare function createKnowbaseAdminChatQueryCreate(data: ChatQueryRequest, client?:
|
|
24050
|
+
declare function createKnowbaseAdminChatQueryCreate(data: ChatQueryRequest, client?: any): Promise<ChatResponse>;
|
|
22924
24051
|
/**
|
|
22925
24052
|
* List user documents
|
|
22926
24053
|
*
|
|
@@ -22931,63 +24058,63 @@ declare function getKnowbaseAdminDocumentsList(params?: {
|
|
|
22931
24058
|
page?: number;
|
|
22932
24059
|
page_size?: number;
|
|
22933
24060
|
status?: string;
|
|
22934
|
-
}, client?:
|
|
24061
|
+
}, client?: any): Promise<PaginatedDocumentList>;
|
|
22935
24062
|
/**
|
|
22936
24063
|
* Upload new document
|
|
22937
24064
|
*
|
|
22938
24065
|
* @method POST
|
|
22939
24066
|
* @path /cfg/knowbase/admin/documents/
|
|
22940
24067
|
*/
|
|
22941
|
-
declare function createKnowbaseAdminDocumentsCreate(data: DocumentCreateRequest, client?:
|
|
24068
|
+
declare function createKnowbaseAdminDocumentsCreate(data: DocumentCreateRequest, client?: any): Promise<Document>;
|
|
22942
24069
|
/**
|
|
22943
24070
|
* Get document details
|
|
22944
24071
|
*
|
|
22945
24072
|
* @method GET
|
|
22946
24073
|
* @path /cfg/knowbase/admin/documents/{id}/
|
|
22947
24074
|
*/
|
|
22948
|
-
declare function getKnowbaseAdminDocumentsRetrieve(id: string, client?:
|
|
24075
|
+
declare function getKnowbaseAdminDocumentsRetrieve(id: string, client?: any): Promise<Document>;
|
|
22949
24076
|
/**
|
|
22950
24077
|
* API operation
|
|
22951
24078
|
*
|
|
22952
24079
|
* @method PUT
|
|
22953
24080
|
* @path /cfg/knowbase/admin/documents/{id}/
|
|
22954
24081
|
*/
|
|
22955
|
-
declare function updateKnowbaseAdminDocumentsUpdate(id: string, data: DocumentRequest, client?:
|
|
24082
|
+
declare function updateKnowbaseAdminDocumentsUpdate(id: string, data: DocumentRequest, client?: any): Promise<Document>;
|
|
22956
24083
|
/**
|
|
22957
24084
|
* API operation
|
|
22958
24085
|
*
|
|
22959
24086
|
* @method PATCH
|
|
22960
24087
|
* @path /cfg/knowbase/admin/documents/{id}/
|
|
22961
24088
|
*/
|
|
22962
|
-
declare function partialUpdateKnowbaseAdminDocumentsPartialUpdate(id: string, data?: PatchedDocumentRequest, client?:
|
|
24089
|
+
declare function partialUpdateKnowbaseAdminDocumentsPartialUpdate(id: string, data?: PatchedDocumentRequest, client?: any): Promise<Document>;
|
|
22963
24090
|
/**
|
|
22964
24091
|
* Delete document
|
|
22965
24092
|
*
|
|
22966
24093
|
* @method DELETE
|
|
22967
24094
|
* @path /cfg/knowbase/admin/documents/{id}/
|
|
22968
24095
|
*/
|
|
22969
|
-
declare function deleteKnowbaseAdminDocumentsDestroy(id: string, client?:
|
|
24096
|
+
declare function deleteKnowbaseAdminDocumentsDestroy(id: string, client?: any): Promise<void>;
|
|
22970
24097
|
/**
|
|
22971
24098
|
* Reprocess document
|
|
22972
24099
|
*
|
|
22973
24100
|
* @method POST
|
|
22974
24101
|
* @path /cfg/knowbase/admin/documents/{id}/reprocess/
|
|
22975
24102
|
*/
|
|
22976
|
-
declare function createKnowbaseAdminDocumentsReprocessCreate(id: string, data: DocumentRequest, client?:
|
|
24103
|
+
declare function createKnowbaseAdminDocumentsReprocessCreate(id: string, data: DocumentRequest, client?: any): Promise<Document>;
|
|
22977
24104
|
/**
|
|
22978
24105
|
* Get document processing status
|
|
22979
24106
|
*
|
|
22980
24107
|
* @method GET
|
|
22981
24108
|
* @path /cfg/knowbase/admin/documents/{id}/status/
|
|
22982
24109
|
*/
|
|
22983
|
-
declare function getKnowbaseAdminDocumentsStatusRetrieve(id: string, client?:
|
|
24110
|
+
declare function getKnowbaseAdminDocumentsStatusRetrieve(id: string, client?: any): Promise<DocumentProcessingStatus>;
|
|
22984
24111
|
/**
|
|
22985
24112
|
* Get processing statistics
|
|
22986
24113
|
*
|
|
22987
24114
|
* @method GET
|
|
22988
24115
|
* @path /cfg/knowbase/admin/documents/stats/
|
|
22989
24116
|
*/
|
|
22990
|
-
declare function getKnowbaseAdminDocumentsStatsRetrieve(client?:
|
|
24117
|
+
declare function getKnowbaseAdminDocumentsStatsRetrieve(client?: any): Promise<DocumentStats>;
|
|
22991
24118
|
/**
|
|
22992
24119
|
* List user chat sessions
|
|
22993
24120
|
*
|
|
@@ -22997,56 +24124,56 @@ declare function getKnowbaseAdminDocumentsStatsRetrieve(client?: API): Promise<D
|
|
|
22997
24124
|
declare function getKnowbaseAdminSessionsList(params?: {
|
|
22998
24125
|
page?: number;
|
|
22999
24126
|
page_size?: number;
|
|
23000
|
-
}, client?:
|
|
24127
|
+
}, client?: any): Promise<PaginatedChatSessionList>;
|
|
23001
24128
|
/**
|
|
23002
24129
|
* Create new chat session
|
|
23003
24130
|
*
|
|
23004
24131
|
* @method POST
|
|
23005
24132
|
* @path /cfg/knowbase/admin/sessions/
|
|
23006
24133
|
*/
|
|
23007
|
-
declare function createKnowbaseAdminSessionsCreate(data: ChatSessionCreateRequest, client?:
|
|
24134
|
+
declare function createKnowbaseAdminSessionsCreate(data: ChatSessionCreateRequest, client?: any): Promise<ChatSession>;
|
|
23008
24135
|
/**
|
|
23009
24136
|
* API operation
|
|
23010
24137
|
*
|
|
23011
24138
|
* @method GET
|
|
23012
24139
|
* @path /cfg/knowbase/admin/sessions/{id}/
|
|
23013
24140
|
*/
|
|
23014
|
-
declare function getKnowbaseAdminSessionsRetrieve(id: string, client?:
|
|
24141
|
+
declare function getKnowbaseAdminSessionsRetrieve(id: string, client?: any): Promise<ChatSession>;
|
|
23015
24142
|
/**
|
|
23016
24143
|
* API operation
|
|
23017
24144
|
*
|
|
23018
24145
|
* @method PUT
|
|
23019
24146
|
* @path /cfg/knowbase/admin/sessions/{id}/
|
|
23020
24147
|
*/
|
|
23021
|
-
declare function updateKnowbaseAdminSessionsUpdate(id: string, data: ChatSessionRequest, client?:
|
|
24148
|
+
declare function updateKnowbaseAdminSessionsUpdate(id: string, data: ChatSessionRequest, client?: any): Promise<ChatSession>;
|
|
23022
24149
|
/**
|
|
23023
24150
|
* API operation
|
|
23024
24151
|
*
|
|
23025
24152
|
* @method PATCH
|
|
23026
24153
|
* @path /cfg/knowbase/admin/sessions/{id}/
|
|
23027
24154
|
*/
|
|
23028
|
-
declare function partialUpdateKnowbaseAdminSessionsPartialUpdate(id: string, data?: PatchedChatSessionRequest, client?:
|
|
24155
|
+
declare function partialUpdateKnowbaseAdminSessionsPartialUpdate(id: string, data?: PatchedChatSessionRequest, client?: any): Promise<ChatSession>;
|
|
23029
24156
|
/**
|
|
23030
24157
|
* API operation
|
|
23031
24158
|
*
|
|
23032
24159
|
* @method DELETE
|
|
23033
24160
|
* @path /cfg/knowbase/admin/sessions/{id}/
|
|
23034
24161
|
*/
|
|
23035
|
-
declare function deleteKnowbaseAdminSessionsDestroy(id: string, client?:
|
|
24162
|
+
declare function deleteKnowbaseAdminSessionsDestroy(id: string, client?: any): Promise<void>;
|
|
23036
24163
|
/**
|
|
23037
24164
|
* Activate chat session
|
|
23038
24165
|
*
|
|
23039
24166
|
* @method POST
|
|
23040
24167
|
* @path /cfg/knowbase/admin/sessions/{id}/activate/
|
|
23041
24168
|
*/
|
|
23042
|
-
declare function createKnowbaseAdminSessionsActivateCreate(id: string, data: ChatSessionRequest, client?:
|
|
24169
|
+
declare function createKnowbaseAdminSessionsActivateCreate(id: string, data: ChatSessionRequest, client?: any): Promise<ChatSession>;
|
|
23043
24170
|
/**
|
|
23044
24171
|
* Archive chat session
|
|
23045
24172
|
*
|
|
23046
24173
|
* @method POST
|
|
23047
24174
|
* @path /cfg/knowbase/admin/sessions/{id}/archive/
|
|
23048
24175
|
*/
|
|
23049
|
-
declare function createKnowbaseAdminSessionsArchiveCreate(id: string, data: ChatSessionRequest, client?:
|
|
24176
|
+
declare function createKnowbaseAdminSessionsArchiveCreate(id: string, data: ChatSessionRequest, client?: any): Promise<ChatSession>;
|
|
23050
24177
|
/**
|
|
23051
24178
|
* List public categories
|
|
23052
24179
|
*
|
|
@@ -23056,14 +24183,14 @@ declare function createKnowbaseAdminSessionsArchiveCreate(id: string, data: Chat
|
|
|
23056
24183
|
declare function getKnowbaseCategoriesList(params?: {
|
|
23057
24184
|
page?: number;
|
|
23058
24185
|
page_size?: number;
|
|
23059
|
-
}, client?:
|
|
24186
|
+
}, client?: any): Promise<PaginatedPublicCategoryList>;
|
|
23060
24187
|
/**
|
|
23061
24188
|
* Get public category details
|
|
23062
24189
|
*
|
|
23063
24190
|
* @method GET
|
|
23064
24191
|
* @path /cfg/knowbase/categories/{id}/
|
|
23065
24192
|
*/
|
|
23066
|
-
declare function getKnowbaseCategoriesRetrieve(id: string, client?:
|
|
24193
|
+
declare function getKnowbaseCategoriesRetrieve(id: string, client?: any): Promise<PublicCategory>;
|
|
23067
24194
|
/**
|
|
23068
24195
|
* List public documents
|
|
23069
24196
|
*
|
|
@@ -23075,14 +24202,14 @@ declare function getKnowbaseDocumentsList(params?: {
|
|
|
23075
24202
|
page?: number;
|
|
23076
24203
|
page_size?: number;
|
|
23077
24204
|
search?: string;
|
|
23078
|
-
}, client?:
|
|
24205
|
+
}, client?: any): Promise<PaginatedPublicDocumentListList>;
|
|
23079
24206
|
/**
|
|
23080
24207
|
* Get public document details
|
|
23081
24208
|
*
|
|
23082
24209
|
* @method GET
|
|
23083
24210
|
* @path /cfg/knowbase/documents/{id}/
|
|
23084
24211
|
*/
|
|
23085
|
-
declare function getKnowbaseDocumentsRetrieve(id: string, client?:
|
|
24212
|
+
declare function getKnowbaseDocumentsRetrieve(id: string, client?: any): Promise<PublicDocument>;
|
|
23086
24213
|
/**
|
|
23087
24214
|
* API operation
|
|
23088
24215
|
*
|
|
@@ -23092,49 +24219,49 @@ declare function getKnowbaseDocumentsRetrieve(id: string, client?: API): Promise
|
|
|
23092
24219
|
declare function getKnowbaseSystemArchivesList(params?: {
|
|
23093
24220
|
page?: number;
|
|
23094
24221
|
page_size?: number;
|
|
23095
|
-
}, client?:
|
|
24222
|
+
}, client?: any): Promise<PaginatedDocumentArchiveListList>;
|
|
23096
24223
|
/**
|
|
23097
24224
|
* Upload and process archive
|
|
23098
24225
|
*
|
|
23099
24226
|
* @method POST
|
|
23100
24227
|
* @path /cfg/knowbase/system/archives/
|
|
23101
24228
|
*/
|
|
23102
|
-
declare function createKnowbaseSystemArchivesCreate(data: any, client?:
|
|
24229
|
+
declare function createKnowbaseSystemArchivesCreate(data: any, client?: any): Promise<ArchiveProcessingResult>;
|
|
23103
24230
|
/**
|
|
23104
24231
|
* API operation
|
|
23105
24232
|
*
|
|
23106
24233
|
* @method GET
|
|
23107
24234
|
* @path /cfg/knowbase/system/archives/{id}/
|
|
23108
24235
|
*/
|
|
23109
|
-
declare function getKnowbaseSystemArchivesRetrieve(id: string, client?:
|
|
24236
|
+
declare function getKnowbaseSystemArchivesRetrieve(id: string, client?: any): Promise<DocumentArchiveDetail>;
|
|
23110
24237
|
/**
|
|
23111
24238
|
* API operation
|
|
23112
24239
|
*
|
|
23113
24240
|
* @method PUT
|
|
23114
24241
|
* @path /cfg/knowbase/system/archives/{id}/
|
|
23115
24242
|
*/
|
|
23116
|
-
declare function updateKnowbaseSystemArchivesUpdate(id: string, data: DocumentArchiveRequest, client?:
|
|
24243
|
+
declare function updateKnowbaseSystemArchivesUpdate(id: string, data: DocumentArchiveRequest, client?: any): Promise<DocumentArchive>;
|
|
23117
24244
|
/**
|
|
23118
24245
|
* API operation
|
|
23119
24246
|
*
|
|
23120
24247
|
* @method PATCH
|
|
23121
24248
|
* @path /cfg/knowbase/system/archives/{id}/
|
|
23122
24249
|
*/
|
|
23123
|
-
declare function partialUpdateKnowbaseSystemArchivesPartialUpdate(id: string, data?: PatchedDocumentArchiveRequest, client?:
|
|
24250
|
+
declare function partialUpdateKnowbaseSystemArchivesPartialUpdate(id: string, data?: PatchedDocumentArchiveRequest, client?: any): Promise<DocumentArchive>;
|
|
23124
24251
|
/**
|
|
23125
24252
|
* API operation
|
|
23126
24253
|
*
|
|
23127
24254
|
* @method DELETE
|
|
23128
24255
|
* @path /cfg/knowbase/system/archives/{id}/
|
|
23129
24256
|
*/
|
|
23130
|
-
declare function deleteKnowbaseSystemArchivesDestroy(id: string, client?:
|
|
24257
|
+
declare function deleteKnowbaseSystemArchivesDestroy(id: string, client?: any): Promise<void>;
|
|
23131
24258
|
/**
|
|
23132
24259
|
* Get archive file tree
|
|
23133
24260
|
*
|
|
23134
24261
|
* @method GET
|
|
23135
24262
|
* @path /cfg/knowbase/system/archives/{id}/file_tree/
|
|
23136
24263
|
*/
|
|
23137
|
-
declare function getKnowbaseSystemArchivesFileTreeRetrieve(id: string, client?:
|
|
24264
|
+
declare function getKnowbaseSystemArchivesFileTreeRetrieve(id: string, client?: any): Promise<any>;
|
|
23138
24265
|
/**
|
|
23139
24266
|
* Get archive items
|
|
23140
24267
|
*
|
|
@@ -23144,7 +24271,7 @@ declare function getKnowbaseSystemArchivesFileTreeRetrieve(id: string, client?:
|
|
|
23144
24271
|
declare function getKnowbaseSystemArchivesItemsList(id: string, params?: {
|
|
23145
24272
|
page?: number;
|
|
23146
24273
|
page_size?: number;
|
|
23147
|
-
}, client?:
|
|
24274
|
+
}, client?: any): Promise<PaginatedArchiveItemList>;
|
|
23148
24275
|
/**
|
|
23149
24276
|
* Search archive chunks
|
|
23150
24277
|
*
|
|
@@ -23154,28 +24281,28 @@ declare function getKnowbaseSystemArchivesItemsList(id: string, params?: {
|
|
|
23154
24281
|
declare function createKnowbaseSystemArchivesSearchCreate(id: string, data: ArchiveSearchRequestRequest, params?: {
|
|
23155
24282
|
page?: number;
|
|
23156
24283
|
page_size?: number;
|
|
23157
|
-
}, client?:
|
|
24284
|
+
}, client?: any): Promise<PaginatedArchiveSearchResultList>;
|
|
23158
24285
|
/**
|
|
23159
24286
|
* Re-vectorize chunks
|
|
23160
24287
|
*
|
|
23161
24288
|
* @method POST
|
|
23162
24289
|
* @path /cfg/knowbase/system/archives/revectorize/
|
|
23163
24290
|
*/
|
|
23164
|
-
declare function createKnowbaseSystemArchivesRevectorizeCreate(data: ChunkRevectorizationRequestRequest, client?:
|
|
24291
|
+
declare function createKnowbaseSystemArchivesRevectorizeCreate(data: ChunkRevectorizationRequestRequest, client?: any): Promise<VectorizationResult>;
|
|
23165
24292
|
/**
|
|
23166
24293
|
* Get archive statistics
|
|
23167
24294
|
*
|
|
23168
24295
|
* @method GET
|
|
23169
24296
|
* @path /cfg/knowbase/system/archives/statistics/
|
|
23170
24297
|
*/
|
|
23171
|
-
declare function getKnowbaseSystemArchivesStatisticsRetrieve(client?:
|
|
24298
|
+
declare function getKnowbaseSystemArchivesStatisticsRetrieve(client?: any): Promise<ArchiveStatistics>;
|
|
23172
24299
|
/**
|
|
23173
24300
|
* Get vectorization statistics
|
|
23174
24301
|
*
|
|
23175
24302
|
* @method GET
|
|
23176
24303
|
* @path /cfg/knowbase/system/archives/vectorization_stats/
|
|
23177
24304
|
*/
|
|
23178
|
-
declare function getKnowbaseSystemArchivesVectorizationStatsRetrieve(client?:
|
|
24305
|
+
declare function getKnowbaseSystemArchivesVectorizationStatsRetrieve(client?: any): Promise<VectorizationStatistics>;
|
|
23179
24306
|
/**
|
|
23180
24307
|
* API operation
|
|
23181
24308
|
*
|
|
@@ -23185,56 +24312,56 @@ declare function getKnowbaseSystemArchivesVectorizationStatsRetrieve(client?: AP
|
|
|
23185
24312
|
declare function getKnowbaseSystemChunksList(params?: {
|
|
23186
24313
|
page?: number;
|
|
23187
24314
|
page_size?: number;
|
|
23188
|
-
}, client?:
|
|
24315
|
+
}, client?: any): Promise<PaginatedArchiveItemChunkList>;
|
|
23189
24316
|
/**
|
|
23190
24317
|
* API operation
|
|
23191
24318
|
*
|
|
23192
24319
|
* @method POST
|
|
23193
24320
|
* @path /cfg/knowbase/system/chunks/
|
|
23194
24321
|
*/
|
|
23195
|
-
declare function createKnowbaseSystemChunksCreate(data: ArchiveItemChunkRequest, client?:
|
|
24322
|
+
declare function createKnowbaseSystemChunksCreate(data: ArchiveItemChunkRequest, client?: any): Promise<ArchiveItemChunk>;
|
|
23196
24323
|
/**
|
|
23197
24324
|
* API operation
|
|
23198
24325
|
*
|
|
23199
24326
|
* @method GET
|
|
23200
24327
|
* @path /cfg/knowbase/system/chunks/{id}/
|
|
23201
24328
|
*/
|
|
23202
|
-
declare function getKnowbaseSystemChunksRetrieve(id: string, client?:
|
|
24329
|
+
declare function getKnowbaseSystemChunksRetrieve(id: string, client?: any): Promise<ArchiveItemChunkDetail>;
|
|
23203
24330
|
/**
|
|
23204
24331
|
* API operation
|
|
23205
24332
|
*
|
|
23206
24333
|
* @method PUT
|
|
23207
24334
|
* @path /cfg/knowbase/system/chunks/{id}/
|
|
23208
24335
|
*/
|
|
23209
|
-
declare function updateKnowbaseSystemChunksUpdate(id: string, data: ArchiveItemChunkRequest, client?:
|
|
24336
|
+
declare function updateKnowbaseSystemChunksUpdate(id: string, data: ArchiveItemChunkRequest, client?: any): Promise<ArchiveItemChunk>;
|
|
23210
24337
|
/**
|
|
23211
24338
|
* API operation
|
|
23212
24339
|
*
|
|
23213
24340
|
* @method PATCH
|
|
23214
24341
|
* @path /cfg/knowbase/system/chunks/{id}/
|
|
23215
24342
|
*/
|
|
23216
|
-
declare function partialUpdateKnowbaseSystemChunksPartialUpdate(id: string, data?: PatchedArchiveItemChunkRequest, client?:
|
|
24343
|
+
declare function partialUpdateKnowbaseSystemChunksPartialUpdate(id: string, data?: PatchedArchiveItemChunkRequest, client?: any): Promise<ArchiveItemChunk>;
|
|
23217
24344
|
/**
|
|
23218
24345
|
* API operation
|
|
23219
24346
|
*
|
|
23220
24347
|
* @method DELETE
|
|
23221
24348
|
* @path /cfg/knowbase/system/chunks/{id}/
|
|
23222
24349
|
*/
|
|
23223
|
-
declare function deleteKnowbaseSystemChunksDestroy(id: string, client?:
|
|
24350
|
+
declare function deleteKnowbaseSystemChunksDestroy(id: string, client?: any): Promise<void>;
|
|
23224
24351
|
/**
|
|
23225
24352
|
* Get chunk context
|
|
23226
24353
|
*
|
|
23227
24354
|
* @method GET
|
|
23228
24355
|
* @path /cfg/knowbase/system/chunks/{id}/context/
|
|
23229
24356
|
*/
|
|
23230
|
-
declare function getKnowbaseSystemChunksContextRetrieve(id: string, client?:
|
|
24357
|
+
declare function getKnowbaseSystemChunksContextRetrieve(id: string, client?: any): Promise<ArchiveItemChunkDetail>;
|
|
23231
24358
|
/**
|
|
23232
24359
|
* Vectorize chunk
|
|
23233
24360
|
*
|
|
23234
24361
|
* @method POST
|
|
23235
24362
|
* @path /cfg/knowbase/system/chunks/{id}/vectorize/
|
|
23236
24363
|
*/
|
|
23237
|
-
declare function createKnowbaseSystemChunksVectorizeCreate(id: string, data: ArchiveItemChunkRequest, client?:
|
|
24364
|
+
declare function createKnowbaseSystemChunksVectorizeCreate(id: string, data: ArchiveItemChunkRequest, client?: any): Promise<any>;
|
|
23238
24365
|
/**
|
|
23239
24366
|
* API operation
|
|
23240
24367
|
*
|
|
@@ -23244,42 +24371,42 @@ declare function createKnowbaseSystemChunksVectorizeCreate(id: string, data: Arc
|
|
|
23244
24371
|
declare function getKnowbaseSystemItemsList(params?: {
|
|
23245
24372
|
page?: number;
|
|
23246
24373
|
page_size?: number;
|
|
23247
|
-
}, client?:
|
|
24374
|
+
}, client?: any): Promise<PaginatedArchiveItemList>;
|
|
23248
24375
|
/**
|
|
23249
24376
|
* API operation
|
|
23250
24377
|
*
|
|
23251
24378
|
* @method POST
|
|
23252
24379
|
* @path /cfg/knowbase/system/items/
|
|
23253
24380
|
*/
|
|
23254
|
-
declare function createKnowbaseSystemItemsCreate(data: ArchiveItemRequest, client?:
|
|
24381
|
+
declare function createKnowbaseSystemItemsCreate(data: ArchiveItemRequest, client?: any): Promise<ArchiveItem>;
|
|
23255
24382
|
/**
|
|
23256
24383
|
* API operation
|
|
23257
24384
|
*
|
|
23258
24385
|
* @method GET
|
|
23259
24386
|
* @path /cfg/knowbase/system/items/{id}/
|
|
23260
24387
|
*/
|
|
23261
|
-
declare function getKnowbaseSystemItemsRetrieve(id: string, client?:
|
|
24388
|
+
declare function getKnowbaseSystemItemsRetrieve(id: string, client?: any): Promise<ArchiveItemDetail>;
|
|
23262
24389
|
/**
|
|
23263
24390
|
* API operation
|
|
23264
24391
|
*
|
|
23265
24392
|
* @method PUT
|
|
23266
24393
|
* @path /cfg/knowbase/system/items/{id}/
|
|
23267
24394
|
*/
|
|
23268
|
-
declare function updateKnowbaseSystemItemsUpdate(id: string, data: ArchiveItemRequest, client?:
|
|
24395
|
+
declare function updateKnowbaseSystemItemsUpdate(id: string, data: ArchiveItemRequest, client?: any): Promise<ArchiveItem>;
|
|
23269
24396
|
/**
|
|
23270
24397
|
* API operation
|
|
23271
24398
|
*
|
|
23272
24399
|
* @method PATCH
|
|
23273
24400
|
* @path /cfg/knowbase/system/items/{id}/
|
|
23274
24401
|
*/
|
|
23275
|
-
declare function partialUpdateKnowbaseSystemItemsPartialUpdate(id: string, data?: PatchedArchiveItemRequest, client?:
|
|
24402
|
+
declare function partialUpdateKnowbaseSystemItemsPartialUpdate(id: string, data?: PatchedArchiveItemRequest, client?: any): Promise<ArchiveItem>;
|
|
23276
24403
|
/**
|
|
23277
24404
|
* API operation
|
|
23278
24405
|
*
|
|
23279
24406
|
* @method DELETE
|
|
23280
24407
|
* @path /cfg/knowbase/system/items/{id}/
|
|
23281
24408
|
*/
|
|
23282
|
-
declare function deleteKnowbaseSystemItemsDestroy(id: string, client?:
|
|
24409
|
+
declare function deleteKnowbaseSystemItemsDestroy(id: string, client?: any): Promise<void>;
|
|
23283
24410
|
/**
|
|
23284
24411
|
* Get item chunks
|
|
23285
24412
|
*
|
|
@@ -23289,14 +24416,14 @@ declare function deleteKnowbaseSystemItemsDestroy(id: string, client?: API): Pro
|
|
|
23289
24416
|
declare function getKnowbaseSystemItemsChunksList(id: string, params?: {
|
|
23290
24417
|
page?: number;
|
|
23291
24418
|
page_size?: number;
|
|
23292
|
-
}, client?:
|
|
24419
|
+
}, client?: any): Promise<PaginatedArchiveItemChunkList>;
|
|
23293
24420
|
/**
|
|
23294
24421
|
* Get item content
|
|
23295
24422
|
*
|
|
23296
24423
|
* @method GET
|
|
23297
24424
|
* @path /cfg/knowbase/system/items/{id}/content/
|
|
23298
24425
|
*/
|
|
23299
|
-
declare function getKnowbaseSystemItemsContentRetrieve(id: string, client?:
|
|
24426
|
+
declare function getKnowbaseSystemItemsContentRetrieve(id: string, client?: any): Promise<ArchiveItemDetail>;
|
|
23300
24427
|
|
|
23301
24428
|
/**
|
|
23302
24429
|
* Typed fetchers for Leads
|
|
@@ -23339,42 +24466,42 @@ declare function getKnowbaseSystemItemsContentRetrieve(id: string, client?: API)
|
|
|
23339
24466
|
declare function getLeadsList(params?: {
|
|
23340
24467
|
page?: number;
|
|
23341
24468
|
page_size?: number;
|
|
23342
|
-
}, client?:
|
|
24469
|
+
}, client?: any): Promise<PaginatedLeadSubmissionList>;
|
|
23343
24470
|
/**
|
|
23344
24471
|
* API operation
|
|
23345
24472
|
*
|
|
23346
24473
|
* @method POST
|
|
23347
24474
|
* @path /cfg/leads/
|
|
23348
24475
|
*/
|
|
23349
|
-
declare function createLeadsCreate(data: LeadSubmissionRequest, client?:
|
|
24476
|
+
declare function createLeadsCreate(data: LeadSubmissionRequest, client?: any): Promise<LeadSubmission>;
|
|
23350
24477
|
/**
|
|
23351
24478
|
* API operation
|
|
23352
24479
|
*
|
|
23353
24480
|
* @method GET
|
|
23354
24481
|
* @path /cfg/leads/{id}/
|
|
23355
24482
|
*/
|
|
23356
|
-
declare function getLeadsRetrieve(id: number, client?:
|
|
24483
|
+
declare function getLeadsRetrieve(id: number, client?: any): Promise<LeadSubmission>;
|
|
23357
24484
|
/**
|
|
23358
24485
|
* API operation
|
|
23359
24486
|
*
|
|
23360
24487
|
* @method PUT
|
|
23361
24488
|
* @path /cfg/leads/{id}/
|
|
23362
24489
|
*/
|
|
23363
|
-
declare function updateLeadsUpdate(id: number, data: LeadSubmissionRequest, client?:
|
|
24490
|
+
declare function updateLeadsUpdate(id: number, data: LeadSubmissionRequest, client?: any): Promise<LeadSubmission>;
|
|
23364
24491
|
/**
|
|
23365
24492
|
* API operation
|
|
23366
24493
|
*
|
|
23367
24494
|
* @method PATCH
|
|
23368
24495
|
* @path /cfg/leads/{id}/
|
|
23369
24496
|
*/
|
|
23370
|
-
declare function partialUpdateLeadsPartialUpdate(id: number, data?: PatchedLeadSubmissionRequest, client?:
|
|
24497
|
+
declare function partialUpdateLeadsPartialUpdate(id: number, data?: PatchedLeadSubmissionRequest, client?: any): Promise<LeadSubmission>;
|
|
23371
24498
|
/**
|
|
23372
24499
|
* API operation
|
|
23373
24500
|
*
|
|
23374
24501
|
* @method DELETE
|
|
23375
24502
|
* @path /cfg/leads/{id}/
|
|
23376
24503
|
*/
|
|
23377
|
-
declare function deleteLeadsDestroy(id: number, client?:
|
|
24504
|
+
declare function deleteLeadsDestroy(id: number, client?: any): Promise<void>;
|
|
23378
24505
|
|
|
23379
24506
|
/**
|
|
23380
24507
|
* Typed fetchers for Lead Submission
|
|
@@ -23414,7 +24541,7 @@ declare function deleteLeadsDestroy(id: number, client?: API): Promise<void>;
|
|
|
23414
24541
|
* @method POST
|
|
23415
24542
|
* @path /cfg/leads/submit/
|
|
23416
24543
|
*/
|
|
23417
|
-
declare function createLeadsSubmitCreate(data: LeadSubmissionRequest, client?:
|
|
24544
|
+
declare function createLeadsSubmitCreate(data: LeadSubmissionRequest, client?: any): Promise<LeadSubmissionResponse>;
|
|
23418
24545
|
|
|
23419
24546
|
/**
|
|
23420
24547
|
* Typed fetchers for Newsletter
|
|
@@ -23454,21 +24581,21 @@ declare function createLeadsSubmitCreate(data: LeadSubmissionRequest, client?: A
|
|
|
23454
24581
|
* @method PATCH
|
|
23455
24582
|
* @path /cfg/newsletter/campaigns/{id}/
|
|
23456
24583
|
*/
|
|
23457
|
-
declare function partialUpdateNewsletterCampaignsPartialUpdate(id: number, data?: PatchedNewsletterCampaignRequest, client?:
|
|
24584
|
+
declare function partialUpdateNewsletterCampaignsPartialUpdate(id: number, data?: PatchedNewsletterCampaignRequest, client?: any): Promise<NewsletterCampaign>;
|
|
23458
24585
|
/**
|
|
23459
24586
|
* API operation
|
|
23460
24587
|
*
|
|
23461
24588
|
* @method PUT
|
|
23462
24589
|
* @path /cfg/newsletter/unsubscribe/
|
|
23463
24590
|
*/
|
|
23464
|
-
declare function updateNewsletterUnsubscribeUpdate(data: UnsubscribeRequest, client?:
|
|
24591
|
+
declare function updateNewsletterUnsubscribeUpdate(data: UnsubscribeRequest, client?: any): Promise<Unsubscribe>;
|
|
23465
24592
|
/**
|
|
23466
24593
|
* API operation
|
|
23467
24594
|
*
|
|
23468
24595
|
* @method PATCH
|
|
23469
24596
|
* @path /cfg/newsletter/unsubscribe/
|
|
23470
24597
|
*/
|
|
23471
|
-
declare function partialUpdateNewsletterUnsubscribePartialUpdate(data?: PatchedUnsubscribeRequest, client?:
|
|
24598
|
+
declare function partialUpdateNewsletterUnsubscribePartialUpdate(data?: PatchedUnsubscribeRequest, client?: any): Promise<Unsubscribe>;
|
|
23472
24599
|
|
|
23473
24600
|
/**
|
|
23474
24601
|
* Typed fetchers for Bulk Email
|
|
@@ -23508,7 +24635,7 @@ declare function partialUpdateNewsletterUnsubscribePartialUpdate(data?: PatchedU
|
|
|
23508
24635
|
* @method POST
|
|
23509
24636
|
* @path /cfg/newsletter/bulk/
|
|
23510
24637
|
*/
|
|
23511
|
-
declare function createNewsletterBulkCreate(data: BulkEmailRequest, client?:
|
|
24638
|
+
declare function createNewsletterBulkCreate(data: BulkEmailRequest, client?: any): Promise<BulkEmailResponse>;
|
|
23512
24639
|
|
|
23513
24640
|
/**
|
|
23514
24641
|
* Typed fetchers for Campaigns
|
|
@@ -23551,42 +24678,42 @@ declare function createNewsletterBulkCreate(data: BulkEmailRequest, client?: API
|
|
|
23551
24678
|
declare function getNewsletterCampaignsList(params?: {
|
|
23552
24679
|
page?: number;
|
|
23553
24680
|
page_size?: number;
|
|
23554
|
-
}, client?:
|
|
24681
|
+
}, client?: any): Promise<PaginatedNewsletterCampaignList>;
|
|
23555
24682
|
/**
|
|
23556
24683
|
* Create Newsletter Campaign
|
|
23557
24684
|
*
|
|
23558
24685
|
* @method POST
|
|
23559
24686
|
* @path /cfg/newsletter/campaigns/
|
|
23560
24687
|
*/
|
|
23561
|
-
declare function createNewsletterCampaignsCreate(data: NewsletterCampaignRequest, client?:
|
|
24688
|
+
declare function createNewsletterCampaignsCreate(data: NewsletterCampaignRequest, client?: any): Promise<NewsletterCampaign>;
|
|
23562
24689
|
/**
|
|
23563
24690
|
* Get Campaign Details
|
|
23564
24691
|
*
|
|
23565
24692
|
* @method GET
|
|
23566
24693
|
* @path /cfg/newsletter/campaigns/{id}/
|
|
23567
24694
|
*/
|
|
23568
|
-
declare function getNewsletterCampaignsRetrieve(id: number, client?:
|
|
24695
|
+
declare function getNewsletterCampaignsRetrieve(id: number, client?: any): Promise<NewsletterCampaign>;
|
|
23569
24696
|
/**
|
|
23570
24697
|
* Update Campaign
|
|
23571
24698
|
*
|
|
23572
24699
|
* @method PUT
|
|
23573
24700
|
* @path /cfg/newsletter/campaigns/{id}/
|
|
23574
24701
|
*/
|
|
23575
|
-
declare function updateNewsletterCampaignsUpdate(id: number, data: NewsletterCampaignRequest, client?:
|
|
24702
|
+
declare function updateNewsletterCampaignsUpdate(id: number, data: NewsletterCampaignRequest, client?: any): Promise<NewsletterCampaign>;
|
|
23576
24703
|
/**
|
|
23577
24704
|
* Delete Campaign
|
|
23578
24705
|
*
|
|
23579
24706
|
* @method DELETE
|
|
23580
24707
|
* @path /cfg/newsletter/campaigns/{id}/
|
|
23581
24708
|
*/
|
|
23582
|
-
declare function deleteNewsletterCampaignsDestroy(id: number, client?:
|
|
24709
|
+
declare function deleteNewsletterCampaignsDestroy(id: number, client?: any): Promise<void>;
|
|
23583
24710
|
/**
|
|
23584
24711
|
* Send Newsletter Campaign
|
|
23585
24712
|
*
|
|
23586
24713
|
* @method POST
|
|
23587
24714
|
* @path /cfg/newsletter/campaigns/send/
|
|
23588
24715
|
*/
|
|
23589
|
-
declare function createNewsletterCampaignsSendCreate(data: SendCampaignRequest, client?:
|
|
24716
|
+
declare function createNewsletterCampaignsSendCreate(data: SendCampaignRequest, client?: any): Promise<SendCampaignResponse>;
|
|
23590
24717
|
|
|
23591
24718
|
/**
|
|
23592
24719
|
* Typed fetchers for Logs
|
|
@@ -23629,7 +24756,7 @@ declare function createNewsletterCampaignsSendCreate(data: SendCampaignRequest,
|
|
|
23629
24756
|
declare function getNewsletterLogsList(params?: {
|
|
23630
24757
|
page?: number;
|
|
23631
24758
|
page_size?: number;
|
|
23632
|
-
}, client?:
|
|
24759
|
+
}, client?: any): Promise<PaginatedEmailLogList>;
|
|
23633
24760
|
|
|
23634
24761
|
/**
|
|
23635
24762
|
* Typed fetchers for Newsletters
|
|
@@ -23672,14 +24799,14 @@ declare function getNewsletterLogsList(params?: {
|
|
|
23672
24799
|
declare function getNewsletterNewslettersList(params?: {
|
|
23673
24800
|
page?: number;
|
|
23674
24801
|
page_size?: number;
|
|
23675
|
-
}, client?:
|
|
24802
|
+
}, client?: any): Promise<PaginatedNewsletterList>;
|
|
23676
24803
|
/**
|
|
23677
24804
|
* Get Newsletter Details
|
|
23678
24805
|
*
|
|
23679
24806
|
* @method GET
|
|
23680
24807
|
* @path /cfg/newsletter/newsletters/{id}/
|
|
23681
24808
|
*/
|
|
23682
|
-
declare function getNewsletterNewslettersRetrieve(id: number, client?:
|
|
24809
|
+
declare function getNewsletterNewslettersRetrieve(id: number, client?: any): Promise<Newsletter>;
|
|
23683
24810
|
|
|
23684
24811
|
/**
|
|
23685
24812
|
* Typed fetchers for Subscriptions
|
|
@@ -23719,7 +24846,7 @@ declare function getNewsletterNewslettersRetrieve(id: number, client?: API): Pro
|
|
|
23719
24846
|
* @method POST
|
|
23720
24847
|
* @path /cfg/newsletter/subscribe/
|
|
23721
24848
|
*/
|
|
23722
|
-
declare function createNewsletterSubscribeCreate(data: SubscribeRequest, client?:
|
|
24849
|
+
declare function createNewsletterSubscribeCreate(data: SubscribeRequest, client?: any): Promise<SubscribeResponse>;
|
|
23723
24850
|
/**
|
|
23724
24851
|
* List User Subscriptions
|
|
23725
24852
|
*
|
|
@@ -23729,14 +24856,14 @@ declare function createNewsletterSubscribeCreate(data: SubscribeRequest, client?
|
|
|
23729
24856
|
declare function getNewsletterSubscriptionsList(params?: {
|
|
23730
24857
|
page?: number;
|
|
23731
24858
|
page_size?: number;
|
|
23732
|
-
}, client?:
|
|
24859
|
+
}, client?: any): Promise<PaginatedNewsletterSubscriptionList>;
|
|
23733
24860
|
/**
|
|
23734
24861
|
* Unsubscribe from Newsletter
|
|
23735
24862
|
*
|
|
23736
24863
|
* @method POST
|
|
23737
24864
|
* @path /cfg/newsletter/unsubscribe/
|
|
23738
24865
|
*/
|
|
23739
|
-
declare function createNewsletterUnsubscribeCreate(data: UnsubscribeRequest, client?:
|
|
24866
|
+
declare function createNewsletterUnsubscribeCreate(data: UnsubscribeRequest, client?: any): Promise<SuccessResponse>;
|
|
23740
24867
|
|
|
23741
24868
|
/**
|
|
23742
24869
|
* Typed fetchers for Testing
|
|
@@ -23776,7 +24903,7 @@ declare function createNewsletterUnsubscribeCreate(data: UnsubscribeRequest, cli
|
|
|
23776
24903
|
* @method POST
|
|
23777
24904
|
* @path /cfg/newsletter/test/
|
|
23778
24905
|
*/
|
|
23779
|
-
declare function createNewsletterTestCreate(data: TestEmailRequest, client?:
|
|
24906
|
+
declare function createNewsletterTestCreate(data: TestEmailRequest, client?: any): Promise<BulkEmailResponse>;
|
|
23780
24907
|
|
|
23781
24908
|
/**
|
|
23782
24909
|
* Typed fetchers for Payments
|
|
@@ -23816,14 +24943,14 @@ declare function createNewsletterTestCreate(data: TestEmailRequest, client?: API
|
|
|
23816
24943
|
* @method GET
|
|
23817
24944
|
* @path /cfg/payments/balance/
|
|
23818
24945
|
*/
|
|
23819
|
-
declare function getPaymentsBalanceRetrieve(client?:
|
|
24946
|
+
declare function getPaymentsBalanceRetrieve(client?: any): Promise<Balance>;
|
|
23820
24947
|
/**
|
|
23821
24948
|
* Get available currencies
|
|
23822
24949
|
*
|
|
23823
24950
|
* @method GET
|
|
23824
24951
|
* @path /cfg/payments/currencies/
|
|
23825
24952
|
*/
|
|
23826
|
-
declare function getPaymentsCurrenciesList(client?:
|
|
24953
|
+
declare function getPaymentsCurrenciesList(client?: any): Promise<any>;
|
|
23827
24954
|
/**
|
|
23828
24955
|
* API operation
|
|
23829
24956
|
*
|
|
@@ -23833,35 +24960,35 @@ declare function getPaymentsCurrenciesList(client?: API): Promise<any>;
|
|
|
23833
24960
|
declare function getPaymentsPaymentsList(params?: {
|
|
23834
24961
|
page?: number;
|
|
23835
24962
|
page_size?: number;
|
|
23836
|
-
}, client?:
|
|
24963
|
+
}, client?: any): Promise<PaginatedPaymentListList>;
|
|
23837
24964
|
/**
|
|
23838
24965
|
* API operation
|
|
23839
24966
|
*
|
|
23840
24967
|
* @method GET
|
|
23841
24968
|
* @path /cfg/payments/payments/{id}/
|
|
23842
24969
|
*/
|
|
23843
|
-
declare function getPaymentsPaymentsRetrieve(id: string, client?:
|
|
24970
|
+
declare function getPaymentsPaymentsRetrieve(id: string, client?: any): Promise<PaymentDetail>;
|
|
23844
24971
|
/**
|
|
23845
24972
|
* API operation
|
|
23846
24973
|
*
|
|
23847
24974
|
* @method POST
|
|
23848
24975
|
* @path /cfg/payments/payments/{id}/confirm/
|
|
23849
24976
|
*/
|
|
23850
|
-
declare function createPaymentsPaymentsConfirmCreate(id: string, client?:
|
|
24977
|
+
declare function createPaymentsPaymentsConfirmCreate(id: string, client?: any): Promise<PaymentList>;
|
|
23851
24978
|
/**
|
|
23852
24979
|
* API operation
|
|
23853
24980
|
*
|
|
23854
24981
|
* @method GET
|
|
23855
24982
|
* @path /cfg/payments/payments/{id}/status/
|
|
23856
24983
|
*/
|
|
23857
|
-
declare function getPaymentsPaymentsStatusRetrieve(id: string, client?:
|
|
24984
|
+
declare function getPaymentsPaymentsStatusRetrieve(id: string, client?: any): Promise<PaymentList>;
|
|
23858
24985
|
/**
|
|
23859
24986
|
* API operation
|
|
23860
24987
|
*
|
|
23861
24988
|
* @method POST
|
|
23862
24989
|
* @path /cfg/payments/payments/create/
|
|
23863
24990
|
*/
|
|
23864
|
-
declare function createPaymentsPaymentsCreateCreate(client?:
|
|
24991
|
+
declare function createPaymentsPaymentsCreateCreate(client?: any): Promise<PaymentList>;
|
|
23865
24992
|
/**
|
|
23866
24993
|
* Get user transactions
|
|
23867
24994
|
*
|
|
@@ -23872,7 +24999,7 @@ declare function getPaymentsTransactionsList(params?: {
|
|
|
23872
24999
|
limit?: number;
|
|
23873
25000
|
offset?: number;
|
|
23874
25001
|
type?: string;
|
|
23875
|
-
}, client?:
|
|
25002
|
+
}, client?: any): Promise<any>;
|
|
23876
25003
|
|
|
23877
25004
|
/**
|
|
23878
25005
|
* Typed fetchers for Support
|
|
@@ -23915,14 +25042,14 @@ declare function getPaymentsTransactionsList(params?: {
|
|
|
23915
25042
|
declare function getSupportTicketsList(params?: {
|
|
23916
25043
|
page?: number;
|
|
23917
25044
|
page_size?: number;
|
|
23918
|
-
}, client?:
|
|
25045
|
+
}, client?: any): Promise<PaginatedTicketList>;
|
|
23919
25046
|
/**
|
|
23920
25047
|
* API operation
|
|
23921
25048
|
*
|
|
23922
25049
|
* @method POST
|
|
23923
25050
|
* @path /cfg/support/tickets/
|
|
23924
25051
|
*/
|
|
23925
|
-
declare function createSupportTicketsCreate(data: TicketRequest, client?:
|
|
25052
|
+
declare function createSupportTicketsCreate(data: TicketRequest, client?: any): Promise<Ticket>;
|
|
23926
25053
|
/**
|
|
23927
25054
|
* API operation
|
|
23928
25055
|
*
|
|
@@ -23932,70 +25059,70 @@ declare function createSupportTicketsCreate(data: TicketRequest, client?: API):
|
|
|
23932
25059
|
declare function getSupportTicketsMessagesList(ticket_uuid: string, params?: {
|
|
23933
25060
|
page?: number;
|
|
23934
25061
|
page_size?: number;
|
|
23935
|
-
}, client?:
|
|
25062
|
+
}, client?: any): Promise<PaginatedMessageList>;
|
|
23936
25063
|
/**
|
|
23937
25064
|
* API operation
|
|
23938
25065
|
*
|
|
23939
25066
|
* @method POST
|
|
23940
25067
|
* @path /cfg/support/tickets/{ticket_uuid}/messages/
|
|
23941
25068
|
*/
|
|
23942
|
-
declare function createSupportTicketsMessagesCreate(ticket_uuid: string, data: MessageCreateRequest, client?:
|
|
25069
|
+
declare function createSupportTicketsMessagesCreate(ticket_uuid: string, data: MessageCreateRequest, client?: any): Promise<MessageCreate>;
|
|
23943
25070
|
/**
|
|
23944
25071
|
* API operation
|
|
23945
25072
|
*
|
|
23946
25073
|
* @method GET
|
|
23947
25074
|
* @path /cfg/support/tickets/{ticket_uuid}/messages/{uuid}/
|
|
23948
25075
|
*/
|
|
23949
|
-
declare function getSupportTicketsMessagesRetrieve(ticket_uuid: string, uuid: string, client?:
|
|
25076
|
+
declare function getSupportTicketsMessagesRetrieve(ticket_uuid: string, uuid: string, client?: any): Promise<Message>;
|
|
23950
25077
|
/**
|
|
23951
25078
|
* API operation
|
|
23952
25079
|
*
|
|
23953
25080
|
* @method PUT
|
|
23954
25081
|
* @path /cfg/support/tickets/{ticket_uuid}/messages/{uuid}/
|
|
23955
25082
|
*/
|
|
23956
|
-
declare function updateSupportTicketsMessagesUpdate(ticket_uuid: string, uuid: string, data: MessageRequest, client?:
|
|
25083
|
+
declare function updateSupportTicketsMessagesUpdate(ticket_uuid: string, uuid: string, data: MessageRequest, client?: any): Promise<Message>;
|
|
23957
25084
|
/**
|
|
23958
25085
|
* API operation
|
|
23959
25086
|
*
|
|
23960
25087
|
* @method PATCH
|
|
23961
25088
|
* @path /cfg/support/tickets/{ticket_uuid}/messages/{uuid}/
|
|
23962
25089
|
*/
|
|
23963
|
-
declare function partialUpdateSupportTicketsMessagesPartialUpdate(ticket_uuid: string, uuid: string, data?: PatchedMessageRequest, client?:
|
|
25090
|
+
declare function partialUpdateSupportTicketsMessagesPartialUpdate(ticket_uuid: string, uuid: string, data?: PatchedMessageRequest, client?: any): Promise<Message>;
|
|
23964
25091
|
/**
|
|
23965
25092
|
* API operation
|
|
23966
25093
|
*
|
|
23967
25094
|
* @method DELETE
|
|
23968
25095
|
* @path /cfg/support/tickets/{ticket_uuid}/messages/{uuid}/
|
|
23969
25096
|
*/
|
|
23970
|
-
declare function deleteSupportTicketsMessagesDestroy(ticket_uuid: string, uuid: string, client?:
|
|
25097
|
+
declare function deleteSupportTicketsMessagesDestroy(ticket_uuid: string, uuid: string, client?: any): Promise<void>;
|
|
23971
25098
|
/**
|
|
23972
25099
|
* API operation
|
|
23973
25100
|
*
|
|
23974
25101
|
* @method GET
|
|
23975
25102
|
* @path /cfg/support/tickets/{uuid}/
|
|
23976
25103
|
*/
|
|
23977
|
-
declare function getSupportTicketsRetrieve(uuid: string, client?:
|
|
25104
|
+
declare function getSupportTicketsRetrieve(uuid: string, client?: any): Promise<Ticket>;
|
|
23978
25105
|
/**
|
|
23979
25106
|
* API operation
|
|
23980
25107
|
*
|
|
23981
25108
|
* @method PUT
|
|
23982
25109
|
* @path /cfg/support/tickets/{uuid}/
|
|
23983
25110
|
*/
|
|
23984
|
-
declare function updateSupportTicketsUpdate(uuid: string, data: TicketRequest, client?:
|
|
25111
|
+
declare function updateSupportTicketsUpdate(uuid: string, data: TicketRequest, client?: any): Promise<Ticket>;
|
|
23985
25112
|
/**
|
|
23986
25113
|
* API operation
|
|
23987
25114
|
*
|
|
23988
25115
|
* @method PATCH
|
|
23989
25116
|
* @path /cfg/support/tickets/{uuid}/
|
|
23990
25117
|
*/
|
|
23991
|
-
declare function partialUpdateSupportTicketsPartialUpdate(uuid: string, data?: PatchedTicketRequest, client?:
|
|
25118
|
+
declare function partialUpdateSupportTicketsPartialUpdate(uuid: string, data?: PatchedTicketRequest, client?: any): Promise<Ticket>;
|
|
23992
25119
|
/**
|
|
23993
25120
|
* API operation
|
|
23994
25121
|
*
|
|
23995
25122
|
* @method DELETE
|
|
23996
25123
|
* @path /cfg/support/tickets/{uuid}/
|
|
23997
25124
|
*/
|
|
23998
|
-
declare function deleteSupportTicketsDestroy(uuid: string, client?:
|
|
25125
|
+
declare function deleteSupportTicketsDestroy(uuid: string, client?: any): Promise<void>;
|
|
23999
25126
|
|
|
24000
25127
|
/**
|
|
24001
25128
|
* Typed fetchers for Tasks
|
|
@@ -24035,70 +25162,70 @@ declare function deleteSupportTicketsDestroy(uuid: string, client?: API): Promis
|
|
|
24035
25162
|
* @method POST
|
|
24036
25163
|
* @path /cfg/tasks/api/clear/
|
|
24037
25164
|
*/
|
|
24038
|
-
declare function createTasksApiClearCreate(data: APIResponseRequest, client?:
|
|
25165
|
+
declare function createTasksApiClearCreate(data: APIResponseRequest, client?: any): Promise<APIResponse>;
|
|
24039
25166
|
/**
|
|
24040
25167
|
* API operation
|
|
24041
25168
|
*
|
|
24042
25169
|
* @method POST
|
|
24043
25170
|
* @path /cfg/tasks/api/clear-queues/
|
|
24044
25171
|
*/
|
|
24045
|
-
declare function createTasksApiClearQueuesCreate(data: APIResponseRequest, client?:
|
|
25172
|
+
declare function createTasksApiClearQueuesCreate(data: APIResponseRequest, client?: any): Promise<APIResponse>;
|
|
24046
25173
|
/**
|
|
24047
25174
|
* API operation
|
|
24048
25175
|
*
|
|
24049
25176
|
* @method POST
|
|
24050
25177
|
* @path /cfg/tasks/api/purge-failed/
|
|
24051
25178
|
*/
|
|
24052
|
-
declare function createTasksApiPurgeFailedCreate(data: APIResponseRequest, client?:
|
|
25179
|
+
declare function createTasksApiPurgeFailedCreate(data: APIResponseRequest, client?: any): Promise<APIResponse>;
|
|
24053
25180
|
/**
|
|
24054
25181
|
* API operation
|
|
24055
25182
|
*
|
|
24056
25183
|
* @method POST
|
|
24057
25184
|
* @path /cfg/tasks/api/queues/manage/
|
|
24058
25185
|
*/
|
|
24059
|
-
declare function createTasksApiQueuesManageCreate(data: QueueActionRequest, client?:
|
|
25186
|
+
declare function createTasksApiQueuesManageCreate(data: QueueActionRequest, client?: any): Promise<QueueAction>;
|
|
24060
25187
|
/**
|
|
24061
25188
|
* API operation
|
|
24062
25189
|
*
|
|
24063
25190
|
* @method GET
|
|
24064
25191
|
* @path /cfg/tasks/api/queues/status/
|
|
24065
25192
|
*/
|
|
24066
|
-
declare function getTasksApiQueuesStatusRetrieve(client?:
|
|
25193
|
+
declare function getTasksApiQueuesStatusRetrieve(client?: any): Promise<QueueStatus>;
|
|
24067
25194
|
/**
|
|
24068
25195
|
* API operation
|
|
24069
25196
|
*
|
|
24070
25197
|
* @method POST
|
|
24071
25198
|
* @path /cfg/tasks/api/simulate/
|
|
24072
25199
|
*/
|
|
24073
|
-
declare function createTasksApiSimulateCreate(data: APIResponseRequest, client?:
|
|
25200
|
+
declare function createTasksApiSimulateCreate(data: APIResponseRequest, client?: any): Promise<APIResponse>;
|
|
24074
25201
|
/**
|
|
24075
25202
|
* API operation
|
|
24076
25203
|
*
|
|
24077
25204
|
* @method GET
|
|
24078
25205
|
* @path /cfg/tasks/api/tasks/list/
|
|
24079
25206
|
*/
|
|
24080
|
-
declare function getTasksApiTasksListRetrieve(client?:
|
|
25207
|
+
declare function getTasksApiTasksListRetrieve(client?: any): Promise<APIResponse>;
|
|
24081
25208
|
/**
|
|
24082
25209
|
* API operation
|
|
24083
25210
|
*
|
|
24084
25211
|
* @method GET
|
|
24085
25212
|
* @path /cfg/tasks/api/tasks/stats/
|
|
24086
25213
|
*/
|
|
24087
|
-
declare function getTasksApiTasksStatsRetrieve(client?:
|
|
25214
|
+
declare function getTasksApiTasksStatsRetrieve(client?: any): Promise<TaskStatistics>;
|
|
24088
25215
|
/**
|
|
24089
25216
|
* API operation
|
|
24090
25217
|
*
|
|
24091
25218
|
* @method GET
|
|
24092
25219
|
* @path /cfg/tasks/api/workers/list/
|
|
24093
25220
|
*/
|
|
24094
|
-
declare function getTasksApiWorkersListRetrieve(client?:
|
|
25221
|
+
declare function getTasksApiWorkersListRetrieve(client?: any): Promise<APIResponse>;
|
|
24095
25222
|
/**
|
|
24096
25223
|
* API operation
|
|
24097
25224
|
*
|
|
24098
25225
|
* @method POST
|
|
24099
25226
|
* @path /cfg/tasks/api/workers/manage/
|
|
24100
25227
|
*/
|
|
24101
|
-
declare function createTasksApiWorkersManageCreate(data: WorkerActionRequest, client?:
|
|
25228
|
+
declare function createTasksApiWorkersManageCreate(data: WorkerActionRequest, client?: any): Promise<WorkerAction>;
|
|
24102
25229
|
|
|
24103
25230
|
/**
|
|
24104
25231
|
* Typed Fetchers - Universal API functions
|
|
@@ -24205,12 +25332,20 @@ declare const index$1_getCentrifugoMonitorPublishesRetrieve: typeof getCentrifug
|
|
|
24205
25332
|
declare const index$1_getCentrifugoMonitorTimelineRetrieve: typeof getCentrifugoMonitorTimelineRetrieve;
|
|
24206
25333
|
declare const index$1_getDashboardApiActivityActionsList: typeof getDashboardApiActivityActionsList;
|
|
24207
25334
|
declare const index$1_getDashboardApiActivityRecentList: typeof getDashboardApiActivityRecentList;
|
|
25335
|
+
declare const index$1_getDashboardApiChartsActivityRetrieve: typeof getDashboardApiChartsActivityRetrieve;
|
|
25336
|
+
declare const index$1_getDashboardApiChartsRecentUsersList: typeof getDashboardApiChartsRecentUsersList;
|
|
25337
|
+
declare const index$1_getDashboardApiChartsRegistrationsRetrieve: typeof getDashboardApiChartsRegistrationsRetrieve;
|
|
25338
|
+
declare const index$1_getDashboardApiChartsTrackerList: typeof getDashboardApiChartsTrackerList;
|
|
25339
|
+
declare const index$1_getDashboardApiCommandsList: typeof getDashboardApiCommandsList;
|
|
25340
|
+
declare const index$1_getDashboardApiCommandsSummaryRetrieve: typeof getDashboardApiCommandsSummaryRetrieve;
|
|
24208
25341
|
declare const index$1_getDashboardApiOverviewOverviewRetrieve: typeof getDashboardApiOverviewOverviewRetrieve;
|
|
24209
25342
|
declare const index$1_getDashboardApiStatisticsAppsList: typeof getDashboardApiStatisticsAppsList;
|
|
24210
25343
|
declare const index$1_getDashboardApiStatisticsCardsList: typeof getDashboardApiStatisticsCardsList;
|
|
24211
25344
|
declare const index$1_getDashboardApiStatisticsUsersRetrieve: typeof getDashboardApiStatisticsUsersRetrieve;
|
|
24212
25345
|
declare const index$1_getDashboardApiSystemHealthRetrieve: typeof getDashboardApiSystemHealthRetrieve;
|
|
24213
25346
|
declare const index$1_getDashboardApiSystemMetricsRetrieve: typeof getDashboardApiSystemMetricsRetrieve;
|
|
25347
|
+
declare const index$1_getDashboardApiZonesList: typeof getDashboardApiZonesList;
|
|
25348
|
+
declare const index$1_getDashboardApiZonesSummaryRetrieve: typeof getDashboardApiZonesSummaryRetrieve;
|
|
24214
25349
|
declare const index$1_getEndpointsDrfRetrieve: typeof getEndpointsDrfRetrieve;
|
|
24215
25350
|
declare const index$1_getEndpointsUrlsCompactRetrieve: typeof getEndpointsUrlsCompactRetrieve;
|
|
24216
25351
|
declare const index$1_getEndpointsUrlsRetrieve: typeof getEndpointsUrlsRetrieve;
|
|
@@ -24291,7 +25426,7 @@ declare const index$1_updateNewsletterUnsubscribeUpdate: typeof updateNewsletter
|
|
|
24291
25426
|
declare const index$1_updateSupportTicketsMessagesUpdate: typeof updateSupportTicketsMessagesUpdate;
|
|
24292
25427
|
declare const index$1_updateSupportTicketsUpdate: typeof updateSupportTicketsUpdate;
|
|
24293
25428
|
declare namespace index$1 {
|
|
24294
|
-
export { index$1_createAccountsOtpRequestCreate as createAccountsOtpRequestCreate, index$1_createAccountsOtpVerifyCreate as createAccountsOtpVerifyCreate, index$1_createAccountsProfileAvatarCreate as createAccountsProfileAvatarCreate, index$1_createAccountsTokenRefreshCreate as createAccountsTokenRefreshCreate, index$1_createCentrifugoAdminApiServerAuthTokenCreate as createCentrifugoAdminApiServerAuthTokenCreate, index$1_createCentrifugoAdminApiServerChannelsCreate as createCentrifugoAdminApiServerChannelsCreate, index$1_createCentrifugoAdminApiServerHistoryCreate as createCentrifugoAdminApiServerHistoryCreate, index$1_createCentrifugoAdminApiServerInfoCreate as createCentrifugoAdminApiServerInfoCreate, index$1_createCentrifugoAdminApiServerPresenceCreate as createCentrifugoAdminApiServerPresenceCreate, index$1_createCentrifugoAdminApiServerPresenceStatsCreate as createCentrifugoAdminApiServerPresenceStatsCreate, index$1_createCentrifugoAdminApiTestingConnectionTokenCreate as createCentrifugoAdminApiTestingConnectionTokenCreate, index$1_createCentrifugoAdminApiTestingPublishTestCreate as createCentrifugoAdminApiTestingPublishTestCreate, index$1_createCentrifugoAdminApiTestingPublishWithLoggingCreate as createCentrifugoAdminApiTestingPublishWithLoggingCreate, index$1_createCentrifugoAdminApiTestingSendAckCreate as createCentrifugoAdminApiTestingSendAckCreate, 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_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_createTasksApiClearCreate as createTasksApiClearCreate, index$1_createTasksApiClearQueuesCreate as createTasksApiClearQueuesCreate, index$1_createTasksApiPurgeFailedCreate as createTasksApiPurgeFailedCreate, index$1_createTasksApiQueuesManageCreate as createTasksApiQueuesManageCreate, index$1_createTasksApiSimulateCreate as createTasksApiSimulateCreate, index$1_createTasksApiWorkersManageCreate as createTasksApiWorkersManageCreate, 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_getCentrifugoAdminApiMonitorChannelsRetrieve as getCentrifugoAdminApiMonitorChannelsRetrieve, index$1_getCentrifugoAdminApiMonitorHealthRetrieve as getCentrifugoAdminApiMonitorHealthRetrieve, index$1_getCentrifugoAdminApiMonitorOverviewRetrieve as getCentrifugoAdminApiMonitorOverviewRetrieve, index$1_getCentrifugoAdminApiMonitorPublishesRetrieve as getCentrifugoAdminApiMonitorPublishesRetrieve, index$1_getCentrifugoAdminApiMonitorTimelineRetrieve as getCentrifugoAdminApiMonitorTimelineRetrieve, 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_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_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_getTasksApiQueuesStatusRetrieve as getTasksApiQueuesStatusRetrieve, index$1_getTasksApiTasksListRetrieve as getTasksApiTasksListRetrieve, index$1_getTasksApiTasksStatsRetrieve as getTasksApiTasksStatsRetrieve, index$1_getTasksApiWorkersListRetrieve as getTasksApiWorkersListRetrieve, 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 };
|
|
25429
|
+
export { index$1_createAccountsOtpRequestCreate as createAccountsOtpRequestCreate, index$1_createAccountsOtpVerifyCreate as createAccountsOtpVerifyCreate, index$1_createAccountsProfileAvatarCreate as createAccountsProfileAvatarCreate, index$1_createAccountsTokenRefreshCreate as createAccountsTokenRefreshCreate, index$1_createCentrifugoAdminApiServerAuthTokenCreate as createCentrifugoAdminApiServerAuthTokenCreate, index$1_createCentrifugoAdminApiServerChannelsCreate as createCentrifugoAdminApiServerChannelsCreate, index$1_createCentrifugoAdminApiServerHistoryCreate as createCentrifugoAdminApiServerHistoryCreate, index$1_createCentrifugoAdminApiServerInfoCreate as createCentrifugoAdminApiServerInfoCreate, index$1_createCentrifugoAdminApiServerPresenceCreate as createCentrifugoAdminApiServerPresenceCreate, index$1_createCentrifugoAdminApiServerPresenceStatsCreate as createCentrifugoAdminApiServerPresenceStatsCreate, index$1_createCentrifugoAdminApiTestingConnectionTokenCreate as createCentrifugoAdminApiTestingConnectionTokenCreate, index$1_createCentrifugoAdminApiTestingPublishTestCreate as createCentrifugoAdminApiTestingPublishTestCreate, index$1_createCentrifugoAdminApiTestingPublishWithLoggingCreate as createCentrifugoAdminApiTestingPublishWithLoggingCreate, index$1_createCentrifugoAdminApiTestingSendAckCreate as createCentrifugoAdminApiTestingSendAckCreate, 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_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_createTasksApiClearCreate as createTasksApiClearCreate, index$1_createTasksApiClearQueuesCreate as createTasksApiClearQueuesCreate, index$1_createTasksApiPurgeFailedCreate as createTasksApiPurgeFailedCreate, index$1_createTasksApiQueuesManageCreate as createTasksApiQueuesManageCreate, index$1_createTasksApiSimulateCreate as createTasksApiSimulateCreate, index$1_createTasksApiWorkersManageCreate as createTasksApiWorkersManageCreate, 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_getCentrifugoAdminApiMonitorChannelsRetrieve as getCentrifugoAdminApiMonitorChannelsRetrieve, index$1_getCentrifugoAdminApiMonitorHealthRetrieve as getCentrifugoAdminApiMonitorHealthRetrieve, index$1_getCentrifugoAdminApiMonitorOverviewRetrieve as getCentrifugoAdminApiMonitorOverviewRetrieve, index$1_getCentrifugoAdminApiMonitorPublishesRetrieve as getCentrifugoAdminApiMonitorPublishesRetrieve, index$1_getCentrifugoAdminApiMonitorTimelineRetrieve as getCentrifugoAdminApiMonitorTimelineRetrieve, 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_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_getTasksApiQueuesStatusRetrieve as getTasksApiQueuesStatusRetrieve, index$1_getTasksApiTasksListRetrieve as getTasksApiTasksListRetrieve, index$1_getTasksApiTasksStatsRetrieve as getTasksApiTasksStatsRetrieve, index$1_getTasksApiWorkersListRetrieve as getTasksApiWorkersListRetrieve, 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 };
|
|
24295
25430
|
}
|
|
24296
25431
|
|
|
24297
25432
|
/**
|
|
@@ -24525,24 +25660,241 @@ declare function useCreateCentrifugoServerHistoryCreate(): (data: CentrifugoHist
|
|
|
24525
25660
|
* @method POST
|
|
24526
25661
|
* @path /cfg/centrifugo/server/info/
|
|
24527
25662
|
*/
|
|
24528
|
-
declare function useCreateCentrifugoServerInfoCreate(): (client?: API) => Promise<CentrifugoInfoResponse>;
|
|
25663
|
+
declare function useCreateCentrifugoServerInfoCreate(): (client?: API) => Promise<CentrifugoInfoResponse>;
|
|
25664
|
+
/**
|
|
25665
|
+
* Get channel presence
|
|
25666
|
+
*
|
|
25667
|
+
* @method POST
|
|
25668
|
+
* @path /cfg/centrifugo/server/presence/
|
|
25669
|
+
*/
|
|
25670
|
+
declare function useCreateCentrifugoServerPresenceCreate(): (data: CentrifugoPresenceRequestRequest, client?: API) => Promise<CentrifugoPresenceResponse>;
|
|
25671
|
+
/**
|
|
25672
|
+
* Get channel presence statistics
|
|
25673
|
+
*
|
|
25674
|
+
* @method POST
|
|
25675
|
+
* @path /cfg/centrifugo/server/presence-stats/
|
|
25676
|
+
*/
|
|
25677
|
+
declare function useCreateCentrifugoServerPresenceStatsCreate(): (data: CentrifugoPresenceStatsRequestRequest, client?: API) => Promise<CentrifugoPresenceStatsResponse>;
|
|
25678
|
+
|
|
25679
|
+
/**
|
|
25680
|
+
* SWR Hooks for Centrifugo Monitoring
|
|
25681
|
+
*
|
|
25682
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
25683
|
+
* revalidation, and optimistic updates.
|
|
25684
|
+
*
|
|
25685
|
+
* Usage:
|
|
25686
|
+
* ```typescript
|
|
25687
|
+
* // Query hooks (GET)
|
|
25688
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
25689
|
+
*
|
|
25690
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
25691
|
+
* const createUser = useCreateUser()
|
|
25692
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
25693
|
+
* ```
|
|
25694
|
+
*/
|
|
25695
|
+
|
|
25696
|
+
/**
|
|
25697
|
+
* Get Centrifugo health status
|
|
25698
|
+
*
|
|
25699
|
+
* @method GET
|
|
25700
|
+
* @path /cfg/centrifugo/admin/api/monitor/health/
|
|
25701
|
+
*/
|
|
25702
|
+
declare function useCentrifugoAdminApiMonitorHealthRetrieve(client?: API): ReturnType<typeof useSWR<HealthCheck>>;
|
|
25703
|
+
/**
|
|
25704
|
+
* Get overview statistics
|
|
25705
|
+
*
|
|
25706
|
+
* @method GET
|
|
25707
|
+
* @path /cfg/centrifugo/admin/api/monitor/overview/
|
|
25708
|
+
*/
|
|
25709
|
+
declare function useCentrifugoAdminApiMonitorOverviewRetrieve(params?: {
|
|
25710
|
+
hours?: number;
|
|
25711
|
+
}, client?: API): ReturnType<typeof useSWR<OverviewStats>>;
|
|
25712
|
+
/**
|
|
25713
|
+
* Get recent publishes
|
|
25714
|
+
*
|
|
25715
|
+
* @method GET
|
|
25716
|
+
* @path /cfg/centrifugo/admin/api/monitor/publishes/
|
|
25717
|
+
*/
|
|
25718
|
+
declare function useCentrifugoAdminApiMonitorPublishesRetrieve(params?: {
|
|
25719
|
+
channel?: string;
|
|
25720
|
+
count?: number;
|
|
25721
|
+
offset?: number;
|
|
25722
|
+
status?: string;
|
|
25723
|
+
}, client?: API): ReturnType<typeof useSWR<RecentPublishes>>;
|
|
25724
|
+
/**
|
|
25725
|
+
* Get channel statistics
|
|
25726
|
+
*
|
|
25727
|
+
* @method GET
|
|
25728
|
+
* @path /cfg/centrifugo/admin/api/monitor/timeline/
|
|
25729
|
+
*/
|
|
25730
|
+
declare function useCentrifugoAdminApiMonitorTimelineRetrieve(params?: {
|
|
25731
|
+
hours?: number;
|
|
25732
|
+
interval?: string;
|
|
25733
|
+
}, client?: API): ReturnType<typeof useSWR<ChannelList>>;
|
|
25734
|
+
/**
|
|
25735
|
+
* Get Centrifugo health status
|
|
25736
|
+
*
|
|
25737
|
+
* @method GET
|
|
25738
|
+
* @path /cfg/centrifugo/monitor/health/
|
|
25739
|
+
*/
|
|
25740
|
+
declare function useCentrifugoMonitorHealthRetrieve(client?: API): ReturnType<typeof useSWR<HealthCheck>>;
|
|
25741
|
+
/**
|
|
25742
|
+
* Get overview statistics
|
|
25743
|
+
*
|
|
25744
|
+
* @method GET
|
|
25745
|
+
* @path /cfg/centrifugo/monitor/overview/
|
|
25746
|
+
*/
|
|
25747
|
+
declare function useCentrifugoMonitorOverviewRetrieve(params?: {
|
|
25748
|
+
hours?: number;
|
|
25749
|
+
}, client?: API): ReturnType<typeof useSWR<OverviewStats>>;
|
|
25750
|
+
/**
|
|
25751
|
+
* Get recent publishes
|
|
25752
|
+
*
|
|
25753
|
+
* @method GET
|
|
25754
|
+
* @path /cfg/centrifugo/monitor/publishes/
|
|
25755
|
+
*/
|
|
25756
|
+
declare function useCentrifugoMonitorPublishesRetrieve(params?: {
|
|
25757
|
+
channel?: string;
|
|
25758
|
+
count?: number;
|
|
25759
|
+
offset?: number;
|
|
25760
|
+
status?: string;
|
|
25761
|
+
}, client?: API): ReturnType<typeof useSWR<RecentPublishes>>;
|
|
25762
|
+
/**
|
|
25763
|
+
* Get channel statistics
|
|
25764
|
+
*
|
|
25765
|
+
* @method GET
|
|
25766
|
+
* @path /cfg/centrifugo/monitor/timeline/
|
|
25767
|
+
*/
|
|
25768
|
+
declare function useCentrifugoMonitorTimelineRetrieve(params?: {
|
|
25769
|
+
hours?: number;
|
|
25770
|
+
interval?: string;
|
|
25771
|
+
}, client?: API): ReturnType<typeof useSWR<ChannelList>>;
|
|
25772
|
+
|
|
25773
|
+
/**
|
|
25774
|
+
* Generate connection token
|
|
25775
|
+
*
|
|
25776
|
+
* @method POST
|
|
25777
|
+
* @path /cfg/centrifugo/admin/api/testing/connection-token/
|
|
25778
|
+
*/
|
|
25779
|
+
declare function useCreateCentrifugoAdminApiTestingConnectionTokenCreate(): (data: ConnectionTokenRequestRequest, client?: API) => Promise<ConnectionTokenResponse>;
|
|
25780
|
+
/**
|
|
25781
|
+
* Publish test message
|
|
25782
|
+
*
|
|
25783
|
+
* @method POST
|
|
25784
|
+
* @path /cfg/centrifugo/admin/api/testing/publish-test/
|
|
25785
|
+
*/
|
|
25786
|
+
declare function useCreateCentrifugoAdminApiTestingPublishTestCreate(): (data: PublishTestRequestRequest, client?: API) => Promise<PublishTestResponse>;
|
|
25787
|
+
/**
|
|
25788
|
+
* Publish with database logging
|
|
25789
|
+
*
|
|
25790
|
+
* @method POST
|
|
25791
|
+
* @path /cfg/centrifugo/admin/api/testing/publish-with-logging/
|
|
25792
|
+
*/
|
|
25793
|
+
declare function useCreateCentrifugoAdminApiTestingPublishWithLoggingCreate(): (data: PublishTestRequestRequest, client?: API) => Promise<PublishTestResponse>;
|
|
25794
|
+
/**
|
|
25795
|
+
* Send manual ACK
|
|
25796
|
+
*
|
|
25797
|
+
* @method POST
|
|
25798
|
+
* @path /cfg/centrifugo/admin/api/testing/send-ack/
|
|
25799
|
+
*/
|
|
25800
|
+
declare function useCreateCentrifugoAdminApiTestingSendAckCreate(): (data: ManualAckRequestRequest, client?: API) => Promise<ManualAckResponse>;
|
|
25801
|
+
/**
|
|
25802
|
+
* Generate connection token
|
|
25803
|
+
*
|
|
25804
|
+
* @method POST
|
|
25805
|
+
* @path /cfg/centrifugo/testing/connection-token/
|
|
25806
|
+
*/
|
|
25807
|
+
declare function useCreateCentrifugoTestingConnectionTokenCreate(): (data: ConnectionTokenRequestRequest, client?: API) => Promise<ConnectionTokenResponse>;
|
|
25808
|
+
/**
|
|
25809
|
+
* Publish test message
|
|
25810
|
+
*
|
|
25811
|
+
* @method POST
|
|
25812
|
+
* @path /cfg/centrifugo/testing/publish-test/
|
|
25813
|
+
*/
|
|
25814
|
+
declare function useCreateCentrifugoTestingPublishTestCreate(): (data: PublishTestRequestRequest, client?: API) => Promise<PublishTestResponse>;
|
|
25815
|
+
/**
|
|
25816
|
+
* Publish with database logging
|
|
25817
|
+
*
|
|
25818
|
+
* @method POST
|
|
25819
|
+
* @path /cfg/centrifugo/testing/publish-with-logging/
|
|
25820
|
+
*/
|
|
25821
|
+
declare function useCreateCentrifugoTestingPublishWithLoggingCreate(): (data: PublishTestRequestRequest, client?: API) => Promise<PublishTestResponse>;
|
|
25822
|
+
/**
|
|
25823
|
+
* Send manual ACK
|
|
25824
|
+
*
|
|
25825
|
+
* @method POST
|
|
25826
|
+
* @path /cfg/centrifugo/testing/send-ack/
|
|
25827
|
+
*/
|
|
25828
|
+
declare function useCreateCentrifugoTestingSendAckCreate(): (data: ManualAckRequestRequest, client?: API) => Promise<ManualAckResponse>;
|
|
25829
|
+
|
|
25830
|
+
/**
|
|
25831
|
+
* SWR Hooks for Dashboard - API Zones
|
|
25832
|
+
*
|
|
25833
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
25834
|
+
* revalidation, and optimistic updates.
|
|
25835
|
+
*
|
|
25836
|
+
* Usage:
|
|
25837
|
+
* ```typescript
|
|
25838
|
+
* // Query hooks (GET)
|
|
25839
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
25840
|
+
*
|
|
25841
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
25842
|
+
* const createUser = useCreateUser()
|
|
25843
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
25844
|
+
* ```
|
|
25845
|
+
*/
|
|
25846
|
+
|
|
25847
|
+
/**
|
|
25848
|
+
* Get all API zones
|
|
25849
|
+
*
|
|
25850
|
+
* @method GET
|
|
25851
|
+
* @path /cfg/dashboard/api/zones/
|
|
25852
|
+
*/
|
|
25853
|
+
declare function useDashboardApiZonesList(client?: API): ReturnType<typeof useSWR<any>>;
|
|
25854
|
+
/**
|
|
25855
|
+
* Get zones summary
|
|
25856
|
+
*
|
|
25857
|
+
* @method GET
|
|
25858
|
+
* @path /cfg/dashboard/api/zones/summary/
|
|
25859
|
+
*/
|
|
25860
|
+
declare function useDashboardApiZonesSummaryRetrieve(client?: API): ReturnType<typeof useSWR<APIZonesSummary>>;
|
|
25861
|
+
|
|
25862
|
+
/**
|
|
25863
|
+
* SWR Hooks for Dashboard - Activity
|
|
25864
|
+
*
|
|
25865
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
25866
|
+
* revalidation, and optimistic updates.
|
|
25867
|
+
*
|
|
25868
|
+
* Usage:
|
|
25869
|
+
* ```typescript
|
|
25870
|
+
* // Query hooks (GET)
|
|
25871
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
25872
|
+
*
|
|
25873
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
25874
|
+
* const createUser = useCreateUser()
|
|
25875
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
25876
|
+
* ```
|
|
25877
|
+
*/
|
|
25878
|
+
|
|
24529
25879
|
/**
|
|
24530
|
-
* Get
|
|
25880
|
+
* Get quick actions
|
|
24531
25881
|
*
|
|
24532
|
-
* @method
|
|
24533
|
-
* @path /cfg/
|
|
25882
|
+
* @method GET
|
|
25883
|
+
* @path /cfg/dashboard/api/activity/actions/
|
|
24534
25884
|
*/
|
|
24535
|
-
declare function
|
|
25885
|
+
declare function useDashboardApiActivityActionsList(client?: API): ReturnType<typeof useSWR<any>>;
|
|
24536
25886
|
/**
|
|
24537
|
-
* Get
|
|
25887
|
+
* Get recent activity
|
|
24538
25888
|
*
|
|
24539
|
-
* @method
|
|
24540
|
-
* @path /cfg/
|
|
25889
|
+
* @method GET
|
|
25890
|
+
* @path /cfg/dashboard/api/activity/recent/
|
|
24541
25891
|
*/
|
|
24542
|
-
declare function
|
|
25892
|
+
declare function useDashboardApiActivityRecentList(params?: {
|
|
25893
|
+
limit?: number;
|
|
25894
|
+
}, client?: API): ReturnType<typeof useSWR<any>>;
|
|
24543
25895
|
|
|
24544
25896
|
/**
|
|
24545
|
-
* SWR Hooks for
|
|
25897
|
+
* SWR Hooks for Dashboard - Charts
|
|
24546
25898
|
*
|
|
24547
25899
|
* React hooks powered by SWR for data fetching with automatic caching,
|
|
24548
25900
|
* revalidation, and optimistic updates.
|
|
@@ -24559,138 +25911,169 @@ declare function useCreateCentrifugoServerPresenceStatsCreate(): (data: Centrifu
|
|
|
24559
25911
|
*/
|
|
24560
25912
|
|
|
24561
25913
|
/**
|
|
24562
|
-
* Get
|
|
25914
|
+
* Get user activity chart
|
|
24563
25915
|
*
|
|
24564
25916
|
* @method GET
|
|
24565
|
-
* @path /cfg/
|
|
25917
|
+
* @path /cfg/dashboard/api/charts/activity/
|
|
24566
25918
|
*/
|
|
24567
|
-
declare function
|
|
25919
|
+
declare function useDashboardApiChartsActivityRetrieve(params?: {
|
|
25920
|
+
days?: number;
|
|
25921
|
+
}, client?: API): ReturnType<typeof useSWR<ChartData>>;
|
|
24568
25922
|
/**
|
|
24569
|
-
* Get
|
|
25923
|
+
* Get recent users
|
|
24570
25924
|
*
|
|
24571
25925
|
* @method GET
|
|
24572
|
-
* @path /cfg/
|
|
25926
|
+
* @path /cfg/dashboard/api/charts/recent-users/
|
|
24573
25927
|
*/
|
|
24574
|
-
declare function
|
|
24575
|
-
|
|
24576
|
-
}, client?: API): ReturnType<typeof useSWR<
|
|
25928
|
+
declare function useDashboardApiChartsRecentUsersList(params?: {
|
|
25929
|
+
limit?: number;
|
|
25930
|
+
}, client?: API): ReturnType<typeof useSWR<any>>;
|
|
24577
25931
|
/**
|
|
24578
|
-
* Get
|
|
25932
|
+
* Get user registration chart
|
|
24579
25933
|
*
|
|
24580
25934
|
* @method GET
|
|
24581
|
-
* @path /cfg/
|
|
25935
|
+
* @path /cfg/dashboard/api/charts/registrations/
|
|
24582
25936
|
*/
|
|
24583
|
-
declare function
|
|
24584
|
-
|
|
24585
|
-
|
|
24586
|
-
offset?: number;
|
|
24587
|
-
status?: string;
|
|
24588
|
-
}, client?: API): ReturnType<typeof useSWR<RecentPublishes>>;
|
|
25937
|
+
declare function useDashboardApiChartsRegistrationsRetrieve(params?: {
|
|
25938
|
+
days?: number;
|
|
25939
|
+
}, client?: API): ReturnType<typeof useSWR<ChartData>>;
|
|
24589
25940
|
/**
|
|
24590
|
-
* Get
|
|
25941
|
+
* Get activity tracker
|
|
24591
25942
|
*
|
|
24592
25943
|
* @method GET
|
|
24593
|
-
* @path /cfg/
|
|
25944
|
+
* @path /cfg/dashboard/api/charts/tracker/
|
|
24594
25945
|
*/
|
|
24595
|
-
declare function
|
|
24596
|
-
|
|
24597
|
-
|
|
24598
|
-
|
|
25946
|
+
declare function useDashboardApiChartsTrackerList(params?: {
|
|
25947
|
+
weeks?: number;
|
|
25948
|
+
}, client?: API): ReturnType<typeof useSWR<any>>;
|
|
25949
|
+
|
|
24599
25950
|
/**
|
|
24600
|
-
*
|
|
25951
|
+
* SWR Hooks for Dashboard - Commands
|
|
24601
25952
|
*
|
|
24602
|
-
*
|
|
24603
|
-
*
|
|
25953
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
25954
|
+
* revalidation, and optimistic updates.
|
|
25955
|
+
*
|
|
25956
|
+
* Usage:
|
|
25957
|
+
* ```typescript
|
|
25958
|
+
* // Query hooks (GET)
|
|
25959
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
25960
|
+
*
|
|
25961
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
25962
|
+
* const createUser = useCreateUser()
|
|
25963
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
25964
|
+
* ```
|
|
24604
25965
|
*/
|
|
24605
|
-
|
|
25966
|
+
|
|
24606
25967
|
/**
|
|
24607
|
-
* Get
|
|
25968
|
+
* Get all commands
|
|
24608
25969
|
*
|
|
24609
25970
|
* @method GET
|
|
24610
|
-
* @path /cfg/
|
|
25971
|
+
* @path /cfg/dashboard/api/commands/
|
|
24611
25972
|
*/
|
|
24612
|
-
declare function
|
|
24613
|
-
hours?: number;
|
|
24614
|
-
}, client?: API): ReturnType<typeof useSWR<OverviewStats>>;
|
|
25973
|
+
declare function useDashboardApiCommandsList(client?: API): ReturnType<typeof useSWR<any>>;
|
|
24615
25974
|
/**
|
|
24616
|
-
* Get
|
|
25975
|
+
* Get commands summary
|
|
24617
25976
|
*
|
|
24618
25977
|
* @method GET
|
|
24619
|
-
* @path /cfg/
|
|
25978
|
+
* @path /cfg/dashboard/api/commands/summary/
|
|
24620
25979
|
*/
|
|
24621
|
-
declare function
|
|
24622
|
-
|
|
24623
|
-
count?: number;
|
|
24624
|
-
offset?: number;
|
|
24625
|
-
status?: string;
|
|
24626
|
-
}, client?: API): ReturnType<typeof useSWR<RecentPublishes>>;
|
|
25980
|
+
declare function useDashboardApiCommandsSummaryRetrieve(client?: API): ReturnType<typeof useSWR<CommandsSummary>>;
|
|
25981
|
+
|
|
24627
25982
|
/**
|
|
24628
|
-
*
|
|
25983
|
+
* SWR Hooks for Dashboard - Overview
|
|
24629
25984
|
*
|
|
24630
|
-
*
|
|
24631
|
-
*
|
|
25985
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
25986
|
+
* revalidation, and optimistic updates.
|
|
25987
|
+
*
|
|
25988
|
+
* Usage:
|
|
25989
|
+
* ```typescript
|
|
25990
|
+
* // Query hooks (GET)
|
|
25991
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
25992
|
+
*
|
|
25993
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
25994
|
+
* const createUser = useCreateUser()
|
|
25995
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
25996
|
+
* ```
|
|
24632
25997
|
*/
|
|
24633
|
-
declare function useCentrifugoMonitorTimelineRetrieve(params?: {
|
|
24634
|
-
hours?: number;
|
|
24635
|
-
interval?: string;
|
|
24636
|
-
}, client?: API): ReturnType<typeof useSWR<ChannelList>>;
|
|
24637
25998
|
|
|
24638
25999
|
/**
|
|
24639
|
-
*
|
|
26000
|
+
* Get dashboard overview
|
|
24640
26001
|
*
|
|
24641
|
-
* @method
|
|
24642
|
-
* @path /cfg/
|
|
26002
|
+
* @method GET
|
|
26003
|
+
* @path /cfg/dashboard/api/overview/overview/
|
|
24643
26004
|
*/
|
|
24644
|
-
declare function
|
|
26005
|
+
declare function useDashboardApiOverviewOverviewRetrieve(client?: API): ReturnType<typeof useSWR<DashboardOverview>>;
|
|
26006
|
+
|
|
24645
26007
|
/**
|
|
24646
|
-
*
|
|
26008
|
+
* SWR Hooks for Dashboard - Statistics
|
|
24647
26009
|
*
|
|
24648
|
-
*
|
|
24649
|
-
*
|
|
26010
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
26011
|
+
* revalidation, and optimistic updates.
|
|
26012
|
+
*
|
|
26013
|
+
* Usage:
|
|
26014
|
+
* ```typescript
|
|
26015
|
+
* // Query hooks (GET)
|
|
26016
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
26017
|
+
*
|
|
26018
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
26019
|
+
* const createUser = useCreateUser()
|
|
26020
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
26021
|
+
* ```
|
|
24650
26022
|
*/
|
|
24651
|
-
|
|
26023
|
+
|
|
24652
26024
|
/**
|
|
24653
|
-
*
|
|
26025
|
+
* Get application statistics
|
|
24654
26026
|
*
|
|
24655
|
-
* @method
|
|
24656
|
-
* @path /cfg/
|
|
26027
|
+
* @method GET
|
|
26028
|
+
* @path /cfg/dashboard/api/statistics/apps/
|
|
24657
26029
|
*/
|
|
24658
|
-
declare function
|
|
26030
|
+
declare function useDashboardApiStatisticsAppsList(client?: API): ReturnType<typeof useSWR<any>>;
|
|
24659
26031
|
/**
|
|
24660
|
-
*
|
|
26032
|
+
* Get statistics cards
|
|
24661
26033
|
*
|
|
24662
|
-
* @method
|
|
24663
|
-
* @path /cfg/
|
|
26034
|
+
* @method GET
|
|
26035
|
+
* @path /cfg/dashboard/api/statistics/cards/
|
|
24664
26036
|
*/
|
|
24665
|
-
declare function
|
|
26037
|
+
declare function useDashboardApiStatisticsCardsList(client?: API): ReturnType<typeof useSWR<any>>;
|
|
24666
26038
|
/**
|
|
24667
|
-
*
|
|
26039
|
+
* Get user statistics
|
|
24668
26040
|
*
|
|
24669
|
-
* @method
|
|
24670
|
-
* @path /cfg/
|
|
26041
|
+
* @method GET
|
|
26042
|
+
* @path /cfg/dashboard/api/statistics/users/
|
|
24671
26043
|
*/
|
|
24672
|
-
declare function
|
|
26044
|
+
declare function useDashboardApiStatisticsUsersRetrieve(client?: API): ReturnType<typeof useSWR<UserStatistics>>;
|
|
26045
|
+
|
|
24673
26046
|
/**
|
|
24674
|
-
*
|
|
26047
|
+
* SWR Hooks for Dashboard - System
|
|
24675
26048
|
*
|
|
24676
|
-
*
|
|
24677
|
-
*
|
|
26049
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
26050
|
+
* revalidation, and optimistic updates.
|
|
26051
|
+
*
|
|
26052
|
+
* Usage:
|
|
26053
|
+
* ```typescript
|
|
26054
|
+
* // Query hooks (GET)
|
|
26055
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
26056
|
+
*
|
|
26057
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
26058
|
+
* const createUser = useCreateUser()
|
|
26059
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
26060
|
+
* ```
|
|
24678
26061
|
*/
|
|
24679
|
-
|
|
26062
|
+
|
|
24680
26063
|
/**
|
|
24681
|
-
*
|
|
26064
|
+
* Get system health status
|
|
24682
26065
|
*
|
|
24683
|
-
* @method
|
|
24684
|
-
* @path /cfg/
|
|
26066
|
+
* @method GET
|
|
26067
|
+
* @path /cfg/dashboard/api/system/health/
|
|
24685
26068
|
*/
|
|
24686
|
-
declare function
|
|
26069
|
+
declare function useDashboardApiSystemHealthRetrieve(client?: API): ReturnType<typeof useSWR<SystemHealth>>;
|
|
24687
26070
|
/**
|
|
24688
|
-
*
|
|
26071
|
+
* Get system metrics
|
|
24689
26072
|
*
|
|
24690
|
-
* @method
|
|
24691
|
-
* @path /cfg/
|
|
26073
|
+
* @method GET
|
|
26074
|
+
* @path /cfg/dashboard/api/system/metrics/
|
|
24692
26075
|
*/
|
|
24693
|
-
declare function
|
|
26076
|
+
declare function useDashboardApiSystemMetricsRetrieve(client?: API): ReturnType<typeof useSWR<SystemMetrics>>;
|
|
24694
26077
|
|
|
24695
26078
|
/**
|
|
24696
26079
|
* Submit Lead Form
|
|
@@ -24920,82 +26303,6 @@ declare function useCentrifugoAdminApiMonitorChannelsRetrieve(client?: API): Ret
|
|
|
24920
26303
|
*/
|
|
24921
26304
|
declare function useCentrifugoMonitorChannelsRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
|
|
24922
26305
|
|
|
24923
|
-
/**
|
|
24924
|
-
* SWR Hooks for Dashboard
|
|
24925
|
-
*
|
|
24926
|
-
* React hooks powered by SWR for data fetching with automatic caching,
|
|
24927
|
-
* revalidation, and optimistic updates.
|
|
24928
|
-
*
|
|
24929
|
-
* Usage:
|
|
24930
|
-
* ```typescript
|
|
24931
|
-
* // Query hooks (GET)
|
|
24932
|
-
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
24933
|
-
*
|
|
24934
|
-
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
24935
|
-
* const createUser = useCreateUser()
|
|
24936
|
-
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
24937
|
-
* ```
|
|
24938
|
-
*/
|
|
24939
|
-
|
|
24940
|
-
/**
|
|
24941
|
-
* Get quick actions
|
|
24942
|
-
*
|
|
24943
|
-
* @method GET
|
|
24944
|
-
* @path /cfg/dashboard/api/activity/actions/
|
|
24945
|
-
*/
|
|
24946
|
-
declare function useDashboardApiActivityActionsList(client?: API): ReturnType<typeof useSWR<any>>;
|
|
24947
|
-
/**
|
|
24948
|
-
* Get recent activity
|
|
24949
|
-
*
|
|
24950
|
-
* @method GET
|
|
24951
|
-
* @path /cfg/dashboard/api/activity/recent/
|
|
24952
|
-
*/
|
|
24953
|
-
declare function useDashboardApiActivityRecentList(params?: {
|
|
24954
|
-
limit?: number;
|
|
24955
|
-
}, client?: API): ReturnType<typeof useSWR<any>>;
|
|
24956
|
-
/**
|
|
24957
|
-
* Get dashboard overview
|
|
24958
|
-
*
|
|
24959
|
-
* @method GET
|
|
24960
|
-
* @path /cfg/dashboard/api/overview/overview/
|
|
24961
|
-
*/
|
|
24962
|
-
declare function useDashboardApiOverviewOverviewRetrieve(client?: API): ReturnType<typeof useSWR<DashboardOverview>>;
|
|
24963
|
-
/**
|
|
24964
|
-
* Get application statistics
|
|
24965
|
-
*
|
|
24966
|
-
* @method GET
|
|
24967
|
-
* @path /cfg/dashboard/api/statistics/apps/
|
|
24968
|
-
*/
|
|
24969
|
-
declare function useDashboardApiStatisticsAppsList(client?: API): ReturnType<typeof useSWR<any>>;
|
|
24970
|
-
/**
|
|
24971
|
-
* Get statistics cards
|
|
24972
|
-
*
|
|
24973
|
-
* @method GET
|
|
24974
|
-
* @path /cfg/dashboard/api/statistics/cards/
|
|
24975
|
-
*/
|
|
24976
|
-
declare function useDashboardApiStatisticsCardsList(client?: API): ReturnType<typeof useSWR<any>>;
|
|
24977
|
-
/**
|
|
24978
|
-
* Get user statistics
|
|
24979
|
-
*
|
|
24980
|
-
* @method GET
|
|
24981
|
-
* @path /cfg/dashboard/api/statistics/users/
|
|
24982
|
-
*/
|
|
24983
|
-
declare function useDashboardApiStatisticsUsersRetrieve(client?: API): ReturnType<typeof useSWR<UserStatistics>>;
|
|
24984
|
-
/**
|
|
24985
|
-
* Get system health status
|
|
24986
|
-
*
|
|
24987
|
-
* @method GET
|
|
24988
|
-
* @path /cfg/dashboard/api/system/health/
|
|
24989
|
-
*/
|
|
24990
|
-
declare function useDashboardApiSystemHealthRetrieve(client?: API): ReturnType<typeof useSWR<SystemHealth>>;
|
|
24991
|
-
/**
|
|
24992
|
-
* Get system metrics
|
|
24993
|
-
*
|
|
24994
|
-
* @method GET
|
|
24995
|
-
* @path /cfg/dashboard/api/system/metrics/
|
|
24996
|
-
*/
|
|
24997
|
-
declare function useDashboardApiSystemMetricsRetrieve(client?: API): ReturnType<typeof useSWR<SystemMetrics>>;
|
|
24998
|
-
|
|
24999
26306
|
/**
|
|
25000
26307
|
* SWR Hooks for Endpoints
|
|
25001
26308
|
*
|
|
@@ -25975,12 +27282,20 @@ declare const index_useCreateTasksApiSimulateCreate: typeof useCreateTasksApiSim
|
|
|
25975
27282
|
declare const index_useCreateTasksApiWorkersManageCreate: typeof useCreateTasksApiWorkersManageCreate;
|
|
25976
27283
|
declare const index_useDashboardApiActivityActionsList: typeof useDashboardApiActivityActionsList;
|
|
25977
27284
|
declare const index_useDashboardApiActivityRecentList: typeof useDashboardApiActivityRecentList;
|
|
27285
|
+
declare const index_useDashboardApiChartsActivityRetrieve: typeof useDashboardApiChartsActivityRetrieve;
|
|
27286
|
+
declare const index_useDashboardApiChartsRecentUsersList: typeof useDashboardApiChartsRecentUsersList;
|
|
27287
|
+
declare const index_useDashboardApiChartsRegistrationsRetrieve: typeof useDashboardApiChartsRegistrationsRetrieve;
|
|
27288
|
+
declare const index_useDashboardApiChartsTrackerList: typeof useDashboardApiChartsTrackerList;
|
|
27289
|
+
declare const index_useDashboardApiCommandsList: typeof useDashboardApiCommandsList;
|
|
27290
|
+
declare const index_useDashboardApiCommandsSummaryRetrieve: typeof useDashboardApiCommandsSummaryRetrieve;
|
|
25978
27291
|
declare const index_useDashboardApiOverviewOverviewRetrieve: typeof useDashboardApiOverviewOverviewRetrieve;
|
|
25979
27292
|
declare const index_useDashboardApiStatisticsAppsList: typeof useDashboardApiStatisticsAppsList;
|
|
25980
27293
|
declare const index_useDashboardApiStatisticsCardsList: typeof useDashboardApiStatisticsCardsList;
|
|
25981
27294
|
declare const index_useDashboardApiStatisticsUsersRetrieve: typeof useDashboardApiStatisticsUsersRetrieve;
|
|
25982
27295
|
declare const index_useDashboardApiSystemHealthRetrieve: typeof useDashboardApiSystemHealthRetrieve;
|
|
25983
27296
|
declare const index_useDashboardApiSystemMetricsRetrieve: typeof useDashboardApiSystemMetricsRetrieve;
|
|
27297
|
+
declare const index_useDashboardApiZonesList: typeof useDashboardApiZonesList;
|
|
27298
|
+
declare const index_useDashboardApiZonesSummaryRetrieve: typeof useDashboardApiZonesSummaryRetrieve;
|
|
25984
27299
|
declare const index_useDeleteKnowbaseAdminChatDestroy: typeof useDeleteKnowbaseAdminChatDestroy;
|
|
25985
27300
|
declare const index_useDeleteKnowbaseAdminDocumentsDestroy: typeof useDeleteKnowbaseAdminDocumentsDestroy;
|
|
25986
27301
|
declare const index_useDeleteKnowbaseAdminSessionsDestroy: typeof useDeleteKnowbaseAdminSessionsDestroy;
|
|
@@ -26071,7 +27386,7 @@ declare const index_useUpdateNewsletterUnsubscribeUpdate: typeof useUpdateNewsle
|
|
|
26071
27386
|
declare const index_useUpdateSupportTicketsMessagesUpdate: typeof useUpdateSupportTicketsMessagesUpdate;
|
|
26072
27387
|
declare const index_useUpdateSupportTicketsUpdate: typeof useUpdateSupportTicketsUpdate;
|
|
26073
27388
|
declare namespace index {
|
|
26074
|
-
export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoAdminApiMonitorChannelsRetrieve as useCentrifugoAdminApiMonitorChannelsRetrieve, index_useCentrifugoAdminApiMonitorHealthRetrieve as useCentrifugoAdminApiMonitorHealthRetrieve, index_useCentrifugoAdminApiMonitorOverviewRetrieve as useCentrifugoAdminApiMonitorOverviewRetrieve, index_useCentrifugoAdminApiMonitorPublishesRetrieve as useCentrifugoAdminApiMonitorPublishesRetrieve, index_useCentrifugoAdminApiMonitorTimelineRetrieve as useCentrifugoAdminApiMonitorTimelineRetrieve, 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_useCreateCentrifugoAdminApiServerAuthTokenCreate as useCreateCentrifugoAdminApiServerAuthTokenCreate, index_useCreateCentrifugoAdminApiServerChannelsCreate as useCreateCentrifugoAdminApiServerChannelsCreate, index_useCreateCentrifugoAdminApiServerHistoryCreate as useCreateCentrifugoAdminApiServerHistoryCreate, index_useCreateCentrifugoAdminApiServerInfoCreate as useCreateCentrifugoAdminApiServerInfoCreate, index_useCreateCentrifugoAdminApiServerPresenceCreate as useCreateCentrifugoAdminApiServerPresenceCreate, index_useCreateCentrifugoAdminApiServerPresenceStatsCreate as useCreateCentrifugoAdminApiServerPresenceStatsCreate, index_useCreateCentrifugoAdminApiTestingConnectionTokenCreate as useCreateCentrifugoAdminApiTestingConnectionTokenCreate, index_useCreateCentrifugoAdminApiTestingPublishTestCreate as useCreateCentrifugoAdminApiTestingPublishTestCreate, index_useCreateCentrifugoAdminApiTestingPublishWithLoggingCreate as useCreateCentrifugoAdminApiTestingPublishWithLoggingCreate, index_useCreateCentrifugoAdminApiTestingSendAckCreate as useCreateCentrifugoAdminApiTestingSendAckCreate, 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_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_useCreateTasksApiClearCreate as useCreateTasksApiClearCreate, index_useCreateTasksApiClearQueuesCreate as useCreateTasksApiClearQueuesCreate, index_useCreateTasksApiPurgeFailedCreate as useCreateTasksApiPurgeFailedCreate, index_useCreateTasksApiQueuesManageCreate as useCreateTasksApiQueuesManageCreate, index_useCreateTasksApiSimulateCreate as useCreateTasksApiSimulateCreate, index_useCreateTasksApiWorkersManageCreate as useCreateTasksApiWorkersManageCreate, index_useDashboardApiActivityActionsList as useDashboardApiActivityActionsList, index_useDashboardApiActivityRecentList as useDashboardApiActivityRecentList, 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_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_useTasksApiQueuesStatusRetrieve as useTasksApiQueuesStatusRetrieve, index_useTasksApiTasksListRetrieve as useTasksApiTasksListRetrieve, index_useTasksApiTasksStatsRetrieve as useTasksApiTasksStatsRetrieve, index_useTasksApiWorkersListRetrieve as useTasksApiWorkersListRetrieve, 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 };
|
|
27389
|
+
export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoAdminApiMonitorChannelsRetrieve as useCentrifugoAdminApiMonitorChannelsRetrieve, index_useCentrifugoAdminApiMonitorHealthRetrieve as useCentrifugoAdminApiMonitorHealthRetrieve, index_useCentrifugoAdminApiMonitorOverviewRetrieve as useCentrifugoAdminApiMonitorOverviewRetrieve, index_useCentrifugoAdminApiMonitorPublishesRetrieve as useCentrifugoAdminApiMonitorPublishesRetrieve, index_useCentrifugoAdminApiMonitorTimelineRetrieve as useCentrifugoAdminApiMonitorTimelineRetrieve, 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_useCreateCentrifugoAdminApiServerAuthTokenCreate as useCreateCentrifugoAdminApiServerAuthTokenCreate, index_useCreateCentrifugoAdminApiServerChannelsCreate as useCreateCentrifugoAdminApiServerChannelsCreate, index_useCreateCentrifugoAdminApiServerHistoryCreate as useCreateCentrifugoAdminApiServerHistoryCreate, index_useCreateCentrifugoAdminApiServerInfoCreate as useCreateCentrifugoAdminApiServerInfoCreate, index_useCreateCentrifugoAdminApiServerPresenceCreate as useCreateCentrifugoAdminApiServerPresenceCreate, index_useCreateCentrifugoAdminApiServerPresenceStatsCreate as useCreateCentrifugoAdminApiServerPresenceStatsCreate, index_useCreateCentrifugoAdminApiTestingConnectionTokenCreate as useCreateCentrifugoAdminApiTestingConnectionTokenCreate, index_useCreateCentrifugoAdminApiTestingPublishTestCreate as useCreateCentrifugoAdminApiTestingPublishTestCreate, index_useCreateCentrifugoAdminApiTestingPublishWithLoggingCreate as useCreateCentrifugoAdminApiTestingPublishWithLoggingCreate, index_useCreateCentrifugoAdminApiTestingSendAckCreate as useCreateCentrifugoAdminApiTestingSendAckCreate, 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_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_useCreateTasksApiClearCreate as useCreateTasksApiClearCreate, index_useCreateTasksApiClearQueuesCreate as useCreateTasksApiClearQueuesCreate, index_useCreateTasksApiPurgeFailedCreate as useCreateTasksApiPurgeFailedCreate, index_useCreateTasksApiQueuesManageCreate as useCreateTasksApiQueuesManageCreate, index_useCreateTasksApiSimulateCreate as useCreateTasksApiSimulateCreate, index_useCreateTasksApiWorkersManageCreate as useCreateTasksApiWorkersManageCreate, 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_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_useTasksApiQueuesStatusRetrieve as useTasksApiQueuesStatusRetrieve, index_useTasksApiTasksListRetrieve as useTasksApiTasksListRetrieve, index_useTasksApiTasksStatsRetrieve as useTasksApiTasksStatsRetrieve, index_useTasksApiWorkersListRetrieve as useTasksApiWorkersListRetrieve, 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 };
|
|
26075
27390
|
}
|
|
26076
27391
|
|
|
26077
27392
|
/**
|
|
@@ -26189,6 +27504,13 @@ declare class API {
|
|
|
26189
27504
|
cfg_centrifugo_admin_api: CfgCentrifugoAdminApi;
|
|
26190
27505
|
cfg_centrifugo_monitoring: CfgCentrifugoMonitoring;
|
|
26191
27506
|
cfg_centrifugo_testing: CfgCentrifugoTesting;
|
|
27507
|
+
cfg_dashboard_api_zones: CfgDashboardApiZones;
|
|
27508
|
+
cfg_dashboard_activity: CfgDashboardActivity;
|
|
27509
|
+
cfg_dashboard_charts: CfgDashboardCharts;
|
|
27510
|
+
cfg_dashboard_commands: CfgDashboardCommands;
|
|
27511
|
+
cfg_dashboard_overview: CfgDashboardOverview;
|
|
27512
|
+
cfg_dashboard_statistics: CfgDashboardStatistics;
|
|
27513
|
+
cfg_dashboard_system: CfgDashboardSystem;
|
|
26192
27514
|
cfg_lead_submission: CfgLeadSubmission;
|
|
26193
27515
|
cfg_logs: CfgLogs;
|
|
26194
27516
|
cfg_newsletters: CfgNewsletters;
|
|
@@ -26197,7 +27519,6 @@ declare class API {
|
|
|
26197
27519
|
cfg_user_profile: CfgUserProfile;
|
|
26198
27520
|
cfg_accounts: CfgAccounts;
|
|
26199
27521
|
cfg_centrifugo: CfgCentrifugo;
|
|
26200
|
-
cfg_dashboard: CfgDashboard;
|
|
26201
27522
|
cfg_endpoints: CfgEndpoints;
|
|
26202
27523
|
cfg_health: CfgHealth;
|
|
26203
27524
|
cfg_knowbase: CfgKnowbase;
|
|
@@ -27300,4 +28621,4 @@ interface TasksProviderProps {
|
|
|
27300
28621
|
declare function TasksProvider({ children, autoRefresh, refreshInterval, }: TasksProviderProps): react_jsx_runtime.JSX.Element;
|
|
27301
28622
|
declare function useTasks(): TasksContextValue;
|
|
27302
28623
|
|
|
27303
|
-
export { API, APIClient, APIError, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, ApiKeysService, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, AuthService, type BalancesContextValue, BalancesProvider, BaseClient, BulkEmailService, CampaignsService, models$a as CfgAccountsTypes, models$m as CfgAuthTypes, models$l as CfgBulkEmailTypes, models$k as CfgCampaignsTypes, models$j as CfgCentrifugoAdminApiTypes, models$i as CfgCentrifugoMonitoringTypes, models$h as CfgCentrifugoTestingTypes, models$9 as CfgCentrifugoTypes, models$8 as CfgDashboardTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$g as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$f as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$e as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$d as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$c as CfgTestingTypes, models$b as CfgUserProfileTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LeadsService, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterContextValue, NewsletterProvider, NewsletterService, NewslettersListService, 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, PaymentDashboardService, type PaymentDetail, type PaymentList, type PaymentsContextValue, PaymentsProvider, PaymentsService, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, SubscriptionsService, type SupportContextValue, SupportProvider, SupportService, TOKEN_KEY, type TasksContextValue, TasksProvider, type TasksProviderProps, TasksService, type Ticket, type TicketRequest, type User, WebhooksService, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoAdminApiServerAuthTokenCreate, createCentrifugoAdminApiServerChannelsCreate, createCentrifugoAdminApiServerHistoryCreate, createCentrifugoAdminApiServerInfoCreate, createCentrifugoAdminApiServerPresenceCreate, createCentrifugoAdminApiServerPresenceStatsCreate, createCentrifugoAdminApiTestingConnectionTokenCreate, createCentrifugoAdminApiTestingPublishTestCreate, createCentrifugoAdminApiTestingPublishWithLoggingCreate, createCentrifugoAdminApiTestingSendAckCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingConnectionTokenCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, 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, createTasksApiClearCreate, createTasksApiClearQueuesCreate, createTasksApiPurgeFailedCreate, createTasksApiQueuesManageCreate, createTasksApiSimulateCreate, createTasksApiWorkersManageCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoAdminApiMonitorChannelsRetrieve, getCentrifugoAdminApiMonitorHealthRetrieve, getCentrifugoAdminApiMonitorOverviewRetrieve, getCentrifugoAdminApiMonitorPublishesRetrieve, getCentrifugoAdminApiMonitorTimelineRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesRetrieve, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsBalanceRetrieve, getPaymentsCurrenciesList, getPaymentsPaymentsList, getPaymentsPaymentsRetrieve, getPaymentsPaymentsStatusRetrieve, getPaymentsTransactionsList, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksApiQueuesStatusRetrieve, getTasksApiTasksListRetrieve, getTasksApiTasksStatsRetrieve, getTasksApiWorkersListRetrieve, 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, useTasks, withRetry };
|
|
28624
|
+
export { API, APIClient, APIError, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, ApiKeysService, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, AuthService, type BalancesContextValue, BalancesProvider, BaseClient, BulkEmailService, CampaignsService, models$9 as CfgAccountsTypes, models$s as CfgAuthTypes, models$r as CfgBulkEmailTypes, models$q as CfgCampaignsTypes, models$p as CfgCentrifugoAdminApiTypes, models$o as CfgCentrifugoMonitoringTypes, models$n as CfgCentrifugoTestingTypes, models$8 as CfgCentrifugoTypes, models$l as CfgDashboardActivityTypes, models$m as CfgDashboardApiZonesTypes, models$k as CfgDashboardChartsTypes, models$j as CfgDashboardCommandsTypes, models$i as CfgDashboardOverviewTypes, models$h as CfgDashboardStatisticsTypes, models$g as CfgDashboardSystemTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$f as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$e as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$d as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$c as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$b as CfgTestingTypes, models$a as CfgUserProfileTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LeadsService, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterContextValue, NewsletterProvider, NewsletterService, NewslettersListService, 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, PaymentDashboardService, type PaymentDetail, type PaymentList, type PaymentsContextValue, PaymentsProvider, PaymentsService, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, SubscriptionsService, type SupportContextValue, SupportProvider, SupportService, TOKEN_KEY, type TasksContextValue, TasksProvider, type TasksProviderProps, TasksService, type Ticket, type TicketRequest, type User, WebhooksService, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoAdminApiServerAuthTokenCreate, createCentrifugoAdminApiServerChannelsCreate, createCentrifugoAdminApiServerHistoryCreate, createCentrifugoAdminApiServerInfoCreate, createCentrifugoAdminApiServerPresenceCreate, createCentrifugoAdminApiServerPresenceStatsCreate, createCentrifugoAdminApiTestingConnectionTokenCreate, createCentrifugoAdminApiTestingPublishTestCreate, createCentrifugoAdminApiTestingPublishWithLoggingCreate, createCentrifugoAdminApiTestingSendAckCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingConnectionTokenCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, 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, createTasksApiClearCreate, createTasksApiClearQueuesCreate, createTasksApiPurgeFailedCreate, createTasksApiQueuesManageCreate, createTasksApiSimulateCreate, createTasksApiWorkersManageCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoAdminApiMonitorChannelsRetrieve, getCentrifugoAdminApiMonitorHealthRetrieve, getCentrifugoAdminApiMonitorOverviewRetrieve, getCentrifugoAdminApiMonitorPublishesRetrieve, getCentrifugoAdminApiMonitorTimelineRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesRetrieve, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsBalanceRetrieve, getPaymentsCurrenciesList, getPaymentsPaymentsList, getPaymentsPaymentsRetrieve, getPaymentsPaymentsStatusRetrieve, getPaymentsTransactionsList, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksApiQueuesStatusRetrieve, getTasksApiTasksListRetrieve, getTasksApiTasksStatsRetrieve, getTasksApiWorkersListRetrieve, 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, useTasks, withRetry };
|