@kl1/contracts 1.1.79-uat → 1.1.80-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. package/dist/api-contracts/src/automation-queue/index.d.ts +3410 -0
  2. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -0
  3. package/dist/api-contracts/src/automation-queue/schema.d.ts +618 -0
  4. package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -0
  5. package/dist/api-contracts/src/automation-queue/validation.d.ts +52 -0
  6. package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -0
  7. package/dist/api-contracts/src/chat/index.d.ts +145 -145
  8. package/dist/api-contracts/src/chat/schema.d.ts +64 -76
  9. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  10. package/dist/api-contracts/src/chat/validation.d.ts +51 -51
  11. package/dist/api-contracts/src/comment/index.d.ts +1 -1
  12. package/dist/api-contracts/src/comment/validation.d.ts +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +219 -219
  14. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
  15. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  16. package/dist/api-contracts/src/index.d.ts +1 -0
  17. package/dist/api-contracts/src/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/instagram/index.d.ts +33 -33
  19. package/dist/api-contracts/src/line/index.d.ts +38 -38
  20. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  21. package/dist/api-contracts/src/messenger/index.d.ts +33 -33
  22. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  23. package/dist/api-contracts/src/viber/index.d.ts +33 -33
  24. package/dist/api-contracts/src/webchat/index.d.ts +33 -33
  25. package/dist/entities/src/enums/chat.d.ts +2 -0
  26. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  27. package/dist/index.js +490 -387
  28. package/dist/index.js.map +1 -1
  29. package/dist/index.mjs +489 -387
  30. package/dist/index.mjs.map +1 -1
  31. package/package.json +1 -1
@@ -262,7 +262,7 @@ export declare const ActionMessageSchema: z.ZodObject<{
262
262
  }>;
