@djangocfg/api 1.2.25 → 1.2.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/dist/index.cjs +6319 -2061
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.d.cts +698 -1532
  4. package/dist/index.d.ts +698 -1532
  5. package/dist/index.mjs +6319 -2061
  6. package/dist/index.mjs.map +1 -1
  7. package/package.json +2 -2
  8. package/src/cfg/generated/_utils/fetchers/cfg__accounts.ts +59 -2
  9. package/src/cfg/generated/_utils/fetchers/cfg__accounts__auth.ts +30 -1
  10. package/src/cfg/generated/_utils/fetchers/cfg__accounts__user_profile.ts +175 -6
  11. package/src/cfg/generated/_utils/fetchers/cfg__centrifugo.ts +30 -1
  12. package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_admin_api.ts +146 -5
  13. package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_auth.ts +30 -1
  14. package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_monitoring.ts +117 -4
  15. package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_testing.ts +88 -3
  16. package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_activity.ts +1 -0
  17. package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_api_zones.ts +30 -1
  18. package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_charts.ts +59 -2
  19. package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_commands.ts +59 -2
  20. package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_config.ts +30 -1
  21. package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_overview.ts +30 -1
  22. package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_statistics.ts +30 -1
  23. package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_system.ts +59 -2
  24. package/src/cfg/generated/_utils/fetchers/cfg__endpoints.ts +59 -2
  25. package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_api_keys.ts +88 -3
  26. package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_charts.ts +204 -7
  27. package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_configuration.ts +59 -2
  28. package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_monitoring.ts +117 -4
  29. package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_proto_files.ts +30 -1
  30. package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_services.ts +88 -3
  31. package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_testing.ts +88 -3
  32. package/src/cfg/generated/_utils/fetchers/cfg__health.ts +59 -2
  33. package/src/cfg/generated/_utils/fetchers/cfg__knowbase.ts +1422 -49
  34. package/src/cfg/generated/_utils/fetchers/cfg__leads.ts +146 -5
  35. package/src/cfg/generated/_utils/fetchers/cfg__leads__lead_submission.ts +30 -1
  36. package/src/cfg/generated/_utils/fetchers/cfg__newsletter.ts +88 -3
  37. package/src/cfg/generated/_utils/fetchers/cfg__newsletter__bulk_email.ts +30 -1
  38. package/src/cfg/generated/_utils/fetchers/cfg__newsletter__campaigns.ts +146 -5
  39. package/src/cfg/generated/_utils/fetchers/cfg__newsletter__logs.ts +30 -1
  40. package/src/cfg/generated/_utils/fetchers/cfg__newsletter__newsletters.ts +59 -2
  41. package/src/cfg/generated/_utils/fetchers/cfg__newsletter__subscriptions.ts +88 -3
  42. package/src/cfg/generated/_utils/fetchers/cfg__newsletter__testing.ts +30 -1
  43. package/src/cfg/generated/_utils/fetchers/cfg__payments.ts +175 -6
  44. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_jobs.ts +146 -5
  45. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_monitoring.ts +59 -2
  46. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_queues.ts +30 -1
  47. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_registries.ts +204 -7
  48. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_schedules.ts +117 -4
  49. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_testing.ts +117 -4
  50. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_workers.ts +30 -1
  51. package/src/cfg/generated/_utils/fetchers/cfg__support.ts +291 -10
  52. package/src/cfg/generated/_utils/schemas/ApiKeyStats.schema.ts +1 -1
  53. package/src/cfg/generated/_utils/schemas/AppStatistics.schema.ts +2 -1
  54. package/src/cfg/generated/_utils/schemas/AppStatisticsData.schema.ts +21 -0
  55. package/src/cfg/generated/_utils/schemas/AxesConfig.schema.ts +35 -0
  56. package/src/cfg/generated/_utils/schemas/CentrifugoChannelsResult.schema.ts +2 -1
  57. package/src/cfg/generated/_utils/schemas/CentrifugoMetrics.schema.ts +1 -1
  58. package/src/cfg/generated/_utils/schemas/CentrifugoPresenceResult.schema.ts +2 -1
  59. package/src/cfg/generated/_utils/schemas/ConstanceConfig.schema.ts +24 -0
  60. package/src/cfg/generated/_utils/schemas/DjangoConfig.schema.ts +14 -7
  61. package/src/cfg/generated/_utils/schemas/DjangoRQConfig.schema.ts +2 -1
  62. package/src/cfg/generated/_utils/schemas/NextJSAdminConfig.schema.ts +21 -0
  63. package/src/cfg/generated/_utils/schemas/NgrokConfig.schema.ts +22 -0
  64. package/src/cfg/generated/_utils/schemas/OpenAPIClientConfig.schema.ts +26 -0
  65. package/src/cfg/generated/_utils/schemas/RQSchedule.schema.ts +26 -0
  66. package/src/cfg/generated/_utils/schemas/TelegramConfig.schema.ts +28 -0
  67. package/src/cfg/generated/_utils/schemas/index.ts +8 -0
  68. package/src/cfg/generated/cfg__accounts/models.ts +4 -4
  69. package/src/cfg/generated/cfg__accounts__user_profile/models.ts +3 -3
  70. package/src/cfg/generated/cfg__centrifugo__centrifugo_admin_api/models.ts +27 -17
  71. package/src/cfg/generated/cfg__dashboard__dashboard_api_zones/models.ts +1 -1
  72. package/src/cfg/generated/cfg__dashboard__dashboard_commands/models.ts +2 -2
  73. package/src/cfg/generated/cfg__dashboard__dashboard_config/models.ts +159 -26
  74. package/src/cfg/generated/cfg__dashboard__dashboard_overview/models.ts +18 -5
  75. package/src/cfg/generated/cfg__grpc__grpc_api_keys/models.ts +1 -1
  76. package/src/cfg/generated/cfg__grpc__grpc_charts/models.ts +5 -5
  77. package/src/cfg/generated/cfg__grpc__grpc_configuration/models.ts +4 -4
  78. package/src/cfg/generated/cfg__grpc__grpc_monitoring/models.ts +1 -1
  79. package/src/cfg/generated/cfg__grpc__grpc_services/models.ts +2 -2
  80. package/src/cfg/generated/cfg__grpc__grpc_testing/models.ts +6 -6
  81. package/src/cfg/generated/cfg__knowbase/models.ts +12 -12
  82. package/src/cfg/generated/cfg__leads__lead_submission/models.ts +1 -1
  83. package/src/cfg/generated/cfg__newsletter/models.ts +1 -1
  84. package/src/cfg/generated/cfg__newsletter__campaigns/models.ts +1 -1
  85. package/src/cfg/generated/cfg__newsletter__logs/models.ts +4 -4
  86. package/src/cfg/generated/cfg__newsletter__subscriptions/models.ts +1 -1
  87. package/src/cfg/generated/cfg__payments/models.ts +12 -12
  88. package/src/cfg/generated/cfg__rq__rq_jobs/models.ts +2 -2
  89. package/src/cfg/generated/cfg__rq__rq_monitoring/models.ts +1 -1
  90. package/src/cfg/generated/cfg__rq__rq_queues/models.ts +1 -1
  91. package/src/cfg/generated/cfg__rq__rq_schedules/models.ts +3 -3
  92. package/src/cfg/generated/cfg__rq__rq_testing/models.ts +2 -2
  93. package/src/cfg/generated/cfg__support/models.ts +2 -2
  94. package/src/cfg/generated/schema.json +340 -19
package/dist/index.d.cts CHANGED
@@ -717,7 +717,7 @@ interface NewsletterCampaign$2 {
717
717
  * `failed` - Failed */
718
718
  status: NewsletterCampaignStatus;
719
719
  created_at: string;
720
- sent_at: string | null;
720
+ sent_at?: string | null;
721
721
  recipient_count: number;
722
722
  }
723
723
  /**
@@ -811,8 +811,8 @@ interface CentrifugoChannelsRequestRequest$1 {
811
811
  * Response model (includes read-only fields).
812
812
  */
813
813
  interface CentrifugoChannelsResponse$1 {
814
- error?: Record<string, any>;
815
- result?: Record<string, any>;
814
+ error?: CentrifugoError$1;
815
+ result?: CentrifugoChannelsResult$1;
816
816
  }
817
817
  /**
818
818
  * Request to get channel history.
@@ -824,7 +824,7 @@ interface CentrifugoHistoryRequestRequest$1 {
824
824
  channel: string;
825
825
  /** Maximum number of messages to return */
826
826
  limit?: number | null;
827
- since?: Record<string, any>;
827
+ since?: CentrifugoStreamPosition$1;
828
828
  /** Reverse message order (newest first) */
829
829
  reverse?: boolean | null;
830
830
  }
@@ -834,8 +834,8 @@ interface CentrifugoHistoryRequestRequest$1 {
834
834
  * Response model (includes read-only fields).
835
835
  */
836
836
  interface CentrifugoHistoryResponse$1 {
837
- error?: Record<string, any>;
838
- result?: Record<string, any>;
837
+ error?: CentrifugoError$1;
838
+ result?: CentrifugoHistoryResult$1;
839
839
  }
840
840
  /**
841
841
  * Server info response.
@@ -843,8 +843,8 @@ interface CentrifugoHistoryResponse$1 {
843
843
  * Response model (includes read-only fields).
844
844
  */
845
845
  interface CentrifugoInfoResponse$1 {
846
- error?: Record<string, any>;
847
- result?: Record<string, any>;
846
+ error?: CentrifugoError$1;
847
+ result?: CentrifugoInfoResult$1;
848
848
  }
849
849
  /**
850
850
  * Request to get channel presence.
@@ -861,8 +861,8 @@ interface CentrifugoPresenceRequestRequest$1 {
861
861
  * Response model (includes read-only fields).
862
862
  */
863
863
  interface CentrifugoPresenceResponse$1 {
864
- error?: Record<string, any>;
865
- result?: Record<string, any>;
864
+ error?: CentrifugoError$1;
865
+ result?: CentrifugoPresenceResult$1;
866
866
  }
867
867
  /**
868
868
  * Request to get channel presence statistics.
@@ -879,8 +879,8 @@ interface CentrifugoPresenceStatsRequestRequest$1 {
879
879
  * Response model (includes read-only fields).
880
880
  */
881
881
  interface CentrifugoPresenceStatsResponse$1 {
882
- error?: Record<string, any>;
883
- result?: Record<string, any>;
882
+ error?: CentrifugoError$1;
883
+ result?: CentrifugoPresenceStatsResult$1;
884
884
  }
885
885
  /**
886
886
  * Centrifugo API error structure.
@@ -900,7 +900,7 @@ interface CentrifugoError$1 {
900
900
  */
901
901
  interface CentrifugoChannelsResult$1 {
902
902
  /** Map of channel names to channel info */
903
- channels: Record<string, any>;
903
+ channels: Record<string, CentrifugoChannelInfo$1>;
904
904
  }
905
905
  /**
906
906
  * Stream position for pagination.
@@ -942,7 +942,7 @@ interface CentrifugoInfoResult$1 {
942
942
  */
943
943
  interface CentrifugoPresenceResult$1 {
944
944
  /** Map of client IDs to client info */
945
- presence: Record<string, any>;
945
+ presence: Record<string, CentrifugoClientInfo$1>;
946
946
  }
947
947
  /**
948
948
  * Presence stats result.
@@ -955,6 +955,15 @@ interface CentrifugoPresenceStatsResult$1 {
955
955
  /** Number of unique users */
956
956
  num_users: number;
957
957
  }
958
+ /**
959
+ * Information about a single channel.
960
+ *
961
+ * Response model (includes read-only fields).
962
+ */
963
+ interface CentrifugoChannelInfo$1 {
964
+ /** Number of connected clients in channel */
965
+ num_clients: number;
966
+ }
958
967
  /**
959
968
  * Single publication (message) in channel history.
960
969
  *
@@ -963,7 +972,7 @@ interface CentrifugoPresenceStatsResult$1 {
963
972
  interface CentrifugoPublication$1 {
964
973
  /** Message payload */
965
974
  data: Record<string, any>;
966
- info?: Record<string, any>;
975
+ info?: CentrifugoClientInfo$1;
967
976
  /** Message offset in channel stream */
968
977
  offset: number;
969
978
  /** Optional message tags */
@@ -991,8 +1000,8 @@ interface CentrifugoNodeInfo$1 {
991
1000
  uptime: number;
992
1001
  /** Total number of subscriptions */
993
1002
  num_subs: number;
994
- metrics?: Record<string, any>;
995
- process?: Record<string, any>;
1003
+ metrics?: CentrifugoMetrics$1;
1004
+ process?: CentrifugoProcess$1;
996
1005
  }
997
1006
  /**
998
1007
  * Information about connected client.
@@ -1018,7 +1027,7 @@ interface CentrifugoMetrics$1 {
1018
1027
  /** Metrics collection interval */
1019
1028
  interval: number;
1020
1029
  /** Metric name to value mapping */
1021
- items: Record<string, any>;
1030
+ items: Record<string, number>;
1022
1031
  }
1023
1032
  /**
1024
1033
  * Process information.
@@ -1033,7 +1042,7 @@ interface CentrifugoProcess$1 {
1033
1042
  }
1034
1043
 
1035
1044
  declare namespace models$E {
1036
- export type { CentrifugoChannelsRequestRequest$1 as CentrifugoChannelsRequestRequest, CentrifugoChannelsResponse$1 as CentrifugoChannelsResponse, CentrifugoChannelsResult$1 as CentrifugoChannelsResult, CentrifugoClientInfo$1 as CentrifugoClientInfo, CentrifugoError$1 as CentrifugoError, CentrifugoHistoryRequestRequest$1 as CentrifugoHistoryRequestRequest, CentrifugoHistoryResponse$1 as CentrifugoHistoryResponse, CentrifugoHistoryResult$1 as CentrifugoHistoryResult, CentrifugoInfoResponse$1 as CentrifugoInfoResponse, CentrifugoInfoResult$1 as CentrifugoInfoResult, CentrifugoMetrics$1 as CentrifugoMetrics, CentrifugoNodeInfo$1 as CentrifugoNodeInfo, CentrifugoPresenceRequestRequest$1 as CentrifugoPresenceRequestRequest, CentrifugoPresenceResponse$1 as CentrifugoPresenceResponse, CentrifugoPresenceResult$1 as CentrifugoPresenceResult, CentrifugoPresenceStatsRequestRequest$1 as CentrifugoPresenceStatsRequestRequest, CentrifugoPresenceStatsResponse$1 as CentrifugoPresenceStatsResponse, CentrifugoPresenceStatsResult$1 as CentrifugoPresenceStatsResult, CentrifugoProcess$1 as CentrifugoProcess, CentrifugoPublication$1 as CentrifugoPublication, CentrifugoStreamPosition$1 as CentrifugoStreamPosition };
1045
+ 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 };
1037
1046
  }
1038
1047
 
1039
1048
  /**
@@ -1363,7 +1372,7 @@ declare class CfgCentrifugoTesting {
1363
1372
  */
1364
1373
  interface APIZonesSummary$1 {
1365
1374
  zones: Array<APIZone$1>;
1366
- summary: Record<string, any>;
1375
+ summary: Record<string, string>;
1367
1376
  }
1368
1377
  /**
1369
1378
  * OpenAPI zone/group serializer.
@@ -1504,7 +1513,7 @@ interface CommandExecuteRequestRequest$1 {
1504
1513
  /** Positional arguments for the command */
1505
1514
  args?: Array<string>;
1506
1515
  /** Named options for the command (e.g., {'verbosity': '2'}) */
1507
- options?: Record<string, any>;
1516
+ options?: Record<string, string>;
1508
1517
  }
1509
1518
  /**
1510
1519
  * Commands summary serializer.
@@ -1517,7 +1526,7 @@ interface CommandsSummary$1 {
1517
1526
  custom_commands: number;
1518
1527
  categories: Array<string>;
1519
1528
  commands: Array<Command$1>;
1520
- categorized: Record<string, any>;
1529
+ categorized: Record<string, string>;
1521
1530
  }
1522
1531
  /**
1523
1532
  * Django management command serializer. Includes security metadata from base
@@ -1587,10 +1596,10 @@ declare class CfgDashboardCommands {
1587
1596
  * Response model (includes read-only fields).
1588
1597
  */
1589
1598
  interface ConfigData$1 {
1590
- django_config: Record<string, any>;
1591
- /** Complete Django settings (sanitized) */
1592
- django_settings: Record<string, any>;
1593
- _validation: Record<string, any>;
1599
+ django_config: DjangoConfig$1;
1600
+ /** Complete Django settings (sanitized, contains mixed types) */
1601
+ django_settings: Record<string, string>;
1602
+ _validation: ConfigValidation$1;
1594
1603
  }
1595
1604
  /**
1596
1605
  * Typed serializer for user's DjangoConfig settings. Reflects the actual
@@ -1623,36 +1632,36 @@ interface DjangoConfig$1 {
1623
1632
  wsgi_application?: string | null;
1624
1633
  auth_user_model?: string | null;
1625
1634
  project_apps?: Array<string> | null;
1626
- databases?: Record<string, any> | null;
1635
+ databases?: Record<string, DatabaseConfig$1> | null;
1627
1636
  redis_url?: string | null;
1628
1637
  cache_default?: string | null;
1629
1638
  cache_sessions?: string | null;
1630
1639
  security_domains?: Array<string> | null;
1631
1640
  ssl_redirect?: boolean | null;
1632
1641
  cors_allow_headers?: Array<string> | null;
1633
- email?: Record<string, any> | null;
1634
- payments?: Record<string, any> | null;
1635
- grpc?: Record<string, any> | null;
1636
- centrifugo?: Record<string, any> | null;
1637
- django_rq?: Record<string, any> | null;
1638
- drf?: Record<string, any> | null;
1639
- spectacular?: Record<string, any> | null;
1640
- jwt?: Record<string, any> | null;
1641
- telegram?: Record<string, any> | null;
1642
- ngrok?: Record<string, any> | null;
1643
- axes?: Record<string, any> | null;
1644
- crypto_fields?: Record<string, any> | null;
1642
+ email?: EmailConfig$1 | null;
1643
+ payments?: PaymentsConfig$1 | null;
1644
+ grpc?: GRPCConfigDashboard$1 | null;
1645
+ centrifugo?: CentrifugoConfig$1 | null;
1646
+ django_rq?: DjangoRQConfig$1 | null;
1647
+ drf?: DRFConfig$1 | null;
1648
+ spectacular?: SpectacularConfig$1 | null;
1649
+ jwt?: JWTConfig$1 | null;
1650
+ telegram?: TelegramConfig$1 | null;
1651
+ ngrok?: NgrokConfig$1 | null;
1652
+ axes?: AxesConfig$1 | null;
1653
+ crypto_fields?: Record<string, string> | null;
1645
1654
  unfold?: string | null;
1646
1655
  tailwind_app_name?: string | null;
1647
1656
  tailwind_version?: number | null;
1648
- limits?: Record<string, any> | null;
1649
- api_keys?: Record<string, any> | null;
1657
+ limits?: Record<string, string> | null;
1658
+ api_keys?: Record<string, string> | null;
1650
1659
  custom_middleware?: Array<string> | null;
1651
- nextjs_admin?: Record<string, any> | null;
1660
+ nextjs_admin?: NextJSAdminConfig$1 | null;
1652
1661
  admin_emails?: Array<string> | null;
1653
- constance?: Record<string, any> | null;
1654
- openapi_client?: Record<string, any> | null;
1655
- _meta?: Record<string, any> | null;
1662
+ constance?: ConstanceConfig$1 | null;
1663
+ openapi_client?: OpenAPIClientConfig$1 | null;
1664
+ _meta?: ConfigMeta$1 | null;
1656
1665
  }
1657
1666
  /**
1658
1667
  * Validation result for config serializer.
@@ -1667,12 +1676,32 @@ interface ConfigValidation$1 {
1667
1676
  /** Fields present in serializer but not in config */
