@djangocfg/api 1.4.28 → 1.4.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4125 -3718
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +687 -41
- package/dist/index.d.ts +687 -41
- package/dist/index.mjs +4042 -3323
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/contexts/index.ts +3 -0
- package/src/cfg/contexts/knowbase/index.ts +3 -0
- package/src/cfg/generated/_utils/fetchers/cfg__accounts.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__accounts__auth.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__accounts__user_profile.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_admin_api.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_auth.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_monitoring.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_testing.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_api_zones.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_charts.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_commands.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_config.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_overview.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_statistics.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_system.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__db.ts +552 -0
- package/src/cfg/generated/_utils/fetchers/cfg__endpoints.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_api_keys.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_charts.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_configuration.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_monitoring.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_proto_files.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_services.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_testing.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__health.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__knowbase.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__leads.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__leads__lead_submission.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__bulk_email.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__campaigns.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__logs.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__newsletters.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__subscriptions.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__testing.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__payments.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_jobs.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_monitoring.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_queues.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_registries.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_schedules.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_testing.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_workers.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/cfg__support.ts +2 -0
- package/src/cfg/generated/_utils/fetchers/index.ts +1 -0
- package/src/cfg/generated/_utils/hooks/cfg__accounts.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__accounts__auth.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__accounts__user_profile.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_admin_api.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_auth.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_monitoring.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_testing.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_activity.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_api_zones.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_charts.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_commands.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_config.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_overview.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_statistics.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_system.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__db.ts +151 -0
- package/src/cfg/generated/_utils/hooks/cfg__endpoints.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_api_keys.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_charts.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_configuration.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_monitoring.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_proto_files.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_services.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_testing.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__health.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__knowbase.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__leads.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__leads__lead_submission.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__newsletter.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__newsletter__bulk_email.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__newsletter__campaigns.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__newsletter__logs.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__newsletter__newsletters.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__newsletter__subscriptions.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__newsletter__testing.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__payments.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_jobs.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_monitoring.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_queues.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_registries.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_schedules.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_testing.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_workers.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__support.ts +2 -0
- package/src/cfg/generated/_utils/hooks/index.ts +3 -0
- package/src/cfg/generated/_utils/schemas/BackupRecord.schema.ts +43 -0
- package/src/cfg/generated/_utils/schemas/BackupRecordList.schema.ts +28 -0
- package/src/cfg/generated/_utils/schemas/PaginatedBackupRecordListList.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/PaginatedRestoreRecordList.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/RestoreRecord.schema.ts +30 -0
- package/src/cfg/generated/_utils/schemas/index.ts +5 -0
- package/src/cfg/generated/cfg__accounts/models.ts +2 -2
- package/src/cfg/generated/cfg__db/client.ts +117 -0
- package/src/cfg/generated/cfg__db/index.ts +2 -0
- package/src/cfg/generated/cfg__db/models.ts +181 -0
- package/src/cfg/generated/cfg__leads/client.ts +12 -6
- package/src/cfg/generated/client.ts +5 -0
- package/src/cfg/generated/enums.ts +83 -0
- package/src/cfg/generated/index.ts +5 -0
- package/src/cfg/generated/schema.json +803 -69
- package/src/cfg/generated/storage.ts +2 -0
- package/src/cfg/generated/validation-events.ts +2 -0
package/dist/index.d.cts
CHANGED
|
@@ -20,7 +20,7 @@ interface TokenRefresh$1 {
|
|
|
20
20
|
refresh: string;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
declare namespace models$
|
|
23
|
+
declare namespace models$H {
|
|
24
24
|
export type { TokenRefresh$1 as TokenRefresh, TokenRefreshRequest$1 as TokenRefreshRequest };
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -64,7 +64,7 @@ interface BulkEmailResponse$2 {
|
|
|
64
64
|
error?: string;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
declare namespace models$
|
|
67
|
+
declare namespace models$G {
|
|
68
68
|
export type { BulkEmailRequest$1 as BulkEmailRequest, BulkEmailResponse$2 as BulkEmailResponse };
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -199,6 +199,71 @@ declare enum ArchiveSearchRequestRequestChunkTypesItems {
|
|
|
199
199
|
TABLE = "table",
|
|
200
200
|
LIST = "list"
|
|
201
201
|
}
|
|
202
|
+
/**
|
|
203
|
+
* Database engine type
|
|
204
|
+
* * `postgresql` - PostgreSQL
|
|
205
|
+
* * `mysql` - MySQL
|
|
206
|
+
* * `sqlite` - SQLite
|
|
207
|
+
* * `unknown` - Unknown
|
|
208
|
+
*/
|
|
209
|
+
declare enum BackupRecordDatabaseEngine {
|
|
210
|
+
POSTGRESQL = "postgresql",
|
|
211
|
+
MYSQL = "mysql",
|
|
212
|
+
SQLITE = "sqlite",
|
|
213
|
+
UNKNOWN = "unknown"
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* Storage backend type
|
|
217
|
+
* * `local` - Local
|
|
218
|
+
* * `s3` - S3
|
|
219
|
+
*/
|
|
220
|
+
declare enum BackupRecordStorageBackend {
|
|
221
|
+
LOCAL = "local",
|
|
222
|
+
S3 = "s3"
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* Backup status
|
|
226
|
+
* * `pending` - Pending
|
|
227
|
+
* * `running` - Running
|
|
228
|
+
* * `completed` - Completed
|
|
229
|
+
* * `failed` - Failed
|
|
230
|
+
* * `deleted` - Deleted
|
|
231
|
+
*/
|
|
232
|
+
declare enum BackupRecordStatus {
|
|
233
|
+
PENDING = "pending",
|
|
234
|
+
RUNNING = "running",
|
|
235
|
+
COMPLETED = "completed",
|
|
236
|
+
FAILED = "failed",
|
|
237
|
+
DELETED = "deleted"
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Database engine type
|
|
241
|
+
* * `postgresql` - PostgreSQL
|
|
242
|
+
* * `mysql` - MySQL
|
|
243
|
+
* * `sqlite` - SQLite
|
|
244
|
+
* * `unknown` - Unknown
|
|
245
|
+
*/
|
|
246
|
+
declare enum BackupRecordListDatabaseEngine {
|
|
247
|
+
POSTGRESQL = "postgresql",
|
|
248
|
+
MYSQL = "mysql",
|
|
249
|
+
SQLITE = "sqlite",
|
|
250
|
+
UNKNOWN = "unknown"
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* Backup status
|
|
254
|
+
* * `pending` - Pending
|
|
255
|
+
* * `running` - Running
|
|
256
|
+
* * `completed` - Completed
|
|
257
|
+
* * `failed` - Failed
|
|
258
|
+
* * `deleted` - Deleted
|
|
259
|
+
*/
|
|
260
|
+
declare enum BackupRecordListStatus {
|
|
261
|
+
PENDING = "pending",
|
|
262
|
+
RUNNING = "running",
|
|
263
|
+
COMPLETED = "completed",
|
|
264
|
+
FAILED = "failed",
|
|
265
|
+
DELETED = "deleted"
|
|
266
|
+
}
|
|
202
267
|
/**
|
|
203
268
|
* Message sender role
|
|
204
269
|
* * `user` - User
|
|
@@ -465,6 +530,18 @@ declare enum QuickActionColor {
|
|
|
465
530
|
INFO = "info",
|
|
466
531
|
DEFAULT = "default"
|
|
467
532
|
}
|
|
533
|
+
/**
|
|
534
|
+
* * `pending` - Pending
|
|
535
|
+
* * `running` - Running
|
|
536
|
+
* * `completed` - Completed
|
|
537
|
+
* * `failed` - Failed
|
|
538
|
+
*/
|
|
539
|
+
declare enum RestoreRecordStatus {
|
|
540
|
+
PENDING = "pending",
|
|
541
|
+
RUNNING = "running",
|
|
542
|
+
COMPLETED = "completed",
|
|
543
|
+
FAILED = "failed"
|
|
544
|
+
}
|
|
468
545
|
/**
|
|
469
546
|
* Demo scenario to run
|
|
470
547
|
* * `success` - success
|
|
@@ -598,6 +675,16 @@ type enums_ArchiveSearchRequestRequestChunkTypesItems = ArchiveSearchRequestRequ
|
|
|
598
675
|
declare const enums_ArchiveSearchRequestRequestChunkTypesItems: typeof ArchiveSearchRequestRequestChunkTypesItems;
|
|
599
676
|
type enums_ArchiveSearchRequestRequestContentTypesItems = ArchiveSearchRequestRequestContentTypesItems;
|
|
600
677
|
declare const enums_ArchiveSearchRequestRequestContentTypesItems: typeof ArchiveSearchRequestRequestContentTypesItems;
|
|
678
|
+
type enums_BackupRecordDatabaseEngine = BackupRecordDatabaseEngine;
|
|
679
|
+
declare const enums_BackupRecordDatabaseEngine: typeof BackupRecordDatabaseEngine;
|
|
680
|
+
type enums_BackupRecordListDatabaseEngine = BackupRecordListDatabaseEngine;
|
|
681
|
+
declare const enums_BackupRecordListDatabaseEngine: typeof BackupRecordListDatabaseEngine;
|
|
682
|
+
type enums_BackupRecordListStatus = BackupRecordListStatus;
|
|
683
|
+
declare const enums_BackupRecordListStatus: typeof BackupRecordListStatus;
|
|
684
|
+
type enums_BackupRecordStatus = BackupRecordStatus;
|
|
685
|
+
declare const enums_BackupRecordStatus: typeof BackupRecordStatus;
|
|
686
|
+
type enums_BackupRecordStorageBackend = BackupRecordStorageBackend;
|
|
687
|
+
declare const enums_BackupRecordStorageBackend: typeof BackupRecordStorageBackend;
|
|
601
688
|
type enums_ChatMessageRole = ChatMessageRole;
|
|
602
689
|
declare const enums_ChatMessageRole: typeof ChatMessageRole;
|
|
603
690
|
type enums_DocumentArchiveArchiveType = DocumentArchiveArchiveType;
|
|
@@ -636,6 +723,8 @@ type enums_PaymentListStatus = PaymentListStatus;
|
|
|
636
723
|
declare const enums_PaymentListStatus: typeof PaymentListStatus;
|
|
637
724
|
type enums_QuickActionColor = QuickActionColor;
|
|
638
725
|
declare const enums_QuickActionColor: typeof QuickActionColor;
|
|
726
|
+
type enums_RestoreRecordStatus = RestoreRecordStatus;
|
|
727
|
+
declare const enums_RestoreRecordStatus: typeof RestoreRecordStatus;
|
|
639
728
|
type enums_RunDemoRequestRequestScenario = RunDemoRequestRequestScenario;
|
|
640
729
|
declare const enums_RunDemoRequestRequestScenario: typeof RunDemoRequestRequestScenario;
|
|
641
730
|
type enums_StatCardChangeType = StatCardChangeType;
|
|
@@ -653,7 +742,7 @@ declare const enums_TicketStatus: typeof TicketStatus;
|
|
|
653
742
|
type enums_TransactionTransactionType = TransactionTransactionType;
|
|
654
743
|
declare const enums_TransactionTransactionType: typeof TransactionTransactionType;
|
|
655
744
|
declare namespace enums {
|
|
656
|
-
export { enums_ArchiveItemChunkChunkType as ArchiveItemChunkChunkType, enums_ArchiveItemChunkDetailChunkType as ArchiveItemChunkDetailChunkType, enums_ArchiveItemChunkRequestChunkType as ArchiveItemChunkRequestChunkType, enums_ArchiveItemContentType as ArchiveItemContentType, enums_ArchiveItemDetailContentType as ArchiveItemDetailContentType, enums_ArchiveSearchRequestRequestChunkTypesItems as ArchiveSearchRequestRequestChunkTypesItems, enums_ArchiveSearchRequestRequestContentTypesItems as ArchiveSearchRequestRequestContentTypesItems, enums_ChatMessageRole as ChatMessageRole, enums_DocumentArchiveArchiveType as DocumentArchiveArchiveType, enums_DocumentArchiveDetailArchiveType as DocumentArchiveDetailArchiveType, enums_DocumentArchiveDetailProcessingStatus as DocumentArchiveDetailProcessingStatus, enums_DocumentArchiveListArchiveType as DocumentArchiveListArchiveType, enums_DocumentArchiveListProcessingStatus as DocumentArchiveListProcessingStatus, enums_DocumentArchiveProcessingStatus as DocumentArchiveProcessingStatus, enums_EmailLogStatus as EmailLogStatus, enums_LeadSubmissionContactType as LeadSubmissionContactType, enums_LeadSubmissionRequestContactType as LeadSubmissionRequestContactType, enums_NewsletterCampaignStatus as NewsletterCampaignStatus, enums_OTPRequestRequestChannel as OTPRequestRequestChannel, enums_OTPVerifyRequestChannel as OTPVerifyRequestChannel, enums_PatchedArchiveItemChunkRequestChunkType as PatchedArchiveItemChunkRequestChunkType, enums_PatchedLeadSubmissionRequestContactType as PatchedLeadSubmissionRequestContactType, enums_PatchedTicketRequestStatus as PatchedTicketRequestStatus, enums_PaymentDetailStatus as PaymentDetailStatus, enums_PaymentListStatus as PaymentListStatus, enums_QuickActionColor as QuickActionColor, enums_RunDemoRequestRequestScenario as RunDemoRequestRequestScenario, enums_StatCardChangeType as StatCardChangeType, enums_StressTestRequestRequestScenario as StressTestRequestRequestScenario, enums_SystemHealthItemStatus as SystemHealthItemStatus, enums_SystemHealthOverallStatus as SystemHealthOverallStatus, enums_TicketRequestStatus as TicketRequestStatus, enums_TicketStatus as TicketStatus, enums_TransactionTransactionType as TransactionTransactionType };
|
|
745
|
+
export { enums_ArchiveItemChunkChunkType as ArchiveItemChunkChunkType, enums_ArchiveItemChunkDetailChunkType as ArchiveItemChunkDetailChunkType, enums_ArchiveItemChunkRequestChunkType as ArchiveItemChunkRequestChunkType, enums_ArchiveItemContentType as ArchiveItemContentType, enums_ArchiveItemDetailContentType as ArchiveItemDetailContentType, enums_ArchiveSearchRequestRequestChunkTypesItems as ArchiveSearchRequestRequestChunkTypesItems, enums_ArchiveSearchRequestRequestContentTypesItems as ArchiveSearchRequestRequestContentTypesItems, enums_BackupRecordDatabaseEngine as BackupRecordDatabaseEngine, enums_BackupRecordListDatabaseEngine as BackupRecordListDatabaseEngine, enums_BackupRecordListStatus as BackupRecordListStatus, enums_BackupRecordStatus as BackupRecordStatus, enums_BackupRecordStorageBackend as BackupRecordStorageBackend, enums_ChatMessageRole as ChatMessageRole, enums_DocumentArchiveArchiveType as DocumentArchiveArchiveType, enums_DocumentArchiveDetailArchiveType as DocumentArchiveDetailArchiveType, enums_DocumentArchiveDetailProcessingStatus as DocumentArchiveDetailProcessingStatus, enums_DocumentArchiveListArchiveType as DocumentArchiveListArchiveType, enums_DocumentArchiveListProcessingStatus as DocumentArchiveListProcessingStatus, enums_DocumentArchiveProcessingStatus as DocumentArchiveProcessingStatus, enums_EmailLogStatus as EmailLogStatus, enums_LeadSubmissionContactType as LeadSubmissionContactType, enums_LeadSubmissionRequestContactType as LeadSubmissionRequestContactType, enums_NewsletterCampaignStatus as NewsletterCampaignStatus, enums_OTPRequestRequestChannel as OTPRequestRequestChannel, enums_OTPVerifyRequestChannel as OTPVerifyRequestChannel, enums_PatchedArchiveItemChunkRequestChunkType as PatchedArchiveItemChunkRequestChunkType, enums_PatchedLeadSubmissionRequestContactType as PatchedLeadSubmissionRequestContactType, enums_PatchedTicketRequestStatus as PatchedTicketRequestStatus, enums_PaymentDetailStatus as PaymentDetailStatus, enums_PaymentListStatus as PaymentListStatus, enums_QuickActionColor as QuickActionColor, enums_RestoreRecordStatus as RestoreRecordStatus, enums_RunDemoRequestRequestScenario as RunDemoRequestRequestScenario, enums_StatCardChangeType as StatCardChangeType, enums_StressTestRequestRequestScenario as StressTestRequestRequestScenario, enums_SystemHealthItemStatus as SystemHealthItemStatus, enums_SystemHealthOverallStatus as SystemHealthOverallStatus, enums_TicketRequestStatus as TicketRequestStatus, enums_TicketStatus as TicketStatus, enums_TransactionTransactionType as TransactionTransactionType };
|
|
657
746
|
}
|
|
658
747
|
|
|
659
748
|
/**
|
|
@@ -749,7 +838,7 @@ interface ErrorResponse$2 {
|
|
|
749
838
|
message: string;
|
|
750
839
|
}
|
|
751
840
|
|
|
752
|
-
declare namespace models$
|
|
841
|
+
declare namespace models$F {
|
|
753
842
|
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 };
|
|
754
843
|
}
|
|
755
844
|
|
|
@@ -1041,7 +1130,7 @@ interface CentrifugoProcess$1 {
|
|
|
1041
1130
|
rss: number;
|
|
1042
1131
|
}
|
|
1043
1132
|
|
|
1044
|
-
declare namespace models$
|
|
1133
|
+
declare namespace models$E {
|
|
1045
1134
|
export type { CentrifugoChannelInfo$1 as CentrifugoChannelInfo, 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 };
|
|
1046
1135
|
}
|
|
1047
1136
|
|
|
@@ -1106,7 +1195,7 @@ interface ConnectionTokenResponse$1 {
|
|
|
1106
1195
|
channels: Array<string>;
|
|
1107
1196
|
}
|
|
1108
1197
|
|
|
1109
|
-
declare namespace models$
|
|
1198
|
+
declare namespace models$D {
|
|
1110
1199
|
export type { ConnectionTokenResponse$1 as ConnectionTokenResponse };
|
|
1111
1200
|
}
|
|
1112
1201
|
|
|
@@ -1261,7 +1350,7 @@ interface TimelineItem$1 {
|
|
|
1261
1350
|
timeout: number;
|
|
1262
1351
|
}
|
|
1263
1352
|
|
|
1264
|
-
declare namespace models$
|
|
1353
|
+
declare namespace models$C {
|
|
1265
1354
|
export type { CentrifugoHealthCheck$1 as CentrifugoHealthCheck, CentrifugoOverviewStats$1 as CentrifugoOverviewStats, ChannelList$1 as ChannelList, ChannelStats$1 as ChannelStats, PaginatedPublishList$1 as PaginatedPublishList, Publish$1 as Publish, TimelineItem$1 as TimelineItem, TimelineResponse$1 as TimelineResponse };
|
|
1266
1355
|
}
|
|
1267
1356
|
|
|
@@ -1358,7 +1447,7 @@ interface ManualAckResponse$1 {
|
|
|
1358
1447
|
error?: string | null;
|
|
1359
1448
|
}
|
|
1360
1449
|
|
|
1361
|
-
declare namespace models$
|
|
1450
|
+
declare namespace models$B {
|
|
1362
1451
|
export type { ManualAckRequestRequest$1 as ManualAckRequestRequest, ManualAckResponse$1 as ManualAckResponse, PublishTestRequestRequest$1 as PublishTestRequestRequest, PublishTestResponse$1 as PublishTestResponse };
|
|
1363
1452
|
}
|
|
1364
1453
|
|
|
@@ -1429,7 +1518,7 @@ interface ZonesSummaryStats$1 {
|
|
|
1429
1518
|
total_zones: number;
|
|
1430
1519
|
}
|
|
1431
1520
|
|
|
1432
|
-
declare namespace models$
|
|
1521
|
+
declare namespace models$A {
|
|
1433
1522
|
export type { APIZone$1 as APIZone, APIZonesSummary$1 as APIZonesSummary, ZonesSummaryStats$1 as ZonesSummaryStats };
|
|
1434
1523
|
}
|
|
1435
1524
|
|
|
@@ -1471,7 +1560,7 @@ declare class CfgDashboardActivity {
|
|
|
1471
1560
|
}): Promise<any>;
|
|
1472
1561
|
}
|
|
1473
1562
|
|
|
1474
|
-
declare namespace models$
|
|
1563
|
+
declare namespace models$z {
|
|
1475
1564
|
export { };
|
|
1476
1565
|
}
|
|
1477
1566
|
|
|
@@ -1498,7 +1587,7 @@ interface ChartDataset$1 {
|
|
|
1498
1587
|
fill?: boolean;
|
|
1499
1588
|
}
|
|
1500
1589
|
|
|
1501
|
-
declare namespace models$
|
|
1590
|
+
declare namespace models$y {
|
|
1502
1591
|
export type { ChartData$1 as ChartData, ChartDataset$1 as ChartDataset };
|
|
1503
1592
|
}
|
|
1504
1593
|
|
|
@@ -1602,7 +1691,7 @@ interface CommandCategory$1 {
|
|
|
1602
1691
|
commands: Array<Command$1>;
|
|
1603
1692
|
}
|
|
1604
1693
|
|
|
1605
|
-
declare namespace models$
|
|
1694
|
+
declare namespace models$x {
|
|
1606
1695
|
export type { Command$1 as Command, CommandCategory$1 as CommandCategory, CommandExecuteRequestRequest$1 as CommandExecuteRequestRequest, CommandHelpResponse$1 as CommandHelpResponse, CommandsSummary$1 as CommandsSummary };
|
|
1607
1696
|
}
|
|
1608
1697
|
|
|
@@ -1992,7 +2081,7 @@ interface RQSchedule$1 {
|
|
|
1992
2081
|
result_ttl?: number | null;
|
|
1993
2082
|
}
|
|
1994
2083
|
|
|
1995
|
-
declare namespace models$
|
|
2084
|
+
declare namespace models$w {
|
|
1996
2085
|
export type { AxesConfig$1 as AxesConfig, CentrifugoConfig$1 as CentrifugoConfig, ConfigData$1 as ConfigData, ConfigMeta$1 as ConfigMeta, ConfigValidation$1 as ConfigValidation, ConstanceConfig$1 as ConstanceConfig, DRFConfig$1 as DRFConfig, DatabaseConfig$1 as DatabaseConfig, DjangoConfig$1 as DjangoConfig, DjangoRQConfig$1 as DjangoRQConfig, EmailConfig$1 as EmailConfig, GRPCConfigDashboard$1 as GRPCConfigDashboard, JWTConfig$1 as JWTConfig, NextJSAdminConfig$1 as NextJSAdminConfig, NgrokConfig$1 as NgrokConfig, OpenAPIClientConfig$1 as OpenAPIClientConfig, PaymentsConfig$1 as PaymentsConfig, PaymentsNowPayments$1 as PaymentsNowPayments, RQSchedule$1 as RQSchedule, RedisQueueConfig$1 as RedisQueueConfig, SpectacularConfig$1 as SpectacularConfig, TelegramConfig$1 as TelegramConfig };
|
|
1997
2086
|
}
|
|
1998
2087
|
|
|
@@ -2227,7 +2316,7 @@ interface ModelStatistics$1 {
|
|
|
2227
2316
|
admin_url: string;
|
|
2228
2317
|
}
|
|
2229
2318
|
|
|
2230
|
-
declare namespace models$
|
|
2319
|
+
declare namespace models$v {
|
|
2231
2320
|
export type { ActivityEntry$1 as ActivityEntry, AppStatistics$1 as AppStatistics, AppStatisticsData$1 as AppStatisticsData, DashboardOverview$1 as DashboardOverview, ModelStatistics$1 as ModelStatistics, QuickAction$1 as QuickAction, StatCard$1 as StatCard, SystemHealth$2 as SystemHealth, SystemHealthItem$2 as SystemHealthItem, SystemMetrics$2 as SystemMetrics, UserStatistics$2 as UserStatistics };
|
|
2232
2321
|
}
|
|
2233
2322
|
|
|
@@ -2262,7 +2351,7 @@ interface UserStatistics$1 {
|
|
|
2262
2351
|
superusers: number;
|
|
2263
2352
|
}
|
|
2264
2353
|
|
|
2265
|
-
declare namespace models$
|
|
2354
|
+
declare namespace models$u {
|
|
2266
2355
|
export type { UserStatistics$1 as UserStatistics };
|
|
2267
2356
|
}
|
|
2268
2357
|
|
|
@@ -2357,7 +2446,7 @@ interface SystemHealthItem$1 {
|
|
|
2357
2446
|
health_percentage?: number | null;
|
|
2358
2447
|
}
|
|
2359
2448
|
|
|
2360
|
-
declare namespace models$
|
|
2449
|
+
declare namespace models$t {
|
|
2361
2450
|
export type { SystemHealth$1 as SystemHealth, SystemHealthItem$1 as SystemHealthItem, SystemMetrics$1 as SystemMetrics };
|
|
2362
2451
|
}
|
|
2363
2452
|
|
|
@@ -2425,7 +2514,7 @@ interface LeadSubmissionError$1 {
|
|
|
2425
2514
|
details?: Record<string, any>;
|
|
2426
2515
|
}
|
|
2427
2516
|
|
|
2428
|
-
declare namespace models$
|
|
2517
|
+
declare namespace models$s {
|
|
2429
2518
|
export type { LeadSubmissionError$1 as LeadSubmissionError, LeadSubmissionRequest$2 as LeadSubmissionRequest, LeadSubmissionResponse$1 as LeadSubmissionResponse };
|
|
2430
2519
|
}
|
|
2431
2520
|
|
|
@@ -2492,7 +2581,7 @@ interface EmailLog$1 {
|
|
|
2492
2581
|
error_message?: string | null;
|
|
2493
2582
|
}
|
|
2494
2583
|
|
|
2495
|
-
declare namespace models$
|
|
2584
|
+
declare namespace models$r {
|
|
2496
2585
|
export type { EmailLog$1 as EmailLog, PaginatedEmailLogList$1 as PaginatedEmailLogList };
|
|
2497
2586
|
}
|
|
2498
2587
|
|
|
@@ -2550,7 +2639,7 @@ interface Newsletter$1 {
|
|
|
2550
2639
|
subscribers_count: number;
|
|
2551
2640
|
}
|
|
2552
2641
|
|
|
2553
|
-
declare namespace models$
|
|
2642
|
+
declare namespace models$q {
|
|
2554
2643
|
export type { Newsletter$1 as Newsletter, PaginatedNewsletterList$1 as PaginatedNewsletterList };
|
|
2555
2644
|
}
|
|
2556
2645
|
|
|
@@ -2696,7 +2785,7 @@ interface JobList$2 {
|
|
|
2696
2785
|
timeout?: number | null;
|
|
2697
2786
|
}
|
|
2698
2787
|
|
|
2699
|
-
declare namespace models$
|
|
2788
|
+
declare namespace models$p {
|
|
2700
2789
|
export type { JobActionResponse$2 as JobActionResponse, JobDetail$1 as JobDetail, JobList$2 as JobList, JobListRequest$2 as JobListRequest, PaginatedJobListList$2 as PaginatedJobListList };
|
|
2701
2790
|
}
|
|
2702
2791
|
|
|
@@ -2803,7 +2892,7 @@ interface ScheduleInfo$1 {
|
|
|
2803
2892
|
repeat?: number | null;
|
|
2804
2893
|
}
|
|
2805
2894
|
|
|
2806
|
-
declare namespace models$
|
|
2895
|
+
declare namespace models$o {
|
|
2807
2896
|
export type { RQConfig$1 as RQConfig, RQHealthCheck$1 as RQHealthCheck, ScheduleInfo$1 as ScheduleInfo };
|
|
2808
2897
|
}
|
|
2809
2898
|
|
|
@@ -2867,7 +2956,7 @@ interface QueueDetail$1 {
|
|
|
2867
2956
|
is_async?: boolean;
|
|
2868
2957
|
}
|
|
2869
2958
|
|
|
2870
|
-
declare namespace models$
|
|
2959
|
+
declare namespace models$n {
|
|
2871
2960
|
export type { QueueDetail$1 as QueueDetail };
|
|
2872
2961
|
}
|
|
2873
2962
|
|
|
@@ -2979,7 +3068,7 @@ interface JobList$1 {
|
|
|
2979
3068
|
timeout?: number | null;
|
|
2980
3069
|
}
|
|
2981
3070
|
|
|
2982
|
-
declare namespace models$
|
|
3071
|
+
declare namespace models$m {
|
|
2983
3072
|
export type { JobActionResponse$1 as JobActionResponse, JobList$1 as JobList, JobListRequest$1 as JobListRequest, PaginatedJobListList$1 as PaginatedJobListList };
|
|
2984
3073
|
}
|
|
2985
3074
|
|
|
@@ -3133,7 +3222,7 @@ interface ScheduledJob$1 {
|
|
|
3133
3222
|
meta?: Record<string, any>;
|
|
3134
3223
|
}
|
|
3135
3224
|
|
|
3136
|
-
declare namespace models$
|
|
3225
|
+
declare namespace models$l {
|
|
3137
3226
|
export type { PaginatedScheduledJobList$1 as PaginatedScheduledJobList, ScheduleActionResponse$1 as ScheduleActionResponse, ScheduleCreateRequest$1 as ScheduleCreateRequest, ScheduledJob$1 as ScheduledJob };
|
|
3138
3227
|
}
|
|
3139
3228
|
|
|
@@ -3229,7 +3318,7 @@ interface StressTestRequestRequest$1 {
|
|
|
3229
3318
|
duration?: number;
|
|
3230
3319
|
}
|
|
3231
3320
|
|
|
3232
|
-
declare namespace models$
|
|
3321
|
+
declare namespace models$k {
|
|
3233
3322
|
export type { RunDemoRequestRequest$1 as RunDemoRequestRequest, StressTestRequestRequest$1 as StressTestRequestRequest, TestingActionResponse$1 as TestingActionResponse };
|
|
3234
3323
|
}
|
|
3235
3324
|
|
|
@@ -3327,7 +3416,7 @@ interface Worker$1 {
|
|
|
3327
3416
|
total_working_time?: number;
|
|
3328
3417
|
}
|
|
3329
3418
|
|
|
3330
|
-
declare namespace models$
|
|
3419
|
+
declare namespace models$j {
|
|
3331
3420
|
export type { Worker$1 as Worker, WorkerStats$1 as WorkerStats };
|
|
3332
3421
|
}
|
|
3333
3422
|
|
|
@@ -3436,7 +3525,7 @@ interface NewsletterSubscription$1 {
|
|
|
3436
3525
|
unsubscribed_at?: string | null;
|
|
3437
3526
|
}
|
|
3438
3527
|
|
|
3439
|
-
declare namespace models$
|
|
3528
|
+
declare namespace models$i {
|
|
3440
3529
|
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 };
|
|
3441
3530
|
}
|
|
3442
3531
|
|
|
@@ -3488,7 +3577,7 @@ interface BulkEmailResponse$1 {
|
|
|
3488
3577
|
error?: string;
|
|
3489
3578
|
}
|
|
3490
3579
|
|
|
3491
|
-
declare namespace models$
|
|
3580
|
+
declare namespace models$h {
|
|
3492
3581
|
export type { BulkEmailResponse$1 as BulkEmailResponse, TestEmailRequest$1 as TestEmailRequest };
|
|
3493
3582
|
}
|
|
3494
3583
|
|
|
@@ -3576,7 +3665,7 @@ interface CentrifugoToken$2 {
|
|
|
3576
3665
|
channels: Array<string>;
|
|
3577
3666
|
}
|
|
3578
3667
|
|
|
3579
|
-
declare namespace models$
|
|
3668
|
+
declare namespace models$g {
|
|
3580
3669
|
export type { CentrifugoToken$2 as CentrifugoToken, PatchedUserProfileUpdateRequest$1 as PatchedUserProfileUpdateRequest, User$2 as User, UserProfileUpdateRequest$1 as UserProfileUpdateRequest };
|
|
3581
3670
|
}
|
|
3582
3671
|
|
|
@@ -3640,7 +3729,7 @@ interface OTPRequestRequest$1 {
|
|
|
3640
3729
|
* `email` - Email
|
|
3641
3730
|
* `phone` - Phone */
|
|
3642
3731
|
channel?: OTPRequestRequestChannel;
|
|
3643
|
-
/** Source URL for tracking registration (e.g., https://
|
|
3732
|
+
/** Source URL for tracking registration (e.g., https://my.djangocfg.com) */
|
|
3644
3733
|
source_url?: string;
|
|
3645
3734
|
}
|
|
3646
3735
|
/**
|
|
@@ -3675,7 +3764,7 @@ interface OTPVerifyRequest$1 {
|
|
|
3675
3764
|
* `email` - Email
|
|
3676
3765
|
* `phone` - Phone */
|
|
3677
3766
|
channel?: OTPVerifyRequestChannel;
|
|
3678
|
-
/** Source URL for tracking login (e.g., https://
|
|
3767
|
+
/** Source URL for tracking login (e.g., https://my.djangocfg.com) */
|
|
3679
3768
|
source_url?: string;
|
|
3680
3769
|
}
|
|
3681
3770
|
/**
|
|
@@ -3736,7 +3825,7 @@ interface CentrifugoToken$1 {
|
|
|
3736
3825
|
channels: Array<string>;
|
|
3737
3826
|
}
|
|
3738
3827
|
|
|
3739
|
-
declare namespace models$
|
|
3828
|
+
declare namespace models$f {
|
|
3740
3829
|
export type { CentrifugoToken$1 as CentrifugoToken, OTPErrorResponse$1 as OTPErrorResponse, OTPRequestRequest$1 as OTPRequestRequest, OTPRequestResponse$1 as OTPRequestResponse, OTPVerifyRequest$1 as OTPVerifyRequest, OTPVerifyResponse$1 as OTPVerifyResponse, User$1 as User };
|
|
3741
3830
|
}
|
|
3742
3831
|
|
|
@@ -3756,6 +3845,238 @@ declare class CfgAccounts {
|
|
|
3756
3845
|
otpVerifyCreate(data: OTPVerifyRequest$1): Promise<OTPVerifyResponse$1>;
|
|
3757
3846
|
}
|
|
3758
3847
|
|
|
3848
|
+
/**
|
|
3849
|
+
*
|
|
3850
|
+
* Response model (includes read-only fields).
|
|
3851
|
+
*/
|
|
3852
|
+
interface PaginatedBackupRecordListList$1 {
|
|
3853
|
+
/** Total number of items across all pages */
|
|
3854
|
+
count: number;
|
|
3855
|
+
/** Current page number (1-based) */
|
|
3856
|
+
page: number;
|
|
3857
|
+
/** Total number of pages */
|
|
3858
|
+
pages: number;
|
|
3859
|
+
/** Number of items per page */
|
|
3860
|
+
page_size: number;
|
|
3861
|
+
/** Whether there is a next page */
|
|
3862
|
+
has_next: boolean;
|
|
3863
|
+
/** Whether there is a previous page */
|
|
3864
|
+
has_previous: boolean;
|
|
3865
|
+
/** Next page number (null if no next page) */
|
|
3866
|
+
next_page?: number | null;
|
|
3867
|
+
/** Previous page number (null if no previous page) */
|
|
3868
|
+
previous_page?: number | null;
|
|
3869
|
+
/** Array of items for current page */
|
|
3870
|
+
results: Array<BackupRecordList$1>;
|
|
3871
|
+
}
|
|
3872
|
+
/**
|
|
3873
|
+
* Serializer for backup records.
|
|
3874
|
+
*
|
|
3875
|
+
* Response model (includes read-only fields).
|
|
3876
|
+
*/
|
|
3877
|
+
interface BackupRecord$1 {
|
|
3878
|
+
id: string;
|
|
3879
|
+
/** Django database alias */
|
|
3880
|
+
database_alias: string;
|
|
3881
|
+
/** Actual database name */
|
|
3882
|
+
database_name: string;
|
|
3883
|
+
/** Database engine type
|
|
3884
|
+
|
|
3885
|
+
* `postgresql` - PostgreSQL
|
|
3886
|
+
* `mysql` - MySQL
|
|
3887
|
+
* `sqlite` - SQLite
|
|
3888
|
+
* `unknown` - Unknown */
|
|
3889
|
+
database_engine: BackupRecordDatabaseEngine;
|
|
3890
|
+
/** Backup filename */
|
|
3891
|
+
filename: string;
|
|
3892
|
+
/** Full path or S3 key to backup file */
|
|
3893
|
+
file_path: string;
|
|
3894
|
+
/** Backup file size in bytes */
|
|
3895
|
+
file_size?: number | null;
|
|
3896
|
+
/** Return human-readable file size. */
|
|
3897
|
+
file_size_human: string;
|
|
3898
|
+
/** Compression algorithm used */
|
|
3899
|
+
compression: string;
|
|
3900
|
+
/** Whether backup is encrypted */
|
|
3901
|
+
encrypted: boolean;
|
|
3902
|
+
/** Storage backend type
|
|
3903
|
+
|
|
3904
|
+
* `local` - Local
|
|
3905
|
+
* `s3` - S3 */
|
|
3906
|
+
storage_backend: BackupRecordStorageBackend;
|
|
3907
|
+
/** S3 bucket name (if S3 storage) */
|
|
3908
|
+
storage_bucket: string;
|
|
3909
|
+
/** Backup status
|
|
3910
|
+
|
|
3911
|
+
* `pending` - Pending
|
|
3912
|
+
* `running` - Running
|
|
3913
|
+
* `completed` - Completed
|
|
3914
|
+
* `failed` - Failed
|
|
3915
|
+
* `deleted` - Deleted */
|
|
3916
|
+
status: BackupRecordStatus;
|
|
3917
|
+
/** Error message if failed */
|
|
3918
|
+
error_message: string;
|
|
3919
|
+
/** When backup started */
|
|
3920
|
+
started_at?: string | null;
|
|
3921
|
+
/** When backup completed */
|
|
3922
|
+
completed_at?: string | null;
|
|
3923
|
+
/** Backup duration in seconds */
|
|
3924
|
+
duration_seconds?: number | null;
|
|
3925
|
+
/** Return human-readable duration. */
|
|
3926
|
+
duration_human: string;
|
|
3927
|
+
created_at: string;
|
|
3928
|
+
/** Whether backup was created by scheduler */
|
|
3929
|
+
is_scheduled: boolean;
|
|
3930
|
+
/** Whether backup was created manually */
|
|
3931
|
+
is_manual: boolean;
|
|
3932
|
+
/** Number of tables backed up */
|
|
3933
|
+
tables_count?: number | null;
|
|
3934
|
+
/** Approximate number of rows backed up */
|
|
3935
|
+
rows_count?: number | null;
|
|
3936
|
+
/** SHA256 checksum of backup file */
|
|
3937
|
+
checksum: string;
|
|
3938
|
+
}
|
|
3939
|
+
/**
|
|
3940
|
+
*
|
|
3941
|
+
* Response model (includes read-only fields).
|
|
3942
|
+
*/
|
|
3943
|
+
interface PaginatedRestoreRecordList$1 {
|
|
3944
|
+
/** Total number of items across all pages */
|
|
3945
|
+
count: number;
|
|
3946
|
+
/** Current page number (1-based) */
|
|
3947
|
+
page: number;
|
|
3948
|
+
/** Total number of pages */
|
|
3949
|
+
pages: number;
|
|
3950
|
+
/** Number of items per page */
|
|
3951
|
+
page_size: number;
|
|
3952
|
+
/** Whether there is a next page */
|
|
3953
|
+
has_next: boolean;
|
|
3954
|
+
/** Whether there is a previous page */
|
|
3955
|
+
has_previous: boolean;
|
|
3956
|
+
/** Next page number (null if no next page) */
|
|
3957
|
+
next_page?: number | null;
|
|
3958
|
+
/** Previous page number (null if no previous page) */
|
|
3959
|
+
previous_page?: number | null;
|
|
3960
|
+
/** Array of items for current page */
|
|
3961
|
+
results: Array<RestoreRecord$1>;
|
|
3962
|
+
}
|
|
3963
|
+
/**
|
|
3964
|
+
* Serializer for restore records.
|
|
3965
|
+
*
|
|
3966
|
+
* Response model (includes read-only fields).
|
|
3967
|
+
*/
|
|
3968
|
+
interface RestoreRecord$1 {
|
|
3969
|
+
id: string;
|
|
3970
|
+
/** Source backup record */
|
|
3971
|
+
backup?: string | null;
|
|
3972
|
+
backup_filename: string;
|
|
3973
|
+
/** Target Django database alias */
|
|
3974
|
+
target_database_alias: string;
|
|
3975
|
+
/** * `pending` - Pending
|
|
3976
|
+
* `running` - Running
|
|
3977
|
+
* `completed` - Completed
|
|
3978
|
+
* `failed` - Failed */
|
|
3979
|
+
status: RestoreRecordStatus;
|
|
3980
|
+
error_message: string;
|
|
3981
|
+
started_at?: string | null;
|
|
3982
|
+
completed_at?: string | null;
|
|
3983
|
+
duration_seconds?: number | null;
|
|
3984
|
+
created_at: string;
|
|
3985
|
+
/** User or system that initiated restore */
|
|
3986
|
+
created_by: string;
|
|
3987
|
+
}
|
|
3988
|
+
/**
|
|
3989
|
+
* Lightweight serializer for backup list.
|
|
3990
|
+
*
|
|
3991
|
+
* Response model (includes read-only fields).
|
|
3992
|
+
*/
|
|
3993
|
+
interface BackupRecordList$1 {
|
|
3994
|
+
id: string;
|
|
3995
|
+
/** Django database alias */
|
|
3996
|
+
database_alias: string;
|
|
3997
|
+
/** Database engine type
|
|
3998
|
+
|
|
3999
|
+
* `postgresql` - PostgreSQL
|
|
4000
|
+
* `mysql` - MySQL
|
|
4001
|
+
* `sqlite` - SQLite
|
|
4002
|
+
* `unknown` - Unknown */
|
|
4003
|
+
database_engine?: BackupRecordListDatabaseEngine;
|
|
4004
|
+
/** Backup filename */
|
|
4005
|
+
filename: string;
|
|
4006
|
+
/** Return human-readable file size. */
|
|
4007
|
+
file_size_human: string;
|
|
4008
|
+
/** Backup status
|
|
4009
|
+
|
|
4010
|
+
* `pending` - Pending
|
|
4011
|
+
* `running` - Running
|
|
4012
|
+
* `completed` - Completed
|
|
4013
|
+
* `failed` - Failed
|
|
4014
|
+
* `deleted` - Deleted */
|
|
4015
|
+
status?: BackupRecordListStatus;
|
|
4016
|
+
/** Return human-readable duration. */
|
|
4017
|
+
duration_human: string;
|
|
4018
|
+
created_at: string;
|
|
4019
|
+
/** Whether backup was created by scheduler */
|
|
4020
|
+
is_scheduled?: boolean;
|
|
4021
|
+
}
|
|
4022
|
+
|
|
4023
|
+
declare namespace models$e {
|
|
4024
|
+
export type { BackupRecord$1 as BackupRecord, BackupRecordList$1 as BackupRecordList, PaginatedBackupRecordListList$1 as PaginatedBackupRecordListList, PaginatedRestoreRecordList$1 as PaginatedRestoreRecordList, RestoreRecord$1 as RestoreRecord };
|
|
4025
|
+
}
|
|
4026
|
+
|
|
4027
|
+
/**
|
|
4028
|
+
* API endpoints for Db.
|
|
4029
|
+
*/
|
|
4030
|
+
declare class CfgDb {
|
|
4031
|
+
private client;
|
|
4032
|
+
constructor(client: any);
|
|
4033
|
+
backupsList(page?: number, page_size?: number): Promise<PaginatedBackupRecordListList$1>;
|
|
4034
|
+
backupsList(params?: {
|
|
4035
|
+
page?: number;
|
|
4036
|
+
page_size?: number;
|
|
4037
|
+
}): Promise<PaginatedBackupRecordListList$1>;
|
|
4038
|
+
/**
|
|
4039
|
+
* API ViewSet for database backups. Provides endpoints for: - List backups
|
|
4040
|
+
* (GET /api/db/backups/) - Get backup details (GET /api/db/backups/{id}/)
|
|
4041
|
+
* - Create backup (POST /api/db/backups/create/) - List databases (GET
|
|
4042
|
+
* /api/db/backups/databases/) - Cleanup old backups (POST
|
|
4043
|
+
* /api/db/backups/cleanup/)
|
|
4044
|
+
*/
|
|
4045
|
+
backupsRetrieve(id: string): Promise<BackupRecord$1>;
|
|
4046
|
+
/**
|
|
4047
|
+
* Restore database from this backup. Request body: target_database_alias:
|
|
4048
|
+
* Target database (optional, defaults to original) Returns: RestoreRecord
|
|
4049
|
+
* details
|
|
4050
|
+
*/
|
|
4051
|
+
backupsRestoreCreate(id: string): Promise<BackupRecord$1>;
|
|
4052
|
+
/**
|
|
4053
|
+
* Clean up old backups according to retention policy. Returns: Success
|
|
4054
|
+
* message
|
|
4055
|
+
*/
|
|
4056
|
+
backupsCleanupCreate(): Promise<BackupRecord$1>;
|
|
4057
|
+
/**
|
|
4058
|
+
* Create a new database backup. Request body: database_alias: Database
|
|
4059
|
+
* alias to backup (default: "default") Returns: BackupRecord details
|
|
4060
|
+
*/
|
|
4061
|
+
backupsCreateBackupCreate(): Promise<BackupRecord$1>;
|
|
4062
|
+
/**
|
|
4063
|
+
* List configured databases with backup info. Returns: List of databases
|
|
4064
|
+
* with last backup info
|
|
4065
|
+
*/
|
|
4066
|
+
backupsDatabasesRetrieve(): Promise<BackupRecord$1>;
|
|
4067
|
+
restoresList(page?: number, page_size?: number): Promise<PaginatedRestoreRecordList$1>;
|
|
4068
|
+
restoresList(params?: {
|
|
4069
|
+
page?: number;
|
|
4070
|
+
page_size?: number;
|
|
4071
|
+
}): Promise<PaginatedRestoreRecordList$1>;
|
|
4072
|
+
/**
|
|
4073
|
+
* API ViewSet for database restores. Provides endpoints for: - List
|
|
4074
|
+
* restores (GET /api/db/restores/) - Get restore details (GET
|
|
4075
|
+
* /api/db/restores/{id}/)
|
|
4076
|
+
*/
|
|
4077
|
+
restoresRetrieve(id: string): Promise<RestoreRecord$1>;
|
|
4078
|
+
}
|
|
4079
|
+
|
|
3759
4080
|
/**
|
|
3760
4081
|
* Serializer for overall endpoints status response.
|
|
3761
4082
|
*
|
|
@@ -6612,27 +6933,32 @@ declare class CfgLeads {
|
|
|
6612
6933
|
}): Promise<PaginatedLeadSubmissionList$1>;
|
|
6613
6934
|
/**
|
|
6614
6935
|
* ViewSet for Lead model. Provides only submission functionality for leads
|
|
6615
|
-
* from frontend forms.
|
|
6936
|
+
* from frontend forms. Uses PublicAPIMixin for open CORS and no
|
|
6937
|
+
* authentication.
|
|
6616
6938
|
*/
|
|
6617
6939
|
create(data: LeadSubmissionRequest$1): Promise<LeadSubmission$1>;
|
|
6618
6940
|
/**
|
|
6619
6941
|
* ViewSet for Lead model. Provides only submission functionality for leads
|
|
6620
|
-
* from frontend forms.
|
|
6942
|
+
* from frontend forms. Uses PublicAPIMixin for open CORS and no
|
|
6943
|
+
* authentication.
|
|
6621
6944
|
*/
|
|
6622
6945
|
retrieve(id: number): Promise<LeadSubmission$1>;
|
|
6623
6946
|
/**
|
|
6624
6947
|
* ViewSet for Lead model. Provides only submission functionality for leads
|
|
6625
|
-
* from frontend forms.
|
|
6948
|
+
* from frontend forms. Uses PublicAPIMixin for open CORS and no
|
|
6949
|
+
* authentication.
|
|
6626
6950
|
*/
|
|
6627
6951
|
update(id: number, data: LeadSubmissionRequest$1): Promise<LeadSubmission$1>;
|
|
6628
6952
|
/**
|
|
6629
6953
|
* ViewSet for Lead model. Provides only submission functionality for leads
|
|
6630
|
-
* from frontend forms.
|
|
6954
|
+
* from frontend forms. Uses PublicAPIMixin for open CORS and no
|
|
6955
|
+
* authentication.
|
|
6631
6956
|
*/
|
|
6632
6957
|
partialUpdate(id: number, data?: PatchedLeadSubmissionRequest$1): Promise<LeadSubmission$1>;
|
|
6633
6958
|
/**
|
|
6634
6959
|
* ViewSet for Lead model. Provides only submission functionality for leads
|
|
6635
|
-
* from frontend forms.
|
|
6960
|
+
* from frontend forms. Uses PublicAPIMixin for open CORS and no
|
|
6961
|
+
* authentication.
|
|
6636
6962
|
*/
|
|
6637
6963
|
destroy(id: number): Promise<void>;
|
|
6638
6964
|
}
|
|
@@ -7441,6 +7767,7 @@ declare class APIClient {
|
|
|
7441
7767
|
cfg_testing: CfgTesting;
|
|
7442
7768
|
cfg_user_profile: CfgUserProfile;
|
|
7443
7769
|
cfg_accounts: CfgAccounts;
|
|
7770
|
+
cfg_db: CfgDb;
|
|
7444
7771
|
cfg_endpoints: CfgEndpoints;
|
|
7445
7772
|
cfg_grpc_api_keys: CfgGrpcApiKeys;
|
|
7446
7773
|
cfg_grpc_charts: CfgGrpcCharts;
|
|
@@ -8050,6 +8377,73 @@ declare const AxesConfigSchema: z.ZodObject<{
|
|
|
8050
8377
|
*/
|
|
8051
8378
|
type AxesConfig = z.infer<typeof AxesConfigSchema>;
|
|
8052
8379
|
|
|
8380
|
+
/**
|
|
8381
|
+
* Zod schema for BackupRecord
|
|
8382
|
+
*
|
|
8383
|
+
* This schema provides runtime validation and type inference.
|
|
8384
|
+
* * Serializer for backup records.
|
|
8385
|
+
* */
|
|
8386
|
+
|
|
8387
|
+
/**
|
|
8388
|
+
* Serializer for backup records.
|
|
8389
|
+
*/
|
|
8390
|
+
declare const BackupRecordSchema: z.ZodObject<{
|
|
8391
|
+
id: z.ZodUUID;
|
|
8392
|
+
database_alias: z.ZodString;
|
|
8393
|
+
database_name: z.ZodString;
|
|
8394
|
+
database_engine: z.ZodEnum<typeof BackupRecordDatabaseEngine>;
|
|
8395
|
+
filename: z.ZodString;
|
|
8396
|
+
file_path: z.ZodString;
|
|
8397
|
+
file_size: z.ZodNullable<z.ZodInt>;
|
|
8398
|
+
file_size_human: z.ZodString;
|
|
8399
|
+
compression: z.ZodString;
|
|
8400
|
+
encrypted: z.ZodBoolean;
|
|
8401
|
+
storage_backend: z.ZodEnum<typeof BackupRecordStorageBackend>;
|
|
8402
|
+
storage_bucket: z.ZodString;
|
|
8403
|
+
status: z.ZodEnum<typeof BackupRecordStatus>;
|
|
8404
|
+
error_message: z.ZodString;
|
|
8405
|
+
started_at: z.ZodNullable<z.ZodISODateTime>;
|
|
8406
|
+
completed_at: z.ZodNullable<z.ZodISODateTime>;
|
|
8407
|
+
duration_seconds: z.ZodNullable<z.ZodNumber>;
|
|
8408
|
+
duration_human: z.ZodString;
|
|
8409
|
+
created_at: z.ZodISODateTime;
|
|
8410
|
+
is_scheduled: z.ZodBoolean;
|
|
8411
|
+
is_manual: z.ZodBoolean;
|
|
8412
|
+
tables_count: z.ZodNullable<z.ZodInt>;
|
|
8413
|
+
rows_count: z.ZodNullable<z.ZodInt>;
|
|
8414
|
+
checksum: z.ZodString;
|
|
8415
|
+
}, z.core.$strip>;
|
|
8416
|
+
/**
|
|
8417
|
+
* Infer TypeScript type from Zod schema
|
|
8418
|
+
*/
|
|
8419
|
+
type BackupRecord = z.infer<typeof BackupRecordSchema>;
|
|
8420
|
+
|
|
8421
|
+
/**
|
|
8422
|
+
* Zod schema for BackupRecordList
|
|
8423
|
+
*
|
|
8424
|
+
* This schema provides runtime validation and type inference.
|
|
8425
|
+
* * Lightweight serializer for backup list.
|
|
8426
|
+
* */
|
|
8427
|
+
|
|
8428
|
+
/**
|
|
8429
|
+
* Lightweight serializer for backup list.
|
|
8430
|
+
*/
|
|
8431
|
+
declare const BackupRecordListSchema: z.ZodObject<{
|
|
8432
|
+
id: z.ZodUUID;
|
|
8433
|
+
database_alias: z.ZodString;
|
|
8434
|
+
database_engine: z.ZodOptional<z.ZodEnum<typeof BackupRecordListDatabaseEngine>>;
|
|
8435
|
+
filename: z.ZodString;
|
|
8436
|
+
file_size_human: z.ZodString;
|
|
8437
|
+
status: z.ZodOptional<z.ZodEnum<typeof BackupRecordListStatus>>;
|
|
8438
|
+
duration_human: z.ZodString;
|
|
8439
|
+
created_at: z.ZodISODateTime;
|
|
8440
|
+
is_scheduled: z.ZodOptional<z.ZodBoolean>;
|
|
8441
|
+
}, z.core.$strip>;
|
|
8442
|
+
/**
|
|
8443
|
+
* Infer TypeScript type from Zod schema
|
|
8444
|
+
*/
|
|
8445
|
+
type BackupRecordList = z.infer<typeof BackupRecordListSchema>;
|
|
8446
|
+
|
|
8053
8447
|
/**
|
|
8054
8448
|
* Zod schema for Balance
|
|
8055
8449
|
*
|
|
@@ -12033,6 +12427,32 @@ declare const PaginatedArchiveSearchResultListSchema: z.ZodObject<{
|
|
|
12033
12427
|
*/
|
|
12034
12428
|
type PaginatedArchiveSearchResultList = z.infer<typeof PaginatedArchiveSearchResultListSchema>;
|
|
12035
12429
|
|
|
12430
|
+
declare const PaginatedBackupRecordListListSchema: z.ZodObject<{
|
|
12431
|
+
count: z.ZodInt;
|
|
12432
|
+
page: z.ZodInt;
|
|
12433
|
+
pages: z.ZodInt;
|
|
12434
|
+
page_size: z.ZodInt;
|
|
12435
|
+
has_next: z.ZodBoolean;
|
|
12436
|
+
has_previous: z.ZodBoolean;
|
|
12437
|
+
next_page: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
12438
|
+
previous_page: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
12439
|
+
results: z.ZodArray<z.ZodObject<{
|
|
12440
|
+
id: z.ZodUUID;
|
|
12441
|
+
database_alias: z.ZodString;
|
|
12442
|
+
database_engine: z.ZodOptional<z.ZodEnum<typeof BackupRecordListDatabaseEngine>>;
|
|
12443
|
+
filename: z.ZodString;
|
|
12444
|
+
file_size_human: z.ZodString;
|
|
12445
|
+
status: z.ZodOptional<z.ZodEnum<typeof BackupRecordListStatus>>;
|
|
12446
|
+
duration_human: z.ZodString;
|
|
12447
|
+
created_at: z.ZodISODateTime;
|
|
12448
|
+
is_scheduled: z.ZodOptional<z.ZodBoolean>;
|
|
12449
|
+
}, z.core.$strip>>;
|
|
12450
|
+
}, z.core.$strip>;
|
|
12451
|
+
/**
|
|
12452
|
+
* Infer TypeScript type from Zod schema
|
|
12453
|
+
*/
|
|
12454
|
+
type PaginatedBackupRecordListList = z.infer<typeof PaginatedBackupRecordListListSchema>;
|
|
12455
|
+
|
|
12036
12456
|
/**
|
|
12037
12457
|
* Zod schema for PaginatedChatResponseList
|
|
12038
12458
|
*
|
|
@@ -12580,6 +13000,34 @@ declare const PaginatedRecentRequestListSchema: z.ZodObject<{
|
|
|
12580
13000
|
*/
|
|
12581
13001
|
type PaginatedRecentRequestList = z.infer<typeof PaginatedRecentRequestListSchema>;
|
|
12582
13002
|
|
|
13003
|
+
declare const PaginatedRestoreRecordListSchema: z.ZodObject<{
|
|
13004
|
+
count: z.ZodInt;
|
|
13005
|
+
page: z.ZodInt;
|
|
13006
|
+
pages: z.ZodInt;
|
|
13007
|
+
page_size: z.ZodInt;
|
|
13008
|
+
has_next: z.ZodBoolean;
|
|
13009
|
+
has_previous: z.ZodBoolean;
|
|
13010
|
+
next_page: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
13011
|
+
previous_page: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
13012
|
+
results: z.ZodArray<z.ZodObject<{
|
|
13013
|
+
id: z.ZodUUID;
|
|
13014
|
+
backup: z.ZodNullable<z.ZodUUID>;
|
|
13015
|
+
backup_filename: z.ZodString;
|
|
13016
|
+
target_database_alias: z.ZodString;
|
|
13017
|
+
status: z.ZodEnum<typeof RestoreRecordStatus>;
|
|
13018
|
+
error_message: z.ZodString;
|
|
13019
|
+
started_at: z.ZodNullable<z.ZodISODateTime>;
|
|
13020
|
+
completed_at: z.ZodNullable<z.ZodISODateTime>;
|
|
13021
|
+
duration_seconds: z.ZodNullable<z.ZodNumber>;
|
|
13022
|
+
created_at: z.ZodISODateTime;
|
|
13023
|
+
created_by: z.ZodString;
|
|
13024
|
+
}, z.core.$strip>>;
|
|
13025
|
+
}, z.core.$strip>;
|
|
13026
|
+
/**
|
|
13027
|
+
* Infer TypeScript type from Zod schema
|
|
13028
|
+
*/
|
|
13029
|
+
type PaginatedRestoreRecordList = z.infer<typeof PaginatedRestoreRecordListSchema>;
|
|
13030
|
+
|
|
12583
13031
|
/**
|
|
12584
13032
|
* Zod schema for PaginatedScheduledJobList
|
|
12585
13033
|
*
|
|
@@ -13720,6 +14168,34 @@ declare const ResponseTimeDataPointSchema: z.ZodObject<{
|
|
|
13720
14168
|
*/
|
|
13721
14169
|
type ResponseTimeDataPoint = z.infer<typeof ResponseTimeDataPointSchema>;
|
|
13722
14170
|
|
|
14171
|
+
/**
|
|
14172
|
+
* Zod schema for RestoreRecord
|
|
14173
|
+
*
|
|
14174
|
+
* This schema provides runtime validation and type inference.
|
|
14175
|
+
* * Serializer for restore records.
|
|
14176
|
+
* */
|
|
14177
|
+
|
|
14178
|
+
/**
|
|
14179
|
+
* Serializer for restore records.
|
|
14180
|
+
*/
|
|
14181
|
+
declare const RestoreRecordSchema: z.ZodObject<{
|
|
14182
|
+
id: z.ZodUUID;
|
|
14183
|
+
backup: z.ZodNullable<z.ZodUUID>;
|
|
14184
|
+
backup_filename: z.ZodString;
|
|
14185
|
+
target_database_alias: z.ZodString;
|
|
14186
|
+
status: z.ZodEnum<typeof RestoreRecordStatus>;
|
|
14187
|
+
error_message: z.ZodString;
|
|
14188
|
+
started_at: z.ZodNullable<z.ZodISODateTime>;
|
|
14189
|
+
completed_at: z.ZodNullable<z.ZodISODateTime>;
|
|
14190
|
+
duration_seconds: z.ZodNullable<z.ZodNumber>;
|
|
14191
|
+
created_at: z.ZodISODateTime;
|
|
14192
|
+
created_by: z.ZodString;
|
|
14193
|
+
}, z.core.$strip>;
|
|
14194
|
+
/**
|
|
14195
|
+
* Infer TypeScript type from Zod schema
|
|
14196
|
+
*/
|
|
14197
|
+
type RestoreRecord = z.infer<typeof RestoreRecordSchema>;
|
|
14198
|
+
|
|
13723
14199
|
/**
|
|
13724
14200
|
* Zod schema for RunDemoRequestRequest
|
|
13725
14201
|
*
|
|
@@ -14998,6 +15474,10 @@ type index$2_ArchiveStatistics = ArchiveStatistics;
|
|
|
14998
15474
|
declare const index$2_ArchiveStatisticsSchema: typeof ArchiveStatisticsSchema;
|
|
14999
15475
|
type index$2_AxesConfig = AxesConfig;
|
|
15000
15476
|
declare const index$2_AxesConfigSchema: typeof AxesConfigSchema;
|
|
15477
|
+
type index$2_BackupRecord = BackupRecord;
|
|
15478
|
+
type index$2_BackupRecordList = BackupRecordList;
|
|
15479
|
+
declare const index$2_BackupRecordListSchema: typeof BackupRecordListSchema;
|
|
15480
|
+
declare const index$2_BackupRecordSchema: typeof BackupRecordSchema;
|
|
15001
15481
|
type index$2_Balance = Balance;
|
|
15002
15482
|
declare const index$2_BalanceSchema: typeof BalanceSchema;
|
|
15003
15483
|
type index$2_BulkEmailRequest = BulkEmailRequest;
|
|
@@ -15268,6 +15748,8 @@ type index$2_PaginatedArchiveItemList = PaginatedArchiveItemList;
|
|
|
15268
15748
|
declare const index$2_PaginatedArchiveItemListSchema: typeof PaginatedArchiveItemListSchema;
|
|
15269
15749
|
type index$2_PaginatedArchiveSearchResultList = PaginatedArchiveSearchResultList;
|
|
15270
15750
|
declare const index$2_PaginatedArchiveSearchResultListSchema: typeof PaginatedArchiveSearchResultListSchema;
|
|
15751
|
+
type index$2_PaginatedBackupRecordListList = PaginatedBackupRecordListList;
|
|
15752
|
+
declare const index$2_PaginatedBackupRecordListListSchema: typeof PaginatedBackupRecordListListSchema;
|
|
15271
15753
|
type index$2_PaginatedChatResponseList = PaginatedChatResponseList;
|
|
15272
15754
|
declare const index$2_PaginatedChatResponseListSchema: typeof PaginatedChatResponseListSchema;
|
|
15273
15755
|
type index$2_PaginatedChatSessionList = PaginatedChatSessionList;
|
|
@@ -15302,6 +15784,8 @@ type index$2_PaginatedPublishList = PaginatedPublishList;
|
|
|
15302
15784
|
declare const index$2_PaginatedPublishListSchema: typeof PaginatedPublishListSchema;
|
|
15303
15785
|
type index$2_PaginatedRecentRequestList = PaginatedRecentRequestList;
|
|
15304
15786
|
declare const index$2_PaginatedRecentRequestListSchema: typeof PaginatedRecentRequestListSchema;
|
|
15787
|
+
type index$2_PaginatedRestoreRecordList = PaginatedRestoreRecordList;
|
|
15788
|
+
declare const index$2_PaginatedRestoreRecordListSchema: typeof PaginatedRestoreRecordListSchema;
|
|
15305
15789
|
type index$2_PaginatedScheduledJobList = PaginatedScheduledJobList;
|
|
15306
15790
|
declare const index$2_PaginatedScheduledJobListSchema: typeof PaginatedScheduledJobListSchema;
|
|
15307
15791
|
type index$2_PaginatedServiceSummaryList = PaginatedServiceSummaryList;
|
|
@@ -15392,6 +15876,8 @@ type index$2_ResponseTimeChart = ResponseTimeChart;
|
|
|
15392
15876
|
declare const index$2_ResponseTimeChartSchema: typeof ResponseTimeChartSchema;
|
|
15393
15877
|
type index$2_ResponseTimeDataPoint = ResponseTimeDataPoint;
|
|
15394
15878
|
declare const index$2_ResponseTimeDataPointSchema: typeof ResponseTimeDataPointSchema;
|
|
15879
|
+
type index$2_RestoreRecord = RestoreRecord;
|
|
15880
|
+
declare const index$2_RestoreRecordSchema: typeof RestoreRecordSchema;
|
|
15395
15881
|
type index$2_RunDemoRequestRequest = RunDemoRequestRequest;
|
|
15396
15882
|
declare const index$2_RunDemoRequestRequestSchema: typeof RunDemoRequestRequestSchema;
|
|
15397
15883
|
type index$2_ScheduleActionResponse = ScheduleActionResponse;
|
|
@@ -15493,7 +15979,7 @@ declare const index$2_WorkerStatsSchema: typeof WorkerStatsSchema;
|
|
|
15493
15979
|
type index$2_ZonesSummaryStats = ZonesSummaryStats;
|
|
15494
15980
|
declare const index$2_ZonesSummaryStatsSchema: typeof ZonesSummaryStatsSchema;
|
|
15495
15981
|
declare namespace index$2 {
|
|
15496
|
-
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_ApiKey as ApiKey, index$2_ApiKeySchema as ApiKeySchema, type index$2_ApiKeyStats as ApiKeyStats, index$2_ApiKeyStatsSchema as ApiKeyStatsSchema, type index$2_AppStatistics as AppStatistics, type index$2_AppStatisticsData as AppStatisticsData, index$2_AppStatisticsDataSchema as AppStatisticsDataSchema, 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_AxesConfig as AxesConfig, index$2_AxesConfigSchema as AxesConfigSchema, 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_CentrifugoConfig as CentrifugoConfig, index$2_CentrifugoConfigSchema as CentrifugoConfigSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHealthCheck as CentrifugoHealthCheck, index$2_CentrifugoHealthCheckSchema as CentrifugoHealthCheckSchema, 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_CentrifugoOverviewStats as CentrifugoOverviewStats, index$2_CentrifugoOverviewStatsSchema as CentrifugoOverviewStatsSchema, 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_CentrifugoToken as CentrifugoToken, index$2_CentrifugoTokenSchema as CentrifugoTokenSchema, type index$2_ChannelList as ChannelList, index$2_ChannelListSchema as ChannelListSchema, type index$2_ChannelStats as ChannelStats, index$2_ChannelStatsSchema as ChannelStatsSchema, 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_CommandCategory as CommandCategory, index$2_CommandCategorySchema as CommandCategorySchema, 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_ConfigData as ConfigData, index$2_ConfigDataSchema as ConfigDataSchema, type index$2_ConfigMeta as ConfigMeta, index$2_ConfigMetaSchema as ConfigMetaSchema, type index$2_ConfigValidation as ConfigValidation, index$2_ConfigValidationSchema as ConfigValidationSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_ConstanceConfig as ConstanceConfig, index$2_ConstanceConfigSchema as ConstanceConfigSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DRFConfig as DRFConfig, index$2_DRFConfigSchema as DRFConfigSchema, type index$2_DRFHealthCheck as DRFHealthCheck, index$2_DRFHealthCheckSchema as DRFHealthCheckSchema, type index$2_DashboardCharts as DashboardCharts, index$2_DashboardChartsSchema as DashboardChartsSchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, type index$2_DatabaseConfig as DatabaseConfig, index$2_DatabaseConfigSchema as DatabaseConfigSchema, type index$2_DjangoConfig as DjangoConfig, index$2_DjangoConfigSchema as DjangoConfigSchema, type index$2_DjangoRQConfig as DjangoRQConfig, index$2_DjangoRQConfigSchema as DjangoRQConfigSchema, 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_EmailConfig as EmailConfig, index$2_EmailConfigSchema as EmailConfigSchema, 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_ErrorDistributionChart as ErrorDistributionChart, index$2_ErrorDistributionChartSchema as ErrorDistributionChartSchema, type index$2_ErrorDistributionDataPoint as ErrorDistributionDataPoint, index$2_ErrorDistributionDataPointSchema as ErrorDistributionDataPointSchema, type index$2_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_GRPCCallRequestRequest as GRPCCallRequestRequest, index$2_GRPCCallRequestRequestSchema as GRPCCallRequestRequestSchema, type index$2_GRPCCallResponse as GRPCCallResponse, index$2_GRPCCallResponseSchema as GRPCCallResponseSchema, type index$2_GRPCConfig as GRPCConfig, type index$2_GRPCConfigDashboard as GRPCConfigDashboard, index$2_GRPCConfigDashboardSchema as GRPCConfigDashboardSchema, index$2_GRPCConfigSchema as GRPCConfigSchema, type index$2_GRPCExample as GRPCExample, index$2_GRPCExampleSchema as GRPCExampleSchema, type index$2_GRPCExamplesList as GRPCExamplesList, index$2_GRPCExamplesListSchema as GRPCExamplesListSchema, type index$2_GRPCFeatures as GRPCFeatures, index$2_GRPCFeaturesSchema as GRPCFeaturesSchema, type index$2_GRPCFrameworkConfig as GRPCFrameworkConfig, index$2_GRPCFrameworkConfigSchema as GRPCFrameworkConfigSchema, type index$2_GRPCHealthCheck as GRPCHealthCheck, index$2_GRPCHealthCheckSchema as GRPCHealthCheckSchema, type index$2_GRPCInterceptorInfo as GRPCInterceptorInfo, index$2_GRPCInterceptorInfoSchema as GRPCInterceptorInfoSchema, type index$2_GRPCMethodStats as GRPCMethodStats, index$2_GRPCMethodStatsSchema as GRPCMethodStatsSchema, type index$2_GRPCOverviewStats as GRPCOverviewStats, index$2_GRPCOverviewStatsSchema as GRPCOverviewStatsSchema, type index$2_GRPCRegisteredService as GRPCRegisteredService, index$2_GRPCRegisteredServiceSchema as GRPCRegisteredServiceSchema, type index$2_GRPCServerConfig as GRPCServerConfig, index$2_GRPCServerConfigSchema as GRPCServerConfigSchema, type index$2_GRPCServerInfo as GRPCServerInfo, index$2_GRPCServerInfoSchema as GRPCServerInfoSchema, type index$2_GRPCServerStatus as GRPCServerStatus, index$2_GRPCServerStatusSchema as GRPCServerStatusSchema, type index$2_GRPCServiceInfo as GRPCServiceInfo, index$2_GRPCServiceInfoSchema as GRPCServiceInfoSchema, type index$2_GRPCServiceRegistryMethodStats as GRPCServiceRegistryMethodStats, index$2_GRPCServiceRegistryMethodStatsSchema as GRPCServiceRegistryMethodStatsSchema, type index$2_GRPCStats as GRPCStats, index$2_GRPCStatsSchema as GRPCStatsSchema, type index$2_GRPCTestLog as GRPCTestLog, index$2_GRPCTestLogSchema as GRPCTestLogSchema, type index$2_JWTConfig as JWTConfig, index$2_JWTConfigSchema as JWTConfigSchema, type index$2_JobActionResponse as JobActionResponse, index$2_JobActionResponseSchema as JobActionResponseSchema, type index$2_JobDetail as JobDetail, index$2_JobDetailSchema as JobDetailSchema, type index$2_JobList as JobList, type index$2_JobListRequest as JobListRequest, index$2_JobListRequestSchema as JobListRequestSchema, index$2_JobListSchema as JobListSchema, 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_MethodInfo as MethodInfo, index$2_MethodInfoSchema as MethodInfoSchema, type index$2_MethodList as MethodList, index$2_MethodListSchema as MethodListSchema, type index$2_MethodSummary as MethodSummary, index$2_MethodSummarySchema as MethodSummarySchema, type index$2_ModelStatistics as ModelStatistics, index$2_ModelStatisticsSchema as ModelStatisticsSchema, 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_NextJSAdminConfig as NextJSAdminConfig, index$2_NextJSAdminConfigSchema as NextJSAdminConfigSchema, type index$2_NgrokConfig as NgrokConfig, index$2_NgrokConfigSchema as NgrokConfigSchema, 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_OpenAPIClientConfig as OpenAPIClientConfig, index$2_OpenAPIClientConfigSchema as OpenAPIClientConfigSchema, type index$2_PaginatedApiKeyList as PaginatedApiKeyList, index$2_PaginatedApiKeyListSchema as PaginatedApiKeyListSchema, 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_PaginatedGRPCTestLogList as PaginatedGRPCTestLogList, index$2_PaginatedGRPCTestLogListSchema as PaginatedGRPCTestLogListSchema, type index$2_PaginatedJobListList as PaginatedJobListList, index$2_PaginatedJobListListSchema as PaginatedJobListListSchema, 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_PaginatedPublishList as PaginatedPublishList, index$2_PaginatedPublishListSchema as PaginatedPublishListSchema, type index$2_PaginatedRecentRequestList as PaginatedRecentRequestList, index$2_PaginatedRecentRequestListSchema as PaginatedRecentRequestListSchema, type index$2_PaginatedScheduledJobList as PaginatedScheduledJobList, index$2_PaginatedScheduledJobListSchema as PaginatedScheduledJobListSchema, type index$2_PaginatedServiceSummaryList as PaginatedServiceSummaryList, index$2_PaginatedServiceSummaryListSchema as PaginatedServiceSummaryListSchema, 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_PaymentsConfig as PaymentsConfig, index$2_PaymentsConfigSchema as PaymentsConfigSchema, type index$2_PaymentsNowPayments as PaymentsNowPayments, index$2_PaymentsNowPaymentsSchema as PaymentsNowPaymentsSchema, type index$2_ProtoFileDetail as ProtoFileDetail, index$2_ProtoFileDetailSchema as ProtoFileDetailSchema, type index$2_ProtoFileList as ProtoFileList, index$2_ProtoFileListSchema as ProtoFileListSchema, type index$2_ProtoGenerateError as ProtoGenerateError, index$2_ProtoGenerateErrorSchema as ProtoGenerateErrorSchema, type index$2_ProtoGenerateRequestRequest as ProtoGenerateRequestRequest, index$2_ProtoGenerateRequestRequestSchema as ProtoGenerateRequestRequestSchema, type index$2_ProtoGenerateResponse as ProtoGenerateResponse, index$2_ProtoGenerateResponseSchema as ProtoGenerateResponseSchema, 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_Publish as Publish, index$2_PublishSchema as PublishSchema, 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_QueueDetail as QueueDetail, index$2_QueueDetailSchema as QueueDetailSchema, type index$2_QueueStats as QueueStats, index$2_QueueStatsSchema as QueueStatsSchema, 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_RQConfig as RQConfig, index$2_RQConfigSchema as RQConfigSchema, type index$2_RQHealthCheck as RQHealthCheck, index$2_RQHealthCheckSchema as RQHealthCheckSchema, type index$2_RQSchedule as RQSchedule, index$2_RQScheduleSchema as RQScheduleSchema, type index$2_RecentError as RecentError, index$2_RecentErrorSchema as RecentErrorSchema, type index$2_RecentRequest as RecentRequest, index$2_RecentRequestSchema as RecentRequestSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, type index$2_RedisQueueConfig as RedisQueueConfig, index$2_RedisQueueConfigSchema as RedisQueueConfigSchema, type index$2_RequestVolumeChart as RequestVolumeChart, index$2_RequestVolumeChartSchema as RequestVolumeChartSchema, type index$2_RequestVolumeDataPoint as RequestVolumeDataPoint, index$2_RequestVolumeDataPointSchema as RequestVolumeDataPointSchema, type index$2_ResponseTimeChart as ResponseTimeChart, index$2_ResponseTimeChartSchema as ResponseTimeChartSchema, type index$2_ResponseTimeDataPoint as ResponseTimeDataPoint, index$2_ResponseTimeDataPointSchema as ResponseTimeDataPointSchema, type index$2_RunDemoRequestRequest as RunDemoRequestRequest, index$2_RunDemoRequestRequestSchema as RunDemoRequestRequestSchema, type index$2_ScheduleActionResponse as ScheduleActionResponse, index$2_ScheduleActionResponseSchema as ScheduleActionResponseSchema, type index$2_ScheduleCreateRequest as ScheduleCreateRequest, index$2_ScheduleCreateRequestSchema as ScheduleCreateRequestSchema, type index$2_ScheduleInfo as ScheduleInfo, index$2_ScheduleInfoSchema as ScheduleInfoSchema, type index$2_ScheduledJob as ScheduledJob, index$2_ScheduledJobSchema as ScheduledJobSchema, 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_ServerLifecycleChart as ServerLifecycleChart, index$2_ServerLifecycleChartSchema as ServerLifecycleChartSchema, type index$2_ServerLifecycleEvent as ServerLifecycleEvent, index$2_ServerLifecycleEventSchema as ServerLifecycleEventSchema, type index$2_ServerUptimeChart as ServerUptimeChart, index$2_ServerUptimeChartSchema as ServerUptimeChartSchema, type index$2_ServerUptimeDataPoint as ServerUptimeDataPoint, index$2_ServerUptimeDataPointSchema as ServerUptimeDataPointSchema, type index$2_ServiceActivityChart as ServiceActivityChart, index$2_ServiceActivityChartSchema as ServiceActivityChartSchema, type index$2_ServiceActivityDataPoint as ServiceActivityDataPoint, index$2_ServiceActivityDataPointSchema as ServiceActivityDataPointSchema, type index$2_ServiceDetail as ServiceDetail, index$2_ServiceDetailSchema as ServiceDetailSchema, type index$2_ServiceMethods as ServiceMethods, index$2_ServiceMethodsSchema as ServiceMethodsSchema, type index$2_ServiceStats as ServiceStats, index$2_ServiceStatsSchema as ServiceStatsSchema, type index$2_ServiceSummary as ServiceSummary, index$2_ServiceSummarySchema as ServiceSummarySchema, type index$2_SpectacularConfig as SpectacularConfig, index$2_SpectacularConfigSchema as SpectacularConfigSchema, type index$2_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, type index$2_StressTestRequestRequest as StressTestRequestRequest, index$2_StressTestRequestRequestSchema as StressTestRequestRequestSchema, 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_TelegramConfig as TelegramConfig, index$2_TelegramConfigSchema as TelegramConfigSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, type index$2_TestScenario as TestScenario, index$2_TestScenarioSchema as TestScenarioSchema, type index$2_TestingActionResponse as TestingActionResponse, index$2_TestingActionResponseSchema as TestingActionResponseSchema, 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_TimelineItem as TimelineItem, index$2_TimelineItemSchema as TimelineItemSchema, type index$2_TimelineResponse as TimelineResponse, index$2_TimelineResponseSchema as TimelineResponseSchema, type index$2_TokenRefresh as TokenRefresh, type index$2_TokenRefreshRequest as TokenRefreshRequest, index$2_TokenRefreshRequestSchema as TokenRefreshRequestSchema, index$2_TokenRefreshSchema as TokenRefreshSchema, type index$2_Transaction as Transaction, index$2_TransactionSchema as TransactionSchema, type index$2_URLPattern as URLPattern, index$2_URLPatternSchema as URLPatternSchema, type index$2_URLsList as URLsList, index$2_URLsListSchema as URLsListSchema, type index$2_Unsubscribe as Unsubscribe, type index$2_UnsubscribeRequest as UnsubscribeRequest, index$2_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$2_UnsubscribeSchema as UnsubscribeSchema, type index$2_User as User, type index$2_UserProfileUpdateRequest as UserProfileUpdateRequest, index$2_UserProfileUpdateRequestSchema as UserProfileUpdateRequestSchema, index$2_UserSchema as UserSchema, type index$2_UserStatistics as UserStatistics, index$2_UserStatisticsSchema as UserStatisticsSchema, type index$2_VectorizationResult as VectorizationResult, index$2_VectorizationResultSchema as VectorizationResultSchema, type index$2_VectorizationStatistics as VectorizationStatistics, index$2_VectorizationStatisticsSchema as VectorizationStatisticsSchema, type index$2_Worker as Worker, index$2_WorkerSchema as WorkerSchema, type index$2_WorkerStats as WorkerStats, index$2_WorkerStatsSchema as WorkerStatsSchema, type index$2_ZonesSummaryStats as ZonesSummaryStats, index$2_ZonesSummaryStatsSchema as ZonesSummaryStatsSchema };
|
|
15982
|
+
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_ApiKey as ApiKey, index$2_ApiKeySchema as ApiKeySchema, type index$2_ApiKeyStats as ApiKeyStats, index$2_ApiKeyStatsSchema as ApiKeyStatsSchema, type index$2_AppStatistics as AppStatistics, type index$2_AppStatisticsData as AppStatisticsData, index$2_AppStatisticsDataSchema as AppStatisticsDataSchema, 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_AxesConfig as AxesConfig, index$2_AxesConfigSchema as AxesConfigSchema, type index$2_BackupRecord as BackupRecord, type index$2_BackupRecordList as BackupRecordList, index$2_BackupRecordListSchema as BackupRecordListSchema, index$2_BackupRecordSchema as BackupRecordSchema, 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_CentrifugoConfig as CentrifugoConfig, index$2_CentrifugoConfigSchema as CentrifugoConfigSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHealthCheck as CentrifugoHealthCheck, index$2_CentrifugoHealthCheckSchema as CentrifugoHealthCheckSchema, 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_CentrifugoOverviewStats as CentrifugoOverviewStats, index$2_CentrifugoOverviewStatsSchema as CentrifugoOverviewStatsSchema, 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_CentrifugoToken as CentrifugoToken, index$2_CentrifugoTokenSchema as CentrifugoTokenSchema, type index$2_ChannelList as ChannelList, index$2_ChannelListSchema as ChannelListSchema, type index$2_ChannelStats as ChannelStats, index$2_ChannelStatsSchema as ChannelStatsSchema, 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_CommandCategory as CommandCategory, index$2_CommandCategorySchema as CommandCategorySchema, 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_ConfigData as ConfigData, index$2_ConfigDataSchema as ConfigDataSchema, type index$2_ConfigMeta as ConfigMeta, index$2_ConfigMetaSchema as ConfigMetaSchema, type index$2_ConfigValidation as ConfigValidation, index$2_ConfigValidationSchema as ConfigValidationSchema, type index$2_ConnectionTokenResponse as ConnectionTokenResponse, index$2_ConnectionTokenResponseSchema as ConnectionTokenResponseSchema, type index$2_ConstanceConfig as ConstanceConfig, index$2_ConstanceConfigSchema as ConstanceConfigSchema, type index$2_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DRFConfig as DRFConfig, index$2_DRFConfigSchema as DRFConfigSchema, type index$2_DRFHealthCheck as DRFHealthCheck, index$2_DRFHealthCheckSchema as DRFHealthCheckSchema, type index$2_DashboardCharts as DashboardCharts, index$2_DashboardChartsSchema as DashboardChartsSchema, type index$2_DashboardOverview as DashboardOverview, index$2_DashboardOverviewSchema as DashboardOverviewSchema, type index$2_DatabaseConfig as DatabaseConfig, index$2_DatabaseConfigSchema as DatabaseConfigSchema, type index$2_DjangoConfig as DjangoConfig, index$2_DjangoConfigSchema as DjangoConfigSchema, type index$2_DjangoRQConfig as DjangoRQConfig, index$2_DjangoRQConfigSchema as DjangoRQConfigSchema, 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_EmailConfig as EmailConfig, index$2_EmailConfigSchema as EmailConfigSchema, 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_ErrorDistributionChart as ErrorDistributionChart, index$2_ErrorDistributionChartSchema as ErrorDistributionChartSchema, type index$2_ErrorDistributionDataPoint as ErrorDistributionDataPoint, index$2_ErrorDistributionDataPointSchema as ErrorDistributionDataPointSchema, type index$2_ErrorResponse as ErrorResponse, index$2_ErrorResponseSchema as ErrorResponseSchema, type index$2_GRPCCallRequestRequest as GRPCCallRequestRequest, index$2_GRPCCallRequestRequestSchema as GRPCCallRequestRequestSchema, type index$2_GRPCCallResponse as GRPCCallResponse, index$2_GRPCCallResponseSchema as GRPCCallResponseSchema, type index$2_GRPCConfig as GRPCConfig, type index$2_GRPCConfigDashboard as GRPCConfigDashboard, index$2_GRPCConfigDashboardSchema as GRPCConfigDashboardSchema, index$2_GRPCConfigSchema as GRPCConfigSchema, type index$2_GRPCExample as GRPCExample, index$2_GRPCExampleSchema as GRPCExampleSchema, type index$2_GRPCExamplesList as GRPCExamplesList, index$2_GRPCExamplesListSchema as GRPCExamplesListSchema, type index$2_GRPCFeatures as GRPCFeatures, index$2_GRPCFeaturesSchema as GRPCFeaturesSchema, type index$2_GRPCFrameworkConfig as GRPCFrameworkConfig, index$2_GRPCFrameworkConfigSchema as GRPCFrameworkConfigSchema, type index$2_GRPCHealthCheck as GRPCHealthCheck, index$2_GRPCHealthCheckSchema as GRPCHealthCheckSchema, type index$2_GRPCInterceptorInfo as GRPCInterceptorInfo, index$2_GRPCInterceptorInfoSchema as GRPCInterceptorInfoSchema, type index$2_GRPCMethodStats as GRPCMethodStats, index$2_GRPCMethodStatsSchema as GRPCMethodStatsSchema, type index$2_GRPCOverviewStats as GRPCOverviewStats, index$2_GRPCOverviewStatsSchema as GRPCOverviewStatsSchema, type index$2_GRPCRegisteredService as GRPCRegisteredService, index$2_GRPCRegisteredServiceSchema as GRPCRegisteredServiceSchema, type index$2_GRPCServerConfig as GRPCServerConfig, index$2_GRPCServerConfigSchema as GRPCServerConfigSchema, type index$2_GRPCServerInfo as GRPCServerInfo, index$2_GRPCServerInfoSchema as GRPCServerInfoSchema, type index$2_GRPCServerStatus as GRPCServerStatus, index$2_GRPCServerStatusSchema as GRPCServerStatusSchema, type index$2_GRPCServiceInfo as GRPCServiceInfo, index$2_GRPCServiceInfoSchema as GRPCServiceInfoSchema, type index$2_GRPCServiceRegistryMethodStats as GRPCServiceRegistryMethodStats, index$2_GRPCServiceRegistryMethodStatsSchema as GRPCServiceRegistryMethodStatsSchema, type index$2_GRPCStats as GRPCStats, index$2_GRPCStatsSchema as GRPCStatsSchema, type index$2_GRPCTestLog as GRPCTestLog, index$2_GRPCTestLogSchema as GRPCTestLogSchema, type index$2_JWTConfig as JWTConfig, index$2_JWTConfigSchema as JWTConfigSchema, type index$2_JobActionResponse as JobActionResponse, index$2_JobActionResponseSchema as JobActionResponseSchema, type index$2_JobDetail as JobDetail, index$2_JobDetailSchema as JobDetailSchema, type index$2_JobList as JobList, type index$2_JobListRequest as JobListRequest, index$2_JobListRequestSchema as JobListRequestSchema, index$2_JobListSchema as JobListSchema, 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_MethodInfo as MethodInfo, index$2_MethodInfoSchema as MethodInfoSchema, type index$2_MethodList as MethodList, index$2_MethodListSchema as MethodListSchema, type index$2_MethodSummary as MethodSummary, index$2_MethodSummarySchema as MethodSummarySchema, type index$2_ModelStatistics as ModelStatistics, index$2_ModelStatisticsSchema as ModelStatisticsSchema, 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_NextJSAdminConfig as NextJSAdminConfig, index$2_NextJSAdminConfigSchema as NextJSAdminConfigSchema, type index$2_NgrokConfig as NgrokConfig, index$2_NgrokConfigSchema as NgrokConfigSchema, 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_OpenAPIClientConfig as OpenAPIClientConfig, index$2_OpenAPIClientConfigSchema as OpenAPIClientConfigSchema, type index$2_PaginatedApiKeyList as PaginatedApiKeyList, index$2_PaginatedApiKeyListSchema as PaginatedApiKeyListSchema, 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_PaginatedBackupRecordListList as PaginatedBackupRecordListList, index$2_PaginatedBackupRecordListListSchema as PaginatedBackupRecordListListSchema, 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_PaginatedGRPCTestLogList as PaginatedGRPCTestLogList, index$2_PaginatedGRPCTestLogListSchema as PaginatedGRPCTestLogListSchema, type index$2_PaginatedJobListList as PaginatedJobListList, index$2_PaginatedJobListListSchema as PaginatedJobListListSchema, 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_PaginatedPublishList as PaginatedPublishList, index$2_PaginatedPublishListSchema as PaginatedPublishListSchema, type index$2_PaginatedRecentRequestList as PaginatedRecentRequestList, index$2_PaginatedRecentRequestListSchema as PaginatedRecentRequestListSchema, type index$2_PaginatedRestoreRecordList as PaginatedRestoreRecordList, index$2_PaginatedRestoreRecordListSchema as PaginatedRestoreRecordListSchema, type index$2_PaginatedScheduledJobList as PaginatedScheduledJobList, index$2_PaginatedScheduledJobListSchema as PaginatedScheduledJobListSchema, type index$2_PaginatedServiceSummaryList as PaginatedServiceSummaryList, index$2_PaginatedServiceSummaryListSchema as PaginatedServiceSummaryListSchema, 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_PaymentsConfig as PaymentsConfig, index$2_PaymentsConfigSchema as PaymentsConfigSchema, type index$2_PaymentsNowPayments as PaymentsNowPayments, index$2_PaymentsNowPaymentsSchema as PaymentsNowPaymentsSchema, type index$2_ProtoFileDetail as ProtoFileDetail, index$2_ProtoFileDetailSchema as ProtoFileDetailSchema, type index$2_ProtoFileList as ProtoFileList, index$2_ProtoFileListSchema as ProtoFileListSchema, type index$2_ProtoGenerateError as ProtoGenerateError, index$2_ProtoGenerateErrorSchema as ProtoGenerateErrorSchema, type index$2_ProtoGenerateRequestRequest as ProtoGenerateRequestRequest, index$2_ProtoGenerateRequestRequestSchema as ProtoGenerateRequestRequestSchema, type index$2_ProtoGenerateResponse as ProtoGenerateResponse, index$2_ProtoGenerateResponseSchema as ProtoGenerateResponseSchema, 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_Publish as Publish, index$2_PublishSchema as PublishSchema, 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_QueueDetail as QueueDetail, index$2_QueueDetailSchema as QueueDetailSchema, type index$2_QueueStats as QueueStats, index$2_QueueStatsSchema as QueueStatsSchema, 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_RQConfig as RQConfig, index$2_RQConfigSchema as RQConfigSchema, type index$2_RQHealthCheck as RQHealthCheck, index$2_RQHealthCheckSchema as RQHealthCheckSchema, type index$2_RQSchedule as RQSchedule, index$2_RQScheduleSchema as RQScheduleSchema, type index$2_RecentError as RecentError, index$2_RecentErrorSchema as RecentErrorSchema, type index$2_RecentRequest as RecentRequest, index$2_RecentRequestSchema as RecentRequestSchema, type index$2_RecentUser as RecentUser, index$2_RecentUserSchema as RecentUserSchema, type index$2_RedisQueueConfig as RedisQueueConfig, index$2_RedisQueueConfigSchema as RedisQueueConfigSchema, type index$2_RequestVolumeChart as RequestVolumeChart, index$2_RequestVolumeChartSchema as RequestVolumeChartSchema, type index$2_RequestVolumeDataPoint as RequestVolumeDataPoint, index$2_RequestVolumeDataPointSchema as RequestVolumeDataPointSchema, type index$2_ResponseTimeChart as ResponseTimeChart, index$2_ResponseTimeChartSchema as ResponseTimeChartSchema, type index$2_ResponseTimeDataPoint as ResponseTimeDataPoint, index$2_ResponseTimeDataPointSchema as ResponseTimeDataPointSchema, type index$2_RestoreRecord as RestoreRecord, index$2_RestoreRecordSchema as RestoreRecordSchema, type index$2_RunDemoRequestRequest as RunDemoRequestRequest, index$2_RunDemoRequestRequestSchema as RunDemoRequestRequestSchema, type index$2_ScheduleActionResponse as ScheduleActionResponse, index$2_ScheduleActionResponseSchema as ScheduleActionResponseSchema, type index$2_ScheduleCreateRequest as ScheduleCreateRequest, index$2_ScheduleCreateRequestSchema as ScheduleCreateRequestSchema, type index$2_ScheduleInfo as ScheduleInfo, index$2_ScheduleInfoSchema as ScheduleInfoSchema, type index$2_ScheduledJob as ScheduledJob, index$2_ScheduledJobSchema as ScheduledJobSchema, 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_ServerLifecycleChart as ServerLifecycleChart, index$2_ServerLifecycleChartSchema as ServerLifecycleChartSchema, type index$2_ServerLifecycleEvent as ServerLifecycleEvent, index$2_ServerLifecycleEventSchema as ServerLifecycleEventSchema, type index$2_ServerUptimeChart as ServerUptimeChart, index$2_ServerUptimeChartSchema as ServerUptimeChartSchema, type index$2_ServerUptimeDataPoint as ServerUptimeDataPoint, index$2_ServerUptimeDataPointSchema as ServerUptimeDataPointSchema, type index$2_ServiceActivityChart as ServiceActivityChart, index$2_ServiceActivityChartSchema as ServiceActivityChartSchema, type index$2_ServiceActivityDataPoint as ServiceActivityDataPoint, index$2_ServiceActivityDataPointSchema as ServiceActivityDataPointSchema, type index$2_ServiceDetail as ServiceDetail, index$2_ServiceDetailSchema as ServiceDetailSchema, type index$2_ServiceMethods as ServiceMethods, index$2_ServiceMethodsSchema as ServiceMethodsSchema, type index$2_ServiceStats as ServiceStats, index$2_ServiceStatsSchema as ServiceStatsSchema, type index$2_ServiceSummary as ServiceSummary, index$2_ServiceSummarySchema as ServiceSummarySchema, type index$2_SpectacularConfig as SpectacularConfig, index$2_SpectacularConfigSchema as SpectacularConfigSchema, type index$2_StatCard as StatCard, index$2_StatCardSchema as StatCardSchema, type index$2_StressTestRequestRequest as StressTestRequestRequest, index$2_StressTestRequestRequestSchema as StressTestRequestRequestSchema, 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_TelegramConfig as TelegramConfig, index$2_TelegramConfigSchema as TelegramConfigSchema, type index$2_TestEmailRequest as TestEmailRequest, index$2_TestEmailRequestSchema as TestEmailRequestSchema, type index$2_TestScenario as TestScenario, index$2_TestScenarioSchema as TestScenarioSchema, type index$2_TestingActionResponse as TestingActionResponse, index$2_TestingActionResponseSchema as TestingActionResponseSchema, 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_TimelineItem as TimelineItem, index$2_TimelineItemSchema as TimelineItemSchema, type index$2_TimelineResponse as TimelineResponse, index$2_TimelineResponseSchema as TimelineResponseSchema, type index$2_TokenRefresh as TokenRefresh, type index$2_TokenRefreshRequest as TokenRefreshRequest, index$2_TokenRefreshRequestSchema as TokenRefreshRequestSchema, index$2_TokenRefreshSchema as TokenRefreshSchema, type index$2_Transaction as Transaction, index$2_TransactionSchema as TransactionSchema, type index$2_URLPattern as URLPattern, index$2_URLPatternSchema as URLPatternSchema, type index$2_URLsList as URLsList, index$2_URLsListSchema as URLsListSchema, type index$2_Unsubscribe as Unsubscribe, type index$2_UnsubscribeRequest as UnsubscribeRequest, index$2_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$2_UnsubscribeSchema as UnsubscribeSchema, type index$2_User as User, type index$2_UserProfileUpdateRequest as UserProfileUpdateRequest, index$2_UserProfileUpdateRequestSchema as UserProfileUpdateRequestSchema, index$2_UserSchema as UserSchema, type index$2_UserStatistics as UserStatistics, index$2_UserStatisticsSchema as UserStatisticsSchema, type index$2_VectorizationResult as VectorizationResult, index$2_VectorizationResultSchema as VectorizationResultSchema, type index$2_VectorizationStatistics as VectorizationStatistics, index$2_VectorizationStatisticsSchema as VectorizationStatisticsSchema, type index$2_Worker as Worker, index$2_WorkerSchema as WorkerSchema, type index$2_WorkerStats as WorkerStats, index$2_WorkerStatsSchema as WorkerStatsSchema, type index$2_ZonesSummaryStats as ZonesSummaryStats, index$2_ZonesSummaryStatsSchema as ZonesSummaryStatsSchema };
|
|
15497
15983
|
}
|
|
15498
15984
|
|
|
15499
15985
|
/**
|
|
@@ -15907,6 +16393,69 @@ declare function getDashboardApiSystemHealthRetrieve(client?: any): Promise<Syst
|
|
|
15907
16393
|
*/
|
|
15908
16394
|
declare function getDashboardApiSystemMetricsRetrieve(client?: any): Promise<SystemMetrics>;
|
|
15909
16395
|
|
|
16396
|
+
/**
|
|
16397
|
+
* API operation
|
|
16398
|
+
*
|
|
16399
|
+
* @method GET
|
|
16400
|
+
* @path /cfg/db/backups/
|
|
16401
|
+
*/
|
|
16402
|
+
declare function getDbBackupsList(params?: {
|
|
16403
|
+
page?: number;
|
|
16404
|
+
page_size?: number;
|
|
16405
|
+
}, client?: any): Promise<PaginatedBackupRecordListList>;
|
|
16406
|
+
/**
|
|
16407
|
+
* API operation
|
|
16408
|
+
*
|
|
16409
|
+
* @method GET
|
|
16410
|
+
* @path /cfg/db/backups/{id}/
|
|
16411
|
+
*/
|
|
16412
|
+
declare function getDbBackupsRetrieve(id: string, client?: any): Promise<BackupRecord>;
|
|
16413
|
+
/**
|
|
16414
|
+
* API operation
|
|
16415
|
+
*
|
|
16416
|
+
* @method POST
|
|
16417
|
+
* @path /cfg/db/backups/{id}/restore/
|
|
16418
|
+
*/
|
|
16419
|
+
declare function createDbBackupsRestoreCreate(id: string, client?: any): Promise<BackupRecord>;
|
|
16420
|
+
/**
|
|
16421
|
+
* API operation
|
|
16422
|
+
*
|
|
16423
|
+
* @method POST
|
|
16424
|
+
* @path /cfg/db/backups/cleanup/
|
|
16425
|
+
*/
|
|
16426
|
+
declare function createDbBackupsCleanupCreate(client?: any): Promise<BackupRecord>;
|
|
16427
|
+
/**
|
|
16428
|
+
* API operation
|
|
16429
|
+
*
|
|
16430
|
+
* @method POST
|
|
16431
|
+
* @path /cfg/db/backups/create_backup/
|
|
16432
|
+
*/
|
|
16433
|
+
declare function createDbBackupsCreateBackupCreate(client?: any): Promise<BackupRecord>;
|
|
16434
|
+
/**
|
|
16435
|
+
* API operation
|
|
16436
|
+
*
|
|
16437
|
+
* @method GET
|
|
16438
|
+
* @path /cfg/db/backups/databases/
|
|
16439
|
+
*/
|
|
16440
|
+
declare function getDbBackupsDatabasesRetrieve(client?: any): Promise<BackupRecord>;
|
|
16441
|
+
/**
|
|
16442
|
+
* API operation
|
|
16443
|
+
*
|
|
16444
|
+
* @method GET
|
|
16445
|
+
* @path /cfg/db/restores/
|
|
16446
|
+
*/
|
|
16447
|
+
declare function getDbRestoresList(params?: {
|
|
16448
|
+
page?: number;
|
|
16449
|
+
page_size?: number;
|
|
16450
|
+
}, client?: any): Promise<PaginatedRestoreRecordList>;
|
|
16451
|
+
/**
|
|
16452
|
+
* API operation
|
|
16453
|
+
*
|
|
16454
|
+
* @method GET
|
|
16455
|
+
* @path /cfg/db/restores/{id}/
|
|
16456
|
+
*/
|
|
16457
|
+
declare function getDbRestoresRetrieve(id: string, client?: any): Promise<RestoreRecord>;
|
|
16458
|
+
|
|
15910
16459
|
/**
|
|
15911
16460
|
* API operation
|
|
15912
16461
|
*
|
|
@@ -17285,6 +17834,9 @@ declare const index$1_createCentrifugoTestingPublishTestCreate: typeof createCen
|
|
|
17285
17834
|
declare const index$1_createCentrifugoTestingPublishWithLoggingCreate: typeof createCentrifugoTestingPublishWithLoggingCreate;
|
|
17286
17835
|
declare const index$1_createCentrifugoTestingSendAckCreate: typeof createCentrifugoTestingSendAckCreate;
|
|
17287
17836
|
declare const index$1_createDashboardApiCommandsExecuteCreate: typeof createDashboardApiCommandsExecuteCreate;
|
|
17837
|
+
declare const index$1_createDbBackupsCleanupCreate: typeof createDbBackupsCleanupCreate;
|
|
17838
|
+
declare const index$1_createDbBackupsCreateBackupCreate: typeof createDbBackupsCreateBackupCreate;
|
|
17839
|
+
declare const index$1_createDbBackupsRestoreCreate: typeof createDbBackupsRestoreCreate;
|
|
17288
17840
|
declare const index$1_createGrpcProtoFilesGenerateCreate: typeof createGrpcProtoFilesGenerateCreate;
|
|
17289
17841
|
declare const index$1_createGrpcTestCallCreate: typeof createGrpcTestCallCreate;
|
|
17290
17842
|
declare const index$1_createKnowbaseAdminChatCreate: typeof createKnowbaseAdminChatCreate;
|
|
@@ -17360,6 +17912,11 @@ declare const index$1_getDashboardApiSystemHealthRetrieve: typeof getDashboardAp
|
|
|
17360
17912
|
declare const index$1_getDashboardApiSystemMetricsRetrieve: typeof getDashboardApiSystemMetricsRetrieve;
|
|
17361
17913
|
declare const index$1_getDashboardApiZonesList: typeof getDashboardApiZonesList;
|
|
17362
17914
|
declare const index$1_getDashboardApiZonesSummaryRetrieve: typeof getDashboardApiZonesSummaryRetrieve;
|
|
17915
|
+
declare const index$1_getDbBackupsDatabasesRetrieve: typeof getDbBackupsDatabasesRetrieve;
|
|
17916
|
+
declare const index$1_getDbBackupsList: typeof getDbBackupsList;
|
|
17917
|
+
declare const index$1_getDbBackupsRetrieve: typeof getDbBackupsRetrieve;
|
|
17918
|
+
declare const index$1_getDbRestoresList: typeof getDbRestoresList;
|
|
17919
|
+
declare const index$1_getDbRestoresRetrieve: typeof getDbRestoresRetrieve;
|
|
17363
17920
|
declare const index$1_getEndpointsDrfRetrieve: typeof getEndpointsDrfRetrieve;
|
|
17364
17921
|
declare const index$1_getEndpointsUrlsCompactRetrieve: typeof getEndpointsUrlsCompactRetrieve;
|
|
17365
17922
|
declare const index$1_getEndpointsUrlsRetrieve: typeof getEndpointsUrlsRetrieve;
|
|
@@ -17479,7 +18036,7 @@ declare const index$1_updateNewsletterUnsubscribeUpdate: typeof updateNewsletter
|
|
|
17479
18036
|
declare const index$1_updateSupportTicketsMessagesUpdate: typeof updateSupportTicketsMessagesUpdate;
|
|
17480
18037
|
declare const index$1_updateSupportTicketsUpdate: typeof updateSupportTicketsUpdate;
|
|
17481
18038
|
declare namespace index$1 {
|
|
17482
|
-
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_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, index$1_createGrpcProtoFilesGenerateCreate as createGrpcProtoFilesGenerateCreate, index$1_createGrpcTestCallCreate as createGrpcTestCallCreate, 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_createRqJobsCancelCreate as createRqJobsCancelCreate, index$1_createRqJobsRegistriesFailedClearCreate as createRqJobsRegistriesFailedClearCreate, index$1_createRqJobsRegistriesFailedRequeueAllCreate as createRqJobsRegistriesFailedRequeueAllCreate, index$1_createRqJobsRegistriesFinishedClearCreate as createRqJobsRegistriesFinishedClearCreate, index$1_createRqJobsRequeueCreate as createRqJobsRequeueCreate, index$1_createRqQueuesEmptyCreate as createRqQueuesEmptyCreate, index$1_createRqSchedulesCreate as createRqSchedulesCreate, index$1_createRqTestingRunDemoCreate as createRqTestingRunDemoCreate, index$1_createRqTestingScheduleDemoCreate as createRqTestingScheduleDemoCreate, index$1_createRqTestingStressTestCreate as createRqTestingStressTestCreate, 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_deleteRqJobsDestroy as deleteRqJobsDestroy, index$1_deleteRqSchedulesDestroy as deleteRqSchedulesDestroy, index$1_deleteRqTestingCleanupDestroy as deleteRqTestingCleanupDestroy, index$1_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoAuthTokenRetrieve as getCentrifugoAuthTokenRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesList as getCentrifugoMonitorPublishesList, 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_getDashboardApiConfigConfigRetrieve as getDashboardApiConfigConfigRetrieve, 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_getGrpcApiKeysList as getGrpcApiKeysList, index$1_getGrpcApiKeysRetrieve as getGrpcApiKeysRetrieve, index$1_getGrpcApiKeysStatsRetrieve as getGrpcApiKeysStatsRetrieve, index$1_getGrpcChartsDashboardRetrieve as getGrpcChartsDashboardRetrieve, index$1_getGrpcChartsErrorDistributionRetrieve as getGrpcChartsErrorDistributionRetrieve, index$1_getGrpcChartsRequestVolumeRetrieve as getGrpcChartsRequestVolumeRetrieve, index$1_getGrpcChartsResponseTimeRetrieve as getGrpcChartsResponseTimeRetrieve, index$1_getGrpcChartsServerLifecycleRetrieve as getGrpcChartsServerLifecycleRetrieve, index$1_getGrpcChartsServerUptimeRetrieve as getGrpcChartsServerUptimeRetrieve, index$1_getGrpcChartsServiceActivityRetrieve as getGrpcChartsServiceActivityRetrieve, index$1_getGrpcConfigConfigRetrieve as getGrpcConfigConfigRetrieve, index$1_getGrpcConfigServerInfoRetrieve as getGrpcConfigServerInfoRetrieve, index$1_getGrpcMonitorHealthRetrieve as getGrpcMonitorHealthRetrieve, index$1_getGrpcMonitorMethodsRetrieve as getGrpcMonitorMethodsRetrieve, index$1_getGrpcMonitorOverviewRetrieve as getGrpcMonitorOverviewRetrieve, index$1_getGrpcMonitorRequestsList as getGrpcMonitorRequestsList, index$1_getGrpcMonitorTimelineRetrieve as getGrpcMonitorTimelineRetrieve, index$1_getGrpcProtoFilesDownloadAllRetrieve as getGrpcProtoFilesDownloadAllRetrieve, index$1_getGrpcProtoFilesList as getGrpcProtoFilesList, index$1_getGrpcProtoFilesRetrieve as getGrpcProtoFilesRetrieve, index$1_getGrpcServicesList as getGrpcServicesList, index$1_getGrpcServicesMethodsRetrieve as getGrpcServicesMethodsRetrieve, index$1_getGrpcServicesRetrieve as getGrpcServicesRetrieve, index$1_getGrpcTestExamplesRetrieve as getGrpcTestExamplesRetrieve, index$1_getGrpcTestLogsList as getGrpcTestLogsList, 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_getRqJobsList as getRqJobsList, index$1_getRqJobsRegistriesDeferredList as getRqJobsRegistriesDeferredList, index$1_getRqJobsRegistriesFailedList as getRqJobsRegistriesFailedList, index$1_getRqJobsRegistriesFinishedList as getRqJobsRegistriesFinishedList, index$1_getRqJobsRegistriesStartedList as getRqJobsRegistriesStartedList, index$1_getRqJobsRetrieve as getRqJobsRetrieve, index$1_getRqMonitorConfigRetrieve as getRqMonitorConfigRetrieve, index$1_getRqMonitorHealthRetrieve as getRqMonitorHealthRetrieve, index$1_getRqMonitorMetricsRetrieve as getRqMonitorMetricsRetrieve, index$1_getRqQueuesJobsRetrieve as getRqQueuesJobsRetrieve, index$1_getRqQueuesList as getRqQueuesList, index$1_getRqQueuesRetrieve as getRqQueuesRetrieve, index$1_getRqSchedulesList as getRqSchedulesList, index$1_getRqSchedulesRetrieve as getRqSchedulesRetrieve, index$1_getRqTestingList as getRqTestingList, index$1_getRqTestingResultsRetrieve as getRqTestingResultsRetrieve, index$1_getRqWorkersList as getRqWorkersList, index$1_getRqWorkersStatsRetrieve as getRqWorkersStatsRetrieve, index$1_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, 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 };
|
|
18039
|
+
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_createCentrifugoTestingPublishTestCreate as createCentrifugoTestingPublishTestCreate, index$1_createCentrifugoTestingPublishWithLoggingCreate as createCentrifugoTestingPublishWithLoggingCreate, index$1_createCentrifugoTestingSendAckCreate as createCentrifugoTestingSendAckCreate, index$1_createDashboardApiCommandsExecuteCreate as createDashboardApiCommandsExecuteCreate, index$1_createDbBackupsCleanupCreate as createDbBackupsCleanupCreate, index$1_createDbBackupsCreateBackupCreate as createDbBackupsCreateBackupCreate, index$1_createDbBackupsRestoreCreate as createDbBackupsRestoreCreate, index$1_createGrpcProtoFilesGenerateCreate as createGrpcProtoFilesGenerateCreate, index$1_createGrpcTestCallCreate as createGrpcTestCallCreate, 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_createRqJobsCancelCreate as createRqJobsCancelCreate, index$1_createRqJobsRegistriesFailedClearCreate as createRqJobsRegistriesFailedClearCreate, index$1_createRqJobsRegistriesFailedRequeueAllCreate as createRqJobsRegistriesFailedRequeueAllCreate, index$1_createRqJobsRegistriesFinishedClearCreate as createRqJobsRegistriesFinishedClearCreate, index$1_createRqJobsRequeueCreate as createRqJobsRequeueCreate, index$1_createRqQueuesEmptyCreate as createRqQueuesEmptyCreate, index$1_createRqSchedulesCreate as createRqSchedulesCreate, index$1_createRqTestingRunDemoCreate as createRqTestingRunDemoCreate, index$1_createRqTestingScheduleDemoCreate as createRqTestingScheduleDemoCreate, index$1_createRqTestingStressTestCreate as createRqTestingStressTestCreate, 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_deleteRqJobsDestroy as deleteRqJobsDestroy, index$1_deleteRqSchedulesDestroy as deleteRqSchedulesDestroy, index$1_deleteRqTestingCleanupDestroy as deleteRqTestingCleanupDestroy, index$1_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index$1_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index$1_getAccountsProfileRetrieve as getAccountsProfileRetrieve, index$1_getCentrifugoAuthTokenRetrieve as getCentrifugoAuthTokenRetrieve, index$1_getCentrifugoMonitorChannelsRetrieve as getCentrifugoMonitorChannelsRetrieve, index$1_getCentrifugoMonitorHealthRetrieve as getCentrifugoMonitorHealthRetrieve, index$1_getCentrifugoMonitorOverviewRetrieve as getCentrifugoMonitorOverviewRetrieve, index$1_getCentrifugoMonitorPublishesList as getCentrifugoMonitorPublishesList, 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_getDashboardApiConfigConfigRetrieve as getDashboardApiConfigConfigRetrieve, 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_getDbBackupsDatabasesRetrieve as getDbBackupsDatabasesRetrieve, index$1_getDbBackupsList as getDbBackupsList, index$1_getDbBackupsRetrieve as getDbBackupsRetrieve, index$1_getDbRestoresList as getDbRestoresList, index$1_getDbRestoresRetrieve as getDbRestoresRetrieve, index$1_getEndpointsDrfRetrieve as getEndpointsDrfRetrieve, index$1_getEndpointsUrlsCompactRetrieve as getEndpointsUrlsCompactRetrieve, index$1_getEndpointsUrlsRetrieve as getEndpointsUrlsRetrieve, index$1_getGrpcApiKeysList as getGrpcApiKeysList, index$1_getGrpcApiKeysRetrieve as getGrpcApiKeysRetrieve, index$1_getGrpcApiKeysStatsRetrieve as getGrpcApiKeysStatsRetrieve, index$1_getGrpcChartsDashboardRetrieve as getGrpcChartsDashboardRetrieve, index$1_getGrpcChartsErrorDistributionRetrieve as getGrpcChartsErrorDistributionRetrieve, index$1_getGrpcChartsRequestVolumeRetrieve as getGrpcChartsRequestVolumeRetrieve, index$1_getGrpcChartsResponseTimeRetrieve as getGrpcChartsResponseTimeRetrieve, index$1_getGrpcChartsServerLifecycleRetrieve as getGrpcChartsServerLifecycleRetrieve, index$1_getGrpcChartsServerUptimeRetrieve as getGrpcChartsServerUptimeRetrieve, index$1_getGrpcChartsServiceActivityRetrieve as getGrpcChartsServiceActivityRetrieve, index$1_getGrpcConfigConfigRetrieve as getGrpcConfigConfigRetrieve, index$1_getGrpcConfigServerInfoRetrieve as getGrpcConfigServerInfoRetrieve, index$1_getGrpcMonitorHealthRetrieve as getGrpcMonitorHealthRetrieve, index$1_getGrpcMonitorMethodsRetrieve as getGrpcMonitorMethodsRetrieve, index$1_getGrpcMonitorOverviewRetrieve as getGrpcMonitorOverviewRetrieve, index$1_getGrpcMonitorRequestsList as getGrpcMonitorRequestsList, index$1_getGrpcMonitorTimelineRetrieve as getGrpcMonitorTimelineRetrieve, index$1_getGrpcProtoFilesDownloadAllRetrieve as getGrpcProtoFilesDownloadAllRetrieve, index$1_getGrpcProtoFilesList as getGrpcProtoFilesList, index$1_getGrpcProtoFilesRetrieve as getGrpcProtoFilesRetrieve, index$1_getGrpcServicesList as getGrpcServicesList, index$1_getGrpcServicesMethodsRetrieve as getGrpcServicesMethodsRetrieve, index$1_getGrpcServicesRetrieve as getGrpcServicesRetrieve, index$1_getGrpcTestExamplesRetrieve as getGrpcTestExamplesRetrieve, index$1_getGrpcTestLogsList as getGrpcTestLogsList, 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_getRqJobsList as getRqJobsList, index$1_getRqJobsRegistriesDeferredList as getRqJobsRegistriesDeferredList, index$1_getRqJobsRegistriesFailedList as getRqJobsRegistriesFailedList, index$1_getRqJobsRegistriesFinishedList as getRqJobsRegistriesFinishedList, index$1_getRqJobsRegistriesStartedList as getRqJobsRegistriesStartedList, index$1_getRqJobsRetrieve as getRqJobsRetrieve, index$1_getRqMonitorConfigRetrieve as getRqMonitorConfigRetrieve, index$1_getRqMonitorHealthRetrieve as getRqMonitorHealthRetrieve, index$1_getRqMonitorMetricsRetrieve as getRqMonitorMetricsRetrieve, index$1_getRqQueuesJobsRetrieve as getRqQueuesJobsRetrieve, index$1_getRqQueuesList as getRqQueuesList, index$1_getRqQueuesRetrieve as getRqQueuesRetrieve, index$1_getRqSchedulesList as getRqSchedulesList, index$1_getRqSchedulesRetrieve as getRqSchedulesRetrieve, index$1_getRqTestingList as getRqTestingList, index$1_getRqTestingResultsRetrieve as getRqTestingResultsRetrieve, index$1_getRqWorkersList as getRqWorkersList, index$1_getRqWorkersStatsRetrieve as getRqWorkersStatsRetrieve, index$1_getSupportTicketsList as getSupportTicketsList, index$1_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index$1_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index$1_getSupportTicketsRetrieve as getSupportTicketsRetrieve, 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 };
|
|
17483
18040
|
}
|
|
17484
18041
|
|
|
17485
18042
|
/**
|
|
@@ -18675,6 +19232,86 @@ declare function useCreateAccountsOtpRequestCreate(): (data: OTPRequestRequest,
|
|
|
18675
19232
|
*/
|
|
18676
19233
|
declare function useCreateAccountsOtpVerifyCreate(): (data: OTPVerifyRequest, client?: API) => Promise<OTPVerifyResponse>;
|
|
18677
19234
|
|
|
19235
|
+
/**
|
|
19236
|
+
* SWR Hooks for Db
|
|
19237
|
+
*
|
|
19238
|
+
* React hooks powered by SWR for data fetching with automatic caching,
|
|
19239
|
+
* revalidation, and optimistic updates.
|
|
19240
|
+
*
|
|
19241
|
+
* Usage:
|
|
19242
|
+
* ```typescript
|
|
19243
|
+
* // Query hooks (GET)
|
|
19244
|
+
* const { data, error, isLoading } = useUsers({ page: 1 })
|
|
19245
|
+
*
|
|
19246
|
+
* // Mutation hooks (POST/PUT/PATCH/DELETE)
|
|
19247
|
+
* const createUser = useCreateUser()
|
|
19248
|
+
* await createUser({ name: 'John', email: 'john@example.com' })
|
|
19249
|
+
* ```
|
|
19250
|
+
*/
|
|
19251
|
+
|
|
19252
|
+
/**
|
|
19253
|
+
* API operation
|
|
19254
|
+
*
|
|
19255
|
+
* @method GET
|
|
19256
|
+
* @path /cfg/db/backups/
|
|
19257
|
+
*/
|
|
19258
|
+
declare function useDbBackupsList(params?: {
|
|
19259
|
+
page?: number;
|
|
19260
|
+
page_size?: number;
|
|
19261
|
+
}, client?: API): ReturnType<typeof useSWR<PaginatedBackupRecordListList>>;
|
|
19262
|
+
/**
|
|
19263
|
+
* API operation
|
|
19264
|
+
*
|
|
19265
|
+
* @method GET
|
|
19266
|
+
* @path /cfg/db/backups/{id}/
|
|
19267
|
+
*/
|
|
19268
|
+
declare function useDbBackupsRetrieve(id: string, client?: API): ReturnType<typeof useSWR<BackupRecord>>;
|
|
19269
|
+
/**
|
|
19270
|
+
* API operation
|
|
19271
|
+
*
|
|
19272
|
+
* @method POST
|
|
19273
|
+
* @path /cfg/db/backups/{id}/restore/
|
|
19274
|
+
*/
|
|
19275
|
+
declare function useCreateDbBackupsRestoreCreate(): (id: string, client?: API) => Promise<BackupRecord>;
|
|
19276
|
+
/**
|
|
19277
|
+
* API operation
|
|
19278
|
+
*
|
|
19279
|
+
* @method POST
|
|
19280
|
+
* @path /cfg/db/backups/cleanup/
|
|
19281
|
+
*/
|
|
19282
|
+
declare function useCreateDbBackupsCleanupCreate(): (client?: API) => Promise<BackupRecord>;
|
|
19283
|
+
/**
|
|
19284
|
+
* API operation
|
|
19285
|
+
*
|
|
19286
|
+
* @method POST
|
|
19287
|
+
* @path /cfg/db/backups/create_backup/
|
|
19288
|
+
*/
|
|
19289
|
+
declare function useCreateDbBackupsCreateBackupCreate(): (client?: API) => Promise<BackupRecord>;
|
|
19290
|
+
/**
|
|
19291
|
+
* API operation
|
|
19292
|
+
*
|
|
19293
|
+
* @method GET
|
|
19294
|
+
* @path /cfg/db/backups/databases/
|
|
19295
|
+
*/
|
|
19296
|
+
declare function useDbBackupsDatabasesRetrieve(client?: API): ReturnType<typeof useSWR<BackupRecord>>;
|
|
19297
|
+
/**
|
|
19298
|
+
* API operation
|
|
19299
|
+
*
|
|
19300
|
+
* @method GET
|
|
19301
|
+
* @path /cfg/db/restores/
|
|
19302
|
+
*/
|
|
19303
|
+
declare function useDbRestoresList(params?: {
|
|
19304
|
+
page?: number;
|
|
19305
|
+
page_size?: number;
|
|
19306
|
+
}, client?: API): ReturnType<typeof useSWR<PaginatedRestoreRecordList>>;
|
|
19307
|
+
/**
|
|
19308
|
+
* API operation
|
|
19309
|
+
*
|
|
19310
|
+
* @method GET
|
|
19311
|
+
* @path /cfg/db/restores/{id}/
|
|
19312
|
+
*/
|
|
19313
|
+
declare function useDbRestoresRetrieve(id: string, client?: API): ReturnType<typeof useSWR<RestoreRecord>>;
|
|
19314
|
+
|
|
18678
19315
|
/**
|
|
18679
19316
|
* SWR Hooks for Endpoints
|
|
18680
19317
|
*
|
|
@@ -19881,6 +20518,9 @@ declare const index_useCreateCentrifugoTestingPublishTestCreate: typeof useCreat
|
|
|
19881
20518
|
declare const index_useCreateCentrifugoTestingPublishWithLoggingCreate: typeof useCreateCentrifugoTestingPublishWithLoggingCreate;
|
|
19882
20519
|
declare const index_useCreateCentrifugoTestingSendAckCreate: typeof useCreateCentrifugoTestingSendAckCreate;
|
|
19883
20520
|
declare const index_useCreateDashboardApiCommandsExecuteCreate: typeof useCreateDashboardApiCommandsExecuteCreate;
|
|
20521
|
+
declare const index_useCreateDbBackupsCleanupCreate: typeof useCreateDbBackupsCleanupCreate;
|
|
20522
|
+
declare const index_useCreateDbBackupsCreateBackupCreate: typeof useCreateDbBackupsCreateBackupCreate;
|
|
20523
|
+
declare const index_useCreateDbBackupsRestoreCreate: typeof useCreateDbBackupsRestoreCreate;
|
|
19884
20524
|
declare const index_useCreateGrpcProtoFilesGenerateCreate: typeof useCreateGrpcProtoFilesGenerateCreate;
|
|
19885
20525
|
declare const index_useCreateGrpcTestCallCreate: typeof useCreateGrpcTestCallCreate;
|
|
19886
20526
|
declare const index_useCreateKnowbaseAdminChatCreate: typeof useCreateKnowbaseAdminChatCreate;
|
|
@@ -19936,6 +20576,11 @@ declare const index_useDashboardApiSystemHealthRetrieve: typeof useDashboardApiS
|
|
|
19936
20576
|
declare const index_useDashboardApiSystemMetricsRetrieve: typeof useDashboardApiSystemMetricsRetrieve;
|
|
19937
20577
|
declare const index_useDashboardApiZonesList: typeof useDashboardApiZonesList;
|
|
19938
20578
|
declare const index_useDashboardApiZonesSummaryRetrieve: typeof useDashboardApiZonesSummaryRetrieve;
|
|
20579
|
+
declare const index_useDbBackupsDatabasesRetrieve: typeof useDbBackupsDatabasesRetrieve;
|
|
20580
|
+
declare const index_useDbBackupsList: typeof useDbBackupsList;
|
|
20581
|
+
declare const index_useDbBackupsRetrieve: typeof useDbBackupsRetrieve;
|
|
20582
|
+
declare const index_useDbRestoresList: typeof useDbRestoresList;
|
|
20583
|
+
declare const index_useDbRestoresRetrieve: typeof useDbRestoresRetrieve;
|
|
19939
20584
|
declare const index_useDeleteKnowbaseAdminChatDestroy: typeof useDeleteKnowbaseAdminChatDestroy;
|
|
19940
20585
|
declare const index_useDeleteKnowbaseAdminDocumentsDestroy: typeof useDeleteKnowbaseAdminDocumentsDestroy;
|
|
19941
20586
|
declare const index_useDeleteKnowbaseAdminSessionsDestroy: typeof useDeleteKnowbaseAdminSessionsDestroy;
|
|
@@ -20068,7 +20713,7 @@ declare const index_useUpdateNewsletterUnsubscribeUpdate: typeof useUpdateNewsle
|
|
|
20068
20713
|
declare const index_useUpdateSupportTicketsMessagesUpdate: typeof useUpdateSupportTicketsMessagesUpdate;
|
|
20069
20714
|
declare const index_useUpdateSupportTicketsUpdate: typeof useUpdateSupportTicketsUpdate;
|
|
20070
20715
|
declare namespace index {
|
|
20071
|
-
export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoAuthTokenRetrieve as useCentrifugoAuthTokenRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesList as useCentrifugoMonitorPublishesList, 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_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, index_useCreateGrpcProtoFilesGenerateCreate as useCreateGrpcProtoFilesGenerateCreate, index_useCreateGrpcTestCallCreate as useCreateGrpcTestCallCreate, 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_useCreateRqJobsCancelCreate as useCreateRqJobsCancelCreate, index_useCreateRqJobsRegistriesFailedClearCreate as useCreateRqJobsRegistriesFailedClearCreate, index_useCreateRqJobsRegistriesFailedRequeueAllCreate as useCreateRqJobsRegistriesFailedRequeueAllCreate, index_useCreateRqJobsRegistriesFinishedClearCreate as useCreateRqJobsRegistriesFinishedClearCreate, index_useCreateRqJobsRequeueCreate as useCreateRqJobsRequeueCreate, index_useCreateRqQueuesEmptyCreate as useCreateRqQueuesEmptyCreate, index_useCreateRqSchedulesCreate as useCreateRqSchedulesCreate, index_useCreateRqTestingRunDemoCreate as useCreateRqTestingRunDemoCreate, index_useCreateRqTestingScheduleDemoCreate as useCreateRqTestingScheduleDemoCreate, index_useCreateRqTestingStressTestCreate as useCreateRqTestingStressTestCreate, 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_useDashboardApiConfigConfigRetrieve as useDashboardApiConfigConfigRetrieve, 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_useDeleteRqJobsDestroy as useDeleteRqJobsDestroy, index_useDeleteRqSchedulesDestroy as useDeleteRqSchedulesDestroy, index_useDeleteRqTestingCleanupDestroy as useDeleteRqTestingCleanupDestroy, index_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, index_useGrpcApiKeysList as useGrpcApiKeysList, index_useGrpcApiKeysRetrieve as useGrpcApiKeysRetrieve, index_useGrpcApiKeysStatsRetrieve as useGrpcApiKeysStatsRetrieve, index_useGrpcChartsDashboardRetrieve as useGrpcChartsDashboardRetrieve, index_useGrpcChartsErrorDistributionRetrieve as useGrpcChartsErrorDistributionRetrieve, index_useGrpcChartsRequestVolumeRetrieve as useGrpcChartsRequestVolumeRetrieve, index_useGrpcChartsResponseTimeRetrieve as useGrpcChartsResponseTimeRetrieve, index_useGrpcChartsServerLifecycleRetrieve as useGrpcChartsServerLifecycleRetrieve, index_useGrpcChartsServerUptimeRetrieve as useGrpcChartsServerUptimeRetrieve, index_useGrpcChartsServiceActivityRetrieve as useGrpcChartsServiceActivityRetrieve, index_useGrpcConfigConfigRetrieve as useGrpcConfigConfigRetrieve, index_useGrpcConfigServerInfoRetrieve as useGrpcConfigServerInfoRetrieve, index_useGrpcMonitorHealthRetrieve as useGrpcMonitorHealthRetrieve, index_useGrpcMonitorMethodsRetrieve as useGrpcMonitorMethodsRetrieve, index_useGrpcMonitorOverviewRetrieve as useGrpcMonitorOverviewRetrieve, index_useGrpcMonitorRequestsList as useGrpcMonitorRequestsList, index_useGrpcMonitorTimelineRetrieve as useGrpcMonitorTimelineRetrieve, index_useGrpcProtoFilesDownloadAllRetrieve as useGrpcProtoFilesDownloadAllRetrieve, index_useGrpcProtoFilesList as useGrpcProtoFilesList, index_useGrpcProtoFilesRetrieve as useGrpcProtoFilesRetrieve, index_useGrpcServicesList as useGrpcServicesList, index_useGrpcServicesMethodsRetrieve as useGrpcServicesMethodsRetrieve, index_useGrpcServicesRetrieve as useGrpcServicesRetrieve, index_useGrpcTestExamplesRetrieve as useGrpcTestExamplesRetrieve, index_useGrpcTestLogsList as useGrpcTestLogsList, 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_useRqJobsList as useRqJobsList, index_useRqJobsRegistriesDeferredList as useRqJobsRegistriesDeferredList, index_useRqJobsRegistriesFailedList as useRqJobsRegistriesFailedList, index_useRqJobsRegistriesFinishedList as useRqJobsRegistriesFinishedList, index_useRqJobsRegistriesStartedList as useRqJobsRegistriesStartedList, index_useRqJobsRetrieve as useRqJobsRetrieve, index_useRqMonitorConfigRetrieve as useRqMonitorConfigRetrieve, index_useRqMonitorHealthRetrieve as useRqMonitorHealthRetrieve, index_useRqMonitorMetricsRetrieve as useRqMonitorMetricsRetrieve, index_useRqQueuesJobsRetrieve as useRqQueuesJobsRetrieve, index_useRqQueuesList as useRqQueuesList, index_useRqQueuesRetrieve as useRqQueuesRetrieve, index_useRqSchedulesList as useRqSchedulesList, index_useRqSchedulesRetrieve as useRqSchedulesRetrieve, index_useRqTestingList as useRqTestingList, index_useRqTestingResultsRetrieve as useRqTestingResultsRetrieve, index_useRqWorkersList as useRqWorkersList, index_useRqWorkersStatsRetrieve as useRqWorkersStatsRetrieve, index_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, 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 };
|
|
20716
|
+
export { index_useAccountsProfileRetrieve as useAccountsProfileRetrieve, index_useCentrifugoAuthTokenRetrieve as useCentrifugoAuthTokenRetrieve, index_useCentrifugoMonitorChannelsRetrieve as useCentrifugoMonitorChannelsRetrieve, index_useCentrifugoMonitorHealthRetrieve as useCentrifugoMonitorHealthRetrieve, index_useCentrifugoMonitorOverviewRetrieve as useCentrifugoMonitorOverviewRetrieve, index_useCentrifugoMonitorPublishesList as useCentrifugoMonitorPublishesList, 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_useCreateCentrifugoTestingPublishTestCreate as useCreateCentrifugoTestingPublishTestCreate, index_useCreateCentrifugoTestingPublishWithLoggingCreate as useCreateCentrifugoTestingPublishWithLoggingCreate, index_useCreateCentrifugoTestingSendAckCreate as useCreateCentrifugoTestingSendAckCreate, index_useCreateDashboardApiCommandsExecuteCreate as useCreateDashboardApiCommandsExecuteCreate, index_useCreateDbBackupsCleanupCreate as useCreateDbBackupsCleanupCreate, index_useCreateDbBackupsCreateBackupCreate as useCreateDbBackupsCreateBackupCreate, index_useCreateDbBackupsRestoreCreate as useCreateDbBackupsRestoreCreate, index_useCreateGrpcProtoFilesGenerateCreate as useCreateGrpcProtoFilesGenerateCreate, index_useCreateGrpcTestCallCreate as useCreateGrpcTestCallCreate, 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_useCreateRqJobsCancelCreate as useCreateRqJobsCancelCreate, index_useCreateRqJobsRegistriesFailedClearCreate as useCreateRqJobsRegistriesFailedClearCreate, index_useCreateRqJobsRegistriesFailedRequeueAllCreate as useCreateRqJobsRegistriesFailedRequeueAllCreate, index_useCreateRqJobsRegistriesFinishedClearCreate as useCreateRqJobsRegistriesFinishedClearCreate, index_useCreateRqJobsRequeueCreate as useCreateRqJobsRequeueCreate, index_useCreateRqQueuesEmptyCreate as useCreateRqQueuesEmptyCreate, index_useCreateRqSchedulesCreate as useCreateRqSchedulesCreate, index_useCreateRqTestingRunDemoCreate as useCreateRqTestingRunDemoCreate, index_useCreateRqTestingScheduleDemoCreate as useCreateRqTestingScheduleDemoCreate, index_useCreateRqTestingStressTestCreate as useCreateRqTestingStressTestCreate, 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_useDashboardApiConfigConfigRetrieve as useDashboardApiConfigConfigRetrieve, 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_useDbBackupsDatabasesRetrieve as useDbBackupsDatabasesRetrieve, index_useDbBackupsList as useDbBackupsList, index_useDbBackupsRetrieve as useDbBackupsRetrieve, index_useDbRestoresList as useDbRestoresList, index_useDbRestoresRetrieve as useDbRestoresRetrieve, 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_useDeleteRqJobsDestroy as useDeleteRqJobsDestroy, index_useDeleteRqSchedulesDestroy as useDeleteRqSchedulesDestroy, index_useDeleteRqTestingCleanupDestroy as useDeleteRqTestingCleanupDestroy, index_useDeleteSupportTicketsDestroy as useDeleteSupportTicketsDestroy, index_useDeleteSupportTicketsMessagesDestroy as useDeleteSupportTicketsMessagesDestroy, index_useEndpointsDrfRetrieve as useEndpointsDrfRetrieve, index_useEndpointsUrlsCompactRetrieve as useEndpointsUrlsCompactRetrieve, index_useEndpointsUrlsRetrieve as useEndpointsUrlsRetrieve, index_useGrpcApiKeysList as useGrpcApiKeysList, index_useGrpcApiKeysRetrieve as useGrpcApiKeysRetrieve, index_useGrpcApiKeysStatsRetrieve as useGrpcApiKeysStatsRetrieve, index_useGrpcChartsDashboardRetrieve as useGrpcChartsDashboardRetrieve, index_useGrpcChartsErrorDistributionRetrieve as useGrpcChartsErrorDistributionRetrieve, index_useGrpcChartsRequestVolumeRetrieve as useGrpcChartsRequestVolumeRetrieve, index_useGrpcChartsResponseTimeRetrieve as useGrpcChartsResponseTimeRetrieve, index_useGrpcChartsServerLifecycleRetrieve as useGrpcChartsServerLifecycleRetrieve, index_useGrpcChartsServerUptimeRetrieve as useGrpcChartsServerUptimeRetrieve, index_useGrpcChartsServiceActivityRetrieve as useGrpcChartsServiceActivityRetrieve, index_useGrpcConfigConfigRetrieve as useGrpcConfigConfigRetrieve, index_useGrpcConfigServerInfoRetrieve as useGrpcConfigServerInfoRetrieve, index_useGrpcMonitorHealthRetrieve as useGrpcMonitorHealthRetrieve, index_useGrpcMonitorMethodsRetrieve as useGrpcMonitorMethodsRetrieve, index_useGrpcMonitorOverviewRetrieve as useGrpcMonitorOverviewRetrieve, index_useGrpcMonitorRequestsList as useGrpcMonitorRequestsList, index_useGrpcMonitorTimelineRetrieve as useGrpcMonitorTimelineRetrieve, index_useGrpcProtoFilesDownloadAllRetrieve as useGrpcProtoFilesDownloadAllRetrieve, index_useGrpcProtoFilesList as useGrpcProtoFilesList, index_useGrpcProtoFilesRetrieve as useGrpcProtoFilesRetrieve, index_useGrpcServicesList as useGrpcServicesList, index_useGrpcServicesMethodsRetrieve as useGrpcServicesMethodsRetrieve, index_useGrpcServicesRetrieve as useGrpcServicesRetrieve, index_useGrpcTestExamplesRetrieve as useGrpcTestExamplesRetrieve, index_useGrpcTestLogsList as useGrpcTestLogsList, 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_useRqJobsList as useRqJobsList, index_useRqJobsRegistriesDeferredList as useRqJobsRegistriesDeferredList, index_useRqJobsRegistriesFailedList as useRqJobsRegistriesFailedList, index_useRqJobsRegistriesFinishedList as useRqJobsRegistriesFinishedList, index_useRqJobsRegistriesStartedList as useRqJobsRegistriesStartedList, index_useRqJobsRetrieve as useRqJobsRetrieve, index_useRqMonitorConfigRetrieve as useRqMonitorConfigRetrieve, index_useRqMonitorHealthRetrieve as useRqMonitorHealthRetrieve, index_useRqMonitorMetricsRetrieve as useRqMonitorMetricsRetrieve, index_useRqQueuesJobsRetrieve as useRqQueuesJobsRetrieve, index_useRqQueuesList as useRqQueuesList, index_useRqQueuesRetrieve as useRqQueuesRetrieve, index_useRqSchedulesList as useRqSchedulesList, index_useRqSchedulesRetrieve as useRqSchedulesRetrieve, index_useRqTestingList as useRqTestingList, index_useRqTestingResultsRetrieve as useRqTestingResultsRetrieve, index_useRqWorkersList as useRqWorkersList, index_useRqWorkersStatsRetrieve as useRqWorkersStatsRetrieve, index_useSupportTicketsList as useSupportTicketsList, index_useSupportTicketsMessagesList as useSupportTicketsMessagesList, index_useSupportTicketsMessagesRetrieve as useSupportTicketsMessagesRetrieve, index_useSupportTicketsRetrieve as useSupportTicketsRetrieve, 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 };
|
|
20072
20717
|
}
|
|
20073
20718
|
|
|
20074
20719
|
/**
|
|
@@ -20209,6 +20854,7 @@ declare class API {
|
|
|
20209
20854
|
cfg_testing: CfgTesting;
|
|
20210
20855
|
cfg_user_profile: CfgUserProfile;
|
|
20211
20856
|
cfg_accounts: CfgAccounts;
|
|
20857
|
+
cfg_db: CfgDb;
|
|
20212
20858
|
cfg_endpoints: CfgEndpoints;
|
|
20213
20859
|
cfg_grpc_api_keys: CfgGrpcApiKeys;
|
|
20214
20860
|
cfg_grpc_charts: CfgGrpcCharts;
|
|
@@ -20506,4 +21152,4 @@ declare function KnowbaseSessionsProvider({ children }: {
|
|
|
20506
21152
|
}): react_jsx_runtime.JSX.Element;
|
|
20507
21153
|
declare function useKnowbaseSessionsContext(): KnowbaseSessionsContextValue;
|
|
20508
21154
|
|
|
20509
|
-
export { API, APIClient, APIError, APILogger, type APIOptions, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$e as CfgAccountsTypes, models$G as CfgAuthTypes, models$F as CfgBulkEmailTypes, models$E as CfgCampaignsTypes, models$D as CfgCentrifugoAdminApiTypes, models$C as CfgCentrifugoAuthTypes, models$B as CfgCentrifugoMonitoringTypes, models$A as CfgCentrifugoTestingTypes, models$y as CfgDashboardActivityTypes, models$z as CfgDashboardApiZonesTypes, models$x as CfgDashboardChartsTypes, models$w as CfgDashboardCommandsTypes, models$v as CfgDashboardConfigTypes, models$u as CfgDashboardOverviewTypes, models$t as CfgDashboardStatisticsTypes, models$s as CfgDashboardSystemTypes, models$d as CfgEndpointsTypes, models$c as CfgGrpcApiKeysTypes, models$b as CfgGrpcChartsTypes, models$a as CfgGrpcConfigurationTypes, models$9 as CfgGrpcMonitoringTypes, models$8 as CfgGrpcProtoFilesTypes, models$7 as CfgGrpcServicesTypes, models$6 as CfgGrpcTestingTypes, models$5 as CfgHealthTypes, models$4 as CfgKnowbaseTypes, models$r as CfgLeadSubmissionTypes, models$3 as CfgLeadsTypes, models$q as CfgLogsTypes, models$2 as CfgNewsletterTypes, models$p as CfgNewslettersTypes, models$1 as CfgPaymentsTypes, models$o as CfgRqJobsTypes, models$n as CfgRqMonitoringTypes, models$m as CfgRqQueuesTypes, models$l as CfgRqRegistriesTypes, models$k as CfgRqSchedulesTypes, models$j as CfgRqTestingTypes, models$i as CfgRqWorkersTypes, models$h as CfgSubscriptionsTypes, models as CfgSupportTypes, models$g as CfgTestingTypes, models$f 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 LeadSubmission, type LeadSubmissionRequest, type LeadsContextValue, LeadsProvider, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterCampaign, type NewsletterCampaignRequest, type NewsletterContextValue, NewsletterProvider, type NewsletterSubscription, type OTPRequestRequest, type OTPRequestResponse, type OTPVerifyRequest, type OTPVerifyResponse, type OverviewContextValue, type PaginatedPaymentListList as OverviewPaginatedPaymentListList, type PaymentList as OverviewPaymentList, OverviewProvider, type PaginatedLeadSubmissionList, type PaginatedNewsletterCampaignList, type PaginatedNewsletterSubscriptionList, type PaginatedPaymentListList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedLeadSubmissionRequest, type PatchedMessageRequest, type PatchedNewsletterCampaignRequest, 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 SendCampaignRequest, type SendCampaignResponse, type StorageAdapter, type SubscribeRequest, type SubscribeResponse, type SuccessResponse, type SupportContextValue, SupportProvider, TOKEN_KEY, type Ticket, type TicketRequest, type TokenRefresh, type UnsubscribeRequest, type User, type UserProfileUpdateRequest, type ValidationErrorDetail, type ValidationErrorEvent, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createGrpcProtoFilesGenerateCreate, createGrpcTestCallCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createRqJobsCancelCreate, createRqJobsRegistriesFailedClearCreate, createRqJobsRegistriesFailedRequeueAllCreate, createRqJobsRegistriesFinishedClearCreate, createRqJobsRequeueCreate, createRqQueuesEmptyCreate, createRqSchedulesCreate, createRqTestingRunDemoCreate, createRqTestingScheduleDemoCreate, createRqTestingStressTestCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteRqJobsDestroy, deleteRqSchedulesDestroy, deleteRqTestingCleanupDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, dispatchValidationError, formatZodError, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoAuthTokenRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesList, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiConfigConfigRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getGrpcApiKeysList, getGrpcApiKeysRetrieve, getGrpcApiKeysStatsRetrieve, getGrpcChartsDashboardRetrieve, getGrpcChartsErrorDistributionRetrieve, getGrpcChartsRequestVolumeRetrieve, getGrpcChartsResponseTimeRetrieve, getGrpcChartsServerLifecycleRetrieve, getGrpcChartsServerUptimeRetrieve, getGrpcChartsServiceActivityRetrieve, getGrpcConfigConfigRetrieve, getGrpcConfigServerInfoRetrieve, getGrpcMonitorHealthRetrieve, getGrpcMonitorMethodsRetrieve, getGrpcMonitorOverviewRetrieve, getGrpcMonitorRequestsList, getGrpcMonitorTimelineRetrieve, getGrpcProtoFilesDownloadAllRetrieve, getGrpcProtoFilesList, getGrpcProtoFilesRetrieve, getGrpcServicesList, getGrpcServicesMethodsRetrieve, getGrpcServicesRetrieve, getGrpcTestExamplesRetrieve, getGrpcTestLogsList, 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, getRqJobsList, getRqJobsRegistriesDeferredList, getRqJobsRegistriesFailedList, getRqJobsRegistriesFinishedList, getRqJobsRegistriesStartedList, getRqJobsRetrieve, getRqMonitorConfigRetrieve, getRqMonitorHealthRetrieve, getRqMonitorMetricsRetrieve, getRqQueuesJobsRetrieve, getRqQueuesList, getRqQueuesRetrieve, getRqSchedulesList, getRqSchedulesRetrieve, getRqTestingList, getRqTestingResultsRetrieve, getRqWorkersList, getRqWorkersStatsRetrieve, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, isAPIConfigured, onValidationError, 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, useApiKeysContext, useBalancesContext, useCreateAccountsOtpRequestCreate, useCreateAccountsOtpVerifyCreate, useCreateAccountsProfileAvatarCreate, useCreateAccountsTokenRefreshCreate, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePartialUpdateAccountsProfilePartialUpdate, usePaymentsContext, useRootPaymentsContext, useSupportContext, useUpdateAccountsProfileUpdateUpdate, withRetry };
|
|
21155
|
+
export { API, APIClient, APIError, APILogger, type APIOptions, type ApiKeysContextValue, ApiKeysProvider, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, type BalancesContextValue, BalancesProvider, models$f as CfgAccountsTypes, models$H as CfgAuthTypes, models$G as CfgBulkEmailTypes, models$F as CfgCampaignsTypes, models$E as CfgCentrifugoAdminApiTypes, models$D as CfgCentrifugoAuthTypes, models$C as CfgCentrifugoMonitoringTypes, models$B as CfgCentrifugoTestingTypes, models$z as CfgDashboardActivityTypes, models$A as CfgDashboardApiZonesTypes, models$y as CfgDashboardChartsTypes, models$x as CfgDashboardCommandsTypes, models$w as CfgDashboardConfigTypes, models$v as CfgDashboardOverviewTypes, models$u as CfgDashboardStatisticsTypes, models$t as CfgDashboardSystemTypes, models$e as CfgDbTypes, models$d as CfgEndpointsTypes, models$c as CfgGrpcApiKeysTypes, models$b as CfgGrpcChartsTypes, models$a as CfgGrpcConfigurationTypes, models$9 as CfgGrpcMonitoringTypes, models$8 as CfgGrpcProtoFilesTypes, models$7 as CfgGrpcServicesTypes, models$6 as CfgGrpcTestingTypes, models$5 as CfgHealthTypes, models$4 as CfgKnowbaseTypes, models$s as CfgLeadSubmissionTypes, models$3 as CfgLeadsTypes, models$r as CfgLogsTypes, models$2 as CfgNewsletterTypes, models$q as CfgNewslettersTypes, models$1 as CfgPaymentsTypes, models$p as CfgRqJobsTypes, models$o as CfgRqMonitoringTypes, models$n as CfgRqQueuesTypes, models$m as CfgRqRegistriesTypes, models$l as CfgRqSchedulesTypes, models$k as CfgRqTestingTypes, models$j as CfgRqWorkersTypes, models$i as CfgSubscriptionsTypes, models as CfgSupportTypes, models$h as CfgTestingTypes, models$g 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 LeadSubmission, type LeadSubmissionRequest, type LeadsContextValue, LeadsProvider, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, NetworkError, type NewsletterCampaign, type NewsletterCampaignRequest, type NewsletterContextValue, NewsletterProvider, type NewsletterSubscription, type OTPRequestRequest, type OTPRequestResponse, type OTPVerifyRequest, type OTPVerifyResponse, type OverviewContextValue, type PaginatedPaymentListList as OverviewPaginatedPaymentListList, type PaymentList as OverviewPaymentList, OverviewProvider, type PaginatedLeadSubmissionList, type PaginatedNewsletterCampaignList, type PaginatedNewsletterSubscriptionList, type PaginatedPaymentListList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedLeadSubmissionRequest, type PatchedMessageRequest, type PatchedNewsletterCampaignRequest, 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 SendCampaignRequest, type SendCampaignResponse, type StorageAdapter, type SubscribeRequest, type SubscribeResponse, type SuccessResponse, type SupportContextValue, SupportProvider, TOKEN_KEY, type Ticket, type TicketRequest, type TokenRefresh, type UnsubscribeRequest, type User, type UserProfileUpdateRequest, type ValidationErrorDetail, type ValidationErrorEvent, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createCentrifugoServerAuthTokenCreate, createCentrifugoServerChannelsCreate, createCentrifugoServerHistoryCreate, createCentrifugoServerInfoCreate, createCentrifugoServerPresenceCreate, createCentrifugoServerPresenceStatsCreate, createCentrifugoTestingPublishTestCreate, createCentrifugoTestingPublishWithLoggingCreate, createCentrifugoTestingSendAckCreate, createDashboardApiCommandsExecuteCreate, createDbBackupsCleanupCreate, createDbBackupsCreateBackupCreate, createDbBackupsRestoreCreate, createGrpcProtoFilesGenerateCreate, createGrpcTestCallCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsPaymentsConfirmCreate, createPaymentsPaymentsCreateCreate, createRqJobsCancelCreate, createRqJobsRegistriesFailedClearCreate, createRqJobsRegistriesFailedRequeueAllCreate, createRqJobsRegistriesFinishedClearCreate, createRqJobsRequeueCreate, createRqQueuesEmptyCreate, createRqSchedulesCreate, createRqTestingRunDemoCreate, createRqTestingScheduleDemoCreate, createRqTestingStressTestCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deleteRqJobsDestroy, deleteRqSchedulesDestroy, deleteRqTestingCleanupDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, dispatchValidationError, formatZodError, getAPIInstance, getAccountsProfileRetrieve, getCentrifugoAuthTokenRetrieve, getCentrifugoMonitorChannelsRetrieve, getCentrifugoMonitorHealthRetrieve, getCentrifugoMonitorOverviewRetrieve, getCentrifugoMonitorPublishesList, getCentrifugoMonitorTimelineRetrieve, getDashboardApiActivityActionsList, getDashboardApiActivityRecentList, getDashboardApiChartsActivityRetrieve, getDashboardApiChartsRecentUsersList, getDashboardApiChartsRegistrationsRetrieve, getDashboardApiChartsTrackerList, getDashboardApiCommandsHelpRetrieve, getDashboardApiCommandsList, getDashboardApiCommandsSummaryRetrieve, getDashboardApiConfigConfigRetrieve, getDashboardApiOverviewOverviewRetrieve, getDashboardApiStatisticsAppsList, getDashboardApiStatisticsCardsList, getDashboardApiStatisticsUsersRetrieve, getDashboardApiSystemHealthRetrieve, getDashboardApiSystemMetricsRetrieve, getDashboardApiZonesList, getDashboardApiZonesSummaryRetrieve, getDbBackupsDatabasesRetrieve, getDbBackupsList, getDbBackupsRetrieve, getDbRestoresList, getDbRestoresRetrieve, getEndpointsDrfRetrieve, getEndpointsUrlsCompactRetrieve, getEndpointsUrlsRetrieve, getGrpcApiKeysList, getGrpcApiKeysRetrieve, getGrpcApiKeysStatsRetrieve, getGrpcChartsDashboardRetrieve, getGrpcChartsErrorDistributionRetrieve, getGrpcChartsRequestVolumeRetrieve, getGrpcChartsResponseTimeRetrieve, getGrpcChartsServerLifecycleRetrieve, getGrpcChartsServerUptimeRetrieve, getGrpcChartsServiceActivityRetrieve, getGrpcConfigConfigRetrieve, getGrpcConfigServerInfoRetrieve, getGrpcMonitorHealthRetrieve, getGrpcMonitorMethodsRetrieve, getGrpcMonitorOverviewRetrieve, getGrpcMonitorRequestsList, getGrpcMonitorTimelineRetrieve, getGrpcProtoFilesDownloadAllRetrieve, getGrpcProtoFilesList, getGrpcProtoFilesRetrieve, getGrpcServicesList, getGrpcServicesMethodsRetrieve, getGrpcServicesRetrieve, getGrpcTestExamplesRetrieve, getGrpcTestLogsList, 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, getRqJobsList, getRqJobsRegistriesDeferredList, getRqJobsRegistriesFailedList, getRqJobsRegistriesFinishedList, getRqJobsRegistriesStartedList, getRqJobsRetrieve, getRqMonitorConfigRetrieve, getRqMonitorHealthRetrieve, getRqMonitorMetricsRetrieve, getRqQueuesJobsRetrieve, getRqQueuesList, getRqQueuesRetrieve, getRqSchedulesList, getRqSchedulesRetrieve, getRqTestingList, getRqTestingResultsRetrieve, getRqWorkersList, getRqWorkersStatsRetrieve, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, isAPIConfigured, onValidationError, 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, useApiKeysContext, useBalancesContext, useCreateAccountsOtpRequestCreate, useCreateAccountsOtpVerifyCreate, useCreateAccountsProfileAvatarCreate, useCreateAccountsTokenRefreshCreate, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePartialUpdateAccountsProfilePartialUpdate, usePaymentsContext, useRootPaymentsContext, useSupportContext, useUpdateAccountsProfileUpdateUpdate, withRetry };
|