263
263
  export declare const SendMessageSchema: z.ZodObject<{
264
264
  roomId: z.ZodString;
265
- 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"]>;
265
+ 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", "deleted", "unsupported"]>;
266
266
  message: z.ZodOptional<z.ZodString>;
267
267
  messageAttachments: z.ZodOptional<z.ZodObject<{
268
268
  bucketName: z.ZodString;
@@ -521,7 +521,7 @@ export declare const SendMessageSchema: z.ZodObject<{
521
521
  mentions?: string[] | undefined;
522
522
  }>>;
523
523
  }, "strip", z.ZodTypeAny, {
524
- 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";
524
+ 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" | "deleted" | "unsupported";
525
525
  roomId: string;
526
526
  message?: string | undefined;
527
527
  id?: string | undefined;
@@ -593,7 +593,7 @@ export declare const SendMessageSchema: z.ZodObject<{
593
593
  } | undefined;
594
594
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
595
595
  }, {
596
- 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";
596
+ 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" | "deleted" | "unsupported";
597
597
  roomId: string;
598
598
  message?: string | undefined;
599
599
  id?: string | undefined;
@@ -1221,7 +1221,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1221
1221
  id: z.ZodOptional<z.ZodString>;
1222
1222
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1223
1223
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1224
- 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"]>;
1224
+ 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", "deleted", "unsupported"]>;
1225
1225
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1226
1226
  metadata: z.ZodOptional<z.ZodAny>;
1227
1227
  platformId: z.ZodOptional<z.ZodString>;
@@ -1273,7 +1273,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1273
1273
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1274
1274
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1275
1275
  }, "strip", z.ZodTypeAny, {
1276
- 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";
1276
+ 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" | "deleted" | "unsupported";
1277
1277
  direction: "incoming" | "outgoing" | "system";
1278
1278
  message?: string | null | undefined;
1279
1279
  id?: string | undefined;
@@ -1304,7 +1304,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1304
1304
  parentMessageId?: string | null | undefined;
1305
1305
  feedPostId?: string | null | undefined;
1306
1306
  }, {
1307
- 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";
1307
+ 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" | "deleted" | "unsupported";
1308
1308
  direction: "incoming" | "outgoing" | "system";
1309
1309
  message?: string | null | undefined;
1310
1310
  id?: string | undefined;
@@ -1337,7 +1337,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1337
1337
  }>;
1338
1338
  }, "strip", z.ZodTypeAny, {
1339
1339
  message: {
1340
- 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";
1340
+ 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" | "deleted" | "unsupported";
1341
1341
  direction: "incoming" | "outgoing" | "system";
1342
1342
  message?: string | null | undefined;
1343
1343
  id?: string | undefined;
@@ -1404,7 +1404,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1404
1404
  };
1405
1405
  }, {
1406
1406
  message: {
1407
- 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";
1407
+ 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" | "deleted" | "unsupported";
1408
1408
  direction: "incoming" | "outgoing" | "system";
1409
1409
  message?: string | null | undefined;
1410
1410
  id?: string | undefined;
@@ -1882,7 +1882,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1882
1882
  id: z.ZodOptional<z.ZodString>;
1883
1883
  message: z.ZodOptional<z.ZodString>;
1884
1884
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1885
- 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"]>;
1885
+ 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", "deleted", "unsupported"]>;
1886
1886
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1887
1887
  metadata: z.ZodOptional<z.ZodAny>;
1888
1888
  platformId: z.ZodOptional<z.ZodString>;
@@ -1937,7 +1937,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1937
1937
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1938
1938
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1939
1939
  }, "strip", z.ZodTypeAny, {
1940
- 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";
1940
+ 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" | "deleted" | "unsupported";
1941
1941
  direction: "incoming" | "outgoing" | "system";
1942
1942
  message?: string | undefined;
1943
1943
  id?: string | undefined;
@@ -1971,7 +1971,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1971
1971
  isEdited?: boolean | null | undefined;
1972
1972
  editedAt?: string | Date | null | undefined;
1973
1973
  }, {
1974
- 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";
1974
+ 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" | "deleted" | "unsupported";
1975
1975
  direction: "incoming" | "outgoing" | "system";
1976
1976
  message?: string | undefined;
1977
1977
  id?: string | undefined;
@@ -2007,7 +2007,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2007
2007
  }>;
2008
2008
  }, "strip", z.ZodTypeAny, {
2009
2009
  message: {
2010
- 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";
2010
+ 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" | "deleted" | "unsupported";
2011
2011
  direction: "incoming" | "outgoing" | "system";
2012
2012
  message?: string | undefined;
2013
2013
  id?: string | undefined;
@@ -2118,7 +2118,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2118
2118
  isBot: boolean | null;
2119
2119
  }, {
2120
2120
  message: {
2121
- 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";
2121
+ 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" | "deleted" | "unsupported";
2122
2122
  direction: "incoming" | "outgoing" | "system";
2123
2123
  message?: string | undefined;
2124
2124
  id?: string | undefined;
@@ -2640,7 +2640,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
2640
2640
  id: z.ZodOptional<z.ZodString>;
2641
2641
  message: z.ZodOptional<z.ZodString>;
2642
2642
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2643
- 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"]>;
2643
+ 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", "deleted", "unsupported"]>;
2644
2644
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2645
2645
  metadata: z.ZodOptional<z.ZodAny>;
2646
2646
  platformId: z.ZodOptional<z.ZodString>;
@@ -2695,7 +2695,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
2695
2695
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2696
2696
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2697
2697
  }, "strip", z.ZodTypeAny, {
2698
- 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";
2698
+ 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" | "deleted" | "unsupported";
2699
2699
  direction: "incoming" | "outgoing" | "system";
2700
2700
  message?: string | undefined;
2701
2701
  id?: string | undefined;
@@ -2729,7 +2729,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
2729
2729
  isEdited?: boolean | null | undefined;
2730
2730
  editedAt?: string | Date | null | undefined;
2731
2731
  }, {
2732
- 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";
2732
+ 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" | "deleted" | "unsupported";
2733
2733
  direction: "incoming" | "outgoing" | "system";
2734
2734
  message?: string | undefined;
2735
2735
  id?: string | undefined;
@@ -2776,7 +2776,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
2776
2776
  }>>;
2777
2777
  }>, "strip", z.ZodTypeAny, {
2778
2778
  message: {
2779
- 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";
2779
+ 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" | "deleted" | "unsupported";
2780
2780
  direction: "incoming" | "outgoing" | "system";
2781
2781
  message?: string | undefined;
2782
2782
  id?: string | undefined;
@@ -2891,7 +2891,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<z.objectUtil.e
2891
2891
  } | undefined;
2892
2892
  }, {
2893
2893
  message: {
2894
- 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";
2894
+ 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" | "deleted" | "unsupported";
2895
2895
  direction: "incoming" | "outgoing" | "system";
2896
2896
  message?: string | undefined;
2897
2897
  id?: string | undefined;
@@ -3016,7 +3016,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
3016
3016
  }, {
3017
3017
  message: z.ZodString;
3018
3018
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
3019
- 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"]>;
3019
+ 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", "deleted", "unsupported"]>;
3020
3020
  readAt: z.ZodDate;
3021
3021
  metadata: z.ZodAny;
3022
3022
  platformId: z.ZodString;
@@ -6069,7 +6069,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
6069
6069
  }, {
6070
6070
  message: z.ZodString;
6071
6071
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6072
- 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"]>;
6072
+ 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", "deleted", "unsupported"]>;
6073
6073
  readAt: z.ZodDate;
6074
6074
  metadata: z.ZodAny;
6075
6075
  platformId: z.ZodString;
@@ -6728,7 +6728,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
6728
6728
  };
6729
6729
  }>;
6730
6730
  }>, "strip", z.ZodTypeAny, {
6731
- 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";
6731
+ 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" | "deleted" | "unsupported";
6732
6732
  message: string;
6733
6733
  id: string;
6734
6734
  url: string;
@@ -6890,7 +6890,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
6890
6890
  template?: any;
6891
6891
  metadata?: any;
6892
6892
  }, {
6893
- 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";
6893
+ 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" | "deleted" | "unsupported";
6894
6894
  message: string;
6895
6895
  id: string;
6896
6896
  url: string;
@@ -7700,7 +7700,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
7700
7700
  }, {
7701
7701
  message: z.ZodString;
7702
7702
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7703
- 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"]>;
7703
+ 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", "deleted", "unsupported"]>;
7704
7704
  readAt: z.ZodDate;
7705
7705
  metadata: z.ZodAny;
7706
7706
  platformId: z.ZodString;
@@ -10753,7 +10753,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
10753
10753
  }, {
10754
10754
  message: z.ZodString;
10755
10755
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10756
- 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"]>;
10756
+ 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", "deleted", "unsupported"]>;
10757
10757
  readAt: z.ZodDate;
10758
10758
  metadata: z.ZodAny;
10759
10759
  platformId: z.ZodString;
@@ -11412,7 +11412,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
11412
11412
  };
