@djangocfg/api 2.1.200 → 2.1.202
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/auth-server.cjs +14 -14
- package/dist/auth-server.cjs.map +1 -1
- package/dist/auth-server.mjs +14 -14
- package/dist/auth-server.mjs.map +1 -1
- package/dist/auth.cjs +14 -14
- package/dist/auth.cjs.map +1 -1
- package/dist/auth.mjs +14 -14
- package/dist/auth.mjs.map +1 -1
- package/dist/clients.cjs +14 -14
- package/dist/clients.cjs.map +1 -1
- package/dist/clients.d.cts +54 -54
- package/dist/clients.d.ts +54 -54
- package/dist/clients.mjs +14 -14
- package/dist/clients.mjs.map +1 -1
- package/dist/index.cjs +14 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +14 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/generated/cfg_accounts/CLAUDE.md +1 -1
- package/src/generated/cfg_accounts/schema.json +46 -24
- package/src/generated/cfg_centrifugo/CLAUDE.md +1 -1
- package/src/generated/cfg_centrifugo/_utils/schemas/CentrifugoChannelsResponse.schema.ts +2 -2
- package/src/generated/cfg_centrifugo/_utils/schemas/CentrifugoHistoryRequestRequest.schema.ts +1 -1
- package/src/generated/cfg_centrifugo/_utils/schemas/CentrifugoHistoryResponse.schema.ts +2 -2
- package/src/generated/cfg_centrifugo/_utils/schemas/CentrifugoInfoResponse.schema.ts +2 -2
- package/src/generated/cfg_centrifugo/_utils/schemas/CentrifugoNodeInfo.schema.ts +2 -2
- package/src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPresenceResponse.schema.ts +2 -2
- package/src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPresenceStatsResponse.schema.ts +2 -2
- package/src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPublication.schema.ts +1 -1
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_admin_api/models.ts +14 -14
- package/src/generated/cfg_centrifugo/schema.json +27 -15
- package/src/generated/cfg_totp/CLAUDE.md +1 -1
- package/src/generated/cfg_totp/schema.json +22 -12
package/dist/auth.cjs
CHANGED
|
@@ -2690,8 +2690,8 @@ var CentrifugoErrorSchema = import_zod25.z.object({
|
|
|
2690
2690
|
|
|
2691
2691
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoChannelsResponse.schema.ts
|
|
2692
2692
|
var CentrifugoChannelsResponseSchema = import_zod26.z.object({
|
|
2693
|
-
error: CentrifugoErrorSchema.optional(),
|
|
2694
|
-
result: CentrifugoChannelsResultSchema.optional()
|
|
2693
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
2694
|
+
result: CentrifugoChannelsResultSchema.nullable().optional()
|
|
2695
2695
|
});
|
|
2696
2696
|
|
|
2697
2697
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoClientInfo.schema.ts
|
|
@@ -2726,7 +2726,7 @@ var CentrifugoStreamPositionSchema = import_zod29.z.object({
|
|
|
2726
2726
|
var CentrifugoHistoryRequestRequestSchema = import_zod30.z.object({
|
|
2727
2727
|
channel: import_zod30.z.string(),
|
|
2728
2728
|
limit: import_zod30.z.int().nullable().optional(),
|
|
2729
|
-
since: CentrifugoStreamPositionSchema.optional(),
|
|
2729
|
+
since: CentrifugoStreamPositionSchema.nullable().optional(),
|
|
2730
2730
|
reverse: import_zod30.z.boolean().nullable().optional()
|
|
2731
2731
|
});
|
|
2732
2732
|
|
|
@@ -2740,7 +2740,7 @@ var import_zod32 = require("zod");
|
|
|
2740
2740
|
var import_zod31 = require("zod");
|
|
2741
2741
|
var CentrifugoPublicationSchema = import_zod31.z.object({
|
|
2742
2742
|
data: import_zod31.z.record(import_zod31.z.string(), import_zod31.z.any()),
|
|
2743
|
-
info: CentrifugoClientInfoSchema.optional(),
|
|
2743
|
+
info: CentrifugoClientInfoSchema.nullable().optional(),
|
|
2744
2744
|
offset: import_zod31.z.int(),
|
|
2745
2745
|
tags: import_zod31.z.record(import_zod31.z.string(), import_zod31.z.any()).nullable().optional()
|
|
2746
2746
|
});
|
|
@@ -2754,8 +2754,8 @@ var CentrifugoHistoryResultSchema = import_zod32.z.object({
|
|
|
2754
2754
|
|
|
2755
2755
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoHistoryResponse.schema.ts
|
|
2756
2756
|
var CentrifugoHistoryResponseSchema = import_zod33.z.object({
|
|
2757
|
-
error: CentrifugoErrorSchema.optional(),
|
|
2758
|
-
result: CentrifugoHistoryResultSchema.optional()
|
|
2757
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
2758
|
+
result: CentrifugoHistoryResultSchema.nullable().optional()
|
|
2759
2759
|
});
|
|
2760
2760
|
|
|
2761
2761
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoInfoResponse.schema.ts
|
|
@@ -2791,8 +2791,8 @@ var CentrifugoNodeInfoSchema = import_zod36.z.object({
|
|
|
2791
2791
|
num_channels: import_zod36.z.int(),
|
|
2792
2792
|
uptime: import_zod36.z.int(),
|
|
2793
2793
|
num_subs: import_zod36.z.int(),
|
|
2794
|
-
metrics: CentrifugoMetricsSchema.optional(),
|
|
2795
|
-
process: CentrifugoProcessSchema.optional()
|
|
2794
|
+
metrics: CentrifugoMetricsSchema.nullable().optional(),
|
|
2795
|
+
process: CentrifugoProcessSchema.nullable().optional()
|
|
2796
2796
|
});
|
|
2797
2797
|
|
|
2798
2798
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoInfoResult.schema.ts
|
|
@@ -2802,8 +2802,8 @@ var CentrifugoInfoResultSchema = import_zod37.z.object({
|
|
|
2802
2802
|
|
|
2803
2803
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoInfoResponse.schema.ts
|
|
2804
2804
|
var CentrifugoInfoResponseSchema = import_zod38.z.object({
|
|
2805
|
-
error: CentrifugoErrorSchema.optional(),
|
|
2806
|
-
result: CentrifugoInfoResultSchema.optional()
|
|
2805
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
2806
|
+
result: CentrifugoInfoResultSchema.nullable().optional()
|
|
2807
2807
|
});
|
|
2808
2808
|
|
|
2809
2809
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoOverviewStats.schema.ts
|
|
@@ -2836,8 +2836,8 @@ var CentrifugoPresenceResultSchema = import_zod41.z.object({
|
|
|
2836
2836
|
|
|
2837
2837
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPresenceResponse.schema.ts
|
|
2838
2838
|
var CentrifugoPresenceResponseSchema = import_zod42.z.object({
|
|
2839
|
-
error: CentrifugoErrorSchema.optional(),
|
|
2840
|
-
result: CentrifugoPresenceResultSchema.optional()
|
|
2839
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
2840
|
+
result: CentrifugoPresenceResultSchema.nullable().optional()
|
|
2841
2841
|
});
|
|
2842
2842
|
|
|
2843
2843
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPresenceStatsRequestRequest.schema.ts
|
|
@@ -2858,8 +2858,8 @@ var CentrifugoPresenceStatsResultSchema = import_zod44.z.object({
|
|
|
2858
2858
|
|
|
2859
2859
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPresenceStatsResponse.schema.ts
|
|
2860
2860
|
var CentrifugoPresenceStatsResponseSchema = import_zod45.z.object({
|
|
2861
|
-
error: CentrifugoErrorSchema.optional(),
|
|
2862
|
-
result: CentrifugoPresenceStatsResultSchema.optional()
|
|
2861
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
2862
|
+
result: CentrifugoPresenceStatsResultSchema.nullable().optional()
|
|
2863
2863
|
});
|
|
2864
2864
|
|
|
2865
2865
|
// src/generated/cfg_centrifugo/_utils/schemas/ChannelList.schema.ts
|