@kl1/contracts 1.1.73-uat → 1.1.75-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. package/dist/api-contracts/src/chat/index.d.ts +145 -145
  2. package/dist/api-contracts/src/chat/schema.d.ts +69 -45
  3. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  4. package/dist/api-contracts/src/chat/validation.d.ts +51 -51
  5. package/dist/api-contracts/src/contract.d.ts +547 -218
  6. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  7. package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
  8. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
  10. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  11. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
  12. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  13. package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
  14. package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
  16. package/dist/api-contracts/src/index.d.ts +0 -1
  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 +1 -0
  26. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  27. package/dist/index.js +522 -495
  28. package/dist/index.js.map +1 -1
  29. package/dist/index.mjs +522 -495
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/src/channel/index.d.ts +652 -620
  32. package/dist/src/channel/index.d.ts.map +1 -1
  33. package/dist/src/chat/index.d.ts +551 -4289
  34. package/dist/src/chat/index.d.ts.map +1 -1
  35. package/dist/src/chat/schema.d.ts +218 -200
  36. package/dist/src/chat/schema.d.ts.map +1 -1
  37. package/dist/src/chat/validation.d.ts +134 -160
  38. package/dist/src/chat/validation.d.ts.map +1 -1
  39. package/dist/src/comment/index.d.ts +68 -68
  40. package/dist/src/comment/schema.d.ts +20 -20
  41. package/dist/src/contact/index.d.ts +79 -79
  42. package/dist/src/contact/schema.d.ts +12 -12
  43. package/dist/src/contact/validation.d.ts +49 -49
  44. package/dist/src/contract.d.ts +5733 -23901
  45. package/dist/src/contract.d.ts.map +1 -1
  46. package/dist/src/cx-log/index.d.ts +48 -93
  47. package/dist/src/cx-log/index.d.ts.map +1 -1
  48. package/dist/src/cx-log/schema.d.ts +40 -40
  49. package/dist/src/dashboard/index.d.ts +231 -233
  50. package/dist/src/dashboard/index.d.ts.map +1 -1
  51. package/dist/src/dashboard/schema.d.ts +260 -217
  52. package/dist/src/dashboard/schema.d.ts.map +1 -1
  53. package/dist/src/dashboard/validation.d.ts +0 -26
  54. package/dist/src/dashboard/validation.d.ts.map +1 -1
  55. package/dist/src/facebook-feed/index.d.ts +122 -122
  56. package/dist/src/facebook-feed/schema.d.ts +14 -14
  57. package/dist/src/facebook-feed/validation.d.ts +11 -11
  58. package/dist/src/index.d.ts +0 -1
  59. package/dist/src/index.d.ts.map +1 -1
  60. package/dist/src/instagram/index.d.ts +101 -101
  61. package/dist/src/line/index.d.ts +106 -106
  62. package/dist/src/line/validation.d.ts +5 -5
  63. package/dist/src/mail/account-contract.d.ts +8 -8
  64. package/dist/src/mail/mail-contract.d.ts +5993 -28466
  65. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  66. package/dist/src/mail/mail-server-contract.d.ts +5 -5
  67. package/dist/src/mail/message-contract.d.ts +63 -6423
  68. package/dist/src/mail/message-contract.d.ts.map +1 -1
  69. package/dist/src/mail/room-contract.d.ts +1583 -17698
  70. package/dist/src/mail/room-contract.d.ts.map +1 -1
  71. package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
  72. package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
  73. package/dist/src/mail/schemas/message.schema.d.ts +40 -762
  74. package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
  75. package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
  76. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  77. package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
  78. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  79. package/dist/src/messenger/index.d.ts +101 -101
  80. package/dist/src/messenger/validation.d.ts +11 -11
  81. package/dist/src/public-api/index.d.ts +59 -59
  82. package/dist/src/public-api/schema.d.ts +12 -12
  83. package/dist/src/public-api/validation.d.ts +19 -19
  84. package/dist/src/role/index.d.ts +0 -125
  85. package/dist/src/role/index.d.ts.map +1 -1
  86. package/dist/src/snippet/index.d.ts +105 -105
  87. package/dist/src/snippet/schema.d.ts +40 -40
  88. package/dist/src/telephony-cdr/index.d.ts +54 -54
  89. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  90. package/dist/src/telephony-cdr/schema.d.ts +14 -14
  91. package/dist/src/ticket/index.d.ts +111 -111
  92. package/dist/src/ticket/schema.d.ts +21 -21
  93. package/dist/src/upload/schema.d.ts +3 -3
  94. package/dist/src/viber/index.d.ts +101 -101
  95. package/dist/src/webchat/index.d.ts +101 -101
  96. package/dist/src/workflow-rule/index.d.ts +26 -26
  97. package/package.json +1 -1
