@kl1/contracts 1.1.45 → 1.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist/api-contracts/src/chat/index.d.ts +230 -174
  2. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/chat/schema.d.ts +65 -51
  4. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/validation.d.ts +83 -56
  6. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/contract.d.ts +325 -223
  8. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  9. package/dist/api-contracts/src/facebook-feed/index.d.ts +60 -43
  10. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  11. package/dist/api-contracts/src/facebook-feed/schema.d.ts +6 -6
  12. package/dist/api-contracts/src/instagram/index.d.ts +50 -33
  13. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  14. package/dist/api-contracts/src/line/index.d.ts +55 -38
  15. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  16. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  17. package/dist/api-contracts/src/messenger/index.d.ts +50 -33
  18. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/sms/index.d.ts +10 -5
  20. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/viber/index.d.ts +50 -33
  22. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  23. package/dist/api-contracts/src/webchat/index.d.ts +50 -33
  24. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  25. package/dist/entities/src/enums/chat.d.ts +5 -1
  26. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  27. package/dist/index.js +12 -5
  28. package/dist/index.js.map +1 -1
  29. package/dist/index.mjs +12 -5
  30. package/dist/index.mjs.map +1 -1
  31. package/package.json +1 -1
@@ -3451,7 +3451,7 @@ export declare const facebookFeedContract: {
3451
3451
  id: z.ZodOptional<z.ZodString>;
3452
3452
  message: z.ZodOptional<z.ZodString>;
3453
3453
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
3454
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
3454
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
3455
3455
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
3456
3456
  metadata: z.ZodOptional<z.ZodAny>;
3457
3457
  platformId: z.ZodOptional<z.ZodString>;
@@ -3505,8 +3505,9 @@ export declare const facebookFeedContract: {
3505
3505
  editedMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3506
3506
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3507
3507
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
3508
+ label: z.ZodOptional<z.ZodString>;
3508
3509
  }, "strip", z.ZodTypeAny, {
3509
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
3510
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
3510
3511
  direction: "incoming" | "outgoing" | "system";
3511
3512
  id?: string | undefined;
3512
3513
  message?: string | undefined;
@@ -3539,8 +3540,9 @@ export declare const facebookFeedContract: {
3539
3540
  editedMessageId?: string | null | undefined;
3540
3541
  isEdited?: boolean | null | undefined;
3541
3542
  editedAt?: string | Date | null | undefined;
3543
+ label?: string | undefined;
3542
3544
  }, {
3543
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
3545
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
3544
3546
  direction: "incoming" | "outgoing" | "system";
3545
3547
  id?: string | undefined;
3546
3548
  message?: string | undefined;
@@ -3573,6 +3575,7 @@ export declare const facebookFeedContract: {
3573
3575
  editedMessageId?: string | null | undefined;
3574
3576
  isEdited?: boolean | null | undefined;
3575
3577
  editedAt?: string | Date | null | undefined;
3578
+ label?: string | undefined;
3576
3579
  }>;
3577
3580
  room: z.ZodObject<{
3578
3581
  id: z.ZodString;
@@ -3993,7 +3996,7 @@ export declare const facebookFeedContract: {
3993
3996
  }>>;
3994
3997
  }, "strip", z.ZodTypeAny, {
3995
3998
  message: {
3996
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
3999
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
3997
4000
  direction: "incoming" | "outgoing" | "system";
3998
4001
  id?: string | undefined;
3999
4002
  message?: string | undefined;
@@ -4026,6 +4029,7 @@ export declare const facebookFeedContract: {
4026
4029
  editedMessageId?: string | null | undefined;
4027
4030
  isEdited?: boolean | null | undefined;
4028
4031
  editedAt?: string | Date | null | undefined;
4032
+ label?: string | undefined;
4029
4033
  };
4030
4034
  room: {
4031
4035
  id: string;
@@ -4108,7 +4112,7 @@ export declare const facebookFeedContract: {
4108
4112
  } | undefined;
4109
4113
  }, {
4110
4114
  message: {
4111
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
4115
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
4112
4116
  direction: "incoming" | "outgoing" | "system";
4113
4117
  id?: string | undefined;
4114
4118
  message?: string | undefined;
@@ -4141,6 +4145,7 @@ export declare const facebookFeedContract: {
4141
4145
  editedMessageId?: string | null | undefined;
4142
4146
  isEdited?: boolean | null | undefined;
4143
4147
  editedAt?: string | Date | null | undefined;
4148
+ label?: string | undefined;
4144
4149
  };
4145
4150
  room: {
4146
4151
  id: string;
@@ -4227,11 +4232,12 @@ export declare const facebookFeedContract: {
4227
4232
  200: z.ZodObject<{
4228
4233
  requestId: z.ZodString;
4229
4234
  data: z.ZodObject<{
4230
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
4235
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
4231
4236
  message: z.ZodString;
4232
4237
  id: z.ZodString;
4233
4238
  url: z.ZodString;
4234
4239
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4240
+ label: z.ZodOptional<z.ZodString>;
4235
4241
  template: z.ZodAny;
4236
4242
  metadata: z.ZodAny;
4237
4243
  createdAt: z.ZodDate;
@@ -7847,7 +7853,7 @@ export declare const facebookFeedContract: {
7847
7853
  deletedAt: z.ZodNullable<z.ZodDate>;
7848
7854
  message: z.ZodString;
7849
7855
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7850
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
7856
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
7851
7857
  readAt: z.ZodDate;
7852
7858
  metadata: z.ZodAny;
7853
7859
  platformId: z.ZodString;
@@ -8505,7 +8511,7 @@ export declare const facebookFeedContract: {
8505
8511
  };
8506
8512
  }>;
8507
8513
  }, "strip", z.ZodTypeAny, {
8508
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
8514
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
8509
8515
  message: string;
8510
8516
  id: string;
8511
8517
  url: string;
@@ -8667,7 +8673,7 @@ export declare const facebookFeedContract: {
8667
8673
  metadata?: any;
8668
8674
  template?: any;
8669
8675
  }, {
8670
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
8676
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
8671
8677
  message: string;
8672
8678
  id: string;
8673
8679
  url: string;
@@ -9041,7 +9047,7 @@ export declare const facebookFeedContract: {
9041
9047
  deletedAt: z.ZodNullable<z.ZodDate>;
9042
9048
  message: z.ZodString;
9043
9049
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9044
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
9050
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
9045
9051
  readAt: z.ZodDate;
9046
9052
  metadata: z.ZodAny;
9047
9053
  platformId: z.ZodString;
@@ -12222,7 +12228,7 @@ export declare const facebookFeedContract: {
12222
12228
  deletedAt: z.ZodNullable<z.ZodDate>;
12223
12229
  message: z.ZodString;
12224
12230
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
12225
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
12231
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
12226
12232
  readAt: z.ZodDate;
12227
12233
  metadata: z.ZodAny;
12228
12234
  platformId: z.ZodString;
@@ -12880,7 +12886,7 @@ export declare const facebookFeedContract: {
12880
12886
  };
12881
12887
  }>;
12882
12888
  }, "strip", z.ZodTypeAny, {
12883
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12889
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
12884
12890
  message: string;
12885
12891
  id: string;
12886
12892
  url: string;
@@ -13042,7 +13048,7 @@ export declare const facebookFeedContract: {
13042
13048
  metadata?: any;
13043
13049
  template?: any;
13044
13050
  }, {
13045
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13051
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13046
13052
  message: string;
13047
13053
  id: string;
13048
13054
  url: string;
@@ -13842,8 +13848,9 @@ export declare const facebookFeedContract: {
13842
13848
  isActive: boolean;
13843
13849
  }>;
13844
13850
  editedMessageid: z.ZodString;
13851
+ label: z.ZodOptional<z.ZodString>;
13845
13852
  }, "strip", z.ZodTypeAny, {
13846
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13853
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
13847
13854
  message: string;
13848
13855
  id: string;
13849
13856
  url: string;
@@ -14357,7 +14364,7 @@ export declare const facebookFeedContract: {
14357
14364
  previewUrl: string;
14358
14365
  imageSetId: string;
14359
14366
  repliedMessage: {
14360
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14367
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
14361
14368
  message: string;
14362
14369
  id: string;
14363
14370
  url: string;
@@ -14566,8 +14573,9 @@ export declare const facebookFeedContract: {
14566
14573
  editedMessageid: string;
14567
14574
  metadata?: any;
14568
14575
  template?: any;
14576
+ label?: string | undefined;
14569
14577
  }, {
14570
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14578
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
14571
14579
  message: string;
14572
14580
  id: string;
14573
14581
  url: string;
@@ -15081,7 +15089,7 @@ export declare const facebookFeedContract: {
15081
15089
  previewUrl: string;
15082
15090
  imageSetId: string;
15083
15091
  repliedMessage: {
15084
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15092
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
15085
15093
  message: string;
15086
15094
  id: string;
15087
15095
  url: string;
@@ -15290,9 +15298,10 @@ export declare const facebookFeedContract: {
15290
15298
  editedMessageid: string;
15291
15299
  metadata?: any;
15292
15300
  template?: any;
15301
+ label?: string | undefined;
15293
15302
  }>>>;
15294
15303
  }, "strip", z.ZodTypeAny, {
15295
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15304
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
15296
15305
  message: string;
15297
15306
  id: string;
15298
15307
  url: string;
@@ -15806,7 +15815,7 @@ export declare const facebookFeedContract: {
15806
15815
  previewUrl: string;
15807
15816
  imageSetId: string;
15808
15817
  repliedMessage: {
15809
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15818
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
15810
15819
  message: string;
15811
15820
  id: string;
15812
15821
  url: string;
@@ -16013,10 +16022,11 @@ export declare const facebookFeedContract: {
16013
16022
  };
16014
16023
  };
16015
16024
  editedMessageid: string;
16025
+ label?: string | undefined;
16016
16026
  template?: any;
16017
16027
  metadata?: any;
16018
16028
  fromMessage?: {
16019
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16029
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16020
16030
  message: string;
16021
16031
  id: string;
16022
16032
  url: string;
@@ -16530,7 +16540,7 @@ export declare const facebookFeedContract: {
16530
16540
  previewUrl: string;
16531
16541
  imageSetId: string;
16532
16542
  repliedMessage: {
16533
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16543
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16534
16544
  message: string;
16535
16545
  id: string;
16536
16546
  url: string;
@@ -16739,9 +16749,10 @@ export declare const facebookFeedContract: {
16739
16749
  editedMessageid: string;
16740
16750
  metadata?: any;
16741
16751
  template?: any;
16752
+ label?: string | undefined;
16742
16753
  } | null | undefined;
16743
16754
  }, {
16744
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16755
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
16745
16756
  message: string;
16746
16757
  id: string;
16747
16758
  url: string;
@@ -17255,7 +17266,7 @@ export declare const facebookFeedContract: {
17255
17266
  previewUrl: string;
17256
17267
  imageSetId: string;
17257
17268
  repliedMessage: {
17258
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17269
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17259
17270
  message: string;
17260
17271
  id: string;
17261
17272
  url: string;
@@ -17462,10 +17473,11 @@ export declare const facebookFeedContract: {
17462
17473
  };
17463
17474
  };
17464
17475
  editedMessageid: string;
17476
+ label?: string | undefined;
17465
17477
  template?: any;
17466
17478
  metadata?: any;
17467
17479
  fromMessage?: {
17468
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17480
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17469
17481
  message: string;
17470
17482
  id: string;
17471
17483
  url: string;
@@ -17979,7 +17991,7 @@ export declare const facebookFeedContract: {
17979
17991
  previewUrl: string;
17980
17992
  imageSetId: string;
17981
17993
  repliedMessage: {
17982
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17994
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17983
17995
  message: string;
17984
17996
  id: string;
17985
17997
  url: string;
@@ -18188,11 +18200,12 @@ export declare const facebookFeedContract: {
18188
18200
  editedMessageid: string;
18189
18201
  metadata?: any;
18190
18202
  template?: any;
18203
+ label?: string | undefined;
18191
18204
  } | null | undefined;
18192
18205
  }>;
18193
18206
  }, "strip", z.ZodTypeAny, {
18194
18207
  data: {
18195
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18208
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
18196
18209
  message: string;
18197
18210
  id: string;
18198
18211
  url: string;
@@ -18706,7 +18719,7 @@ export declare const facebookFeedContract: {
18706
18719
  previewUrl: string;
18707
18720
  imageSetId: string;
18708
18721
  repliedMessage: {
18709
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18722
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
18710
18723
  message: string;
18711
18724
  id: string;
18712
18725
  url: string;
@@ -18913,10 +18926,11 @@ export declare const facebookFeedContract: {
18913
18926
  };
18914
18927
  };
18915
18928
  editedMessageid: string;
18929
+ label?: string | undefined;
18916
18930
  template?: any;
18917
18931
  metadata?: any;
18918
18932
  fromMessage?: {
18919
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18933
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
18920
18934
  message: string;
18921
18935
  id: string;
18922
18936
  url: string;
@@ -19430,7 +19444,7 @@ export declare const facebookFeedContract: {
19430
19444
  previewUrl: string;
19431
19445
  imageSetId: string;
19432
19446
  repliedMessage: {
19433
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19447
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
19434
19448
  message: string;
19435
19449
  id: string;
19436
19450
  url: string;
@@ -19639,12 +19653,13 @@ export declare const facebookFeedContract: {
19639
19653
  editedMessageid: string;
19640
19654
  metadata?: any;
19641
19655
  template?: any;
19656
+ label?: string | undefined;
19642
19657
  } | null | undefined;
19643
19658
  };
19644
19659
  requestId: string;
19645
19660
  }, {
19646
19661
  data: {
19647
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19662
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
19648
19663
  message: string;
19649
19664
  id: string;
19650
19665
  url: string;
@@ -20158,7 +20173,7 @@ export declare const facebookFeedContract: {
20158
20173
  previewUrl: string;
20159
20174
  imageSetId: string;
20160
20175
  repliedMessage: {
20161
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
20176
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
20162
20177
  message: string;
20163
20178
  id: string;
20164
20179
  url: string;
@@ -20365,10 +20380,11 @@ export declare const facebookFeedContract: {
20365
20380
  };
20366
20381
  };
20367
20382
  editedMessageid: string;
20383
+ label?: string | undefined;
20368
20384
  template?: any;
20369
20385
  metadata?: any;
20370
20386
  fromMessage?: {
20371
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
20387
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
20372
20388
  message: string;
20373
20389
  id: string;
20374
20390
  url: string;
@@ -20882,7 +20898,7 @@ export declare const facebookFeedContract: {
20882
20898
  previewUrl: string;
20883
20899
  imageSetId: string;
20884
20900
  repliedMessage: {
20885
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
20901
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
20886
20902
  message: string;
20887
20903
  id: string;
20888
20904
  url: string;
@@ -21091,6 +21107,7 @@ export declare const facebookFeedContract: {
21091
21107
  editedMessageid: string;
21092
21108
  metadata?: any;
21093
21109
  template?: any;
21110
+ label?: string | undefined;
21094
21111
  } | null | undefined;
21095
21112
  };
21096
21113
  requestId: string;
@@ -21328,7 +21345,7 @@ export declare const facebookFeedContract: {
21328
21345
  id: z.ZodOptional<z.ZodString>;
21329
21346
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21330
21347
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
21331
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
21348
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
21332
21349
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
21333
21350
  metadata: z.ZodOptional<z.ZodAny>;
21334
21351
  platformId: z.ZodOptional<z.ZodString>;
@@ -21380,7 +21397,7 @@ export declare const facebookFeedContract: {
21380
21397
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21381
21398
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21382
21399
  }, "strip", z.ZodTypeAny, {
21383
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21400
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21384
21401
  direction: "incoming" | "outgoing" | "system";
21385
21402
  id?: string | undefined;
21386
21403
  message?: string | null | undefined;
@@ -21411,7 +21428,7 @@ export declare const facebookFeedContract: {
21411
21428
  parentMessageId?: string | null | undefined;
21412
21429
  feedPostId?: string | null | undefined;
21413
21430
  }, {
21414
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21431
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21415
21432
  direction: "incoming" | "outgoing" | "system";
21416
21433
  id?: string | undefined;
21417
21434
  message?: string | null | undefined;
@@ -21444,7 +21461,7 @@ export declare const facebookFeedContract: {
21444
21461
  }>;
21445
21462
  }, "strip", z.ZodTypeAny, {
21446
21463
  message: {
21447
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21464
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21448
21465
  direction: "incoming" | "outgoing" | "system";
21449
21466
  id?: string | undefined;
21450
21467
  message?: string | null | undefined;
@@ -21511,7 +21528,7 @@ export declare const facebookFeedContract: {
21511
21528
  };
21512
21529
  }, {
21513
21530
  message: {
21514
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21531
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21515
21532
  direction: "incoming" | "outgoing" | "system";
21516
21533
  id?: string | undefined;
21517
21534
  message?: string | null | undefined;
@@ -21788,7 +21805,7 @@ export declare const facebookFeedContract: {
21788
21805
  id: z.ZodOptional<z.ZodString>;
21789
21806
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21790
21807
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
21791
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
21808
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
21792
21809
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
21793
21810
  metadata: z.ZodOptional<z.ZodAny>;
21794
21811
  platformId: z.ZodOptional<z.ZodString>;
@@ -21840,7 +21857,7 @@ export declare const facebookFeedContract: {
21840
21857
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21841
21858
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21842
21859
  }, "strip", z.ZodTypeAny, {
21843
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21860
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21844
21861
  direction: "incoming" | "outgoing" | "system";
21845
21862
  id?: string | undefined;
21846
21863
  message?: string | null | undefined;
@@ -21871,7 +21888,7 @@ export declare const facebookFeedContract: {
21871
21888
  parentMessageId?: string | null | undefined;
21872
21889
  feedPostId?: string | null | undefined;
21873
21890
  }, {
21874
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21891
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21875
21892
  direction: "incoming" | "outgoing" | "system";
21876
21893
  id?: string | undefined;
21877
21894
  message?: string | null | undefined;
@@ -21904,7 +21921,7 @@ export declare const facebookFeedContract: {
21904
21921
  }>;
21905
21922
  }, "strip", z.ZodTypeAny, {
21906
21923
  message: {
21907
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21924
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21908
21925
  direction: "incoming" | "outgoing" | "system";
21909
21926
  id?: string | undefined;
21910
21927
  message?: string | null | undefined;
@@ -21971,7 +21988,7 @@ export declare const facebookFeedContract: {
21971
21988
  };
21972
21989
  }, {
21973
21990
  message: {
21974
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21991
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "reaction" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21975
21992
  direction: "incoming" | "outgoing" | "system";
21976
21993
  id?: string | undefined;
21977
21994
  message?: string | null | undefined;