1668
1677
  extra_in_serializer: Array<string>;
1669
1678
  /** Fields with type mismatches */
1670
- type_mismatches: Array<Record<string, any>>;
1679
+ type_mismatches: Array<Record<string, string>>;
1671
1680
  /** Total fields in config */
1672
1681
  total_config_fields: number;
1673
1682
  /** Total fields in serializer */
1674
1683
  total_serializer_fields: number;
1675
1684
  }
1685
+ /**
1686
+ * Database configuration.
1687
+ *
1688
+ * Response model (includes read-only fields).
1689
+ */
1690
+ interface DatabaseConfig$1 {
1691
+ engine: string;
1692
+ name: string;
1693
+ user?: string | null;
1694
+ password?: string | null;
1695
+ host?: string | null;
1696
+ port?: number | null;
1697
+ connect_timeout?: number | null;
1698
+ sslmode?: string | null;
1699
+ options?: Record<string, string> | null;
1700
+ apps?: Array<string> | null;
1701
+ operations?: Array<string> | null;
1702
+ migrate_to?: string | null;
1703
+ routing_description?: string | null;
1704
+ }
1676
1705
  /**
1677
1706
  * Email configuration.
1678
1707
  *
@@ -1697,7 +1726,7 @@ interface EmailConfig$1 {
1697
1726
  */
1698
1727
  interface PaymentsConfig$1 {
1699
1728
  enabled?: boolean | null;
1700
- nowpayments?: Record<string, any> | null;
1729
+ nowpayments?: PaymentsNowPayments$1 | null;
1701
1730
  }
1702
1731
  /**
1703
1732
  * gRPC configuration for dashboard.
@@ -1737,7 +1766,7 @@ interface DjangoRQConfig$1 {
1737
1766
  exception_handlers?: Array<string> | null;
1738
1767
  api_token?: string | null;
1739
1768
  prometheus_enabled?: boolean | null;
1740
- schedules?: Array<Record<string, any>> | null;
1769
+ schedules?: Array<RQSchedule$1> | null;
1741
1770
  }
1742
1771
  /**
1743
1772
  * Django REST Framework configuration.
@@ -1768,6 +1797,96 @@ interface JWTConfig$1 {
1768
1797
  refresh_token_lifetime?: number | null;
1769
1798
  algorithm?: string | null;
1770
1799
  }
1800
+ /**
1801
+ * Telegram service configuration.
1802
+ *
1803
+ * Response model (includes read-only fields).
1804
+ */
1805
+ interface TelegramConfig$1 {
1806
+ bot_token?: string | null;
1807
+ chat_id?: number | null;
1808
+ parse_mode?: string | null;
1809
+ disable_notification?: boolean | null;
1810
+ disable_web_page_preview?: boolean | null;
1811
+ timeout?: number | null;
1812
+ webhook_url?: string | null;
1813
+ webhook_secret?: string | null;
1814
+ max_retries?: number | null;
1815
+ retry_delay?: number | null;
1816
+ }
1817
+ /**
1818
+ * Ngrok tunneling configuration.
1819
+ *
1820
+ * Response model (includes read-only fields).
1821
+ */
1822
+ interface NgrokConfig$1 {
1823
+ enabled?: boolean | null;
1824
+ authtoken?: string | null;
1825
+ basic_auth?: Array<string> | null;
1826
+ compression?: boolean | null;
1827
+ }
1828
+ /**
1829
+ * Django-Axes brute-force protection configuration.
1830
+ *
1831
+ * Response model (includes read-only fields).
1832
+ */
1833
+ interface AxesConfig$1 {
1834
+ enabled?: boolean | null;
1835
+ failure_limit?: number | null;
1836
+ cooloff_time?: number | null;
1837
+ lock_out_at_failure?: boolean | null;
1838
+ reset_on_success?: boolean | null;
1839
+ only_user_failures?: boolean | null;
1840
+ lockout_template?: string | null;
1841
+ lockout_url?: string | null;
1842
+ verbose?: boolean | null;
1843
+ enable_access_failure_log?: boolean | null;
1844
+ ipware_proxy_count?: number | null;
1845
+ ipware_meta_precedence_order?: Array<string> | null;
1846
+ allowed_ips?: Array<string> | null;
1847
+ denied_ips?: Array<string> | null;
1848
+ cache_name?: string | null;
1849
+ use_user_agent?: boolean | null;
1850
+ username_form_field?: string | null;
1851
+ }
1852
+ /**
1853
+ * Next.js Admin application configuration.
1854
+ *
1855
+ * Response model (includes read-only fields).
1856
+ */
1857
+ interface NextJSAdminConfig$1 {
1858
+ enabled?: boolean | null;
1859
+ url?: string | null;
1860
+ api_base_url?: string | null;
1861
+ }
1862
+ /**
1863
+ * Django-Constance dynamic settings configuration.
1864
+ *
1865
+ * Response model (includes read-only fields).
1866
+ */
1867
+ interface ConstanceConfig$1 {
1868
+ config?: Record<string, string> | null;
1869
+ config_fieldsets?: Record<string, string> | null;
1870
+ backend?: string | null;
1871
+ database_prefix?: string | null;
1872
+ database_cache_backend?: string | null;
1873
+ additional_config?: Record<string, string> | null;
1874
+ }
1875
+ /**
1876
+ * OpenAPI Client generation configuration.
1877
+ *
1878
+ * Response model (includes read-only fields).
1879
+ */
1880
+ interface OpenAPIClientConfig$1 {
1881
+ enabled?: boolean | null;
1882
+ output_dir?: string | null;
1883
+ client_name?: string | null;
1884
+ schema_url?: string | null;
1885
+ generator?: string | null;
1886
+ additional_properties?: Record<string, string> | null;
1887
+ templates?: Array<string> | null;
1888
+ global_properties?: Record<string, string> | null;
1889
+ }
1771
1890
  /**
1772
1891
  * Config metadata.
1773
1892
  *
@@ -1806,9 +1925,24 @@ interface RedisQueueConfig$1 {
1806
1925
  master_name?: string | null;
1807
1926
  socket_timeout?: number | null;
1808
1927
  }
1928
+ /**
1929
+ * Redis Queue schedule configuration.
1930
+ *
1931
+ * Response model (includes read-only fields).
1932
+ */
1933
+ interface RQSchedule$1 {
1934
+ func?: string | null;
1935
+ cron_string?: string | null;
1936
+ queue?: string | null;
1937
+ kwargs?: Record<string, string> | null;
1938
+ args?: Array<string> | null;
1939
+ meta?: Record<string, string> | null;
1940
+ repeat?: number | null;
1941
+ result_ttl?: number | null;
1942
+ }
1809
1943
 
1810
1944
  declare namespace models$w {
1811
- export type { CentrifugoConfig$1 as CentrifugoConfig, ConfigData$1 as ConfigData, ConfigMeta$1 as ConfigMeta, ConfigValidation$1 as ConfigValidation, DRFConfig$1 as DRFConfig, DjangoConfig$1 as DjangoConfig, DjangoRQConfig$1 as DjangoRQConfig, EmailConfig$1 as EmailConfig, GRPCConfigDashboard$1 as GRPCConfigDashboard, JWTConfig$1 as JWTConfig, PaymentsConfig$1 as PaymentsConfig, PaymentsNowPayments$1 as PaymentsNowPayments, RedisQueueConfig$1 as RedisQueueConfig, SpectacularConfig$1 as SpectacularConfig };
1945
+ 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 };
1812
1946
  }
1813
1947
 
1814
1948
  /**
@@ -1835,13 +1969,13 @@ declare class CfgDashboardConfig {
1835
1969
  interface DashboardOverview$1 {
1836
1970
  /** Dashboard statistics cards */
1837
1971
  stat_cards: Array<StatCard$1>;
1838
- system_health: Record<string, any>;
1972
+ system_health: SystemHealth$2;
1839
1973
  /** Quick action buttons */
1840
1974
  quick_actions: Array<QuickAction$1>;
1841
1975
  /** Recent activity entries */
1842
1976
  recent_activity: Array<ActivityEntry$1>;
1843
- system_metrics: Record<string, any>;
1844
- user_statistics: Record<string, any>;
1977
+ system_metrics: SystemMetrics$2;
1978
+ user_statistics: UserStatistics$2;
1845
1979
  /** Application statistics */
1846
1980
  app_statistics?: Array<AppStatistics$1>;
1847
1981
  /** Data timestamp (ISO format) */
@@ -1984,8 +2118,7 @@ interface UserStatistics$2 {
1984
2118
  interface AppStatistics$1 {
1985
2119
  /** Application name */
1986
2120
  app_name: string;
1987
- /** Application statistics */
1988
- statistics: Record<string, any>;
2121
+ statistics: AppStatisticsData$1;
1989
2122
  }
1990
2123
  /**
1991
2124
  * Serializer for system health status items. Maps to SystemHealthItem Pydantic
@@ -2010,9 +2143,22 @@ interface SystemHealthItem$2 {
2010
2143
  /** Health percentage (0-100) */
2011
2144
  health_percentage?: number | null;
2012
2145
  }
2146
+ /**
2147
+ * Serializer for application statistics data.
2148
+ *
2149
+ * Response model (includes read-only fields).
2150
+ */
2151
+ interface AppStatisticsData$1 {
2152
+ /** Human-readable app name */
2153
+ name: string;
2154
+ /** Total records count */
2155
+ total_records: number;
2156
+ /** Number of models */
2157
+ model_count: number;
2158
+ }
2013
2159
 
2014
2160
  declare namespace models$v {
2015
- export type { ActivityEntry$1 as ActivityEntry, AppStatistics$1 as AppStatistics, DashboardOverview$1 as DashboardOverview, QuickAction$1 as QuickAction, StatCard$1 as StatCard, SystemHealth$2 as SystemHealth, SystemHealthItem$2 as SystemHealthItem, SystemMetrics$2 as SystemMetrics, UserStatistics$2 as UserStatistics };
2161
+ export type { ActivityEntry$1 as ActivityEntry, AppStatistics$1 as AppStatistics, AppStatisticsData$1 as AppStatisticsData, DashboardOverview$1 as DashboardOverview, QuickAction$1 as QuickAction, StatCard$1 as StatCard, SystemHealth$2 as SystemHealth, SystemHealthItem$2 as SystemHealthItem, SystemMetrics$2 as SystemMetrics, UserStatistics$2 as UserStatistics };
2016
2162
  }
2017
2163
 
2018
2164
  /**
@@ -2206,7 +2352,7 @@ interface LeadSubmissionResponse$1 {
2206
2352
  interface LeadSubmissionError$1 {
2207
2353
  success: boolean;
2208
2354
  error: string;
2209
- details?: Record<string, any>;
2355
+ details?: Record<string, string>;
2210
2356
  }
2211
2357
 
2212
2358
  declare namespace models$s {
@@ -2259,9 +2405,9 @@ interface PaginatedEmailLogList$1 {
2259
2405
  */
