@kl1/contracts 1.0.79 → 1.0.81

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.
@@ -6721,6 +6721,18 @@ export declare const MessageSchema: z.ZodObject<{
6721
6721
  };
6722
6722
  };
6723
6723
  platformId: string;
6724
+ upload: {
6725
+ id: string;
6726
+ createdAt: Date;
6727
+ updatedAt: Date;
6728
+ deletedAt: Date | null;
6729
+ fileName: string;
6730
+ fileKey: string;
6731
+ bucketName: string;
6732
+ fileSize: number;
6733
+ fileUrl: string | null;
6734
+ status?: string | undefined;
6735
+ };
6724
6736
  assignee: {
6725
6737
  id: string;
6726
6738
  address: string | null;
@@ -6771,18 +6783,6 @@ export declare const MessageSchema: z.ZodObject<{
6771
6783
  locale: "" | "th" | "mm" | "en";
6772
6784
  previewUrl: string;
6773
6785
  imageSetId: string;
6774
- upload: {
6775
- id: string;
6776
- createdAt: Date;
6777
- updatedAt: Date;
6778
- deletedAt: Date | null;
6779
- fileName: string;
6780
- fileKey: string;
6781
- bucketName: string;
6782
- fileSize: number;
6783
- fileUrl: string | null;
6784
- status?: string | undefined;
6785
- };
6786
6786
  sender: {
6787
6787
  id: string;
6788
6788
  address: string | null;
@@ -6883,6 +6883,18 @@ export declare const MessageSchema: z.ZodObject<{
6883
6883
  };
6884
6884
  };
6885
6885
  platformId: string;
6886
+ upload: {
6887
+ id: string;
6888
+ createdAt: Date;
6889
+ updatedAt: Date;
6890
+ deletedAt: Date | null;
6891
+ fileName: string;
6892
+ fileKey: string;
6893
+ bucketName: string;
6894
+ fileSize: number;
6895
+ fileUrl: string | null;
6896
+ status?: string | undefined;
6897
+ };
6886
6898
  assignee: {
6887
6899
  id: string;
6888
6900
  address: string | null;
@@ -6933,18 +6945,6 @@ export declare const MessageSchema: z.ZodObject<{
6933
6945
  locale: "" | "th" | "mm" | "en";
6934
6946
  previewUrl: string;
6935
6947
  imageSetId: string;
6936
- upload: {
6937
- id: string;
6938
- createdAt: Date;
6939
- updatedAt: Date;
6940
- deletedAt: Date | null;
6941
- fileName: string;
6942
- fileKey: string;
6943
- bucketName: string;
6944
- fileSize: number;
6945
- fileUrl: string | null;
6946
- status?: string | undefined;
6947
- };
6948
6948
  sender: {
6949
6949
  id: string;
6950
6950
  address: string | null;
@@ -7658,6 +7658,18 @@ export declare const MessageSchema: z.ZodObject<{
7658
7658
  };
7659
7659
  };
7660
7660
  platformId: string;
7661
+ upload: {
7662
+ id: string;
7663
+ createdAt: Date;
7664
+ updatedAt: Date;
7665
+ deletedAt: Date | null;
7666
+ fileName: string;
7667
+ fileKey: string;
7668
+ bucketName: string;
7669
+ fileSize: number;
7670
+ fileUrl: string | null;
7671
+ status?: string | undefined;
7672
+ };
7661
7673
  assignee: {
7662
7674
  id: string;
7663
7675
  address: string | null;
@@ -8021,18 +8033,6 @@ export declare const MessageSchema: z.ZodObject<{
8021
8033
  locale: "" | "th" | "mm" | "en";
8022
8034
  previewUrl: string;
8023
8035
  imageSetId: string;
8024
- upload: {
8025
- id: string;
8026
- createdAt: Date;
8027
- updatedAt: Date;
8028
- deletedAt: Date | null;
8029
- fileName: string;
8030
- fileKey: string;
8031
- bucketName: string;
8032
- fileSize: number;
8033
- fileUrl: string | null;
8034
- status?: string | undefined;
8035
- };
8036
8036
  repliedMessage: {
8037
8037
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
8038
8038
  message: string;
@@ -8087,6 +8087,18 @@ export declare const MessageSchema: z.ZodObject<{
8087
8087
  };
8088
8088
  };
8089
8089
  platformId: string;
8090
+ upload: {
8091
+ id: string;
8092
+ createdAt: Date;
8093
+ updatedAt: Date;
8094
+ deletedAt: Date | null;
8095
+ fileName: string;
8096
+ fileKey: string;
8097
+ bucketName: string;
8098
+ fileSize: number;
8099
+ fileUrl: string | null;
8100
+ status?: string | undefined;
8101
+ };
8090
8102
  assignee: {
8091
8103
  id: string;
8092
8104
  address: string | null;
@@ -8137,18 +8149,6 @@ export declare const MessageSchema: z.ZodObject<{
8137
8149
  locale: "" | "th" | "mm" | "en";
8138
8150
  previewUrl: string;
8139
8151
  imageSetId: string;
8140
- upload: {
8141
- id: string;
8142
- createdAt: Date;
8143
- updatedAt: Date;
8144
- deletedAt: Date | null;
8145
- fileName: string;
8146
- fileKey: string;
8147
- bucketName: string;
8148
- fileSize: number;
8149
- fileUrl: string | null;
8150
- status?: string | undefined;
8151
- };
8152
8152
  sender: {
8153
8153
  id: string;
8154
8154
  address: string | null;
@@ -8296,6 +8296,18 @@ export declare const MessageSchema: z.ZodObject<{
8296
8296
  };
8297
8297
  };
8298
8298
  platformId: string;
8299
+ upload: {
8300
+ id: string;
8301
+ createdAt: Date;
8302
+ updatedAt: Date;
8303
+ deletedAt: Date | null;
8304
+ fileName: string;
8305
+ fileKey: string;
8306
+ bucketName: string;
8307
+ fileSize: number;
8308
+ fileUrl: string | null;
8309
+ status?: string | undefined;
8310
+ };
8299
8311
  assignee: {
8300
8312
  id: string;
8301
8313
  address: string | null;
@@ -8659,18 +8671,6 @@ export declare const MessageSchema: z.ZodObject<{
8659
8671
  locale: "" | "th" | "mm" | "en";
8660
8672
  previewUrl: string;
8661
8673
  imageSetId: string;
8662
- upload: {
8663
- id: string;
8664
- createdAt: Date;
8665
- updatedAt: Date;
8666
- deletedAt: Date | null;
8667
- fileName: string;
8668
- fileKey: string;
8669
- bucketName: string;
8670
- fileSize: number;
8671
- fileUrl: string | null;
8672
- status?: string | undefined;
8673
- };
8674
8674
  repliedMessage: {
8675
8675
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
8676
8676
  message: string;
@@ -8725,6 +8725,18 @@ export declare const MessageSchema: z.ZodObject<{
8725
8725
  };
8726
8726
  };
8727
8727
  platformId: string;
8728
+ upload: {
8729
+ id: string;
8730
+ createdAt: Date;
8731
+ updatedAt: Date;
8732
+ deletedAt: Date | null;
8733
+ fileName: string;
8734
+ fileKey: string;
8735
+ bucketName: string;
8736
+ fileSize: number;
8737
+ fileUrl: string | null;
8738
+ status?: string | undefined;
8739
+ };
8728
8740
  assignee: {
8729
8741
  id: string;
8730
8742
  address: string | null;
@@ -8775,18 +8787,6 @@ export declare const MessageSchema: z.ZodObject<{
8775
8787
  locale: "" | "th" | "mm" | "en";
8776
8788
  previewUrl: string;
8777
8789
  imageSetId: string;
8778
- upload: {
8779
- id: string;
8780
- createdAt: Date;
8781
- updatedAt: Date;
8782
- deletedAt: Date | null;
8783
- fileName: string;
8784
- fileKey: string;
8785
- bucketName: string;
8786
- fileSize: number;
8787
- fileUrl: string | null;
8788
- status?: string | undefined;
8789
- };
8790
8790
  sender: {
8791
8791
  id: string;
8792
8792
  address: string | null;
@@ -9599,6 +9599,18 @@ export declare const RepliedMessageSchema: z.ZodObject<{
9599
9599
  };
9600
9600
  };
9601
9601
  platformId: string;
9602
+ upload: {
9603
+ id: string;
9604
+ createdAt: Date;
9605
+ updatedAt: Date;
9606
+ deletedAt: Date | null;
9607
+ fileName: string;
9608
+ fileKey: string;
9609
+ bucketName: string;
9610
+ fileSize: number;
9611
+ fileUrl: string | null;
9612
+ status?: string | undefined;
9613
+ };
9602
9614
  assignee: {
9603
9615
  id: string;
9604
9616
  address: string | null;
@@ -9649,18 +9661,6 @@ export declare const RepliedMessageSchema: z.ZodObject<{
9649
9661
  locale: "" | "th" | "mm" | "en";
9650
9662
  previewUrl: string;
9651
9663
  imageSetId: string;
9652
- upload: {
9653
- id: string;
9654
- createdAt: Date;
9655
- updatedAt: Date;
9656
- deletedAt: Date | null;
9657
- fileName: string;
9658
- fileKey: string;
9659
- bucketName: string;
9660
- fileSize: number;
9661
- fileUrl: string | null;
9662
- status?: string | undefined;
9663
- };
9664
9664
  sender: {
9665
9665
  id: string;
9666
9666
  address: string | null;
@@ -9761,6 +9761,18 @@ export declare const RepliedMessageSchema: z.ZodObject<{
9761
9761
  };
9762
9762
  };
9763
9763
  platformId: string;
9764
+ upload: {
9765
+ id: string;
9766
+ createdAt: Date;
9767
+ updatedAt: Date;
9768
+ deletedAt: Date | null;
9769
+ fileName: string;
9770
+ fileKey: string;
9771
+ bucketName: string;
9772
+ fileSize: number;
9773
+ fileUrl: string | null;
9774
+ status?: string | undefined;
9775
+ };
9764
9776
  assignee: {
9765
9777
  id: string;
9766
9778
  address: string | null;
@@ -9811,18 +9823,6 @@ export declare const RepliedMessageSchema: z.ZodObject<{
9811
9823
  locale: "" | "th" | "mm" | "en";
9812
9824
  previewUrl: string;
9813
9825
  imageSetId: string;
9814
- upload: {
9815
- id: string;
9816
- createdAt: Date;
9817
- updatedAt: Date;
9818
- deletedAt: Date | null;
9819
- fileName: string;
9820
- fileKey: string;
9821
- bucketName: string;
9822
- fileSize: number;
9823
- fileUrl: string | null;
9824
- status?: string | undefined;
9825
- };
9826
9826
  sender: {
9827
9827
  id: string;
9828
9828
  address: string | null;
@@ -4661,6 +4661,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
4661
4661
  };
4662
4662
  };
4663
4663
  platformId: string;
4664
+ upload: {
4665
+ id: string;
4666
+ createdAt: Date;
4667
+ updatedAt: Date;
4668
+ deletedAt: Date | null;
4669
+ fileName: string;
4670
+ fileKey: string;
4671
+ bucketName: string;
4672
+ fileSize: number;
4673
+ fileUrl: string | null;
4674
+ status?: string | undefined;
4675
+ };
4664
4676
  assignee: {
4665
4677
  id: string;
4666
4678
  address: string | null;
@@ -4711,18 +4723,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
4711
4723
  locale: "" | "th" | "mm" | "en";
4712
4724
  previewUrl: string;
4713
4725
  imageSetId: string;
4714
- upload: {
4715
- id: string;
4716
- createdAt: Date;
4717
- updatedAt: Date;
4718
- deletedAt: Date | null;
4719
- fileName: string;
4720
- fileKey: string;
4721
- bucketName: string;
4722
- fileSize: number;
4723
- fileUrl: string | null;
4724
- status?: string | undefined;
4725
- };
4726
4726
  sender: {
4727
4727
  id: string;
4728
4728
  address: string | null;
@@ -4823,6 +4823,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
4823
4823
  };
4824
4824
  };
4825
4825
  platformId: string;
4826
+ upload: {
4827
+ id: string;
4828
+ createdAt: Date;
4829
+ updatedAt: Date;
4830
+ deletedAt: Date | null;
4831
+ fileName: string;
4832
+ fileKey: string;
4833
+ bucketName: string;
4834
+ fileSize: number;
4835
+ fileUrl: string | null;
4836
+ status?: string | undefined;
4837
+ };
4826
4838
  assignee: {
4827
4839
  id: string;
4828
4840
  address: string | null;
@@ -4873,18 +4885,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
4873
4885
  locale: "" | "th" | "mm" | "en";
4874
4886
  previewUrl: string;
4875
4887
  imageSetId: string;
4876
- upload: {
4877
- id: string;
4878
- createdAt: Date;
4879
- updatedAt: Date;
4880
- deletedAt: Date | null;
4881
- fileName: string;
4882
- fileKey: string;
4883
- bucketName: string;
4884
- fileSize: number;
4885
- fileUrl: string | null;
4886
- status?: string | undefined;
4887
- };
4888
4888
  sender: {
4889
4889
  id: string;
4890
4890
  address: string | null;
@@ -5598,6 +5598,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5598
5598
  };
5599
5599
  };
5600
5600
  platformId: string;
5601
+ upload: {
5602
+ id: string;
5603
+ createdAt: Date;
5604
+ updatedAt: Date;
5605
+ deletedAt: Date | null;
5606
+ fileName: string;
5607
+ fileKey: string;
5608
+ bucketName: string;
5609
+ fileSize: number;
5610
+ fileUrl: string | null;
5611
+ status?: string | undefined;
5612
+ };
5601
5613
  assignee: {
5602
5614
  id: string;
5603
5615
  address: string | null;
@@ -5961,18 +5973,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5961
5973
  locale: "" | "th" | "mm" | "en";
5962
5974
  previewUrl: string;
5963
5975
  imageSetId: string;
5964
- upload: {
5965
- id: string;
5966
- createdAt: Date;
5967
- updatedAt: Date;
5968
- deletedAt: Date | null;
5969
- fileName: string;
5970
- fileKey: string;
5971
- bucketName: string;
5972
- fileSize: number;
5973
- fileUrl: string | null;
5974
- status?: string | undefined;
5975
- };
5976
5976
  repliedMessage: {
5977
5977
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
5978
5978
  message: string;
@@ -6027,6 +6027,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6027
6027
  };
6028
6028
  };
6029
6029
  platformId: string;
6030
+ upload: {
6031
+ id: string;
6032
+ createdAt: Date;
6033
+ updatedAt: Date;
6034
+ deletedAt: Date | null;
6035
+ fileName: string;
6036
+ fileKey: string;
6037
+ bucketName: string;
6038
+ fileSize: number;
6039
+ fileUrl: string | null;
6040
+ status?: string | undefined;
6041
+ };
6030
6042
  assignee: {
6031
6043
  id: string;
6032
6044
  address: string | null;
@@ -6077,18 +6089,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6077
6089
  locale: "" | "th" | "mm" | "en";
6078
6090
  previewUrl: string;
6079
6091
  imageSetId: string;
6080
- upload: {
6081
- id: string;
6082
- createdAt: Date;
6083
- updatedAt: Date;
6084
- deletedAt: Date | null;
6085
- fileName: string;
6086
- fileKey: string;
6087
- bucketName: string;
6088
- fileSize: number;
6089
- fileUrl: string | null;
6090
- status?: string | undefined;
6091
- };
6092
6092
  sender: {
6093
6093
  id: string;
6094
6094
  address: string | null;
@@ -6236,6 +6236,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6236
6236
  };
6237
6237
  };
6238
6238
  platformId: string;
6239
+ upload: {
6240
+ id: string;
6241
+ createdAt: Date;
6242
+ updatedAt: Date;
6243
+ deletedAt: Date | null;
6244
+ fileName: string;
6245
+ fileKey: string;
6246
+ bucketName: string;
6247
+ fileSize: number;
6248
+ fileUrl: string | null;
6249
+ status?: string | undefined;
6250
+ };
6239
6251
  assignee: {
6240
6252
  id: string;
6241
6253
  address: string | null;
@@ -6599,18 +6611,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6599
6611
  locale: "" | "th" | "mm" | "en";
6600
6612
  previewUrl: string;
6601
6613
  imageSetId: string;
6602
- upload: {
6603
- id: string;
6604
- createdAt: Date;
6605
- updatedAt: Date;
6606
- deletedAt: Date | null;
6607
- fileName: string;
6608
- fileKey: string;
6609
- bucketName: string;
6610
- fileSize: number;
6611
- fileUrl: string | null;
6612
- status?: string | undefined;
6613
- };
6614
6614
  repliedMessage: {
6615
6615
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
6616
6616
  message: string;
@@ -6665,6 +6665,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6665
6665
  };
6666
6666
  };
6667
6667
  platformId: string;
6668
+ upload: {
6669
+ id: string;
6670
+ createdAt: Date;
6671
+ updatedAt: Date;
6672
+ deletedAt: Date | null;
6673
+ fileName: string;
6674
+ fileKey: string;
6675
+ bucketName: string;
6676
+ fileSize: number;
6677
+ fileUrl: string | null;
6678
+ status?: string | undefined;
6679
+ };
6668
6680
  assignee: {
6669
6681
  id: string;
6670
6682
  address: string | null;
@@ -6715,18 +6727,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6715
6727
  locale: "" | "th" | "mm" | "en";
6716
6728
  previewUrl: string;
6717
6729
  imageSetId: string;
6718
- upload: {
6719
- id: string;
6720
- createdAt: Date;
6721
- updatedAt: Date;
6722
- deletedAt: Date | null;
6723
- fileName: string;
6724
- fileKey: string;
6725
- bucketName: string;
6726
- fileSize: number;
6727
- fileUrl: string | null;
6728
- status?: string | undefined;
6729
- };
6730
6730
  sender: {
6731
6731
  id: string;
6732
6732
  address: string | null;
@@ -6876,6 +6876,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6876
6876
  };
6877
6877
  };
6878
6878
  platformId: string;
6879
+ upload: {
6880
+ id: string;
6881
+ createdAt: Date;
6882
+ updatedAt: Date;
6883
+ deletedAt: Date | null;
6884
+ fileName: string;
6885
+ fileKey: string;
6886
+ bucketName: string;
6887
+ fileSize: number;
6888
+ fileUrl: string | null;
6889
+ status?: string | undefined;
6890
+ };
6879
6891
  assignee: {
6880
6892
  id: string;
6881
6893
  address: string | null;
@@ -7239,18 +7251,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7239
7251
  locale: "" | "th" | "mm" | "en";
7240
7252
  previewUrl: string;
7241
7253
  imageSetId: string;
7242
- upload: {
7243
- id: string;
7244
- createdAt: Date;
7245
- updatedAt: Date;
7246
- deletedAt: Date | null;
7247
- fileName: string;
7248
- fileKey: string;
7249
- bucketName: string;
7250
- fileSize: number;
7251
- fileUrl: string | null;
7252
- status?: string | undefined;
7253
- };
7254
7254
  repliedMessage: {
7255
7255
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
7256
7256
  message: string;
@@ -7305,6 +7305,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7305
7305
  };
7306
7306
  };
7307
7307
  platformId: string;
7308
+ upload: {
7309
+ id: string;
7310
+ createdAt: Date;
7311
+ updatedAt: Date;
7312
+ deletedAt: Date | null;
7313
+ fileName: string;
7314
+ fileKey: string;
7315
+ bucketName: string;
7316
+ fileSize: number;
7317
+ fileUrl: string | null;
7318
+ status?: string | undefined;
7319
+ };
7308
7320
  assignee: {
7309
7321
  id: string;
7310
7322
  address: string | null;
@@ -7355,18 +7367,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7355
7367
  locale: "" | "th" | "mm" | "en";
7356
7368
  previewUrl: string;
7357
7369
  imageSetId: string;
7358
- upload: {
7359
- id: string;
7360
- createdAt: Date;
7361
- updatedAt: Date;
7362
- deletedAt: Date | null;
7363
- fileName: string;
7364
- fileKey: string;
7365
- bucketName: string;
7366
- fileSize: number;
7367
- fileUrl: string | null;
7368
- status?: string | undefined;
7369
- };
7370
7370
  sender: {
7371
7371
  id: string;
7372
7372
  address: string | null;
@@ -7517,6 +7517,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7517
7517
  };
7518
7518
  };
7519
7519
  platformId: string;
7520
+ upload: {
7521
+ id: string;
7522
+ createdAt: Date;
7523
+ updatedAt: Date;
7524
+ deletedAt: Date | null;
7525
+ fileName: string;
7526
+ fileKey: string;
7527
+ bucketName: string;
7528
+ fileSize: number;
7529
+ fileUrl: string | null;
7530
+ status?: string | undefined;
7531
+ };
7520
7532
  assignee: {
7521
7533
  id: string;
7522
7534
  address: string | null;
@@ -7880,18 +7892,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7880
7892
  locale: "" | "th" | "mm" | "en";
7881
7893
  previewUrl: string;
7882
7894
  imageSetId: string;
7883
- upload: {
7884
- id: string;
7885
- createdAt: Date;
7886
- updatedAt: Date;
7887
- deletedAt: Date | null;
7888
- fileName: string;
7889
- fileKey: string;
7890
- bucketName: string;
7891
- fileSize: number;
7892
- fileUrl: string | null;
7893
- status?: string | undefined;
7894
- };
7895
7895
  repliedMessage: {
7896
7896
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
7897
7897
  message: string;
@@ -7946,6 +7946,18 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7946
7946
  };
7947
7947
  };
7948
7948
  platformId: string;
7949
+ upload: {
7950
+ id: string;
7951
+ createdAt: Date;
7952
+ updatedAt: Date;
7953
+ deletedAt: Date | null;
7954
+ fileName: string;
7955
+ fileKey: string;
7956
+ bucketName: string;
7957
+ fileSize: number;
7958
+ fileUrl: string | null;
7959
+ status?: string | undefined;
7960
+ };
7949
7961
  assignee: {
7950
7962
  id: string;
7951
7963
  address: string | null;
@@ -7996,18 +8008,6 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7996
8008
  locale: "" | "th" | "mm" | "en";
7997
8009
  previewUrl: string;
7998
8010
  imageSetId: string;
7999
- upload: {
8000
- id: string;
8001
- createdAt: Date;
8002
- updatedAt: Date;
8003
- deletedAt: Date | null;
8004
- fileName: string;
8005
- fileKey: string;
8006
- bucketName: string;
8007
- fileSize: number;
8008
- fileUrl: string | null;
8009
- status?: string | undefined;
8010
- };
8011
8011
  sender: {
8012
8012
  id: string;
8013
8013
  address: string | null;