magicrealmsshared 0.6.29 → 0.6.30
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.
|
@@ -178,7 +178,7 @@ export declare const WELL_CHANNEL_SHEME: z.ZodObject<{
|
|
|
178
178
|
_id: string;
|
|
179
179
|
}>;
|
|
180
180
|
export type WELL_CHANNEL = z.infer<typeof WELL_CHANNEL_SHEME>;
|
|
181
|
-
export type WELL_CHANNEL_RESPONSE =
|
|
181
|
+
export type WELL_CHANNEL_RESPONSE = RESPONE_WITH_PERSONAL_WELL;
|
|
182
182
|
export declare const WELL_PERSONAL_SYNC_COMMAND = "WELL_PERSONAL_SYNC_COMMAND";
|
|
183
183
|
export declare const WELL_PERSONAL_SYNC_SHEME: z.ZodObject<{
|
|
184
184
|
_id: z.ZodString;
|
|
@@ -187,5 +187,5 @@ export declare const WELL_PERSONAL_SYNC_SHEME: z.ZodObject<{
|
|
|
187
187
|
}, {
|
|
188
188
|
_id: string;
|
|
189
189
|
}>;
|
|
190
|
-
export type WELL_PERSONAL_SYNC = z.infer<typeof
|
|
191
|
-
export type WELL_PERSONAL_SYNC_RESPONSE =
|
|
190
|
+
export type WELL_PERSONAL_SYNC = z.infer<typeof WELL_PERSONAL_SYNC_SHEME>;
|
|
191
|
+
export type WELL_PERSONAL_SYNC_RESPONSE = RESPONE_WITH_PERSONAL_WELL;
|