2260
2406
  interface EmailLog$1 {
2261
2407
  id: string;
2262
- user: number | null;
2408
+ user?: number | null;
2263
2409
  user_email: string;
2264
- newsletter: number | null;
2410
+ newsletter?: number | null;
2265
2411
  newsletter_title: string;
2266
2412
  /** Comma-separated email addresses */
2267
2413
  recipient: string;
@@ -2272,8 +2418,8 @@ interface EmailLog$1 {
2272
2418
  * `failed` - Failed */
2273
2419
  status: EmailLogStatus;
2274
2420
  created_at: string;
2275
- sent_at: string | null;
2276
- error_message: string | null;
2421
+ sent_at?: string | null;
2422
+ error_message?: string | null;
2277
2423
  }
2278
2424
 
2279
2425
  declare namespace models$r {
@@ -2395,7 +2541,7 @@ interface JobDetail$1 {
2395
2541
  /** Function arguments */
2396
2542
  args?: Array<string>;
2397
2543
  /** Function keyword arguments */
2398
- kwargs?: Record<string, any>;
2544
+ kwargs?: Record<string, string>;
2399
2545
  /** Job creation time */
2400
2546
  created_at: string;
2401
2547
  /** Job enqueue time */
@@ -2421,7 +2567,7 @@ interface JobDetail$1 {
2421
2567
  /** Exception info if failed */
2422
2568
  exc_info?: string | null;
2423
2569
  /** Job metadata */
2424
- meta?: Record<string, any>;
2570
+ meta?: Record<string, string>;
2425
2571
  /** List of dependency job IDs */
2426
2572
  dependency_ids?: Array<string>;
2427
2573
  }
@@ -2533,7 +2679,7 @@ interface RQConfig$1 {
2533
2679
  /** RQ enabled status */
2534
2680
  enabled: boolean;
2535
2681
  /** Configured queues */
2536
- queues: Record<string, any>;
2682
+ queues: Record<string, string>;
2537
2683
  /** Async mode enabled */
2538
2684
  async_mode?: boolean;
2539
2685
  /** Show admin link */
@@ -2620,7 +2766,7 @@ interface QueueDetail$1 {
2620
2766
  /** Timestamp of oldest job in queue */
2621
2767
  oldest_job_timestamp?: string | null;
2622
2768
  /** Redis connection parameters */
2623
- connection_kwargs?: Record<string, any>;
2769
+ connection_kwargs?: Record<string, string>;
2624
2770
  /** Queue is in async mode */
2625
2771
  is_async?: boolean;
2626
2772
  }
@@ -2822,7 +2968,7 @@ interface ScheduleCreateRequest$1 {
2822
2968
  /** Function arguments */
2823
2969
  args?: Array<string>;
2824
2970
  /** Function keyword arguments */
2825
- kwargs?: Record<string, any>;
2971
+ kwargs?: Record<string, string>;
2826
2972
  /** Queue name to schedule job in */
2827
2973
  queue_name?: string;
2828
2974
  /** Schedule job at specific time (ISO 8601) */
@@ -2868,7 +3014,7 @@ interface ScheduledJob$1 {
2868
3014
  /** Function arguments */
2869
3015
  args?: Array<string>;
2870
3016
  /** Function keyword arguments */
2871
- kwargs?: Record<string, any>;
3017
+ kwargs?: Record<string, string>;
2872
3018
  /** Queue name */
2873
3019
  queue_name: string;
2874
3020
  /** Next scheduled time */
@@ -2888,7 +3034,7 @@ interface ScheduledJob$1 {
2888
3034
  /** Job creation time */
2889
3035
  created_at?: string | null;
2890
3036
  /** Job metadata */
2891
- meta?: Record<string, any>;
3037
+ meta?: Record<string, string>;
2892
3038
  }
2893
3039
 
2894
3040
  declare namespace models$l {
@@ -2938,7 +3084,7 @@ interface TestingActionResponse$1 {
2938
3084
  /** Number of items affected */
2939
3085
  count?: number | null;
2940
3086
  /** Additional metadata */
2941
- metadata?: Record<string, any>;
3087
+ metadata?: Record<string, string>;
2942
3088
  }
2943
3089
  /**
2944
3090
  * Serializer for running demo tasks.
@@ -2962,7 +3108,7 @@ interface RunDemoRequestRequest$1 {
2962
3108
  /** Task arguments */
2963
3109
  args?: Array<string>;
2964
3110
  /** Task keyword arguments */
2965
- kwargs?: Record<string, any>;
3111
+ kwargs?: Record<string, string>;
2966
3112
  /** Job timeout in seconds */
2967
3113
  timeout?: number | null;
2968
3114
  }
@@ -3191,7 +3337,7 @@ interface NewsletterSubscription$1 {
3191
3337
  email: string;
3192
3338
  is_active?: boolean;
3193
3339
  subscribed_at: string;
3194
- unsubscribed_at: string | null;
3340
+ unsubscribed_at?: string | null;
3195
3341
  }
3196
3342
 
3197
3343
  declare namespace models$i {
@@ -3283,16 +3429,16 @@ interface User$2 {
3283
3429
  company?: string;
3284
3430
  phone?: string;
3285
3431
  position?: string;
3286
- avatar: string | null;
3432
+ avatar?: string | null;
3287
3433
  /** Designates whether the user can log into this admin site. */
3288
3434
  is_staff: boolean;
3289
3435
  /** Designates that this user has all permissions without explicitly assigning them. */
3290
3436
  is_superuser: boolean;
3291
3437
  date_joined: string;
3292
- last_login: string | null;
3438
+ last_login?: string | null;
3293
3439
  /** Get count of unanswered messages for the user. */
3294
3440
  unanswered_messages_count: number;
3295
- centrifugo: Record<string, any> | null;
3441
+ centrifugo: CentrifugoToken$2 | null;
3296
3442
  }
3297
3443
  /**
3298
3444
  * Serializer for updating user profile.
@@ -3446,7 +3592,7 @@ interface OTPVerifyResponse$1 {
3446
3592
  refresh: string;
3447
3593
  /** JWT access token */
3448
3594
  access: string;
3449
- user: Record<string, any>;
3595
+ user: User$1;
3450
3596
  }
3451
3597
  /**
3452
3598
  * Serializer for user details.
@@ -3467,16 +3613,16 @@ interface User$1 {
3467
3613
  company?: string;
3468
3614
  phone?: string;
3469
3615
  position?: string;
3470
- avatar: string | null;
3616
+ avatar?: string | null;
3471
3617
  /** Designates whether the user can log into this admin site. */
3472
3618
  is_staff: boolean;
3473
3619
  /** Designates that this user has all permissions without explicitly assigning them. */
3474
3620
  is_superuser: boolean;
3475
3621
  date_joined: string;
3476
- last_login: string | null;
3622
+ last_login?: string | null;
3477
3623
  /** Get count of unanswered messages for the user. */
3478
3624
  unanswered_messages_count: number;
3479
- centrifugo: Record<string, any> | null;
3625
+ centrifugo: CentrifugoToken$1 | null;
3480
3626
  }
3481
3627
  /**
3482
3628
  * Nested serializer for Centrifugo WebSocket connection token.
@@ -3756,7 +3902,7 @@ interface ApiKeyStats$1 {
3756
3902
  /** Total requests across all keys */
3757
3903
  total_requests: number;
3758
3904
  /** Count of keys by type */
3759
- keys_by_type: Record<string, any>;
3905
+ keys_by_type: Record<string, number>;
3760
3906
  }
3761
3907
 
3762
3908
  declare namespace models$c {
@@ -3797,11 +3943,11 @@ declare class CfgGrpcApiKeys {
3797
3943
  * Response model (includes read-only fields).
3798
3944
  */
3799
3945
  interface DashboardCharts$1 {
3800
- server_uptime: Record<string, any>;
3801
- request_volume: Record<string, any>;
3802
- response_time: Record<string, any>;
3803
- service_activity: Record<string, any>;
3804
- error_distribution: Record<string, any>;
3946
+ server_uptime: ServerUptimeChart$1;
3947
+ request_volume: RequestVolumeChart$1;
3948
+ response_time: ResponseTimeChart$1;
3949
+ service_activity: ServiceActivityChart$1;
3950
+ error_distribution: ErrorDistributionChart$1;
3805
3951
  /** Period in hours for all charts */
3806
3952
  period_hours: number;
3807
3953
  /** When data was generated */
@@ -4064,9 +4210,9 @@ declare class CfgGrpcCharts {
4064
4210
  * Response model (includes read-only fields).
4065
4211
  */
4066
4212
  interface GRPCConfig$1 {
4067
- server: Record<string, any>;
4068
- framework: Record<string, any>;
4069
- features: Record<string, any>;
4213
+ server: GRPCServerConfig$1;
4214
+ framework: GRPCFrameworkConfig$1;
4215
+ features: GRPCFeatures$1;
4070
4216
  /** Number of registered services */
4071
4217
  registered_services: number;
4072
4218
  /** Total number of methods */
@@ -4090,7 +4236,7 @@ interface GRPCServerInfo$1 {
4090
4236
  services?: Array<GRPCServiceInfo$1>;
4091
4237
  /** Active interceptors */
4092
4238
  interceptors?: Array<GRPCInterceptorInfo$1>;
4093
- stats: Record<string, any>;
4239
+ stats: GRPCStats$1;
4094
4240
  }
4095
4241
  /**
4096
4242
  * gRPC server configuration details.
@@ -4256,7 +4402,7 @@ interface GRPCOverviewStats$1 {
4256
4402
  p95_duration_ms: number | null;
4257
4403
  /** Statistics period in hours */
4258
4404
  period_hours: number;
4259
- server: Record<string, any>;
4405
+ server: GRPCServerStatus$1;
4260
4406
  }
4261
4407
  /**
4262
4408
  *
@@ -4552,7 +4698,7 @@ interface ServiceDetail$1 {
4552
4698
  base_class?: string;
4553
4699
  /** Service methods */
4554
4700
  methods?: Array<MethodInfo$1>;
4555
- stats: Record<string, any>;
4701
+ stats: ServiceStats$1;
4556
4702
  /** Recent errors */
4557
4703
  recent_errors?: Array<RecentError$1>;
4558
4704
  }
@@ -4661,7 +4807,7 @@ interface MethodSummary$1 {
4661
4807
  request_type?: string;
4662
4808
  /** Response message type */
4663
4809
  response_type?: string;
4664
- stats: Record<string, any>;
4810
+ stats: MethodStats$1;
4665
4811
  }
4666
4812
  /**
4667
4813
  * Statistics for a single gRPC method.
@@ -4726,9 +4872,9 @@ interface GRPCCallRequestRequest$1 {
4726
4872
  /** Method name to call */
4727
4873
  method: string;
4728
4874
  /** Request payload */
4729
- payload: Record<string, any>;
4875
+ payload: Record<string, string>;
4730
4876
  /** Request metadata (headers) */
4731
- metadata?: Record<string, any>;
4877
+ metadata?: Record<string, string>;
4732
4878
  /** Request timeout in milliseconds */
4733
4879
  timeout_ms?: number;
4734
4880
  }
@@ -4757,7 +4903,7 @@ interface GRPCCallResponse$1 {
4757
4903
  /** Error message if failed */
4758
4904
  error?: string | null;
4759
4905
  /** Response metadata */
4760
- metadata?: Record<string, any>;
4906
+ metadata?: Record<string, string>;
4761
4907
  /** Response timestamp (ISO format) */
4762
4908
  timestamp: string;
4763
4909
  }
@@ -4810,11 +4956,11 @@ interface GRPCExample$1 {
4810
4956
  /** Method description */
4811
4957
  description: string;
4812
4958
  /** Example request payload */
4813
- payload_example: Record<string, any>;
4959
+ payload_example: Record<string, string>;
4814
4960
  /** Example expected response */
4815
- expected_response: Record<string, any>;
4961
+ expected_response: Record<string, string>;
4816
4962
  /** Example metadata (headers) */
4817
- metadata_example?: Record<string, any>;
4963
+ metadata_example?: Record<string, string>;
4818
4964
  }
4819
4965
 
4820
4966
  declare namespace models$6 {
@@ -5278,7 +5424,7 @@ interface PublicDocument$1 {
5278
5424
  title: string;
5279
5425
  /** Full document content */
5280
5426
  content: string;
5281
- category: Record<string, any>;
5427
+ category: PublicCategory$1;
5282
5428
  created_at: string;
5283
5429
  updated_at: string;
5284
5430
  }
@@ -5355,7 +5501,7 @@ interface DocumentArchiveDetail$1 {
5355
5501
  * `cancelled` - Cancelled */
5356
5502
  processing_status: DocumentArchiveDetailProcessingStatus;
5357
5503
  /** When processing completed */
5358
- processed_at: string | null;
5504
+ processed_at?: string | null;
5359
5505
  /** Processing time in milliseconds */
5360
5506
  processing_duration_ms: number;
5361
5507
  /** Error message if processing failed */
@@ -5382,7 +5528,7 @@ interface DocumentArchiveDetail$1 {
5382
5528
  updated_at: string;
5383
5529
  items: Array<ArchiveItem$1>;
5384
5530
  /** Get hierarchical file tree. */
5385
- file_tree: Record<string, any>;
5531
+ file_tree: Record<string, string>;
5386
5532
  /** Additional archive metadata */
5387
5533
  metadata?: string | null;
5388
5534
  }
@@ -5433,7 +5579,7 @@ interface DocumentArchive$1 {
5433
5579
  * `cancelled` - Cancelled */
5434
5580
  processing_status: DocumentArchiveProcessingStatus;
5435
5581
  /** When processing completed */
5436
- processed_at: string | null;
5582
+ processed_at?: string | null;
5437
5583
  /** Processing time in milliseconds */
5438
5584
  processing_duration_ms: number;
5439
5585
  /** Error message if processing failed */
@@ -5670,7 +5816,7 @@ interface ArchiveItemChunk$1 {
5670
5816
  /** Cost in USD for embedding generation */
5671
5817
  embedding_cost: number;
5672
5818
  /** Get context summary for display. */
5673
- context_summary: Record<string, any>;
5819
+ context_summary: Record<string, string>;
5674
5820
  created_at: string;
5675
5821
  }
5676
5822
  /**
@@ -5702,7 +5848,7 @@ interface ArchiveItemChunkDetail$1 {
5702
5848
  /** Cost in USD for embedding generation */
5703
5849
  embedding_cost: number;
5704
5850
  /** Get context summary for display. */
5705
- context_summary: Record<string, any>;
5851
+ context_summary: Record<string, string>;
5706
5852
  created_at: string;
5707
5853
  context_metadata: string;
5708
5854
  }
@@ -5889,7 +6035,7 @@ interface PublicDocumentList$1 {
5889
6035
  id: string;
5890
6036
  /** Document title */
5891
6037
  title: string;
5892
- category: Record<string, any>;
6038
+ category: PublicCategory$1;
5893
6039
  created_at: string;
5894
6040
  updated_at: string;
5895
6041
  }
@@ -5925,7 +6071,7 @@ interface DocumentArchiveList$1 {
5925
6071
  * `cancelled` - Cancelled */
5926
6072
  processing_status: DocumentArchiveListProcessingStatus;
5927
6073
  /** When processing completed */
5928
- processed_at: string | null;
6074
+ processed_at?: string | null;
5929
6075
  /** Total items in archive */
5930
6076
  total_items: number;
5931
6077
  /** Total chunks created */
@@ -5957,11 +6103,11 @@ interface DocumentCategory$1 {
5957
6103
  * Response model (includes read-only fields).
5958
6104
  */
5959
6105
  interface ArchiveSearchResult$1 {
5960
- chunk: Record<string, any>;
6106
+ chunk: ArchiveItemChunk$1;
5961
6107
  similarity_score: number;
5962
- context_summary: Record<string, any>;
5963
- archive_info: Record<string, any>;
5964
- item_info: Record<string, any>;
6108
+ context_summary: Record<string, string>;
6109
+ archive_info: Record<string, string>;
6110
+ item_info: Record<string, string>;
5965
6111
  }
5966
6112
 
5967
6113
  declare namespace models$4 {
@@ -6433,7 +6579,7 @@ interface NewsletterCampaign$1 {
6433
6579
  * `failed` - Failed */
6434
6580
  status: NewsletterCampaignStatus;
6435
6581
  created_at: string;
6436
- sent_at: string | null;
6582
+ sent_at?: string | null;
6437
6583
  recipient_count: number;
6438
6584
  }
6439
6585
  /**
@@ -6499,7 +6645,7 @@ interface Balance$1 {
6499
6645
  /** Total amount withdrawn (lifetime) */
6500
6646
  total_withdrawn: string;
6501
6647
  /** When the last transaction occurred */
6502
- last_transaction_at: string | null;
6648
+ last_transaction_at?: string | null;
6503
6649
  }
6504
6650
  /**
6505
6651
  *
@@ -6542,11 +6688,11 @@ interface PaymentDetail$1 {
6542
6688
  currency_token: string;
6543
6689
  currency_network: string;
6544
6690
  /** Amount to pay in cryptocurrency */
6545
- pay_amount: string | null;
6691
+ pay_amount?: string | null;
6546
6692
  /** Actual amount received in cryptocurrency */
6547
- actual_amount: string | null;
6693
+ actual_amount?: string | null;
6548
6694
  /** Actual amount received in USD */
6549
- actual_amount_usd: string | null;
6695
+ actual_amount_usd?: string | null;
6550
6696
  /** Current payment status
6551
6697
 
6552
6698
  * `pending` - Pending
@@ -6560,21 +6706,21 @@ interface PaymentDetail$1 {
6560
6706
  status: PaymentDetailStatus;
6561
6707
  status_display: string;
6562
6708
  /** Cryptocurrency payment address */
6563
- pay_address: string | null;
6709
+ pay_address?: string | null;
6564
6710
  /** Get QR code URL. */
6565
- qr_code_url: string | null;
6711
+ qr_code_url?: string | null;
6566
6712
  /** Payment page URL (if provided by provider) */
6567
- payment_url: string | null;
6713
+ payment_url?: string | null;
6568
6714
  /** Blockchain transaction hash */
6569
- transaction_hash: string | null;
6715
+ transaction_hash?: string | null;
6570
6716
  /** Get blockchain explorer link. */
6571
- explorer_link: string | null;
6717
+ explorer_link?: string | null;
6572
6718
  /** Number of blockchain confirmations */
6573
6719
  confirmations_count: number;
6574
6720
  /** When this payment expires (typically 30 minutes) */
6575
- expires_at: string | null;
6721
+ expires_at?: string | null;
6576
6722
  /** When this payment was completed */
6577
- completed_at: string | null;
6723
+ completed_at?: string | null;
6578
6724
  /** When this record was created */
6579
6725
  created_at: string;
6580
6726
  is_completed: boolean;
@@ -6612,7 +6758,7 @@ interface PaymentList$1 {
6612
6758
  /** When this record was created */
6613
6759
  created_at: string;
6614
6760
  /** When this payment was completed */
6615
- completed_at: string | null;
6761
+ completed_at?: string | null;
6616
6762
  }
6617
6763
 
6618
6764
  declare namespace models$1 {
@@ -6776,7 +6922,7 @@ interface MessageCreate$1 {
6776
6922
  interface Message$1 {
6777
6923
  uuid: string;
6778
6924
  ticket: string;
6779
- sender: Record<string, any>;
6925
+ sender: Sender$1;
6780
6926
  /** Check if this message is from the ticket author. */
6781
6927
  is_from_author: boolean;
6782
6928
  text: string;
@@ -6819,7 +6965,7 @@ interface Sender$1 {
6819
6965
  /** Get formatted username for display. */
6820
6966
  display_username: string;
6821
6967
  email: string;
6822
- avatar: string | null;
6968
+ avatar?: string | null;
6823
6969
  /** Get user's initials for avatar fallback. */
6824
6970
  initials: string;
6825
6971
  /** Designates whether the user can log into this admin site. */
@@ -7442,7 +7588,7 @@ declare const ApiKeyStatsSchema: z.ZodObject<{
7442
7588
  active_keys: z.ZodInt;
7443
7589
  expired_keys: z.ZodInt;
7444
7590
  total_requests: z.ZodInt;
7445
- keys_by_type: z.ZodRecord<z.ZodString, z.ZodAny>;
7591
+ keys_by_type: z.ZodRecord<z.ZodString, z.ZodInt>;
7446
7592
  }, z.core.$strip>;
7447
7593
  /**
7448
7594
  * Infer TypeScript type from Zod schema
@@ -7461,13 +7607,37 @@ type ApiKeyStats = z.infer<typeof ApiKeyStatsSchema>;
7461
7607
  */
7462
7608
  declare const AppStatisticsSchema: z.ZodObject<{
7463
7609
  app_name: z.ZodString;
7464
- statistics: z.ZodRecord<z.ZodString, z.ZodAny>;
7610
+ statistics: z.ZodObject<{
7611
+ name: z.ZodString;
7612
+ total_records: z.ZodInt;
7613
+ model_count: z.ZodInt;
7614
+ }, z.core.$strip>;
7465
7615
  }, z.core.$strip>;
7466
7616
  /**
7467
7617
  * Infer TypeScript type from Zod schema
7468
7618
  */
7469
7619
  type AppStatistics = z.infer<typeof AppStatisticsSchema>;
7470
7620
 
7621
+ /**
7622
+ * Zod schema for AppStatisticsData
7623
+ *
7624
+ * This schema provides runtime validation and type inference.
7625
+ * * Serializer for application statistics data.
7626
+ * */
7627
+
7628
+ /**
7629
+ * Serializer for application statistics data.
7630
+ */
7631
+ declare const AppStatisticsDataSchema: z.ZodObject<{
7632
+ name: z.ZodString;
7633
+ total_records: z.ZodInt;
7634
+ model_count: z.ZodInt;
7635
+ }, z.core.$strip>;
7636
+ /**
7637
+ * Infer TypeScript type from Zod schema
7638
+ */
7639
+ type AppStatisticsData = z.infer<typeof AppStatisticsDataSchema>;
7640
+
7471
7641
  /**
7472
7642
  * Zod schema for ArchiveItem
7473
7643
  *
@@ -7730,6 +7900,40 @@ declare const ArchiveStatisticsSchema: z.ZodObject<{
7730
7900
  */
7731
7901
  type ArchiveStatistics = z.infer<typeof ArchiveStatisticsSchema>;
7732
7902
 
7903
+ /**
7904
+ * Zod schema for AxesConfig
7905
+ *
7906
+ * This schema provides runtime validation and type inference.
7907
+ * * Django-Axes brute-force protection configuration.
7908
+ * */
7909
+
7910
+ /**
7911
+ * Django-Axes brute-force protection configuration.
7912
+ */
7913
+ declare const AxesConfigSchema: z.ZodObject<{
7914
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7915
+ failure_limit: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
7916
+ cooloff_time: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
7917
+ lock_out_at_failure: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7918
+ reset_on_success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7919
+ only_user_failures: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7920
+ lockout_template: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7921
+ lockout_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7922
+ verbose: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7923
+ enable_access_failure_log: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7924
+ ipware_proxy_count: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
7925
+ ipware_meta_precedence_order: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
7926
+ allowed_ips: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
7927
+ denied_ips: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
7928
+ cache_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7929
+ use_user_agent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
7930
+ username_form_field: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7931
+ }, z.core.$strip>;
7932
+ /**
7933
+ * Infer TypeScript type from Zod schema
7934
+ */
7935
+ type AxesConfig = z.infer<typeof AxesConfigSchema>;
7936
+
7733
7937
  /**
7734
7938
  * Zod schema for Balance
7735
7939
  *
@@ -7851,7 +8055,9 @@ declare const CentrifugoChannelsResponseSchema: z.ZodObject<{
7851
8055
  message: z.ZodOptional<z.ZodString>;
7852
8056
  }, z.core.$strip>>;
7853
8057
  result: z.ZodOptional<z.ZodObject<{
7854
- channels: z.ZodRecord<z.ZodString, z.ZodAny>;
8058
+ channels: z.ZodRecord<z.ZodString, z.ZodObject<{
8059
+ num_clients: z.ZodInt;
8060
+ }, z.core.$strip>>;
7855
8061
  }, z.core.$strip>>;
7856
8062
  }, z.core.$strip>;
7857
8063
  /**
@@ -7870,7 +8076,9 @@ type CentrifugoChannelsResponse = z.infer<typeof CentrifugoChannelsResponseSchem
7870
8076
  * Channels result wrapper.
7871
8077
  */
7872
8078
  declare const CentrifugoChannelsResultSchema: z.ZodObject<{
7873
- channels: z.ZodRecord<z.ZodString, z.ZodAny>;
8079
+ channels: z.ZodRecord<z.ZodString, z.ZodObject<{
8080
+ num_clients: z.ZodInt;
8081
+ }, z.core.$strip>>;
7874
8082
  }, z.core.$strip>;
7875
8083
  /**
7876
8084
  * Infer TypeScript type from Zod schema
@@ -8056,7 +8264,7 @@ declare const CentrifugoInfoResponseSchema: z.ZodObject<{
8056
8264
  num_subs: z.ZodInt;
8057
8265
  metrics: z.ZodOptional<z.ZodObject<{
8058
8266
  interval: z.ZodNumber;
8059
- items: z.ZodRecord<z.ZodString, z.ZodAny>;
8267
+ items: z.ZodRecord<z.ZodString, z.ZodNumber>;
8060
8268
  }, z.core.$strip>>;
8061
8269
  process: z.ZodOptional<z.ZodObject<{
8062
8270
  cpu: z.ZodNumber;
@@ -8092,7 +8300,7 @@ declare const CentrifugoInfoResultSchema: z.ZodObject<{
8092
8300
  num_subs: z.ZodInt;
8093
8301
  metrics: z.ZodOptional<z.ZodObject<{
8094
8302
  interval: z.ZodNumber;
8095
- items: z.ZodRecord<z.ZodString, z.ZodAny>;
8303
+ items: z.ZodRecord<z.ZodString, z.ZodNumber>;
8096
8304
  }, z.core.$strip>>;
8097
8305
  process: z.ZodOptional<z.ZodObject<{
8098
8306
  cpu: z.ZodNumber;
@@ -8117,7 +8325,7 @@ type CentrifugoInfoResult = z.infer<typeof CentrifugoInfoResultSchema>;
8117
8325
  */
8118
8326
  declare const CentrifugoMetricsSchema: z.ZodObject<{
8119
8327
  interval: z.ZodNumber;
8120
- items: z.ZodRecord<z.ZodString, z.ZodAny>;
8328
+ items: z.ZodRecord<z.ZodString, z.ZodNumber>;
8121
8329
  }, z.core.$strip>;
8122
8330
  /**
8123
8331
  * Infer TypeScript type from Zod schema
@@ -8145,7 +8353,7 @@ declare const CentrifugoNodeInfoSchema: z.ZodObject<{
8145
8353
  num_subs: z.ZodInt;
8146
8354
  metrics: z.ZodOptional<z.ZodObject<{
8147
8355
  interval: z.ZodNumber;
8148
- items: z.ZodRecord<z.ZodString, z.ZodAny>;
8356
+ items: z.ZodRecord<z.ZodString, z.ZodNumber>;
8149
8357
  }, z.core.$strip>>;
8150
8358
  process: z.ZodOptional<z.ZodObject<{
8151
8359
  cpu: z.ZodNumber;
@@ -8216,7 +8424,12 @@ declare const CentrifugoPresenceResponseSchema: z.ZodObject<{
8216
8424
  message: z.ZodOptional<z.ZodString>;
8217
8425
  }, z.core.$strip>>;
8218
8426
  result: z.ZodOptional<z.ZodObject<{
8219
- presence: z.ZodRecord<z.ZodString, z.ZodAny>;
8427
+ presence: z.ZodRecord<z.ZodString, z.ZodObject<{
8428
+ user: z.ZodString;
8429
+ client: z.ZodString;
8430
+ conn_info: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8431
+ chan_info: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8432
+ }, z.core.$strip>>;
8220
8433
  }, z.core.$strip>>;
8221
8434
  }, z.core.$strip>;
8222
8435
  /**
@@ -8235,7 +8448,12 @@ type CentrifugoPresenceResponse = z.infer<typeof CentrifugoPresenceResponseSchem
8235
8448
  * Presence result wrapper.
8236
8449
  */
8237
8450
  declare const CentrifugoPresenceResultSchema: z.ZodObject<{
8238
- presence: z.ZodRecord<z.ZodString, z.ZodAny>;
8451
+ presence: z.ZodRecord<z.ZodString, z.ZodObject<{
8452
+ user: z.ZodString;
8453
+ client: z.ZodString;
8454
+ conn_info: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8455
+ chan_info: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8456
+ }, z.core.$strip>>;
8239
8457
  }, z.core.$strip>;
8240
8458
  /**
8241
8459
  * Infer TypeScript type from Zod schema
@@ -8899,7 +9117,21 @@ declare const ConfigDataSchema: z.ZodObject<{
8899
9117
  wsgi_application: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8900
9118
  auth_user_model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8901
9119
  project_apps: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
8902
- databases: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9120
+ databases: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
9121
+ engine: z.ZodString;
9122
+ name: z.ZodString;
9123
+ user: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9124
+ password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9125
+ host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9126
+ port: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9127
+ connect_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9128
+ sslmode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9129
+ options: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9130
+ apps: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9131
+ operations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9132
+ migrate_to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9133
+ routing_description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9134
+ }, z.core.$strip>>>>;
8903
9135
  redis_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8904
9136
  cache_default: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8905
9137
  cache_sessions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -8962,7 +9194,16 @@ declare const ConfigDataSchema: z.ZodObject<{
8962
9194
  exception_handlers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
8963
9195
  api_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8964
9196
  prometheus_enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8965
- schedules: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>>;
9197
+ schedules: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
9198
+ func: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9199
+ cron_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9200
+ queue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9201
+ kwargs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9202
+ args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9203
+ meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9204
+ repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9205
+ result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9206
+ }, z.core.$strip>>>>;
8966
9207
  }, z.core.$strip>>>;
8967
9208
  drf: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8968
9209
  default_pagination_class: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -8978,9 +9219,43 @@ declare const ConfigDataSchema: z.ZodObject<{
8978
9219
  refresh_token_lifetime: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
8979
9220
  algorithm: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8980
9221
  }, z.core.$strip>>>;
8981
- telegram: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8982
- ngrok: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8983
- axes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9222
+ telegram: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9223
+ bot_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9224
+ chat_id: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9225
+ parse_mode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9226
+ disable_notification: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9227
+ disable_web_page_preview: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9228
+ timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9229
+ webhook_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9230
+ webhook_secret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9231
+ max_retries: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9232
+ retry_delay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9233
+ }, z.core.$strip>>>;
9234
+ ngrok: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9235
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9236
+ authtoken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9237
+ basic_auth: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9238
+ compression: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9239
+ }, z.core.$strip>>>;
9240
+ axes: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9241
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9242
+ failure_limit: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9243
+ cooloff_time: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9244
+ lock_out_at_failure: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9245
+ reset_on_success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9246
+ only_user_failures: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9247
+ lockout_template: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9248
+ lockout_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9249
+ verbose: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9250
+ enable_access_failure_log: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9251
+ ipware_proxy_count: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9252
+ ipware_meta_precedence_order: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9253
+ allowed_ips: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9254
+ denied_ips: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9255
+ cache_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9256
+ use_user_agent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9257
+ username_form_field: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9258
+ }, z.core.$strip>>>;
8984
9259
  crypto_fields: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8985
9260
  unfold: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8986
9261
  tailwind_app_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -8988,10 +9263,30 @@ declare const ConfigDataSchema: z.ZodObject<{
8988
9263
  limits: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8989
9264
  api_keys: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8990
9265
  custom_middleware: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
8991
- nextjs_admin: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9266
+ nextjs_admin: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9267
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9268
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9269
+ api_base_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9270
+ }, z.core.$strip>>>;
8992
9271
  admin_emails: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
8993
- constance: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8994
- openapi_client: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9272
+ constance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9273
+ config: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9274
+ config_fieldsets: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9275
+ backend: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9276
+ database_prefix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9277
+ database_cache_backend: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9278
+ additional_config: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9279
+ }, z.core.$strip>>>;
9280
+ openapi_client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9281
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9282
+ output_dir: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9283
+ client_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9284
+ schema_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9285
+ generator: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9286
+ additional_properties: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9287
+ templates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9288
+ global_properties: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9289
+ }, z.core.$strip>>>;
8995
9290
  _meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8996
9291
  config_class: z.ZodString;
8997
9292
  secret_key_configured: z.ZodBoolean;
@@ -9075,6 +9370,29 @@ declare const ConnectionTokenResponseSchema: z.ZodObject<{
9075
9370
  */
9076
9371
  type ConnectionTokenResponse = z.infer<typeof ConnectionTokenResponseSchema>;
9077
9372
 
9373
+ /**
9374
+ * Zod schema for ConstanceConfig
9375
+ *
9376
+ * This schema provides runtime validation and type inference.
9377
+ * * Django-Constance dynamic settings configuration.
9378
+ * */
9379
+
9380
+ /**
9381
+ * Django-Constance dynamic settings configuration.
9382
+ */
9383
+ declare const ConstanceConfigSchema: z.ZodObject<{
9384
+ config: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9385
+ config_fieldsets: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9386
+ backend: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9387
+ database_prefix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9388
+ database_cache_backend: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9389
+ additional_config: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9390
+ }, z.core.$strip>;
9391
+ /**
9392
+ * Infer TypeScript type from Zod schema
9393
+ */
9394
+ type ConstanceConfig = z.infer<typeof ConstanceConfigSchema>;
9395
+
9078
9396
  /**
9079
9397
  * Zod schema for Currency
9080
9398
  *
@@ -9266,7 +9584,11 @@ declare const DashboardOverviewSchema: z.ZodObject<{
9266
9584
  }, z.core.$strip>;
9267
9585
  app_statistics: z.ZodOptional<z.ZodArray<z.ZodObject<{
9268
9586
  app_name: z.ZodString;
9269
- statistics: z.ZodRecord<z.ZodString, z.ZodAny>;
9587
+ statistics: z.ZodObject<{
9588
+ name: z.ZodString;
9589
+ total_records: z.ZodInt;
9590
+ model_count: z.ZodInt;
9591
+ }, z.core.$strip>;
9270
9592
  }, z.core.$strip>>>;
9271
9593
  timestamp: z.ZodString;
9272
9594
  }, z.core.$strip>;
@@ -9345,7 +9667,21 @@ declare const DjangoConfigSchema: z.ZodObject<{
9345
9667
  wsgi_application: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9346
9668
  auth_user_model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9347
9669
  project_apps: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9348
- databases: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9670
+ databases: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
9671
+ engine: z.ZodString;
9672
+ name: z.ZodString;
9673
+ user: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9674
+ password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9675
+ host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9676
+ port: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9677
+ connect_timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9678
+ sslmode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9679
+ options: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9680
+ apps: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9681
+ operations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9682
+ migrate_to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9683
+ routing_description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9684
+ }, z.core.$strip>>>>;
9349
9685
  redis_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9350
9686
  cache_default: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9351
9687
  cache_sessions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -9408,7 +9744,16 @@ declare const DjangoConfigSchema: z.ZodObject<{
9408
9744
  exception_handlers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9409
9745
  api_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9410
9746
  prometheus_enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9411
- schedules: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>>;
9747
+ schedules: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
9748
+ func: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9749
+ cron_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9750
+ queue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9751
+ kwargs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9752
+ args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9753
+ meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9754
+ repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9755
+ result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9756
+ }, z.core.$strip>>>>;
9412
9757
  }, z.core.$strip>>>;
9413
9758
  drf: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9414
9759
  default_pagination_class: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -9424,9 +9769,43 @@ declare const DjangoConfigSchema: z.ZodObject<{
9424
9769
  refresh_token_lifetime: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9425
9770
  algorithm: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9426
9771
  }, z.core.$strip>>>;
9427
- telegram: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9428
- ngrok: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9429
- axes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9772
+ telegram: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9773
+ bot_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9774
+ chat_id: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9775
+ parse_mode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9776
+ disable_notification: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9777
+ disable_web_page_preview: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9778
+ timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9779
+ webhook_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9780
+ webhook_secret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9781
+ max_retries: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9782
+ retry_delay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
9783
+ }, z.core.$strip>>>;
9784
+ ngrok: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9785
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9786
+ authtoken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9787
+ basic_auth: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9788
+ compression: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9789
+ }, z.core.$strip>>>;
9790
+ axes: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9791
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9792
+ failure_limit: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9793
+ cooloff_time: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9794
+ lock_out_at_failure: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9795
+ reset_on_success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9796
+ only_user_failures: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9797
+ lockout_template: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9798
+ lockout_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9799
+ verbose: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9800
+ enable_access_failure_log: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9801
+ ipware_proxy_count: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9802
+ ipware_meta_precedence_order: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9803
+ allowed_ips: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9804
+ denied_ips: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9805
+ cache_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9806
+ use_user_agent: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9807
+ username_form_field: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9808
+ }, z.core.$strip>>>;
9430
9809
  crypto_fields: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9431
9810
  unfold: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9432
9811
  tailwind_app_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -9434,10 +9813,30 @@ declare const DjangoConfigSchema: z.ZodObject<{
9434
9813
  limits: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9435
9814
  api_keys: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9436
9815
  custom_middleware: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9437
- nextjs_admin: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9816
+ nextjs_admin: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9817
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9818
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9819
+ api_base_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9820
+ }, z.core.$strip>>>;
9438
9821
  admin_emails: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9439
- constance: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9440
- openapi_client: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9822
+ constance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9823
+ config: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9824
+ config_fieldsets: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9825
+ backend: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9826
+ database_prefix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9827
+ database_cache_backend: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9828
+ additional_config: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9829
+ }, z.core.$strip>>>;
9830
+ openapi_client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9831
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9832
+ output_dir: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9833
+ client_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9834
+ schema_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9835
+ generator: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9836
+ additional_properties: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9837
+ templates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9838
+ global_properties: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9839
+ }, z.core.$strip>>>;
9441
9840
  _meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9442
9841
  config_class: z.ZodString;
9443
9842
  secret_key_configured: z.ZodBoolean;
@@ -9477,7 +9876,16 @@ declare const DjangoRQConfigSchema: z.ZodObject<{
9477
9876
  exception_handlers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9478
9877
  api_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9479
9878
  prometheus_enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
9480
- schedules: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>>;
9879
+ schedules: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
9880
+ func: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9881
+ cron_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9882
+ queue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9883
+ kwargs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9884
+ args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
9885
+ meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9886
+ repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9887
+ result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
9888
+ }, z.core.$strip>>>>;
9481
9889
  }, z.core.$strip>;
9482
9890
  /**
9483
9891
  * Infer TypeScript type from Zod schema
@@ -11070,6 +11478,47 @@ declare const NewsletterSubscriptionSchema: z.ZodObject<{
11070
11478
  */
11071
11479
  type NewsletterSubscription = z.infer<typeof NewsletterSubscriptionSchema>;
11072
11480
 
11481
+ /**
11482
+ * Zod schema for NextJSAdminConfig
11483
+ *
11484
+ * This schema provides runtime validation and type inference.
11485
+ * * Next.js Admin application configuration.
11486
+ * */
11487
+
11488
+ /**
11489
+ * Next.js Admin application configuration.
11490
+ */
11491
+ declare const NextJSAdminConfigSchema: z.ZodObject<{
11492
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
11493
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11494
+ api_base_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11495
+ }, z.core.$strip>;
11496
+ /**
11497
+ * Infer TypeScript type from Zod schema
11498
+ */
11499
+ type NextJSAdminConfig = z.infer<typeof NextJSAdminConfigSchema>;
11500
+
11501
+ /**
11502
+ * Zod schema for NgrokConfig
11503
+ *
11504
+ * This schema provides runtime validation and type inference.
11505
+ * * Ngrok tunneling configuration.
11506
+ * */
11507
+
11508
+ /**
11509
+ * Ngrok tunneling configuration.
11510
+ */
11511
+ declare const NgrokConfigSchema: z.ZodObject<{
11512
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
11513
+ authtoken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11514
+ basic_auth: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
11515
+ compression: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
11516
+ }, z.core.$strip>;
11517
+ /**
11518
+ * Infer TypeScript type from Zod schema
11519
+ */
11520
+ type NgrokConfig = z.infer<typeof NgrokConfigSchema>;
11521
+
11073
11522
  /**
11074
11523
  * Zod schema for OTPErrorResponse
11075
11524
  *
@@ -11190,6 +11639,31 @@ declare const OTPVerifyResponseSchema: z.ZodObject<{
11190
11639
  */
11191
11640
  type OTPVerifyResponse = z.infer<typeof OTPVerifyResponseSchema>;
11192
11641
 
11642
+ /**
11643
+ * Zod schema for OpenAPIClientConfig
11644
+ *
11645
+ * This schema provides runtime validation and type inference.
11646
+ * * OpenAPI Client generation configuration.
11647
+ * */
11648
+
11649
+ /**
11650
+ * OpenAPI Client generation configuration.
11651
+ */
11652
+ declare const OpenAPIClientConfigSchema: z.ZodObject<{
11653
+ enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
11654
+ output_dir: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11655
+ client_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11656
+ schema_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11657
+ generator: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11658
+ additional_properties: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11659
+ templates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
11660
+ global_properties: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11661
+ }, z.core.$strip>;
11662
+ /**
11663
+ * Infer TypeScript type from Zod schema
11664
+ */
11665
+ type OpenAPIClientConfig = z.infer<typeof OpenAPIClientConfigSchema>;
11666
+
11193
11667
  /**
11194
11668
  * Zod schema for PaginatedApiKeyList
11195
11669
  *
@@ -12696,6 +13170,31 @@ declare const RQConfigSchema: z.ZodObject<{
12696
13170
  */
12697
13171
  type RQConfig = z.infer<typeof RQConfigSchema>;
12698
13172
 
13173
+ /**
13174
+ * Zod schema for RQSchedule
13175
+ *
13176
+ * This schema provides runtime validation and type inference.
13177
+ * * Redis Queue schedule configuration.
13178
+ * */
13179
+
13180
+ /**
13181
+ * Redis Queue schedule configuration.
13182
+ */
13183
+ declare const RQScheduleSchema: z.ZodObject<{
13184
+ func: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13185
+ cron_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13186
+ queue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13187
+ kwargs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13188
+ args: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
13189
+ meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13190
+ repeat: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13191
+ result_ttl: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
13192
+ }, z.core.$strip>;
13193
+ /**
13194
+ * Infer TypeScript type from Zod schema
13195
+ */
13196
+ type RQSchedule = z.infer<typeof RQScheduleSchema>;
13197
+
12699
13198
  /**
12700
13199
  * Zod schema for RecentError
12701
13200
  *
@@ -13560,6 +14059,33 @@ declare const SystemMetricsSchema: z.ZodObject<{
13560
14059
  */
13561
14060
  type SystemMetrics = z.infer<typeof SystemMetricsSchema>;
13562
14061
 
14062
+ /**
14063
+ * Zod schema for TelegramConfig
14064
+ *
14065
+ * This schema provides runtime validation and type inference.
14066
+ * * Telegram service configuration.
14067
+ * */
14068
+
14069
+ /**
14070
+ * Telegram service configuration.
14071
+ */
14072
+ declare const TelegramConfigSchema: z.ZodObject<{
14073
+ bot_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14074
+ chat_id: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
14075
+ parse_mode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14076
+ disable_notification: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
14077
+ disable_web_page_preview: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
14078
+ timeout: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
14079
+ webhook_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14080
+ webhook_secret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14081
+ max_retries: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
14082
+ retry_delay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14083
+ }, z.core.$strip>;
14084
+ /**
14085
+ * Infer TypeScript type from Zod schema
14086
+ */
14087
+ type TelegramConfig = z.infer<typeof TelegramConfigSchema>;
14088
+
13563
14089
  /**
13564
14090
  * Zod schema for TestEmailRequest
13565
14091
  *
@@ -14039,6 +14565,8 @@ declare const index$2_ApiKeySchema: typeof ApiKeySchema;
14039
14565
  type index$2_ApiKeyStats = ApiKeyStats;
14040
14566
  declare const index$2_ApiKeyStatsSchema: typeof ApiKeyStatsSchema;
14041
14567
  type index$2_AppStatistics = AppStatistics;
14568
+ type index$2_AppStatisticsData = AppStatisticsData;
14569
+ declare const index$2_AppStatisticsDataSchema: typeof AppStatisticsDataSchema;
14042
14570
  declare const index$2_AppStatisticsSchema: typeof AppStatisticsSchema;
14043
14571
  type index$2_ArchiveItem = ArchiveItem;
14044
14572
  type index$2_ArchiveItemChunk = ArchiveItemChunk;
@@ -14060,6 +14588,8 @@ type index$2_ArchiveSearchResult = ArchiveSearchResult;
14060
14588
  declare const index$2_ArchiveSearchResultSchema: typeof ArchiveSearchResultSchema;
14061
14589
  type index$2_ArchiveStatistics = ArchiveStatistics;
14062
14590
  declare const index$2_ArchiveStatisticsSchema: typeof ArchiveStatisticsSchema;
14591
+ type index$2_AxesConfig = AxesConfig;
14592
+ declare const index$2_AxesConfigSchema: typeof AxesConfigSchema;
14063
14593
  type index$2_Balance = Balance;
14064
14594
  declare const index$2_BalanceSchema: typeof BalanceSchema;
14065
14595
  type index$2_BulkEmailRequest = BulkEmailRequest;
@@ -14162,6 +14692,8 @@ type index$2_ConfigValidation = ConfigValidation;
14162
14692
  declare const index$2_ConfigValidationSchema: typeof ConfigValidationSchema;
14163
14693
  type index$2_ConnectionTokenResponse = ConnectionTokenResponse;
14164
14694
  declare const index$2_ConnectionTokenResponseSchema: typeof ConnectionTokenResponseSchema;
14695
+ type index$2_ConstanceConfig = ConstanceConfig;
14696
+ declare const index$2_ConstanceConfigSchema: typeof ConstanceConfigSchema;
14165
14697
  type index$2_Currency = Currency;
14166
14698
  declare const index$2_CurrencySchema: typeof CurrencySchema;
14167
14699
  type index$2_DRFConfig = DRFConfig;
@@ -14296,6 +14828,10 @@ declare const index$2_NewsletterCampaignSchema: typeof NewsletterCampaignSchema;
14296
14828
  declare const index$2_NewsletterSchema: typeof NewsletterSchema;
14297
14829
  type index$2_NewsletterSubscription = NewsletterSubscription;
14298
14830
  declare const index$2_NewsletterSubscriptionSchema: typeof NewsletterSubscriptionSchema;
14831
+ type index$2_NextJSAdminConfig = NextJSAdminConfig;
14832
+ declare const index$2_NextJSAdminConfigSchema: typeof NextJSAdminConfigSchema;
14833
+ type index$2_NgrokConfig = NgrokConfig;
14834
+ declare const index$2_NgrokConfigSchema: typeof NgrokConfigSchema;
14299
14835
  type index$2_OTPErrorResponse = OTPErrorResponse;
14300
14836
  declare const index$2_OTPErrorResponseSchema: typeof OTPErrorResponseSchema;
14301
14837
  type index$2_OTPRequestRequest = OTPRequestRequest;
@@ -14306,6 +14842,8 @@ type index$2_OTPVerifyRequest = OTPVerifyRequest;
14306
14842
  declare const index$2_OTPVerifyRequestSchema: typeof OTPVerifyRequestSchema;
14307
14843
  type index$2_OTPVerifyResponse = OTPVerifyResponse;
14308
14844
  declare const index$2_OTPVerifyResponseSchema: typeof OTPVerifyResponseSchema;
14845
+ type index$2_OpenAPIClientConfig = OpenAPIClientConfig;
14846
+ declare const index$2_OpenAPIClientConfigSchema: typeof OpenAPIClientConfigSchema;
14309
14847
  type index$2_PaginatedApiKeyList = PaginatedApiKeyList;
14310
14848
  declare const index$2_PaginatedApiKeyListSchema: typeof PaginatedApiKeyListSchema;
14311
14849
  type index$2_PaginatedArchiveItemChunkList = PaginatedArchiveItemChunkList;
@@ -14416,6 +14954,8 @@ type index$2_QuickHealth = QuickHealth;
14416
14954
  declare const index$2_QuickHealthSchema: typeof QuickHealthSchema;
14417
14955
  type index$2_RQConfig = RQConfig;
14418
14956
  declare const index$2_RQConfigSchema: typeof RQConfigSchema;
14957
+ type index$2_RQSchedule = RQSchedule;
14958
+ declare const index$2_RQScheduleSchema: typeof RQScheduleSchema;
14419
14959
  type index$2_RecentError = RecentError;
14420
14960
  declare const index$2_RecentErrorSchema: typeof RecentErrorSchema;
14421
14961
  type index$2_RecentRequest = RecentRequest;
@@ -14484,6 +15024,8 @@ declare const index$2_SystemHealthItemSchema: typeof SystemHealthItemSchema;
14484
15024
  declare const index$2_SystemHealthSchema: typeof SystemHealthSchema;
14485
15025
  type index$2_SystemMetrics = SystemMetrics;
14486
15026
  declare const index$2_SystemMetricsSchema: typeof SystemMetricsSchema;
15027
+ type index$2_TelegramConfig = TelegramConfig;
15028
+ declare const index$2_TelegramConfigSchema: typeof TelegramConfigSchema;
14487
15029
  type index$2_TestEmailRequest = TestEmailRequest;
14488
15030
  declare const index$2_TestEmailRequestSchema: typeof TestEmailRequestSchema;
14489
15031
  type index$2_TestScenario = TestScenario;
@@ -14523,41 +15065,9 @@ declare const index$2_WorkerSchema: typeof WorkerSchema;
14523
15065
  type index$2_WorkerStats = WorkerStats;
14524
15066
  declare const index$2_WorkerStatsSchema: typeof WorkerStatsSchema;
14525
15067
  declare namespace index$2 {
14526
- 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, index$2_AppStatisticsSchema as AppStatisticsSchema, type index$2_ArchiveItem as ArchiveItem, type index$2_ArchiveItemChunk as ArchiveItemChunk, type index$2_ArchiveItemChunkDetail as ArchiveItemChunkDetail, index$2_ArchiveItemChunkDetailSchema as ArchiveItemChunkDetailSchema, type index$2_ArchiveItemChunkRequest as ArchiveItemChunkRequest, index$2_ArchiveItemChunkRequestSchema as ArchiveItemChunkRequestSchema, index$2_ArchiveItemChunkSchema as ArchiveItemChunkSchema, type index$2_ArchiveItemDetail as ArchiveItemDetail, index$2_ArchiveItemDetailSchema as ArchiveItemDetailSchema, type index$2_ArchiveItemRequest as ArchiveItemRequest, index$2_ArchiveItemRequestSchema as ArchiveItemRequestSchema, index$2_ArchiveItemSchema as ArchiveItemSchema, type index$2_ArchiveProcessingResult as ArchiveProcessingResult, index$2_ArchiveProcessingResultSchema as ArchiveProcessingResultSchema, type index$2_ArchiveSearchRequestRequest as ArchiveSearchRequestRequest, index$2_ArchiveSearchRequestRequestSchema as ArchiveSearchRequestRequestSchema, type index$2_ArchiveSearchResult as ArchiveSearchResult, index$2_ArchiveSearchResultSchema as ArchiveSearchResultSchema, type index$2_ArchiveStatistics as ArchiveStatistics, index$2_ArchiveStatisticsSchema as ArchiveStatisticsSchema, type index$2_Balance as Balance, index$2_BalanceSchema as BalanceSchema, type index$2_BulkEmailRequest as BulkEmailRequest, index$2_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$2_BulkEmailResponse as BulkEmailResponse, index$2_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$2_CentrifugoChannelInfo as CentrifugoChannelInfo, index$2_CentrifugoChannelInfoSchema as CentrifugoChannelInfoSchema, type index$2_CentrifugoChannelsRequestRequest as CentrifugoChannelsRequestRequest, index$2_CentrifugoChannelsRequestRequestSchema as CentrifugoChannelsRequestRequestSchema, type index$2_CentrifugoChannelsResponse as CentrifugoChannelsResponse, index$2_CentrifugoChannelsResponseSchema as CentrifugoChannelsResponseSchema, type index$2_CentrifugoChannelsResult as CentrifugoChannelsResult, index$2_CentrifugoChannelsResultSchema as CentrifugoChannelsResultSchema, type index$2_CentrifugoClientInfo as CentrifugoClientInfo, index$2_CentrifugoClientInfoSchema as CentrifugoClientInfoSchema, type index$2_CentrifugoConfig as CentrifugoConfig, index$2_CentrifugoConfigSchema as CentrifugoConfigSchema, type index$2_CentrifugoError as CentrifugoError, index$2_CentrifugoErrorSchema as CentrifugoErrorSchema, type index$2_CentrifugoHistoryRequestRequest as CentrifugoHistoryRequestRequest, index$2_CentrifugoHistoryRequestRequestSchema as CentrifugoHistoryRequestRequestSchema, type index$2_CentrifugoHistoryResponse as CentrifugoHistoryResponse, index$2_CentrifugoHistoryResponseSchema as CentrifugoHistoryResponseSchema, type index$2_CentrifugoHistoryResult as CentrifugoHistoryResult, index$2_CentrifugoHistoryResultSchema as CentrifugoHistoryResultSchema, type index$2_CentrifugoInfoResponse as CentrifugoInfoResponse, index$2_CentrifugoInfoResponseSchema as CentrifugoInfoResponseSchema, type index$2_CentrifugoInfoResult as CentrifugoInfoResult, index$2_CentrifugoInfoResultSchema as CentrifugoInfoResultSchema, type index$2_CentrifugoMetrics as CentrifugoMetrics, index$2_CentrifugoMetricsSchema as CentrifugoMetricsSchema, type index$2_CentrifugoNodeInfo as CentrifugoNodeInfo, index$2_CentrifugoNodeInfoSchema as CentrifugoNodeInfoSchema, type index$2_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_ChannelStatsSerializer as ChannelStatsSerializer, index$2_ChannelStatsSerializerSchema as ChannelStatsSerializerSchema, type index$2_ChartData as ChartData, index$2_ChartDataSchema as ChartDataSchema, type index$2_ChartDataset as ChartDataset, index$2_ChartDatasetSchema as ChartDatasetSchema, type index$2_ChatHistory as ChatHistory, index$2_ChatHistorySchema as ChatHistorySchema, type index$2_ChatMessage as ChatMessage, index$2_ChatMessageSchema as ChatMessageSchema, type index$2_ChatQueryRequest as ChatQueryRequest, index$2_ChatQueryRequestSchema as ChatQueryRequestSchema, type index$2_ChatResponse as ChatResponse, type index$2_ChatResponseRequest as ChatResponseRequest, index$2_ChatResponseRequestSchema as ChatResponseRequestSchema, index$2_ChatResponseSchema as ChatResponseSchema, type index$2_ChatSession as ChatSession, type index$2_ChatSessionCreateRequest as ChatSessionCreateRequest, index$2_ChatSessionCreateRequestSchema as ChatSessionCreateRequestSchema, type index$2_ChatSessionRequest as ChatSessionRequest, index$2_ChatSessionRequestSchema as ChatSessionRequestSchema, index$2_ChatSessionSchema as ChatSessionSchema, type index$2_ChatSource as ChatSource, type index$2_ChatSourceRequest as ChatSourceRequest, index$2_ChatSourceRequestSchema as ChatSourceRequestSchema, index$2_ChatSourceSchema as ChatSourceSchema, type index$2_ChunkRevectorizationRequestRequest as ChunkRevectorizationRequestRequest, index$2_ChunkRevectorizationRequestRequestSchema as ChunkRevectorizationRequestRequestSchema, type index$2_Command as Command, type index$2_CommandExecuteRequestRequest as CommandExecuteRequestRequest, index$2_CommandExecuteRequestRequestSchema as CommandExecuteRequestRequestSchema, type index$2_CommandHelpResponse as CommandHelpResponse, index$2_CommandHelpResponseSchema as CommandHelpResponseSchema, index$2_CommandSchema as CommandSchema, type index$2_CommandsSummary as CommandsSummary, index$2_CommandsSummarySchema as CommandsSummarySchema, type index$2_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_Currency as Currency, index$2_CurrencySchema as CurrencySchema, type index$2_DRFConfig as DRFConfig, index$2_DRFConfigSchema as DRFConfigSchema, 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_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_GRPCStats as GRPCStats, index$2_GRPCStatsSchema as GRPCStatsSchema, type index$2_GRPCTestLog as GRPCTestLog, index$2_GRPCTestLogSchema as GRPCTestLogSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, 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_MethodStats as MethodStats, index$2_MethodStatsSchema as MethodStatsSchema, type index$2_MethodSummary as MethodSummary, index$2_MethodSummarySchema as MethodSummarySchema, type index$2_Newsletter as Newsletter, type index$2_NewsletterCampaign as NewsletterCampaign, type index$2_NewsletterCampaignRequest as NewsletterCampaignRequest, index$2_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$2_NewsletterCampaignSchema as NewsletterCampaignSchema, index$2_NewsletterSchema as NewsletterSchema, type index$2_NewsletterSubscription as NewsletterSubscription, index$2_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$2_OTPErrorResponse as OTPErrorResponse, index$2_OTPErrorResponseSchema as OTPErrorResponseSchema, type index$2_OTPRequestRequest as OTPRequestRequest, index$2_OTPRequestRequestSchema as OTPRequestRequestSchema, type index$2_OTPRequestResponse as OTPRequestResponse, index$2_OTPRequestResponseSchema as OTPRequestResponseSchema, type index$2_OTPVerifyRequest as OTPVerifyRequest, index$2_OTPVerifyRequestSchema as OTPVerifyRequestSchema, type index$2_OTPVerifyResponse as OTPVerifyResponse, index$2_OTPVerifyResponseSchema as OTPVerifyResponseSchema, type index$2_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_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_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_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_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_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 };
15068
+ 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_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_ChannelStatsSerializer as ChannelStatsSerializer, index$2_ChannelStatsSerializerSchema as ChannelStatsSerializerSchema, type index$2_ChartData as ChartData, index$2_ChartDataSchema as ChartDataSchema, type index$2_ChartDataset as ChartDataset, index$2_ChartDatasetSchema as ChartDatasetSchema, type index$2_ChatHistory as ChatHistory, index$2_ChatHistorySchema as ChatHistorySchema, type index$2_ChatMessage as ChatMessage, index$2_ChatMessageSchema as ChatMessageSchema, type index$2_ChatQueryRequest as ChatQueryRequest, index$2_ChatQueryRequestSchema as ChatQueryRequestSchema, type index$2_ChatResponse as ChatResponse, type index$2_ChatResponseRequest as ChatResponseRequest, index$2_ChatResponseRequestSchema as ChatResponseRequestSchema, index$2_ChatResponseSchema as ChatResponseSchema, type index$2_ChatSession as ChatSession, type index$2_ChatSessionCreateRequest as ChatSessionCreateRequest, index$2_ChatSessionCreateRequestSchema as ChatSessionCreateRequestSchema, type index$2_ChatSessionRequest as ChatSessionRequest, index$2_ChatSessionRequestSchema as ChatSessionRequestSchema, index$2_ChatSessionSchema as ChatSessionSchema, type index$2_ChatSource as ChatSource, type index$2_ChatSourceRequest as ChatSourceRequest, index$2_ChatSourceRequestSchema as ChatSourceRequestSchema, index$2_ChatSourceSchema as ChatSourceSchema, type index$2_ChunkRevectorizationRequestRequest as ChunkRevectorizationRequestRequest, index$2_ChunkRevectorizationRequestRequestSchema as ChunkRevectorizationRequestRequestSchema, type index$2_Command as Command, type index$2_CommandExecuteRequestRequest as CommandExecuteRequestRequest, index$2_CommandExecuteRequestRequestSchema as CommandExecuteRequestRequestSchema, type index$2_CommandHelpResponse as CommandHelpResponse, index$2_CommandHelpResponseSchema as CommandHelpResponseSchema, index$2_CommandSchema as CommandSchema, type index$2_CommandsSummary as CommandsSummary, index$2_CommandsSummarySchema as CommandsSummarySchema, type index$2_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_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_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_GRPCStats as GRPCStats, index$2_GRPCStatsSchema as GRPCStatsSchema, type index$2_GRPCTestLog as GRPCTestLog, index$2_GRPCTestLogSchema as GRPCTestLogSchema, type index$2_HealthCheck as HealthCheck, index$2_HealthCheckSchema as HealthCheckSchema, 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_MethodStats as MethodStats, index$2_MethodStatsSchema as MethodStatsSchema, type index$2_MethodSummary as MethodSummary, index$2_MethodSummarySchema as MethodSummarySchema, 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_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_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_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_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 };
14527
15069
  }
14528
15070
 
14529
- /**
14530
- * Typed fetchers for Accounts
14531
- *
14532
- * Universal functions that work in any environment:
14533
- * - Next.js (App Router / Pages Router / Server Components)
14534
- * - React Native
14535
- * - Node.js backend
14536
- *
14537
- * These fetchers use Zod schemas for runtime validation.
14538
- *
14539
- * Usage:
14540
- * ```typescript
14541
- * // Configure API once (in your app entry point)
14542
- * import { configureAPI } from '../../api-instance'
14543
- * configureAPI({ baseUrl: 'https://api.example.com' })
14544
- *
14545
- * // Then use fetchers anywhere
14546
- * const users = await getUsers({ page: 1 })
14547
- *
14548
- * // With SWR
14549
- * const { data } = useSWR(['users', params], () => getUsers(params))
14550
- *
14551
- * // With React Query
14552
- * const { data } = useQuery(['users', params], () => getUsers(params))
14553
- *
14554
- * // In Server Component or SSR (pass custom client)
14555
- * import { API } from '../../index'
14556
- * const api = new API('https://api.example.com')
14557
- * const users = await getUsers({ page: 1 }, api)
14558
- * ```
14559
- */
14560
-
14561
15071
  /**
14562
15072
  * API operation
14563
15073
  *
@@ -14573,38 +15083,6 @@ declare function createAccountsOtpRequestCreate(data: OTPRequestRequest, client?
14573
15083
  */
14574
15084
  declare function createAccountsOtpVerifyCreate(data: OTPVerifyRequest, client?: any): Promise<OTPVerifyResponse>;
14575
15085
 
14576
- /**
14577
- * Typed fetchers for Auth
14578
- *
14579
- * Universal functions that work in any environment:
14580
- * - Next.js (App Router / Pages Router / Server Components)
14581
- * - React Native
14582
- * - Node.js backend
14583
- *
14584
- * These fetchers use Zod schemas for runtime validation.
14585
- *
14586
- * Usage:
14587
- * ```typescript
14588
- * // Configure API once (in your app entry point)
14589
- * import { configureAPI } from '../../api-instance'
14590
- * configureAPI({ baseUrl: 'https://api.example.com' })
14591
- *
14592
- * // Then use fetchers anywhere
14593
- * const users = await getUsers({ page: 1 })
14594
- *
14595
- * // With SWR
14596
- * const { data } = useSWR(['users', params], () => getUsers(params))
14597
- *
14598
- * // With React Query
14599
- * const { data } = useQuery(['users', params], () => getUsers(params))
14600
- *
14601
- * // In Server Component or SSR (pass custom client)
14602
- * import { API } from '../../index'
14603
- * const api = new API('https://api.example.com')
14604
- * const users = await getUsers({ page: 1 }, api)
14605
- * ```
14606
- */
14607
-
14608
15086
  /**
14609
15087
  * API operation
14610
15088
  *
@@ -14613,38 +15091,6 @@ declare function createAccountsOtpVerifyCreate(data: OTPVerifyRequest, client?:
14613
15091
  */
14614
15092
  declare function createAccountsTokenRefreshCreate(data: TokenRefreshRequest, client?: any): Promise<TokenRefresh>;
14615
15093
 
14616
- /**
14617
- * Typed fetchers for User Profile
14618
- *
14619
- * Universal functions that work in any environment:
14620
- * - Next.js (App Router / Pages Router / Server Components)
14621
- * - React Native
14622
- * - Node.js backend
14623
- *
14624
- * These fetchers use Zod schemas for runtime validation.
14625
- *
14626
- * Usage:
14627
- * ```typescript
14628
- * // Configure API once (in your app entry point)
14629
- * import { configureAPI } from '../../api-instance'
14630
- * configureAPI({ baseUrl: 'https://api.example.com' })
14631
- *
14632
- * // Then use fetchers anywhere
14633
- * const users = await getUsers({ page: 1 })
14634
- *
14635
- * // With SWR
14636
- * const { data } = useSWR(['users', params], () => getUsers(params))
14637
- *
14638
- * // With React Query
14639
- * const { data } = useQuery(['users', params], () => getUsers(params))
14640
- *
14641
- * // In Server Component or SSR (pass custom client)
14642
- * import { API } from '../../index'
14643
- * const api = new API('https://api.example.com')
14644
- * const users = await getUsers({ page: 1 }, api)
14645
- * ```
14646
- */
14647
-
14648
15094
  /**
14649
15095
  * Get current user profile
14650
15096
  *
@@ -14688,38 +15134,6 @@ declare function updateAccountsProfileUpdateUpdate(data: UserProfileUpdateReques
14688
15134
  */
14689
15135
  declare function partialUpdateAccountsProfileUpdatePartialUpdate(data?: PatchedUserProfileUpdateRequest, client?: any): Promise<User>;
14690
15136
 
14691
- /**
14692
- * Typed fetchers for Centrifugo
14693
- *
14694
- * Universal functions that work in any environment:
14695
- * - Next.js (App Router / Pages Router / Server Components)
14696
- * - React Native
14697
- * - Node.js backend
14698
- *
14699
- * These fetchers use Zod schemas for runtime validation.
14700
- *
14701
- * Usage:
14702
- * ```typescript
14703
- * // Configure API once (in your app entry point)
14704
- * import { configureAPI } from '../../api-instance'
14705
- * configureAPI({ baseUrl: 'https://api.example.com' })
14706
- *
14707
- * // Then use fetchers anywhere
14708
- * const users = await getUsers({ page: 1 })
14709
- *
14710
- * // With SWR
14711
- * const { data } = useSWR(['users', params], () => getUsers(params))
14712
- *
14713
- * // With React Query
14714
- * const { data } = useQuery(['users', params], () => getUsers(params))
14715
- *
14716
- * // In Server Component or SSR (pass custom client)
14717
- * import { API } from '../../index'
14718
- * const api = new API('https://api.example.com')
14719
- * const users = await getUsers({ page: 1 }, api)
14720
- * ```
14721
- */
14722
-
14723
15137
  /**
14724
15138
  * API operation
14725
15139
  *
@@ -14728,38 +15142,6 @@ declare function partialUpdateAccountsProfileUpdatePartialUpdate(data?: PatchedU
14728
15142
  */
14729
15143
  declare function getCentrifugoMonitorChannelsRetrieve(client?: any): Promise<Publish>;
14730
15144
 
14731
- /**
14732
- * Typed fetchers for Centrifugo Admin API
14733
- *
14734
- * Universal functions that work in any environment:
14735
- * - Next.js (App Router / Pages Router / Server Components)
14736
- * - React Native
14737
- * - Node.js backend
14738
- *
14739
- * These fetchers use Zod schemas for runtime validation.
14740
- *
14741
- * Usage:
14742
- * ```typescript
14743
- * // Configure API once (in your app entry point)
14744
- * import { configureAPI } from '../../api-instance'
14745
- * configureAPI({ baseUrl: 'https://api.example.com' })
14746
- *
14747
- * // Then use fetchers anywhere
14748
- * const users = await getUsers({ page: 1 })
14749
- *
14750
- * // With SWR
14751
- * const { data } = useSWR(['users', params], () => getUsers(params))
14752
- *
14753
- * // With React Query
14754
- * const { data } = useQuery(['users', params], () => getUsers(params))
14755
- *
14756
- * // In Server Component or SSR (pass custom client)
14757
- * import { API } from '../../index'
14758
- * const api = new API('https://api.example.com')
14759
- * const users = await getUsers({ page: 1 }, api)
14760
- * ```
14761
- */
14762
-
14763
15145
  /**
14764
15146
  * Get connection token for dashboard
14765
15147
  *
@@ -14803,38 +15185,6 @@ declare function createCentrifugoServerPresenceCreate(data: CentrifugoPresenceRe
14803
15185
  */
14804
15186
  declare function createCentrifugoServerPresenceStatsCreate(data: CentrifugoPresenceStatsRequestRequest, client?: any): Promise<CentrifugoPresenceStatsResponse>;
14805
15187
 
14806
- /**
14807
- * Typed fetchers for Centrifugo Auth
14808
- *
14809
- * Universal functions that work in any environment:
14810
- * - Next.js (App Router / Pages Router / Server Components)
14811
- * - React Native
14812
- * - Node.js backend
14813
- *
14814
- * These fetchers use Zod schemas for runtime validation.
14815
- *
14816
- * Usage:
14817
- * ```typescript
14818
- * // Configure API once (in your app entry point)
14819
- * import { configureAPI } from '../../api-instance'
14820
- * configureAPI({ baseUrl: 'https://api.example.com' })
14821
- *
14822
- * // Then use fetchers anywhere
14823
- * const users = await getUsers({ page: 1 })
14824
- *
14825
- * // With SWR
14826
- * const { data } = useSWR(['users', params], () => getUsers(params))
14827
- *
14828
- * // With React Query
14829
- * const { data } = useQuery(['users', params], () => getUsers(params))
14830
- *
14831
- * // In Server Component or SSR (pass custom client)
14832
- * import { API } from '../../index'
14833
- * const api = new API('https://api.example.com')
14834
- * const users = await getUsers({ page: 1 }, api)
14835
- * ```
14836
- */
14837
-
14838
15188
  /**
14839
15189
  * Get Centrifugo connection token
14840
15190
  *
@@ -14843,38 +15193,6 @@ declare function createCentrifugoServerPresenceStatsCreate(data: CentrifugoPrese
14843
15193
  */
14844
15194
  declare function getCentrifugoAuthTokenRetrieve(client?: any): Promise<ConnectionTokenResponse>;
14845
15195
 
14846
- /**
14847
- * Typed fetchers for Centrifugo Monitoring
14848
- *
14849
- * Universal functions that work in any environment:
14850
- * - Next.js (App Router / Pages Router / Server Components)
14851
- * - React Native
14852
- * - Node.js backend
14853
- *
14854
- * These fetchers use Zod schemas for runtime validation.
14855
- *
14856
- * Usage:
14857
- * ```typescript
14858
- * // Configure API once (in your app entry point)
14859
- * import { configureAPI } from '../../api-instance'
14860
- * configureAPI({ baseUrl: 'https://api.example.com' })
14861
- *
14862
- * // Then use fetchers anywhere
14863
- * const users = await getUsers({ page: 1 })
14864
- *
14865
- * // With SWR
14866
- * const { data } = useSWR(['users', params], () => getUsers(params))
14867
- *
14868
- * // With React Query
14869
- * const { data } = useQuery(['users', params], () => getUsers(params))
14870
- *
14871
- * // In Server Component or SSR (pass custom client)
14872
- * import { API } from '../../index'
14873
- * const api = new API('https://api.example.com')
14874
- * const users = await getUsers({ page: 1 }, api)
14875
- * ```
14876
- */
14877
-
14878
15196
  /**
14879
15197
  * Get Centrifugo health status
14880
15198
  *
@@ -14914,38 +15232,6 @@ declare function getCentrifugoMonitorTimelineRetrieve(params?: {
14914
15232
  interval?: string;
14915
15233
  }, client?: any): Promise<ChannelList>;
14916
15234
 
14917
- /**
14918
- * Typed fetchers for Centrifugo Testing
14919
- *
14920
- * Universal functions that work in any environment:
14921
- * - Next.js (App Router / Pages Router / Server Components)
14922
- * - React Native
14923
- * - Node.js backend
14924
- *
14925
- * These fetchers use Zod schemas for runtime validation.
14926
- *
14927
- * Usage:
14928
- * ```typescript
14929
- * // Configure API once (in your app entry point)
14930
- * import { configureAPI } from '../../api-instance'
14931
- * configureAPI({ baseUrl: 'https://api.example.com' })
14932
- *
14933
- * // Then use fetchers anywhere
14934
- * const users = await getUsers({ page: 1 })
14935
- *
14936
- * // With SWR
14937
- * const { data } = useSWR(['users', params], () => getUsers(params))
14938
- *
14939
- * // With React Query
14940
- * const { data } = useQuery(['users', params], () => getUsers(params))
14941
- *
14942
- * // In Server Component or SSR (pass custom client)
14943
- * import { API } from '../../index'
14944
- * const api = new API('https://api.example.com')
14945
- * const users = await getUsers({ page: 1 }, api)
14946
- * ```
14947
- */
14948
-
14949
15235
  /**
14950
15236
  * Publish test message
14951
15237
  *
@@ -14985,38 +15271,6 @@ declare function getDashboardApiActivityRecentList(params?: {
14985
15271
  limit?: number;
14986
15272
  }, client?: any): Promise<any>;
14987
15273
 
14988
- /**
14989
- * Typed fetchers for Dashboard - API Zones
14990
- *
14991
- * Universal functions that work in any environment:
14992
- * - Next.js (App Router / Pages Router / Server Components)
14993
- * - React Native
14994
- * - Node.js backend
14995
- *
14996
- * These fetchers use Zod schemas for runtime validation.
14997
- *
14998
- * Usage:
14999
- * ```typescript
15000
- * // Configure API once (in your app entry point)
15001
- * import { configureAPI } from '../../api-instance'
15002
- * configureAPI({ baseUrl: 'https://api.example.com' })
15003
- *
15004
- * // Then use fetchers anywhere
15005
- * const users = await getUsers({ page: 1 })
15006
- *
15007
- * // With SWR
15008
- * const { data } = useSWR(['users', params], () => getUsers(params))
15009
- *
15010
- * // With React Query
15011
- * const { data } = useQuery(['users', params], () => getUsers(params))
15012
- *
15013
- * // In Server Component or SSR (pass custom client)
15014
- * import { API } from '../../index'
15015
- * const api = new API('https://api.example.com')
15016
- * const users = await getUsers({ page: 1 }, api)
15017
- * ```
15018
- */
15019
-
15020
15274
  /**
15021
15275
  * Get all API zones
15022
15276
  *
@@ -15032,38 +15286,6 @@ declare function getDashboardApiZonesList(client?: any): Promise<any>;
15032
15286
  */
15033
15287
  declare function getDashboardApiZonesSummaryRetrieve(client?: any): Promise<APIZonesSummary>;
15034
15288
 
15035
- /**
15036
- * Typed fetchers for Dashboard - Charts
15037
- *
15038
- * Universal functions that work in any environment:
15039
- * - Next.js (App Router / Pages Router / Server Components)
15040
- * - React Native
15041
- * - Node.js backend
15042
- *
15043
- * These fetchers use Zod schemas for runtime validation.
15044
- *
15045
- * Usage:
15046
- * ```typescript
15047
- * // Configure API once (in your app entry point)
15048
- * import { configureAPI } from '../../api-instance'
15049
- * configureAPI({ baseUrl: 'https://api.example.com' })
15050
- *
15051
- * // Then use fetchers anywhere
15052
- * const users = await getUsers({ page: 1 })
15053
- *
15054
- * // With SWR
15055
- * const { data } = useSWR(['users', params], () => getUsers(params))
15056
- *
15057
- * // With React Query
15058
- * const { data } = useQuery(['users', params], () => getUsers(params))
15059
- *
15060
- * // In Server Component or SSR (pass custom client)
15061
- * import { API } from '../../index'
15062
- * const api = new API('https://api.example.com')
15063
- * const users = await getUsers({ page: 1 }, api)
15064
- * ```
15065
- */
15066
-
15067
15289
  /**
15068
15290
  * Get user activity chart
15069
15291
  *
@@ -15101,38 +15323,6 @@ declare function getDashboardApiChartsTrackerList(params?: {
15101
15323
  weeks?: number;
15102
15324
  }, client?: any): Promise<any>;
15103
15325
 
15104
- /**
15105
- * Typed fetchers for Dashboard - Commands
15106
- *
15107
- * Universal functions that work in any environment:
15108
- * - Next.js (App Router / Pages Router / Server Components)
15109
- * - React Native
15110
- * - Node.js backend
15111
- *
15112
- * These fetchers use Zod schemas for runtime validation.
15113
- *
15114
- * Usage:
15115
- * ```typescript
15116
- * // Configure API once (in your app entry point)
15117
- * import { configureAPI } from '../../api-instance'
15118
- * configureAPI({ baseUrl: 'https://api.example.com' })
15119
- *
15120
- * // Then use fetchers anywhere
15121
- * const users = await getUsers({ page: 1 })
15122
- *
15123
- * // With SWR
15124
- * const { data } = useSWR(['users', params], () => getUsers(params))
15125
- *
15126
- * // With React Query
15127
- * const { data } = useQuery(['users', params], () => getUsers(params))
15128
- *
15129
- * // In Server Component or SSR (pass custom client)
15130
- * import { API } from '../../index'
15131
- * const api = new API('https://api.example.com')
15132
- * const users = await getUsers({ page: 1 }, api)
15133
- * ```
15134
- */
15135
-
15136
15326
  /**
15137
15327
  * Get all commands
15138
15328
  *
@@ -15162,38 +15352,6 @@ declare function createDashboardApiCommandsExecuteCreate(data: CommandExecuteReq
15162
15352
  */
15163
15353
  declare function getDashboardApiCommandsSummaryRetrieve(client?: any): Promise<CommandsSummary>;
15164
15354
 
15165
- /**
15166
- * Typed fetchers for Dashboard - Config
15167
- *
15168
- * Universal functions that work in any environment:
15169
- * - Next.js (App Router / Pages Router / Server Components)
15170
- * - React Native
15171
- * - Node.js backend
15172
- *
15173
- * These fetchers use Zod schemas for runtime validation.
15174
- *
15175
- * Usage:
15176
- * ```typescript
15177
- * // Configure API once (in your app entry point)
15178
- * import { configureAPI } from '../../api-instance'
15179
- * configureAPI({ baseUrl: 'https://api.example.com' })
15180
- *
15181
- * // Then use fetchers anywhere
15182
- * const users = await getUsers({ page: 1 })
15183
- *
15184
- * // With SWR
15185
- * const { data } = useSWR(['users', params], () => getUsers(params))
15186
- *
15187
- * // With React Query
15188
- * const { data } = useQuery(['users', params], () => getUsers(params))
15189
- *
15190
- * // In Server Component or SSR (pass custom client)
15191
- * import { API } from '../../index'
15192
- * const api = new API('https://api.example.com')
15193
- * const users = await getUsers({ page: 1 }, api)
15194
- * ```
15195
- */
15196
-
15197
15355
  /**
15198
15356
  * Get configuration data
15199
15357
  *
@@ -15202,38 +15360,6 @@ declare function getDashboardApiCommandsSummaryRetrieve(client?: any): Promise<C
15202
15360
  */
15203
15361
  declare function getDashboardApiConfigConfigRetrieve(client?: any): Promise<ConfigData>;
15204
15362
 
15205
- /**
15206
- * Typed fetchers for Dashboard - Overview
15207
- *
15208
- * Universal functions that work in any environment:
15209
- * - Next.js (App Router / Pages Router / Server Components)
15210
- * - React Native
15211
- * - Node.js backend
15212
- *
15213
- * These fetchers use Zod schemas for runtime validation.
15214
- *
15215
- * Usage:
15216
- * ```typescript
15217
- * // Configure API once (in your app entry point)
15218
- * import { configureAPI } from '../../api-instance'
15219
- * configureAPI({ baseUrl: 'https://api.example.com' })
15220
- *
15221
- * // Then use fetchers anywhere
15222
- * const users = await getUsers({ page: 1 })
15223
- *
15224
- * // With SWR
15225
- * const { data } = useSWR(['users', params], () => getUsers(params))
15226
- *
15227
- * // With React Query
15228
- * const { data } = useQuery(['users', params], () => getUsers(params))
15229
- *
15230
- * // In Server Component or SSR (pass custom client)
15231
- * import { API } from '../../index'
15232
- * const api = new API('https://api.example.com')
15233
- * const users = await getUsers({ page: 1 }, api)
15234
- * ```
15235
- */
15236
-
15237
15363
  /**
15238
15364
  * Get dashboard overview
15239
15365
  *
@@ -15242,38 +15368,6 @@ declare function getDashboardApiConfigConfigRetrieve(client?: any): Promise<Conf
15242
15368
  */
15243
15369
  declare function getDashboardApiOverviewOverviewRetrieve(client?: any): Promise<DashboardOverview>;
15244
15370
 
15245
- /**
15246
- * Typed fetchers for Dashboard - Statistics
15247
- *
15248
- * Universal functions that work in any environment:
15249
- * - Next.js (App Router / Pages Router / Server Components)
15250
- * - React Native
15251
- * - Node.js backend
15252
- *
15253
- * These fetchers use Zod schemas for runtime validation.
15254
- *
15255
- * Usage:
15256
- * ```typescript
15257
- * // Configure API once (in your app entry point)
15258
- * import { configureAPI } from '../../api-instance'
15259
- * configureAPI({ baseUrl: 'https://api.example.com' })
15260
- *
15261
- * // Then use fetchers anywhere
15262
- * const users = await getUsers({ page: 1 })
15263
- *
15264
- * // With SWR
15265
- * const { data } = useSWR(['users', params], () => getUsers(params))
15266
- *
15267
- * // With React Query
15268
- * const { data } = useQuery(['users', params], () => getUsers(params))
15269
- *
15270
- * // In Server Component or SSR (pass custom client)
15271
- * import { API } from '../../index'
15272
- * const api = new API('https://api.example.com')
15273
- * const users = await getUsers({ page: 1 }, api)
15274
- * ```
15275
- */
15276
-
15277
15371
  /**
15278
15372
  * Get application statistics
15279
15373
  *
@@ -15296,38 +15390,6 @@ declare function getDashboardApiStatisticsCardsList(client?: any): Promise<any>;
15296
15390
  */
15297
15391
  declare function getDashboardApiStatisticsUsersRetrieve(client?: any): Promise<UserStatistics>;
15298
15392
 
15299
- /**
15300
- * Typed fetchers for Dashboard - System
15301
- *
15302
- * Universal functions that work in any environment:
15303
- * - Next.js (App Router / Pages Router / Server Components)
15304
- * - React Native
15305
- * - Node.js backend
15306
- *
15307
- * These fetchers use Zod schemas for runtime validation.
15308
- *
15309
- * Usage:
15310
- * ```typescript
15311
- * // Configure API once (in your app entry point)
15312
- * import { configureAPI } from '../../api-instance'
15313
- * configureAPI({ baseUrl: 'https://api.example.com' })
15314
- *
15315
- * // Then use fetchers anywhere
15316
- * const users = await getUsers({ page: 1 })
15317
- *
15318
- * // With SWR
15319
- * const { data } = useSWR(['users', params], () => getUsers(params))
15320
- *
15321
- * // With React Query
15322
- * const { data } = useQuery(['users', params], () => getUsers(params))
15323
- *
15324
- * // In Server Component or SSR (pass custom client)
15325
- * import { API } from '../../index'
15326
- * const api = new API('https://api.example.com')
15327
- * const users = await getUsers({ page: 1 }, api)
15328
- * ```
15329
- */
15330
-
15331
15393
  /**
15332
15394
  * Get system health status
15333
15395
  *
@@ -15343,38 +15405,6 @@ declare function getDashboardApiSystemHealthRetrieve(client?: any): Promise<Syst
15343
15405
  */
15344
15406
  declare function getDashboardApiSystemMetricsRetrieve(client?: any): Promise<SystemMetrics>;
15345
15407
 
15346
- /**
15347
- * Typed fetchers for Endpoints
15348
- *
15349
- * Universal functions that work in any environment:
15350
- * - Next.js (App Router / Pages Router / Server Components)
15351
- * - React Native
15352
- * - Node.js backend
15353
- *
15354
- * These fetchers use Zod schemas for runtime validation.
15355
- *
15356
- * Usage:
15357
- * ```typescript
15358
- * // Configure API once (in your app entry point)
15359
- * import { configureAPI } from '../../api-instance'
15360
- * configureAPI({ baseUrl: 'https://api.example.com' })
15361
- *
15362
- * // Then use fetchers anywhere
15363
- * const users = await getUsers({ page: 1 })
15364
- *
15365
- * // With SWR
15366
- * const { data } = useSWR(['users', params], () => getUsers(params))
15367
- *
15368
- * // With React Query
15369
- * const { data } = useQuery(['users', params], () => getUsers(params))
15370
- *
15371
- * // In Server Component or SSR (pass custom client)
15372
- * import { API } from '../../index'
15373
- * const api = new API('https://api.example.com')
15374
- * const users = await getUsers({ page: 1 }, api)
15375
- * ```
15376
- */
15377
-
15378
15408
  /**
15379
15409
  * API operation
15380
15410
  *
@@ -15397,38 +15427,6 @@ declare function getEndpointsUrlsRetrieve(client?: any): Promise<URLsList>;
15397
15427
  */
15398
15428
  declare function getEndpointsUrlsCompactRetrieve(client?: any): Promise<any>;
15399
15429
 
15400
- /**
15401
- * Typed fetchers for Grpc Api Keys
15402
- *
15403
- * Universal functions that work in any environment:
15404
- * - Next.js (App Router / Pages Router / Server Components)
15405
- * - React Native
15406
- * - Node.js backend
15407
- *
15408
- * These fetchers use Zod schemas for runtime validation.
15409
- *
15410
- * Usage:
15411
- * ```typescript
15412
- * // Configure API once (in your app entry point)
15413
- * import { configureAPI } from '../../api-instance'
15414
- * configureAPI({ baseUrl: 'https://api.example.com' })
15415
- *
15416
- * // Then use fetchers anywhere
15417
- * const users = await getUsers({ page: 1 })
15418
- *
15419
- * // With SWR
15420
- * const { data } = useSWR(['users', params], () => getUsers(params))
15421
- *
15422
- * // With React Query
15423
- * const { data } = useQuery(['users', params], () => getUsers(params))
15424
- *
15425
- * // In Server Component or SSR (pass custom client)
15426
- * import { API } from '../../index'
15427
- * const api = new API('https://api.example.com')
15428
- * const users = await getUsers({ page: 1 }, api)
15429
- * ```
15430
- */
15431
-
15432
15430
  /**
15433
15431
  * List API keys
15434
15432
  *
@@ -15457,38 +15455,6 @@ declare function getGrpcApiKeysRetrieve(id: number, client?: any): Promise<ApiKe
15457
15455
  */
15458
15456
  declare function getGrpcApiKeysStatsRetrieve(client?: any): Promise<ApiKeyStats>;
15459
15457
 
15460
- /**
15461
- * Typed fetchers for Grpc Charts
15462
- *
15463
- * Universal functions that work in any environment:
15464
- * - Next.js (App Router / Pages Router / Server Components)
15465
- * - React Native
15466
- * - Node.js backend
15467
- *
15468
- * These fetchers use Zod schemas for runtime validation.
15469
- *
15470
- * Usage:
15471
- * ```typescript
15472
- * // Configure API once (in your app entry point)
15473
- * import { configureAPI } from '../../api-instance'
15474
- * configureAPI({ baseUrl: 'https://api.example.com' })
15475
- *
15476
- * // Then use fetchers anywhere
15477
- * const users = await getUsers({ page: 1 })
15478
- *
15479
- * // With SWR
15480
- * const { data } = useSWR(['users', params], () => getUsers(params))
15481
- *
15482
- * // With React Query
15483
- * const { data } = useQuery(['users', params], () => getUsers(params))
15484
- *
15485
- * // In Server Component or SSR (pass custom client)
15486
- * import { API } from '../../index'
15487
- * const api = new API('https://api.example.com')
15488
- * const users = await getUsers({ page: 1 }, api)
15489
- * ```
15490
- */
15491
-
15492
15458
  /**
15493
15459
  * Get all dashboard charts data
15494
15460
  *
@@ -15553,38 +15519,6 @@ declare function getGrpcChartsServiceActivityRetrieve(params?: {
15553
15519
  hours?: number;
15554
15520
  }, client?: any): Promise<ServiceActivityChart>;
15555
15521
 
15556
- /**
15557
- * Typed fetchers for Grpc Configuration
15558
- *
15559
- * Universal functions that work in any environment:
15560
- * - Next.js (App Router / Pages Router / Server Components)
15561
- * - React Native
15562
- * - Node.js backend
15563
- *
15564
- * These fetchers use Zod schemas for runtime validation.
15565
- *
15566
- * Usage:
15567
- * ```typescript
15568
- * // Configure API once (in your app entry point)
15569
- * import { configureAPI } from '../../api-instance'
15570
- * configureAPI({ baseUrl: 'https://api.example.com' })
15571
- *
15572
- * // Then use fetchers anywhere
15573
- * const users = await getUsers({ page: 1 })
15574
- *
15575
- * // With SWR
15576
- * const { data } = useSWR(['users', params], () => getUsers(params))
15577
- *
15578
- * // With React Query
15579
- * const { data } = useQuery(['users', params], () => getUsers(params))
15580
- *
15581
- * // In Server Component or SSR (pass custom client)
15582
- * import { API } from '../../index'
15583
- * const api = new API('https://api.example.com')
15584
- * const users = await getUsers({ page: 1 }, api)
15585
- * ```
15586
- */
15587
-
15588
15522
  /**
15589
15523
  * Get gRPC configuration
15590
15524
  *
@@ -15600,38 +15534,6 @@ declare function getGrpcConfigConfigRetrieve(client?: any): Promise<GRPCConfig>;
15600
15534
  */
15601
15535
  declare function getGrpcConfigServerInfoRetrieve(client?: any): Promise<GRPCServerInfo>;
15602
15536
 
15603
- /**
15604
- * Typed fetchers for Grpc Monitoring
15605
- *
15606
- * Universal functions that work in any environment:
15607
- * - Next.js (App Router / Pages Router / Server Components)
15608
- * - React Native
15609
- * - Node.js backend
15610
- *
15611
- * These fetchers use Zod schemas for runtime validation.
15612
- *
15613
- * Usage:
15614
- * ```typescript
15615
- * // Configure API once (in your app entry point)
15616
- * import { configureAPI } from '../../api-instance'
15617
- * configureAPI({ baseUrl: 'https://api.example.com' })
15618
- *
15619
- * // Then use fetchers anywhere
15620
- * const users = await getUsers({ page: 1 })
15621
- *
15622
- * // With SWR
15623
- * const { data } = useSWR(['users', params], () => getUsers(params))
15624
- *
15625
- * // With React Query
15626
- * const { data } = useQuery(['users', params], () => getUsers(params))
15627
- *
15628
- * // In Server Component or SSR (pass custom client)
15629
- * import { API } from '../../index'
15630
- * const api = new API('https://api.example.com')
15631
- * const users = await getUsers({ page: 1 }, api)
15632
- * ```
15633
- */
15634
-
15635
15537
  /**
15636
15538
  * Get gRPC health status
15637
15539
  *
@@ -15682,38 +15584,6 @@ declare function getGrpcMonitorTimelineRetrieve(params?: {
15682
15584
  interval?: string;
15683
15585
  }, client?: any): Promise<any>;
15684
15586
 
15685
- /**
15686
- * Typed fetchers for Grpc Proto Files
15687
- *
15688
- * Universal functions that work in any environment:
15689
- * - Next.js (App Router / Pages Router / Server Components)
15690
- * - React Native
15691
- * - Node.js backend
15692
- *
15693
- * These fetchers use Zod schemas for runtime validation.
15694
- *
15695
- * Usage:
15696
- * ```typescript
15697
- * // Configure API once (in your app entry point)
15698
- * import { configureAPI } from '../../api-instance'
15699
- * configureAPI({ baseUrl: 'https://api.example.com' })
15700
- *
15701
- * // Then use fetchers anywhere
15702
- * const users = await getUsers({ page: 1 })
15703
- *
15704
- * // With SWR
15705
- * const { data } = useSWR(['users', params], () => getUsers(params))
15706
- *
15707
- * // With React Query
15708
- * const { data } = useQuery(['users', params], () => getUsers(params))
15709
- *
15710
- * // In Server Component or SSR (pass custom client)
15711
- * import { API } from '../../index'
15712
- * const api = new API('https://api.example.com')
15713
- * const users = await getUsers({ page: 1 }, api)
15714
- * ```
15715
- */
15716
-
15717
15587
  /**
15718
15588
  * List all proto files
15719
15589
  *
@@ -15743,38 +15613,6 @@ declare function getGrpcProtoFilesDownloadAllRetrieve(client?: any): Promise<any
15743
15613
  */
15744
15614
  declare function createGrpcProtoFilesGenerateCreate(data: ProtoGenerateRequestRequest, client?: any): Promise<ProtoGenerateResponse>;
15745
15615
 
15746
- /**
15747
- * Typed fetchers for Grpc Services
15748
- *
15749
- * Universal functions that work in any environment:
15750
- * - Next.js (App Router / Pages Router / Server Components)
15751
- * - React Native
15752
- * - Node.js backend
15753
- *
15754
- * These fetchers use Zod schemas for runtime validation.
15755
- *
15756
- * Usage:
15757
- * ```typescript
15758
- * // Configure API once (in your app entry point)
15759
- * import { configureAPI } from '../../api-instance'
15760
- * configureAPI({ baseUrl: 'https://api.example.com' })
15761
- *
15762
- * // Then use fetchers anywhere
15763
- * const users = await getUsers({ page: 1 })
15764
- *
15765
- * // With SWR
15766
- * const { data } = useSWR(['users', params], () => getUsers(params))
15767
- *
15768
- * // With React Query
15769
- * const { data } = useQuery(['users', params], () => getUsers(params))
15770
- *
15771
- * // In Server Component or SSR (pass custom client)
15772
- * import { API } from '../../index'
15773
- * const api = new API('https://api.example.com')
15774
- * const users = await getUsers({ page: 1 }, api)
15775
- * ```
15776
- */
15777
-
15778
15616
  /**
15779
15617
  * List all services
15780
15618
  *
@@ -15801,38 +15639,6 @@ declare function getGrpcServicesRetrieve(id: string, pk: string, client?: any):
15801
15639
  */
15802
15640
  declare function getGrpcServicesMethodsRetrieve(id: string, pk: string, client?: any): Promise<ServiceMethods>;
15803
15641
 
15804
- /**
15805
- * Typed fetchers for Grpc Testing
15806
- *
15807
- * Universal functions that work in any environment:
15808
- * - Next.js (App Router / Pages Router / Server Components)
15809
- * - React Native
15810
- * - Node.js backend
15811
- *
15812
- * These fetchers use Zod schemas for runtime validation.
15813
- *
15814
- * Usage:
15815
- * ```typescript
15816
- * // Configure API once (in your app entry point)
15817
- * import { configureAPI } from '../../api-instance'
15818
- * configureAPI({ baseUrl: 'https://api.example.com' })
15819
- *
15820
- * // Then use fetchers anywhere
15821
- * const users = await getUsers({ page: 1 })
15822
- *
15823
- * // With SWR
15824
- * const { data } = useSWR(['users', params], () => getUsers(params))
15825
- *
15826
- * // With React Query
15827
- * const { data } = useQuery(['users', params], () => getUsers(params))
15828
- *
15829
- * // In Server Component or SSR (pass custom client)
15830
- * import { API } from '../../index'
15831
- * const api = new API('https://api.example.com')
15832
- * const users = await getUsers({ page: 1 }, api)
15833
- * ```
15834
- */
15835
-
15836
15642
  /**
15837
15643
  * Call gRPC method
15838
15644
  *
@@ -15862,38 +15668,6 @@ declare function getGrpcTestLogsRetrieve(params?: {
15862
15668
  status?: string;
15863
15669
  }, client?: any): Promise<GRPCTestLog>;
15864
15670
 
15865
- /**
15866
- * Typed fetchers for Health
15867
- *
15868
- * Universal functions that work in any environment:
15869
- * - Next.js (App Router / Pages Router / Server Components)
15870
- * - React Native
15871
- * - Node.js backend
15872
- *
15873
- * These fetchers use Zod schemas for runtime validation.
15874
- *
15875
- * Usage:
15876
- * ```typescript
15877
- * // Configure API once (in your app entry point)
15878
- * import { configureAPI } from '../../api-instance'
15879
- * configureAPI({ baseUrl: 'https://api.example.com' })
15880
- *
15881
- * // Then use fetchers anywhere
15882
- * const users = await getUsers({ page: 1 })
15883
- *
15884
- * // With SWR
15885
- * const { data } = useSWR(['users', params], () => getUsers(params))
15886
- *
15887
- * // With React Query
15888
- * const { data } = useQuery(['users', params], () => getUsers(params))
15889
- *
15890
- * // In Server Component or SSR (pass custom client)
15891
- * import { API } from '../../index'
15892
- * const api = new API('https://api.example.com')
15893
- * const users = await getUsers({ page: 1 }, api)
15894
- * ```
15895
- */
15896
-
15897
15671
  /**
15898
15672
  * API operation
15899
15673
  *
@@ -15909,38 +15683,6 @@ declare function getHealthDrfRetrieve(client?: any): Promise<HealthCheck>;
15909
15683
  */
15910
15684
  declare function getHealthDrfQuickRetrieve(client?: any): Promise<QuickHealth>;
15911
15685
 
15912
- /**
15913
- * Typed fetchers for Knowbase
15914
- *
15915
- * Universal functions that work in any environment:
15916
- * - Next.js (App Router / Pages Router / Server Components)
15917
- * - React Native
15918
- * - Node.js backend
15919
- *
15920
- * These fetchers use Zod schemas for runtime validation.
15921
- *
15922
- * Usage:
15923
- * ```typescript
15924
- * // Configure API once (in your app entry point)
15925
- * import { configureAPI } from '../../api-instance'
15926
- * configureAPI({ baseUrl: 'https://api.example.com' })
15927
- *
15928
- * // Then use fetchers anywhere
15929
- * const users = await getUsers({ page: 1 })
15930
- *
15931
- * // With SWR
15932
- * const { data } = useSWR(['users', params], () => getUsers(params))
15933
- *
15934
- * // With React Query
15935
- * const { data } = useQuery(['users', params], () => getUsers(params))
15936
- *
15937
- * // In Server Component or SSR (pass custom client)
15938
- * import { API } from '../../index'
15939
- * const api = new API('https://api.example.com')
15940
- * const users = await getUsers({ page: 1 }, api)
15941
- * ```
15942
- */
15943
-
15944
15686
  /**
15945
15687
  * API operation
15946
15688
  *
@@ -16377,38 +16119,6 @@ declare function getKnowbaseSystemItemsChunksList(id: string, params?: {
16377
16119
  */
16378
16120
  declare function getKnowbaseSystemItemsContentRetrieve(id: string, client?: any): Promise<ArchiveItemDetail>;
16379
16121
 
16380
- /**
16381
- * Typed fetchers for Leads
16382
- *
16383
- * Universal functions that work in any environment:
16384
- * - Next.js (App Router / Pages Router / Server Components)
16385
- * - React Native
16386
- * - Node.js backend
16387
- *
16388
- * These fetchers use Zod schemas for runtime validation.
16389
- *
16390
- * Usage:
16391
- * ```typescript
16392
- * // Configure API once (in your app entry point)
16393
- * import { configureAPI } from '../../api-instance'
16394
- * configureAPI({ baseUrl: 'https://api.example.com' })
16395
- *
16396
- * // Then use fetchers anywhere
16397
- * const users = await getUsers({ page: 1 })
16398
- *
16399
- * // With SWR
16400
- * const { data } = useSWR(['users', params], () => getUsers(params))
16401
- *
16402
- * // With React Query
16403
- * const { data } = useQuery(['users', params], () => getUsers(params))
16404
- *
16405
- * // In Server Component or SSR (pass custom client)
16406
- * import { API } from '../../index'
16407
- * const api = new API('https://api.example.com')
16408
- * const users = await getUsers({ page: 1 }, api)
16409
- * ```
16410
- */
16411
-
16412
16122
  /**
16413
16123
  * API operation
16414
16124
  *
@@ -16455,38 +16165,6 @@ declare function partialUpdateLeadsPartialUpdate(id: number, data?: PatchedLeadS
16455
16165
  */
16456
16166
  declare function deleteLeadsDestroy(id: number, client?: any): Promise<void>;
16457
16167
 
16458
- /**
16459
- * Typed fetchers for Lead Submission
16460
- *
16461
- * Universal functions that work in any environment:
16462
- * - Next.js (App Router / Pages Router / Server Components)
16463
- * - React Native
16464
- * - Node.js backend
16465
- *
16466
- * These fetchers use Zod schemas for runtime validation.
16467
- *
16468
- * Usage:
16469
- * ```typescript
16470
- * // Configure API once (in your app entry point)
16471
- * import { configureAPI } from '../../api-instance'
16472
- * configureAPI({ baseUrl: 'https://api.example.com' })
16473
- *
16474
- * // Then use fetchers anywhere
16475
- * const users = await getUsers({ page: 1 })
16476
- *
16477
- * // With SWR
16478
- * const { data } = useSWR(['users', params], () => getUsers(params))
16479
- *
16480
- * // With React Query
16481
- * const { data } = useQuery(['users', params], () => getUsers(params))
16482
- *
16483
- * // In Server Component or SSR (pass custom client)
16484
- * import { API } from '../../index'
16485
- * const api = new API('https://api.example.com')
16486
- * const users = await getUsers({ page: 1 }, api)
16487
- * ```
16488
- */
16489
-
16490
16168
  /**
16491
16169
  * Submit Lead Form
16492
16170
  *
@@ -16495,38 +16173,6 @@ declare function deleteLeadsDestroy(id: number, client?: any): Promise<void>;
16495
16173
  */
16496
16174
  declare function createLeadsSubmitCreate(data: LeadSubmissionRequest, client?: any): Promise<LeadSubmissionResponse>;
16497
16175
 
16498
- /**
16499
- * Typed fetchers for Newsletter
16500
- *
16501
- * Universal functions that work in any environment:
16502
- * - Next.js (App Router / Pages Router / Server Components)
16503
- * - React Native
16504
- * - Node.js backend
16505
- *
16506
- * These fetchers use Zod schemas for runtime validation.
16507
- *
16508
- * Usage:
16509
- * ```typescript
16510
- * // Configure API once (in your app entry point)
16511
- * import { configureAPI } from '../../api-instance'
16512
- * configureAPI({ baseUrl: 'https://api.example.com' })
16513
- *
16514
- * // Then use fetchers anywhere
16515
- * const users = await getUsers({ page: 1 })
16516
- *
16517
- * // With SWR
16518
- * const { data } = useSWR(['users', params], () => getUsers(params))
16519
- *
16520
- * // With React Query
16521
- * const { data } = useQuery(['users', params], () => getUsers(params))
16522
- *
16523
- * // In Server Component or SSR (pass custom client)
16524
- * import { API } from '../../index'
16525
- * const api = new API('https://api.example.com')
16526
- * const users = await getUsers({ page: 1 }, api)
16527
- * ```
16528
- */
16529
-
16530
16176
  /**
16531
16177
  * API operation
16532
16178
  *
@@ -16543,43 +16189,11 @@ declare function partialUpdateNewsletterCampaignsPartialUpdate(id: number, data?
16543
16189
  declare function updateNewsletterUnsubscribeUpdate(data: UnsubscribeRequest, client?: any): Promise<Unsubscribe>;
16544
16190
  /**
16545
16191
  * API operation
16546
- *
16547
- * @method PATCH
16548
- * @path /cfg/newsletter/unsubscribe/
16549
- */
16550
- declare function partialUpdateNewsletterUnsubscribePartialUpdate(data?: PatchedUnsubscribeRequest, client?: any): Promise<Unsubscribe>;
16551
-
16552
- /**
16553
- * Typed fetchers for Bulk Email
16554
- *
16555
- * Universal functions that work in any environment:
16556
- * - Next.js (App Router / Pages Router / Server Components)
16557
- * - React Native
16558
- * - Node.js backend
16559
- *
16560
- * These fetchers use Zod schemas for runtime validation.
16561
- *
16562
- * Usage:
16563
- * ```typescript
16564
- * // Configure API once (in your app entry point)
16565
- * import { configureAPI } from '../../api-instance'
16566
- * configureAPI({ baseUrl: 'https://api.example.com' })
16567
- *
16568
- * // Then use fetchers anywhere
16569
- * const users = await getUsers({ page: 1 })
16570
- *
16571
- * // With SWR
16572
- * const { data } = useSWR(['users', params], () => getUsers(params))
16573
- *
16574
- * // With React Query
16575
- * const { data } = useQuery(['users', params], () => getUsers(params))
16576
- *
16577
- * // In Server Component or SSR (pass custom client)
16578
- * import { API } from '../../index'
16579
- * const api = new API('https://api.example.com')
16580
- * const users = await getUsers({ page: 1 }, api)
16581
- * ```
16192
+ *
16193
+ * @method PATCH
16194
+ * @path /cfg/newsletter/unsubscribe/
16582
16195
  */
16196
+ declare function partialUpdateNewsletterUnsubscribePartialUpdate(data?: PatchedUnsubscribeRequest, client?: any): Promise<Unsubscribe>;
16583
16197
 
16584
16198
  /**
16585
16199
  * Send Bulk Email
@@ -16589,38 +16203,6 @@ declare function partialUpdateNewsletterUnsubscribePartialUpdate(data?: PatchedU
16589
16203
  */
16590
16204
  declare function createNewsletterBulkCreate(data: BulkEmailRequest, client?: any): Promise<BulkEmailResponse>;
16591
16205
 
16592
- /**
16593
- * Typed fetchers for Campaigns
16594
- *
16595
- * Universal functions that work in any environment:
16596
- * - Next.js (App Router / Pages Router / Server Components)
16597
- * - React Native
16598
- * - Node.js backend
16599
- *
16600
- * These fetchers use Zod schemas for runtime validation.
16601
- *
16602
- * Usage:
16603
- * ```typescript
16604
- * // Configure API once (in your app entry point)
16605
- * import { configureAPI } from '../../api-instance'
16606
- * configureAPI({ baseUrl: 'https://api.example.com' })
16607
- *
16608
- * // Then use fetchers anywhere
16609
- * const users = await getUsers({ page: 1 })
16610
- *
16611
- * // With SWR
16612
- * const { data } = useSWR(['users', params], () => getUsers(params))
16613
- *
16614
- * // With React Query
16615
- * const { data } = useQuery(['users', params], () => getUsers(params))
16616
- *
16617
- * // In Server Component or SSR (pass custom client)
16618
- * import { API } from '../../index'
16619
- * const api = new API('https://api.example.com')
16620
- * const users = await getUsers({ page: 1 }, api)
16621
- * ```
16622
- */
16623
-
16624
16206
  /**
16625
16207
  * List Newsletter Campaigns
16626
16208
  *
@@ -16667,38 +16249,6 @@ declare function deleteNewsletterCampaignsDestroy(id: number, client?: any): Pro
16667
16249
  */
16668
16250
  declare function createNewsletterCampaignsSendCreate(data: SendCampaignRequest, client?: any): Promise<SendCampaignResponse>;
16669
16251
 
16670
- /**
16671
- * Typed fetchers for Logs
16672
- *
16673
- * Universal functions that work in any environment:
16674
- * - Next.js (App Router / Pages Router / Server Components)
16675
- * - React Native
16676
- * - Node.js backend
16677
- *
16678
- * These fetchers use Zod schemas for runtime validation.
16679
- *
16680
- * Usage:
16681
- * ```typescript
16682
- * // Configure API once (in your app entry point)
16683
- * import { configureAPI } from '../../api-instance'
16684
- * configureAPI({ baseUrl: 'https://api.example.com' })
16685
- *
16686
- * // Then use fetchers anywhere
16687
- * const users = await getUsers({ page: 1 })
16688
- *
16689
- * // With SWR
16690
- * const { data } = useSWR(['users', params], () => getUsers(params))
16691
- *
16692
- * // With React Query
16693
- * const { data } = useQuery(['users', params], () => getUsers(params))
16694
- *
16695
- * // In Server Component or SSR (pass custom client)
16696
- * import { API } from '../../index'
16697
- * const api = new API('https://api.example.com')
16698
- * const users = await getUsers({ page: 1 }, api)
16699
- * ```
16700
- */
16701
-
16702
16252
  /**
16703
16253
  * List Email Logs
16704
16254
  *
@@ -16710,38 +16260,6 @@ declare function getNewsletterLogsList(params?: {
16710
16260
  page_size?: number;
16711
16261
  }, client?: any): Promise<PaginatedEmailLogList>;
16712
16262
 
16713
- /**
16714
- * Typed fetchers for Newsletters
16715
- *
16716
- * Universal functions that work in any environment:
16717
- * - Next.js (App Router / Pages Router / Server Components)
16718
- * - React Native
16719
- * - Node.js backend
16720
- *
16721
- * These fetchers use Zod schemas for runtime validation.
16722
- *
16723
- * Usage:
16724
- * ```typescript
16725
- * // Configure API once (in your app entry point)
16726
- * import { configureAPI } from '../../api-instance'
16727
- * configureAPI({ baseUrl: 'https://api.example.com' })
16728
- *
16729
- * // Then use fetchers anywhere
16730
- * const users = await getUsers({ page: 1 })
16731
- *
16732
- * // With SWR
16733
- * const { data } = useSWR(['users', params], () => getUsers(params))
16734
- *
16735
- * // With React Query
16736
- * const { data } = useQuery(['users', params], () => getUsers(params))
16737
- *
16738
- * // In Server Component or SSR (pass custom client)
16739
- * import { API } from '../../index'
16740
- * const api = new API('https://api.example.com')
16741
- * const users = await getUsers({ page: 1 }, api)
16742
- * ```
16743
- */
16744
-
16745
16263
  /**
16746
16264
  * List Active Newsletters
16747
16265
  *
@@ -16760,38 +16278,6 @@ declare function getNewsletterNewslettersList(params?: {
16760
16278
  */
16761
16279
  declare function getNewsletterNewslettersRetrieve(id: number, client?: any): Promise<Newsletter>;
16762
16280
 
16763
- /**
16764
- * Typed fetchers for Subscriptions
16765
- *
16766
- * Universal functions that work in any environment:
16767
- * - Next.js (App Router / Pages Router / Server Components)
16768
- * - React Native
16769
- * - Node.js backend
16770
- *
16771
- * These fetchers use Zod schemas for runtime validation.
16772
- *
16773
- * Usage:
16774
- * ```typescript
16775
- * // Configure API once (in your app entry point)
16776
- * import { configureAPI } from '../../api-instance'
16777
- * configureAPI({ baseUrl: 'https://api.example.com' })
16778
- *
16779
- * // Then use fetchers anywhere
16780
- * const users = await getUsers({ page: 1 })
16781
- *
16782
- * // With SWR
16783
- * const { data } = useSWR(['users', params], () => getUsers(params))
16784
- *
16785
- * // With React Query
16786
- * const { data } = useQuery(['users', params], () => getUsers(params))
16787
- *
16788
- * // In Server Component or SSR (pass custom client)
16789
- * import { API } from '../../index'
16790
- * const api = new API('https://api.example.com')
16791
- * const users = await getUsers({ page: 1 }, api)
16792
- * ```
16793
- */
16794
-
16795
16281
  /**
16796
16282
  * Subscribe to Newsletter
16797
16283
  *
@@ -16817,38 +16303,6 @@ declare function getNewsletterSubscriptionsList(params?: {
16817
16303
  */
16818
16304
  declare function createNewsletterUnsubscribeCreate(data: UnsubscribeRequest, client?: any): Promise<SuccessResponse>;
16819
16305
 
16820
- /**
16821
- * Typed fetchers for Testing
16822
- *
16823
- * Universal functions that work in any environment:
16824
- * - Next.js (App Router / Pages Router / Server Components)
16825
- * - React Native
16826
- * - Node.js backend
16827
- *
16828
- * These fetchers use Zod schemas for runtime validation.
16829
- *
16830
- * Usage:
16831
- * ```typescript
16832
- * // Configure API once (in your app entry point)
16833
- * import { configureAPI } from '../../api-instance'
16834
- * configureAPI({ baseUrl: 'https://api.example.com' })
16835
- *
16836
- * // Then use fetchers anywhere
16837
- * const users = await getUsers({ page: 1 })
16838
- *
16839
- * // With SWR
16840
- * const { data } = useSWR(['users', params], () => getUsers(params))
16841
- *
16842
- * // With React Query
16843
- * const { data } = useQuery(['users', params], () => getUsers(params))
16844
- *
16845
- * // In Server Component or SSR (pass custom client)
16846
- * import { API } from '../../index'
16847
- * const api = new API('https://api.example.com')
16848
- * const users = await getUsers({ page: 1 }, api)
16849
- * ```
16850
- */
16851
-
16852
16306
  /**
16853
16307
  * Test Email Sending
16854
16308
  *
@@ -16857,38 +16311,6 @@ declare function createNewsletterUnsubscribeCreate(data: UnsubscribeRequest, cli
16857
16311
  */
16858
16312
  declare function createNewsletterTestCreate(data: TestEmailRequest, client?: any): Promise<BulkEmailResponse>;
16859
16313
 
16860
- /**
16861
- * Typed fetchers for Payments
16862
- *
16863
- * Universal functions that work in any environment:
16864
- * - Next.js (App Router / Pages Router / Server Components)
16865
- * - React Native
16866
- * - Node.js backend
16867
- *
16868
- * These fetchers use Zod schemas for runtime validation.
16869
- *
16870
- * Usage:
16871
- * ```typescript
16872
- * // Configure API once (in your app entry point)
16873
- * import { configureAPI } from '../../api-instance'
16874
- * configureAPI({ baseUrl: 'https://api.example.com' })
16875
- *
16876
- * // Then use fetchers anywhere
16877
- * const users = await getUsers({ page: 1 })
16878
- *
16879
- * // With SWR
16880
- * const { data } = useSWR(['users', params], () => getUsers(params))
16881
- *
16882
- * // With React Query
16883
- * const { data } = useQuery(['users', params], () => getUsers(params))
16884
- *
16885
- * // In Server Component or SSR (pass custom client)
16886
- * import { API } from '../../index'
16887
- * const api = new API('https://api.example.com')
16888
- * const users = await getUsers({ page: 1 }, api)
16889
- * ```
16890
- */
16891
-
16892
16314
  /**
16893
16315
  * Get user balance
16894
16316
  *
@@ -16953,38 +16375,6 @@ declare function getPaymentsTransactionsList(params?: {
16953
16375
  type?: string;
16954
16376
  }, client?: any): Promise<any>;
16955
16377
 
16956
- /**
16957
- * Typed fetchers for RQ Jobs
16958
- *
16959
- * Universal functions that work in any environment:
16960
- * - Next.js (App Router / Pages Router / Server Components)
16961
- * - React Native
16962
- * - Node.js backend
16963
- *
16964
- * These fetchers use Zod schemas for runtime validation.
16965
- *
16966
- * Usage:
16967
- * ```typescript
16968
- * // Configure API once (in your app entry point)
16969
- * import { configureAPI } from '../../api-instance'
16970
- * configureAPI({ baseUrl: 'https://api.example.com' })
16971
- *
16972
- * // Then use fetchers anywhere
16973
- * const users = await getUsers({ page: 1 })
16974
- *
16975
- * // With SWR
16976
- * const { data } = useSWR(['users', params], () => getUsers(params))
16977
- *
16978
- * // With React Query
16979
- * const { data } = useQuery(['users', params], () => getUsers(params))
16980
- *
16981
- * // In Server Component or SSR (pass custom client)
16982
- * import { API } from '../../index'
16983
- * const api = new API('https://api.example.com')
16984
- * const users = await getUsers({ page: 1 }, api)
16985
- * ```
16986
- */
16987
-
16988
16378
  /**
16989
16379
  * List all jobs
16990
16380
  *
@@ -17026,38 +16416,6 @@ declare function createRqJobsCancelCreate(id: string, data: JobListRequest, clie
17026
16416
  */
17027
16417
  declare function createRqJobsRequeueCreate(id: string, data: JobListRequest, client?: any): Promise<JobActionResponse>;
17028
16418
 
17029
- /**
17030
- * Typed fetchers for RQ Monitoring
17031
- *
17032
- * Universal functions that work in any environment:
17033
- * - Next.js (App Router / Pages Router / Server Components)
17034
- * - React Native
17035
- * - Node.js backend
17036
- *
17037
- * These fetchers use Zod schemas for runtime validation.
17038
- *
17039
- * Usage:
17040
- * ```typescript
17041
- * // Configure API once (in your app entry point)
17042
- * import { configureAPI } from '../../api-instance'
17043
- * configureAPI({ baseUrl: 'https://api.example.com' })
17044
- *
17045
- * // Then use fetchers anywhere
17046
- * const users = await getUsers({ page: 1 })
17047
- *
17048
- * // With SWR
17049
- * const { data } = useSWR(['users', params], () => getUsers(params))
17050
- *
17051
- * // With React Query
17052
- * const { data } = useQuery(['users', params], () => getUsers(params))
17053
- *
17054
- * // In Server Component or SSR (pass custom client)
17055
- * import { API } from '../../index'
17056
- * const api = new API('https://api.example.com')
17057
- * const users = await getUsers({ page: 1 }, api)
17058
- * ```
17059
- */
17060
-
17061
16419
  /**
17062
16420
  * Get RQ configuration
17063
16421
  *
@@ -17080,38 +16438,6 @@ declare function getRqMonitorHealthRetrieve(client?: any): Promise<HealthCheck>;
17080
16438
  */
17081
16439
  declare function getRqMonitorMetricsRetrieve(client?: any): Promise<any>;
17082
16440
 
17083
- /**
17084
- * Typed fetchers for RQ Queues
17085
- *
17086
- * Universal functions that work in any environment:
17087
- * - Next.js (App Router / Pages Router / Server Components)
17088
- * - React Native
17089
- * - Node.js backend
17090
- *
17091
- * These fetchers use Zod schemas for runtime validation.
17092
- *
17093
- * Usage:
17094
- * ```typescript
17095
- * // Configure API once (in your app entry point)
17096
- * import { configureAPI } from '../../api-instance'
17097
- * configureAPI({ baseUrl: 'https://api.example.com' })
17098
- *
17099
- * // Then use fetchers anywhere
17100
- * const users = await getUsers({ page: 1 })
17101
- *
17102
- * // With SWR
17103
- * const { data } = useSWR(['users', params], () => getUsers(params))
17104
- *
17105
- * // With React Query
17106
- * const { data } = useQuery(['users', params], () => getUsers(params))
17107
- *
17108
- * // In Server Component or SSR (pass custom client)
17109
- * import { API } from '../../index'
17110
- * const api = new API('https://api.example.com')
17111
- * const users = await getUsers({ page: 1 }, api)
17112
- * ```
17113
- */
17114
-
17115
16441
  /**
17116
16442
  * List all queues
17117
16443
  *
@@ -17146,38 +16472,6 @@ declare function getRqQueuesJobsRetrieve(id: string, params?: {
17146
16472
  offset?: number;
17147
16473
  }, client?: any): Promise<any>;
17148
16474
 
17149
- /**
17150
- * Typed fetchers for RQ Registries
17151
- *
17152
- * Universal functions that work in any environment:
17153
- * - Next.js (App Router / Pages Router / Server Components)
17154
- * - React Native
17155
- * - Node.js backend
17156
- *
17157
- * These fetchers use Zod schemas for runtime validation.
17158
- *
17159
- * Usage:
17160
- * ```typescript
17161
- * // Configure API once (in your app entry point)
17162
- * import { configureAPI } from '../../api-instance'
17163
- * configureAPI({ baseUrl: 'https://api.example.com' })
17164
- *
17165
- * // Then use fetchers anywhere
17166
- * const users = await getUsers({ page: 1 })
17167
- *
17168
- * // With SWR
17169
- * const { data } = useSWR(['users', params], () => getUsers(params))
17170
- *
17171
- * // With React Query
17172
- * const { data } = useQuery(['users', params], () => getUsers(params))
17173
- *
17174
- * // In Server Component or SSR (pass custom client)
17175
- * import { API } from '../../index'
17176
- * const api = new API('https://api.example.com')
17177
- * const users = await getUsers({ page: 1 }, api)
17178
- * ```
17179
- */
17180
-
17181
16475
  /**
17182
16476
  * List deferred jobs
17183
16477
  *
@@ -17250,38 +16544,6 @@ declare function getRqJobsRegistriesStartedList(params?: {
17250
16544
  queue?: string;
17251
16545
  }, client?: any): Promise<PaginatedJobListList>;
17252
16546
 
17253
- /**
17254
- * Typed fetchers for RQ Schedules
17255
- *
17256
- * Universal functions that work in any environment:
17257
- * - Next.js (App Router / Pages Router / Server Components)
17258
- * - React Native
17259
- * - Node.js backend
17260
- *
17261
- * These fetchers use Zod schemas for runtime validation.
17262
- *
17263
- * Usage:
17264
- * ```typescript
17265
- * // Configure API once (in your app entry point)
17266
- * import { configureAPI } from '../../api-instance'
17267
- * configureAPI({ baseUrl: 'https://api.example.com' })
17268
- *
17269
- * // Then use fetchers anywhere
17270
- * const users = await getUsers({ page: 1 })
17271
- *
17272
- * // With SWR
17273
- * const { data } = useSWR(['users', params], () => getUsers(params))
17274
- *
17275
- * // With React Query
17276
- * const { data } = useQuery(['users', params], () => getUsers(params))
17277
- *
17278
- * // In Server Component or SSR (pass custom client)
17279
- * import { API } from '../../index'
17280
- * const api = new API('https://api.example.com')
17281
- * const users = await getUsers({ page: 1 }, api)
17282
- * ```
17283
- */
17284
-
17285
16547
  /**
17286
16548
  * List scheduled jobs
17287
16549
  *
@@ -17319,38 +16581,6 @@ declare function deleteRqSchedulesDestroy(id: string, pk: string, params?: {
17319
16581
  queue?: string;
17320
16582
  }, client?: any): Promise<ScheduleActionResponse>;
17321
16583
 
17322
- /**
17323
- * Typed fetchers for RQ Testing
17324
- *
17325
- * Universal functions that work in any environment:
17326
- * - Next.js (App Router / Pages Router / Server Components)
17327
- * - React Native
17328
- * - Node.js backend
17329
- *
17330
- * These fetchers use Zod schemas for runtime validation.
17331
- *
17332
- * Usage:
17333
- * ```typescript
17334
- * // Configure API once (in your app entry point)
17335
- * import { configureAPI } from '../../api-instance'
17336
- * configureAPI({ baseUrl: 'https://api.example.com' })
17337
- *
17338
- * // Then use fetchers anywhere
17339
- * const users = await getUsers({ page: 1 })
17340
- *
17341
- * // With SWR
17342
- * const { data } = useSWR(['users', params], () => getUsers(params))
17343
- *
17344
- * // With React Query
17345
- * const { data } = useQuery(['users', params], () => getUsers(params))
17346
- *
17347
- * // In Server Component or SSR (pass custom client)
17348
- * import { API } from '../../index'
17349
- * const api = new API('https://api.example.com')
17350
- * const users = await getUsers({ page: 1 }, api)
17351
- * ```
17352
- */
17353
-
17354
16584
  /**
17355
16585
  * List test scenarios
17356
16586
  *
@@ -17401,38 +16631,6 @@ declare function createRqTestingScheduleDemoCreate(data: any, client?: any): Pro
17401
16631
  */
17402
16632
  declare function createRqTestingStressTestCreate(data: StressTestRequestRequest, client?: any): Promise<TestingActionResponse>;
17403
16633
 
17404
- /**
17405
- * Typed fetchers for RQ Workers
17406
- *
17407
- * Universal functions that work in any environment:
17408
- * - Next.js (App Router / Pages Router / Server Components)
17409
- * - React Native
17410
- * - Node.js backend
17411
- *
17412
- * These fetchers use Zod schemas for runtime validation.
17413
- *
17414
- * Usage:
17415
- * ```typescript
17416
- * // Configure API once (in your app entry point)
17417
- * import { configureAPI } from '../../api-instance'
17418
- * configureAPI({ baseUrl: 'https://api.example.com' })
17419
- *
17420
- * // Then use fetchers anywhere
17421
- * const users = await getUsers({ page: 1 })
17422
- *
17423
- * // With SWR
17424
- * const { data } = useSWR(['users', params], () => getUsers(params))
17425
- *
17426
- * // With React Query
17427
- * const { data } = useQuery(['users', params], () => getUsers(params))
17428
- *
17429
- * // In Server Component or SSR (pass custom client)
17430
- * import { API } from '../../index'
17431
- * const api = new API('https://api.example.com')
17432
- * const users = await getUsers({ page: 1 }, api)
17433
- * ```
17434
- */
17435
-
17436
16634
  /**
17437
16635
  * List all workers
17438
16636
  *
@@ -17451,38 +16649,6 @@ declare function getRqWorkersList(params?: {
17451
16649
  */
17452
16650
  declare function getRqWorkersStatsRetrieve(client?: any): Promise<WorkerStats>;
17453
16651
 
17454
- /**
17455
- * Typed fetchers for Support
17456
- *
17457
- * Universal functions that work in any environment:
17458
- * - Next.js (App Router / Pages Router / Server Components)
17459
- * - React Native
17460
- * - Node.js backend
17461
- *
17462
- * These fetchers use Zod schemas for runtime validation.
17463
- *
17464
- * Usage:
17465
- * ```typescript
17466
- * // Configure API once (in your app entry point)
17467
- * import { configureAPI } from '../../api-instance'
17468
- * configureAPI({ baseUrl: 'https://api.example.com' })
17469
- *
17470
- * // Then use fetchers anywhere
17471
- * const users = await getUsers({ page: 1 })
17472
- *
17473
- * // With SWR
17474
- * const { data } = useSWR(['users', params], () => getUsers(params))
17475
- *
17476
- * // With React Query
17477
- * const { data } = useQuery(['users', params], () => getUsers(params))
17478
- *
17479
- * // In Server Component or SSR (pass custom client)
17480
- * import { API } from '../../index'
17481
- * const api = new API('https://api.example.com')
17482
- * const users = await getUsers({ page: 1 }, api)
17483
- * ```
17484
- */
17485
-
17486
16652
  /**
17487
16653
  * API operation
17488
16654
  *