@djangocfg/api 2.1.200 → 2.1.201
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/index.cjs
CHANGED
|
@@ -3034,8 +3034,8 @@ var CentrifugoErrorSchema = import_zod25.z.object({
|
|
|
3034
3034
|
|
|
3035
3035
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoChannelsResponse.schema.ts
|
|
3036
3036
|
var CentrifugoChannelsResponseSchema = import_zod26.z.object({
|
|
3037
|
-
error: CentrifugoErrorSchema.optional(),
|
|
3038
|
-
result: CentrifugoChannelsResultSchema.optional()
|
|
3037
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
3038
|
+
result: CentrifugoChannelsResultSchema.nullable().optional()
|
|
3039
3039
|
});
|
|
3040
3040
|
|
|
3041
3041
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoClientInfo.schema.ts
|
|
@@ -3070,7 +3070,7 @@ var CentrifugoStreamPositionSchema = import_zod29.z.object({
|
|
|
3070
3070
|
var CentrifugoHistoryRequestRequestSchema = import_zod30.z.object({
|
|
3071
3071
|
channel: import_zod30.z.string(),
|
|
3072
3072
|
limit: import_zod30.z.int().nullable().optional(),
|
|
3073
|
-
since: CentrifugoStreamPositionSchema.optional(),
|
|
3073
|
+
since: CentrifugoStreamPositionSchema.nullable().optional(),
|
|
3074
3074
|
reverse: import_zod30.z.boolean().nullable().optional()
|
|
3075
3075
|
});
|
|
3076
3076
|
|
|
@@ -3084,7 +3084,7 @@ var import_zod32 = require("zod");
|
|
|
3084
3084
|
var import_zod31 = require("zod");
|
|
3085
3085
|
var CentrifugoPublicationSchema = import_zod31.z.object({
|
|
3086
3086
|
data: import_zod31.z.record(import_zod31.z.string(), import_zod31.z.any()),
|
|
3087
|
-
info: CentrifugoClientInfoSchema.optional(),
|
|
3087
|
+
info: CentrifugoClientInfoSchema.nullable().optional(),
|
|
3088
3088
|
offset: import_zod31.z.int(),
|
|
3089
3089
|
tags: import_zod31.z.record(import_zod31.z.string(), import_zod31.z.any()).nullable().optional()
|
|
3090
3090
|
});
|
|
@@ -3098,8 +3098,8 @@ var CentrifugoHistoryResultSchema = import_zod32.z.object({
|
|
|
3098
3098
|
|
|
3099
3099
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoHistoryResponse.schema.ts
|
|
3100
3100
|
var CentrifugoHistoryResponseSchema = import_zod33.z.object({
|
|
3101
|
-
error: CentrifugoErrorSchema.optional(),
|
|
3102
|
-
result: CentrifugoHistoryResultSchema.optional()
|
|
3101
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
3102
|
+
result: CentrifugoHistoryResultSchema.nullable().optional()
|
|
3103
3103
|
});
|
|
3104
3104
|
|
|
3105
3105
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoInfoResponse.schema.ts
|
|
@@ -3135,8 +3135,8 @@ var CentrifugoNodeInfoSchema = import_zod36.z.object({
|
|
|
3135
3135
|
num_channels: import_zod36.z.int(),
|
|
3136
3136
|
uptime: import_zod36.z.int(),
|
|
3137
3137
|
num_subs: import_zod36.z.int(),
|
|
3138
|
-
metrics: CentrifugoMetricsSchema.optional(),
|
|
3139
|
-
process: CentrifugoProcessSchema.optional()
|
|
3138
|
+
metrics: CentrifugoMetricsSchema.nullable().optional(),
|
|
3139
|
+
process: CentrifugoProcessSchema.nullable().optional()
|
|
3140
3140
|
});
|
|
3141
3141
|
|
|
3142
3142
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoInfoResult.schema.ts
|
|
@@ -3146,8 +3146,8 @@ var CentrifugoInfoResultSchema = import_zod37.z.object({
|
|
|
3146
3146
|
|
|
3147
3147
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoInfoResponse.schema.ts
|
|
3148
3148
|
var CentrifugoInfoResponseSchema = import_zod38.z.object({
|
|
3149
|
-
error: CentrifugoErrorSchema.optional(),
|
|
3150
|
-
result: CentrifugoInfoResultSchema.optional()
|
|
3149
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
3150
|
+
result: CentrifugoInfoResultSchema.nullable().optional()
|
|
3151
3151
|
});
|
|
3152
3152
|
|
|
3153
3153
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoOverviewStats.schema.ts
|
|
@@ -3180,8 +3180,8 @@ var CentrifugoPresenceResultSchema = import_zod41.z.object({
|
|
|
3180
3180
|
|
|
3181
3181
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPresenceResponse.schema.ts
|
|
3182
3182
|
var CentrifugoPresenceResponseSchema = import_zod42.z.object({
|
|
3183
|
-
error: CentrifugoErrorSchema.optional(),
|
|
3184
|
-
result: CentrifugoPresenceResultSchema.optional()
|
|
3183
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
3184
|
+
result: CentrifugoPresenceResultSchema.nullable().optional()
|
|
3185
3185
|
});
|
|
3186
3186
|
|
|
3187
3187
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPresenceStatsRequestRequest.schema.ts
|
|
@@ -3202,8 +3202,8 @@ var CentrifugoPresenceStatsResultSchema = import_zod44.z.object({
|
|
|
3202
3202
|
|
|
3203
3203
|
// src/generated/cfg_centrifugo/_utils/schemas/CentrifugoPresenceStatsResponse.schema.ts
|
|
3204
3204
|
var CentrifugoPresenceStatsResponseSchema = import_zod45.z.object({
|
|
3205
|
-
error: CentrifugoErrorSchema.optional(),
|
|
3206
|
-
result: CentrifugoPresenceStatsResultSchema.optional()
|
|
3205
|
+
error: CentrifugoErrorSchema.nullable().optional(),
|
|
3206
|
+
result: CentrifugoPresenceStatsResultSchema.nullable().optional()
|
|
3207
3207
|
});
|
|
3208
3208
|
|
|
3209
3209
|
// src/generated/cfg_centrifugo/_utils/schemas/ChannelList.schema.ts
|