@emeryld/rrroutes-openapi 2.5.0 → 2.5.1
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.
|
@@ -9,7 +9,7 @@ export declare const socketEventSchema: z.ZodObject<{
|
|
|
9
9
|
createdAt: z.ZodNumber;
|
|
10
10
|
updatedAt: z.ZodNumber;
|
|
11
11
|
eventName: z.ZodString;
|
|
12
|
-
message: z.ZodOptional<z.
|
|
12
|
+
message: z.ZodOptional<z.ZodAny>;
|
|
13
13
|
toRoomId: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
14
14
|
}, z.core.$strip>;
|
|
15
15
|
export type SocketEventType = z.infer<typeof socketEventSchema>;
|
|
@@ -84,7 +84,7 @@ export declare const socketLeaves: readonly [{
|
|
|
84
84
|
createdAt: z.ZodNumber;
|
|
85
85
|
updatedAt: z.ZodNumber;
|
|
86
86
|
eventName: z.ZodString;
|
|
87
|
-
message: z.ZodOptional<z.
|
|
87
|
+
message: z.ZodOptional<z.ZodAny>;
|
|
88
88
|
toRoomId: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
89
89
|
}, z.core.$strip>>;
|
|
90
90
|
querySchema: z.ZodObject<{
|
|
@@ -139,7 +139,7 @@ export declare const socketLeaves: readonly [{
|
|
|
139
139
|
createdAt: z.ZodNumber;
|
|
140
140
|
updatedAt: z.ZodNumber;
|
|
141
141
|
eventName: z.ZodString;
|
|
142
|
-
message: z.ZodOptional<z.
|
|
142
|
+
message: z.ZodOptional<z.ZodAny>;
|
|
143
143
|
toRoomId: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
144
144
|
}, z.core.$strip>>;
|
|
145
145
|
querySchema: z.ZodObject<{
|
|
@@ -192,7 +192,7 @@ export declare const socketLeaves: readonly [{
|
|
|
192
192
|
createdAt: z.ZodNumber;
|
|
193
193
|
updatedAt: z.ZodNumber;
|
|
194
194
|
eventName: z.ZodString;
|
|
195
|
-
message: z.ZodOptional<z.
|
|
195
|
+
message: z.ZodOptional<z.ZodAny>;
|
|
196
196
|
toRoomId: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
197
197
|
}, z.core.$strip>>;
|
|
198
198
|
meta: z.ZodObject<{
|
|
@@ -249,7 +249,7 @@ export declare const socketLeaves: readonly [{
|
|
|
249
249
|
description?: string | undefined;
|
|
250
250
|
groupId?: string | undefined;
|
|
251
251
|
tags?: string[] | undefined;
|
|
252
|
-
message?:
|
|
252
|
+
message?: any;
|
|
253
253
|
}[];
|
|
254
254
|
meta: {
|
|
255
255
|
totalCount?: number | undefined;
|
|
@@ -266,7 +266,7 @@ export declare const socketLeaves: readonly [{
|
|
|
266
266
|
description?: string | undefined;
|
|
267
267
|
groupId?: string | undefined;
|
|
268
268
|
tags?: string[] | undefined;
|
|
269
|
-
message?:
|
|
269
|
+
message?: any;
|
|
270
270
|
}[];
|
|
271
271
|
meta: {
|
|
272
272
|
totalCount?: number | undefined;
|