@djangocfg/api 1.2.18 → 1.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -20,7 +20,7 @@ interface TokenRefresh$1 {
20
20
  refresh: string;
21
21
  }
22
22
 
23
- declare namespace models$t {
23
+ declare namespace models$u {
24
24
  export type { TokenRefresh$1 as TokenRefresh, TokenRefreshRequest$1 as TokenRefreshRequest };
25
25
  }
26
26
 
@@ -64,7 +64,7 @@ interface BulkEmailResponse$2 {
64
64
  error?: string;
65
65
  }
66
66
 
67
- declare namespace models$s {
67
+ declare namespace models$t {
68
68
  export type { BulkEmailRequest$1 as BulkEmailRequest, BulkEmailResponse$2 as BulkEmailResponse };
69
69
  }
70
70
 
@@ -770,7 +770,7 @@ interface ErrorResponse$2 {
770
770
  message: string;
771
771
  }
772
772
 
773
- declare namespace models$r {
773
+ declare namespace models$s {
774
774
  export type { ErrorResponse$2 as ErrorResponse, NewsletterCampaign$2 as NewsletterCampaign, NewsletterCampaignRequest$1 as NewsletterCampaignRequest, PaginatedNewsletterCampaignList$1 as PaginatedNewsletterCampaignList, SendCampaignRequest$1 as SendCampaignRequest, SendCampaignResponse$1 as SendCampaignResponse };
775
775
  }
776
776
 
@@ -1053,7 +1053,7 @@ interface CentrifugoProcess$1 {
1053
1053
  rss: number;
1054
1054
  }
1055
1055
 
1056
- declare namespace models$q {
1056
+ declare namespace models$r {
1057
1057
  export type { CentrifugoChannelsRequestRequest$1 as CentrifugoChannelsRequestRequest, CentrifugoChannelsResponse$1 as CentrifugoChannelsResponse, CentrifugoChannelsResult$1 as CentrifugoChannelsResult, CentrifugoClientInfo$1 as CentrifugoClientInfo, CentrifugoError$1 as CentrifugoError, CentrifugoHistoryRequestRequest$1 as CentrifugoHistoryRequestRequest, CentrifugoHistoryResponse$1 as CentrifugoHistoryResponse, CentrifugoHistoryResult$1 as CentrifugoHistoryResult, CentrifugoInfoResponse$1 as CentrifugoInfoResponse, CentrifugoInfoResult$1 as CentrifugoInfoResult, CentrifugoMetrics$1 as CentrifugoMetrics, CentrifugoNodeInfo$1 as CentrifugoNodeInfo, CentrifugoPresenceRequestRequest$1 as CentrifugoPresenceRequestRequest, CentrifugoPresenceResponse$1 as CentrifugoPresenceResponse, CentrifugoPresenceResult$1 as CentrifugoPresenceResult, CentrifugoPresenceStatsRequestRequest$1 as CentrifugoPresenceStatsRequestRequest, CentrifugoPresenceStatsResponse$1 as CentrifugoPresenceStatsResponse, CentrifugoPresenceStatsResult$1 as CentrifugoPresenceStatsResult, CentrifugoProcess$1 as CentrifugoProcess, CentrifugoPublication$1 as CentrifugoPublication, CentrifugoStreamPosition$1 as CentrifugoStreamPosition };
1058
1058
  }
1059
1059
 
@@ -1107,7 +1107,7 @@ declare class CfgCentrifugoAdminApi {
1107
1107
  *
1108
1108
  * Response model (includes read-only fields).
1109
1109
  */
1110
- interface HealthCheck$2 {
1110
+ interface HealthCheck$3 {
1111
1111
  /** Health status: healthy or unhealthy */
1112
1112
  status: string;
1113
1113
  /** Configured wrapper URL */
@@ -1122,7 +1122,7 @@ interface HealthCheck$2 {
1122
1122
  *
1123
1123
  * Response model (includes read-only fields).
1124
1124
  */
1125
- interface OverviewStats$1 {
1125
+ interface OverviewStats$2 {
1126
1126
  /** Total publishes in period */
1127
1127
  total: number;
1128
1128
  /** Successful publishes */
@@ -1190,8 +1190,8 @@ interface ChannelStatsSerializer$1 {
1190
1190
  last_activity_at?: string | null;
1191
1191
  }
1192
1192
 
1193
- declare namespace models$p {
1194
- export type { ChannelList$1 as ChannelList, ChannelStatsSerializer$1 as ChannelStatsSerializer, HealthCheck$2 as HealthCheck, OverviewStats$1 as OverviewStats, RecentPublishes$1 as RecentPublishes };
1193
+ declare namespace models$q {
1194
+ export type { ChannelList$1 as ChannelList, ChannelStatsSerializer$1 as ChannelStatsSerializer, HealthCheck$3 as HealthCheck, OverviewStats$2 as OverviewStats, RecentPublishes$1 as RecentPublishes };
1195
1195
  }
1196
1196
 
1197
1197
  /**
@@ -1205,11 +1205,11 @@ declare class CfgCentrifugoMonitoring {
1205
1205
  *
1206
1206
  * Returns the current health status of the Centrifugo client.
1207
1207
  */
1208
- centrifugoMonitorHealthRetrieve(): Promise<HealthCheck$2>;
1209
- centrifugoMonitorOverviewRetrieve(hours?: number): Promise<OverviewStats$1>;
1208
+ centrifugoMonitorHealthRetrieve(): Promise<HealthCheck$3>;
1209
+ centrifugoMonitorOverviewRetrieve(hours?: number): Promise<OverviewStats$2>;
1210
1210
  centrifugoMonitorOverviewRetrieve(params?: {
1211
1211
  hours?: number;
1212
- }): Promise<OverviewStats$1>;
1212
+ }): Promise<OverviewStats$2>;
1213
1213
  centrifugoMonitorPublishesRetrieve(channel?: string, count?: number, offset?: number, status?: string): Promise<RecentPublishes$1>;
1214
1214
  centrifugoMonitorPublishesRetrieve(params?: {
1215
1215
  channel?: string;
@@ -1307,7 +1307,7 @@ interface ManualAckResponse$1 {
1307
1307
  error?: string | null;
1308
1308
  }
1309
1309
 
1310
- declare namespace models$o {
1310
+ declare namespace models$p {
1311
1311
  export type { ConnectionTokenRequestRequest$1 as ConnectionTokenRequestRequest, ConnectionTokenResponse$1 as ConnectionTokenResponse, ManualAckRequestRequest$1 as ManualAckRequestRequest, ManualAckResponse$1 as ManualAckResponse, PublishTestRequestRequest$1 as PublishTestRequestRequest, PublishTestResponse$1 as PublishTestResponse };
1312
1312
  }
1313
1313
 
@@ -1372,7 +1372,7 @@ interface APIZone$1 {
1372
1372
  apps: Array<string>;
1373
1373
  }
1374
1374
 
1375
- declare namespace models$n {
1375
+ declare namespace models$o {
1376
1376
  export type { APIZone$1 as APIZone, APIZonesSummary$1 as APIZonesSummary };
1377
1377
  }
1378
1378
 
@@ -1414,7 +1414,7 @@ declare class CfgDashboardActivity {
1414
1414
  }): Promise<any>;
1415
1415
  }
1416
1416
 
1417
- declare namespace models$m {
1417
+ declare namespace models$n {
1418
1418
  export { };
1419
1419
  }
1420
1420
 
@@ -1441,7 +1441,7 @@ interface ChartDataset$1 {
1441
1441
  fill?: boolean;
1442
1442
  }
1443
1443
 
1444
- declare namespace models$l {
1444
+ declare namespace models$m {
1445
1445
  export type { ChartData$1 as ChartData, ChartDataset$1 as ChartDataset };
1446
1446
  }
1447
1447
 
@@ -1524,7 +1524,7 @@ interface Command$1 {
1524
1524
  risk_level?: string;
1525
1525
  }
1526
1526
 
1527
- declare namespace models$k {
1527
+ declare namespace models$l {
1528
1528
  export type { Command$1 as Command, CommandExecuteRequestRequest$1 as CommandExecuteRequestRequest, CommandHelpResponse$1 as CommandHelpResponse, CommandsSummary$1 as CommandsSummary };
1529
1529
  }
1530
1530
 
@@ -1744,7 +1744,7 @@ interface SystemHealthItem$2 {
1744
1744
  health_percentage?: number | null;
1745
1745
  }
1746
1746
 
1747
- declare namespace models$j {
1747
+ declare namespace models$k {
1748
1748
  export type { ActivityEntry$1 as ActivityEntry, AppStatistics$1 as AppStatistics, DashboardOverview$1 as DashboardOverview, QuickAction$1 as QuickAction, StatCard$1 as StatCard, SystemHealth$2 as SystemHealth, SystemHealthItem$2 as SystemHealthItem, SystemMetrics$2 as SystemMetrics, UserStatistics$2 as UserStatistics };
1749
1749
  }
1750
1750
 
@@ -1779,7 +1779,7 @@ interface UserStatistics$1 {
1779
1779
  superusers: number;
1780
1780
  }
1781
1781
 
1782
- declare namespace models$i {
1782
+ declare namespace models$j {
1783
1783
  export type { UserStatistics$1 as UserStatistics };
1784
1784
  }
1785
1785
 
@@ -1874,7 +1874,7 @@ interface SystemHealthItem$1 {
1874
1874
  health_percentage?: number | null;
1875
1875
  }
1876
1876
 
1877
- declare namespace models$h {
1877
+ declare namespace models$i {
1878
1878
  export type { SystemHealth$1 as SystemHealth, SystemHealthItem$1 as SystemHealthItem, SystemMetrics$1 as SystemMetrics };
1879
1879
  }
1880
1880
 
@@ -1942,7 +1942,7 @@ interface LeadSubmissionError$1 {
1942
1942
  details?: Record<string, any>;
1943
1943
  }
1944
1944
 
1945
- declare namespace models$g {
1945
+ declare namespace models$h {
1946
1946
  export type { LeadSubmissionError$1 as LeadSubmissionError, LeadSubmissionRequest$2 as LeadSubmissionRequest, LeadSubmissionResponse$1 as LeadSubmissionResponse };
1947
1947
  }
1948
1948
 
@@ -2009,7 +2009,7 @@ interface EmailLog$1 {
2009
2009
  error_message: string | null;
2010
2010
  }
2011
2011
 
2012
- declare namespace models$f {
2012
+ declare namespace models$g {
2013
2013
  export type { EmailLog$1 as EmailLog, PaginatedEmailLogList$1 as PaginatedEmailLogList };
2014
2014
  }
2015
2015
 
@@ -2067,7 +2067,7 @@ interface Newsletter$1 {
2067
2067
  subscribers_count: number;
2068
2068
  }
2069
2069
 
2070
- declare namespace models$e {
2070
+ declare namespace models$f {
2071
2071
  export type { Newsletter$1 as Newsletter, PaginatedNewsletterList$1 as PaginatedNewsletterList };
2072
2072
  }
2073
2073
 
@@ -2176,7 +2176,7 @@ interface NewsletterSubscription$1 {
2176
2176
  unsubscribed_at: string | null;
2177
2177
  }
2178
2178
 
2179
- declare namespace models$d {
2179
+ declare namespace models$e {
2180
2180
  export type { ErrorResponse$1 as ErrorResponse, NewsletterSubscription$1 as NewsletterSubscription, PaginatedNewsletterSubscriptionList$1 as PaginatedNewsletterSubscriptionList, SubscribeRequest$1 as SubscribeRequest, SubscribeResponse$1 as SubscribeResponse, SuccessResponse$1 as SuccessResponse, UnsubscribeRequest$2 as UnsubscribeRequest };
2181
2181
  }
2182
2182
 
@@ -2228,7 +2228,7 @@ interface BulkEmailResponse$1 {
2228
2228
  error?: string;
2229
2229
  }
2230
2230
 
2231
- declare namespace models$c {
2231
+ declare namespace models$d {
2232
2232
  export type { BulkEmailResponse$1 as BulkEmailResponse, TestEmailRequest$1 as TestEmailRequest };
2233
2233
  }
2234
2234
 
@@ -2300,7 +2300,7 @@ interface PatchedUserProfileUpdateRequest$1 {
2300
2300
  position?: string;
2301
2301
  }
2302
2302
 
2303
- declare namespace models$b {
2303
+ declare namespace models$c {
2304
2304
  export type { PatchedUserProfileUpdateRequest$1 as PatchedUserProfileUpdateRequest, User$2 as User, UserProfileUpdateRequest$1 as UserProfileUpdateRequest };
2305
2305
  }
2306
2306
 
@@ -2444,7 +2444,7 @@ interface User$1 {
2444
2444
  unanswered_messages_count: number;
2445
2445
  }
2446
2446
 
2447
- declare namespace models$a {
2447
+ declare namespace models$b {
2448
2448
  export type { OTPErrorResponse$1 as OTPErrorResponse, OTPRequestRequest$1 as OTPRequestRequest, OTPRequestResponse$1 as OTPRequestResponse, OTPVerifyRequest$1 as OTPVerifyRequest, OTPVerifyResponse$1 as OTPVerifyResponse, User$1 as User };
2449
2449
  }
2450
2450
 
@@ -2476,7 +2476,7 @@ declare class CfgCentrifugo {
2476
2476
  monitorChannelsRetrieve(): Promise<any>;
2477
2477
  }
2478
2478
 
2479
- declare namespace models$9 {
2479
+ declare namespace models$a {
2480
2480
  export { };
2481
2481
  }
2482
2482
 
@@ -2506,7 +2506,7 @@ declare class CfgDashboard {
2506
2506
  apiDjangoQ2TasksRetrieve(): Promise<any>;
2507
2507
  }
2508
2508
 
2509
- declare namespace models$8 {
2509
+ declare namespace models$9 {
2510
2510
  export { };
2511
2511
  }
2512
2512
 
@@ -2619,7 +2619,7 @@ interface URLPattern$1 {
2619
2619
  module?: string | null;
2620
2620
  }
2621
2621
 
2622
- declare namespace models$7 {
2622
+ declare namespace models$8 {
2623
2623
  export type { Endpoint$1 as Endpoint, EndpointsStatus$1 as EndpointsStatus, URLPattern$1 as URLPattern, URLsList$1 as URLsList };
2624
2624
  }
2625
2625
 
@@ -2643,6 +2643,168 @@ declare class CfgEndpoints {
2643
2643
  urlsCompactRetrieve(): Promise<any>;
2644
2644
  }
2645
2645
 
2646
+ /**
2647
+ * Health check response.
2648
+ *
2649
+ * Response model (includes read-only fields).
2650
+ */
2651
+ interface HealthCheck$2 {
2652
+ /** Health status: healthy or unhealthy */
2653
+ status: string;
2654
+ /** Configured wrapper URL */
2655
+ wrapper_url: string;
2656
+ /** Whether API key is configured */
2657
+ has_api_key: boolean;
2658
+ /** Current timestamp */
2659
+ timestamp: string;
2660
+ }
2661
+ /**
2662
+ * List of gRPC methods with statistics.
2663
+ *
2664
+ * Response model (includes read-only fields).
2665
+ */
2666
+ interface MethodList$1 {
2667
+ /** Method statistics */
2668
+ methods: Array<MethodStatsSerializer$1>;
2669
+ /** Total number of methods */
2670
+ total_methods: number;
2671
+ }
2672
+ /**
2673
+ * Overview statistics for Centrifugo publishes.
2674
+ *
2675
+ * Response model (includes read-only fields).
2676
+ */
2677
+ interface OverviewStats$1 {
2678
+ /** Total publishes in period */
2679
+ total: number;
2680
+ /** Successful publishes */
2681
+ successful: number;
2682
+ /** Failed publishes */
2683
+ failed: number;
2684
+ /** Timeout publishes */
2685
+ timeout: number;
2686
+ /** Success rate percentage */
2687
+ success_rate: number;
2688
+ /** Average duration in milliseconds */
2689
+ avg_duration_ms: number;
2690
+ /** Average ACKs received */
2691
+ avg_acks_received: number;
2692
+ /** Statistics period in hours */
2693
+ period_hours: number;
2694
+ }
2695
+ /**
2696
+ * Recent gRPC requests list.
2697
+ *
2698
+ * Response model (includes read-only fields).
2699
+ */
2700
+ interface RecentRequests$1 {
2701
+ /** List of recent requests */
2702
+ requests: Array<Record<string, any>>;
2703
+ /** Number of requests returned */
2704
+ count: number;
2705
+ /** Total requests available */
2706
+ total_available: number;
2707
+ /** Current offset for pagination */
2708
+ offset?: number;
2709
+ /** Whether more results are available */
2710
+ has_more?: boolean;
2711
+ }
2712
+ /**
2713
+ * List of gRPC services with statistics.
2714
+ *
2715
+ * Response model (includes read-only fields).
2716
+ */
2717
+ interface ServiceList$1 {
2718
+ /** Service statistics */
2719
+ services: Array<ServiceStatsSerializer$1>;
2720
+ /** Total number of services */
2721
+ total_services: number;
2722
+ }
2723
+ /**
2724
+ * Statistics for a single gRPC method.
2725
+ *
2726
+ * Response model (includes read-only fields).
2727
+ */
2728
+ interface MethodStatsSerializer$1 {
2729
+ /** Method name */
2730
+ method_name: string;
2731
+ /** Service name */
2732
+ service_name: string;
2733
+ /** Total requests */
2734
+ total: number;
2735
+ /** Successful requests */
2736
+ successful: number;
2737
+ /** Error requests */
2738
+ errors: number;
2739
+ /** Average duration */
2740
+ avg_duration_ms: number;
2741
+ /** Last activity timestamp */
2742
+ last_activity_at: string | null;
2743
+ }
2744
+ /**
2745
+ * Statistics for a single gRPC service.
2746
+ *
2747
+ * Response model (includes read-only fields).
2748
+ */
2749
+ interface ServiceStatsSerializer$1 {
2750
+ /** Service name */
2751
+ service_name: string;
2752
+ /** Total requests */
2753
+ total: number;
2754
+ /** Successful requests */
2755
+ successful: number;
2756
+ /** Error requests */
2757
+ errors: number;
2758
+ /** Average duration */
2759
+ avg_duration_ms: number;
2760
+ /** Last activity timestamp */
2761
+ last_activity_at: string | null;
2762
+ }
2763
+
2764
+ declare namespace models$7 {
2765
+ export type { HealthCheck$2 as HealthCheck, MethodList$1 as MethodList, MethodStatsSerializer$1 as MethodStatsSerializer, OverviewStats$1 as OverviewStats, RecentRequests$1 as RecentRequests, ServiceList$1 as ServiceList, ServiceStatsSerializer$1 as ServiceStatsSerializer };
2766
+ }
2767
+
2768
+ /**
2769
+ * API endpoints for Grpc Monitoring.
2770
+ */
2771
+ declare class CfgGrpcMonitoring {
2772
+ private client;
2773
+ constructor(client: any);
2774
+ /**
2775
+ * Get gRPC health status
2776
+ *
2777
+ * Returns the current health status of the gRPC server.
2778
+ */
2779
+ grpcMonitorHealthRetrieve(): Promise<HealthCheck$2>;
2780
+ grpcMonitorMethodsRetrieve(hours?: number, service?: string): Promise<MethodList$1[]>;
2781
+ grpcMonitorMethodsRetrieve(params?: {
2782
+ hours?: number;
2783
+ service?: string;
2784
+ }): Promise<MethodList$1[]>;
2785
+ grpcMonitorOverviewRetrieve(hours?: number): Promise<OverviewStats$1>;
2786
+ grpcMonitorOverviewRetrieve(params?: {
2787
+ hours?: number;
2788
+ }): Promise<OverviewStats$1>;
2789
+ grpcMonitorRequestsRetrieve(count?: number, method?: string, offset?: number, service?: string, status?: string): Promise<RecentRequests$1>;
2790
+ grpcMonitorRequestsRetrieve(params?: {
2791
+ count?: number;
2792
+ method?: string;
2793
+ offset?: number;
2794
+ service?: string;
2795
+ status?: string;
2796
+ }): Promise<RecentRequests$1>;
2797
+ grpcMonitorServicesRetrieve(hours?: number): Promise<ServiceList$1[]>;
2798
+ grpcMonitorServicesRetrieve(params?: {
2799
+ hours?: number;
2800
+ }): Promise<ServiceList$1[]>;
2801
+ grpcMonitorTimelineRetrieve(hours?: number, interval?: string): Promise<any>;
2802
+ grpcMonitorTimelineRetrieve(params?: {
2803
+ hours?: number;
2804
+ interval?: string;
2805
+ }): Promise<any>;
2806
+ }
2807
+
2646
2808
  /**
2647
2809
  * Health check response.
2648
2810
  *
@@ -5352,6 +5514,7 @@ declare class APIClient {
5352
5514
  cfg_centrifugo: CfgCentrifugo;
5353
5515
  cfg_dashboard: CfgDashboard;
5354
5516
  cfg_endpoints: CfgEndpoints;
5517
+ cfg_grpc_monitoring: CfgGrpcMonitoring;
5355
5518
  cfg_health: CfgHealth;
5356
5519
  cfg_knowbase: CfgKnowbase;
5357
5520
  cfg_leads: CfgLeads;
@@ -8631,6 +8794,72 @@ declare const OPENAPI_SCHEMA: {
8631
8794
  required: string[];
8632
8795
  type: string;
8633
8796
  };
8797
+ MethodList: {
8798
+ description: string;
8799
+ properties: {
8800
+ methods: {
8801
+ description: string;
8802
+ items: {
8803
+ $ref: string;
8804
+ };
8805
+ title: string;
8806
+ type: string;
8807
+ };
8808
+ total_methods: {
8809
+ description: string;
8810
+ title: string;
8811
+ type: string;
8812
+ };
8813
+ };
8814
+ required: string[];
8815
+ title: string;
8816
+ type: string;
8817
+ };
8818
+ MethodStatsSerializer: {
8819
+ description: string;
8820
+ properties: {
8821
+ avg_duration_ms: {
8822
+ description: string;
8823
+ title: string;
8824
+ type: string;
8825
+ };
8826
+ errors: {
8827
+ description: string;
8828
+ title: string;
8829
+ type: string;
8830
+ };
8831
+ last_activity_at: {
8832
+ anyOf: {
8833
+ type: string;
8834
+ }[];
8835
+ description: string;
8836
+ title: string;
8837
+ };
8838
+ method_name: {
8839
+ description: string;
8840
+ title: string;
8841
+ type: string;
8842
+ };
8843
+ service_name: {
8844
+ description: string;
8845
+ title: string;
8846
+ type: string;
8847
+ };
8848
+ successful: {
8849
+ description: string;
8850
+ title: string;
8851
+ type: string;
8852
+ };
8853
+ total: {
8854
+ description: string;
8855
+ title: string;
8856
+ type: string;
8857
+ };
8858
+ };
8859
+ required: string[];
8860
+ title: string;
8861
+ type: string;
8862
+ };
8634
8863
  Newsletter: {
8635
8864
  description: string;
8636
8865
  properties: {
@@ -10765,6 +10994,45 @@ declare const OPENAPI_SCHEMA: {
10765
10994
  title: string;
10766
10995
  type: string;
10767
10996
  };
10997
+ RecentRequests: {
10998
+ description: string;
10999
+ properties: {
11000
+ count: {
11001
+ description: string;
11002
+ title: string;
11003
+ type: string;
11004
+ };
11005
+ has_more: {
11006
+ default: boolean;
11007
+ description: string;
11008
+ title: string;
11009
+ type: string;
11010
+ };
11011
+ offset: {
11012
+ default: number;
11013
+ description: string;
11014
+ title: string;
11015
+ type: string;
11016
+ };
11017
+ requests: {
11018
+ description: string;
11019
+ items: {
11020
+ additionalProperties: boolean;
11021
+ type: string;
11022
+ };
11023
+ title: string;
11024
+ type: string;
11025
+ };
11026
+ total_available: {
11027
+ description: string;
11028
+ title: string;
11029
+ type: string;
11030
+ };
11031
+ };
11032
+ required: string[];
11033
+ title: string;
11034
+ type: string;
11035
+ };
10768
11036
  RecentUser: {
10769
11037
  description: string;
10770
11038
  properties: {
@@ -10869,15 +11137,76 @@ declare const OPENAPI_SCHEMA: {
10869
11137
  required: string[];
10870
11138
  type: string;
10871
11139
  };
10872
- StatCard: {
11140
+ ServiceList: {
10873
11141
  description: string;
10874
11142
  properties: {
10875
- change: {
11143
+ services: {
10876
11144
  description: string;
10877
- nullable: boolean;
10878
- type: string;
10879
- };
10880
- change_type: {
11145
+ items: {
11146
+ $ref: string;
11147
+ };
11148
+ title: string;
11149
+ type: string;
11150
+ };
11151
+ total_services: {
11152
+ description: string;
11153
+ title: string;
11154
+ type: string;
11155
+ };
11156
+ };
11157
+ required: string[];
11158
+ title: string;
11159
+ type: string;
11160
+ };
11161
+ ServiceStatsSerializer: {
11162
+ description: string;
11163
+ properties: {
11164
+ avg_duration_ms: {
11165
+ description: string;
11166
+ title: string;
11167
+ type: string;
11168
+ };
11169
+ errors: {
11170
+ description: string;
11171
+ title: string;
11172
+ type: string;
11173
+ };
11174
+ last_activity_at: {
11175
+ anyOf: {
11176
+ type: string;
11177
+ }[];
11178
+ description: string;
11179
+ title: string;
11180
+ };
11181
+ service_name: {
11182
+ description: string;
11183
+ title: string;
11184
+ type: string;
11185
+ };
11186
+ successful: {
11187
+ description: string;
11188
+ title: string;
11189
+ type: string;
11190
+ };
11191
+ total: {
11192
+ description: string;
11193
+ title: string;
11194
+ type: string;
11195
+ };
11196
+ };
11197
+ required: string[];
11198
+ title: string;
11199
+ type: string;
11200
+ };
11201
+ StatCard: {
11202
+ description: string;
11203
+ properties: {
11204
+ change: {
11205
+ description: string;
11206
+ nullable: boolean;
11207
+ type: string;
11208
+ };
11209
+ change_type: {
10881
11210
  default: string;
10882
11211
  description: string;
10883
11212
  enum: string[];
@@ -14281,7 +14610,327 @@ declare const OPENAPI_SCHEMA: {
14281
14610
  content: {
14282
14611
  "application/json": {
14283
14612
  schema: {
14284
- $ref: string;
14613
+ $ref: string;
14614
+ };
14615
+ };
14616
+ };
14617
+ description: string;
14618
+ };
14619
+ };
14620
+ security: ({
14621
+ jwtAuth: any[];
14622
+ cookieAuth?: undefined;
14623
+ basicAuth?: undefined;
14624
+ } | {
14625
+ cookieAuth: any[];
14626
+ jwtAuth?: undefined;
14627
+ basicAuth?: undefined;
14628
+ } | {
14629
+ basicAuth: any[];
14630
+ jwtAuth?: undefined;
14631
+ cookieAuth?: undefined;
14632
+ })[];
14633
+ summary: string;
14634
+ tags: string[];
14635
+ "x-async-capable": boolean;
14636
+ };
14637
+ };
14638
+ "/cfg/endpoints/drf/": {
14639
+ get: {
14640
+ description: string;
14641
+ operationId: string;
14642
+ responses: {
14643
+ "200": {
14644
+ content: {
14645
+ "application/json": {
14646
+ schema: {
14647
+ $ref: string;
14648
+ };
14649
+ };
14650
+ };
14651
+ description: string;
14652
+ };
14653
+ };
14654
+ security: ({
14655
+ jwtAuth: any[];
14656
+ } | {
14657
+ jwtAuth?: undefined;
14658
+ })[];
14659
+ tags: string[];
14660
+ "x-async-capable": boolean;
14661
+ };
14662
+ };
14663
+ "/cfg/endpoints/urls/": {
14664
+ get: {
14665
+ description: string;
14666
+ operationId: string;
14667
+ responses: {
14668
+ "200": {
14669
+ content: {
14670
+ "application/json": {
14671
+ schema: {
14672
+ $ref: string;
14673
+ };
14674
+ };
14675
+ };
14676
+ description: string;
14677
+ };
14678
+ };
14679
+ security: ({
14680
+ jwtAuth: any[];
14681
+ } | {
14682
+ jwtAuth?: undefined;
14683
+ })[];
14684
+ tags: string[];
14685
+ "x-async-capable": boolean;
14686
+ };
14687
+ };
14688
+ "/cfg/endpoints/urls/compact/": {
14689
+ get: {
14690
+ description: string;
14691
+ operationId: string;
14692
+ responses: {
14693
+ "200": {
14694
+ description: string;
14695
+ };
14696
+ };
14697
+ security: ({
14698
+ jwtAuth: any[];
14699
+ } | {
14700
+ jwtAuth?: undefined;
14701
+ })[];
14702
+ tags: string[];
14703
+ "x-async-capable": boolean;
14704
+ };
14705
+ };
14706
+ "/cfg/grpc/monitor/health/": {
14707
+ get: {
14708
+ description: string;
14709
+ operationId: string;
14710
+ responses: {
14711
+ "200": {
14712
+ content: {
14713
+ "application/json": {
14714
+ schema: {
14715
+ $ref: string;
14716
+ };
14717
+ };
14718
+ };
14719
+ description: string;
14720
+ };
14721
+ "503": {
14722
+ content: {
14723
+ "application/json": {
14724
+ schema: {
14725
+ description: string;
14726
+ };
14727
+ };
14728
+ };
14729
+ description: string;
14730
+ };
14731
+ };
14732
+ security: ({
14733
+ jwtAuth: any[];
14734
+ cookieAuth?: undefined;
14735
+ basicAuth?: undefined;
14736
+ } | {
14737
+ cookieAuth: any[];
14738
+ jwtAuth?: undefined;
14739
+ basicAuth?: undefined;
14740
+ } | {
14741
+ basicAuth: any[];
14742
+ jwtAuth?: undefined;
14743
+ cookieAuth?: undefined;
14744
+ })[];
14745
+ summary: string;
14746
+ tags: string[];
14747
+ "x-async-capable": boolean;
14748
+ };
14749
+ };
14750
+ "/cfg/grpc/monitor/methods/": {
14751
+ get: {
14752
+ description: string;
14753
+ operationId: string;
14754
+ parameters: {
14755
+ description: string;
14756
+ in: string;
14757
+ name: string;
14758
+ schema: {
14759
+ type: string;
14760
+ };
14761
+ }[];
14762
+ responses: {
14763
+ "200": {
14764
+ content: {
14765
+ "application/json": {
14766
+ schema: {
14767
+ $ref: string;
14768
+ };
14769
+ };
14770
+ };
14771
+ description: string;
14772
+ };
14773
+ "400": {
14774
+ content: {
14775
+ "application/json": {
14776
+ schema: {
14777
+ description: string;
14778
+ };
14779
+ };
14780
+ };
14781
+ description: string;
14782
+ };
14783
+ };
14784
+ security: ({
14785
+ jwtAuth: any[];
14786
+ cookieAuth?: undefined;
14787
+ basicAuth?: undefined;
14788
+ } | {
14789
+ cookieAuth: any[];
14790
+ jwtAuth?: undefined;
14791
+ basicAuth?: undefined;
14792
+ } | {
14793
+ basicAuth: any[];
14794
+ jwtAuth?: undefined;
14795
+ cookieAuth?: undefined;
14796
+ })[];
14797
+ summary: string;
14798
+ tags: string[];
14799
+ "x-async-capable": boolean;
14800
+ };
14801
+ };
14802
+ "/cfg/grpc/monitor/overview/": {
14803
+ get: {
14804
+ description: string;
14805
+ operationId: string;
14806
+ parameters: {
14807
+ description: string;
14808
+ in: string;
14809
+ name: string;
14810
+ schema: {
14811
+ type: string;
14812
+ };
14813
+ }[];
14814
+ responses: {
14815
+ "200": {
14816
+ content: {
14817
+ "application/json": {
14818
+ schema: {
14819
+ $ref: string;
14820
+ };
14821
+ };
14822
+ };
14823
+ description: string;
14824
+ };
14825
+ "400": {
14826
+ content: {
14827
+ "application/json": {
14828
+ schema: {
14829
+ description: string;
14830
+ };
14831
+ };
14832
+ };
14833
+ description: string;
14834
+ };
14835
+ };
14836
+ security: ({
14837
+ jwtAuth: any[];
14838
+ cookieAuth?: undefined;
14839
+ basicAuth?: undefined;
14840
+ } | {
14841
+ cookieAuth: any[];
14842
+ jwtAuth?: undefined;
14843
+ basicAuth?: undefined;
14844
+ } | {
14845
+ basicAuth: any[];
14846
+ jwtAuth?: undefined;
14847
+ cookieAuth?: undefined;
14848
+ })[];
14849
+ summary: string;
14850
+ tags: string[];
14851
+ "x-async-capable": boolean;
14852
+ };
14853
+ };
14854
+ "/cfg/grpc/monitor/requests/": {
14855
+ get: {
14856
+ description: string;
14857
+ operationId: string;
14858
+ parameters: {
14859
+ description: string;
14860
+ in: string;
14861
+ name: string;
14862
+ schema: {
14863
+ type: string;
14864
+ };
14865
+ }[];
14866
+ responses: {
14867
+ "200": {
14868
+ content: {
14869
+ "application/json": {
14870
+ schema: {
14871
+ $ref: string;
14872
+ };
14873
+ };
14874
+ };
14875
+ description: string;
14876
+ };
14877
+ "400": {
14878
+ content: {
14879
+ "application/json": {
14880
+ schema: {
14881
+ description: string;
14882
+ };
14883
+ };
14884
+ };
14885
+ description: string;
14886
+ };
14887
+ };
14888
+ security: ({
14889
+ jwtAuth: any[];
14890
+ cookieAuth?: undefined;
14891
+ basicAuth?: undefined;
14892
+ } | {
14893
+ cookieAuth: any[];
14894
+ jwtAuth?: undefined;
14895
+ basicAuth?: undefined;
14896
+ } | {
14897
+ basicAuth: any[];
14898
+ jwtAuth?: undefined;
14899
+ cookieAuth?: undefined;
14900
+ })[];
14901
+ summary: string;
14902
+ tags: string[];
14903
+ "x-async-capable": boolean;
14904
+ };
14905
+ };
14906
+ "/cfg/grpc/monitor/services/": {
14907
+ get: {
14908
+ description: string;
14909
+ operationId: string;
14910
+ parameters: {
14911
+ description: string;
14912
+ in: string;
14913
+ name: string;
14914
+ schema: {
14915
+ type: string;
14916
+ };
14917
+ }[];
14918
+ responses: {
14919
+ "200": {
14920
+ content: {
14921
+ "application/json": {
14922
+ schema: {
14923
+ $ref: string;
14924
+ };
14925
+ };
14926
+ };
14927
+ description: string;
14928
+ };
14929
+ "400": {
14930
+ content: {
14931
+ "application/json": {
14932
+ schema: {
14933
+ description: string;
14285
14934
  };
14286
14935
  };
14287
14936
  };
@@ -14306,41 +14955,34 @@ declare const OPENAPI_SCHEMA: {
14306
14955
  "x-async-capable": boolean;
14307
14956
  };
14308
14957
  };
14309
- "/cfg/endpoints/drf/": {
14958
+ "/cfg/grpc/monitor/timeline/": {
14310
14959
  get: {
14311
14960
  description: string;
14312
14961
  operationId: string;
14962
+ parameters: {
14963
+ description: string;
14964
+ in: string;
14965
+ name: string;
14966
+ schema: {
14967
+ type: string;
14968
+ };
14969
+ }[];
14313
14970
  responses: {
14314
14971
  "200": {
14315
14972
  content: {
14316
14973
  "application/json": {
14317
14974
  schema: {
14318
- $ref: string;
14975
+ description: string;
14319
14976
  };
14320
14977
  };
14321
14978
  };
14322
14979
  description: string;
14323
14980
  };
14324
- };
14325
- security: ({
14326
- jwtAuth: any[];
14327
- } | {
14328
- jwtAuth?: undefined;
14329
- })[];
14330
- tags: string[];
14331
- "x-async-capable": boolean;
14332
- };
14333
- };
14334
- "/cfg/endpoints/urls/": {
14335
- get: {
14336
- description: string;
14337
- operationId: string;
14338
- responses: {
14339
- "200": {
14981
+ "400": {
14340
14982
  content: {
14341
14983
  "application/json": {
14342
14984
  schema: {
14343
- $ref: string;
14985
+ description: string;
14344
14986
  };
14345
14987
  };
14346
14988
  };
@@ -14349,27 +14991,18 @@ declare const OPENAPI_SCHEMA: {
14349
14991
  };
14350
14992
  security: ({
14351
14993
  jwtAuth: any[];
14994
+ cookieAuth?: undefined;
14995
+ basicAuth?: undefined;
14352
14996
  } | {
14997
+ cookieAuth: any[];
14353
14998
  jwtAuth?: undefined;
14354
- })[];
14355
- tags: string[];
14356
- "x-async-capable": boolean;
14357
- };
14358
- };
14359
- "/cfg/endpoints/urls/compact/": {
14360
- get: {
14361
- description: string;
14362
- operationId: string;
14363
- responses: {
14364
- "200": {
14365
- description: string;
14366
- };
14367
- };
14368
- security: ({
14369
- jwtAuth: any[];
14999
+ basicAuth?: undefined;
14370
15000
  } | {
15001
+ basicAuth: any[];
14371
15002
  jwtAuth?: undefined;
15003
+ cookieAuth?: undefined;
14372
15004
  })[];
15005
+ summary: string;
14373
15006
  tags: string[];
14374
15007
  "x-async-capable": boolean;
14375
15008
  };
@@ -21346,6 +21979,57 @@ declare const MessageRequestSchema: z.ZodObject<{
21346
21979
  */
21347
21980
  type MessageRequest = z.infer<typeof MessageRequestSchema>;
21348
21981
 
21982
+ /**
21983
+ * Zod schema for MethodList
21984
+ *
21985
+ * This schema provides runtime validation and type inference.
21986
+ * * List of gRPC methods with statistics.
21987
+ * */
21988
+
21989
+ /**
21990
+ * List of gRPC methods with statistics.
21991
+ */
21992
+ declare const MethodListSchema: z.ZodObject<{
21993
+ methods: z.ZodArray<z.ZodObject<{
21994
+ method_name: z.ZodString;
21995
+ service_name: z.ZodString;
21996
+ total: z.ZodInt;
21997
+ successful: z.ZodInt;
21998
+ errors: z.ZodInt;
21999
+ avg_duration_ms: z.ZodNumber;
22000
+ last_activity_at: z.ZodNullable<z.ZodString>;
22001
+ }, z.core.$strip>>;
22002
+ total_methods: z.ZodInt;
22003
+ }, z.core.$strip>;
22004
+ /**
22005
+ * Infer TypeScript type from Zod schema
22006
+ */
22007
+ type MethodList = z.infer<typeof MethodListSchema>;
22008
+
22009
+ /**
22010
+ * Zod schema for MethodStatsSerializer
22011
+ *
22012
+ * This schema provides runtime validation and type inference.
22013
+ * * Statistics for a single gRPC method.
22014
+ * */
22015
+
22016
+ /**
22017
+ * Statistics for a single gRPC method.
22018
+ */
22019
+ declare const MethodStatsSerializerSchema: z.ZodObject<{
22020
+ method_name: z.ZodString;
22021
+ service_name: z.ZodString;
22022
+ total: z.ZodInt;
22023
+ successful: z.ZodInt;
22024
+ errors: z.ZodInt;
22025
+ avg_duration_ms: z.ZodNumber;
22026
+ last_activity_at: z.ZodNullable<z.ZodString>;
22027
+ }, z.core.$strip>;
22028
+ /**
22029
+ * Infer TypeScript type from Zod schema
22030
+ */
22031
+ type MethodStatsSerializer = z.infer<typeof MethodStatsSerializerSchema>;
22032
+
21349
22033
  /**
21350
22034
  * Zod schema for Newsletter
21351
22035
  *
@@ -22659,6 +23343,28 @@ declare const RecentPublishesSchema: z.ZodObject<{
22659
23343
  */
22660
23344
  type RecentPublishes = z.infer<typeof RecentPublishesSchema>;
22661
23345
 
23346
+ /**
23347
+ * Zod schema for RecentRequests
23348
+ *
23349
+ * This schema provides runtime validation and type inference.
23350
+ * * Recent gRPC requests list.
23351
+ * */
23352
+
23353
+ /**
23354
+ * Recent gRPC requests list.
23355
+ */
23356
+ declare const RecentRequestsSchema: z.ZodObject<{
23357
+ requests: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>;
23358
+ count: z.ZodInt;
23359
+ total_available: z.ZodInt;
23360
+ offset: z.ZodOptional<z.ZodInt>;
23361
+ has_more: z.ZodOptional<z.ZodBoolean>;
23362
+ }, z.core.$strip>;
23363
+ /**
23364
+ * Infer TypeScript type from Zod schema
23365
+ */
23366
+ type RecentRequests = z.infer<typeof RecentRequestsSchema>;
23367
+
22662
23368
  /**
22663
23369
  * Zod schema for RecentUser
22664
23370
  *
@@ -22743,6 +23449,55 @@ declare const SenderSchema: z.ZodObject<{
22743
23449
  */
22744
23450
  type Sender = z.infer<typeof SenderSchema>;
22745
23451
 
23452
+ /**
23453
+ * Zod schema for ServiceList
23454
+ *
23455
+ * This schema provides runtime validation and type inference.
23456
+ * * List of gRPC services with statistics.
23457
+ * */
23458
+
23459
+ /**
23460
+ * List of gRPC services with statistics.
23461
+ */
23462
+ declare const ServiceListSchema: z.ZodObject<{
23463
+ services: z.ZodArray<z.ZodObject<{
23464
+ service_name: z.ZodString;
23465
+ total: z.ZodInt;
23466
+ successful: z.ZodInt;
23467
+ errors: z.ZodInt;
23468
+ avg_duration_ms: z.ZodNumber;
23469
+ last_activity_at: z.ZodNullable<z.ZodString>;
23470
+ }, z.core.$strip>>;
23471
+ total_services: z.ZodInt;
23472
+ }, z.core.$strip>;
23473
+ /**
23474
+ * Infer TypeScript type from Zod schema
23475
+ */
23476
+ type ServiceList = z.infer<typeof ServiceListSchema>;
23477
+
23478
+ /**
23479
+ * Zod schema for ServiceStatsSerializer
23480
+ *
23481
+ * This schema provides runtime validation and type inference.
23482
+ * * Statistics for a single gRPC service.
23483
+ * */
23484
+
23485
+ /**
23486
+ * Statistics for a single gRPC service.
23487
+ */
23488
+ declare const ServiceStatsSerializerSchema: z.ZodObject<{
23489
+ service_name: z.ZodString;
23490
+ total: z.ZodInt;
23491
+ successful: z.ZodInt;
23492
+ errors: z.ZodInt;
23493
+ avg_duration_ms: z.ZodNumber;
23494
+ last_activity_at: z.ZodNullable<z.ZodString>;
23495
+ }, z.core.$strip>;
23496
+ /**
23497
+ * Infer TypeScript type from Zod schema
23498
+ */
23499
+ type ServiceStatsSerializer = z.infer<typeof ServiceStatsSerializerSchema>;
23500
+
22746
23501
  /**
22747
23502
  * Zod schema for StatCard
22748
23503
  *
@@ -23731,6 +24486,10 @@ declare const index$2_MessageCreateSchema: typeof MessageCreateSchema;
23731
24486
  type index$2_MessageRequest = MessageRequest;
23732
24487
  declare const index$2_MessageRequestSchema: typeof MessageRequestSchema;
23733
24488
  declare const index$2_MessageSchema: typeof MessageSchema;
24489
+ type index$2_MethodList = MethodList;
24490
+ declare const index$2_MethodListSchema: typeof MethodListSchema;
24491
+ type index$2_MethodStatsSerializer = MethodStatsSerializer;
24492
+ declare const index$2_MethodStatsSerializerSchema: typeof MethodStatsSerializerSchema;
23734
24493
  type index$2_Newsletter = Newsletter;
23735
24494
  type index$2_NewsletterCampaign = NewsletterCampaign;
23736
24495
  type index$2_NewsletterCampaignRequest = NewsletterCampaignRequest;
@@ -23831,6 +24590,8 @@ type index$2_QuickHealth = QuickHealth;
23831
24590
  declare const index$2_QuickHealthSchema: typeof QuickHealthSchema;
23832
24591
  type index$2_RecentPublishes = RecentPublishes;
23833
24592
  declare const index$2_RecentPublishesSchema: typeof RecentPublishesSchema;
24593
+ type index$2_RecentRequests = RecentRequests;
24594
+ declare const index$2_RecentRequestsSchema: typeof RecentRequestsSchema;
23834
24595
  type index$2_RecentUser = RecentUser;
23835
24596
  declare const index$2_RecentUserSchema: typeof RecentUserSchema;
23836
24597
  type index$2_SendCampaignRequest = SendCampaignRequest;
@@ -23839,6 +24600,10 @@ type index$2_SendCampaignResponse = SendCampaignResponse;
23839
24600
  declare const index$2_SendCampaignResponseSchema: typeof SendCampaignResponseSchema;
23840
24601
  type index$2_Sender = Sender;
23841
24602
  declare const index$2_SenderSchema: typeof SenderSchema;
24603
+ type index$2_ServiceList = ServiceList;
24604
+ declare const index$2_ServiceListSchema: typeof ServiceListSchema;
24605
+ type index$2_ServiceStatsSerializer = ServiceStatsSerializer;
24606
+ declare const index$2_ServiceStatsSerializerSchema: typeof ServiceStatsSerializerSchema;
23842
24607
  type index$2_StatCard = StatCard;
23843
24608
  declare const index$2_StatCardSchema: typeof StatCardSchema;
23844
24609
  type index$2_SubscribeRequest = SubscribeRequest;
@@ -23902,7 +24667,7 @@ declare const index$2_VectorizationResultSchema: typeof VectorizationResultSchem
23902
24667
  type index$2_VectorizationStatistics = VectorizationStatistics;
23903
24668
  declare const index$2_VectorizationStatisticsSchema: typeof VectorizationStatisticsSchema;
23904
24669
  declare namespace index$2 {
23905
- export { type index$2_APIZone as APIZone, index$2_APIZoneSchema as APIZoneSchema, type index$2_APIZonesSummary as APIZonesSummary, index$2_APIZonesSummarySchema as APIZonesSummarySchema, type index$2_ActivityEntry as ActivityEntry, index$2_ActivityEntrySchema as ActivityEntrySchema, type index$2_ActivityTrackerDay as ActivityTrackerDay, index$2_ActivityTrackerDaySchema as ActivityTrackerDaySchema, type index$2_AppStatistics as AppStatistics, index$2_AppStatisticsSchema as AppStatisticsSchema, type index$2_ArchiveItem as ArchiveItem, type index$2_ArchiveItemChunk as ArchiveItemChunk, type index$2_ArchiveItemChunkDetail as ArchiveItemChunkDetail, index$2_ArchiveItemChunkDetailSchema as ArchiveItemChunkDetailSchema, type index$2_ArchiveItemChunkRequest as ArchiveItemChunkRequest, index$2_ArchiveItemChunkRequestSchema as ArchiveItemChunkRequestSchema, index$2_ArchiveItemChunkSchema as ArchiveItemChunkSchema, type index$2_ArchiveItemDetail as ArchiveItemDetail, index$2_ArchiveItemDetailSchema as ArchiveItemDetailSchema, type index$2_ArchiveItemRequest as ArchiveItemRequest, index$2_ArchiveItemRequestSchema as ArchiveItemRequestSchema, index$2_ArchiveItemSchema as ArchiveItemSchema, type index$2_ArchiveProcessingResult as ArchiveProcessingResult, index$2_ArchiveProcessingResultSchema as ArchiveProcessingResultSchema, type index$2_ArchiveSearchRequestRequest as ArchiveSearchRequestRequest, index$2_ArchiveSearchRequestRequestSchema as ArchiveSearchRequestRequestSchema, type index$2_ArchiveSearchResult as ArchiveSearchResult, index$2_ArchiveSearchResultSchema as ArchiveSearchResultSchema, type index$2_ArchiveStatistics as ArchiveStatistics, index$2_ArchiveStatisticsSchema as ArchiveStatisticsSchema, type index$2_Balance as Balance, index$2_BalanceSchema as BalanceSchema, type index$2_BulkEmailRequest as BulkEmailRequest, index$2_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$2_BulkEmailResponse as BulkEmailResponse, index$2_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$2_CentrifugoChannelInfo as CentrifugoChannelInfo, index$2_CentrifugoChannelInfoSchema as CentrifugoChannelInfoSchema, type index$2_CentrifugoChannelsRequestRequest as CentrifugoChannelsRequestRequest, index$2_CentrifugoChannelsRequestRequestSchema as CentrifugoChannelsRequestRequestSchema, type index$2_CentrifugoChannelsResponse as CentrifugoChannelsResponse, index$2_CentrifugoChannelsResponseSchema as CentrifugoChannelsResponseSchema, type index$2_CentrifugoChannelsResult as CentrifugoChannelsResult, index$2_CentrifugoChannelsResultSchema as CentrifugoChannelsResultSchema, type index$2_CentrifugoClientInfo as CentrifugoClientInfo, index$2_CentrifugoClientInfoSchema as CentrifugoClientInfoSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHistoryRequestRequest as CentrifugoHistoryRequestRequest, index$2_CentrifugoHistoryRequestRequestSchema as CentrifugoHistoryRequestRequestSchema, type index$2_CentrifugoHistoryResponse as CentrifugoHistoryResponse, index$2_CentrifugoHistoryResponseSchema as CentrifugoHistoryResponseSchema, type index$2_CentrifugoHistoryResult as CentrifugoHistoryResult, index$2_CentrifugoHistoryResultSchema as CentrifugoHistoryResultSchema, type index$2_CentrifugoInfoResponse as CentrifugoInfoResponse, index$2_CentrifugoInfoResponseSchema as CentrifugoInfoResponseSchema, type index$2_CentrifugoInfoResult as CentrifugoInfoResult, index$2_CentrifugoInfoResultSchema as CentrifugoInfoResultSchema, type index$2_CentrifugoMetrics as CentrifugoMetrics, index$2_CentrifugoMetricsSchema as CentrifugoMetricsSchema, type index$2_CentrifugoNodeInfo as CentrifugoNodeInfo, index$2_CentrifugoNodeInfoSchema as CentrifugoNodeInfoSchema, type index$2_CentrifugoPresenceRequestRequest as CentrifugoPresenceRequestRequest, index$2_CentrifugoPresenceRequestRequestSchema as CentrifugoPresenceRequestRequestSchema, type index$2_CentrifugoPresenceResponse as CentrifugoPresenceResponse, index$2_CentrifugoPresenceResponseSchema as CentrifugoPresenceResponseSchema, type index$2_CentrifugoPresenceResult as CentrifugoPresenceResult, index$2_CentrifugoPresenceResultSchema as CentrifugoPresenceResultSchema, type index$2_CentrifugoPresenceStatsRequestRequest as CentrifugoPresenceStatsRequestRequest, index$2_CentrifugoPresenceStatsRequestRequestSchema as CentrifugoPresenceStatsRequestRequestSchema, type index$2_CentrifugoPresenceStatsResponse as CentrifugoPresenceStatsResponse, index$2_CentrifugoPresenceStatsResponseSchema as CentrifugoPresenceStatsResponseSchema, type index$2_CentrifugoPresenceStatsResult as CentrifugoPresenceStatsResult, index$2_CentrifugoPresenceStatsResultSchema as CentrifugoPresenceStatsResultSchema, type index$2_CentrifugoProcess as CentrifugoProcess, index$2_CentrifugoProcessSchema as CentrifugoProcessSchema, type index$2_CentrifugoPublication as CentrifugoPublication, index$2_CentrifugoPublicationSchema as CentrifugoPublicationSchema, type index$2_CentrifugoStreamPosition as CentrifugoStreamPosition, index$2_CentrifugoStreamPositionSchema as CentrifugoStreamPositionSchema, type index$2_ChannelList as ChannelList, index$2_ChannelListSchema as ChannelListSchema, type index$2_ChannelStatsSerializer as ChannelStatsSerializer, index$2_ChannelStatsSerializerSchema as ChannelStatsSerializerSchema, type index$2_ChartData as ChartData, index$2_ChartDataSchema as ChartDataSchema, type index$2_ChartDataset as ChartDataset, index$2_ChartDatasetSchema as ChartDatasetSchema, type index$2_ChatHistory as ChatHistory, index$2_ChatHistorySchema as ChatHistorySchema, type index$2_ChatMessage as ChatMessage, index$2_ChatMessageSchema as ChatMessageSchema, type index$2_ChatQueryRequest as ChatQueryRequest, index$2_ChatQueryRequestSchema as ChatQueryRequestSchema, type index$2_ChatResponse as ChatResponse, type index$2_ChatResponseRequest as ChatResponseRequest, index$2_ChatResponseRequestSchema as ChatResponseRequestSchema, index$2_ChatResponseSchema as ChatResponseSchema, type index$2_ChatSession as ChatSession, type index$2_ChatSessionCreateRequest as ChatSessionCreateRequest, index$2_ChatSessionCreateRequestSchema as ChatSessionCreateRequestSchema, type index$2_ChatSessionRequest as ChatSessionRequest, index$2_ChatSessionRequestSchema as ChatSessionRequestSchema, index$2_ChatSessionSchema as ChatSessionSchema, type index$2_ChatSource as ChatSource, type index$2_ChatSourceRequest as ChatSourceRequest, index$2_ChatSourceRequestSchema as ChatSourceRequestSchema, index$2_ChatSourceSchema as ChatSourceSchema, type index$2_ChunkRevectorizationRequestRequest as ChunkRevectorizationRequestRequest, index$2_ChunkRevectorizationRequestRequestSchema as ChunkRevectorizationRequestRequestSchema, type index$2_Command as Command, type index$2_CommandExecuteRequestRequest as CommandExecuteRequestRequest, index$2_CommandExecuteRequestRequestSchema as CommandExecuteRequestRequestSchema, type index$2_CommandHelpResponse as CommandHelpResponse, index$2_CommandHelpResponseSchema as CommandHelpResponseSchema, index$2_CommandSchema as CommandSchema, type index$2_CommandsSummary as CommandsSummary, index$2_CommandsSummarySchema as CommandsSummarySchema, type index$2_ConnectionTokenRequestRequest as ConnectionTokenRequestRequest, index$2_ConnectionTokenRequestRequestSchema as ConnectionTokenRequestRequestSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, type index$2_Document as Document, type index$2_DocumentArchive as DocumentArchive, type index$2_DocumentArchiveDetail as DocumentArchiveDetail, index$2_DocumentArchiveDetailSchema as DocumentArchiveDetailSchema, type index$2_DocumentArchiveList as DocumentArchiveList, index$2_DocumentArchiveListSchema as DocumentArchiveListSchema, type index$2_DocumentArchiveRequest as DocumentArchiveRequest, index$2_DocumentArchiveRequestSchema as DocumentArchiveRequestSchema, index$2_DocumentArchiveSchema as DocumentArchiveSchema, type index$2_DocumentCategory as DocumentCategory, type index$2_DocumentCategoryRequest as DocumentCategoryRequest, index$2_DocumentCategoryRequestSchema as DocumentCategoryRequestSchema, index$2_DocumentCategorySchema as DocumentCategorySchema, type index$2_DocumentCreateRequest as DocumentCreateRequest, index$2_DocumentCreateRequestSchema as DocumentCreateRequestSchema, type index$2_DocumentProcessingStatus as DocumentProcessingStatus, index$2_DocumentProcessingStatusSchema as DocumentProcessingStatusSchema, type index$2_DocumentRequest as DocumentRequest, index$2_DocumentRequestSchema as DocumentRequestSchema, index$2_DocumentSchema as DocumentSchema, type index$2_DocumentStats as DocumentStats, index$2_DocumentStatsSchema as DocumentStatsSchema, type index$2_EmailLog as EmailLog, index$2_EmailLogSchema as EmailLogSchema, type index$2_Endpoint as Endpoint, index$2_EndpointSchema as EndpointSchema, type index$2_EndpointsStatus as EndpointsStatus, index$2_EndpointsStatusSchema as EndpointsStatusSchema, type index$2_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, type index$2_LeadSubmission as LeadSubmission, type index$2_LeadSubmissionError as LeadSubmissionError, index$2_LeadSubmissionErrorSchema as LeadSubmissionErrorSchema, type index$2_LeadSubmissionRequest as LeadSubmissionRequest, index$2_LeadSubmissionRequestSchema as LeadSubmissionRequestSchema, type index$2_LeadSubmissionResponse as LeadSubmissionResponse, index$2_LeadSubmissionResponseSchema as LeadSubmissionResponseSchema, index$2_LeadSubmissionSchema as LeadSubmissionSchema, type index$2_ManualAckRequestRequest as ManualAckRequestRequest, index$2_ManualAckRequestRequestSchema as ManualAckRequestRequestSchema, type index$2_ManualAckResponse as ManualAckResponse, index$2_ManualAckResponseSchema as ManualAckResponseSchema, type index$2_Message as Message, type index$2_MessageCreate as MessageCreate, type index$2_MessageCreateRequest as MessageCreateRequest, index$2_MessageCreateRequestSchema as MessageCreateRequestSchema, index$2_MessageCreateSchema as MessageCreateSchema, type index$2_MessageRequest as MessageRequest, index$2_MessageRequestSchema as MessageRequestSchema, index$2_MessageSchema as MessageSchema, type index$2_Newsletter as Newsletter, type index$2_NewsletterCampaign as NewsletterCampaign, type index$2_NewsletterCampaignRequest as NewsletterCampaignRequest, index$2_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$2_NewsletterCampaignSchema as NewsletterCampaignSchema, index$2_NewsletterSchema as NewsletterSchema, type index$2_NewsletterSubscription as NewsletterSubscription, index$2_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$2_OTPErrorResponse as OTPErrorResponse, index$2_OTPErrorResponseSchema as OTPErrorResponseSchema, type index$2_OTPRequestRequest as OTPRequestRequest, index$2_OTPRequestRequestSchema as OTPRequestRequestSchema, type index$2_OTPRequestResponse as OTPRequestResponse, index$2_OTPRequestResponseSchema as OTPRequestResponseSchema, type index$2_OTPVerifyRequest as OTPVerifyRequest, index$2_OTPVerifyRequestSchema as OTPVerifyRequestSchema, type index$2_OTPVerifyResponse as OTPVerifyResponse, index$2_OTPVerifyResponseSchema as OTPVerifyResponseSchema, type index$2_OverviewStats as OverviewStats, index$2_OverviewStatsSchema as OverviewStatsSchema, type index$2_PaginatedArchiveItemChunkList as PaginatedArchiveItemChunkList, index$2_PaginatedArchiveItemChunkListSchema as PaginatedArchiveItemChunkListSchema, type index$2_PaginatedArchiveItemList as PaginatedArchiveItemList, index$2_PaginatedArchiveItemListSchema as PaginatedArchiveItemListSchema, type index$2_PaginatedArchiveSearchResultList as PaginatedArchiveSearchResultList, index$2_PaginatedArchiveSearchResultListSchema as PaginatedArchiveSearchResultListSchema, type index$2_PaginatedChatResponseList as PaginatedChatResponseList, index$2_PaginatedChatResponseListSchema as PaginatedChatResponseListSchema, type index$2_PaginatedChatSessionList as PaginatedChatSessionList, index$2_PaginatedChatSessionListSchema as PaginatedChatSessionListSchema, type index$2_PaginatedDocumentArchiveListList as PaginatedDocumentArchiveListList, index$2_PaginatedDocumentArchiveListListSchema as PaginatedDocumentArchiveListListSchema, type index$2_PaginatedDocumentList as PaginatedDocumentList, index$2_PaginatedDocumentListSchema as PaginatedDocumentListSchema, type index$2_PaginatedEmailLogList as PaginatedEmailLogList, index$2_PaginatedEmailLogListSchema as PaginatedEmailLogListSchema, type index$2_PaginatedLeadSubmissionList as PaginatedLeadSubmissionList, index$2_PaginatedLeadSubmissionListSchema as PaginatedLeadSubmissionListSchema, type index$2_PaginatedMessageList as PaginatedMessageList, index$2_PaginatedMessageListSchema as PaginatedMessageListSchema, type index$2_PaginatedNewsletterCampaignList as PaginatedNewsletterCampaignList, index$2_PaginatedNewsletterCampaignListSchema as PaginatedNewsletterCampaignListSchema, type index$2_PaginatedNewsletterList as PaginatedNewsletterList, index$2_PaginatedNewsletterListSchema as PaginatedNewsletterListSchema, type index$2_PaginatedNewsletterSubscriptionList as PaginatedNewsletterSubscriptionList, index$2_PaginatedNewsletterSubscriptionListSchema as PaginatedNewsletterSubscriptionListSchema, type index$2_PaginatedPaymentListList as PaginatedPaymentListList, index$2_PaginatedPaymentListListSchema as PaginatedPaymentListListSchema, type index$2_PaginatedPublicCategoryList as PaginatedPublicCategoryList, index$2_PaginatedPublicCategoryListSchema as PaginatedPublicCategoryListSchema, type index$2_PaginatedPublicDocumentListList as PaginatedPublicDocumentListList, index$2_PaginatedPublicDocumentListListSchema as PaginatedPublicDocumentListListSchema, type index$2_PaginatedTaskLogListList as PaginatedTaskLogListList, index$2_PaginatedTaskLogListListSchema as PaginatedTaskLogListListSchema, type index$2_PaginatedTicketList as PaginatedTicketList, index$2_PaginatedTicketListSchema as PaginatedTicketListSchema, type index$2_PatchedArchiveItemChunkRequest as PatchedArchiveItemChunkRequest, index$2_PatchedArchiveItemChunkRequestSchema as PatchedArchiveItemChunkRequestSchema, type index$2_PatchedArchiveItemRequest as PatchedArchiveItemRequest, index$2_PatchedArchiveItemRequestSchema as PatchedArchiveItemRequestSchema, type index$2_PatchedChatResponseRequest as PatchedChatResponseRequest, index$2_PatchedChatResponseRequestSchema as PatchedChatResponseRequestSchema, type index$2_PatchedChatSessionRequest as PatchedChatSessionRequest, index$2_PatchedChatSessionRequestSchema as PatchedChatSessionRequestSchema, type index$2_PatchedDocumentArchiveRequest as PatchedDocumentArchiveRequest, index$2_PatchedDocumentArchiveRequestSchema as PatchedDocumentArchiveRequestSchema, type index$2_PatchedDocumentRequest as PatchedDocumentRequest, index$2_PatchedDocumentRequestSchema as PatchedDocumentRequestSchema, type index$2_PatchedLeadSubmissionRequest as PatchedLeadSubmissionRequest, index$2_PatchedLeadSubmissionRequestSchema as PatchedLeadSubmissionRequestSchema, type index$2_PatchedMessageRequest as PatchedMessageRequest, index$2_PatchedMessageRequestSchema as PatchedMessageRequestSchema, type index$2_PatchedNewsletterCampaignRequest as PatchedNewsletterCampaignRequest, index$2_PatchedNewsletterCampaignRequestSchema as PatchedNewsletterCampaignRequestSchema, type index$2_PatchedTicketRequest as PatchedTicketRequest, index$2_PatchedTicketRequestSchema as PatchedTicketRequestSchema, type index$2_PatchedUnsubscribeRequest as PatchedUnsubscribeRequest, index$2_PatchedUnsubscribeRequestSchema as PatchedUnsubscribeRequestSchema, type index$2_PatchedUserProfileUpdateRequest as PatchedUserProfileUpdateRequest, index$2_PatchedUserProfileUpdateRequestSchema as PatchedUserProfileUpdateRequestSchema, type index$2_PaymentDetail as PaymentDetail, index$2_PaymentDetailSchema as PaymentDetailSchema, type index$2_PaymentList as PaymentList, index$2_PaymentListSchema as PaymentListSchema, type index$2_PublicCategory as PublicCategory, index$2_PublicCategorySchema as PublicCategorySchema, type index$2_PublicDocument as PublicDocument, type index$2_PublicDocumentList as PublicDocumentList, index$2_PublicDocumentListSchema as PublicDocumentListSchema, index$2_PublicDocumentSchema as PublicDocumentSchema, type index$2_PublishTestRequestRequest as PublishTestRequestRequest, index$2_PublishTestRequestRequestSchema as PublishTestRequestRequestSchema, type index$2_PublishTestResponse as PublishTestResponse, index$2_PublishTestResponseSchema as PublishTestResponseSchema, type index$2_QuickAction as QuickAction, index$2_QuickActionSchema as QuickActionSchema, type index$2_QuickHealth as QuickHealth, index$2_QuickHealthSchema as QuickHealthSchema, type index$2_RecentPublishes as RecentPublishes, index$2_RecentPublishesSchema as RecentPublishesSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, type index$2_SendCampaignRequest as SendCampaignRequest, index$2_SendCampaignRequestSchema as SendCampaignRequestSchema, type index$2_SendCampaignResponse as SendCampaignResponse, index$2_SendCampaignResponseSchema as SendCampaignResponseSchema, type index$2_Sender as Sender, index$2_SenderSchema as SenderSchema, type index$2_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, type index$2_SubscribeRequest as SubscribeRequest, index$2_SubscribeRequestSchema as SubscribeRequestSchema, type index$2_SubscribeResponse as SubscribeResponse, index$2_SubscribeResponseSchema as SubscribeResponseSchema, type index$2_SuccessResponse as SuccessResponse, index$2_SuccessResponseSchema as SuccessResponseSchema, type index$2_SystemHealth as SystemHealth, type index$2_SystemHealthItem as SystemHealthItem, index$2_SystemHealthItemSchema as SystemHealthItemSchema, index$2_SystemHealthSchema as SystemHealthSchema, type index$2_SystemMetrics as SystemMetrics, index$2_SystemMetricsSchema as SystemMetricsSchema, type index$2_TaskLog as TaskLog, type index$2_TaskLogDetail as TaskLogDetail, index$2_TaskLogDetailSchema as TaskLogDetailSchema, type index$2_TaskLogList as TaskLogList, index$2_TaskLogListSchema as TaskLogListSchema, type index$2_TaskLogOverview as TaskLogOverview, index$2_TaskLogOverviewSchema as TaskLogOverviewSchema, index$2_TaskLogSchema as TaskLogSchema, type index$2_TaskLogStats as TaskLogStats, index$2_TaskLogStatsSchema as TaskLogStatsSchema, type index$2_TaskLogTimeline as TaskLogTimeline, type index$2_TaskLogTimelineItem as TaskLogTimelineItem, index$2_TaskLogTimelineItemSchema as TaskLogTimelineItemSchema, index$2_TaskLogTimelineSchema as TaskLogTimelineSchema, type index$2_TasksByQueue as TasksByQueue, index$2_TasksByQueueSchema as TasksByQueueSchema, type index$2_TasksByStatus as TasksByStatus, index$2_TasksByStatusSchema as TasksByStatusSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, type index$2_Ticket as Ticket, type index$2_TicketRequest as TicketRequest, index$2_TicketRequestSchema as TicketRequestSchema, index$2_TicketSchema as TicketSchema, type index$2_TokenRefresh as TokenRefresh, type index$2_TokenRefreshRequest as TokenRefreshRequest, index$2_TokenRefreshRequestSchema as TokenRefreshRequestSchema, index$2_TokenRefreshSchema as TokenRefreshSchema, type index$2_Transaction as Transaction, index$2_TransactionSchema as TransactionSchema, type index$2_URLPattern as URLPattern, index$2_URLPatternSchema as URLPatternSchema, type index$2_URLsList as URLsList, index$2_URLsListSchema as URLsListSchema, type index$2_Unsubscribe as Unsubscribe, type index$2_UnsubscribeRequest as UnsubscribeRequest, index$2_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$2_UnsubscribeSchema as UnsubscribeSchema, type index$2_User as User, type index$2_UserProfileUpdateRequest as UserProfileUpdateRequest, index$2_UserProfileUpdateRequestSchema as UserProfileUpdateRequestSchema, index$2_UserSchema as UserSchema, type index$2_UserStatistics as UserStatistics, index$2_UserStatisticsSchema as UserStatisticsSchema, type index$2_VectorizationResult as VectorizationResult, index$2_VectorizationResultSchema as VectorizationResultSchema, type index$2_VectorizationStatistics as VectorizationStatistics, index$2_VectorizationStatisticsSchema as VectorizationStatisticsSchema };
24670
+ export { type index$2_APIZone as APIZone, index$2_APIZoneSchema as APIZoneSchema, type index$2_APIZonesSummary as APIZonesSummary, index$2_APIZonesSummarySchema as APIZonesSummarySchema, type index$2_ActivityEntry as ActivityEntry, index$2_ActivityEntrySchema as ActivityEntrySchema, type index$2_ActivityTrackerDay as ActivityTrackerDay, index$2_ActivityTrackerDaySchema as ActivityTrackerDaySchema, type index$2_AppStatistics as AppStatistics, index$2_AppStatisticsSchema as AppStatisticsSchema, type index$2_ArchiveItem as ArchiveItem, type index$2_ArchiveItemChunk as ArchiveItemChunk, type index$2_ArchiveItemChunkDetail as ArchiveItemChunkDetail, index$2_ArchiveItemChunkDetailSchema as ArchiveItemChunkDetailSchema, type index$2_ArchiveItemChunkRequest as ArchiveItemChunkRequest, index$2_ArchiveItemChunkRequestSchema as ArchiveItemChunkRequestSchema, index$2_ArchiveItemChunkSchema as ArchiveItemChunkSchema, type index$2_ArchiveItemDetail as ArchiveItemDetail, index$2_ArchiveItemDetailSchema as ArchiveItemDetailSchema, type index$2_ArchiveItemRequest as ArchiveItemRequest, index$2_ArchiveItemRequestSchema as ArchiveItemRequestSchema, index$2_ArchiveItemSchema as ArchiveItemSchema, type index$2_ArchiveProcessingResult as ArchiveProcessingResult, index$2_ArchiveProcessingResultSchema as ArchiveProcessingResultSchema, type index$2_ArchiveSearchRequestRequest as ArchiveSearchRequestRequest, index$2_ArchiveSearchRequestRequestSchema as ArchiveSearchRequestRequestSchema, type index$2_ArchiveSearchResult as ArchiveSearchResult, index$2_ArchiveSearchResultSchema as ArchiveSearchResultSchema, type index$2_ArchiveStatistics as ArchiveStatistics, index$2_ArchiveStatisticsSchema as ArchiveStatisticsSchema, type index$2_Balance as Balance, index$2_BalanceSchema as BalanceSchema, type index$2_BulkEmailRequest as BulkEmailRequest, index$2_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$2_BulkEmailResponse as BulkEmailResponse, index$2_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$2_CentrifugoChannelInfo as CentrifugoChannelInfo, index$2_CentrifugoChannelInfoSchema as CentrifugoChannelInfoSchema, type index$2_CentrifugoChannelsRequestRequest as CentrifugoChannelsRequestRequest, index$2_CentrifugoChannelsRequestRequestSchema as CentrifugoChannelsRequestRequestSchema, type index$2_CentrifugoChannelsResponse as CentrifugoChannelsResponse, index$2_CentrifugoChannelsResponseSchema as CentrifugoChannelsResponseSchema, type index$2_CentrifugoChannelsResult as CentrifugoChannelsResult, index$2_CentrifugoChannelsResultSchema as CentrifugoChannelsResultSchema, type index$2_CentrifugoClientInfo as CentrifugoClientInfo, index$2_CentrifugoClientInfoSchema as CentrifugoClientInfoSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHistoryRequestRequest as CentrifugoHistoryRequestRequest, index$2_CentrifugoHistoryRequestRequestSchema as CentrifugoHistoryRequestRequestSchema, type index$2_CentrifugoHistoryResponse as CentrifugoHistoryResponse, index$2_CentrifugoHistoryResponseSchema as CentrifugoHistoryResponseSchema, type index$2_CentrifugoHistoryResult as CentrifugoHistoryResult, index$2_CentrifugoHistoryResultSchema as CentrifugoHistoryResultSchema, type index$2_CentrifugoInfoResponse as CentrifugoInfoResponse, index$2_CentrifugoInfoResponseSchema as CentrifugoInfoResponseSchema, type index$2_CentrifugoInfoResult as CentrifugoInfoResult, index$2_CentrifugoInfoResultSchema as CentrifugoInfoResultSchema, type index$2_CentrifugoMetrics as CentrifugoMetrics, index$2_CentrifugoMetricsSchema as CentrifugoMetricsSchema, type index$2_CentrifugoNodeInfo as CentrifugoNodeInfo, index$2_CentrifugoNodeInfoSchema as CentrifugoNodeInfoSchema, type index$2_CentrifugoPresenceRequestRequest as CentrifugoPresenceRequestRequest, index$2_CentrifugoPresenceRequestRequestSchema as CentrifugoPresenceRequestRequestSchema, type index$2_CentrifugoPresenceResponse as CentrifugoPresenceResponse, index$2_CentrifugoPresenceResponseSchema as CentrifugoPresenceResponseSchema, type index$2_CentrifugoPresenceResult as CentrifugoPresenceResult, index$2_CentrifugoPresenceResultSchema as CentrifugoPresenceResultSchema, type index$2_CentrifugoPresenceStatsRequestRequest as CentrifugoPresenceStatsRequestRequest, index$2_CentrifugoPresenceStatsRequestRequestSchema as CentrifugoPresenceStatsRequestRequestSchema, type index$2_CentrifugoPresenceStatsResponse as CentrifugoPresenceStatsResponse, index$2_CentrifugoPresenceStatsResponseSchema as CentrifugoPresenceStatsResponseSchema, type index$2_CentrifugoPresenceStatsResult as CentrifugoPresenceStatsResult, index$2_CentrifugoPresenceStatsResultSchema as CentrifugoPresenceStatsResultSchema, type index$2_CentrifugoProcess as CentrifugoProcess, index$2_CentrifugoProcessSchema as CentrifugoProcessSchema, type index$2_CentrifugoPublication as CentrifugoPublication, index$2_CentrifugoPublicationSchema as CentrifugoPublicationSchema, type index$2_CentrifugoStreamPosition as CentrifugoStreamPosition, index$2_CentrifugoStreamPositionSchema as CentrifugoStreamPositionSchema, type index$2_ChannelList as ChannelList, index$2_ChannelListSchema as ChannelListSchema, type index$2_ChannelStatsSerializer as ChannelStatsSerializer, index$2_ChannelStatsSerializerSchema as ChannelStatsSerializerSchema, type index$2_ChartData as ChartData, index$2_ChartDataSchema as ChartDataSchema, type index$2_ChartDataset as ChartDataset, index$2_ChartDatasetSchema as ChartDatasetSchema, type index$2_ChatHistory as ChatHistory, index$2_ChatHistorySchema as ChatHistorySchema, type index$2_ChatMessage as ChatMessage, index$2_ChatMessageSchema as ChatMessageSchema, type index$2_ChatQueryRequest as ChatQueryRequest, index$2_ChatQueryRequestSchema as ChatQueryRequestSchema, type index$2_ChatResponse as ChatResponse, type index$2_ChatResponseRequest as ChatResponseRequest, index$2_ChatResponseRequestSchema as ChatResponseRequestSchema, index$2_ChatResponseSchema as ChatResponseSchema, type index$2_ChatSession as ChatSession, type index$2_ChatSessionCreateRequest as ChatSessionCreateRequest, index$2_ChatSessionCreateRequestSchema as ChatSessionCreateRequestSchema, type index$2_ChatSessionRequest as ChatSessionRequest, index$2_ChatSessionRequestSchema as ChatSessionRequestSchema, index$2_ChatSessionSchema as ChatSessionSchema, type index$2_ChatSource as ChatSource, type index$2_ChatSourceRequest as ChatSourceRequest, index$2_ChatSourceRequestSchema as ChatSourceRequestSchema, index$2_ChatSourceSchema as ChatSourceSchema, type index$2_ChunkRevectorizationRequestRequest as ChunkRevectorizationRequestRequest, index$2_ChunkRevectorizationRequestRequestSchema as ChunkRevectorizationRequestRequestSchema, type index$2_Command as Command, type index$2_CommandExecuteRequestRequest as CommandExecuteRequestRequest, index$2_CommandExecuteRequestRequestSchema as CommandExecuteRequestRequestSchema, type index$2_CommandHelpResponse as CommandHelpResponse, index$2_CommandHelpResponseSchema as CommandHelpResponseSchema, index$2_CommandSchema as CommandSchema, type index$2_CommandsSummary as CommandsSummary, index$2_CommandsSummarySchema as CommandsSummarySchema, type index$2_ConnectionTokenRequestRequest as ConnectionTokenRequestRequest, index$2_ConnectionTokenRequestRequestSchema as ConnectionTokenRequestRequestSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, type index$2_Document as Document, type index$2_DocumentArchive as DocumentArchive, type index$2_DocumentArchiveDetail as DocumentArchiveDetail, index$2_DocumentArchiveDetailSchema as DocumentArchiveDetailSchema, type index$2_DocumentArchiveList as DocumentArchiveList, index$2_DocumentArchiveListSchema as DocumentArchiveListSchema, type index$2_DocumentArchiveRequest as DocumentArchiveRequest, index$2_DocumentArchiveRequestSchema as DocumentArchiveRequestSchema, index$2_DocumentArchiveSchema as DocumentArchiveSchema, type index$2_DocumentCategory as DocumentCategory, type index$2_DocumentCategoryRequest as DocumentCategoryRequest, index$2_DocumentCategoryRequestSchema as DocumentCategoryRequestSchema, index$2_DocumentCategorySchema as DocumentCategorySchema, type index$2_DocumentCreateRequest as DocumentCreateRequest, index$2_DocumentCreateRequestSchema as DocumentCreateRequestSchema, type index$2_DocumentProcessingStatus as DocumentProcessingStatus, index$2_DocumentProcessingStatusSchema as DocumentProcessingStatusSchema, type index$2_DocumentRequest as DocumentRequest, index$2_DocumentRequestSchema as DocumentRequestSchema, index$2_DocumentSchema as DocumentSchema, type index$2_DocumentStats as DocumentStats, index$2_DocumentStatsSchema as DocumentStatsSchema, type index$2_EmailLog as EmailLog, index$2_EmailLogSchema as EmailLogSchema, type index$2_Endpoint as Endpoint, index$2_EndpointSchema as EndpointSchema, type index$2_EndpointsStatus as EndpointsStatus, index$2_EndpointsStatusSchema as EndpointsStatusSchema, type index$2_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, type index$2_LeadSubmission as LeadSubmission, type index$2_LeadSubmissionError as LeadSubmissionError, index$2_LeadSubmissionErrorSchema as LeadSubmissionErrorSchema, type index$2_LeadSubmissionRequest as LeadSubmissionRequest, index$2_LeadSubmissionRequestSchema as LeadSubmissionRequestSchema, type index$2_LeadSubmissionResponse as LeadSubmissionResponse, index$2_LeadSubmissionResponseSchema as LeadSubmissionResponseSchema, index$2_LeadSubmissionSchema as LeadSubmissionSchema, type index$2_ManualAckRequestRequest as ManualAckRequestRequest, index$2_ManualAckRequestRequestSchema as ManualAckRequestRequestSchema, type index$2_ManualAckResponse as ManualAckResponse, index$2_ManualAckResponseSchema as ManualAckResponseSchema, type index$2_Message as Message, type index$2_MessageCreate as MessageCreate, type index$2_MessageCreateRequest as MessageCreateRequest, index$2_MessageCreateRequestSchema as MessageCreateRequestSchema, index$2_MessageCreateSchema as MessageCreateSchema, type index$2_MessageRequest as MessageRequest, index$2_MessageRequestSchema as MessageRequestSchema, index$2_MessageSchema as MessageSchema, type index$2_MethodList as MethodList, index$2_MethodListSchema as MethodListSchema, type index$2_MethodStatsSerializer as MethodStatsSerializer, index$2_MethodStatsSerializerSchema as MethodStatsSerializerSchema, type index$2_Newsletter as Newsletter, type index$2_NewsletterCampaign as NewsletterCampaign, type index$2_NewsletterCampaignRequest as NewsletterCampaignRequest, index$2_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$2_NewsletterCampaignSchema as NewsletterCampaignSchema, index$2_NewsletterSchema as NewsletterSchema, type index$2_NewsletterSubscription as NewsletterSubscription, index$2_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$2_OTPErrorResponse as OTPErrorResponse, index$2_OTPErrorResponseSchema as OTPErrorResponseSchema, type index$2_OTPRequestRequest as OTPRequestRequest, index$2_OTPRequestRequestSchema as OTPRequestRequestSchema, type index$2_OTPRequestResponse as OTPRequestResponse, index$2_OTPRequestResponseSchema as OTPRequestResponseSchema, type index$2_OTPVerifyRequest as OTPVerifyRequest, index$2_OTPVerifyRequestSchema as OTPVerifyRequestSchema, type index$2_OTPVerifyResponse as OTPVerifyResponse, index$2_OTPVerifyResponseSchema as OTPVerifyResponseSchema, type index$2_OverviewStats as OverviewStats, index$2_OverviewStatsSchema as OverviewStatsSchema, type index$2_PaginatedArchiveItemChunkList as PaginatedArchiveItemChunkList, index$2_PaginatedArchiveItemChunkListSchema as PaginatedArchiveItemChunkListSchema, type index$2_PaginatedArchiveItemList as PaginatedArchiveItemList, index$2_PaginatedArchiveItemListSchema as PaginatedArchiveItemListSchema, type index$2_PaginatedArchiveSearchResultList as PaginatedArchiveSearchResultList, index$2_PaginatedArchiveSearchResultListSchema as PaginatedArchiveSearchResultListSchema, type index$2_PaginatedChatResponseList as PaginatedChatResponseList, index$2_PaginatedChatResponseListSchema as PaginatedChatResponseListSchema, type index$2_PaginatedChatSessionList as PaginatedChatSessionList, index$2_PaginatedChatSessionListSchema as PaginatedChatSessionListSchema, type index$2_PaginatedDocumentArchiveListList as PaginatedDocumentArchiveListList, index$2_PaginatedDocumentArchiveListListSchema as PaginatedDocumentArchiveListListSchema, type index$2_PaginatedDocumentList as PaginatedDocumentList, index$2_PaginatedDocumentListSchema as PaginatedDocumentListSchema, type index$2_PaginatedEmailLogList as PaginatedEmailLogList, index$2_PaginatedEmailLogListSchema as PaginatedEmailLogListSchema, type index$2_PaginatedLeadSubmissionList as PaginatedLeadSubmissionList, index$2_PaginatedLeadSubmissionListSchema as PaginatedLeadSubmissionListSchema, type index$2_PaginatedMessageList as PaginatedMessageList, index$2_PaginatedMessageListSchema as PaginatedMessageListSchema, type index$2_PaginatedNewsletterCampaignList as PaginatedNewsletterCampaignList, index$2_PaginatedNewsletterCampaignListSchema as PaginatedNewsletterCampaignListSchema, type index$2_PaginatedNewsletterList as PaginatedNewsletterList, index$2_PaginatedNewsletterListSchema as PaginatedNewsletterListSchema, type index$2_PaginatedNewsletterSubscriptionList as PaginatedNewsletterSubscriptionList, index$2_PaginatedNewsletterSubscriptionListSchema as PaginatedNewsletterSubscriptionListSchema, type index$2_PaginatedPaymentListList as PaginatedPaymentListList, index$2_PaginatedPaymentListListSchema as PaginatedPaymentListListSchema, type index$2_PaginatedPublicCategoryList as PaginatedPublicCategoryList, index$2_PaginatedPublicCategoryListSchema as PaginatedPublicCategoryListSchema, type index$2_PaginatedPublicDocumentListList as PaginatedPublicDocumentListList, index$2_PaginatedPublicDocumentListListSchema as PaginatedPublicDocumentListListSchema, type index$2_PaginatedTaskLogListList as PaginatedTaskLogListList, index$2_PaginatedTaskLogListListSchema as PaginatedTaskLogListListSchema, type index$2_PaginatedTicketList as PaginatedTicketList, index$2_PaginatedTicketListSchema as PaginatedTicketListSchema, type index$2_PatchedArchiveItemChunkRequest as PatchedArchiveItemChunkRequest, index$2_PatchedArchiveItemChunkRequestSchema as PatchedArchiveItemChunkRequestSchema, type index$2_PatchedArchiveItemRequest as PatchedArchiveItemRequest, index$2_PatchedArchiveItemRequestSchema as PatchedArchiveItemRequestSchema, type index$2_PatchedChatResponseRequest as PatchedChatResponseRequest, index$2_PatchedChatResponseRequestSchema as PatchedChatResponseRequestSchema, type index$2_PatchedChatSessionRequest as PatchedChatSessionRequest, index$2_PatchedChatSessionRequestSchema as PatchedChatSessionRequestSchema, type index$2_PatchedDocumentArchiveRequest as PatchedDocumentArchiveRequest, index$2_PatchedDocumentArchiveRequestSchema as PatchedDocumentArchiveRequestSchema, type index$2_PatchedDocumentRequest as PatchedDocumentRequest, index$2_PatchedDocumentRequestSchema as PatchedDocumentRequestSchema, type index$2_PatchedLeadSubmissionRequest as PatchedLeadSubmissionRequest, index$2_PatchedLeadSubmissionRequestSchema as PatchedLeadSubmissionRequestSchema, type index$2_PatchedMessageRequest as PatchedMessageRequest, index$2_PatchedMessageRequestSchema as PatchedMessageRequestSchema, type index$2_PatchedNewsletterCampaignRequest as PatchedNewsletterCampaignRequest, index$2_PatchedNewsletterCampaignRequestSchema as PatchedNewsletterCampaignRequestSchema, type index$2_PatchedTicketRequest as PatchedTicketRequest, index$2_PatchedTicketRequestSchema as PatchedTicketRequestSchema, type index$2_PatchedUnsubscribeRequest as PatchedUnsubscribeRequest, index$2_PatchedUnsubscribeRequestSchema as PatchedUnsubscribeRequestSchema, type index$2_PatchedUserProfileUpdateRequest as PatchedUserProfileUpdateRequest, index$2_PatchedUserProfileUpdateRequestSchema as PatchedUserProfileUpdateRequestSchema, type index$2_PaymentDetail as PaymentDetail, index$2_PaymentDetailSchema as PaymentDetailSchema, type index$2_PaymentList as PaymentList, index$2_PaymentListSchema as PaymentListSchema, type index$2_PublicCategory as PublicCategory, index$2_PublicCategorySchema as PublicCategorySchema, type index$2_PublicDocument as PublicDocument, type index$2_PublicDocumentList as PublicDocumentList, index$2_PublicDocumentListSchema as PublicDocumentListSchema, index$2_PublicDocumentSchema as PublicDocumentSchema, type index$2_PublishTestRequestRequest as PublishTestRequestRequest, index$2_PublishTestRequestRequestSchema as PublishTestRequestRequestSchema, type index$2_PublishTestResponse as PublishTestResponse, index$2_PublishTestResponseSchema as PublishTestResponseSchema, type index$2_QuickAction as QuickAction, index$2_QuickActionSchema as QuickActionSchema, type index$2_QuickHealth as QuickHealth, index$2_QuickHealthSchema as QuickHealthSchema, type index$2_RecentPublishes as RecentPublishes, index$2_RecentPublishesSchema as RecentPublishesSchema, type index$2_RecentRequests as RecentRequests, index$2_RecentRequestsSchema as RecentRequestsSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, type index$2_SendCampaignRequest as SendCampaignRequest, index$2_SendCampaignRequestSchema as SendCampaignRequestSchema, type index$2_SendCampaignResponse as SendCampaignResponse, index$2_SendCampaignResponseSchema as SendCampaignResponseSchema, type index$2_Sender as Sender, index$2_SenderSchema as SenderSchema, type index$2_ServiceList as ServiceList, index$2_ServiceListSchema as ServiceListSchema, type index$2_ServiceStatsSerializer as ServiceStatsSerializer, index$2_ServiceStatsSerializerSchema as ServiceStatsSerializerSchema, type index$2_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, type index$2_SubscribeRequest as SubscribeRequest, index$2_SubscribeRequestSchema as SubscribeRequestSchema, type index$2_SubscribeResponse as SubscribeResponse, index$2_SubscribeResponseSchema as SubscribeResponseSchema, type index$2_SuccessResponse as SuccessResponse, index$2_SuccessResponseSchema as SuccessResponseSchema, type index$2_SystemHealth as SystemHealth, type index$2_SystemHealthItem as SystemHealthItem, index$2_SystemHealthItemSchema as SystemHealthItemSchema, index$2_SystemHealthSchema as SystemHealthSchema, type index$2_SystemMetrics as SystemMetrics, index$2_SystemMetricsSchema as SystemMetricsSchema, type index$2_TaskLog as TaskLog, type index$2_TaskLogDetail as TaskLogDetail, index$2_TaskLogDetailSchema as TaskLogDetailSchema, type index$2_TaskLogList as TaskLogList, index$2_TaskLogListSchema as TaskLogListSchema, type index$2_TaskLogOverview as TaskLogOverview, index$2_TaskLogOverviewSchema as TaskLogOverviewSchema, index$2_TaskLogSchema as TaskLogSchema, type index$2_TaskLogStats as TaskLogStats, index$2_TaskLogStatsSchema as TaskLogStatsSchema, type index$2_TaskLogTimeline as TaskLogTimeline, type index$2_TaskLogTimelineItem as TaskLogTimelineItem, index$2_TaskLogTimelineItemSchema as TaskLogTimelineItemSchema, index$2_TaskLogTimelineSchema as TaskLogTimelineSchema, type index$2_TasksByQueue as TasksByQueue, index$2_TasksByQueueSchema as TasksByQueueSchema, type index$2_TasksByStatus as TasksByStatus, index$2_TasksByStatusSchema as TasksByStatusSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, type index$2_Ticket as Ticket, type index$2_TicketRequest as TicketRequest, index$2_TicketRequestSchema as TicketRequestSchema, index$2_TicketSchema as TicketSchema, type index$2_TokenRefresh as TokenRefresh, type index$2_TokenRefreshRequest as TokenRefreshRequest, index$2_TokenRefreshRequestSchema as TokenRefreshRequestSchema, index$2_TokenRefreshSchema as TokenRefreshSchema, type index$2_Transaction as Transaction, index$2_TransactionSchema as TransactionSchema, type index$2_URLPattern as URLPattern, index$2_URLPatternSchema as URLPatternSchema, type index$2_URLsList as URLsList, index$2_URLsListSchema as URLsListSchema, type index$2_Unsubscribe as Unsubscribe, type index$2_UnsubscribeRequest as UnsubscribeRequest, index$2_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$2_UnsubscribeSchema as UnsubscribeSchema, type index$2_User as User, type index$2_UserProfileUpdateRequest as UserProfileUpdateRequest, index$2_UserProfileUpdateRequestSchema as UserProfileUpdateRequestSchema, index$2_UserSchema as UserSchema, type index$2_UserStatistics as UserStatistics, index$2_UserStatisticsSchema as UserStatisticsSchema, type index$2_VectorizationResult as VectorizationResult, index$2_VectorizationResultSchema as VectorizationResultSchema, type index$2_VectorizationStatistics as VectorizationStatistics, index$2_VectorizationStatisticsSchema as VectorizationStatisticsSchema };
23906
24671
  }
23907
24672
 
23908
24673
  /**
@@ -24700,6 +25465,97 @@ declare function getEndpointsUrlsRetrieve(client?: any): Promise<URLsList>;
24700
25465
  */
24701
25466
  declare function getEndpointsUrlsCompactRetrieve(client?: any): Promise<any>;
24702
25467
 
25468
+ /**
25469
+ * Typed fetchers for Grpc Monitoring
25470
+ *
25471
+ * Universal functions that work in any environment:
25472
+ * - Next.js (App Router / Pages Router / Server Components)
25473
+ * - React Native
25474
+ * - Node.js backend
25475
+ *
25476
+ * These fetchers use Zod schemas for runtime validation.
25477
+ *
25478
+ * Usage:
25479
+ * ```typescript
25480
+ * // Configure API once (in your app entry point)
25481
+ * import { configureAPI } from '../../api-instance'
25482
+ * configureAPI({ baseUrl: 'https://api.example.com' })
25483
+ *
25484
+ * // Then use fetchers anywhere
25485
+ * const users = await getUsers({ page: 1 })
25486
+ *
25487
+ * // With SWR
25488
+ * const { data } = useSWR(['users', params], () => getUsers(params))
25489
+ *
25490
+ * // With React Query
25491
+ * const { data } = useQuery(['users', params], () => getUsers(params))
25492
+ *
25493
+ * // In Server Component or SSR (pass custom client)
25494
+ * import { API } from '../../index'
25495
+ * const api = new API('https://api.example.com')
25496
+ * const users = await getUsers({ page: 1 }, api)
25497
+ * ```
25498
+ */
25499
+
25500
+ /**
25501
+ * Get gRPC health status
25502
+ *
25503
+ * @method GET
25504
+ * @path /cfg/grpc/monitor/health/
25505
+ */
25506
+ declare function getGrpcMonitorHealthRetrieve(client?: any): Promise<HealthCheck>;
25507
+ /**
25508
+ * Get method statistics
25509
+ *
25510
+ * @method GET
25511
+ * @path /cfg/grpc/monitor/methods/
25512
+ */
25513
+ declare function getGrpcMonitorMethodsRetrieve(params?: {
25514
+ hours?: number;
25515
+ service?: string;
25516
+ }, client?: any): Promise<MethodList>;
25517
+ /**
25518
+ * Get overview statistics
25519
+ *
25520
+ * @method GET
25521
+ * @path /cfg/grpc/monitor/overview/
25522
+ */
25523
+ declare function getGrpcMonitorOverviewRetrieve(params?: {
25524
+ hours?: number;
25525
+ }, client?: any): Promise<OverviewStats>;
25526
+ /**
25527
+ * Get recent requests
25528
+ *
25529
+ * @method GET
25530
+ * @path /cfg/grpc/monitor/requests/
25531
+ */
25532
+ declare function getGrpcMonitorRequestsRetrieve(params?: {
25533
+ count?: number;
25534
+ method?: string;
25535
+ offset?: number;
25536
+ service?: string;
25537
+ status?: string;
25538
+ }, client?: any): Promise<RecentRequests>;
25539
+ /**
25540
+ * Get service statistics
25541
+ *
25542
+ * @method GET
25543
+ * @path /cfg/grpc/monitor/services/
25544
+ */
25545
+ declare function getGrpcMonitorServicesRetrieve(params?: {
25546
+ hours?: number;
25547
+ }, client?: any): Promise<ServiceList>;
25548
+ /**
25549
+ * Get request timeline
25550
+ *
25551
+ * @method GET
25552
+ * @path /cfg/grpc/monitor/timeline/
25553
+ */
25554
+ declare function getGrpcMonitorTimelineRetrieve(params?: {
25555
+ hours?: number;
25556
+ interval?: string;
25557
+ }, client?: any): Promise<any>;
25558
+
24703
25559
  /**
24704
25560
  * Typed fetchers for Health
24705
25561
  *
@@ -26130,6 +26986,12 @@ declare const index$1_getDashboardApiZonesSummaryRetrieve: typeof getDashboardAp
26130
26986
  declare const index$1_getEndpointsDrfRetrieve: typeof getEndpointsDrfRetrieve;
26131
26987
  declare const index$1_getEndpointsUrlsCompactRetrieve: typeof getEndpointsUrlsCompactRetrieve;
26132
26988
  declare const index$1_getEndpointsUrlsRetrieve: typeof getEndpointsUrlsRetrieve;
26989
+ declare const index$1_getGrpcMonitorHealthRetrieve: typeof getGrpcMonitorHealthRetrieve;
26990
+ declare const index$1_getGrpcMonitorMethodsRetrieve: typeof getGrpcMonitorMethodsRetrieve;
26991
+ declare const index$1_getGrpcMonitorOverviewRetrieve: typeof getGrpcMonitorOverviewRetrieve;
26992
+ declare const index$1_getGrpcMonitorRequestsRetrieve: typeof getGrpcMonitorRequestsRetrieve;
26993
+ declare const index$1_getGrpcMonitorServicesRetrieve: typeof getGrpcMonitorServicesRetrieve;
26994
+ declare const index$1_getGrpcMonitorTimelineRetrieve: typeof getGrpcMonitorTimelineRetrieve;
26133
26995
  declare const index$1_getHealthDrfQuickRetrieve: typeof getHealthDrfQuickRetrieve;
26134
26996
  declare const index$1_getHealthDrfRetrieve: typeof getHealthDrfRetrieve;
26135
26997
  declare const index$1_getKnowbaseAdminChatHistoryRetrieve: typeof getKnowbaseAdminChatHistoryRetrieve;
@@ -26209,7 +27071,7 @@ declare const index$1_updateNewsletterUnsubscribeUpdate: typeof updateNewsletter
26209
27071
  declare const index$1_updateSupportTicketsMessagesUpdate: typeof updateSupportTicketsMessagesUpdate;
26210
27072
  declare const index$1_updateSupportTicketsUpdate: typeof updateSupportTicketsUpdate;
26211
27073
  declare namespace index$1 {
26212
- export { index$1_createAccountsOtpRequestCreate as createAccountsOtpRequestCreate, index$1_createAccountsOtpVerifyCreate as createAccountsOtpVerifyCreate, index$1_createAccountsProfileAvatarCreate as createAccountsProfileAvatarCreate, index$1_createAccountsTokenRefreshCreate as createAccountsTokenRefreshCreate, index$1_createCentrifugoServerAuthTokenCreate as createCentrifugoServerAuthTokenCreate, index$1_createCentrifugoServerChannelsCreate as createCentrifugoServerChannelsCreate, index$1_createCentrifugoServerHistoryCreate as createCentrifugoServerHistoryCreate, index$1_createCentrifugoServerInfoCreate as createCentrifugoServerInfoCreate, index$1_createCentrifugoServerPresenceCreate as createCentrifugoServerPresenceCreate, index$1_createCentrifugoServerPresenceStatsCreate as createCentrifugoServerPresenceStatsCreate, index$1_createCentrifugoTestingConnectionTokenCreate as createCentrifugoTestingConnectionTokenCreate, index$1_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, index$1_createKnowbaseAdminChatCreate as createKnowbaseAdminChatCreate, index$1_createKnowbaseAdminChatQueryCreate as createKnowbaseAdminChatQueryCreate, index$1_createKnowbaseAdminDocumentsCreate as createKnowbaseAdminDocumentsCreate, index$1_createKnowbaseAdminDocumentsReprocessCreate as createKnowbaseAdminDocumentsReprocessCreate, index$1_createKnowbaseAdminSessionsActivateCreate as createKnowbaseAdminSessionsActivateCreate, index$1_createKnowbaseAdminSessionsArchiveCreate as createKnowbaseAdminSessionsArchiveCreate, index$1_createKnowbaseAdminSessionsCreate as createKnowbaseAdminSessionsCreate, index$1_createKnowbaseSystemArchivesCreate as createKnowbaseSystemArchivesCreate, index$1_createKnowbaseSystemArchivesRevectorizeCreate as createKnowbaseSystemArchivesRevectorizeCreate, index$1_createKnowbaseSystemArchivesSearchCreate as createKnowbaseSystemArchivesSearchCreate, index$1_createKnowbaseSystemChunksCreate as createKnowbaseSystemChunksCreate, index$1_createKnowbaseSystemChunksVectorizeCreate as createKnowbaseSystemChunksVectorizeCreate, index$1_createKnowbaseSystemItemsCreate as createKnowbaseSystemItemsCreate, index$1_createLeadsCreate as createLeadsCreate, index$1_createLeadsSubmitCreate as createLeadsSubmitCreate, index$1_createNewsletterBulkCreate as createNewsletterBulkCreate, index$1_createNewsletterCampaignsCreate as createNewsletterCampaignsCreate, index$1_createNewsletterCampaignsSendCreate as createNewsletterCampaignsSendCreate, index$1_createNewsletterSubscribeCreate as createNewsletterSubscribeCreate, index$1_createNewsletterTestCreate as createNewsletterTestCreate, index$1_createNewsletterUnsubscribeCreate as createNewsletterUnsubscribeCreate, index$1_createPaymentsPaymentsConfirmCreate as createPaymentsPaymentsConfirmCreate, index$1_createPaymentsPaymentsCreateCreate as createPaymentsPaymentsCreateCreate, index$1_createSupportTicketsCreate as createSupportTicketsCreate, index$1_createSupportTicketsMessagesCreate as createSupportTicketsMessagesCreate, index$1_deleteKnowbaseAdminChatDestroy as deleteKnowbaseAdminChatDestroy, index$1_deleteKnowbaseAdminDocumentsDestroy as deleteKnowbaseAdminDocumentsDestroy, index$1_deleteKnowbaseAdminSessionsDestroy as deleteKnowbaseAdminSessionsDestroy, index$1_deleteKnowbaseSystemArchivesDestroy as deleteKnowbaseSystemArchivesDestroy, index$1_deleteKnowbaseSystemChunksDestroy as deleteKnowbaseSystemChunksDestroy, index$1_deleteKnowbaseSystemItemsDestroy as deleteKnowbaseSystemItemsDestroy, index$1_deleteLeadsDestroy as deleteLeadsDestroy, index$1_deleteNewsletterCampaignsDestroy as deleteNewsletterCampaignsDestroy, index$1_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesRetrieve as getCentrifugoMonitorPublishesRetrieve, index$1_getCentrifugoMonitorTimelineRetrieve as getCentrifugoMonitorTimelineRetrieve, index$1_getDashboardApiActivityActionsList as getDashboardApiActivityActionsList, index$1_getDashboardApiActivityRecentList as getDashboardApiActivityRecentList, index$1_getDashboardApiChartsActivityRetrieve as getDashboardApiChartsActivityRetrieve, index$1_getDashboardApiChartsRecentUsersList as getDashboardApiChartsRecentUsersList, index$1_getDashboardApiChartsRegistrationsRetrieve as getDashboardApiChartsRegistrationsRetrieve, index$1_getDashboardApiChartsTrackerList as getDashboardApiChartsTrackerList, index$1_getDashboardApiCommandsHelpRetrieve as getDashboardApiCommandsHelpRetrieve, index$1_getDashboardApiCommandsList as getDashboardApiCommandsList, index$1_getDashboardApiCommandsSummaryRetrieve as getDashboardApiCommandsSummaryRetrieve, index$1_getDashboardApiDjangoQ2Retrieve as getDashboardApiDjangoQ2Retrieve, index$1_getDashboardApiDjangoQ2SchedulesRetrieve as getDashboardApiDjangoQ2SchedulesRetrieve, index$1_getDashboardApiDjangoQ2StatusRetrieve as getDashboardApiDjangoQ2StatusRetrieve, index$1_getDashboardApiDjangoQ2TasksRetrieve as getDashboardApiDjangoQ2TasksRetrieve, index$1_getDashboardApiOverviewOverviewRetrieve as getDashboardApiOverviewOverviewRetrieve, index$1_getDashboardApiStatisticsAppsList as getDashboardApiStatisticsAppsList, index$1_getDashboardApiStatisticsCardsList as getDashboardApiStatisticsCardsList, index$1_getDashboardApiStatisticsUsersRetrieve as getDashboardApiStatisticsUsersRetrieve, index$1_getDashboardApiSystemHealthRetrieve as getDashboardApiSystemHealthRetrieve, index$1_getDashboardApiSystemMetricsRetrieve as getDashboardApiSystemMetricsRetrieve, index$1_getDashboardApiZonesList as getDashboardApiZonesList, index$1_getDashboardApiZonesSummaryRetrieve as getDashboardApiZonesSummaryRetrieve, index$1_getEndpointsDrfRetrieve as getEndpointsDrfRetrieve, index$1_getEndpointsUrlsCompactRetrieve as getEndpointsUrlsCompactRetrieve, index$1_getEndpointsUrlsRetrieve as getEndpointsUrlsRetrieve, index$1_getHealthDrfQuickRetrieve as getHealthDrfQuickRetrieve, index$1_getHealthDrfRetrieve as getHealthDrfRetrieve, index$1_getKnowbaseAdminChatHistoryRetrieve as getKnowbaseAdminChatHistoryRetrieve, index$1_getKnowbaseAdminChatList as getKnowbaseAdminChatList, index$1_getKnowbaseAdminChatRetrieve as getKnowbaseAdminChatRetrieve, index$1_getKnowbaseAdminDocumentsList as getKnowbaseAdminDocumentsList, index$1_getKnowbaseAdminDocumentsRetrieve as getKnowbaseAdminDocumentsRetrieve, index$1_getKnowbaseAdminDocumentsStatsRetrieve as getKnowbaseAdminDocumentsStatsRetrieve, index$1_getKnowbaseAdminDocumentsStatusRetrieve as getKnowbaseAdminDocumentsStatusRetrieve, index$1_getKnowbaseAdminSessionsList as getKnowbaseAdminSessionsList, index$1_getKnowbaseAdminSessionsRetrieve as getKnowbaseAdminSessionsRetrieve, index$1_getKnowbaseCategoriesList as getKnowbaseCategoriesList, index$1_getKnowbaseCategoriesRetrieve as getKnowbaseCategoriesRetrieve, index$1_getKnowbaseDocumentsList as getKnowbaseDocumentsList, index$1_getKnowbaseDocumentsRetrieve as getKnowbaseDocumentsRetrieve, index$1_getKnowbaseSystemArchivesFileTreeRetrieve as getKnowbaseSystemArchivesFileTreeRetrieve, index$1_getKnowbaseSystemArchivesItemsList as getKnowbaseSystemArchivesItemsList, index$1_getKnowbaseSystemArchivesList as getKnowbaseSystemArchivesList, index$1_getKnowbaseSystemArchivesRetrieve as getKnowbaseSystemArchivesRetrieve, index$1_getKnowbaseSystemArchivesStatisticsRetrieve as getKnowbaseSystemArchivesStatisticsRetrieve, index$1_getKnowbaseSystemArchivesVectorizationStatsRetrieve as getKnowbaseSystemArchivesVectorizationStatsRetrieve, index$1_getKnowbaseSystemChunksContextRetrieve as getKnowbaseSystemChunksContextRetrieve, index$1_getKnowbaseSystemChunksList as getKnowbaseSystemChunksList, index$1_getKnowbaseSystemChunksRetrieve as getKnowbaseSystemChunksRetrieve, index$1_getKnowbaseSystemItemsChunksList as getKnowbaseSystemItemsChunksList, index$1_getKnowbaseSystemItemsContentRetrieve as getKnowbaseSystemItemsContentRetrieve, index$1_getKnowbaseSystemItemsList as getKnowbaseSystemItemsList, index$1_getKnowbaseSystemItemsRetrieve as getKnowbaseSystemItemsRetrieve, index$1_getLeadsList as getLeadsList, index$1_getLeadsRetrieve as getLeadsRetrieve, index$1_getNewsletterCampaignsList as getNewsletterCampaignsList, index$1_getNewsletterCampaignsRetrieve as getNewsletterCampaignsRetrieve, index$1_getNewsletterLogsList as getNewsletterLogsList, index$1_getNewsletterNewslettersList as getNewsletterNewslettersList, index$1_getNewsletterNewslettersRetrieve as getNewsletterNewslettersRetrieve, index$1_getNewsletterSubscriptionsList as getNewsletterSubscriptionsList, index$1_getPaymentsBalanceRetrieve as getPaymentsBalanceRetrieve, index$1_getPaymentsCurrenciesList as getPaymentsCurrenciesList, index$1_getPaymentsPaymentsList as getPaymentsPaymentsList, index$1_getPaymentsPaymentsRetrieve as getPaymentsPaymentsRetrieve, index$1_getPaymentsPaymentsStatusRetrieve as getPaymentsPaymentsStatusRetrieve, index$1_getPaymentsTransactionsList as getPaymentsTransactionsList, index$1_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index$1_getTasksLogsList as getTasksLogsList, index$1_getTasksLogsOverviewRetrieve as getTasksLogsOverviewRetrieve, index$1_getTasksLogsRelatedRetrieve as getTasksLogsRelatedRetrieve, index$1_getTasksLogsRetrieve as getTasksLogsRetrieve, index$1_getTasksLogsStatsRetrieve as getTasksLogsStatsRetrieve, index$1_getTasksLogsTimelineRetrieve as getTasksLogsTimelineRetrieve, index$1_partialUpdateAccountsProfilePartialPartialUpdate as partialUpdateAccountsProfilePartialPartialUpdate, index$1_partialUpdateAccountsProfilePartialUpdate as partialUpdateAccountsProfilePartialUpdate, index$1_partialUpdateAccountsProfileUpdatePartialUpdate as partialUpdateAccountsProfileUpdatePartialUpdate, index$1_partialUpdateKnowbaseAdminChatPartialUpdate as partialUpdateKnowbaseAdminChatPartialUpdate, index$1_partialUpdateKnowbaseAdminDocumentsPartialUpdate as partialUpdateKnowbaseAdminDocumentsPartialUpdate, index$1_partialUpdateKnowbaseAdminSessionsPartialUpdate as partialUpdateKnowbaseAdminSessionsPartialUpdate, index$1_partialUpdateKnowbaseSystemArchivesPartialUpdate as partialUpdateKnowbaseSystemArchivesPartialUpdate, index$1_partialUpdateKnowbaseSystemChunksPartialUpdate as partialUpdateKnowbaseSystemChunksPartialUpdate, index$1_partialUpdateKnowbaseSystemItemsPartialUpdate as partialUpdateKnowbaseSystemItemsPartialUpdate, index$1_partialUpdateLeadsPartialUpdate as partialUpdateLeadsPartialUpdate, index$1_partialUpdateNewsletterCampaignsPartialUpdate as partialUpdateNewsletterCampaignsPartialUpdate, index$1_partialUpdateNewsletterUnsubscribePartialUpdate as partialUpdateNewsletterUnsubscribePartialUpdate, index$1_partialUpdateSupportTicketsMessagesPartialUpdate as partialUpdateSupportTicketsMessagesPartialUpdate, index$1_partialUpdateSupportTicketsPartialUpdate as partialUpdateSupportTicketsPartialUpdate, index$1_updateAccountsProfileUpdateUpdate as updateAccountsProfileUpdateUpdate, index$1_updateKnowbaseAdminChatUpdate as updateKnowbaseAdminChatUpdate, index$1_updateKnowbaseAdminDocumentsUpdate as updateKnowbaseAdminDocumentsUpdate, index$1_updateKnowbaseAdminSessionsUpdate as updateKnowbaseAdminSessionsUpdate, index$1_updateKnowbaseSystemArchivesUpdate as updateKnowbaseSystemArchivesUpdate, index$1_updateKnowbaseSystemChunksUpdate as updateKnowbaseSystemChunksUpdate, index$1_updateKnowbaseSystemItemsUpdate as updateKnowbaseSystemItemsUpdate, index$1_updateLeadsUpdate as updateLeadsUpdate, index$1_updateNewsletterCampaignsUpdate as updateNewsletterCampaignsUpdate, index$1_updateNewsletterUnsubscribeUpdate as updateNewsletterUnsubscribeUpdate, index$1_updateSupportTicketsMessagesUpdate as updateSupportTicketsMessagesUpdate, index$1_updateSupportTicketsUpdate as updateSupportTicketsUpdate };
27074
+ export { index$1_createAccountsOtpRequestCreate as createAccountsOtpRequestCreate, index$1_createAccountsOtpVerifyCreate as createAccountsOtpVerifyCreate, index$1_createAccountsProfileAvatarCreate as createAccountsProfileAvatarCreate, index$1_createAccountsTokenRefreshCreate as createAccountsTokenRefreshCreate, index$1_createCentrifugoServerAuthTokenCreate as createCentrifugoServerAuthTokenCreate, index$1_createCentrifugoServerChannelsCreate as createCentrifugoServerChannelsCreate, index$1_createCentrifugoServerHistoryCreate as createCentrifugoServerHistoryCreate, index$1_createCentrifugoServerInfoCreate as createCentrifugoServerInfoCreate, index$1_createCentrifugoServerPresenceCreate as createCentrifugoServerPresenceCreate, index$1_createCentrifugoServerPresenceStatsCreate as createCentrifugoServerPresenceStatsCreate, index$1_createCentrifugoTestingConnectionTokenCreate as createCentrifugoTestingConnectionTokenCreate, index$1_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, index$1_createKnowbaseAdminChatCreate as createKnowbaseAdminChatCreate, index$1_createKnowbaseAdminChatQueryCreate as createKnowbaseAdminChatQueryCreate, index$1_createKnowbaseAdminDocumentsCreate as createKnowbaseAdminDocumentsCreate, index$1_createKnowbaseAdminDocumentsReprocessCreate as createKnowbaseAdminDocumentsReprocessCreate, index$1_createKnowbaseAdminSessionsActivateCreate as createKnowbaseAdminSessionsActivateCreate, index$1_createKnowbaseAdminSessionsArchiveCreate as createKnowbaseAdminSessionsArchiveCreate, index$1_createKnowbaseAdminSessionsCreate as createKnowbaseAdminSessionsCreate, index$1_createKnowbaseSystemArchivesCreate as createKnowbaseSystemArchivesCreate, index$1_createKnowbaseSystemArchivesRevectorizeCreate as createKnowbaseSystemArchivesRevectorizeCreate, index$1_createKnowbaseSystemArchivesSearchCreate as createKnowbaseSystemArchivesSearchCreate, index$1_createKnowbaseSystemChunksCreate as createKnowbaseSystemChunksCreate, index$1_createKnowbaseSystemChunksVectorizeCreate as createKnowbaseSystemChunksVectorizeCreate, index$1_createKnowbaseSystemItemsCreate as createKnowbaseSystemItemsCreate, index$1_createLeadsCreate as createLeadsCreate, index$1_createLeadsSubmitCreate as createLeadsSubmitCreate, index$1_createNewsletterBulkCreate as createNewsletterBulkCreate, index$1_createNewsletterCampaignsCreate as createNewsletterCampaignsCreate, index$1_createNewsletterCampaignsSendCreate as createNewsletterCampaignsSendCreate, index$1_createNewsletterSubscribeCreate as createNewsletterSubscribeCreate, index$1_createNewsletterTestCreate as createNewsletterTestCreate, index$1_createNewsletterUnsubscribeCreate as createNewsletterUnsubscribeCreate, index$1_createPaymentsPaymentsConfirmCreate as createPaymentsPaymentsConfirmCreate, index$1_createPaymentsPaymentsCreateCreate as createPaymentsPaymentsCreateCreate, index$1_createSupportTicketsCreate as createSupportTicketsCreate, index$1_createSupportTicketsMessagesCreate as createSupportTicketsMessagesCreate, index$1_deleteKnowbaseAdminChatDestroy as deleteKnowbaseAdminChatDestroy, index$1_deleteKnowbaseAdminDocumentsDestroy as deleteKnowbaseAdminDocumentsDestroy, index$1_deleteKnowbaseAdminSessionsDestroy as deleteKnowbaseAdminSessionsDestroy, index$1_deleteKnowbaseSystemArchivesDestroy as deleteKnowbaseSystemArchivesDestroy, index$1_deleteKnowbaseSystemChunksDestroy as deleteKnowbaseSystemChunksDestroy, index$1_deleteKnowbaseSystemItemsDestroy as deleteKnowbaseSystemItemsDestroy, index$1_deleteLeadsDestroy as deleteLeadsDestroy, index$1_deleteNewsletterCampaignsDestroy as deleteNewsletterCampaignsDestroy, index$1_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesRetrieve as getCentrifugoMonitorPublishesRetrieve, index$1_getCentrifugoMonitorTimelineRetrieve as getCentrifugoMonitorTimelineRetrieve, index$1_getDashboardApiActivityActionsList as getDashboardApiActivityActionsList, index$1_getDashboardApiActivityRecentList as getDashboardApiActivityRecentList, index$1_getDashboardApiChartsActivityRetrieve as getDashboardApiChartsActivityRetrieve, index$1_getDashboardApiChartsRecentUsersList as getDashboardApiChartsRecentUsersList, index$1_getDashboardApiChartsRegistrationsRetrieve as getDashboardApiChartsRegistrationsRetrieve, index$1_getDashboardApiChartsTrackerList as getDashboardApiChartsTrackerList, index$1_getDashboardApiCommandsHelpRetrieve as getDashboardApiCommandsHelpRetrieve, index$1_getDashboardApiCommandsList as getDashboardApiCommandsList, index$1_getDashboardApiCommandsSummaryRetrieve as getDashboardApiCommandsSummaryRetrieve, index$1_getDashboardApiDjangoQ2Retrieve as getDashboardApiDjangoQ2Retrieve, index$1_getDashboardApiDjangoQ2SchedulesRetrieve as getDashboardApiDjangoQ2SchedulesRetrieve, index$1_getDashboardApiDjangoQ2StatusRetrieve as getDashboardApiDjangoQ2StatusRetrieve, index$1_getDashboardApiDjangoQ2TasksRetrieve as getDashboardApiDjangoQ2TasksRetrieve, index$1_getDashboardApiOverviewOverviewRetrieve as getDashboardApiOverviewOverviewRetrieve, index$1_getDashboardApiStatisticsAppsList as getDashboardApiStatisticsAppsList, index$1_getDashboardApiStatisticsCardsList as getDashboardApiStatisticsCardsList, index$1_getDashboardApiStatisticsUsersRetrieve as getDashboardApiStatisticsUsersRetrieve, index$1_getDashboardApiSystemHealthRetrieve as getDashboardApiSystemHealthRetrieve, index$1_getDashboardApiSystemMetricsRetrieve as getDashboardApiSystemMetricsRetrieve, index$1_getDashboardApiZonesList as getDashboardApiZonesList, index$1_getDashboardApiZonesSummaryRetrieve as getDashboardApiZonesSummaryRetrieve, index$1_getEndpointsDrfRetrieve as getEndpointsDrfRetrieve, index$1_getEndpointsUrlsCompactRetrieve as getEndpointsUrlsCompactRetrieve, index$1_getEndpointsUrlsRetrieve as getEndpointsUrlsRetrieve, index$1_getGrpcMonitorHealthRetrieve as getGrpcMonitorHealthRetrieve, index$1_getGrpcMonitorMethodsRetrieve as getGrpcMonitorMethodsRetrieve, index$1_getGrpcMonitorOverviewRetrieve as getGrpcMonitorOverviewRetrieve, index$1_getGrpcMonitorRequestsRetrieve as getGrpcMonitorRequestsRetrieve, index$1_getGrpcMonitorServicesRetrieve as getGrpcMonitorServicesRetrieve, index$1_getGrpcMonitorTimelineRetrieve as getGrpcMonitorTimelineRetrieve, index$1_getHealthDrfQuickRetrieve as getHealthDrfQuickRetrieve, index$1_getHealthDrfRetrieve as getHealthDrfRetrieve, index$1_getKnowbaseAdminChatHistoryRetrieve as getKnowbaseAdminChatHistoryRetrieve, index$1_getKnowbaseAdminChatList as getKnowbaseAdminChatList, index$1_getKnowbaseAdminChatRetrieve as getKnowbaseAdminChatRetrieve, index$1_getKnowbaseAdminDocumentsList as getKnowbaseAdminDocumentsList, index$1_getKnowbaseAdminDocumentsRetrieve as getKnowbaseAdminDocumentsRetrieve, index$1_getKnowbaseAdminDocumentsStatsRetrieve as getKnowbaseAdminDocumentsStatsRetrieve, index$1_getKnowbaseAdminDocumentsStatusRetrieve as getKnowbaseAdminDocumentsStatusRetrieve, index$1_getKnowbaseAdminSessionsList as getKnowbaseAdminSessionsList, index$1_getKnowbaseAdminSessionsRetrieve as getKnowbaseAdminSessionsRetrieve, index$1_getKnowbaseCategoriesList as getKnowbaseCategoriesList, index$1_getKnowbaseCategoriesRetrieve as getKnowbaseCategoriesRetrieve, index$1_getKnowbaseDocumentsList as getKnowbaseDocumentsList, index$1_getKnowbaseDocumentsRetrieve as getKnowbaseDocumentsRetrieve, index$1_getKnowbaseSystemArchivesFileTreeRetrieve as getKnowbaseSystemArchivesFileTreeRetrieve, index$1_getKnowbaseSystemArchivesItemsList as getKnowbaseSystemArchivesItemsList, index$1_getKnowbaseSystemArchivesList as getKnowbaseSystemArchivesList, index$1_getKnowbaseSystemArchivesRetrieve as getKnowbaseSystemArchivesRetrieve, index$1_getKnowbaseSystemArchivesStatisticsRetrieve as getKnowbaseSystemArchivesStatisticsRetrieve, index$1_getKnowbaseSystemArchivesVectorizationStatsRetrieve as getKnowbaseSystemArchivesVectorizationStatsRetrieve, index$1_getKnowbaseSystemChunksContextRetrieve as getKnowbaseSystemChunksContextRetrieve, index$1_getKnowbaseSystemChunksList as getKnowbaseSystemChunksList, index$1_getKnowbaseSystemChunksRetrieve as getKnowbaseSystemChunksRetrieve, index$1_getKnowbaseSystemItemsChunksList as getKnowbaseSystemItemsChunksList, index$1_getKnowbaseSystemItemsContentRetrieve as getKnowbaseSystemItemsContentRetrieve, index$1_getKnowbaseSystemItemsList as getKnowbaseSystemItemsList, index$1_getKnowbaseSystemItemsRetrieve as getKnowbaseSystemItemsRetrieve, index$1_getLeadsList as getLeadsList, index$1_getLeadsRetrieve as getLeadsRetrieve, index$1_getNewsletterCampaignsList as getNewsletterCampaignsList, index$1_getNewsletterCampaignsRetrieve as getNewsletterCampaignsRetrieve, index$1_getNewsletterLogsList as getNewsletterLogsList, index$1_getNewsletterNewslettersList as getNewsletterNewslettersList, index$1_getNewsletterNewslettersRetrieve as getNewsletterNewslettersRetrieve, index$1_getNewsletterSubscriptionsList as getNewsletterSubscriptionsList, index$1_getPaymentsBalanceRetrieve as getPaymentsBalanceRetrieve, index$1_getPaymentsCurrenciesList as getPaymentsCurrenciesList, index$1_getPaymentsPaymentsList as getPaymentsPaymentsList, index$1_getPaymentsPaymentsRetrieve as getPaymentsPaymentsRetrieve, index$1_getPaymentsPaymentsStatusRetrieve as getPaymentsPaymentsStatusRetrieve, index$1_getPaymentsTransactionsList as getPaymentsTransactionsList, index$1_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index$1_getTasksLogsList as getTasksLogsList, index$1_getTasksLogsOverviewRetrieve as getTasksLogsOverviewRetrieve, index$1_getTasksLogsRelatedRetrieve as getTasksLogsRelatedRetrieve, index$1_getTasksLogsRetrieve as getTasksLogsRetrieve, index$1_getTasksLogsStatsRetrieve as getTasksLogsStatsRetrieve, index$1_getTasksLogsTimelineRetrieve as getTasksLogsTimelineRetrieve, index$1_partialUpdateAccountsProfilePartialPartialUpdate as partialUpdateAccountsProfilePartialPartialUpdate, index$1_partialUpdateAccountsProfilePartialUpdate as partialUpdateAccountsProfilePartialUpdate, index$1_partialUpdateAccountsProfileUpdatePartialUpdate as partialUpdateAccountsProfileUpdatePartialUpdate, index$1_partialUpdateKnowbaseAdminChatPartialUpdate as partialUpdateKnowbaseAdminChatPartialUpdate, index$1_partialUpdateKnowbaseAdminDocumentsPartialUpdate as partialUpdateKnowbaseAdminDocumentsPartialUpdate, index$1_partialUpdateKnowbaseAdminSessionsPartialUpdate as partialUpdateKnowbaseAdminSessionsPartialUpdate, index$1_partialUpdateKnowbaseSystemArchivesPartialUpdate as partialUpdateKnowbaseSystemArchivesPartialUpdate, index$1_partialUpdateKnowbaseSystemChunksPartialUpdate as partialUpdateKnowbaseSystemChunksPartialUpdate, index$1_partialUpdateKnowbaseSystemItemsPartialUpdate as partialUpdateKnowbaseSystemItemsPartialUpdate, index$1_partialUpdateLeadsPartialUpdate as partialUpdateLeadsPartialUpdate, index$1_partialUpdateNewsletterCampaignsPartialUpdate as partialUpdateNewsletterCampaignsPartialUpdate, index$1_partialUpdateNewsletterUnsubscribePartialUpdate as partialUpdateNewsletterUnsubscribePartialUpdate, index$1_partialUpdateSupportTicketsMessagesPartialUpdate as partialUpdateSupportTicketsMessagesPartialUpdate, index$1_partialUpdateSupportTicketsPartialUpdate as partialUpdateSupportTicketsPartialUpdate, index$1_updateAccountsProfileUpdateUpdate as updateAccountsProfileUpdateUpdate, index$1_updateKnowbaseAdminChatUpdate as updateKnowbaseAdminChatUpdate, index$1_updateKnowbaseAdminDocumentsUpdate as updateKnowbaseAdminDocumentsUpdate, index$1_updateKnowbaseAdminSessionsUpdate as updateKnowbaseAdminSessionsUpdate, index$1_updateKnowbaseSystemArchivesUpdate as updateKnowbaseSystemArchivesUpdate, index$1_updateKnowbaseSystemChunksUpdate as updateKnowbaseSystemChunksUpdate, index$1_updateKnowbaseSystemItemsUpdate as updateKnowbaseSystemItemsUpdate, index$1_updateLeadsUpdate as updateLeadsUpdate, index$1_updateNewsletterCampaignsUpdate as updateNewsletterCampaignsUpdate, index$1_updateNewsletterUnsubscribeUpdate as updateNewsletterUnsubscribeUpdate, index$1_updateSupportTicketsMessagesUpdate as updateSupportTicketsMessagesUpdate, index$1_updateSupportTicketsUpdate as updateSupportTicketsUpdate };
26213
27075
  }
26214
27076
 
26215
27077
  /**
@@ -27070,6 +27932,82 @@ declare function useEndpointsUrlsRetrieve(client?: API): ReturnType<typeof useSW
27070
27932
  */
27071
27933
  declare function useEndpointsUrlsCompactRetrieve(client?: API): ReturnType<typeof useSWR<any>>;
27072
27934
 
27935
+ /**
27936
+ * SWR Hooks for Grpc Monitoring
27937
+ *
27938
+ * React hooks powered by SWR for data fetching with automatic caching,
27939
+ * revalidation, and optimistic updates.
27940
+ *
27941
+ * Usage:
27942
+ * ```typescript
27943
+ * // Query hooks (GET)
27944
+ * const { data, error, isLoading } = useUsers({ page: 1 })
27945
+ *
27946
+ * // Mutation hooks (POST/PUT/PATCH/DELETE)
27947
+ * const createUser = useCreateUser()
27948
+ * await createUser({ name: 'John', email: 'john@example.com' })
27949
+ * ```
27950
+ */
27951
+
27952
+ /**
27953
+ * Get gRPC health status
27954
+ *
27955
+ * @method GET
27956
+ * @path /cfg/grpc/monitor/health/
27957
+ */
27958
+ declare function useGrpcMonitorHealthRetrieve(client?: API): ReturnType<typeof useSWR<HealthCheck>>;
27959
+ /**
27960
+ * Get method statistics
27961
+ *
27962
+ * @method GET
27963
+ * @path /cfg/grpc/monitor/methods/
27964
+ */
27965
+ declare function useGrpcMonitorMethodsRetrieve(params?: {
27966
+ hours?: number;
27967
+ service?: string;
27968
+ }, client?: API): ReturnType<typeof useSWR<MethodList>>;
27969
+ /**
27970
+ * Get overview statistics
27971
+ *
27972
+ * @method GET
27973
+ * @path /cfg/grpc/monitor/overview/
27974
+ */
27975
+ declare function useGrpcMonitorOverviewRetrieve(params?: {
27976
+ hours?: number;
27977
+ }, client?: API): ReturnType<typeof useSWR<OverviewStats>>;
27978
+ /**
27979
+ * Get recent requests
27980
+ *
27981
+ * @method GET
27982
+ * @path /cfg/grpc/monitor/requests/
27983
+ */
27984
+ declare function useGrpcMonitorRequestsRetrieve(params?: {
27985
+ count?: number;
27986
+ method?: string;
27987
+ offset?: number;
27988
+ service?: string;
27989
+ status?: string;
27990
+ }, client?: API): ReturnType<typeof useSWR<RecentRequests>>;
27991
+ /**
27992
+ * Get service statistics
27993
+ *
27994
+ * @method GET
27995
+ * @path /cfg/grpc/monitor/services/
27996
+ */
27997
+ declare function useGrpcMonitorServicesRetrieve(params?: {
27998
+ hours?: number;
27999
+ }, client?: API): ReturnType<typeof useSWR<ServiceList>>;
28000
+ /**
28001
+ * Get request timeline
28002
+ *
28003
+ * @method GET
28004
+ * @path /cfg/grpc/monitor/timeline/
28005
+ */
28006
+ declare function useGrpcMonitorTimelineRetrieve(params?: {
28007
+ hours?: number;
28008
+ interval?: string;
28009
+ }, client?: API): ReturnType<typeof useSWR<any>>;
28010
+
27073
28011
  /**
27074
28012
  * SWR Hooks for Health
27075
28013
  *
@@ -28028,6 +28966,12 @@ declare const index_useDeleteSupportTicketsMessagesDestroy: typeof useDeleteSupp
28028
28966
  declare const index_useEndpointsDrfRetrieve: typeof useEndpointsDrfRetrieve;
28029
28967
  declare const index_useEndpointsUrlsCompactRetrieve: typeof useEndpointsUrlsCompactRetrieve;
28030
28968
  declare const index_useEndpointsUrlsRetrieve: typeof useEndpointsUrlsRetrieve;
28969
+ declare const index_useGrpcMonitorHealthRetrieve: typeof useGrpcMonitorHealthRetrieve;
28970
+ declare const index_useGrpcMonitorMethodsRetrieve: typeof useGrpcMonitorMethodsRetrieve;
28971
+ declare const index_useGrpcMonitorOverviewRetrieve: typeof useGrpcMonitorOverviewRetrieve;
28972
+ declare const index_useGrpcMonitorRequestsRetrieve: typeof useGrpcMonitorRequestsRetrieve;
28973
+ declare const index_useGrpcMonitorServicesRetrieve: typeof useGrpcMonitorServicesRetrieve;
28974
+ declare const index_useGrpcMonitorTimelineRetrieve: typeof useGrpcMonitorTimelineRetrieve;
28031
28975
  declare const index_useHealthDrfQuickRetrieve: typeof useHealthDrfQuickRetrieve;
28032
28976
  declare const index_useHealthDrfRetrieve: typeof useHealthDrfRetrieve;
28033
28977
  declare const index_useKnowbaseAdminChatHistoryRetrieve: typeof useKnowbaseAdminChatHistoryRetrieve;
@@ -28107,7 +29051,7 @@ declare const index_useUpdateNewsletterUnsubscribeUpdate: typeof useUpdateNewsle
28107
29051
  declare const index_useUpdateSupportTicketsMessagesUpdate: typeof useUpdateSupportTicketsMessagesUpdate;
28108
29052
  declare const index_useUpdateSupportTicketsUpdate: typeof useUpdateSupportTicketsUpdate;
28109
29053
  declare namespace index {
28110
- export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesRetrieve as useCentrifugoMonitorPublishesRetrieve, index_useCentrifugoMonitorTimelineRetrieve as useCentrifugoMonitorTimelineRetrieve, index_useCreateAccountsOtpRequestCreate as useCreateAccountsOtpRequestCreate, index_useCreateAccountsOtpVerifyCreate as useCreateAccountsOtpVerifyCreate, index_useCreateAccountsProfileAvatarCreate as useCreateAccountsProfileAvatarCreate, index_useCreateAccountsTokenRefreshCreate as useCreateAccountsTokenRefreshCreate, index_useCreateCentrifugoServerAuthTokenCreate as useCreateCentrifugoServerAuthTokenCreate, index_useCreateCentrifugoServerChannelsCreate as useCreateCentrifugoServerChannelsCreate, index_useCreateCentrifugoServerHistoryCreate as useCreateCentrifugoServerHistoryCreate, index_useCreateCentrifugoServerInfoCreate as useCreateCentrifugoServerInfoCreate, index_useCreateCentrifugoServerPresenceCreate as useCreateCentrifugoServerPresenceCreate, index_useCreateCentrifugoServerPresenceStatsCreate as useCreateCentrifugoServerPresenceStatsCreate, index_useCreateCentrifugoTestingConnectionTokenCreate as useCreateCentrifugoTestingConnectionTokenCreate, index_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, index_useCreateKnowbaseAdminChatCreate as useCreateKnowbaseAdminChatCreate, index_useCreateKnowbaseAdminChatQueryCreate as useCreateKnowbaseAdminChatQueryCreate, index_useCreateKnowbaseAdminDocumentsCreate as useCreateKnowbaseAdminDocumentsCreate, index_useCreateKnowbaseAdminDocumentsReprocessCreate as useCreateKnowbaseAdminDocumentsReprocessCreate, index_useCreateKnowbaseAdminSessionsActivateCreate as useCreateKnowbaseAdminSessionsActivateCreate, index_useCreateKnowbaseAdminSessionsArchiveCreate as useCreateKnowbaseAdminSessionsArchiveCreate, index_useCreateKnowbaseAdminSessionsCreate as useCreateKnowbaseAdminSessionsCreate, index_useCreateKnowbaseSystemArchivesCreate as useCreateKnowbaseSystemArchivesCreate, index_useCreateKnowbaseSystemArchivesRevectorizeCreate as useCreateKnowbaseSystemArchivesRevectorizeCreate, index_useCreateKnowbaseSystemArchivesSearchCreate as useCreateKnowbaseSystemArchivesSearchCreate, index_useCreateKnowbaseSystemChunksCreate as useCreateKnowbaseSystemChunksCreate, index_useCreateKnowbaseSystemChunksVectorizeCreate as useCreateKnowbaseSystemChunksVectorizeCreate, index_useCreateKnowbaseSystemItemsCreate as useCreateKnowbaseSystemItemsCreate, index_useCreateLeadsCreate as useCreateLeadsCreate, index_useCreateLeadsSubmitCreate as useCreateLeadsSubmitCreate, index_useCreateNewsletterBulkCreate as useCreateNewsletterBulkCreate, index_useCreateNewsletterCampaignsCreate as useCreateNewsletterCampaignsCreate, index_useCreateNewsletterCampaignsSendCreate as useCreateNewsletterCampaignsSendCreate, index_useCreateNewsletterSubscribeCreate as useCreateNewsletterSubscribeCreate, index_useCreateNewsletterTestCreate as useCreateNewsletterTestCreate, index_useCreateNewsletterUnsubscribeCreate as useCreateNewsletterUnsubscribeCreate, index_useCreatePaymentsPaymentsConfirmCreate as useCreatePaymentsPaymentsConfirmCreate, index_useCreatePaymentsPaymentsCreateCreate as useCreatePaymentsPaymentsCreateCreate, index_useCreateSupportTicketsCreate as useCreateSupportTicketsCreate, index_useCreateSupportTicketsMessagesCreate as useCreateSupportTicketsMessagesCreate, index_useDashboardApiActivityActionsList as useDashboardApiActivityActionsList, index_useDashboardApiActivityRecentList as useDashboardApiActivityRecentList, index_useDashboardApiChartsActivityRetrieve as useDashboardApiChartsActivityRetrieve, index_useDashboardApiChartsRecentUsersList as useDashboardApiChartsRecentUsersList, index_useDashboardApiChartsRegistrationsRetrieve as useDashboardApiChartsRegistrationsRetrieve, index_useDashboardApiChartsTrackerList as useDashboardApiChartsTrackerList, index_useDashboardApiCommandsHelpRetrieve as useDashboardApiCommandsHelpRetrieve, index_useDashboardApiCommandsList as useDashboardApiCommandsList, index_useDashboardApiCommandsSummaryRetrieve as useDashboardApiCommandsSummaryRetrieve, index_useDashboardApiDjangoQ2Retrieve as useDashboardApiDjangoQ2Retrieve, index_useDashboardApiDjangoQ2SchedulesRetrieve as useDashboardApiDjangoQ2SchedulesRetrieve, index_useDashboardApiDjangoQ2StatusRetrieve as useDashboardApiDjangoQ2StatusRetrieve, index_useDashboardApiDjangoQ2TasksRetrieve as useDashboardApiDjangoQ2TasksRetrieve, index_useDashboardApiOverviewOverviewRetrieve as useDashboardApiOverviewOverviewRetrieve, index_useDashboardApiStatisticsAppsList as useDashboardApiStatisticsAppsList, index_useDashboardApiStatisticsCardsList as useDashboardApiStatisticsCardsList, index_useDashboardApiStatisticsUsersRetrieve as useDashboardApiStatisticsUsersRetrieve, index_useDashboardApiSystemHealthRetrieve as useDashboardApiSystemHealthRetrieve, index_useDashboardApiSystemMetricsRetrieve as useDashboardApiSystemMetricsRetrieve, index_useDashboardApiZonesList as useDashboardApiZonesList, index_useDashboardApiZonesSummaryRetrieve as useDashboardApiZonesSummaryRetrieve, index_useDeleteKnowbaseAdminChatDestroy as useDeleteKnowbaseAdminChatDestroy, index_useDeleteKnowbaseAdminDocumentsDestroy as useDeleteKnowbaseAdminDocumentsDestroy, index_useDeleteKnowbaseAdminSessionsDestroy as useDeleteKnowbaseAdminSessionsDestroy, index_useDeleteKnowbaseSystemArchivesDestroy as useDeleteKnowbaseSystemArchivesDestroy, index_useDeleteKnowbaseSystemChunksDestroy as useDeleteKnowbaseSystemChunksDestroy, index_useDeleteKnowbaseSystemItemsDestroy as useDeleteKnowbaseSystemItemsDestroy, index_useDeleteLeadsDestroy as useDeleteLeadsDestroy, index_useDeleteNewsletterCampaignsDestroy as useDeleteNewsletterCampaignsDestroy, index_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, index_useHealthDrfQuickRetrieve as useHealthDrfQuickRetrieve, index_useHealthDrfRetrieve as useHealthDrfRetrieve, index_useKnowbaseAdminChatHistoryRetrieve as useKnowbaseAdminChatHistoryRetrieve, index_useKnowbaseAdminChatList as useKnowbaseAdminChatList, index_useKnowbaseAdminChatRetrieve as useKnowbaseAdminChatRetrieve, index_useKnowbaseAdminDocumentsList as useKnowbaseAdminDocumentsList, index_useKnowbaseAdminDocumentsRetrieve as useKnowbaseAdminDocumentsRetrieve, index_useKnowbaseAdminDocumentsStatsRetrieve as useKnowbaseAdminDocumentsStatsRetrieve, index_useKnowbaseAdminDocumentsStatusRetrieve as useKnowbaseAdminDocumentsStatusRetrieve, index_useKnowbaseAdminSessionsList as useKnowbaseAdminSessionsList, index_useKnowbaseAdminSessionsRetrieve as useKnowbaseAdminSessionsRetrieve, index_useKnowbaseCategoriesList as useKnowbaseCategoriesList, index_useKnowbaseCategoriesRetrieve as useKnowbaseCategoriesRetrieve, index_useKnowbaseDocumentsList as useKnowbaseDocumentsList, index_useKnowbaseDocumentsRetrieve as useKnowbaseDocumentsRetrieve, index_useKnowbaseSystemArchivesFileTreeRetrieve as useKnowbaseSystemArchivesFileTreeRetrieve, index_useKnowbaseSystemArchivesItemsList as useKnowbaseSystemArchivesItemsList, index_useKnowbaseSystemArchivesList as useKnowbaseSystemArchivesList, index_useKnowbaseSystemArchivesRetrieve as useKnowbaseSystemArchivesRetrieve, index_useKnowbaseSystemArchivesStatisticsRetrieve as useKnowbaseSystemArchivesStatisticsRetrieve, index_useKnowbaseSystemArchivesVectorizationStatsRetrieve as useKnowbaseSystemArchivesVectorizationStatsRetrieve, index_useKnowbaseSystemChunksContextRetrieve as useKnowbaseSystemChunksContextRetrieve, index_useKnowbaseSystemChunksList as useKnowbaseSystemChunksList, index_useKnowbaseSystemChunksRetrieve as useKnowbaseSystemChunksRetrieve, index_useKnowbaseSystemItemsChunksList as useKnowbaseSystemItemsChunksList, index_useKnowbaseSystemItemsContentRetrieve as useKnowbaseSystemItemsContentRetrieve, index_useKnowbaseSystemItemsList as useKnowbaseSystemItemsList, index_useKnowbaseSystemItemsRetrieve as useKnowbaseSystemItemsRetrieve, index_useLeadsList as useLeadsList, index_useLeadsRetrieve as useLeadsRetrieve, index_useNewsletterCampaignsList as useNewsletterCampaignsList, index_useNewsletterCampaignsRetrieve as useNewsletterCampaignsRetrieve, index_useNewsletterLogsList as useNewsletterLogsList, index_useNewsletterNewslettersList as useNewsletterNewslettersList, index_useNewsletterNewslettersRetrieve as useNewsletterNewslettersRetrieve, index_useNewsletterSubscriptionsList as useNewsletterSubscriptionsList, index_usePartialUpdateAccountsProfilePartialPartialUpdate as usePartialUpdateAccountsProfilePartialPartialUpdate, index_usePartialUpdateAccountsProfilePartialUpdate as usePartialUpdateAccountsProfilePartialUpdate, index_usePartialUpdateAccountsProfileUpdatePartialUpdate as usePartialUpdateAccountsProfileUpdatePartialUpdate, index_usePartialUpdateKnowbaseAdminChatPartialUpdate as usePartialUpdateKnowbaseAdminChatPartialUpdate, index_usePartialUpdateKnowbaseAdminDocumentsPartialUpdate as usePartialUpdateKnowbaseAdminDocumentsPartialUpdate, index_usePartialUpdateKnowbaseAdminSessionsPartialUpdate as usePartialUpdateKnowbaseAdminSessionsPartialUpdate, index_usePartialUpdateKnowbaseSystemArchivesPartialUpdate as usePartialUpdateKnowbaseSystemArchivesPartialUpdate, index_usePartialUpdateKnowbaseSystemChunksPartialUpdate as usePartialUpdateKnowbaseSystemChunksPartialUpdate, index_usePartialUpdateKnowbaseSystemItemsPartialUpdate as usePartialUpdateKnowbaseSystemItemsPartialUpdate, index_usePartialUpdateLeadsPartialUpdate as usePartialUpdateLeadsPartialUpdate, index_usePartialUpdateNewsletterCampaignsPartialUpdate as usePartialUpdateNewsletterCampaignsPartialUpdate, index_usePartialUpdateNewsletterUnsubscribePartialUpdate as usePartialUpdateNewsletterUnsubscribePartialUpdate, index_usePartialUpdateSupportTicketsMessagesPartialUpdate as usePartialUpdateSupportTicketsMessagesPartialUpdate, index_usePartialUpdateSupportTicketsPartialUpdate as usePartialUpdateSupportTicketsPartialUpdate, index_usePaymentsBalanceRetrieve as usePaymentsBalanceRetrieve, index_usePaymentsCurrenciesList as usePaymentsCurrenciesList, index_usePaymentsPaymentsList as usePaymentsPaymentsList, index_usePaymentsPaymentsRetrieve as usePaymentsPaymentsRetrieve, index_usePaymentsPaymentsStatusRetrieve as usePaymentsPaymentsStatusRetrieve, index_usePaymentsTransactionsList as usePaymentsTransactionsList, index_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, index_useTasksLogsList as useTasksLogsList, index_useTasksLogsOverviewRetrieve as useTasksLogsOverviewRetrieve, index_useTasksLogsRelatedRetrieve as useTasksLogsRelatedRetrieve, index_useTasksLogsRetrieve as useTasksLogsRetrieve, index_useTasksLogsStatsRetrieve as useTasksLogsStatsRetrieve, index_useTasksLogsTimelineRetrieve as useTasksLogsTimelineRetrieve, index_useUpdateAccountsProfileUpdateUpdate as useUpdateAccountsProfileUpdateUpdate, index_useUpdateKnowbaseAdminChatUpdate as useUpdateKnowbaseAdminChatUpdate, index_useUpdateKnowbaseAdminDocumentsUpdate as useUpdateKnowbaseAdminDocumentsUpdate, index_useUpdateKnowbaseAdminSessionsUpdate as useUpdateKnowbaseAdminSessionsUpdate, index_useUpdateKnowbaseSystemArchivesUpdate as useUpdateKnowbaseSystemArchivesUpdate, index_useUpdateKnowbaseSystemChunksUpdate as useUpdateKnowbaseSystemChunksUpdate, index_useUpdateKnowbaseSystemItemsUpdate as useUpdateKnowbaseSystemItemsUpdate, index_useUpdateLeadsUpdate as useUpdateLeadsUpdate, index_useUpdateNewsletterCampaignsUpdate as useUpdateNewsletterCampaignsUpdate, index_useUpdateNewsletterUnsubscribeUpdate as useUpdateNewsletterUnsubscribeUpdate, index_useUpdateSupportTicketsMessagesUpdate as useUpdateSupportTicketsMessagesUpdate, index_useUpdateSupportTicketsUpdate as useUpdateSupportTicketsUpdate };
29054
+ export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesRetrieve as useCentrifugoMonitorPublishesRetrieve, index_useCentrifugoMonitorTimelineRetrieve as useCentrifugoMonitorTimelineRetrieve, index_useCreateAccountsOtpRequestCreate as useCreateAccountsOtpRequestCreate, index_useCreateAccountsOtpVerifyCreate as useCreateAccountsOtpVerifyCreate, index_useCreateAccountsProfileAvatarCreate as useCreateAccountsProfileAvatarCreate, index_useCreateAccountsTokenRefreshCreate as useCreateAccountsTokenRefreshCreate, index_useCreateCentrifugoServerAuthTokenCreate as useCreateCentrifugoServerAuthTokenCreate, index_useCreateCentrifugoServerChannelsCreate as useCreateCentrifugoServerChannelsCreate, index_useCreateCentrifugoServerHistoryCreate as useCreateCentrifugoServerHistoryCreate, index_useCreateCentrifugoServerInfoCreate as useCreateCentrifugoServerInfoCreate, index_useCreateCentrifugoServerPresenceCreate as useCreateCentrifugoServerPresenceCreate, index_useCreateCentrifugoServerPresenceStatsCreate as useCreateCentrifugoServerPresenceStatsCreate, index_useCreateCentrifugoTestingConnectionTokenCreate as useCreateCentrifugoTestingConnectionTokenCreate, index_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, index_useCreateKnowbaseAdminChatCreate as useCreateKnowbaseAdminChatCreate, index_useCreateKnowbaseAdminChatQueryCreate as useCreateKnowbaseAdminChatQueryCreate, index_useCreateKnowbaseAdminDocumentsCreate as useCreateKnowbaseAdminDocumentsCreate, index_useCreateKnowbaseAdminDocumentsReprocessCreate as useCreateKnowbaseAdminDocumentsReprocessCreate, index_useCreateKnowbaseAdminSessionsActivateCreate as useCreateKnowbaseAdminSessionsActivateCreate, index_useCreateKnowbaseAdminSessionsArchiveCreate as useCreateKnowbaseAdminSessionsArchiveCreate, index_useCreateKnowbaseAdminSessionsCreate as useCreateKnowbaseAdminSessionsCreate, index_useCreateKnowbaseSystemArchivesCreate as useCreateKnowbaseSystemArchivesCreate, index_useCreateKnowbaseSystemArchivesRevectorizeCreate as useCreateKnowbaseSystemArchivesRevectorizeCreate, index_useCreateKnowbaseSystemArchivesSearchCreate as useCreateKnowbaseSystemArchivesSearchCreate, index_useCreateKnowbaseSystemChunksCreate as useCreateKnowbaseSystemChunksCreate, index_useCreateKnowbaseSystemChunksVectorizeCreate as useCreateKnowbaseSystemChunksVectorizeCreate, index_useCreateKnowbaseSystemItemsCreate as useCreateKnowbaseSystemItemsCreate, index_useCreateLeadsCreate as useCreateLeadsCreate, index_useCreateLeadsSubmitCreate as useCreateLeadsSubmitCreate, index_useCreateNewsletterBulkCreate as useCreateNewsletterBulkCreate, index_useCreateNewsletterCampaignsCreate as useCreateNewsletterCampaignsCreate, index_useCreateNewsletterCampaignsSendCreate as useCreateNewsletterCampaignsSendCreate, index_useCreateNewsletterSubscribeCreate as useCreateNewsletterSubscribeCreate, index_useCreateNewsletterTestCreate as useCreateNewsletterTestCreate, index_useCreateNewsletterUnsubscribeCreate as useCreateNewsletterUnsubscribeCreate, index_useCreatePaymentsPaymentsConfirmCreate as useCreatePaymentsPaymentsConfirmCreate, index_useCreatePaymentsPaymentsCreateCreate as useCreatePaymentsPaymentsCreateCreate, index_useCreateSupportTicketsCreate as useCreateSupportTicketsCreate, index_useCreateSupportTicketsMessagesCreate as useCreateSupportTicketsMessagesCreate, index_useDashboardApiActivityActionsList as useDashboardApiActivityActionsList, index_useDashboardApiActivityRecentList as useDashboardApiActivityRecentList, index_useDashboardApiChartsActivityRetrieve as useDashboardApiChartsActivityRetrieve, index_useDashboardApiChartsRecentUsersList as useDashboardApiChartsRecentUsersList, index_useDashboardApiChartsRegistrationsRetrieve as useDashboardApiChartsRegistrationsRetrieve, index_useDashboardApiChartsTrackerList as useDashboardApiChartsTrackerList, index_useDashboardApiCommandsHelpRetrieve as useDashboardApiCommandsHelpRetrieve, index_useDashboardApiCommandsList as useDashboardApiCommandsList, index_useDashboardApiCommandsSummaryRetrieve as useDashboardApiCommandsSummaryRetrieve, index_useDashboardApiDjangoQ2Retrieve as useDashboardApiDjangoQ2Retrieve, index_useDashboardApiDjangoQ2SchedulesRetrieve as useDashboardApiDjangoQ2SchedulesRetrieve, index_useDashboardApiDjangoQ2StatusRetrieve as useDashboardApiDjangoQ2StatusRetrieve, index_useDashboardApiDjangoQ2TasksRetrieve as useDashboardApiDjangoQ2TasksRetrieve, index_useDashboardApiOverviewOverviewRetrieve as useDashboardApiOverviewOverviewRetrieve, index_useDashboardApiStatisticsAppsList as useDashboardApiStatisticsAppsList, index_useDashboardApiStatisticsCardsList as useDashboardApiStatisticsCardsList, index_useDashboardApiStatisticsUsersRetrieve as useDashboardApiStatisticsUsersRetrieve, index_useDashboardApiSystemHealthRetrieve as useDashboardApiSystemHealthRetrieve, index_useDashboardApiSystemMetricsRetrieve as useDashboardApiSystemMetricsRetrieve, index_useDashboardApiZonesList as useDashboardApiZonesList, index_useDashboardApiZonesSummaryRetrieve as useDashboardApiZonesSummaryRetrieve, index_useDeleteKnowbaseAdminChatDestroy as useDeleteKnowbaseAdminChatDestroy, index_useDeleteKnowbaseAdminDocumentsDestroy as useDeleteKnowbaseAdminDocumentsDestroy, index_useDeleteKnowbaseAdminSessionsDestroy as useDeleteKnowbaseAdminSessionsDestroy, index_useDeleteKnowbaseSystemArchivesDestroy as useDeleteKnowbaseSystemArchivesDestroy, index_useDeleteKnowbaseSystemChunksDestroy as useDeleteKnowbaseSystemChunksDestroy, index_useDeleteKnowbaseSystemItemsDestroy as useDeleteKnowbaseSystemItemsDestroy, index_useDeleteLeadsDestroy as useDeleteLeadsDestroy, index_useDeleteNewsletterCampaignsDestroy as useDeleteNewsletterCampaignsDestroy, index_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, index_useGrpcMonitorHealthRetrieve as useGrpcMonitorHealthRetrieve, index_useGrpcMonitorMethodsRetrieve as useGrpcMonitorMethodsRetrieve, index_useGrpcMonitorOverviewRetrieve as useGrpcMonitorOverviewRetrieve, index_useGrpcMonitorRequestsRetrieve as useGrpcMonitorRequestsRetrieve, index_useGrpcMonitorServicesRetrieve as useGrpcMonitorServicesRetrieve, index_useGrpcMonitorTimelineRetrieve as useGrpcMonitorTimelineRetrieve, index_useHealthDrfQuickRetrieve as useHealthDrfQuickRetrieve, index_useHealthDrfRetrieve as useHealthDrfRetrieve, index_useKnowbaseAdminChatHistoryRetrieve as useKnowbaseAdminChatHistoryRetrieve, index_useKnowbaseAdminChatList as useKnowbaseAdminChatList, index_useKnowbaseAdminChatRetrieve as useKnowbaseAdminChatRetrieve, index_useKnowbaseAdminDocumentsList as useKnowbaseAdminDocumentsList, index_useKnowbaseAdminDocumentsRetrieve as useKnowbaseAdminDocumentsRetrieve, index_useKnowbaseAdminDocumentsStatsRetrieve as useKnowbaseAdminDocumentsStatsRetrieve, index_useKnowbaseAdminDocumentsStatusRetrieve as useKnowbaseAdminDocumentsStatusRetrieve, index_useKnowbaseAdminSessionsList as useKnowbaseAdminSessionsList, index_useKnowbaseAdminSessionsRetrieve as useKnowbaseAdminSessionsRetrieve, index_useKnowbaseCategoriesList as useKnowbaseCategoriesList, index_useKnowbaseCategoriesRetrieve as useKnowbaseCategoriesRetrieve, index_useKnowbaseDocumentsList as useKnowbaseDocumentsList, index_useKnowbaseDocumentsRetrieve as useKnowbaseDocumentsRetrieve, index_useKnowbaseSystemArchivesFileTreeRetrieve as useKnowbaseSystemArchivesFileTreeRetrieve, index_useKnowbaseSystemArchivesItemsList as useKnowbaseSystemArchivesItemsList, index_useKnowbaseSystemArchivesList as useKnowbaseSystemArchivesList, index_useKnowbaseSystemArchivesRetrieve as useKnowbaseSystemArchivesRetrieve, index_useKnowbaseSystemArchivesStatisticsRetrieve as useKnowbaseSystemArchivesStatisticsRetrieve, index_useKnowbaseSystemArchivesVectorizationStatsRetrieve as useKnowbaseSystemArchivesVectorizationStatsRetrieve, index_useKnowbaseSystemChunksContextRetrieve as useKnowbaseSystemChunksContextRetrieve, index_useKnowbaseSystemChunksList as useKnowbaseSystemChunksList, index_useKnowbaseSystemChunksRetrieve as useKnowbaseSystemChunksRetrieve, index_useKnowbaseSystemItemsChunksList as useKnowbaseSystemItemsChunksList, index_useKnowbaseSystemItemsContentRetrieve as useKnowbaseSystemItemsContentRetrieve, index_useKnowbaseSystemItemsList as useKnowbaseSystemItemsList, index_useKnowbaseSystemItemsRetrieve as useKnowbaseSystemItemsRetrieve, index_useLeadsList as useLeadsList, index_useLeadsRetrieve as useLeadsRetrieve, index_useNewsletterCampaignsList as useNewsletterCampaignsList, index_useNewsletterCampaignsRetrieve as useNewsletterCampaignsRetrieve, index_useNewsletterLogsList as useNewsletterLogsList, index_useNewsletterNewslettersList as useNewsletterNewslettersList, index_useNewsletterNewslettersRetrieve as useNewsletterNewslettersRetrieve, index_useNewsletterSubscriptionsList as useNewsletterSubscriptionsList, index_usePartialUpdateAccountsProfilePartialPartialUpdate as usePartialUpdateAccountsProfilePartialPartialUpdate, index_usePartialUpdateAccountsProfilePartialUpdate as usePartialUpdateAccountsProfilePartialUpdate, index_usePartialUpdateAccountsProfileUpdatePartialUpdate as usePartialUpdateAccountsProfileUpdatePartialUpdate, index_usePartialUpdateKnowbaseAdminChatPartialUpdate as usePartialUpdateKnowbaseAdminChatPartialUpdate, index_usePartialUpdateKnowbaseAdminDocumentsPartialUpdate as usePartialUpdateKnowbaseAdminDocumentsPartialUpdate, index_usePartialUpdateKnowbaseAdminSessionsPartialUpdate as usePartialUpdateKnowbaseAdminSessionsPartialUpdate, index_usePartialUpdateKnowbaseSystemArchivesPartialUpdate as usePartialUpdateKnowbaseSystemArchivesPartialUpdate, index_usePartialUpdateKnowbaseSystemChunksPartialUpdate as usePartialUpdateKnowbaseSystemChunksPartialUpdate, index_usePartialUpdateKnowbaseSystemItemsPartialUpdate as usePartialUpdateKnowbaseSystemItemsPartialUpdate, index_usePartialUpdateLeadsPartialUpdate as usePartialUpdateLeadsPartialUpdate, index_usePartialUpdateNewsletterCampaignsPartialUpdate as usePartialUpdateNewsletterCampaignsPartialUpdate, index_usePartialUpdateNewsletterUnsubscribePartialUpdate as usePartialUpdateNewsletterUnsubscribePartialUpdate, index_usePartialUpdateSupportTicketsMessagesPartialUpdate as usePartialUpdateSupportTicketsMessagesPartialUpdate, index_usePartialUpdateSupportTicketsPartialUpdate as usePartialUpdateSupportTicketsPartialUpdate, index_usePaymentsBalanceRetrieve as usePaymentsBalanceRetrieve, index_usePaymentsCurrenciesList as usePaymentsCurrenciesList, index_usePaymentsPaymentsList as usePaymentsPaymentsList, index_usePaymentsPaymentsRetrieve as usePaymentsPaymentsRetrieve, index_usePaymentsPaymentsStatusRetrieve as usePaymentsPaymentsStatusRetrieve, index_usePaymentsTransactionsList as usePaymentsTransactionsList, index_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, index_useTasksLogsList as useTasksLogsList, index_useTasksLogsOverviewRetrieve as useTasksLogsOverviewRetrieve, index_useTasksLogsRelatedRetrieve as useTasksLogsRelatedRetrieve, index_useTasksLogsRetrieve as useTasksLogsRetrieve, index_useTasksLogsStatsRetrieve as useTasksLogsStatsRetrieve, index_useTasksLogsTimelineRetrieve as useTasksLogsTimelineRetrieve, index_useUpdateAccountsProfileUpdateUpdate as useUpdateAccountsProfileUpdateUpdate, index_useUpdateKnowbaseAdminChatUpdate as useUpdateKnowbaseAdminChatUpdate, index_useUpdateKnowbaseAdminDocumentsUpdate as useUpdateKnowbaseAdminDocumentsUpdate, index_useUpdateKnowbaseAdminSessionsUpdate as useUpdateKnowbaseAdminSessionsUpdate, index_useUpdateKnowbaseSystemArchivesUpdate as useUpdateKnowbaseSystemArchivesUpdate, index_useUpdateKnowbaseSystemChunksUpdate as useUpdateKnowbaseSystemChunksUpdate, index_useUpdateKnowbaseSystemItemsUpdate as useUpdateKnowbaseSystemItemsUpdate, index_useUpdateLeadsUpdate as useUpdateLeadsUpdate, index_useUpdateNewsletterCampaignsUpdate as useUpdateNewsletterCampaignsUpdate, index_useUpdateNewsletterUnsubscribeUpdate as useUpdateNewsletterUnsubscribeUpdate, index_useUpdateSupportTicketsMessagesUpdate as useUpdateSupportTicketsMessagesUpdate, index_useUpdateSupportTicketsUpdate as useUpdateSupportTicketsUpdate };
28111
29055
  }
28112
29056
 
28113
29057
  /**
@@ -28242,6 +29186,7 @@ declare class API {
28242
29186
  cfg_centrifugo: CfgCentrifugo;
28243
29187
  cfg_dashboard: CfgDashboard;
28244
29188
  cfg_endpoints: CfgEndpoints;
29189
+ cfg_grpc_monitoring: CfgGrpcMonitoring;
28245
29190
  cfg_health: CfgHealth;
28246
29191
  cfg_knowbase: CfgKnowbase;
28247
29192
  cfg_leads: CfgLeads;
@@ -28543,4 +29488,4 @@ declare function KnowbaseSessionsProvider({ children }: {
28543
29488
  }): react_jsx_runtime.JSX.Element;
28544
29489
  declare function useKnowbaseSessionsContext(): KnowbaseSessionsContextValue;
28545
29490
 
28546
- export { API, APIClient, APIError, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$a as CfgAccountsTypes, models$t as CfgAuthTypes, models$s as CfgBulkEmailTypes, models$r as CfgCampaignsTypes, models$q as CfgCentrifugoAdminApiTypes, models$p as CfgCentrifugoMonitoringTypes, models$o as CfgCentrifugoTestingTypes, models$9 as CfgCentrifugoTypes, models$m as CfgDashboardActivityTypes, models$n as CfgDashboardApiZonesTypes, models$l as CfgDashboardChartsTypes, models$k as CfgDashboardCommandsTypes, models$j as CfgDashboardOverviewTypes, models$i as CfgDashboardStatisticsTypes, models$h as CfgDashboardSystemTypes, models$8 as CfgDashboardTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$g as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$f as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$e as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$d as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$c as CfgTestingTypes, models$b as CfgUserProfileTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterContextValue, NewsletterProvider, OPENAPI_SCHEMA, type OTPRequestResponse, type OTPVerifyResponse, type OverviewContextValue, type PaginatedPaymentListList as OverviewPaginatedPaymentListList, type PaymentList as OverviewPaymentList, OverviewProvider, type PaginatedPaymentListList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedMessageRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type PaymentDetail, type PaymentList, type PaymentsContextValue, PaymentsProvider, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, type SupportContextValue, SupportProvider, TOKEN_KEY, type Ticket, type TicketRequest, type User, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingConnectionTokenCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesRetrieve, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiDjangoQ2Retrieve, getDashboardApiDjangoQ2SchedulesRetrieve, getDashboardApiDjangoQ2StatusRetrieve, getDashboardApiDjangoQ2TasksRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsBalanceRetrieve, getPaymentsCurrenciesList, getPaymentsPaymentsList, getPaymentsPaymentsRetrieve, getPaymentsPaymentsStatusRetrieve, getPaymentsTransactionsList, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksLogsList, getTasksLogsOverviewRetrieve, getTasksLogsRelatedRetrieve, getTasksLogsRetrieve, getTasksLogsStatsRetrieve, getTasksLogsTimelineRetrieve, isAPIConfigured, partialUpdateAccountsProfilePartialPartialUpdate, partialUpdateAccountsProfilePartialUpdate, partialUpdateAccountsProfileUpdatePartialUpdate, partialUpdateKnowbaseAdminChatPartialUpdate, partialUpdateKnowbaseAdminDocumentsPartialUpdate, partialUpdateKnowbaseAdminSessionsPartialUpdate, partialUpdateKnowbaseSystemArchivesPartialUpdate, partialUpdateKnowbaseSystemChunksPartialUpdate, partialUpdateKnowbaseSystemItemsPartialUpdate, partialUpdateLeadsPartialUpdate, partialUpdateNewsletterCampaignsPartialUpdate, partialUpdateNewsletterUnsubscribePartialUpdate, partialUpdateSupportTicketsMessagesPartialUpdate, partialUpdateSupportTicketsPartialUpdate, reconfigureAPI, resetAPI, shouldRetry, updateAccountsProfileUpdateUpdate, updateKnowbaseAdminChatUpdate, updateKnowbaseAdminDocumentsUpdate, updateKnowbaseAdminSessionsUpdate, updateKnowbaseSystemArchivesUpdate, updateKnowbaseSystemChunksUpdate, updateKnowbaseSystemItemsUpdate, updateLeadsUpdate, updateNewsletterCampaignsUpdate, updateNewsletterUnsubscribeUpdate, updateSupportTicketsMessagesUpdate, updateSupportTicketsUpdate, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };
29491
+ export { API, APIClient, APIError, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$b as CfgAccountsTypes, models$u as CfgAuthTypes, models$t as CfgBulkEmailTypes, models$s as CfgCampaignsTypes, models$r as CfgCentrifugoAdminApiTypes, models$q as CfgCentrifugoMonitoringTypes, models$p as CfgCentrifugoTestingTypes, models$a as CfgCentrifugoTypes, models$n as CfgDashboardActivityTypes, models$o as CfgDashboardApiZonesTypes, models$m as CfgDashboardChartsTypes, models$l as CfgDashboardCommandsTypes, models$k as CfgDashboardOverviewTypes, models$j as CfgDashboardStatisticsTypes, models$i as CfgDashboardSystemTypes, models$9 as CfgDashboardTypes, models$8 as CfgEndpointsTypes, models$7 as CfgGrpcMonitoringTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$h as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$g as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$f as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$e as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$d as CfgTestingTypes, models$c as CfgUserProfileTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterContextValue, NewsletterProvider, OPENAPI_SCHEMA, type OTPRequestResponse, type OTPVerifyResponse, type OverviewContextValue, type PaginatedPaymentListList as OverviewPaginatedPaymentListList, type PaymentList as OverviewPaymentList, OverviewProvider, type PaginatedPaymentListList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedMessageRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type PaymentDetail, type PaymentList, type PaymentsContextValue, PaymentsProvider, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, type SupportContextValue, SupportProvider, TOKEN_KEY, type Ticket, type TicketRequest, type User, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingConnectionTokenCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesRetrieve, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiDjangoQ2Retrieve, getDashboardApiDjangoQ2SchedulesRetrieve, getDashboardApiDjangoQ2StatusRetrieve, getDashboardApiDjangoQ2TasksRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getGrpcMonitorHealthRetrieve, getGrpcMonitorMethodsRetrieve, getGrpcMonitorOverviewRetrieve, getGrpcMonitorRequestsRetrieve, getGrpcMonitorServicesRetrieve, getGrpcMonitorTimelineRetrieve, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsBalanceRetrieve, getPaymentsCurrenciesList, getPaymentsPaymentsList, getPaymentsPaymentsRetrieve, getPaymentsPaymentsStatusRetrieve, getPaymentsTransactionsList, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksLogsList, getTasksLogsOverviewRetrieve, getTasksLogsRelatedRetrieve, getTasksLogsRetrieve, getTasksLogsStatsRetrieve, getTasksLogsTimelineRetrieve, isAPIConfigured, partialUpdateAccountsProfilePartialPartialUpdate, partialUpdateAccountsProfilePartialUpdate, partialUpdateAccountsProfileUpdatePartialUpdate, partialUpdateKnowbaseAdminChatPartialUpdate, partialUpdateKnowbaseAdminDocumentsPartialUpdate, partialUpdateKnowbaseAdminSessionsPartialUpdate, partialUpdateKnowbaseSystemArchivesPartialUpdate, partialUpdateKnowbaseSystemChunksPartialUpdate, partialUpdateKnowbaseSystemItemsPartialUpdate, partialUpdateLeadsPartialUpdate, partialUpdateNewsletterCampaignsPartialUpdate, partialUpdateNewsletterUnsubscribePartialUpdate, partialUpdateSupportTicketsMessagesPartialUpdate, partialUpdateSupportTicketsPartialUpdate, reconfigureAPI, resetAPI, shouldRetry, updateAccountsProfileUpdateUpdate, updateKnowbaseAdminChatUpdate, updateKnowbaseAdminDocumentsUpdate, updateKnowbaseAdminSessionsUpdate, updateKnowbaseSystemArchivesUpdate, updateKnowbaseSystemChunksUpdate, updateKnowbaseSystemItemsUpdate, updateLeadsUpdate, updateNewsletterCampaignsUpdate, updateNewsletterUnsubscribeUpdate, updateSupportTicketsMessagesUpdate, updateSupportTicketsUpdate, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };