@kl1/contracts 1.0.7 → 1.0.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.
@@ -169,8 +169,8 @@ export declare const MessageSchema: z.ZodObject<{
169
169
  extension_name: string;
170
170
  };
171
171
  roomId: string;
172
- messageId: string;
173
172
  fileType: string;
173
+ messageId: string;
174
174
  emailEngineAttachmentId: string;
175
175
  uploadId: string;
176
176
  }, {
@@ -192,8 +192,8 @@ export declare const MessageSchema: z.ZodObject<{
192
192
  extension_name: string;
193
193
  };
194
194
  roomId: string;
195
- messageId: string;
196
195
  fileType: string;
196
+ messageId: string;
197
197
  emailEngineAttachmentId: string;
198
198
  uploadId: string;
199
199
  }>, "many">;
@@ -266,8 +266,8 @@ export declare const MessageSchema: z.ZodObject<{
266
266
  extension_name: string;
267
267
  };
268
268
  roomId: string;
269
- messageId: string;
270
269
  fileType: string;
270
+ messageId: string;
271
271
  emailEngineAttachmentId: string;
272
272
  uploadId: string;
273
273
  }[];
@@ -340,8 +340,8 @@ export declare const MessageSchema: z.ZodObject<{
340
340
  extension_name: string;
341
341
  };
342
342
  roomId: string;
343
- messageId: string;
344
343
  fileType: string;
344
+ messageId: string;
345
345
  emailEngineAttachmentId: string;
346
346
  uploadId: string;
347
347
  }[];