@@ -10552,12 +10552,15 @@ export declare const apiContract: {
10552
10552
  method: "GET";
10553
10553
  query: import("zod").ZodOptional<import("zod").ZodObject<{
10554
10554
  selectedDate: import("zod").ZodString;
10555
+ channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
10555
10556
  agentId: import("zod").ZodOptional<import("zod").ZodString>;
10556
10557
  }, "strip", import("zod").ZodTypeAny, {
10557
10558
  selectedDate: string;
10559
+ channelIds?: string[] | undefined;
10558
10560
  agentId?: string | undefined;
10559
10561
  }, {
10560
10562
  selectedDate: string;
10563
+ channelIds?: string[] | undefined;
10561
10564
  agentId?: string | undefined;
10562
10565
  }>>;
10563
10566
  responses: {
@@ -10757,11 +10760,14 @@ export declare const apiContract: {
10757
10760
  summary: "Get queue call dashboard";
10758
10761
  method: "GET";
10759
10762
  query: import("zod").ZodObject<{
10763
+ channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
10760
10764
  selectedDate: import("zod").ZodString;
10761
10765
  }, "strip", import("zod").ZodTypeAny, {
10762
10766
  selectedDate: string;
10767
+ channelIds?: string[] | undefined;
10763
10768
  }, {
10764
10769
  selectedDate: string;
10770
+ channelIds?: string[] | undefined;
10765
10771
  }>;
10766
10772
  responses: {
10767
10773
  200: import("zod").ZodObject<{
@@ -11332,12 +11338,15 @@ export declare const apiContract: {
11332
11338
  method: "GET";
11333
11339
  query: import("zod").ZodOptional<import("zod").ZodObject<{
11334
11340
  selectedDate: import("zod").ZodString;
11341
+ channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
11335
11342
  agentId: import("zod").ZodOptional<import("zod").ZodString>;
11336
11343
  }, "strip", import("zod").ZodTypeAny, {
11337
11344
  selectedDate: string;
11345
+ channelIds?: string[] | undefined;
11338
11346
  agentId?: string | undefined;
11339
11347
  }, {
11340
11348
  selectedDate: string;
11349
+ channelIds?: string[] | undefined;
11341
11350
  agentId?: string | undefined;
11342
11351
  }>>;
11343
11352
  responses: {
@@ -11524,11 +11533,14 @@ export declare const apiContract: {
11524
11533
  summary: "Get ticket tag data";
11525
11534
  method: "GET";
11526
11535
  query: import("zod").ZodObject<{
11536
+ channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
11527
11537
  selectedDate: import("zod").ZodString;
11528
11538
  }, "strip", import("zod").ZodTypeAny, {
11529
11539
  selectedDate: string;
11540
+ channelIds?: string[] | undefined;
11530
11541
  }, {
11531
11542
  selectedDate: string;
11543
+ channelIds?: string[] | undefined;
11532
11544
  }>;
11533
11545
  responses: {
11534
11546
  200: import("zod").ZodObject<{
@@ -11742,12 +11754,15 @@ export declare const apiContract: {
11742
11754
  method: "GET";
11743
11755
  query: import("zod").ZodObject<{
11744
11756
  selectedDate: import("zod").ZodString;
11757
+ channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
11745
11758
  direction: import("zod").ZodOptional<import("zod").ZodString>;
11746
11759
  }, "strip", import("zod").ZodTypeAny, {
11747
11760
  selectedDate: string;
11761
+ channelIds?: string[] | undefined;
11748
11762
  direction?: string | undefined;
11749
11763
  }, {
11750
11764
  selectedDate: string;
11765
+ channelIds?: string[] | undefined;
11751
11766
  direction?: string | undefined;
11752
11767
  }>;
11753
11768
  responses: {
@@ -11815,12 +11830,15 @@ export declare const apiContract: {
11815
11830
  method: "GET";
11816
11831
  query: import("zod").ZodOptional<import("zod").ZodObject<{
11817
11832
  selectedDate: import("zod").ZodString;
11833
+ channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
11818
11834
  agentId: import("zod").ZodOptional<import("zod").ZodString>;
11819
11835
  }, "strip", import("zod").ZodTypeAny, {
11820
11836
  selectedDate: string;
11837
+ channelIds?: string[] | undefined;
11821
11838
  agentId?: string | undefined;
11822
11839
  }, {
11823
11840
  selectedDate: string;
11841
+ channelIds?: string[] | undefined;
11824
11842
  agentId?: string | undefined;
11825
11843
  }>>;
11826
11844
  responses: {
@@ -77061,7 +77079,7 @@ export declare const platformContract: {
77061
77079
  message: import("zod").ZodObject<{
77062
77080
  message: import("zod").ZodOptional<import("zod").ZodString>;
77063
77081
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
77064
- type: import("zod").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"]>;
77082
+ type: import("zod").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"]>;
77065
77083
  readAt: import("zod").ZodOptional<import("zod").ZodDate>;
77066
77084
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
77067
77085
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -77105,7 +77123,7 @@ export declare const platformContract: {
77105
77123
  phone: string | null;
77106
77124
  }>;
77107
77125
  }, "strip", import("zod").ZodTypeAny, {
77108
- 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";
77126
+ 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";
77109
77127
  direction: "incoming" | "outgoing" | "system";
77110
77128
  sender: {
77111
77129
  address: string | null;
@@ -77131,7 +77149,7 @@ export declare const platformContract: {
77131
77149
  fileSize: number;
77132
77150
  } | undefined;
77133
77151
  }, {
77134
- 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";
77152
+ 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";
77135
77153
  direction: "incoming" | "outgoing" | "system";
77136
77154
  sender: {
77137
77155
  address: string | null;
@@ -77159,7 +77177,7 @@ export declare const platformContract: {
77159
77177
  }>;
77160
77178
  }, "strip", import("zod").ZodTypeAny, {
77161
77179
  message: {
77162
- 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";
77180
+ 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";
77163
77181
  direction: "incoming" | "outgoing" | "system";
77164
77182
  sender: {
77165
77183
  address: string | null;
@@ -77252,7 +77270,7 @@ export declare const platformContract: {
77252
77270
  stickerId: number;
77253
77271
  }, {
77254
77272
  message: {
77255
- 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";
77273
+ 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";
77256
77274
  direction: "incoming" | "outgoing" | "system";
77257
77275
  sender: {
77258
77276
  address: string | null;
@@ -78066,7 +78084,7 @@ export declare const platformContract: {
78066
78084
  id: import("zod").ZodOptional<import("zod").ZodString>;
78067
78085
  message: import("zod").ZodOptional<import("zod").ZodString>;
78068
78086
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
78069
- type: import("zod").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"]>;
78087
+ type: import("zod").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"]>;
78070
78088
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
78071
78089
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
78072
78090
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -78121,7 +78139,7 @@ export declare const platformContract: {
78121
78139
  isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
78122
78140
  editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
78123
78141
  }, "strip", import("zod").ZodTypeAny, {
78124
- 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";
78142
+ 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";
78125
78143
  direction: "incoming" | "outgoing" | "system";
78126
78144
  id?: string | undefined;
78127
78145
  message?: string | undefined;
@@ -78155,7 +78173,7 @@ export declare const platformContract: {
78155
78173
  isEdited?: boolean | null | undefined;
78156
78174
  editedAt?: string | Date | null | undefined;
78157
78175
  }, {
78158
- 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";
78176
+ 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";
78159
78177
  direction: "incoming" | "outgoing" | "system";
78160
78178
  id?: string | undefined;
78161
78179
  message?: string | undefined;
@@ -78191,7 +78209,7 @@ export declare const platformContract: {
78191
78209
  }>;
78192
78210
  }, "strip", import("zod").ZodTypeAny, {
78193
78211
  message: {
78194
- 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";
78212
+ 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";
78195
78213
  direction: "incoming" | "outgoing" | "system";
78196
78214
  id?: string | undefined;
78197
78215
  message?: string | undefined;
@@ -78302,7 +78320,7 @@ export declare const platformContract: {
78302
78320
  isBot: boolean | null;
78303
78321
  }, {
78304
78322
  message: {
78305
- 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";
78323
+ 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";
78306
78324
  direction: "incoming" | "outgoing" | "system";
78307
78325
  id?: string | undefined;
78308
78326
  message?: string | undefined;
@@ -78417,7 +78435,7 @@ export declare const platformContract: {
78417
78435
  200: import("zod").ZodObject<{
78418
78436
  requestId: import("zod").ZodString;
78419
78437
  data: import("zod").ZodObject<{
78420
- type: import("zod").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"]>;
78438
+ type: import("zod").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"]>;
78421
78439
  message: import("zod").ZodString;
78422
78440
  id: import("zod").ZodString;
78423
78441
  url: import("zod").ZodString;
@@ -81891,7 +81909,7 @@ export declare const platformContract: {
81891
81909
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
81892
81910
  message: import("zod").ZodString;
81893
81911
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
81894
- type: import("zod").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"]>;
81912
+ type: import("zod").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"]>;
81895
81913
  readAt: import("zod").ZodDate;
81896
81914
  metadata: import("zod").ZodAny;
81897
81915
  platformId: import("zod").ZodString;
@@ -82549,7 +82567,7 @@ export declare const platformContract: {
82549
82567
  };
82550
82568
  }>;
82551
82569
  }, "strip", import("zod").ZodTypeAny, {
82552
- 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";
82570
+ 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";
82553
82571
  message: string;
82554
82572
  id: string;
82555
82573
  url: string;
@@ -82711,7 +82729,7 @@ export declare const platformContract: {
82711
82729
  metadata?: any;
82712
82730
  template?: any;
82713
82731
  }, {
82714
- 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";
82732
+ 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";
82715
82733
  message: string;
82716
82734
  id: string;
82717
82735
  url: string;
@@ -83085,7 +83103,7 @@ export declare const platformContract: {
83085
83103
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
83086
83104
  message: import("zod").ZodString;
83087
83105
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
83088
- type: import("zod").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"]>;
83106
+ type: import("zod").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"]>;
83089
83107
  readAt: import("zod").ZodDate;
83090
83108
  metadata: import("zod").ZodAny;
83091
83109
  platformId: import("zod").ZodString;
@@ -86120,7 +86138,7 @@ export declare const platformContract: {
86120
86138
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
86121
86139
  message: import("zod").ZodString;
86122
86140
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
86123
- type: import("zod").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"]>;
86141
+ type: import("zod").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"]>;
86124
86142
  readAt: import("zod").ZodDate;
86125
86143
  metadata: import("zod").ZodAny;
86126
86144
  platformId: import("zod").ZodString;
@@ -86778,7 +86796,7 @@ export declare const platformContract: {
86778
86796
  };
86779
86797
  }>;
86780
86798
  }, "strip", import("zod").ZodTypeAny, {
86781
- 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";
86799
+ 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";
86782
86800
  message: string;
86783
86801
  id: string;
86784
86802
  url: string;
@@ -86940,7 +86958,7 @@ export declare const platformContract: {
86940
86958
  metadata?: any;
86941
86959
  template?: any;
86942
86960
  }, {
86943
- 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";
86961
+ 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";
86944
86962
  message: string;
86945
86963
  id: string;
86946
86964
  url: string;
@@ -87741,7 +87759,7 @@ export declare const platformContract: {
87741
87759
  }>;
87742
87760
  editedMessageid: import("zod").ZodString;
87743
87761
  }, "strip", import("zod").ZodTypeAny, {
87744
- 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";
87762
+ 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";
87745
87763
  message: string;
87746
87764
  id: string;
87747
87765
  url: string;
@@ -88239,7 +88257,7 @@ export declare const platformContract: {
88239
88257
  previewUrl: string;
88240
88258
  imageSetId: string;
88241
88259
  repliedMessage: {
88242
- 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";
88260
+ 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";
88243
88261
  message: string;
88244
88262
  id: string;
88245
88263
  url: string;
@@ -88449,7 +88467,7 @@ export declare const platformContract: {
88449
88467
  metadata?: any;
88450
88468
  template?: any;
88451
88469
  }, {
88452
- 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";
88470
+ 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";
88453
88471
  message: string;
88454
88472
  id: string;
88455
88473
  url: string;
@@ -88947,7 +88965,7 @@ export declare const platformContract: {
88947
88965
  previewUrl: string;
88948
88966
  imageSetId: string;
88949
88967
  repliedMessage: {
88950
- 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";
88968
+ 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";
88951
88969
  message: string;
88952
88970
  id: string;
88953
88971
  url: string;
@@ -89158,7 +89176,7 @@ export declare const platformContract: {
89158
89176
  template?: any;
89159
89177
  }>>>;
89160
89178
  }, "strip", import("zod").ZodTypeAny, {
89161
- 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";
89179
+ 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";
89162
89180
  message: string;
89163
89181
  id: string;
89164
89182
  url: string;
@@ -89656,7 +89674,7 @@ export declare const platformContract: {
89656
89674
  previewUrl: string;
89657
89675
  imageSetId: string;
89658
89676
  repliedMessage: {
89659
- 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";
89677
+ 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";
89660
89678
  message: string;
89661
89679
  id: string;
89662
89680
  url: string;
@@ -89866,7 +89884,7 @@ export declare const platformContract: {
89866
89884
  template?: any;
89867
89885
  metadata?: any;
89868
89886
  fromMessage?: {
89869
- 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";
89887
+ 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";
89870
89888
  message: string;
89871
89889
  id: string;
89872
89890
  url: string;
@@ -90364,7 +90382,7 @@ export declare const platformContract: {
90364
90382
  previewUrl: string;
90365
90383
  imageSetId: string;
90366
90384
  repliedMessage: {
90367
- 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";
90385
+ 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";
90368
90386
  message: string;
90369
90387
  id: string;
90370
90388
  url: string;
@@ -90575,7 +90593,7 @@ export declare const platformContract: {
90575
90593
  template?: any;
90576
90594
  } | null | undefined;
90577
90595
  }, {
90578
- 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";
90596
+ 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";
90579
90597
  message: string;
90580
90598
  id: string;
90581
90599
  url: string;
@@ -91073,7 +91091,7 @@ export declare const platformContract: {
91073
91091
  previewUrl: string;
91074
91092
  imageSetId: string;
91075
91093
  repliedMessage: {
91076
- 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";
91094
+ 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";
91077
91095
  message: string;
91078
91096
  id: string;
91079
91097
  url: string;
@@ -91283,7 +91301,7 @@ export declare const platformContract: {
91283
91301
  template?: any;
91284
91302
  metadata?: any;
91285
91303
  fromMessage?: {
91286
- 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";
91304
+ 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";
91287
91305
  message: string;
91288
91306
  id: string;
91289
91307
  url: string;
@@ -91781,7 +91799,7 @@ export declare const platformContract: {
91781
91799
  previewUrl: string;
91782
91800
  imageSetId: string;
91783
91801
  repliedMessage: {
91784
- 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";
91802
+ 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";
91785
91803
  message: string;
91786
91804
  id: string;
91787
91805
  url: string;
@@ -91994,7 +92012,7 @@ export declare const platformContract: {
91994
92012
  }>;
91995
92013
  }, "strip", import("zod").ZodTypeAny, {
91996
92014
  data: {
91997
- 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";
92015
+ 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";
91998
92016
  message: string;
91999
92017
  id: string;
92000
92018
  url: string;
@@ -92492,7 +92510,7 @@ export declare const platformContract: {
92492
92510
  previewUrl: string;
92493
92511
  imageSetId: string;
92494
92512
  repliedMessage: {
92495
- 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";
92513
+ 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";
92496
92514
  message: string;
92497
92515
  id: string;
92498
92516
  url: string;
@@ -92702,7 +92720,7 @@ export declare const platformContract: {
92702
92720
  template?: any;
92703
92721
  metadata?: any;
92704
92722
  fromMessage?: {
92705
- 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";
92723
+ 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";
92706
92724
  message: string;
92707
92725
  id: string;
92708
92726
  url: string;
@@ -93200,7 +93218,7 @@ export declare const platformContract: {
93200
93218
  previewUrl: string;
93201
93219
  imageSetId: string;
93202
93220
  repliedMessage: {
93203
- 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";
93221
+ 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";
93204
93222
  message: string;
93205
93223
  id: string;
93206
93224
  url: string;
@@ -93414,7 +93432,7 @@ export declare const platformContract: {
93414
93432
  requestId: string;
93415
93433
  }, {
93416
93434
  data: {
93417
- 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";
93435
+ 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";
93418
93436
  message: string;
93419
93437
  id: string;
93420
93438
  url: string;
@@ -93912,7 +93930,7 @@ export declare const platformContract: {
93912
93930
  previewUrl: string;
93913
93931
  imageSetId: string;
93914
93932
  repliedMessage: {
93915
- 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";
93933
+ 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";
93916
93934
  message: string;
93917
93935
  id: string;
93918
93936
  url: string;
@@ -94122,7 +94140,7 @@ export declare const platformContract: {
94122
94140
  template?: any;
94123
94141
  metadata?: any;
94124
94142
  fromMessage?: {
94125
- 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";
94143
+ 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";
94126
94144
  message: string;
94127
94145
  id: string;
94128
94146
  url: string;
@@ -94620,7 +94638,7 @@ export declare const platformContract: {
94620
94638
  previewUrl: string;
94621
94639
  imageSetId: string;
94622
94640
  repliedMessage: {
94623
- 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";
94641
+ 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";
94624
94642
  message: string;
94625
94643
  id: string;
94626
94644
  url: string;
@@ -97427,7 +97445,7 @@ export declare const platformContract: {
97427
97445
  id: import("zod").ZodOptional<import("zod").ZodString>;
97428
97446
  message: import("zod").ZodOptional<import("zod").ZodString>;
97429
97447
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
97430
- type: import("zod").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"]>;
97448
+ type: import("zod").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"]>;
97431
97449
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
97432
97450
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
97433
97451
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -97482,7 +97500,7 @@ export declare const platformContract: {
97482
97500
  isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
97483
97501
  editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
97484
97502
  }, "strip", import("zod").ZodTypeAny, {
97485
- 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";
97503
+ 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";
97486
97504
  direction: "incoming" | "outgoing" | "system";
97487
97505
  id?: string | undefined;
97488
97506
  message?: string | undefined;
@@ -97516,7 +97534,7 @@ export declare const platformContract: {
97516
97534
  isEdited?: boolean | null | undefined;
97517
97535
  editedAt?: string | Date | null | undefined;
97518
97536
  }, {
97519
- 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";
97537
+ 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";
97520
97538
  direction: "incoming" | "outgoing" | "system";
97521
97539
  id?: string | undefined;
97522
97540
  message?: string | undefined;
@@ -97552,7 +97570,7 @@ export declare const platformContract: {
97552
97570
  }>;
97553
97571
  }, "strip", import("zod").ZodTypeAny, {
97554
97572
  message: {
97555
- 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";
97573
+ 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";
97556
97574
  direction: "incoming" | "outgoing" | "system";
97557
97575
  id?: string | undefined;
97558
97576
  message?: string | undefined;
@@ -97663,7 +97681,7 @@ export declare const platformContract: {
97663
97681
  isBot: boolean | null;
97664
97682
  }, {
97665
97683
  message: {
97666
- 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";
97684
+ 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";
97667
97685
  direction: "incoming" | "outgoing" | "system";
97668
97686
  id?: string | undefined;
97669
97687
  message?: string | undefined;
@@ -97778,7 +97796,7 @@ export declare const platformContract: {
97778
97796
  200: import("zod").ZodObject<{
97779
97797
  requestId: import("zod").ZodString;
97780
97798
  data: import("zod").ZodObject<{
97781
- type: import("zod").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"]>;
97799
+ type: import("zod").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"]>;
97782
97800
  message: import("zod").ZodString;
97783
97801
  id: import("zod").ZodString;
97784
97802
  url: import("zod").ZodString;
@@ -101252,7 +101270,7 @@ export declare const platformContract: {
101252
101270
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
101253
101271
  message: import("zod").ZodString;
101254
101272
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
101255
- type: import("zod").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"]>;
101273
+ type: import("zod").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"]>;
101256
101274
  readAt: import("zod").ZodDate;
101257
101275
  metadata: import("zod").ZodAny;
101258
101276
  platformId: import("zod").ZodString;
@@ -101910,7 +101928,7 @@ export declare const platformContract: {
101910
101928
  };
101911
101929
  }>;
101912
101930
  }, "strip", import("zod").ZodTypeAny, {
101913
- 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";
101931
+ 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";
101914
101932
  message: string;
101915
101933
  id: string;
101916
101934
  url: string;
@@ -102072,7 +102090,7 @@ export declare const platformContract: {
102072
102090
  metadata?: any;
102073
102091
  template?: any;
102074
102092
  }, {
102075
- 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";
102093
+ 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";
102076
102094
  message: string;
102077
102095
  id: string;
102078
102096
  url: string;
@@ -102446,7 +102464,7 @@ export declare const platformContract: {
102446
102464
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
102447
102465
  message: import("zod").ZodString;
102448
102466
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
102449
- type: import("zod").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"]>;
102467
+ type: import("zod").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"]>;
102450
102468
  readAt: import("zod").ZodDate;
102451
102469
  metadata: import("zod").ZodAny;
102452
102470
  platformId: import("zod").ZodString;
@@ -105481,7 +105499,7 @@ export declare const platformContract: {
105481
105499
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
105482
105500
  message: import("zod").ZodString;
105483
105501
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
105484
- type: import("zod").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"]>;
105502
+ type: import("zod").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"]>;
105485
105503
  readAt: import("zod").ZodDate;
105486
105504
  metadata: import("zod").ZodAny;
105487
105505
  platformId: import("zod").ZodString;
@@ -106139,7 +106157,7 @@ export declare const platformContract: {
106139
106157
  };
106140
106158
  }>;
106141
106159
  }, "strip", import("zod").ZodTypeAny, {
106142
- 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";
106160
+ 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";
106143
106161
  message: string;
106144
106162
  id: string;
106145
106163
  url: string;
@@ -106301,7 +106319,7 @@ export declare const platformContract: {
106301
106319
  metadata?: any;
106302
106320
  template?: any;
106303
106321
  }, {
106304
- 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";
106322
+ 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";
106305
106323
  message: string;
106306
106324
  id: string;
106307
106325
  url: string;
@@ -107102,7 +107120,7 @@ export declare const platformContract: {
107102
107120
  }>;
107103
107121
  editedMessageid: import("zod").ZodString;
107104
107122
  }, "strip", import("zod").ZodTypeAny, {
107105
- 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";
107123
+ 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";
107106
107124
  message: string;
107107
107125
  id: string;
107108
107126
  url: string;
@@ -107600,7 +107618,7 @@ export declare const platformContract: {
107600
107618
  previewUrl: string;
107601
107619
  imageSetId: string;
107602
107620
  repliedMessage: {
107603
- 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";
107621
+ 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";
107604
107622
  message: string;
107605
107623
  id: string;
107606
107624
  url: string;
@@ -107810,7 +107828,7 @@ export declare const platformContract: {
107810
107828
  metadata?: any;
107811
107829
  template?: any;
107812
107830
  }, {
107813
- 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";
107831
+ 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";
107814
107832
  message: string;
107815
107833
  id: string;
107816
107834
  url: string;
@@ -108308,7 +108326,7 @@ export declare const platformContract: {
108308
108326
  previewUrl: string;
108309
108327
  imageSetId: string;
108310
108328
  repliedMessage: {
108311
- 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";
108329
+ 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";
108312
108330
  message: string;
108313
108331
  id: string;
108314
108332
  url: string;
@@ -108519,7 +108537,7 @@ export declare const platformContract: {
108519
108537
  template?: any;
108520
108538
  }>>>;
108521
108539
  }, "strip", import("zod").ZodTypeAny, {
108522
- 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";
108540
+ 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";
108523
108541
  message: string;
108524
108542
  id: string;
108525
108543
  url: string;
@@ -109017,7 +109035,7 @@ export declare const platformContract: {
109017
109035
  previewUrl: string;
109018
109036
  imageSetId: string;
109019
109037
  repliedMessage: {
109020
- 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";
109038
+ 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";
109021
109039
  message: string;
109022
109040
  id: string;
109023
109041
  url: string;
@@ -109227,7 +109245,7 @@ export declare const platformContract: {
109227
109245
  template?: any;
109228
109246
  metadata?: any;
109229
109247
  fromMessage?: {
109230
- 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";
109248
+ 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";
109231
109249
  message: string;
109232
109250
  id: string;
109233
109251
  url: string;
@@ -109725,7 +109743,7 @@ export declare const platformContract: {
109725
109743
  previewUrl: string;
109726
109744
  imageSetId: string;
109727
109745
  repliedMessage: {
109728
- 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";
109746
+ 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";
109729
109747
  message: string;
109730
109748
  id: string;
109731
109749
  url: string;
@@ -109936,7 +109954,7 @@ export declare const platformContract: {
109936
109954
  template?: any;
109937
109955
  } | null | undefined;
109938
109956
  }, {
109939
- 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";
109957
+ 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";
109940
109958
  message: string;
109941
109959
  id: string;
109942
109960
  url: string;
@@ -110434,7 +110452,7 @@ export declare const platformContract: {
110434
110452
  previewUrl: string;
110435
110453
  imageSetId: string;
110436
110454
  repliedMessage: {
110437
- 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";
110455
+ 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";
110438
110456
  message: string;
110439
110457
  id: string;
110440
110458
  url: string;
@@ -110644,7 +110662,7 @@ export declare const platformContract: {
110644
110662
  template?: any;
110645
110663
  metadata?: any;
110646
110664
  fromMessage?: {
110647
- 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";
110665
+ 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";
110648
110666
  message: string;
110649
110667
  id: string;
110650
110668
  url: string;
@@ -111142,7 +111160,7 @@ export declare const platformContract: {
111142
111160
  previewUrl: string;
111143
111161
  imageSetId: string;
111144
111162
  repliedMessage: {
111145
- 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";
111163
+ 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";
111146
111164
  message: string;
111147
111165
  id: string;
111148
111166
  url: string;
@@ -111355,7 +111373,7 @@ export declare const platformContract: {
111355
111373
  }>;
111356
111374
  }, "strip", import("zod").ZodTypeAny, {
111357
111375
  data: {
111358
- 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";
111376
+ 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";
111359
111377
  message: string;
111360
111378
  id: string;
111361
111379
  url: string;
@@ -111853,7 +111871,7 @@ export declare const platformContract: {
111853
111871
  previewUrl: string;
111854
111872
  imageSetId: string;
111855
111873
  repliedMessage: {
111856
- 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";
111874
+ 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";
111857
111875
  message: string;
111858
111876
  id: string;
111859
111877
  url: string;
@@ -112063,7 +112081,7 @@ export declare const platformContract: {
112063
112081
  template?: any;
112064
112082
  metadata?: any;
112065
112083
  fromMessage?: {
112066
- 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";
112084
+ 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";
112067
112085
  message: string;
112068
112086
  id: string;
112069
112087
  url: string;
@@ -112561,7 +112579,7 @@ export declare const platformContract: {
112561
112579
  previewUrl: string;
112562
112580
  imageSetId: string;
112563
112581
  repliedMessage: {
112564
- 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";
112582
+ 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";
112565
112583
  message: string;
112566
112584
  id: string;
112567
112585
  url: string;
@@ -112775,7 +112793,7 @@ export declare const platformContract: {
112775
112793
  requestId: string;
112776
112794
  }, {
112777
112795
  data: {
112778
- 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";
112796
+ 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";
112779
112797
  message: string;
112780
112798
  id: string;
112781
112799
  url: string;
@@ -113273,7 +113291,7 @@ export declare const platformContract: {
113273
113291
  previewUrl: string;
113274
113292
  imageSetId: string;
113275
113293
  repliedMessage: {
113276
- 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";
113294
+ 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";
113277
113295
  message: string;
113278
113296
  id: string;
113279
113297
  url: string;
@@ -113483,7 +113501,7 @@ export declare const platformContract: {
113483
113501
  template?: any;
113484
113502
  metadata?: any;
113485
113503
  fromMessage?: {
113486
- 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";
113504
+ 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";
113487
113505
  message: string;
113488
113506
  id: string;
113489
113507
  url: string;
@@ -113981,7 +113999,7 @@ export declare const platformContract: {
113981
113999
  previewUrl: string;
113982
114000
  imageSetId: string;
113983
114001
  repliedMessage: {
113984
- 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";
114002
+ 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";
113985
114003
  message: string;
113986
114004
  id: string;
113987
114005
  url: string;
@@ -115496,7 +115514,7 @@ export declare const platformMessengerContract: {
115496
115514
  id: import("zod").ZodOptional<import("zod").ZodString>;
115497
115515
  message: import("zod").ZodOptional<import("zod").ZodString>;
115498
115516
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
115499
- type: import("zod").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"]>;
115517
+ type: import("zod").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"]>;
115500
115518
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
115501
115519
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
115502
115520
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -115551,7 +115569,7 @@ export declare const platformMessengerContract: {
115551
115569
  isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
115552
115570
  editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
115553
115571
  }, "strip", import("zod").ZodTypeAny, {
115554
- 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";
115572
+ 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";
115555
115573
  direction: "incoming" | "outgoing" | "system";
115556
115574
  id?: string | undefined;
115557
115575
  message?: string | undefined;
@@ -115585,7 +115603,7 @@ export declare const platformMessengerContract: {
115585
115603
  isEdited?: boolean | null | undefined;
115586
115604
  editedAt?: string | Date | null | undefined;
115587
115605
  }, {
115588
- 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";
115606
+ 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";
115589
115607
  direction: "incoming" | "outgoing" | "system";
115590
115608
  id?: string | undefined;
115591
115609
  message?: string | undefined;
@@ -115621,7 +115639,7 @@ export declare const platformMessengerContract: {
115621
115639
  }>;
115622
115640
  }, "strip", import("zod").ZodTypeAny, {
115623
115641
  message: {
115624
- 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";
115642
+ 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";
115625
115643
  direction: "incoming" | "outgoing" | "system";
115626
115644
  id?: string | undefined;
115627
115645
  message?: string | undefined;
@@ -115732,7 +115750,7 @@ export declare const platformMessengerContract: {
115732
115750
  isBot: boolean | null;
115733
115751
  }, {
115734
115752
  message: {
115735
- 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";
115753
+ 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";
115736
115754
  direction: "incoming" | "outgoing" | "system";
115737
115755
  id?: string | undefined;
115738
115756
  message?: string | undefined;
@@ -115847,7 +115865,7 @@ export declare const platformMessengerContract: {
115847
115865
  200: import("zod").ZodObject<{
115848
115866
  requestId: import("zod").ZodString;
115849
115867
  data: import("zod").ZodObject<{
115850
- type: import("zod").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"]>;
115868
+ type: import("zod").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"]>;
115851
115869
  message: import("zod").ZodString;
115852
115870
  id: import("zod").ZodString;
115853
115871
  url: import("zod").ZodString;
@@ -119321,7 +119339,7 @@ export declare const platformMessengerContract: {
119321
119339
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
119322
119340
  message: import("zod").ZodString;
119323
119341
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
119324
- type: import("zod").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"]>;
119342
+ type: import("zod").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"]>;
119325
119343
  readAt: import("zod").ZodDate;
119326
119344
  metadata: import("zod").ZodAny;
119327
119345
  platformId: import("zod").ZodString;
@@ -119979,7 +119997,7 @@ export declare const platformMessengerContract: {
119979
119997
  };
119980
119998
  }>;
119981
119999
  }, "strip", import("zod").ZodTypeAny, {
119982
- 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";
120000
+ 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";
119983
120001
  message: string;
119984
120002
  id: string;
119985
120003
  url: string;
@@ -120141,7 +120159,7 @@ export declare const platformMessengerContract: {
120141
120159
  metadata?: any;
120142
120160
  template?: any;
120143
120161
  }, {
120144
- 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";
120162
+ 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";
120145
120163
  message: string;
120146
120164
  id: string;
120147
120165
  url: string;
@@ -120515,7 +120533,7 @@ export declare const platformMessengerContract: {
120515
120533
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
120516
120534
  message: import("zod").ZodString;
120517
120535
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
120518
- type: import("zod").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"]>;
120536
+ type: import("zod").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"]>;
120519
120537
  readAt: import("zod").ZodDate;
120520
120538
  metadata: import("zod").ZodAny;
120521
120539
  platformId: import("zod").ZodString;
@@ -123550,7 +123568,7 @@ export declare const platformMessengerContract: {
123550
123568
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
123551
123569
  message: import("zod").ZodString;
123552
123570
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
123553
- type: import("zod").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"]>;
123571
+ type: import("zod").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"]>;
123554
123572
  readAt: import("zod").ZodDate;
123555
123573
  metadata: import("zod").ZodAny;
123556
123574
  platformId: import("zod").ZodString;
@@ -124208,7 +124226,7 @@ export declare const platformMessengerContract: {
124208
124226
  };
124209
124227
  }>;
124210
124228
  }, "strip", import("zod").ZodTypeAny, {
124211
- 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";
124229
+ 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";
124212
124230
  message: string;
124213
124231
  id: string;
124214
124232
  url: string;
@@ -124370,7 +124388,7 @@ export declare const platformMessengerContract: {
124370
124388
  metadata?: any;
124371
124389
  template?: any;
124372
124390
  }, {
124373
- 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";
124391
+ 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";
124374
124392
  message: string;
124375
124393
  id: string;
124376
124394
  url: string;
@@ -125171,7 +125189,7 @@ export declare const platformMessengerContract: {
125171
125189
  }>;
125172
125190
  editedMessageid: import("zod").ZodString;
125173
125191
  }, "strip", import("zod").ZodTypeAny, {
125174
- 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";
125192
+ 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";
125175
125193
  message: string;
125176
125194
  id: string;
125177
125195
  url: string;
@@ -125669,7 +125687,7 @@ export declare const platformMessengerContract: {
125669
125687
  previewUrl: string;
125670
125688
  imageSetId: string;
125671
125689
  repliedMessage: {
125672
- 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";
125690
+ 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";
125673
125691
  message: string;
125674
125692
  id: string;
125675
125693
  url: string;
@@ -125879,7 +125897,7 @@ export declare const platformMessengerContract: {
125879
125897
  metadata?: any;
125880
125898
  template?: any;
125881
125899
  }, {
125882
- 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";
125900
+ 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";
125883
125901
  message: string;
125884
125902
  id: string;
125885
125903
  url: string;
@@ -126377,7 +126395,7 @@ export declare const platformMessengerContract: {
126377
126395
  previewUrl: string;
126378
126396
  imageSetId: string;
126379
126397
  repliedMessage: {
126380
- 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";
126398
+ 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";
126381
126399
  message: string;
126382
126400
  id: string;
126383
126401
  url: string;
@@ -126588,7 +126606,7 @@ export declare const platformMessengerContract: {
126588
126606
  template?: any;
126589
126607
  }>>>;
126590
126608
  }, "strip", import("zod").ZodTypeAny, {
126591
- 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";
126609
+ 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";
126592
126610
  message: string;
126593
126611
  id: string;
126594
126612
  url: string;
@@ -127086,7 +127104,7 @@ export declare const platformMessengerContract: {
127086
127104
  previewUrl: string;
127087
127105
  imageSetId: string;
127088
127106
  repliedMessage: {
127089
- 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";
127107
+ 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";
127090
127108
  message: string;
127091
127109
  id: string;
127092
127110
  url: string;
@@ -127296,7 +127314,7 @@ export declare const platformMessengerContract: {
127296
127314
  template?: any;
127297
127315
  metadata?: any;
127298
127316
  fromMessage?: {
127299
- 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";
127317
+ 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";
127300
127318
  message: string;
127301
127319
  id: string;
127302
127320
  url: string;
@@ -127794,7 +127812,7 @@ export declare const platformMessengerContract: {
127794
127812
  previewUrl: string;
127795
127813
  imageSetId: string;
127796
127814
  repliedMessage: {
127797
- 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";
127815
+ 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";
127798
127816
  message: string;
127799
127817
  id: string;
127800
127818
  url: string;
@@ -128005,7 +128023,7 @@ export declare const platformMessengerContract: {
128005
128023
  template?: any;
128006
128024
  } | null | undefined;
128007
128025
  }, {
128008
- 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";
128026
+ 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";
128009
128027
  message: string;
128010
128028
  id: string;
128011
128029
  url: string;
@@ -128503,7 +128521,7 @@ export declare const platformMessengerContract: {
128503
128521
  previewUrl: string;
128504
128522
  imageSetId: string;
128505
128523
  repliedMessage: {
128506
- 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";
128524
+ 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";
128507
128525
  message: string;
128508
128526
  id: string;
128509
128527
  url: string;
@@ -128713,7 +128731,7 @@ export declare const platformMessengerContract: {
128713
128731
  template?: any;
128714
128732
  metadata?: any;
128715
128733
  fromMessage?: {
128716
- 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";
128734
+ 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";
128717
128735
  message: string;
128718
128736
  id: string;
128719
128737
  url: string;
@@ -129211,7 +129229,7 @@ export declare const platformMessengerContract: {
129211
129229
  previewUrl: string;
129212
129230
  imageSetId: string;
129213
129231
  repliedMessage: {
129214
- 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";
129232
+ 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";
129215
129233
  message: string;
129216
129234
  id: string;
129217
129235
  url: string;
@@ -129424,7 +129442,7 @@ export declare const platformMessengerContract: {
129424
129442
  }>;
129425
129443
  }, "strip", import("zod").ZodTypeAny, {
129426
129444
  data: {
129427
- 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";
129445
+ 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";
129428
129446
  message: string;
129429
129447
  id: string;
129430
129448
  url: string;
@@ -129922,7 +129940,7 @@ export declare const platformMessengerContract: {
129922
129940
  previewUrl: string;
129923
129941
  imageSetId: string;
129924
129942
  repliedMessage: {
129925
- 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";
129943
+ 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";
129926
129944
  message: string;
129927
129945
  id: string;
129928
129946
  url: string;
@@ -130132,7 +130150,7 @@ export declare const platformMessengerContract: {
130132
130150
  template?: any;
130133
130151
  metadata?: any;
130134
130152
  fromMessage?: {
130135
- 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";
130153
+ 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";
130136
130154
  message: string;
130137
130155
  id: string;
130138
130156
  url: string;
@@ -130630,7 +130648,7 @@ export declare const platformMessengerContract: {
130630
130648
  previewUrl: string;
130631
130649
  imageSetId: string;
130632
130650
  repliedMessage: {
130633
- 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";
130651
+ 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";
130634
130652
  message: string;
130635
130653
  id: string;
130636
130654
  url: string;
@@ -130844,7 +130862,7 @@ export declare const platformMessengerContract: {
130844
130862
  requestId: string;
130845
130863
  }, {
130846
130864
  data: {
130847
- 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";
130865
+ 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";
130848
130866
  message: string;
130849
130867
  id: string;
130850
130868
  url: string;
@@ -131342,7 +131360,7 @@ export declare const platformMessengerContract: {
131342
131360
  previewUrl: string;
131343
131361
  imageSetId: string;
131344
131362
  repliedMessage: {
131345
- 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";
131363
+ 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";
131346
131364
  message: string;
131347
131365
  id: string;
131348
131366
  url: string;
@@ -131552,7 +131570,7 @@ export declare const platformMessengerContract: {
131552
131570
  template?: any;
131553
131571
  metadata?: any;
131554
131572
  fromMessage?: {
131555
- 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";
131573
+ 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";
131556
131574
  message: string;
131557
131575
  id: string;
131558
131576
  url: string;
@@ -132050,7 +132068,7 @@ export declare const platformMessengerContract: {
132050
132068
  previewUrl: string;
132051
132069
  imageSetId: string;
132052
132070
  repliedMessage: {
132053
- 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";
132071
+ 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";
132054
132072
  message: string;
132055
132073
  id: string;
132056
132074
  url: string;
@@ -134442,7 +134460,7 @@ export declare const platformInstagramContract: {
134442
134460
  id: import("zod").ZodOptional<import("zod").ZodString>;
134443
134461
  message: import("zod").ZodOptional<import("zod").ZodString>;
134444
134462
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
134445
- type: import("zod").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"]>;
134463
+ type: import("zod").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"]>;
134446
134464
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
134447
134465
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
134448
134466
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -134497,7 +134515,7 @@ export declare const platformInstagramContract: {
134497
134515
  isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
134498
134516
  editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
134499
134517
  }, "strip", import("zod").ZodTypeAny, {
134500
- 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";
134518
+ 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";
134501
134519
  direction: "incoming" | "outgoing" | "system";
134502
134520
  id?: string | undefined;
134503
134521
  message?: string | undefined;
@@ -134531,7 +134549,7 @@ export declare const platformInstagramContract: {
134531
134549
  isEdited?: boolean | null | undefined;
134532
134550
  editedAt?: string | Date | null | undefined;
134533
134551
  }, {
134534
- 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";
134552
+ 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";
134535
134553
  direction: "incoming" | "outgoing" | "system";
134536
134554
  id?: string | undefined;
134537
134555
  message?: string | undefined;
@@ -134567,7 +134585,7 @@ export declare const platformInstagramContract: {
134567
134585
  }>;
134568
134586
  }, "strip", import("zod").ZodTypeAny, {
134569
134587
  message: {
134570
- 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";
134588
+ 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";
134571
134589
  direction: "incoming" | "outgoing" | "system";
134572
134590
  id?: string | undefined;
134573
134591
  message?: string | undefined;
@@ -134678,7 +134696,7 @@ export declare const platformInstagramContract: {
134678
134696
  isBot: boolean | null;
134679
134697
  }, {
134680
134698
  message: {
134681
- 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";
134699
+ 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";
134682
134700
  direction: "incoming" | "outgoing" | "system";
134683
134701
  id?: string | undefined;
134684
134702
  message?: string | undefined;
@@ -134793,7 +134811,7 @@ export declare const platformInstagramContract: {
134793
134811
  200: import("zod").ZodObject<{
134794
134812
  requestId: import("zod").ZodString;
134795
134813
  data: import("zod").ZodObject<{
134796
- type: import("zod").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"]>;
134814
+ type: import("zod").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"]>;
134797
134815
  message: import("zod").ZodString;
134798
134816
  id: import("zod").ZodString;
134799
134817
  url: import("zod").ZodString;
@@ -138267,7 +138285,7 @@ export declare const platformInstagramContract: {
138267
138285
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
138268
138286
  message: import("zod").ZodString;
138269
138287
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
138270
- type: import("zod").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"]>;
138288
+ type: import("zod").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"]>;
138271
138289
  readAt: import("zod").ZodDate;
138272
138290
  metadata: import("zod").ZodAny;
138273
138291
  platformId: import("zod").ZodString;
@@ -138925,7 +138943,7 @@ export declare const platformInstagramContract: {
138925
138943
  };
138926
138944
  }>;
138927
138945
  }, "strip", import("zod").ZodTypeAny, {
138928
- 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";
138946
+ 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";
138929
138947
  message: string;
138930
138948
  id: string;
138931
138949
  url: string;
@@ -139087,7 +139105,7 @@ export declare const platformInstagramContract: {
139087
139105
  metadata?: any;
139088
139106
  template?: any;
139089
139107
  }, {
139090
- 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";
139108
+ 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";
139091
139109
  message: string;
139092
139110
  id: string;
139093
139111
  url: string;
@@ -139461,7 +139479,7 @@ export declare const platformInstagramContract: {
139461
139479
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
139462
139480
  message: import("zod").ZodString;
139463
139481
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
139464
- type: import("zod").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"]>;
139482
+ type: import("zod").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"]>;
139465
139483
  readAt: import("zod").ZodDate;
139466
139484
  metadata: import("zod").ZodAny;
139467
139485
  platformId: import("zod").ZodString;
@@ -142496,7 +142514,7 @@ export declare const platformInstagramContract: {
142496
142514
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
142497
142515
  message: import("zod").ZodString;
142498
142516
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
142499
- type: import("zod").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"]>;
142517
+ type: import("zod").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"]>;
142500
142518
  readAt: import("zod").ZodDate;
142501
142519
  metadata: import("zod").ZodAny;
142502
142520
  platformId: import("zod").ZodString;
@@ -143154,7 +143172,7 @@ export declare const platformInstagramContract: {
143154
143172
  };
143155
143173
  }>;
143156
143174
  }, "strip", import("zod").ZodTypeAny, {
143157
- 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";
143175
+ 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";
143158
143176
  message: string;
143159
143177
  id: string;
143160
143178
  url: string;
@@ -143316,7 +143334,7 @@ export declare const platformInstagramContract: {
143316
143334
  metadata?: any;
143317
143335
  template?: any;
143318
143336
  }, {
143319
- 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";
143337
+ 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";
143320
143338
  message: string;
143321
143339
  id: string;
143322
143340
  url: string;
@@ -144117,7 +144135,7 @@ export declare const platformInstagramContract: {
144117
144135
  }>;
144118
144136
  editedMessageid: import("zod").ZodString;
144119
144137
  }, "strip", import("zod").ZodTypeAny, {
144120
- 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";
144138
+ 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";
144121
144139
  message: string;
144122
144140
  id: string;
144123
144141
  url: string;
@@ -144615,7 +144633,7 @@ export declare const platformInstagramContract: {
144615
144633
  previewUrl: string;
144616
144634
  imageSetId: string;
144617
144635
  repliedMessage: {
144618
- 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";
144636
+ 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";
144619
144637
  message: string;
144620
144638
  id: string;
144621
144639
  url: string;
@@ -144825,7 +144843,7 @@ export declare const platformInstagramContract: {
144825
144843
  metadata?: any;
144826
144844
  template?: any;
144827
144845
  }, {
144828
- 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";
144846
+ 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";
144829
144847
  message: string;
144830
144848
  id: string;
144831
144849
  url: string;
@@ -145323,7 +145341,7 @@ export declare const platformInstagramContract: {
145323
145341
  previewUrl: string;
145324
145342
  imageSetId: string;
145325
145343
  repliedMessage: {
145326
- 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";
145344
+ 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";
145327
145345
  message: string;
145328
145346
  id: string;
145329
145347
  url: string;
@@ -145534,7 +145552,7 @@ export declare const platformInstagramContract: {
145534
145552
  template?: any;
145535
145553
  }>>>;
145536
145554
  }, "strip", import("zod").ZodTypeAny, {
145537
- 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";
145555
+ 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";
145538
145556
  message: string;
145539
145557
  id: string;
145540
145558
  url: string;
@@ -146032,7 +146050,7 @@ export declare const platformInstagramContract: {
146032
146050
  previewUrl: string;
146033
146051
  imageSetId: string;
146034
146052
  repliedMessage: {
146035
- 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";
146053
+ 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";
146036
146054
  message: string;
146037
146055
  id: string;
146038
146056
  url: string;
@@ -146242,7 +146260,7 @@ export declare const platformInstagramContract: {
146242
146260
  template?: any;
146243
146261
  metadata?: any;
146244
146262
  fromMessage?: {
146245
- 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";
146263
+ 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";
146246
146264
  message: string;
146247
146265
  id: string;
146248
146266
  url: string;
@@ -146740,7 +146758,7 @@ export declare const platformInstagramContract: {
146740
146758
  previewUrl: string;
146741
146759
  imageSetId: string;
146742
146760
  repliedMessage: {
146743
- 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";
146761
+ 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";
146744
146762
  message: string;
146745
146763
  id: string;
146746
146764
  url: string;
@@ -146951,7 +146969,7 @@ export declare const platformInstagramContract: {
146951
146969
  template?: any;
146952
146970
  } | null | undefined;
146953
146971
  }, {
146954
- 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";
146972
+ 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";
146955
146973
  message: string;
146956
146974
  id: string;
146957
146975
  url: string;
@@ -147449,7 +147467,7 @@ export declare const platformInstagramContract: {
147449
147467
  previewUrl: string;
147450
147468
  imageSetId: string;
147451
147469
  repliedMessage: {
147452
- 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";
147470
+ 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";
147453
147471
  message: string;
147454
147472
  id: string;
147455
147473
  url: string;
@@ -147659,7 +147677,7 @@ export declare const platformInstagramContract: {
147659
147677
  template?: any;
147660
147678
  metadata?: any;
147661
147679
  fromMessage?: {
147662
- 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";
147680
+ 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";
147663
147681
  message: string;
147664
147682
  id: string;
147665
147683
  url: string;
@@ -148157,7 +148175,7 @@ export declare const platformInstagramContract: {
148157
148175
  previewUrl: string;
148158
148176
  imageSetId: string;
148159
148177
  repliedMessage: {
148160
- 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";
148178
+ 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";
148161
148179
  message: string;
148162
148180
  id: string;
148163
148181
  url: string;
@@ -148370,7 +148388,7 @@ export declare const platformInstagramContract: {
148370
148388
  }>;
148371
148389
  }, "strip", import("zod").ZodTypeAny, {
148372
148390
  data: {
148373
- 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";
148391
+ 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";
148374
148392
  message: string;
148375
148393
  id: string;
148376
148394
  url: string;
@@ -148868,7 +148886,7 @@ export declare const platformInstagramContract: {
148868
148886
  previewUrl: string;
148869
148887
  imageSetId: string;
148870
148888
  repliedMessage: {
148871
- 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";
148889
+ 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";
148872
148890
  message: string;
148873
148891
  id: string;
148874
148892
  url: string;
@@ -149078,7 +149096,7 @@ export declare const platformInstagramContract: {
149078
149096
  template?: any;
149079
149097
  metadata?: any;
149080
149098
  fromMessage?: {
149081
- 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";
149099
+ 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";
149082
149100
  message: string;
149083
149101
  id: string;
149084
149102
  url: string;
@@ -149576,7 +149594,7 @@ export declare const platformInstagramContract: {
149576
149594
  previewUrl: string;
149577
149595
  imageSetId: string;
149578
149596
  repliedMessage: {
149579
- 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";
149597
+ 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";
149580
149598
  message: string;
149581
149599
  id: string;
149582
149600
  url: string;
@@ -149790,7 +149808,7 @@ export declare const platformInstagramContract: {
149790
149808
  requestId: string;
149791
149809
  }, {
149792
149810
  data: {
149793
- 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";
149811
+ 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";
149794
149812
  message: string;
149795
149813
  id: string;
149796
149814
  url: string;
@@ -150288,7 +150306,7 @@ export declare const platformInstagramContract: {
150288
150306
  previewUrl: string;
150289
150307
  imageSetId: string;
150290
150308
  repliedMessage: {
150291
- 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";
150309
+ 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";
150292
150310
  message: string;
150293
150311
  id: string;
150294
150312
  url: string;
@@ -150498,7 +150516,7 @@ export declare const platformInstagramContract: {
150498
150516
  template?: any;
150499
150517
  metadata?: any;
150500
150518
  fromMessage?: {
150501
- 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";
150519
+ 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";
150502
150520
  message: string;
150503
150521
  id: string;
150504
150522
  url: string;
@@ -150996,7 +151014,7 @@ export declare const platformInstagramContract: {
150996
151014
  previewUrl: string;
150997
151015
  imageSetId: string;
150998
151016
  repliedMessage: {
150999
- 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";
151017
+ 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";
151000
151018
  message: string;
151001
151019
  id: string;
151002
151020
  url: string;
@@ -154486,7 +154504,7 @@ export declare const platformSMSContract: {
154486
154504
  id: import("zod").ZodOptional<import("zod").ZodString>;
154487
154505
  message: import("zod").ZodOptional<import("zod").ZodString>;
154488
154506
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
154489
- type: import("zod").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"]>;
154507
+ type: import("zod").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"]>;
154490
154508
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
154491
154509
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
154492
154510
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -154541,7 +154559,7 @@ export declare const platformSMSContract: {
154541
154559
  isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
154542
154560
  editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
154543
154561
  }, "strip", import("zod").ZodTypeAny, {
154544
- 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";
154562
+ 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";
154545
154563
  direction: "incoming" | "outgoing" | "system";
154546
154564
  id?: string | undefined;
154547
154565
  message?: string | undefined;
@@ -154575,7 +154593,7 @@ export declare const platformSMSContract: {
154575
154593
  isEdited?: boolean | null | undefined;
154576
154594
  editedAt?: string | Date | null | undefined;
154577
154595
  }, {
154578
- 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";
154596
+ 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";
154579
154597
  direction: "incoming" | "outgoing" | "system";
154580
154598
  id?: string | undefined;
154581
154599
  message?: string | undefined;
@@ -154611,7 +154629,7 @@ export declare const platformSMSContract: {
154611
154629
  }>;
154612
154630
  }, "strip", import("zod").ZodTypeAny, {
154613
154631
  message: {
154614
- 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";
154632
+ 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";
154615
154633
  direction: "incoming" | "outgoing" | "system";
154616
154634
  id?: string | undefined;
154617
154635
  message?: string | undefined;
@@ -154722,7 +154740,7 @@ export declare const platformSMSContract: {
154722
154740
  isBot: boolean | null;
154723
154741
  }, {
154724
154742
  message: {
154725
- 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";
154743
+ 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";
154726
154744
  direction: "incoming" | "outgoing" | "system";
154727
154745
  id?: string | undefined;
154728
154746
  message?: string | undefined;
@@ -158170,7 +158188,7 @@ export declare const facebookFeedContract: {
158170
158188
  id: import("zod").ZodOptional<import("zod").ZodString>;
158171
158189
  message: import("zod").ZodOptional<import("zod").ZodString>;
158172
158190
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
158173
- type: import("zod").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"]>;
158191
+ type: import("zod").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"]>;
158174
158192
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
158175
158193
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
158176
158194
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -158225,7 +158243,7 @@ export declare const facebookFeedContract: {
158225
158243
  isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
158226
158244
  editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
158227
158245
  }, "strip", import("zod").ZodTypeAny, {
158228
- 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";
158246
+ 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";
158229
158247
  direction: "incoming" | "outgoing" | "system";
158230
158248
  id?: string | undefined;
158231
158249
  message?: string | undefined;
@@ -158259,7 +158277,7 @@ export declare const facebookFeedContract: {
158259
158277
  isEdited?: boolean | null | undefined;
158260
158278
  editedAt?: string | Date | null | undefined;
158261
158279
  }, {
158262
- 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";
158280
+ 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";
158263
158281
  direction: "incoming" | "outgoing" | "system";
158264
158282
  id?: string | undefined;
158265
158283
  message?: string | undefined;
@@ -158712,7 +158730,7 @@ export declare const facebookFeedContract: {
158712
158730
  }>>;
158713
158731
  }, "strip", import("zod").ZodTypeAny, {
158714
158732
  message: {
158715
- 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";
158733
+ 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";
158716
158734
  direction: "incoming" | "outgoing" | "system";
158717
158735
  id?: string | undefined;
158718
158736
  message?: string | undefined;
@@ -158827,7 +158845,7 @@ export declare const facebookFeedContract: {
158827
158845
  } | undefined;
158828
158846
  }, {
158829
158847
  message: {
158830
- 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";
158848
+ 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";
158831
158849
  direction: "incoming" | "outgoing" | "system";
158832
158850
  id?: string | undefined;
158833
158851
  message?: string | undefined;
@@ -158946,7 +158964,7 @@ export declare const facebookFeedContract: {
158946
158964
  200: import("zod").ZodObject<{
158947
158965
  requestId: import("zod").ZodString;
158948
158966
  data: import("zod").ZodObject<{
158949
- type: import("zod").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"]>;
158967
+ type: import("zod").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"]>;
158950
158968
  message: import("zod").ZodString;
158951
158969
  id: import("zod").ZodString;
158952
158970
  url: import("zod").ZodString;
@@ -162420,7 +162438,7 @@ export declare const facebookFeedContract: {
162420
162438
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
162421
162439
  message: import("zod").ZodString;
162422
162440
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
162423
- type: import("zod").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"]>;
162441
+ type: import("zod").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"]>;
162424
162442
  readAt: import("zod").ZodDate;
162425
162443
  metadata: import("zod").ZodAny;
162426
162444
  platformId: import("zod").ZodString;
@@ -163078,7 +163096,7 @@ export declare const facebookFeedContract: {
163078
163096
  };
163079
163097
  }>;
163080
163098
  }, "strip", import("zod").ZodTypeAny, {
163081
- 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";
163099
+ 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";
163082
163100
  message: string;
163083
163101
  id: string;
163084
163102
  url: string;
@@ -163240,7 +163258,7 @@ export declare const facebookFeedContract: {
163240
163258
  metadata?: any;
163241
163259
  template?: any;
163242
163260
  }, {
163243
- 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";
163261
+ 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";
163244
163262
  message: string;
163245
163263
  id: string;
163246
163264
  url: string;
@@ -163614,7 +163632,7 @@ export declare const facebookFeedContract: {
163614
163632
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
163615
163633
  message: import("zod").ZodString;
163616
163634
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
163617
- type: import("zod").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"]>;
163635
+ type: import("zod").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"]>;
163618
163636
  readAt: import("zod").ZodDate;
163619
163637
  metadata: import("zod").ZodAny;
163620
163638
  platformId: import("zod").ZodString;
@@ -166649,7 +166667,7 @@ export declare const facebookFeedContract: {
166649
166667
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
166650
166668
  message: import("zod").ZodString;
166651
166669
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
166652
- type: import("zod").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"]>;
166670
+ type: import("zod").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"]>;
166653
166671
  readAt: import("zod").ZodDate;
166654
166672
  metadata: import("zod").ZodAny;
166655
166673
  platformId: import("zod").ZodString;
@@ -167307,7 +167325,7 @@ export declare const facebookFeedContract: {
167307
167325
  };
167308
167326
  }>;
167309
167327
  }, "strip", import("zod").ZodTypeAny, {
167310
- 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";
167328
+ 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";
167311
167329
  message: string;
167312
167330
  id: string;
167313
167331
  url: string;
@@ -167469,7 +167487,7 @@ export declare const facebookFeedContract: {
167469
167487
  metadata?: any;
167470
167488
  template?: any;
167471
167489
  }, {
167472
- 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";
167490
+ 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";
167473
167491
  message: string;
167474
167492
  id: string;
167475
167493
  url: string;
@@ -168270,7 +168288,7 @@ export declare const facebookFeedContract: {
168270
168288
  }>;
168271
168289
  editedMessageid: import("zod").ZodString;
168272
168290
  }, "strip", import("zod").ZodTypeAny, {
168273
- 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";
168291
+ 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";
168274
168292
  message: string;
168275
168293
  id: string;
168276
168294
  url: string;
@@ -168768,7 +168786,7 @@ export declare const facebookFeedContract: {
168768
168786
  previewUrl: string;
168769
168787
  imageSetId: string;
168770
168788
  repliedMessage: {
168771
- 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";
168789
+ 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";
168772
168790
  message: string;
168773
168791
  id: string;
168774
168792
  url: string;
@@ -168978,7 +168996,7 @@ export declare const facebookFeedContract: {
168978
168996
  metadata?: any;
168979
168997
  template?: any;
168980
168998
  }, {
168981
- 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";
168999
+ 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";
168982
169000
  message: string;
168983
169001
  id: string;
168984
169002
  url: string;
@@ -169476,7 +169494,7 @@ export declare const facebookFeedContract: {
169476
169494
  previewUrl: string;
169477
169495
  imageSetId: string;
169478
169496
  repliedMessage: {
169479
- 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";
169497
+ 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";
169480
169498
  message: string;
169481
169499
  id: string;
169482
169500
  url: string;
@@ -169687,7 +169705,7 @@ export declare const facebookFeedContract: {
169687
169705
  template?: any;
169688
169706
  }>>>;
169689
169707
  }, "strip", import("zod").ZodTypeAny, {
169690
- 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";
169708
+ 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";
169691
169709
  message: string;
169692
169710
  id: string;
169693
169711
  url: string;
@@ -170185,7 +170203,7 @@ export declare const facebookFeedContract: {
170185
170203
  previewUrl: string;
170186
170204
  imageSetId: string;
170187
170205
  repliedMessage: {
170188
- 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";
170206
+ 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";
170189
170207
  message: string;
170190
170208
  id: string;
170191
170209
  url: string;
@@ -170395,7 +170413,7 @@ export declare const facebookFeedContract: {
170395
170413
  template?: any;
170396
170414
  metadata?: any;
170397
170415
  fromMessage?: {
170398
- 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";
170416
+ 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";
170399
170417
  message: string;
170400
170418
  id: string;
170401
170419
  url: string;
@@ -170893,7 +170911,7 @@ export declare const facebookFeedContract: {
170893
170911
  previewUrl: string;
170894
170912
  imageSetId: string;
170895
170913
  repliedMessage: {
170896
- 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";
170914
+ 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";
170897
170915
  message: string;
170898
170916
  id: string;
170899
170917
  url: string;
@@ -171104,7 +171122,7 @@ export declare const facebookFeedContract: {
171104
171122
  template?: any;
171105
171123
  } | null | undefined;
171106
171124
  }, {
171107
- 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";
171125
+ 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";
171108
171126
  message: string;
171109
171127
  id: string;
171110
171128
  url: string;
@@ -171602,7 +171620,7 @@ export declare const facebookFeedContract: {
171602
171620
  previewUrl: string;
171603
171621
  imageSetId: string;
171604
171622
  repliedMessage: {
171605
- 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";
171623
+ 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";
171606
171624
  message: string;
171607
171625
  id: string;
171608
171626
  url: string;
@@ -171812,7 +171830,7 @@ export declare const facebookFeedContract: {
171812
171830
  template?: any;
171813
171831
  metadata?: any;
171814
171832
  fromMessage?: {
171815
- 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";
171833
+ 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";
171816
171834
  message: string;
171817
171835
  id: string;
171818
171836
  url: string;
@@ -172310,7 +172328,7 @@ export declare const facebookFeedContract: {
172310
172328
  previewUrl: string;
172311
172329
  imageSetId: string;
172312
172330
  repliedMessage: {
172313
- 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";
172331
+ 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";
172314
172332
  message: string;
172315
172333
  id: string;
172316
172334
  url: string;
@@ -172523,7 +172541,7 @@ export declare const facebookFeedContract: {
172523
172541
  }>;
172524
172542
  }, "strip", import("zod").ZodTypeAny, {
172525
172543
  data: {
172526
- 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";
172544
+ 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";
172527
172545
  message: string;
172528
172546
  id: string;
172529
172547
  url: string;
@@ -173021,7 +173039,7 @@ export declare const facebookFeedContract: {
173021
173039
  previewUrl: string;
173022
173040
  imageSetId: string;
173023
173041
  repliedMessage: {
173024
- 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";
173042
+ 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";
173025
173043
  message: string;
173026
173044
  id: string;
173027
173045
  url: string;
@@ -173231,7 +173249,7 @@ export declare const facebookFeedContract: {
173231
173249
  template?: any;
173232
173250
  metadata?: any;
173233
173251
  fromMessage?: {
173234
- 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";
173252
+ 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";
173235
173253
  message: string;
173236
173254
  id: string;
173237
173255
  url: string;
@@ -173729,7 +173747,7 @@ export declare const facebookFeedContract: {
173729
173747
  previewUrl: string;
173730
173748
  imageSetId: string;
173731
173749
  repliedMessage: {
173732
- 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";
173750
+ 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";
173733
173751
  message: string;
173734
173752
  id: string;
173735
173753
  url: string;
@@ -173943,7 +173961,7 @@ export declare const facebookFeedContract: {
173943
173961
  requestId: string;
173944
173962
  }, {
173945
173963
  data: {
173946
- 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";
173964
+ 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";
173947
173965
  message: string;
173948
173966
  id: string;
173949
173967
  url: string;
@@ -174441,7 +174459,7 @@ export declare const facebookFeedContract: {
174441
174459
  previewUrl: string;
174442
174460
  imageSetId: string;
174443
174461
  repliedMessage: {
174444
- 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";
174462
+ 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";
174445
174463
  message: string;
174446
174464
  id: string;
174447
174465
  url: string;
@@ -174651,7 +174669,7 @@ export declare const facebookFeedContract: {
174651
174669
  template?: any;
174652
174670
  metadata?: any;
174653
174671
  fromMessage?: {
174654
- 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";
174672
+ 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";
174655
174673
  message: string;
174656
174674
  id: string;
174657
174675
  url: string;
@@ -175149,7 +175167,7 @@ export declare const facebookFeedContract: {
175149
175167
  previewUrl: string;
175150
175168
  imageSetId: string;
175151
175169
  repliedMessage: {
175152
- 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";
175170
+ 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";
175153
175171
  message: string;
175154
175172
  id: string;
175155
175173
  url: string;
@@ -175595,7 +175613,7 @@ export declare const facebookFeedContract: {
175595
175613
  id: import("zod").ZodOptional<import("zod").ZodString>;
175596
175614
  message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
175597
175615
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
175598
- type: import("zod").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"]>;
175616
+ type: import("zod").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"]>;
175599
175617
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
175600
175618
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
175601
175619
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -175647,7 +175665,7 @@ export declare const facebookFeedContract: {
175647
175665
  parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
175648
175666
  feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
175649
175667
  }, "strip", import("zod").ZodTypeAny, {
175650
- 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";
175668
+ 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";
175651
175669
  direction: "incoming" | "outgoing" | "system";
175652
175670
  id?: string | undefined;
175653
175671
  message?: string | null | undefined;
@@ -175678,7 +175696,7 @@ export declare const facebookFeedContract: {
175678
175696
  parentMessageId?: string | null | undefined;
175679
175697
  feedPostId?: string | null | undefined;
175680
175698
  }, {
175681
- 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";
175699
+ 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";
175682
175700
  direction: "incoming" | "outgoing" | "system";
175683
175701
  id?: string | undefined;
175684
175702
  message?: string | null | undefined;
@@ -175711,7 +175729,7 @@ export declare const facebookFeedContract: {
175711
175729
  }>;
175712
175730
  }, "strip", import("zod").ZodTypeAny, {
175713
175731
  message: {
175714
- 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";
175732
+ 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";
175715
175733
  direction: "incoming" | "outgoing" | "system";
175716
175734
  id?: string | undefined;
175717
175735
  message?: string | null | undefined;
@@ -175778,7 +175796,7 @@ export declare const facebookFeedContract: {
175778
175796
  };
175779
175797
  }, {
175780
175798
  message: {
175781
- 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";
175799
+ 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";
175782
175800
  direction: "incoming" | "outgoing" | "system";
175783
175801
  id?: string | undefined;
175784
175802
  message?: string | null | undefined;
@@ -176055,7 +176073,7 @@ export declare const facebookFeedContract: {
176055
176073
  id: import("zod").ZodOptional<import("zod").ZodString>;
176056
176074
  message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
176057
176075
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
176058
- type: import("zod").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"]>;
176076
+ type: import("zod").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"]>;
176059
176077
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
176060
176078
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
176061
176079
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -176107,7 +176125,7 @@ export declare const facebookFeedContract: {
176107
176125
  parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
176108
176126
  feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
176109
176127
  }, "strip", import("zod").ZodTypeAny, {
176110
- 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";
176128
+ 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";
176111
176129
  direction: "incoming" | "outgoing" | "system";
176112
176130
  id?: string | undefined;
176113
176131
  message?: string | null | undefined;
@@ -176138,7 +176156,7 @@ export declare const facebookFeedContract: {
176138
176156
  parentMessageId?: string | null | undefined;
176139
176157
  feedPostId?: string | null | undefined;
176140
176158
  }, {
176141
- 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";
176159
+ 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";
176142
176160
  direction: "incoming" | "outgoing" | "system";
176143
176161
  id?: string | undefined;
176144
176162
  message?: string | null | undefined;
@@ -176171,7 +176189,7 @@ export declare const facebookFeedContract: {
176171
176189
  }>;
176172
176190
  }, "strip", import("zod").ZodTypeAny, {
176173
176191
  message: {
176174
- 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";
176192
+ 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";
176175
176193
  direction: "incoming" | "outgoing" | "system";
176176
176194
  id?: string | undefined;
176177
176195
  message?: string | null | undefined;
@@ -176238,7 +176256,7 @@ export declare const facebookFeedContract: {
176238
176256
  };
176239
176257
  }, {
176240
176258
  message: {
176241
- 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";
176259
+ 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";
176242
176260
  direction: "incoming" | "outgoing" | "system";
176243
176261
  id?: string | undefined;
176244
176262
  message?: string | null | undefined;
@@ -176350,7 +176368,7 @@ export declare const feedPostContract: {
176350
176368
  updatedAt: import("zod").ZodDate;
176351
176369
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
176352
176370
  message: import("zod").ZodNullable<import("zod").ZodString>;
176353
- type: import("zod").ZodUnion<[import("zod").ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, import("zod").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"]>]>;
176371
+ type: import("zod").ZodUnion<[import("zod").ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, import("zod").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"]>]>;
176354
176372
  metadata: import("zod").ZodAny;
176355
176373
  platformId: import("zod").ZodString;
176356
176374
  platformMessageId: import("zod").ZodString;
@@ -177934,7 +177952,7 @@ export declare const feedPostContract: {
177934
177952
  imageURL: import("zod").ZodString;
177935
177953
  permalinkURL: import("zod").ZodString;
177936
177954
  }, "strip", import("zod").ZodTypeAny, {
177937
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
177955
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
177938
177956
  message: string | null;
177939
177957
  id: string;
177940
177958
  channel: {
@@ -178183,7 +178201,7 @@ export declare const feedPostContract: {
178183
178201
  permalinkURL: string;
178184
178202
  metadata?: any;
178185
178203
  }, {
178186
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
178204
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
178187
178205
  message: string | null;
178188
178206
  id: string;
178189
178207
  channel: {
@@ -178434,7 +178452,7 @@ export declare const feedPostContract: {
178434
178452
  }>;
178435
178453
  }, "strip", import("zod").ZodTypeAny, {
178436
178454
  data: {
178437
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
178455
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
178438
178456
  message: string | null;
178439
178457
  id: string;
178440
178458
  channel: {
@@ -178686,7 +178704,7 @@ export declare const feedPostContract: {
178686
178704
  requestId: string;
178687
178705
  }, {
178688
178706
  data: {
178689
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
178707
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
178690
178708
  message: string | null;
178691
178709
  id: string;
178692
178710
  channel: {
@@ -178983,7 +179001,7 @@ export declare const feedPostContract: {
178983
179001
  page: import("zod").ZodNumber;
178984
179002
  pageSize: import("zod").ZodNumber;
178985
179003
  data: import("zod").ZodObject<{
178986
- type: import("zod").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"]>;
179004
+ type: import("zod").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"]>;
178987
179005
  message: import("zod").ZodString;
178988
179006
  id: import("zod").ZodString;
178989
179007
  url: import("zod").ZodString;
@@ -182457,7 +182475,7 @@ export declare const feedPostContract: {
182457
182475
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
182458
182476
  message: import("zod").ZodString;
182459
182477
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
182460
- type: import("zod").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"]>;
182478
+ type: import("zod").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"]>;
182461
182479
  readAt: import("zod").ZodDate;
182462
182480
  metadata: import("zod").ZodAny;
182463
182481
  platformId: import("zod").ZodString;
@@ -183115,7 +183133,7 @@ export declare const feedPostContract: {
183115
183133
  };
183116
183134
  }>;
183117
183135
  }, "strip", import("zod").ZodTypeAny, {
183118
- 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";
183136
+ 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";
183119
183137
  message: string;
183120
183138
  id: string;
183121
183139
  url: string;
@@ -183277,7 +183295,7 @@ export declare const feedPostContract: {
183277
183295
  metadata?: any;
183278
183296
  template?: any;
183279
183297
  }, {
183280
- 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";
183298
+ 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";
183281
183299
  message: string;
183282
183300
  id: string;
183283
183301
  url: string;
@@ -184585,7 +184603,7 @@ export declare const feedPostContract: {
184585
184603
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
184586
184604
  message: import("zod").ZodString;
184587
184605
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
184588
- type: import("zod").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"]>;
184606
+ type: import("zod").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"]>;
184589
184607
  readAt: import("zod").ZodDate;
184590
184608
  metadata: import("zod").ZodAny;
184591
184609
  platformId: import("zod").ZodString;
@@ -187620,7 +187638,7 @@ export declare const feedPostContract: {
187620
187638
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
187621
187639
  message: import("zod").ZodString;
187622
187640
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
187623
- type: import("zod").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"]>;
187641
+ type: import("zod").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"]>;
187624
187642
  readAt: import("zod").ZodDate;
187625
187643
  metadata: import("zod").ZodAny;
187626
187644
  platformId: import("zod").ZodString;
@@ -188278,7 +188296,7 @@ export declare const feedPostContract: {
188278
188296
  };
188279
188297
  }>;
188280
188298
  }, "strip", import("zod").ZodTypeAny, {
188281
- 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";
188299
+ 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";
188282
188300
  message: string;
188283
188301
  id: string;
188284
188302
  url: string;
@@ -188440,7 +188458,7 @@ export declare const feedPostContract: {
188440
188458
  metadata?: any;
188441
188459
  template?: any;
188442
188460
  }, {
188443
- 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";
188461
+ 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";
188444
188462
  message: string;
188445
188463
  id: string;
188446
188464
  url: string;
@@ -189241,7 +189259,7 @@ export declare const feedPostContract: {
189241
189259
  }>;
189242
189260
  editedMessageid: import("zod").ZodString;
189243
189261
  }, "strip", import("zod").ZodTypeAny, {
189244
- 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";
189262
+ 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";
189245
189263
  message: string;
189246
189264
  id: string;
189247
189265
  url: string;
@@ -189739,7 +189757,7 @@ export declare const feedPostContract: {
189739
189757
  previewUrl: string;
189740
189758
  imageSetId: string;
189741
189759
  repliedMessage: {
189742
- 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";
189760
+ 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";
189743
189761
  message: string;
189744
189762
  id: string;
189745
189763
  url: string;
@@ -189949,7 +189967,7 @@ export declare const feedPostContract: {
189949
189967
  metadata?: any;
189950
189968
  template?: any;
189951
189969
  }, {
189952
- 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";
189970
+ 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";
189953
189971
  message: string;
189954
189972
  id: string;
189955
189973
  url: string;
@@ -190447,7 +190465,7 @@ export declare const feedPostContract: {
190447
190465
  previewUrl: string;
190448
190466
  imageSetId: string;
190449
190467
  repliedMessage: {
190450
- 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";
190468
+ 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";
190451
190469
  message: string;
190452
190470
  id: string;
190453
190471
  url: string;
@@ -190658,13 +190676,13 @@ export declare const feedPostContract: {
190658
190676
  template?: any;
190659
190677
  }>, "many">;
190660
190678
  }, "strip", import("zod").ZodTypeAny, {
190661
- 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";
190679
+ 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";
190662
190680
  message: string;
190663
190681
  id: string;
190664
190682
  url: string;
190665
190683
  direction: "incoming" | "outgoing" | "system";
190666
190684
  children: {
190667
- 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";
190685
+ 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";
190668
190686
  message: string;
190669
190687
  id: string;
190670
190688
  url: string;
@@ -191162,7 +191180,7 @@ export declare const feedPostContract: {
191162
191180
  previewUrl: string;
191163
191181
  imageSetId: string;
191164
191182
  repliedMessage: {
191165
- 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";
191183
+ 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";
191166
191184
  message: string;
191167
191185
  id: string;
191168
191186
  url: string;
@@ -191865,7 +191883,7 @@ export declare const feedPostContract: {
191865
191883
  previewUrl: string;
191866
191884
  imageSetId: string;
191867
191885
  repliedMessage: {
191868
- 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";
191886
+ 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";
191869
191887
  message: string;
191870
191888
  id: string;
191871
191889
  url: string;
@@ -192187,13 +192205,13 @@ export declare const feedPostContract: {
192187
192205
  template?: any;
192188
192206
  metadata?: any;
192189
192207
  }, {
192190
- 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";
192208
+ 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";
192191
192209
  message: string;
192192
192210
  id: string;
192193
192211
  url: string;
192194
192212
  direction: "incoming" | "outgoing" | "system";
192195
192213
  children: {
192196
- 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";
192214
+ 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";
192197
192215
  message: string;
192198
192216
  id: string;
192199
192217
  url: string;
@@ -192691,7 +192709,7 @@ export declare const feedPostContract: {
192691
192709
  previewUrl: string;
192692
192710
  imageSetId: string;
192693
192711
  repliedMessage: {
192694
- 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";
192712
+ 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";
192695
192713
  message: string;
192696
192714
  id: string;
192697
192715
  url: string;
@@ -193394,7 +193412,7 @@ export declare const feedPostContract: {
193394
193412
  previewUrl: string;
193395
193413
  imageSetId: string;
193396
193414
  repliedMessage: {
193397
- 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";
193415
+ 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";
193398
193416
  message: string;
193399
193417
  id: string;
193400
193418
  url: string;
@@ -193718,13 +193736,13 @@ export declare const feedPostContract: {
193718
193736
  }>;
193719
193737
  }, "strip", import("zod").ZodTypeAny, {
193720
193738
  data: {
193721
- 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";
193739
+ 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";
193722
193740
  message: string;
193723
193741
  id: string;
193724
193742
  url: string;
193725
193743
  direction: "incoming" | "outgoing" | "system";
193726
193744
  children: {
193727
- 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";
193745
+ 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";
193728
193746
  message: string;
193729
193747
  id: string;
193730
193748
  url: string;
@@ -194222,7 +194240,7 @@ export declare const feedPostContract: {
194222
194240
  previewUrl: string;
194223
194241
  imageSetId: string;
194224
194242
  repliedMessage: {
194225
- 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";
194243
+ 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";
194226
194244
  message: string;
194227
194245
  id: string;
194228
194246
  url: string;
@@ -194925,7 +194943,7 @@ export declare const feedPostContract: {
194925
194943
  previewUrl: string;
194926
194944
  imageSetId: string;
194927
194945
  repliedMessage: {
194928
- 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";
194946
+ 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";
194929
194947
  message: string;
194930
194948
  id: string;
194931
194949
  url: string;
@@ -195253,13 +195271,13 @@ export declare const feedPostContract: {
195253
195271
  requestId: string;
195254
195272
  }, {
195255
195273
  data: {
195256
- 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";
195274
+ 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";
195257
195275
  message: string;
195258
195276
  id: string;
195259
195277
  url: string;
195260
195278
  direction: "incoming" | "outgoing" | "system";
195261
195279
  children: {
195262
- 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";
195280
+ 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";
195263
195281
  message: string;
195264
195282
  id: string;
195265
195283
  url: string;
@@ -195757,7 +195775,7 @@ export declare const feedPostContract: {
195757
195775
  previewUrl: string;
195758
195776
  imageSetId: string;
195759
195777
  repliedMessage: {
195760
- 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";
195778
+ 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";
195761
195779
  message: string;
195762
195780
  id: string;
195763
195781
  url: string;
@@ -196460,7 +196478,7 @@ export declare const feedPostContract: {
196460
196478
  previewUrl: string;
196461
196479
  imageSetId: string;
196462
196480
  repliedMessage: {
196463
- 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";
196481
+ 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";
196464
196482
  message: string;
196465
196483
  id: string;
196466
196484
  url: string;
@@ -222470,6 +222488,317 @@ export declare const workflowContract: {
222470
222488
  };
222471
222489
  };
222472
222490
  };
222491
+ export declare const holdLabelContract: {
222492
+ holdLabel: {
222493
+ createHoldLabel: {
222494
+ body: import("zod").ZodObject<{
222495
+ name: import("zod").ZodString;
222496
+ }, "strip", import("zod").ZodTypeAny, {
222497
+ name: string;
222498
+ }, {
222499
+ name: string;
222500
+ }>;
222501
+ method: "POST";
222502
+ responses: {
222503
+ 201: import("zod").ZodObject<{
222504
+ requestId: import("zod").ZodString;
222505
+ holdLabel: import("zod").ZodObject<{
222506
+ id: import("zod").ZodString;
222507
+ createdAt: import("zod").ZodDate;
222508
+ updatedAt: import("zod").ZodDate;
222509
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
222510
+ name: import("zod").ZodString;
222511
+ position: import("zod").ZodNumber;
222512
+ }, "strip", import("zod").ZodTypeAny, {
222513
+ id: string;
222514
+ name: string;
222515
+ position: number;
222516
+ createdAt: Date;
222517
+ updatedAt: Date;
222518
+ deletedAt: Date | null;
222519
+ }, {
222520
+ id: string;
222521
+ name: string;
222522
+ position: number;
222523
+ createdAt: Date;
222524
+ updatedAt: Date;
222525
+ deletedAt: Date | null;
222526
+ }>;
222527
+ }, "strip", import("zod").ZodTypeAny, {
222528
+ requestId: string;
222529
+ holdLabel: {
222530
+ id: string;
222531
+ name: string;
222532
+ position: number;
222533
+ createdAt: Date;
222534
+ updatedAt: Date;
222535
+ deletedAt: Date | null;
222536
+ };
222537
+ }, {
222538
+ requestId: string;
222539
+ holdLabel: {
222540
+ id: string;
222541
+ name: string;
222542
+ position: number;
222543
+ createdAt: Date;
222544
+ updatedAt: Date;
222545
+ deletedAt: Date | null;
222546
+ };
222547
+ }>;
222548
+ };
222549
+ path: "hold-label";
222550
+ };
222551
+ getHoldLabels: {
222552
+ method: "GET";
222553
+ responses: {
222554
+ 200: import("zod").ZodObject<{
222555
+ requestId: import("zod").ZodString;
222556
+ holdLabels: import("zod").ZodArray<import("zod").ZodObject<{
222557
+ id: import("zod").ZodString;
222558
+ createdAt: import("zod").ZodDate;
222559
+ updatedAt: import("zod").ZodDate;
222560
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
222561
+ name: import("zod").ZodString;
222562
+ position: import("zod").ZodNumber;
222563
+ }, "strip", import("zod").ZodTypeAny, {
222564
+ id: string;
222565
+ name: string;
222566
+ position: number;
222567
+ createdAt: Date;
222568
+ updatedAt: Date;
222569
+ deletedAt: Date | null;
222570
+ }, {
222571
+ id: string;
222572
+ name: string;
222573
+ position: number;
222574
+ createdAt: Date;
222575
+ updatedAt: Date;
222576
+ deletedAt: Date | null;
222577
+ }>, "many">;
222578
+ }, "strip", import("zod").ZodTypeAny, {
222579
+ requestId: string;
222580
+ holdLabels: {
222581
+ id: string;
222582
+ name: string;
222583
+ position: number;
222584
+ createdAt: Date;
222585
+ updatedAt: Date;
222586
+ deletedAt: Date | null;
222587
+ }[];
222588
+ }, {
222589
+ requestId: string;
222590
+ holdLabels: {
222591
+ id: string;
222592
+ name: string;
222593
+ position: number;
222594
+ createdAt: Date;
222595
+ updatedAt: Date;
222596
+ deletedAt: Date | null;
222597
+ }[];
222598
+ }>;
222599
+ };
222600
+ path: "hold-label";
222601
+ };
222602
+ updateHoldLabelPosition: {
222603
+ body: import("zod").ZodObject<{
222604
+ holdLabels: import("zod").ZodArray<import("zod").ZodObject<{
222605
+ id: import("zod").ZodString;
222606
+ position: import("zod").ZodNumber;
222607
+ }, "strip", import("zod").ZodTypeAny, {
222608
+ id: string;
222609
+ position: number;
222610
+ }, {
222611
+ id: string;
222612
+ position: number;
222613
+ }>, "many">;
222614
+ }, "strip", import("zod").ZodTypeAny, {
222615
+ holdLabels: {
222616
+ id: string;
222617
+ position: number;
222618
+ }[];
222619
+ }, {
222620
+ holdLabels: {
222621
+ id: string;
222622
+ position: number;
222623
+ }[];
222624
+ }>;
222625
+ method: "POST";
222626
+ responses: {
222627
+ 200: import("zod").ZodObject<{
222628
+ requestId: import("zod").ZodString;
222629
+ holdLabel: import("zod").ZodObject<{
222630
+ id: import("zod").ZodString;
222631
+ createdAt: import("zod").ZodDate;
222632
+ updatedAt: import("zod").ZodDate;
222633
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
222634
+ name: import("zod").ZodString;
222635
+ position: import("zod").ZodNumber;
222636
+ }, "strip", import("zod").ZodTypeAny, {
222637
+ id: string;
222638
+ name: string;
222639
+ position: number;
222640
+ createdAt: Date;
222641
+ updatedAt: Date;
222642
+ deletedAt: Date | null;
222643
+ }, {
222644
+ id: string;
222645
+ name: string;
222646
+ position: number;
222647
+ createdAt: Date;
222648
+ updatedAt: Date;
222649
+ deletedAt: Date | null;
222650
+ }>;
222651
+ }, "strip", import("zod").ZodTypeAny, {
222652
+ requestId: string;
222653
+ holdLabel: {
222654
+ id: string;
222655
+ name: string;
222656
+ position: number;
222657
+ createdAt: Date;
222658
+ updatedAt: Date;
222659
+ deletedAt: Date | null;
222660
+ };
222661
+ }, {
222662
+ requestId: string;
222663
+ holdLabel: {
222664
+ id: string;
222665
+ name: string;
222666
+ position: number;
222667
+ createdAt: Date;
222668
+ updatedAt: Date;
222669
+ deletedAt: Date | null;
222670
+ };
222671
+ }>;
222672
+ };
222673
+ path: "hold-label/position";
222674
+ };
222675
+ updateHoldLabel: {
222676
+ body: import("zod").ZodObject<{
222677
+ name: import("zod").ZodString;
222678
+ }, "strip", import("zod").ZodTypeAny, {
222679
+ name: string;
222680
+ }, {
222681
+ name: string;
222682
+ }>;
222683
+ method: "PATCH";
222684
+ pathParams: import("zod").ZodObject<{
222685
+ id: import("zod").ZodString;
222686
+ }, "strip", import("zod").ZodTypeAny, {
222687
+ id: string;
222688
+ }, {
222689
+ id: string;
222690
+ }>;
222691
+ responses: {
222692
+ 200: import("zod").ZodObject<{
222693
+ requestId: import("zod").ZodString;
222694
+ holdLabel: import("zod").ZodObject<{
222695
+ id: import("zod").ZodString;
222696
+ createdAt: import("zod").ZodDate;
222697
+ updatedAt: import("zod").ZodDate;
222698
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
222699
+ name: import("zod").ZodString;
222700
+ position: import("zod").ZodNumber;
222701
+ }, "strip", import("zod").ZodTypeAny, {
222702
+ id: string;
222703
+ name: string;
222704
+ position: number;
222705
+ createdAt: Date;
222706
+ updatedAt: Date;
222707
+ deletedAt: Date | null;
222708
+ }, {
222709
+ id: string;
222710
+ name: string;
222711
+ position: number;
222712
+ createdAt: Date;
222713
+ updatedAt: Date;
222714
+ deletedAt: Date | null;
222715
+ }>;
222716
+ }, "strip", import("zod").ZodTypeAny, {
222717
+ requestId: string;
222718
+ holdLabel: {
222719
+ id: string;
222720
+ name: string;
222721
+ position: number;
222722
+ createdAt: Date;
222723
+ updatedAt: Date;
222724
+ deletedAt: Date | null;
222725
+ };
222726
+ }, {
222727
+ requestId: string;
222728
+ holdLabel: {
222729
+ id: string;
222730
+ name: string;
222731
+ position: number;
222732
+ createdAt: Date;
222733
+ updatedAt: Date;
222734
+ deletedAt: Date | null;
222735
+ };
222736
+ }>;
222737
+ };
222738
+ path: "hold-label/:id";
222739
+ };
222740
+ deleteHoldLabel: {
222741
+ body: null;
222742
+ method: "DELETE";
222743
+ pathParams: import("zod").ZodObject<{
222744
+ id: import("zod").ZodString;
222745
+ }, "strip", import("zod").ZodTypeAny, {
222746
+ id: string;
222747
+ }, {
222748
+ id: string;
222749
+ }>;
222750
+ responses: {
222751
+ 200: import("zod").ZodObject<{
222752
+ requestId: import("zod").ZodString;
222753
+ }, "strip", import("zod").ZodTypeAny, {
222754
+ requestId: string;
222755
+ }, {
222756
+ requestId: string;
222757
+ }>;
222758
+ };
222759
+ path: "hold-label/:id";
222760
+ };
222761
+ getAutoUnhold: {
222762
+ method: "GET";
222763
+ responses: {
222764
+ 200: import("zod").ZodObject<{
222765
+ requestId: import("zod").ZodString;
222766
+ autoUnhold: import("zod").ZodBoolean;
222767
+ }, "strip", import("zod").ZodTypeAny, {
222768
+ requestId: string;
222769
+ autoUnhold: boolean;
222770
+ }, {
222771
+ requestId: string;
222772
+ autoUnhold: boolean;
222773
+ }>;
222774
+ };
222775
+ path: "hold-label/auto-unhold";
222776
+ };
222777
+ updateAutoUnhold: {
222778
+ body: import("zod").ZodObject<{
222779
+ autoUnhold: import("zod").ZodBoolean;
222780
+ }, "strip", import("zod").ZodTypeAny, {
222781
+ autoUnhold: boolean;
222782
+ }, {
222783
+ autoUnhold: boolean;
222784
+ }>;
222785
+ method: "PATCH";
222786
+ responses: {
222787
+ 200: import("zod").ZodObject<{
222788
+ requestId: import("zod").ZodString;
222789
+ autoUnhold: import("zod").ZodBoolean;
222790
+ }, "strip", import("zod").ZodTypeAny, {
222791
+ requestId: string;
222792
+ autoUnhold: boolean;
222793
+ }, {
222794
+ requestId: string;
222795
+ autoUnhold: boolean;
222796
+ }>;
222797
+ };
222798
+ path: "hold-label/auto-unhold";
222799
+ };
222800
+ };
222801
+ };
222473
222802
  export declare const ticketSettingContract: {
222474
222803
  ticketSetting: {
222475
222804
  createAttribute: {