@djangocfg/api 1.2.19 → 1.2.21

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 (82) hide show
  1. package/dist/index.cjs +11846 -9936
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.d.cts +5466 -3236
  4. package/dist/index.d.ts +5466 -3236
  5. package/dist/index.mjs +11859 -9975
  6. package/dist/index.mjs.map +1 -1
  7. package/package.json +2 -2
  8. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_jobs.ts +105 -0
  9. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_monitoring.ts +77 -0
  10. package/src/cfg/generated/_utils/fetchers/{cfg__dashboard.ts → cfg__rq__rq_queues.ts} +21 -20
  11. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_registries.ts +132 -0
  12. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_schedules.ts +92 -0
  13. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_testing.ts +120 -0
  14. package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_workers.ts +62 -0
  15. package/src/cfg/generated/_utils/fetchers/index.ts +7 -2
  16. package/src/cfg/generated/_utils/hooks/cfg__rq__rq_jobs.ts +106 -0
  17. package/src/cfg/generated/_utils/hooks/cfg__rq__rq_monitoring.ts +65 -0
  18. package/src/cfg/generated/_utils/hooks/cfg__rq__rq_queues.ts +82 -0
  19. package/src/cfg/generated/_utils/hooks/cfg__rq__rq_registries.ts +132 -0
  20. package/src/cfg/generated/_utils/hooks/cfg__rq__rq_schedules.ts +89 -0
  21. package/src/cfg/generated/_utils/hooks/cfg__rq__rq_testing.ts +124 -0
  22. package/src/cfg/generated/_utils/hooks/cfg__rq__rq_workers.ts +50 -0
  23. package/src/cfg/generated/_utils/hooks/index.ts +7 -2
  24. package/src/cfg/generated/_utils/schemas/JobActionResponse.schema.ts +26 -0
  25. package/src/cfg/generated/_utils/schemas/JobDetail.schema.ts +40 -0
  26. package/src/cfg/generated/_utils/schemas/JobList.schema.ts +28 -0
  27. package/src/cfg/generated/_utils/schemas/QueueDetail.schema.ts +34 -0
  28. package/src/cfg/generated/_utils/schemas/QueueStats.schema.ts +31 -0
  29. package/src/cfg/generated/_utils/schemas/RQConfig.schema.ts +29 -0
  30. package/src/cfg/generated/_utils/schemas/RunDemoRequestRequest.schema.ts +24 -0
  31. package/src/cfg/generated/_utils/schemas/ScheduleActionResponse.schema.ts +22 -0
  32. package/src/cfg/generated/_utils/schemas/ScheduleCreateRequest.schema.ts +39 -0
  33. package/src/cfg/generated/_utils/schemas/ScheduledJob.schema.ts +32 -0
  34. package/src/cfg/generated/_utils/schemas/StressTestRequestRequest.schema.ts +23 -0
  35. package/src/cfg/generated/_utils/schemas/TestScenario.schema.ts +25 -0
  36. package/src/cfg/generated/_utils/schemas/TestingActionResponse.schema.ts +23 -0
  37. package/src/cfg/generated/_utils/schemas/Worker.schema.ts +31 -0
  38. package/src/cfg/generated/_utils/schemas/WorkerStats.schema.ts +31 -0
  39. package/src/cfg/generated/_utils/schemas/index.ts +15 -10
  40. package/src/cfg/generated/cfg__dashboard__dashboard_overview/models.ts +3 -1
  41. package/src/cfg/generated/cfg__rq__rq_jobs/client.ts +76 -0
  42. package/src/cfg/generated/cfg__rq__rq_jobs/models.ts +62 -0
  43. package/src/cfg/generated/cfg__rq__rq_monitoring/client.ts +45 -0
  44. package/src/cfg/generated/cfg__rq__rq_monitoring/models.ts +39 -0
  45. package/src/cfg/generated/cfg__rq__rq_queues/client.ts +78 -0
  46. package/src/cfg/generated/cfg__rq__rq_queues/index.ts +2 -0
  47. package/src/cfg/generated/cfg__rq__rq_queues/models.ts +33 -0
  48. package/src/cfg/generated/cfg__rq__rq_registries/client.ts +161 -0
  49. package/src/cfg/generated/cfg__rq__rq_registries/index.ts +2 -0
  50. package/src/cfg/generated/cfg__rq__rq_registries/models.ts +17 -0
  51. package/src/cfg/generated/cfg__rq__rq_schedules/client.ts +91 -0
  52. package/src/cfg/generated/cfg__rq__rq_schedules/index.ts +2 -0
  53. package/src/cfg/generated/cfg__rq__rq_schedules/models.ts +84 -0
  54. package/src/cfg/generated/cfg__rq__rq_testing/client.ts +96 -0
  55. package/src/cfg/generated/cfg__rq__rq_testing/index.ts +2 -0
  56. package/src/cfg/generated/cfg__rq__rq_testing/models.ts +68 -0
  57. package/src/cfg/generated/cfg__rq__rq_workers/client.ts +46 -0
  58. package/src/cfg/generated/cfg__rq__rq_workers/index.ts +2 -0
  59. package/src/cfg/generated/cfg__rq__rq_workers/models.ts +52 -0
  60. package/src/cfg/generated/client.ts +21 -6
  61. package/src/cfg/generated/enums.ts +40 -60
  62. package/src/cfg/generated/index.ts +35 -10
  63. package/src/cfg/generated/schema.ts +6160 -5035
  64. package/src/cfg/generated/_utils/fetchers/cfg__tasks.ts +0 -123
  65. package/src/cfg/generated/_utils/hooks/cfg__dashboard.ts +0 -77
  66. package/src/cfg/generated/_utils/hooks/cfg__tasks.ts +0 -111
  67. package/src/cfg/generated/_utils/schemas/PaginatedTaskLogListList.schema.ts +0 -24
  68. package/src/cfg/generated/_utils/schemas/TaskLog.schema.ts +0 -42
  69. package/src/cfg/generated/_utils/schemas/TaskLogDetail.schema.ts +0 -50
  70. package/src/cfg/generated/_utils/schemas/TaskLogList.schema.ts +0 -35
  71. package/src/cfg/generated/_utils/schemas/TaskLogOverview.schema.ts +0 -43
  72. package/src/cfg/generated/_utils/schemas/TaskLogStats.schema.ts +0 -30
  73. package/src/cfg/generated/_utils/schemas/TaskLogTimeline.schema.ts +0 -28
  74. package/src/cfg/generated/_utils/schemas/TaskLogTimelineItem.schema.ts +0 -28
  75. package/src/cfg/generated/_utils/schemas/TasksByQueue.schema.ts +0 -24
  76. package/src/cfg/generated/_utils/schemas/TasksByStatus.schema.ts +0 -24
  77. package/src/cfg/generated/cfg__dashboard/client.ts +0 -48
  78. package/src/cfg/generated/cfg__dashboard/models.ts +0 -0
  79. package/src/cfg/generated/cfg__tasks/client.ts +0 -104
  80. package/src/cfg/generated/cfg__tasks/models.ts +0 -285
  81. /package/src/cfg/generated/{cfg__dashboard → cfg__rq__rq_jobs}/index.ts +0 -0
  82. /package/src/cfg/generated/{cfg__tasks → cfg__rq__rq_monitoring}/index.ts +0 -0
