@kl1/contracts 1.3.23 → 1.3.25

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.
@@ -25,13 +25,13 @@ export type ReceiveMessageRequest = z.infer<typeof ReceiveMessageSchema>;
25
25
  export type GetMessagesResponse = z.infer<typeof DefaultQueryParamsSchema>;
26
26
  export type RoomSchemaType = z.infer<typeof RoomSchema>;
27
27
  export type MessageSchemaType = z.infer<typeof MessageSchema>;
28
+ export type MessageType = z.infer<typeof MessageTypeSchema>;
29
+ export type MessageDirectionType = z.infer<typeof MessageDirectionTypeSchema>;
28
30
  export type MessageWithFeedPostSchemaType = z.infer<typeof MessageWithFeedPostSchema>;
29
31
  export type LineStickerRequestType = z.infer<typeof LineStickerSchema>;
30
32
  export type MessageRelevanceType = z.infer<typeof MessageRelevanceSchema>;
31
33
  export type FeedPostType = z.infer<typeof FeedPostSchema>;
32
34
  export type OrderQueryParamType = z.infer<typeof OrderQueryParamSchema>;
33
- export type MessageDirectionType = z.infer<typeof MessageDirectionTypeSchema>;
34
- export type MessageType = z.infer<typeof MessageTypeSchema>;
35
35
  export declare const receiveMessageContract: {
36
36
  receiveMessage: {
37
37
  body: z.ZodObject<{