11413
11413
  }>;
11414
11414
  }>, "strip", z.ZodTypeAny, {
11415
- 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";
11415
+ 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" | "deleted" | "unsupported";
11416
11416
  message: string;
11417
11417
  id: string;
11418
11418
  url: string;
@@ -11574,7 +11574,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
11574
11574
  template?: any;
11575
11575
  metadata?: any;
11576
11576
  }, {
11577
- 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";
11577
+ 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" | "deleted" | "unsupported";
11578
11578
  message: string;
11579
11579
  id: string;
11580
11580
  url: string;
@@ -12376,7 +12376,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
12376
12376
  }>;
12377
12377
  editedMessageid: z.ZodString;
12378
12378
  }>, "strip", z.ZodTypeAny, {
12379
- 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";
12379
+ 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" | "deleted" | "unsupported";
12380
12380
  message: string;
12381
12381
  id: string;
12382
12382
  url: string;
@@ -12874,7 +12874,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
12874
12874
  previewUrl: string;
12875
12875
  imageSetId: string;
12876
12876
  repliedMessage: {
12877
- 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";
12877
+ 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" | "deleted" | "unsupported";
12878
12878
  message: string;
12879
12879
  id: string;
12880
12880
  url: string;
@@ -13084,7 +13084,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
13084
13084
  template?: any;
13085
13085
  metadata?: any;
13086
13086
  }, {
13087
- 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";
13087
+ 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" | "deleted" | "unsupported";
13088
13088
  message: string;
13089
13089
  id: string;
13090
13090
  url: string;
@@ -13582,7 +13582,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
13582
13582
  previewUrl: string;
13583
13583
  imageSetId: string;
13584
13584
  repliedMessage: {
13585
- 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";
13585
+ 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" | "deleted" | "unsupported";
13586
13586
  message: string;
13587
13587
  id: string;
13588
13588
  url: string;
@@ -13793,7 +13793,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
13793
13793
  metadata?: any;
13794
13794
  }>>>;
13795
13795
  }>, "strip", z.ZodTypeAny, {
13796
- 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";
13796
+ 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" | "deleted" | "unsupported";
13797
13797
  message: string;
13798
13798
  id: string;
13799
13799
  url: string;
@@ -14291,7 +14291,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
14291
14291
  previewUrl: string;
14292
14292
  imageSetId: string;
14293
14293
  repliedMessage: {
14294
- 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";
14294
+ 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" | "deleted" | "unsupported";
14295
14295
  message: string;
14296
14296
  id: string;
14297
14297
  url: string;
@@ -14501,7 +14501,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
14501
14501
  template?: any;
14502
14502
  metadata?: any;
14503
14503
  fromMessage?: {
14504
- 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";
14504
+ 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" | "deleted" | "unsupported";
14505
14505
  message: string;
14506
14506
  id: string;
14507
14507
  url: string;
@@ -14999,7 +14999,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
14999
14999
  previewUrl: string;
15000
15000
  imageSetId: string;
15001
15001
  repliedMessage: {
15002
- 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";
15002
+ 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" | "deleted" | "unsupported";
15003
15003
  message: string;
15004
15004
  id: string;
15005
15005
  url: string;
@@ -15210,7 +15210,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
15210
15210
  metadata?: any;
15211
15211
  } | null | undefined;
15212
15212
  }, {
15213
- 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";
15213
+ 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" | "deleted" | "unsupported";
15214
15214
  message: string;
15215
15215
  id: string;
15216
15216
  url: string;
@@ -15708,7 +15708,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
15708
15708
  previewUrl: string;
15709
15709
  imageSetId: string;
15710
15710
  repliedMessage: {
15711
- 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";
15711
+ 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" | "deleted" | "unsupported";
15712
15712
  message: string;
15713
15713
  id: string;
15714
15714
  url: string;
@@ -15918,7 +15918,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
15918
15918
  template?: any;
15919
15919
  metadata?: any;
15920
15920
  fromMessage?: {
15921
- 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";
15921
+ 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" | "deleted" | "unsupported";
15922
15922
  message: string;
15923
15923
  id: string;
15924
15924
  url: string;
@@ -16416,7 +16416,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
16416
16416
  previewUrl: string;
16417
16417
  imageSetId: string;
16418
16418
  repliedMessage: {
16419
- 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";
16419
+ 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" | "deleted" | "unsupported";
16420
16420
  message: string;
16421
16421
  id: string;
16422
16422
  url: string;
@@ -16629,7 +16629,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
16629
16629
  }>;
16630
16630
  }>, "strip", z.ZodTypeAny, {
16631
16631
  data: {
16632
- 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";
16632
+ 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" | "deleted" | "unsupported";
16633
16633
  message: string;
16634
16634
  id: string;
16635
16635
  url: string;
@@ -17127,7 +17127,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
17127
17127
  previewUrl: string;
17128
17128
  imageSetId: string;
17129
17129
  repliedMessage: {
17130
- 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";
17130
+ 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" | "deleted" | "unsupported";
17131
17131
  message: string;
17132
17132
  id: string;
17133
17133
  url: string;
@@ -17337,7 +17337,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
17337
17337
  template?: any;
17338
17338
  metadata?: any;
17339
17339
  fromMessage?: {
17340
- 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";
17340
+ 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" | "deleted" | "unsupported";
17341
17341
  message: string;
17342
17342
  id: string;
17343
17343
  url: string;
@@ -17835,7 +17835,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
17835
17835
  previewUrl: string;
17836
17836
  imageSetId: string;
17837
17837
  repliedMessage: {
17838
- 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";
17838
+ 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" | "deleted" | "unsupported";
17839
17839
  message: string;
17840
17840
  id: string;
17841
17841
  url: string;
@@ -18049,7 +18049,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
18049
18049
  requestId: string;
18050
18050
  }, {
18051
18051
  data: {
18052
- 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";
18052
+ 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" | "deleted" | "unsupported";
18053
18053
  message: string;
18054
18054
  id: string;
18055
18055
  url: string;
@@ -18547,7 +18547,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
18547
18547
  previewUrl: string;
18548
18548
  imageSetId: string;
18549
18549
  repliedMessage: {
18550
- 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";
18550
+ 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" | "deleted" | "unsupported";
18551
18551
  message: string;
18552
18552
  id: string;
18553
18553
  url: string;
@@ -18757,7 +18757,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
18757
18757
  template?: any;
18758
18758
  metadata?: any;
18759
18759
  fromMessage?: {
18760
- 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";
18760
+ 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" | "deleted" | "unsupported";
18761
18761
  message: string;
18762
18762
  id: string;
18763
18763
  url: string;
@@ -19255,7 +19255,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<z.objectUtil.extendS
19255
19255
  previewUrl: string;
19256
19256
  imageSetId: string;
19257
19257
  repliedMessage: {
19258
- 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";
19258
+ 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" | "deleted" | "unsupported";
19259
19259
  message: string;
19260
19260
  id: string;
19261
19261
  url: string;
@@ -19681,7 +19681,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
19681
19681
  deletedAt: z.ZodNullable<z.ZodString>;
19682
19682
  message: z.ZodOptional<z.ZodString>;
19683
19683
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
19684
- 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"]>;
19684
+ 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", "deleted", "unsupported"]>;
19685
19685
  metadata: z.ZodAny;
19686
19686
  platformId: z.ZodString;
19687
19687
  platformMessageId: z.ZodString;
@@ -22888,7 +22888,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
22888
22888
  };
22889
22889
  }>>>;
22890
22890
  }, "strip", z.ZodTypeAny, {
22891
- 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";
22891
+ 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" | "deleted" | "unsupported";
22892
22892
  id: string;
22893
22893
  direction: "incoming" | "outgoing" | "system";
22894
22894
  createdAt: string;
@@ -23363,7 +23363,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23363
23363
  };
23364
23364
  } | null | undefined;
23365
23365
  }, {
23366
- 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";
23366
+ 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" | "deleted" | "unsupported";
23367
23367
  id: string;
23368
23368
  direction: "incoming" | "outgoing" | "system";
23369
23369
  createdAt: string;
@@ -23840,7 +23840,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23840
23840
  }>;
23841
23841
  }, "strip", z.ZodTypeAny, {
23842
23842
  message: {
23843
- 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";
23843
+ 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" | "deleted" | "unsupported";
23844
23844
  id: string;
23845
23845
  direction: "incoming" | "outgoing" | "system";
23846
23846
  createdAt: string;
@@ -24317,7 +24317,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
24317
24317
  };
24318
24318
  }, {
24319
24319
  message: {
24320
- 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";
24320
+ 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" | "deleted" | "unsupported";
24321
24321
  id: string;
24322
24322
  direction: "incoming" | "outgoing" | "system";
24323
24323
  createdAt: string;
@@ -4853,8 +4853,8 @@ export declare const commentContract: {
4853
4853
  deleted: boolean;
4854
4854
  ticketId?: string | undefined;
4855
4855
  }, {
4856
- ticketId?: string | undefined;
4857
4856
  deleted?: "false" | "true" | undefined;
4857
+ ticketId?: string | undefined;
4858
4858
  }>>;
4859
4859
  path: "ticket-service/comment";
4860
4860
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -32,7 +32,7 @@ export declare const GetCommentQuerySchema: z.ZodOptional<z.ZodObject<{
32
32
  deleted: boolean;
33
33
  ticketId?: string | undefined;
34
34
  }, {
35
- ticketId?: string | undefined;
36
35
  deleted?: "false" | "true" | undefined;
36
+ ticketId?: string | undefined;
37
37
  }>>;
38
38
  //# sourceMappingURL=validation.d.ts.map