@djangocfg/api 1.2.6 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3023 -1755
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2542 -908
- package/dist/index.d.ts +2542 -908
- package/dist/index.mjs +2959 -1707
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/generated/_utils/fetchers/cfg__accounts.ts +2 -3
- package/src/cfg/generated/_utils/fetchers/cfg__accounts__auth.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__accounts__user_profile.ts +6 -7
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo.ts +2 -3
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_admin_api.ts +12 -13
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_monitoring.ts +8 -9
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_testing.ts +8 -9
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_activity.ts +61 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_api_zones.ts +62 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_charts.ts +90 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_commands.ts +92 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_overview.ts +48 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_statistics.ts +76 -0
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard__dashboard_system.ts +63 -0
- package/src/cfg/generated/_utils/fetchers/cfg__endpoints.ts +3 -4
- package/src/cfg/generated/_utils/fetchers/cfg__health.ts +2 -3
- package/src/cfg/generated/_utils/fetchers/cfg__knowbase.ts +57 -58
- package/src/cfg/generated/_utils/fetchers/cfg__leads.ts +6 -7
- package/src/cfg/generated/_utils/fetchers/cfg__leads__lead_submission.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter.ts +3 -4
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__bulk_email.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__campaigns.ts +6 -7
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__logs.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__newsletters.ts +2 -3
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__subscriptions.ts +3 -4
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__testing.ts +1 -2
- package/src/cfg/generated/_utils/fetchers/cfg__payments.ts +8 -9
- package/src/cfg/generated/_utils/fetchers/cfg__support.ts +12 -13
- package/src/cfg/generated/_utils/fetchers/cfg__tasks.ts +10 -11
- package/src/cfg/generated/_utils/fetchers/index.ts +7 -1
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_activity.ts +49 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_api_zones.ts +50 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_charts.ts +78 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_commands.ts +84 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_overview.ts +36 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_statistics.ts +64 -0
- package/src/cfg/generated/_utils/hooks/cfg__dashboard__dashboard_system.ts +51 -0
- package/src/cfg/generated/_utils/hooks/index.ts +7 -1
- package/src/cfg/generated/_utils/schemas/APIZone.schema.ts +27 -0
- package/src/cfg/generated/_utils/schemas/APIZonesSummary.schema.ts +21 -0
- package/src/cfg/generated/_utils/schemas/ActivityTrackerDay.schema.ts +23 -0
- package/src/cfg/generated/_utils/schemas/ChartData.schema.ts +21 -0
- package/src/cfg/generated/_utils/schemas/ChartDataset.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/Command.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/CommandExecuteRequestRequest.schema.ts +21 -0
- package/src/cfg/generated/_utils/schemas/CommandHelpResponse.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/CommandsSummary.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/RecentUser.schema.ts +26 -0
- package/src/cfg/generated/_utils/schemas/index.ts +10 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_activity/client.ts +45 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_activity/models.ts +0 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_api_zones/client.ts +34 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_api_zones/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_api_zones/models.ts +27 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_charts/client.ts +98 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_charts/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_charts/models.ts +24 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_commands/client.ts +55 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_commands/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_commands/models.ts +58 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_overview/client.ts +25 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_overview/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_overview/models.ts +23 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_statistics/client.ts +44 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_statistics/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_statistics/models.ts +16 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_system/client.ts +34 -0
- package/src/cfg/generated/cfg__dashboard__dashboard_system/index.ts +2 -0
- package/src/cfg/generated/{cfg__dashboard → cfg__dashboard__dashboard_system}/models.ts +0 -39
- package/src/cfg/generated/client.ts +32 -12
- package/src/cfg/generated/http.ts +8 -3
- package/src/cfg/generated/index.ts +35 -5
- package/src/cfg/generated/schema.ts +776 -22
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard.ts +0 -150
- package/src/cfg/generated/_utils/hooks/cfg__dashboard.ts +0 -137
- package/src/cfg/generated/cfg__dashboard/client.ts +0 -106
- /package/src/cfg/generated/{cfg__dashboard → cfg__dashboard__dashboard_activity}/index.ts +0 -0
|
@@ -49,6 +49,13 @@ import { CfgCampaigns } from "./cfg__newsletter__campaigns/client";
|
|
|
49
49
|
import { CfgCentrifugoAdminApi } from "./cfg__centrifugo__centrifugo_admin_api/client";
|
|
50
50
|
import { CfgCentrifugoMonitoring } from "./cfg__centrifugo__centrifugo_monitoring/client";
|
|
51
51
|
import { CfgCentrifugoTesting } from "./cfg__centrifugo__centrifugo_testing/client";
|
|
52
|
+
import { CfgDashboardApiZones } from "./cfg__dashboard__dashboard_api_zones/client";
|
|
53
|
+
import { CfgDashboardActivity } from "./cfg__dashboard__dashboard_activity/client";
|
|
54
|
+
import { CfgDashboardCharts } from "./cfg__dashboard__dashboard_charts/client";
|
|
55
|
+
import { CfgDashboardCommands } from "./cfg__dashboard__dashboard_commands/client";
|
|
56
|
+
import { CfgDashboardOverview } from "./cfg__dashboard__dashboard_overview/client";
|
|
57
|
+
import { CfgDashboardStatistics } from "./cfg__dashboard__dashboard_statistics/client";
|
|
58
|
+
import { CfgDashboardSystem } from "./cfg__dashboard__dashboard_system/client";
|
|
52
59
|
import { CfgLeadSubmission } from "./cfg__leads__lead_submission/client";
|
|
53
60
|
import { CfgLogs } from "./cfg__newsletter__logs/client";
|
|
54
61
|
import { CfgNewsletters } from "./cfg__newsletter__newsletters/client";
|
|
@@ -57,7 +64,6 @@ import { CfgTesting } from "./cfg__newsletter__testing/client";
|
|
|
57
64
|
import { CfgUserProfile } from "./cfg__accounts__user_profile/client";
|
|
58
65
|
import { CfgAccounts } from "./cfg__accounts/client";
|
|
59
66
|
import { CfgCentrifugo } from "./cfg__centrifugo/client";
|
|
60
|
-
import { CfgDashboard } from "./cfg__dashboard/client";
|
|
61
67
|
import { CfgEndpoints } from "./cfg__endpoints/client";
|
|
62
68
|
import { CfgHealth } from "./cfg__health/client";
|
|
63
69
|
import { CfgKnowbase } from "./cfg__knowbase/client";
|
|
@@ -72,6 +78,13 @@ export * as CfgCampaignsTypes from "./cfg__newsletter__campaigns/models";
|
|
|
72
78
|
export * as CfgCentrifugoAdminApiTypes from "./cfg__centrifugo__centrifugo_admin_api/models";
|
|
73
79
|
export * as CfgCentrifugoMonitoringTypes from "./cfg__centrifugo__centrifugo_monitoring/models";
|
|
74
80
|
export * as CfgCentrifugoTestingTypes from "./cfg__centrifugo__centrifugo_testing/models";
|
|
81
|
+
export * as CfgDashboardApiZonesTypes from "./cfg__dashboard__dashboard_api_zones/models";
|
|
82
|
+
export * as CfgDashboardActivityTypes from "./cfg__dashboard__dashboard_activity/models";
|
|
83
|
+
export * as CfgDashboardChartsTypes from "./cfg__dashboard__dashboard_charts/models";
|
|
84
|
+
export * as CfgDashboardCommandsTypes from "./cfg__dashboard__dashboard_commands/models";
|
|
85
|
+
export * as CfgDashboardOverviewTypes from "./cfg__dashboard__dashboard_overview/models";
|
|
86
|
+
export * as CfgDashboardStatisticsTypes from "./cfg__dashboard__dashboard_statistics/models";
|
|
87
|
+
export * as CfgDashboardSystemTypes from "./cfg__dashboard__dashboard_system/models";
|
|
75
88
|
export * as CfgLeadSubmissionTypes from "./cfg__leads__lead_submission/models";
|
|
76
89
|
export * as CfgLogsTypes from "./cfg__newsletter__logs/models";
|
|
77
90
|
export * as CfgNewslettersTypes from "./cfg__newsletter__newsletters/models";
|
|
@@ -80,7 +93,6 @@ export * as CfgTestingTypes from "./cfg__newsletter__testing/models";
|
|
|
80
93
|
export * as CfgUserProfileTypes from "./cfg__accounts__user_profile/models";
|
|
81
94
|
export * as CfgAccountsTypes from "./cfg__accounts/models";
|
|
82
95
|
export * as CfgCentrifugoTypes from "./cfg__centrifugo/models";
|
|
83
|
-
export * as CfgDashboardTypes from "./cfg__dashboard/models";
|
|
84
96
|
export * as CfgEndpointsTypes from "./cfg__endpoints/models";
|
|
85
97
|
export * as CfgHealthTypes from "./cfg__health/models";
|
|
86
98
|
export * as CfgKnowbaseTypes from "./cfg__knowbase/models";
|
|
@@ -163,6 +175,13 @@ export class API {
|
|
|
163
175
|
public cfg_centrifugo_admin_api!: CfgCentrifugoAdminApi;
|
|
164
176
|
public cfg_centrifugo_monitoring!: CfgCentrifugoMonitoring;
|
|
165
177
|
public cfg_centrifugo_testing!: CfgCentrifugoTesting;
|
|
178
|
+
public cfg_dashboard_api_zones!: CfgDashboardApiZones;
|
|
179
|
+
public cfg_dashboard_activity!: CfgDashboardActivity;
|
|
180
|
+
public cfg_dashboard_charts!: CfgDashboardCharts;
|
|
181
|
+
public cfg_dashboard_commands!: CfgDashboardCommands;
|
|
182
|
+
public cfg_dashboard_overview!: CfgDashboardOverview;
|
|
183
|
+
public cfg_dashboard_statistics!: CfgDashboardStatistics;
|
|
184
|
+
public cfg_dashboard_system!: CfgDashboardSystem;
|
|
166
185
|
public cfg_lead_submission!: CfgLeadSubmission;
|
|
167
186
|
public cfg_logs!: CfgLogs;
|
|
168
187
|
public cfg_newsletters!: CfgNewsletters;
|
|
@@ -171,7 +190,6 @@ export class API {
|
|
|
171
190
|
public cfg_user_profile!: CfgUserProfile;
|
|
172
191
|
public cfg_accounts!: CfgAccounts;
|
|
173
192
|
public cfg_centrifugo!: CfgCentrifugo;
|
|
174
|
-
public cfg_dashboard!: CfgDashboard;
|
|
175
193
|
public cfg_endpoints!: CfgEndpoints;
|
|
176
194
|
public cfg_health!: CfgHealth;
|
|
177
195
|
public cfg_knowbase!: CfgKnowbase;
|
|
@@ -209,6 +227,13 @@ export class API {
|
|
|
209
227
|
this.cfg_centrifugo_admin_api = this._client.cfg_centrifugo_admin_api;
|
|
210
228
|
this.cfg_centrifugo_monitoring = this._client.cfg_centrifugo_monitoring;
|
|
211
229
|
this.cfg_centrifugo_testing = this._client.cfg_centrifugo_testing;
|
|
230
|
+
this.cfg_dashboard_api_zones = this._client.cfg_dashboard_api_zones;
|
|
231
|
+
this.cfg_dashboard_activity = this._client.cfg_dashboard_activity;
|
|
232
|
+
this.cfg_dashboard_charts = this._client.cfg_dashboard_charts;
|
|
233
|
+
this.cfg_dashboard_commands = this._client.cfg_dashboard_commands;
|
|
234
|
+
this.cfg_dashboard_overview = this._client.cfg_dashboard_overview;
|
|
235
|
+
this.cfg_dashboard_statistics = this._client.cfg_dashboard_statistics;
|
|
236
|
+
this.cfg_dashboard_system = this._client.cfg_dashboard_system;
|
|
212
237
|
this.cfg_lead_submission = this._client.cfg_lead_submission;
|
|
213
238
|
this.cfg_logs = this._client.cfg_logs;
|
|
214
239
|
this.cfg_newsletters = this._client.cfg_newsletters;
|
|
@@ -217,7 +242,6 @@ export class API {
|
|
|
217
242
|
this.cfg_user_profile = this._client.cfg_user_profile;
|
|
218
243
|
this.cfg_accounts = this._client.cfg_accounts;
|
|
219
244
|
this.cfg_centrifugo = this._client.cfg_centrifugo;
|
|
220
|
-
this.cfg_dashboard = this._client.cfg_dashboard;
|
|
221
245
|
this.cfg_endpoints = this._client.cfg_endpoints;
|
|
222
246
|
this.cfg_health = this._client.cfg_health;
|
|
223
247
|
this.cfg_knowbase = this._client.cfg_knowbase;
|
|
@@ -249,6 +273,13 @@ export class API {
|
|
|
249
273
|
this.cfg_centrifugo_admin_api = this._client.cfg_centrifugo_admin_api;
|
|
250
274
|
this.cfg_centrifugo_monitoring = this._client.cfg_centrifugo_monitoring;
|
|
251
275
|
this.cfg_centrifugo_testing = this._client.cfg_centrifugo_testing;
|
|
276
|
+
this.cfg_dashboard_api_zones = this._client.cfg_dashboard_api_zones;
|
|
277
|
+
this.cfg_dashboard_activity = this._client.cfg_dashboard_activity;
|
|
278
|
+
this.cfg_dashboard_charts = this._client.cfg_dashboard_charts;
|
|
279
|
+
this.cfg_dashboard_commands = this._client.cfg_dashboard_commands;
|
|
280
|
+
this.cfg_dashboard_overview = this._client.cfg_dashboard_overview;
|
|
281
|
+
this.cfg_dashboard_statistics = this._client.cfg_dashboard_statistics;
|
|
282
|
+
this.cfg_dashboard_system = this._client.cfg_dashboard_system;
|
|
252
283
|
this.cfg_lead_submission = this._client.cfg_lead_submission;
|
|
253
284
|
this.cfg_logs = this._client.cfg_logs;
|
|
254
285
|
this.cfg_newsletters = this._client.cfg_newsletters;
|
|
@@ -257,7 +288,6 @@ export class API {
|
|
|
257
288
|
this.cfg_user_profile = this._client.cfg_user_profile;
|
|
258
289
|
this.cfg_accounts = this._client.cfg_accounts;
|
|
259
290
|
this.cfg_centrifugo = this._client.cfg_centrifugo;
|
|
260
|
-
this.cfg_dashboard = this._client.cfg_dashboard;
|
|
261
291
|
this.cfg_endpoints = this._client.cfg_endpoints;
|
|
262
292
|
this.cfg_health = this._client.cfg_health;
|
|
263
293
|
this.cfg_knowbase = this._client.cfg_knowbase;
|