@kl1/contracts 1.1.73-uat → 1.1.74-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -258,7 +258,7 @@ export declare const ActionMessageSchema: z.ZodObject<{
258
258
  }>;
259
259
  export declare const SendMessageSchema: z.ZodObject<{
260
260
  roomId: z.ZodString;
261
- messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
261
+ messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
262
262
  message: z.ZodOptional<z.ZodString>;
263
263
  messageAttachments: z.ZodOptional<z.ZodObject<{
264
264
  bucketName: z.ZodString;
@@ -517,7 +517,7 @@ export declare const SendMessageSchema: z.ZodObject<{
517
517
  mentions?: string[] | undefined;
518
518
  }>>;
519
519
  }, "strip", z.ZodTypeAny, {
520
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
520
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
521
521
  roomId: string;
522
522
  message?: string | undefined;
523
523
  messageAttachments?: {
@@ -589,7 +589,7 @@ export declare const SendMessageSchema: z.ZodObject<{
589
589
  mentions?: string[] | undefined;
590
590
  } | undefined;
591
591
  }, {
592
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
592
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
593
593
  roomId: string;
594
594
  message?: string | undefined;
595
595
  messageAttachments?: {
@@ -1214,7 +1214,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1214
1214
  id: z.ZodOptional<z.ZodString>;
1215
1215
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1216
1216
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1217
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1217
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1218
1218
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1219
1219
  metadata: z.ZodOptional<z.ZodAny>;
1220
1220
  platformId: z.ZodOptional<z.ZodString>;
@@ -1266,7 +1266,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1266
1266
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1267
1267
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1268
1268
  }, "strip", z.ZodTypeAny, {
1269
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1269
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1270
1270
  direction: "incoming" | "outgoing" | "system";
1271
1271
  id?: string | undefined;
1272
1272
  message?: string | null | undefined;
@@ -1297,7 +1297,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1297
1297
  parentMessageId?: string | null | undefined;
1298
1298
  feedPostId?: string | null | undefined;
1299
1299
  }, {
1300
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1300
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1301
1301
  direction: "incoming" | "outgoing" | "system";
1302
1302
  id?: string | undefined;
1303
1303
  message?: string | null | undefined;
@@ -1330,7 +1330,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1330
1330
  }>;
1331
1331
  }, "strip", z.ZodTypeAny, {
1332
1332
  message: {
1333
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1333
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1334
1334
  direction: "incoming" | "outgoing" | "system";
1335
1335
  id?: string | undefined;
1336
1336
  message?: string | null | undefined;
@@ -1397,7 +1397,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1397
1397
  };
1398
1398
  }, {
1399
1399
  message: {
1400
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1400
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1401
1401
  direction: "incoming" | "outgoing" | "system";
1402
1402
  id?: string | undefined;
1403
1403
  message?: string | null | undefined;
@@ -1875,7 +1875,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1875
1875
  id: z.ZodOptional<z.ZodString>;
1876
1876
  message: z.ZodOptional<z.ZodString>;
1877
1877
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1878
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1878
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
1879
1879
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1880
1880
  metadata: z.ZodOptional<z.ZodAny>;
1881
1881
  platformId: z.ZodOptional<z.ZodString>;
@@ -1930,7 +1930,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1930
1930
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1931
1931
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1932
1932
  }, "strip", z.ZodTypeAny, {
1933
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1933
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1934
1934
  direction: "incoming" | "outgoing" | "system";
1935
1935
  id?: string | undefined;
1936
1936
  message?: string | undefined;
@@ -1964,7 +1964,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1964
1964
  isEdited?: boolean | null | undefined;
1965
1965
  editedAt?: string | Date | null | undefined;
1966
1966
  }, {
1967
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1967
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
1968
1968
  direction: "incoming" | "outgoing" | "system";
1969
1969
  id?: string | undefined;
1970
1970
  message?: string | undefined;
@@ -2000,7 +2000,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2000
2000
  }>;
2001
2001
  }, "strip", z.ZodTypeAny, {
2002
2002
  message: {
2003
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2003
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2004
2004
  direction: "incoming" | "outgoing" | "system";
2005
2005
  id?: string | undefined;
2006
2006
  message?: string | undefined;
@@ -2111,7 +2111,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2111
2111
  isBot: boolean | null;
2112
2112
  }, {
2113
2113
  message: {
2114
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2114
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2115
2115
  direction: "incoming" | "outgoing" | "system";
2116
2116
  id?: string | undefined;
2117
2117
  message?: string | undefined;
@@ -2226,7 +2226,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2226
2226
  id: z.ZodOptional<z.ZodString>;
2227
2227
  message: z.ZodOptional<z.ZodString>;
2228
2228
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2229
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
2229
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
2230
2230
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2231
2231
  metadata: z.ZodOptional<z.ZodAny>;
2232
2232
  platformId: z.ZodOptional<z.ZodString>;
@@ -2281,7 +2281,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2281
2281
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2282
2282
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2283
2283
  }, "strip", z.ZodTypeAny, {
2284
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2284
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2285
2285
  direction: "incoming" | "outgoing" | "system";
2286
2286
  id?: string | undefined;
2287
2287
  message?: string | undefined;
@@ -2315,7 +2315,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2315
2315
  isEdited?: boolean | null | undefined;
2316
2316
  editedAt?: string | Date | null | undefined;
2317
2317
  }, {
2318
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2318
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2319
2319
  direction: "incoming" | "outgoing" | "system";
2320
2320
  id?: string | undefined;
2321
2321
  message?: string | undefined;
@@ -2768,7 +2768,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2768
2768
  }>>;
2769
2769
  }, "strip", z.ZodTypeAny, {
2770
2770
  message: {
2771
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2771
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2772
2772
  direction: "incoming" | "outgoing" | "system";
2773
2773
  id?: string | undefined;
2774
2774
  message?: string | undefined;
@@ -2883,7 +2883,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2883
2883
  } | undefined;
2884
2884
  }, {
2885
2885
  message: {
2886
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2886
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
2887
2887
  direction: "incoming" | "outgoing" | "system";
2888
2888
  id?: string | undefined;
2889
2889
  message?: string | undefined;
@@ -3000,7 +3000,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3000
3000
  export declare const SendMessageResponseSchema: z.ZodObject<{
3001
3001
  requestId: z.ZodString;
3002
3002
  data: z.ZodObject<{
3003
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
3003
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
3004
3004
  message: z.ZodString;
3005
3005
  id: z.ZodString;
3006
3006
  url: z.ZodString;
@@ -6474,7 +6474,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6474
6474
  deletedAt: z.ZodNullable<z.ZodDate>;
6475
6475
  message: z.ZodString;
6476
6476
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6477
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
6477
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
6478
6478
  readAt: z.ZodDate;
6479
6479
  metadata: z.ZodAny;
6480
6480
  platformId: z.ZodString;
@@ -7132,7 +7132,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7132
7132
  };
7133
7133
  }>;
7134
7134
  }, "strip", z.ZodTypeAny, {
7135
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7135
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7136
7136
  message: string;
7137
7137
  id: string;
7138
7138
  url: string;
@@ -7294,7 +7294,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7294
7294
  metadata?: any;
7295
7295
  template?: any;
7296
7296
  }, {
7297
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7297
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7298
7298
  message: string;
7299
7299
  id: string;
7300
7300
  url: string;
@@ -7668,7 +7668,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7668
7668
  deletedAt: z.ZodNullable<z.ZodDate>;
7669
7669
  message: z.ZodString;
7670
7670
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7671
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
7671
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
7672
7672
  readAt: z.ZodDate;
7673
7673
  metadata: z.ZodAny;
7674
7674
  platformId: z.ZodString;
@@ -10703,7 +10703,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10703
10703
  deletedAt: z.ZodNullable<z.ZodDate>;
10704
10704
  message: z.ZodString;
10705
10705
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10706
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
10706
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
10707
10707
  readAt: z.ZodDate;
10708
10708
  metadata: z.ZodAny;
10709
10709
  platformId: z.ZodString;
@@ -11361,7 +11361,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
11361
11361
  };
11362
11362
  }>;
11363
11363
  }, "strip", z.ZodTypeAny, {
11364
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11364
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11365
11365
  message: string;
11366
11366
  id: string;
11367
11367
  url: string;
@@ -11523,7 +11523,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
11523
11523
  metadata?: any;
11524
11524
  template?: any;
11525
11525
  }, {
11526
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11526
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11527
11527
  message: string;
11528
11528
  id: string;
11529
11529
  url: string;
@@ -12324,7 +12324,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
12324
12324
  }>;
12325
12325
  editedMessageid: z.ZodString;
12326
12326
  }, "strip", z.ZodTypeAny, {
12327
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12327
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12328
12328
  message: string;
12329
12329
  id: string;
12330
12330
  url: string;
@@ -12822,7 +12822,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
12822
12822
  previewUrl: string;
12823
12823
  imageSetId: string;
12824
12824
  repliedMessage: {
12825
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12825
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12826
12826
  message: string;
12827
12827
  id: string;
12828
12828
  url: string;
@@ -13032,7 +13032,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
13032
13032
  metadata?: any;
13033
13033
  template?: any;
13034
13034
  }, {
13035
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13035
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13036
13036
  message: string;
13037
13037
  id: string;
13038
13038
  url: string;
@@ -13530,7 +13530,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
13530
13530
  previewUrl: string;
13531
13531
  imageSetId: string;
13532
13532
  repliedMessage: {
13533
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13533
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13534
13534
  message: string;
13535
13535
  id: string;
13536
13536
  url: string;
@@ -13741,7 +13741,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
13741
13741
  template?: any;
13742
13742
  }>>>;
13743
13743
  }, "strip", z.ZodTypeAny, {
13744
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13744
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13745
13745
  message: string;
13746
13746
  id: string;
13747
13747
  url: string;
@@ -14239,7 +14239,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14239
14239
  previewUrl: string;
14240
14240
  imageSetId: string;
14241
14241
  repliedMessage: {
14242
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14242
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14243
14243
  message: string;
14244
14244
  id: string;
14245
14245
  url: string;
@@ -14449,7 +14449,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14449
14449
  template?: any;
14450
14450
  metadata?: any;
14451
14451
  fromMessage?: {
14452
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14452
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14453
14453
  message: string;
14454
14454
  id: string;
14455
14455
  url: string;
@@ -14947,7 +14947,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14947
14947
  previewUrl: string;
14948
14948
  imageSetId: string;
14949
14949
  repliedMessage: {
14950
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14950
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14951
14951
  message: string;
14952
14952
  id: string;
14953
14953
  url: string;
@@ -15158,7 +15158,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15158
15158
  template?: any;
15159
15159
  } | null | undefined;
15160
15160
  }, {
15161
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15161
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15162
15162
  message: string;
15163
15163
  id: string;
15164
15164
  url: string;
@@ -15656,7 +15656,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15656
15656
  previewUrl: string;
15657
15657
  imageSetId: string;
15658
15658
  repliedMessage: {
15659
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15659
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15660
15660
  message: string;
15661
15661
  id: string;
15662
15662
  url: string;
@@ -15866,7 +15866,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15866
15866
  template?: any;
15867
15867
  metadata?: any;
15868
15868
  fromMessage?: {
15869
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15869
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15870
15870
  message: string;
15871
15871
  id: string;
15872
15872
  url: string;
@@ -16364,7 +16364,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16364
16364
  previewUrl: string;
16365
16365
  imageSetId: string;
16366
16366
  repliedMessage: {
16367
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16367
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16368
16368
  message: string;
16369
16369
  id: string;
16370
16370
  url: string;
@@ -16577,7 +16577,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16577
16577
  }>;
16578
16578
  }, "strip", z.ZodTypeAny, {
16579
16579
  data: {
16580
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16580
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16581
16581
  message: string;
16582
16582
  id: string;
16583
16583
  url: string;
@@ -17075,7 +17075,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17075
17075
  previewUrl: string;
17076
17076
  imageSetId: string;
17077
17077
  repliedMessage: {
17078
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17078
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17079
17079
  message: string;
17080
17080
  id: string;
17081
17081
  url: string;
@@ -17285,7 +17285,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17285
17285
  template?: any;
17286
17286
  metadata?: any;
17287
17287
  fromMessage?: {
17288
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17288
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17289
17289
  message: string;
17290
17290
  id: string;
17291
17291
  url: string;
@@ -17783,7 +17783,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17783
17783
  previewUrl: string;
17784
17784
  imageSetId: string;
17785
17785
  repliedMessage: {
17786
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17786
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17787
17787
  message: string;
17788
17788
  id: string;
17789
17789
  url: string;
@@ -17997,7 +17997,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17997
17997
  requestId: string;
17998
17998
  }, {
17999
17999
  data: {
18000
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18000
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18001
18001
  message: string;
18002
18002
  id: string;
18003
18003
  url: string;
@@ -18495,7 +18495,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18495
18495
  previewUrl: string;
18496
18496
  imageSetId: string;
18497
18497
  repliedMessage: {
18498
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18498
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18499
18499
  message: string;
18500
18500
  id: string;
18501
18501
  url: string;
@@ -18705,7 +18705,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18705
18705
  template?: any;
18706
18706
  metadata?: any;
18707
18707
  fromMessage?: {
18708
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18708
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18709
18709
  message: string;
18710
18710
  id: string;
18711
18711
  url: string;
@@ -19203,7 +19203,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19203
19203
  previewUrl: string;
19204
19204
  imageSetId: string;
19205
19205
  repliedMessage: {
19206
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19206
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19207
19207
  message: string;
19208
19208
  id: string;
19209
19209
  url: string;
@@ -19628,7 +19628,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
19628
19628
  deletedAt: z.ZodNullable<z.ZodString>;
19629
19629
  message: z.ZodOptional<z.ZodString>;
19630
19630
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
19631
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
19631
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
19632
19632
  metadata: z.ZodAny;
19633
19633
  platformId: z.ZodString;
19634
19634
  platformMessageId: z.ZodString;
@@ -22821,7 +22821,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
22821
22821
  };
22822
22822
  }>>>;
22823
22823
  }, "strip", z.ZodTypeAny, {
22824
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
22824
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
22825
22825
  id: string;
22826
22826
  direction: "incoming" | "outgoing" | "system";
22827
22827
  createdAt: string;
@@ -23296,7 +23296,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23296
23296
  };
23297
23297
  } | null | undefined;
23298
23298
  }, {
23299
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
23299
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
23300
23300
  id: string;
23301
23301
  direction: "incoming" | "outgoing" | "system";
23302
23302
  createdAt: string;
@@ -23773,7 +23773,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23773
23773
  }>;
23774
23774
  }, "strip", z.ZodTypeAny, {
23775
23775
  message: {
23776
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
23776
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
23777
23777
  id: string;
23778
23778
  direction: "incoming" | "outgoing" | "system";
23779
23779
  createdAt: string;
@@ -24250,7 +24250,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
24250
24250
  };
24251
24251
  }, {
24252
24252
  message: {
24253
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
24253
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
24254
24254
  id: string;
24255
24255
  direction: "incoming" | "outgoing" | "system";
24256
24256
  createdAt: string;