@@ -0,0 +1,68 @@
1
+ import * as Enums from "../enums";
2
+
3
+ /**
4
+ * Serializer for testing action responses.
5
+ *
6
+ * Response model (includes read-only fields).
7
+ */
8
+ export interface TestingActionResponse {
9
+ /** Action success status */
10
+ success: boolean;
11
+ /** Action message */
12
+ message: string;
13
+ /** Created job IDs */
14
+ job_ids?: Array<string>;
15
+ /** Number of items affected */
16
+ count?: number | null;
17
+ /** Additional metadata */
18
+ metadata?: Record<string, any>;
19
+ }
20
+
21
+ /**
22
+ * Serializer for running demo tasks.
23
+ *
24
+ * Request model (no read-only fields).
25
+ */
26
+ export interface RunDemoRequestRequest {
27
+ /** Demo scenario to run
28
+
29
+ * `success` - success
30
+ * `failure` - failure
31
+ * `slow` - slow
32
+ * `progress` - progress
33
+ * `retry` - retry
34
+ * `random` - random
35
+ * `memory` - memory
36
+ * `cpu` - cpu */
37
+ scenario: Enums.RunDemoRequestRequestScenario;
38
+ /** Queue name */
39
+ queue?: string;
40
+ /** Task arguments */
41
+ args?: Array<string>;
42
+ /** Task keyword arguments */
43
+ kwargs?: Record<string, any>;
44
+ /** Job timeout in seconds */
45
+ timeout?: number | null;
46
+ }
47
+
48
+ /**
49
+ * Serializer for stress testing.
50
+ *
51
+ * Request model (no read-only fields).
52
+ */
53
+ export interface StressTestRequestRequest {
54
+ /** Number of jobs to create */
55
+ num_jobs?: number;
56
+ /** Queue name */
57
+ queue?: string;
58
+ /** Task scenario
59
+
60
+ * `success` - success
61
+ * `failure` - failure
62
+ * `slow` - slow
63
+ * `random` - random */
64
+ scenario?: Enums.StressTestRequestRequestScenario;
65
+ /** Task duration in seconds */
66
+ duration?: number;
67
+ }
68
+
@@ -0,0 +1,46 @@
1
+ import * as Models from "./models";
2
+
3
+
4
+ /**
5
+ * API endpoints for RQ Workers.
6
+ */
7
+ export class CfgRqWorkers {
8
+ private client: any;
9
+
10
+ constructor(client: any) {
11
+ this.client = client;
12
+ }
13
+
14
+ async list(queue?: string, state?: string): Promise<any>;
15
+ async list(params?: { queue?: string; state?: string }): Promise<any>;
16
+
17
+ /**
18
+ * List all workers
19
+ *
20
+ * Returns list of all RQ workers with their current state. Supports
21
+ * filtering by state and queue.
22
+ */
23
+ async list(...args: any[]): Promise<any> {
24
+ const isParamsObject = args.length === 1 && typeof args[0] === 'object' && args[0] !== null && !Array.isArray(args[0]);
25
+
26
+ let params;
27
+ if (isParamsObject) {
28
+ params = args[0];
29
+ } else {
30
+ params = { queue: args[0], state: args[1] };
31
+ }
32
+ const response = await this.client.request('GET', "/cfg/rq/workers/", { params });
33
+ return response;
34
+ }
35
+
36
+ /**
37
+ * Get worker statistics
38
+ *
39
+ * Returns aggregated statistics for all workers.
40
+ */
41
+ async statsRetrieve(): Promise<Models.WorkerStats> {
42
+ const response = await this.client.request('GET', "/cfg/rq/workers/stats/");
43
+ return response;
44
+ }
45
+
46
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./client";
2
+ export * as Models from "./models";
@@ -0,0 +1,52 @@
1
+ /**
2
+ * Aggregated worker statistics serializer. Provides overview of all workers
3
+ * across all queues.
4
+ *
5
+ * Response model (includes read-only fields).
6
+ */
7
+ export interface WorkerStats {
8
+ /** Total number of workers */
9
+ total_workers: number;
10
+ /** Number of busy workers */
11
+ busy_workers?: number;
12
+ /** Number of idle workers */
13
+ idle_workers?: number;
14
+ /** Number of suspended workers */
15
+ suspended_workers?: number;
16
+ /** Total successful jobs (all workers) */
17
+ total_successful_jobs?: number;
18
+ /** Total failed jobs (all workers) */
19
+ total_failed_jobs?: number;
20
+ /** Total working time across all workers (seconds) */
21
+ total_working_time?: number;
22
+ /** List of individual workers */
23
+ workers?: Array<Worker>;
24
+ }
25
+
26
+ /**
27
+ * Worker information serializer. Provides detailed information about an RQ
28
+ * worker.
29
+ *
30
+ * Response model (includes read-only fields).
31
+ */
32
+ export interface Worker {
33
+ /** Worker name/ID */
34
+ name: string;
35
+ /** List of queue names */
36
+ queues?: Array<string>;
37
+ /** Worker state (idle/busy/suspended) */
38
+ state: string;
39
+ /** Current job ID if busy */
40
+ current_job?: string | null;
41
+ /** Worker start time */
42
+ birth: string;
43
+ /** Last heartbeat timestamp */
44
+ last_heartbeat: string;
45
+ /** Total successful jobs */
46
+ successful_job_count?: number;
47
+ /** Total failed jobs */
48
+ failed_job_count?: number;
49
+ /** Total working time in seconds */
50
+ total_working_time?: number;
51
+ }
52
+
@@ -14,12 +14,18 @@ import { CfgDashboardSystem } from "./cfg__dashboard__dashboard_system";
14
14
  import { CfgLeadSubmission } from "./cfg__leads__lead_submission";
15
15
  import { CfgLogs } from "./cfg__newsletter__logs";
16
16
  import { CfgNewsletters } from "./cfg__newsletter__newsletters";
17
+ import { CfgRqJobs } from "./cfg__rq__rq_jobs";
18
+ import { CfgRqMonitoring } from "./cfg__rq__rq_monitoring";
19
+ import { CfgRqQueues } from "./cfg__rq__rq_queues";
20
+ import { CfgRqRegistries } from "./cfg__rq__rq_registries";
21
+ import { CfgRqSchedules } from "./cfg__rq__rq_schedules";
22
+ import { CfgRqTesting } from "./cfg__rq__rq_testing";
23
+ import { CfgRqWorkers } from "./cfg__rq__rq_workers";
17
24
  import { CfgSubscriptions } from "./cfg__newsletter__subscriptions";
18
25
  import { CfgTesting } from "./cfg__newsletter__testing";
19
26
  import { CfgUserProfile } from "./cfg__accounts__user_profile";
20
27
  import { CfgAccounts } from "./cfg__accounts";
21
28
  import { CfgCentrifugo } from "./cfg__centrifugo";
22
- import { CfgDashboard } from "./cfg__dashboard";
23
29
  import { CfgEndpoints } from "./cfg__endpoints";
24
30
  import { CfgGrpcMonitoring } from "./cfg__grpc__grpc_monitoring";
25
31
  import { CfgHealth } from "./cfg__health";
@@ -28,7 +34,6 @@ import { CfgLeads } from "./cfg__leads";
28
34
  import { CfgNewsletter } from "./cfg__newsletter";
29
35
  import { CfgPayments } from "./cfg__payments";
30
36
  import { CfgSupport } from "./cfg__support";
31
- import { CfgTasks } from "./cfg__tasks";
32
37
  import { HttpClientAdapter, FetchAdapter } from "./http";
33
38
  import { APIError, NetworkError } from "./errors";
34
39
  import { APILogger, type LoggerConfig } from "./logger";
@@ -73,12 +78,18 @@ export class APIClient {
73
78
  public cfg_lead_submission: CfgLeadSubmission;
74
79
  public cfg_logs: CfgLogs;
75
80
  public cfg_newsletters: CfgNewsletters;
81
+ public cfg_rq_jobs: CfgRqJobs;
82
+ public cfg_rq_monitoring: CfgRqMonitoring;
83
+ public cfg_rq_queues: CfgRqQueues;
84
+ public cfg_rq_registries: CfgRqRegistries;
85
+ public cfg_rq_schedules: CfgRqSchedules;
86
+ public cfg_rq_testing: CfgRqTesting;
87
+ public cfg_rq_workers: CfgRqWorkers;
76
88
  public cfg_subscriptions: CfgSubscriptions;
77
89
  public cfg_testing: CfgTesting;
78
90
  public cfg_user_profile: CfgUserProfile;
79
91
  public cfg_accounts: CfgAccounts;
80
92
  public cfg_centrifugo: CfgCentrifugo;
81
- public cfg_dashboard: CfgDashboard;
82
93
  public cfg_endpoints: CfgEndpoints;
83
94
  public cfg_grpc_monitoring: CfgGrpcMonitoring;
84
95
  public cfg_health: CfgHealth;
@@ -87,7 +98,6 @@ export class APIClient {
87
98
  public cfg_newsletter: CfgNewsletter;
88
99
  public cfg_payments: CfgPayments;
89
100
  public cfg_support: CfgSupport;
90
- public cfg_tasks: CfgTasks;
91
101
 
92
102
  constructor(
93
103
  baseUrl: string,
@@ -127,12 +137,18 @@ export class APIClient {
127
137
  this.cfg_lead_submission = new CfgLeadSubmission(this);
128
138
  this.cfg_logs = new CfgLogs(this);
129
139
  this.cfg_newsletters = new CfgNewsletters(this);
140
+ this.cfg_rq_jobs = new CfgRqJobs(this);
141
+ this.cfg_rq_monitoring = new CfgRqMonitoring(this);
142
+ this.cfg_rq_queues = new CfgRqQueues(this);
143
+ this.cfg_rq_registries = new CfgRqRegistries(this);
144
+ this.cfg_rq_schedules = new CfgRqSchedules(this);
145
+ this.cfg_rq_testing = new CfgRqTesting(this);
146
+ this.cfg_rq_workers = new CfgRqWorkers(this);
130
147
  this.cfg_subscriptions = new CfgSubscriptions(this);
131
148
  this.cfg_testing = new CfgTesting(this);
132
149
  this.cfg_user_profile = new CfgUserProfile(this);
133
150
  this.cfg_accounts = new CfgAccounts(this);
134
151
  this.cfg_centrifugo = new CfgCentrifugo(this);
135
- this.cfg_dashboard = new CfgDashboard(this);
136
152
  this.cfg_endpoints = new CfgEndpoints(this);
137
153
  this.cfg_grpc_monitoring = new CfgGrpcMonitoring(this);
138
154
  this.cfg_health = new CfgHealth(this);
@@ -141,7 +157,6 @@ export class APIClient {
141
157
  this.cfg_newsletter = new CfgNewsletter(this);
142
158
  this.cfg_payments = new CfgPayments(this);
143
159
  this.cfg_support = new CfgSupport(this);
144
- this.cfg_tasks = new CfgTasks(this);
145
160
  }
146
161
 
147
162
  /**
@@ -394,6 +394,8 @@ export enum PaymentListStatus {
394
394
  * * `warning` - warning
395
395
  * * `danger` - danger
396
396
  * * `secondary` - secondary
397
+ * * `info` - info
398
+ * * `default` - default
397
399
  */
398
400
  export enum QuickActionColor {
399
401
  PRIMARY = "primary",
@@ -401,6 +403,30 @@ export enum QuickActionColor {
401
403
  WARNING = "warning",
402
404
  DANGER = "danger",
403
405
  SECONDARY = "secondary",
406
+ INFO = "info",
407
+ DEFAULT = "default",
408
+ }
409
+
410
+ /**
411
+ * Demo scenario to run
412
+ * * `success` - success
413
+ * * `failure` - failure
414
+ * * `slow` - slow
415
+ * * `progress` - progress
416
+ * * `retry` - retry
417
+ * * `random` - random
418
+ * * `memory` - memory
419
+ * * `cpu` - cpu
420
+ */
421
+ export enum RunDemoRequestRequestScenario {
422
+ SUCCESS = "success",
423
+ FAILURE = "failure",
424
+ SLOW = "slow",
425
+ PROGRESS = "progress",
426
+ RETRY = "retry",
427
+ RANDOM = "random",
428
+ MEMORY = "memory",
429
+ CPU = "cpu",
404
430
  }
405
431
 
406
432
  /**
@@ -415,6 +441,20 @@ export enum StatCardChangeType {
415
441
  NEUTRAL = "neutral",
416
442
  }
417
443
 
444
+ /**
445
+ * Task scenario
446
+ * * `success` - success
447
+ * * `failure` - failure
448
+ * * `slow` - slow
449
+ * * `random` - random
450
+ */
451
+ export enum StressTestRequestRequestScenario {
452
+ SUCCESS = "success",
453
+ FAILURE = "failure",
454
+ SLOW = "slow",
455
+ RANDOM = "random",
456
+ }
457
+
418
458
  /**
419
459
  * Overall system health status
420
460
  * * `healthy` - healthy
@@ -443,66 +483,6 @@ export enum SystemHealthItemStatus {
443
483
  UNKNOWN = "unknown",
444
484
  }
445
485
 
446
- /**
447
- * Current task status
448
- * * `deferred` - Deferred
449
- * * `queued` - Queued
450
- * * `in_progress` - In Progress
451
- * * `success` - Success
452
- * * `failed` - Failed
453
- * * `expired` - Expired
454
- * * `canceled` - Canceled
455
- */
456
- export enum TaskLogStatus {
457
- DEFERRED = "deferred",
458
- QUEUED = "queued",
459
- IN_PROGRESS = "in_progress",
460
- SUCCESS = "success",
461
- FAILED = "failed",
462
- EXPIRED = "expired",
463
- CANCELED = "canceled",
464
- }
465
-
466
- /**
467
- * Current task status
468
- * * `deferred` - Deferred
469
- * * `queued` - Queued
470
- * * `in_progress` - In Progress
471
- * * `success` - Success
472
- * * `failed` - Failed
473
- * * `expired` - Expired
474
- * * `canceled` - Canceled
475
- */
476
- export enum TaskLogDetailStatus {
477
- DEFERRED = "deferred",
478
- QUEUED = "queued",
479
- IN_PROGRESS = "in_progress",
480
- SUCCESS = "success",
481
- FAILED = "failed",
482
- EXPIRED = "expired",
483
- CANCELED = "canceled",
484
- }
485
-
486
- /**
487
- * Current task status
488
- * * `deferred` - Deferred
489
- * * `queued` - Queued
490
- * * `in_progress` - In Progress
491
- * * `success` - Success
492
- * * `failed` - Failed
493
- * * `expired` - Expired
494
- * * `canceled` - Canceled
495
- */
496
- export enum TaskLogListStatus {
497
- DEFERRED = "deferred",
498
- QUEUED = "queued",
499
- IN_PROGRESS = "in_progress",
500
- SUCCESS = "success",
501
- FAILED = "failed",
502
- EXPIRED = "expired",
503
- CANCELED = "canceled",
504
- }
505
-
506
486
  /**
507
487
  * * `open` - Open
508
488
  * * `waiting_for_user` - Waiting for User
@@ -59,12 +59,18 @@ import { CfgDashboardSystem } from "./cfg__dashboard__dashboard_system/client";
59
59
  import { CfgLeadSubmission } from "./cfg__leads__lead_submission/client";
60
60
  import { CfgLogs } from "./cfg__newsletter__logs/client";
61
61
  import { CfgNewsletters } from "./cfg__newsletter__newsletters/client";
62
+ import { CfgRqJobs } from "./cfg__rq__rq_jobs/client";
63
+ import { CfgRqMonitoring } from "./cfg__rq__rq_monitoring/client";
64
+ import { CfgRqQueues } from "./cfg__rq__rq_queues/client";
65
+ import { CfgRqRegistries } from "./cfg__rq__rq_registries/client";
66
+ import { CfgRqSchedules } from "./cfg__rq__rq_schedules/client";
67
+ import { CfgRqTesting } from "./cfg__rq__rq_testing/client";
68
+ import { CfgRqWorkers } from "./cfg__rq__rq_workers/client";
62
69
  import { CfgSubscriptions } from "./cfg__newsletter__subscriptions/client";
63
70
  import { CfgTesting } from "./cfg__newsletter__testing/client";
64
71
  import { CfgUserProfile } from "./cfg__accounts__user_profile/client";
65
72
  import { CfgAccounts } from "./cfg__accounts/client";
66
73
  import { CfgCentrifugo } from "./cfg__centrifugo/client";
67
- import { CfgDashboard } from "./cfg__dashboard/client";
68
74
  import { CfgEndpoints } from "./cfg__endpoints/client";
69
75
  import { CfgGrpcMonitoring } from "./cfg__grpc__grpc_monitoring/client";
70
76
  import { CfgHealth } from "./cfg__health/client";
@@ -73,7 +79,6 @@ import { CfgLeads } from "./cfg__leads/client";
73
79
  import { CfgNewsletter } from "./cfg__newsletter/client";
74
80
  import { CfgPayments } from "./cfg__payments/client";
75
81
  import { CfgSupport } from "./cfg__support/client";
76
- import { CfgTasks } from "./cfg__tasks/client";
77
82
  export * as CfgAuthTypes from "./cfg__accounts__auth/models";
78
83
  export * as CfgBulkEmailTypes from "./cfg__newsletter__bulk_email/models";
79
84
  export * as CfgCampaignsTypes from "./cfg__newsletter__campaigns/models";
@@ -90,12 +95,18 @@ export * as CfgDashboardSystemTypes from "./cfg__dashboard__dashboard_system/mod
90
95
  export * as CfgLeadSubmissionTypes from "./cfg__leads__lead_submission/models";
91
96
  export * as CfgLogsTypes from "./cfg__newsletter__logs/models";
92
97
  export * as CfgNewslettersTypes from "./cfg__newsletter__newsletters/models";
98
+ export * as CfgRqJobsTypes from "./cfg__rq__rq_jobs/models";
99
+ export * as CfgRqMonitoringTypes from "./cfg__rq__rq_monitoring/models";
100
+ export * as CfgRqQueuesTypes from "./cfg__rq__rq_queues/models";
101
+ export * as CfgRqRegistriesTypes from "./cfg__rq__rq_registries/models";
102
+ export * as CfgRqSchedulesTypes from "./cfg__rq__rq_schedules/models";
103
+ export * as CfgRqTestingTypes from "./cfg__rq__rq_testing/models";
104
+ export * as CfgRqWorkersTypes from "./cfg__rq__rq_workers/models";
93
105
  export * as CfgSubscriptionsTypes from "./cfg__newsletter__subscriptions/models";
94
106
  export * as CfgTestingTypes from "./cfg__newsletter__testing/models";
95
107
  export * as CfgUserProfileTypes from "./cfg__accounts__user_profile/models";
96
108
  export * as CfgAccountsTypes from "./cfg__accounts/models";
97
109
  export * as CfgCentrifugoTypes from "./cfg__centrifugo/models";
98
- export * as CfgDashboardTypes from "./cfg__dashboard/models";
99
110
  export * as CfgEndpointsTypes from "./cfg__endpoints/models";
100
111
  export * as CfgGrpcMonitoringTypes from "./cfg__grpc__grpc_monitoring/models";
101
112
  export * as CfgHealthTypes from "./cfg__health/models";
@@ -104,7 +115,6 @@ export * as CfgLeadsTypes from "./cfg__leads/models";
104
115
  export * as CfgNewsletterTypes from "./cfg__newsletter/models";
105
116
  export * as CfgPaymentsTypes from "./cfg__payments/models";
106
117
  export * as CfgSupportTypes from "./cfg__support/models";
107
- export * as CfgTasksTypes from "./cfg__tasks/models";
108
118
  export * as Enums from "./enums";
109
119
 
110
120
  // Re-export Zod schemas for runtime validation
@@ -189,12 +199,18 @@ export class API {
189
199
  public cfg_lead_submission!: CfgLeadSubmission;
190
200
  public cfg_logs!: CfgLogs;
191
201
  public cfg_newsletters!: CfgNewsletters;
202
+ public cfg_rq_jobs!: CfgRqJobs;
203
+ public cfg_rq_monitoring!: CfgRqMonitoring;
204
+ public cfg_rq_queues!: CfgRqQueues;
205
+ public cfg_rq_registries!: CfgRqRegistries;
206
+ public cfg_rq_schedules!: CfgRqSchedules;
207
+ public cfg_rq_testing!: CfgRqTesting;
208
+ public cfg_rq_workers!: CfgRqWorkers;
192
209
  public cfg_subscriptions!: CfgSubscriptions;
193
210
  public cfg_testing!: CfgTesting;
194
211
  public cfg_user_profile!: CfgUserProfile;
195
212
  public cfg_accounts!: CfgAccounts;
196
213
  public cfg_centrifugo!: CfgCentrifugo;
197
- public cfg_dashboard!: CfgDashboard;
198
214
  public cfg_endpoints!: CfgEndpoints;
199
215
  public cfg_grpc_monitoring!: CfgGrpcMonitoring;
200
216
  public cfg_health!: CfgHealth;
@@ -203,7 +219,6 @@ export class API {
203
219
  public cfg_newsletter!: CfgNewsletter;
204
220
  public cfg_payments!: CfgPayments;
205
221
  public cfg_support!: CfgSupport;
206
- public cfg_tasks!: CfgTasks;
207
222
 
208
223
  constructor(baseUrl: string, options?: APIOptions) {
209
224
  this.baseUrl = baseUrl;
@@ -243,12 +258,18 @@ export class API {
243
258
  this.cfg_lead_submission = this._client.cfg_lead_submission;
244
259
  this.cfg_logs = this._client.cfg_logs;
245
260
  this.cfg_newsletters = this._client.cfg_newsletters;
261
+ this.cfg_rq_jobs = this._client.cfg_rq_jobs;
262
+ this.cfg_rq_monitoring = this._client.cfg_rq_monitoring;
263
+ this.cfg_rq_queues = this._client.cfg_rq_queues;
264
+ this.cfg_rq_registries = this._client.cfg_rq_registries;
265
+ this.cfg_rq_schedules = this._client.cfg_rq_schedules;
266
+ this.cfg_rq_testing = this._client.cfg_rq_testing;
267
+ this.cfg_rq_workers = this._client.cfg_rq_workers;
246
268
  this.cfg_subscriptions = this._client.cfg_subscriptions;
247
269
  this.cfg_testing = this._client.cfg_testing;
248
270
  this.cfg_user_profile = this._client.cfg_user_profile;
249
271
  this.cfg_accounts = this._client.cfg_accounts;
250
272
  this.cfg_centrifugo = this._client.cfg_centrifugo;
251
- this.cfg_dashboard = this._client.cfg_dashboard;
252
273
  this.cfg_endpoints = this._client.cfg_endpoints;
253
274
  this.cfg_grpc_monitoring = this._client.cfg_grpc_monitoring;
254
275
  this.cfg_health = this._client.cfg_health;
@@ -257,7 +278,6 @@ export class API {
257
278
  this.cfg_newsletter = this._client.cfg_newsletter;
258
279
  this.cfg_payments = this._client.cfg_payments;
259
280
  this.cfg_support = this._client.cfg_support;
260
- this.cfg_tasks = this._client.cfg_tasks;
261
281
  }
262
282
 
263
283
  private _loadTokensFromStorage(): void {
@@ -291,12 +311,18 @@ export class API {
291
311
  this.cfg_lead_submission = this._client.cfg_lead_submission;
292
312
  this.cfg_logs = this._client.cfg_logs;
293
313
  this.cfg_newsletters = this._client.cfg_newsletters;
314
+ this.cfg_rq_jobs = this._client.cfg_rq_jobs;
315
+ this.cfg_rq_monitoring = this._client.cfg_rq_monitoring;
316
+ this.cfg_rq_queues = this._client.cfg_rq_queues;
317
+ this.cfg_rq_registries = this._client.cfg_rq_registries;
318
+ this.cfg_rq_schedules = this._client.cfg_rq_schedules;
319
+ this.cfg_rq_testing = this._client.cfg_rq_testing;
320
+ this.cfg_rq_workers = this._client.cfg_rq_workers;
294
321
  this.cfg_subscriptions = this._client.cfg_subscriptions;
295
322
  this.cfg_testing = this._client.cfg_testing;
296
323
  this.cfg_user_profile = this._client.cfg_user_profile;
297
324
  this.cfg_accounts = this._client.cfg_accounts;
298
325
  this.cfg_centrifugo = this._client.cfg_centrifugo;
299
- this.cfg_dashboard = this._client.cfg_dashboard;
300
326
  this.cfg_endpoints = this._client.cfg_endpoints;
301
327
  this.cfg_grpc_monitoring = this._client.cfg_grpc_monitoring;
302
328
  this.cfg_health = this._client.cfg_health;
@@ -305,7 +331,6 @@ export class API {
305
331
  this.cfg_newsletter = this._client.cfg_newsletter;
306
332
  this.cfg_payments = this._client.cfg_payments;
307
333
  this.cfg_support = this._client.cfg_support;
308
- this.cfg_tasks = this._client.cfg_tasks;
309
334
  }
310
335
 
311
336
  private _injectAuthHeader(): void {