@kl1/contracts 1.4.3 → 1.4.5

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.
@@ -740,6 +740,30 @@ export declare const MessageSchema: z.ZodObject<{
740
740
  updatedAt: Date;
741
741
  deletedAt: Date | null;
742
742
  roomId: string;
743
+ attachments: {
744
+ id: string;
745
+ createdAt: Date;
746
+ updatedAt: Date;
747
+ deletedAt: Date | null;
748
+ fileName: string;
749
+ fileType: string;
750
+ uploadId: string;
751
+ upload: {
752
+ id: string;
753
+ createdAt: Date;
754
+ updatedAt: Date;
755
+ deletedAt: Date | null;
756
+ extensionName: string;
757
+ fileName: string;
758
+ fileKey: string;
759
+ bucketName: string;
760
+ fileSize: number;
761
+ fileUrl: string;
762
+ };
763
+ roomId: string;
764
+ messageId: string;
765
+ emailEngineAttachmentId: string;
766
+ }[];
743
767
  from: {
744
768
  id: string;
745
769
  createdAt: Date;
@@ -771,30 +795,6 @@ export declare const MessageSchema: z.ZodObject<{
771
795
  isNewContact: boolean;
772
796
  };
773
797
  }[];
774
- attachments: {
775
- id: string;
776
- createdAt: Date;
777
- updatedAt: Date;
778
- deletedAt: Date | null;
779
- fileName: string;
780
- fileType: string;
781
- uploadId: string;
782
- upload: {
783
- id: string;
784
- createdAt: Date;
785
- updatedAt: Date;
786
- deletedAt: Date | null;
787
- extensionName: string;
788
- fileName: string;
789
- fileKey: string;
790
- bucketName: string;
791
- fileSize: number;
792
- fileUrl: string;
793
- };
794
- roomId: string;
795
- messageId: string;
796
- emailEngineAttachmentId: string;
797
- }[];
798
798
  subject: string;
799
799
  to: {
800
800
  id: string;
@@ -908,6 +908,30 @@ export declare const MessageSchema: z.ZodObject<{
908
908
  updatedAt: Date;
909
909
  deletedAt: Date | null;
910
910
  roomId: string;
911
+ attachments: {
912
+ id: string;
913
+ createdAt: Date;
914
+ updatedAt: Date;
915
+ deletedAt: Date | null;
916
+ fileName: string;
917
+ fileType: string;
918
+ uploadId: string;
919
+ upload: {
920
+ id: string;
921
+ createdAt: Date;
922
+ updatedAt: Date;
923
+ deletedAt: Date | null;
924
+ extensionName: string;
925
+ fileName: string;
926
+ fileKey: string;
927
+ bucketName: string;
928
+ fileSize: number;
929
+ fileUrl: string;
930
+ };
931
+ roomId: string;
932
+ messageId: string;
933
+ emailEngineAttachmentId: string;
934
+ }[];
911
935
  from: {
912
936
  id: string;
913
937
  createdAt: Date;
@@ -939,30 +963,6 @@ export declare const MessageSchema: z.ZodObject<{
939
963
  isNewContact: boolean;
940
964
  };
941
965
  }[];
942
- attachments: {
943
- id: string;
944
- createdAt: Date;
945
- updatedAt: Date;
946
- deletedAt: Date | null;
947
- fileName: string;
948
- fileType: string;
949
- uploadId: string;
950
- upload: {
951
- id: string;
952
- createdAt: Date;
953
- updatedAt: Date;
954
- deletedAt: Date | null;
955
- extensionName: string;
956
- fileName: string;
957
- fileKey: string;
958
- bucketName: string;
959
- fileSize: number;
960
- fileUrl: string;
961
- };
962
- roomId: string;
963
- messageId: string;
964
- emailEngineAttachmentId: string;
965
- }[];
966
966
  subject: string;
967
967
  to: {
968
968
  id: string;