@kl1/contracts 1.1.59-uat → 1.1.60-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -31740,6 +31740,163 @@ export declare const apiContract: {
31740
31740
  };
31741
31741
  path: "subscriptions/";
31742
31742
  };
31743
+ getAvailablePlan: {
31744
+ method: "GET";
31745
+ query: null;
31746
+ responses: {
31747
+ 200: import("zod").ZodObject<{
31748
+ requestId: import("zod").ZodString;
31749
+ data: import("zod").ZodArray<import("zod").ZodObject<{
31750
+ id: import("zod").ZodString;
31751
+ createdAt: import("zod").ZodDate;
31752
+ updatedAt: import("zod").ZodDate;
31753
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
31754
+ provider: import("zod").ZodString;
31755
+ productId: import("zod").ZodString;
31756
+ name: import("zod").ZodString;
31757
+ type: import("zod").ZodString;
31758
+ omnichannel: import("zod").ZodString;
31759
+ usageType: import("zod").ZodNullable<import("zod").ZodString>;
31760
+ productPrice: import("zod").ZodObject<{
31761
+ id: import("zod").ZodString;
31762
+ createdAt: import("zod").ZodDate;
31763
+ updatedAt: import("zod").ZodDate;
31764
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
31765
+ priceId: import("zod").ZodString;
31766
+ name: import("zod").ZodNullable<import("zod").ZodString>;
31767
+ perUnit: import("zod").ZodNumber;
31768
+ price: import("zod").ZodNumber;
31769
+ currency: import("zod").ZodNullable<import("zod").ZodString>;
31770
+ }, "strip", import("zod").ZodTypeAny, {
31771
+ id: string;
31772
+ name: string | null;
31773
+ currency: string | null;
31774
+ createdAt: Date;
31775
+ updatedAt: Date;
31776
+ deletedAt: Date | null;
31777
+ priceId: string;
31778
+ perUnit: number;
31779
+ price: number;
31780
+ }, {
31781
+ id: string;
31782
+ name: string | null;
31783
+ currency: string | null;
31784
+ createdAt: Date;
31785
+ updatedAt: Date;
31786
+ deletedAt: Date | null;
31787
+ priceId: string;
31788
+ perUnit: number;
31789
+ price: number;
31790
+ }>;
31791
+ }, "strip", import("zod").ZodTypeAny, {
31792
+ type: string;
31793
+ id: string;
31794
+ name: string;
31795
+ createdAt: Date;
31796
+ updatedAt: Date;
31797
+ deletedAt: Date | null;
31798
+ provider: string;
31799
+ productId: string;
31800
+ omnichannel: string;
31801
+ usageType: string | null;
31802
+ productPrice: {
31803
+ id: string;
31804
+ name: string | null;
31805
+ currency: string | null;
31806
+ createdAt: Date;
31807
+ updatedAt: Date;
31808
+ deletedAt: Date | null;
31809
+ priceId: string;
31810
+ perUnit: number;
31811
+ price: number;
31812
+ };
31813
+ }, {
31814
+ type: string;
31815
+ id: string;
31816
+ name: string;
31817
+ createdAt: Date;
31818
+ updatedAt: Date;
31819
+ deletedAt: Date | null;
31820
+ provider: string;
31821
+ productId: string;
31822
+ omnichannel: string;
31823
+ usageType: string | null;
31824
+ productPrice: {
31825
+ id: string;
31826
+ name: string | null;
31827
+ currency: string | null;
31828
+ createdAt: Date;
31829
+ updatedAt: Date;
31830
+ deletedAt: Date | null;
31831
+ priceId: string;
31832
+ perUnit: number;
31833
+ price: number;
31834
+ };
31835
+ }>, "many">;
31836
+ }, "strip", import("zod").ZodTypeAny, {
31837
+ data: {
31838
+ type: string;
31839
+ id: string;
31840
+ name: string;
31841
+ createdAt: Date;
31842
+ updatedAt: Date;
31843
+ deletedAt: Date | null;
31844
+ provider: string;
31845
+ productId: string;
31846
+ omnichannel: string;
31847
+ usageType: string | null;
31848
+ productPrice: {
31849
+ id: string;
31850
+ name: string | null;
31851
+ currency: string | null;
31852
+ createdAt: Date;
31853
+ updatedAt: Date;
31854
+ deletedAt: Date | null;
31855
+ priceId: string;
31856
+ perUnit: number;
31857
+ price: number;
31858
+ };
31859
+ }[];
31860
+ requestId: string;
31861
+ }, {
31862
+ data: {
31863
+ type: string;
31864
+ id: string;
31865
+ name: string;
31866
+ createdAt: Date;
31867
+ updatedAt: Date;
31868
+ deletedAt: Date | null;
31869
+ provider: string;
31870
+ productId: string;
31871
+ omnichannel: string;
31872
+ usageType: string | null;
31873
+ productPrice: {
31874
+ id: string;
31875
+ name: string | null;
31876
+ currency: string | null;
31877
+ createdAt: Date;
31878
+ updatedAt: Date;
31879
+ deletedAt: Date | null;
31880
+ priceId: string;
31881
+ perUnit: number;
31882
+ price: number;
31883
+ };
31884
+ }[];
31885
+ requestId: string;
31886
+ }>;
31887
+ 500: import("zod").ZodObject<{
31888
+ message: import("zod").ZodString;
31889
+ error: import("zod").ZodAny;
31890
+ }, "strip", import("zod").ZodTypeAny, {
31891
+ message: string;
31892
+ error?: any;
31893
+ }, {
31894
+ message: string;
31895
+ error?: any;
31896
+ }>;
31897
+ };
31898
+ path: "subscriptions/available-plan";
31899
+ };
31743
31900
  };
31744
31901
  };
31745
31902
  export declare const contactContract: {
@@ -74510,7 +74667,7 @@ export declare const platformContract: {
74510
74667
  message: import("zod").ZodObject<{
74511
74668
  message: import("zod").ZodOptional<import("zod").ZodString>;
74512
74669
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
74513
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
74670
+ 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", "unsupported"]>;
74514
74671
  readAt: import("zod").ZodOptional<import("zod").ZodDate>;
74515
74672
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
74516
74673
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -74554,7 +74711,7 @@ export declare const platformContract: {
74554
74711
  phone: string | null;
74555
74712
  }>;
74556
74713
  }, "strip", import("zod").ZodTypeAny, {
74557
- 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" | "unsupported";
74714
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
74558
74715
  direction: "incoming" | "outgoing" | "system";
74559
74716
  sender: {
74560
74717
  address: string | null;
@@ -74580,7 +74737,7 @@ export declare const platformContract: {
74580
74737
  fileSize: number;
74581
74738
  } | undefined;
74582
74739
  }, {
74583
- 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" | "unsupported";
74740
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
74584
74741
  direction: "incoming" | "outgoing" | "system";
74585
74742
  sender: {
74586
74743
  address: string | null;
@@ -74608,7 +74765,7 @@ export declare const platformContract: {
74608
74765
  }>;
74609
74766
  }, "strip", import("zod").ZodTypeAny, {
74610
74767
  message: {
74611
- 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" | "unsupported";
74768
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
74612
74769
  direction: "incoming" | "outgoing" | "system";
74613
74770
  sender: {
74614
74771
  address: string | null;
@@ -74696,7 +74853,7 @@ export declare const platformContract: {
74696
74853
  stickerId: number;
74697
74854
  }, {
74698
74855
  message: {
74699
- 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" | "unsupported";
74856
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
74700
74857
  direction: "incoming" | "outgoing" | "system";
74701
74858
  sender: {
74702
74859
  address: string | null;
@@ -75419,7 +75576,7 @@ export declare const platformContract: {
75419
75576
  id: import("zod").ZodOptional<import("zod").ZodString>;
75420
75577
  message: import("zod").ZodOptional<import("zod").ZodString>;
75421
75578
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
75422
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
75579
+ 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", "unsupported"]>;
75423
75580
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
75424
75581
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
75425
75582
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -75471,7 +75628,7 @@ export declare const platformContract: {
75471
75628
  parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
75472
75629
  feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
75473
75630
  }, "strip", import("zod").ZodTypeAny, {
75474
- 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" | "unsupported";
75631
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
75475
75632
  direction: "incoming" | "outgoing" | "system";
75476
75633
  id?: string | undefined;
75477
75634
  message?: string | undefined;
@@ -75502,7 +75659,7 @@ export declare const platformContract: {
75502
75659
  parentMessageId?: string | undefined;
75503
75660
  feedPostId?: string | undefined;
75504
75661
  }, {
75505
- 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" | "unsupported";
75662
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
75506
75663
  direction: "incoming" | "outgoing" | "system";
75507
75664
  id?: string | undefined;
75508
75665
  message?: string | undefined;
@@ -75535,7 +75692,7 @@ export declare const platformContract: {
75535
75692
  }>;
75536
75693
  }, "strip", import("zod").ZodTypeAny, {
75537
75694
  message: {
75538
- 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" | "unsupported";
75695
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
75539
75696
  direction: "incoming" | "outgoing" | "system";
75540
75697
  id?: string | undefined;
75541
75698
  message?: string | undefined;
@@ -75638,7 +75795,7 @@ export declare const platformContract: {
75638
75795
  isBot: boolean | null;
75639
75796
  }, {
75640
75797
  message: {
75641
- 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" | "unsupported";
75798
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
75642
75799
  direction: "incoming" | "outgoing" | "system";
75643
75800
  id?: string | undefined;
75644
75801
  message?: string | undefined;
@@ -75745,7 +75902,7 @@ export declare const platformContract: {
75745
75902
  200: import("zod").ZodObject<{
75746
75903
  requestId: import("zod").ZodString;
75747
75904
  data: import("zod").ZodObject<{
75748
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
75905
+ 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", "unsupported"]>;
75749
75906
  message: import("zod").ZodString;
75750
75907
  id: import("zod").ZodString;
75751
75908
  url: import("zod").ZodString;
@@ -79176,7 +79333,7 @@ export declare const platformContract: {
79176
79333
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
79177
79334
  message: import("zod").ZodString;
79178
79335
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
79179
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
79336
+ 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", "unsupported"]>;
79180
79337
  readAt: import("zod").ZodDate;
79181
79338
  metadata: import("zod").ZodAny;
79182
79339
  platformId: import("zod").ZodString;
@@ -79834,7 +79991,7 @@ export declare const platformContract: {
79834
79991
  };
79835
79992
  }>;
79836
79993
  }, "strip", import("zod").ZodTypeAny, {
79837
- 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" | "unsupported";
79994
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
79838
79995
  message: string;
79839
79996
  id: string;
79840
79997
  url: string;
@@ -79996,7 +80153,7 @@ export declare const platformContract: {
79996
80153
  metadata?: any;
79997
80154
  template?: any;
79998
80155
  }, {
79999
- 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" | "unsupported";
80156
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
80000
80157
  message: string;
80001
80158
  id: string;
80002
80159
  url: string;
@@ -80369,7 +80526,7 @@ export declare const platformContract: {
80369
80526
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
80370
80527
  message: import("zod").ZodString;
80371
80528
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
80372
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
80529
+ 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", "unsupported"]>;
80373
80530
  readAt: import("zod").ZodDate;
80374
80531
  metadata: import("zod").ZodAny;
80375
80532
  platformId: import("zod").ZodString;
@@ -83361,7 +83518,7 @@ export declare const platformContract: {
83361
83518
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
83362
83519
  message: import("zod").ZodString;
83363
83520
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
83364
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
83521
+ 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", "unsupported"]>;
83365
83522
  readAt: import("zod").ZodDate;
83366
83523
  metadata: import("zod").ZodAny;
83367
83524
  platformId: import("zod").ZodString;
@@ -84019,7 +84176,7 @@ export declare const platformContract: {
84019
84176
  };
84020
84177
  }>;
84021
84178
  }, "strip", import("zod").ZodTypeAny, {
84022
- 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" | "unsupported";
84179
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
84023
84180
  message: string;
84024
84181
  id: string;
84025
84182
  url: string;
@@ -84181,7 +84338,7 @@ export declare const platformContract: {
84181
84338
  metadata?: any;
84182
84339
  template?: any;
84183
84340
  }, {
84184
- 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" | "unsupported";
84341
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
84185
84342
  message: string;
84186
84343
  id: string;
84187
84344
  url: string;
@@ -84981,7 +85138,7 @@ export declare const platformContract: {
84981
85138
  isActive: boolean;
84982
85139
  }>;
84983
85140
  }, "strip", import("zod").ZodTypeAny, {
84984
- 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" | "unsupported";
85141
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
84985
85142
  message: string;
84986
85143
  id: string;
84987
85144
  url: string;
@@ -85474,7 +85631,7 @@ export declare const platformContract: {
85474
85631
  previewUrl: string;
85475
85632
  imageSetId: string;
85476
85633
  repliedMessage: {
85477
- 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" | "unsupported";
85634
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
85478
85635
  message: string;
85479
85636
  id: string;
85480
85637
  url: string;
@@ -85683,7 +85840,7 @@ export declare const platformContract: {
85683
85840
  metadata?: any;
85684
85841
  template?: any;
85685
85842
  }, {
85686
- 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" | "unsupported";
85843
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
85687
85844
  message: string;
85688
85845
  id: string;
85689
85846
  url: string;
@@ -86176,7 +86333,7 @@ export declare const platformContract: {
86176
86333
  previewUrl: string;
86177
86334
  imageSetId: string;
86178
86335
  repliedMessage: {
86179
- 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" | "unsupported";
86336
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
86180
86337
  message: string;
86181
86338
  id: string;
86182
86339
  url: string;
@@ -86386,7 +86543,7 @@ export declare const platformContract: {
86386
86543
  template?: any;
86387
86544
  }>>>;
86388
86545
  }, "strip", import("zod").ZodTypeAny, {
86389
- 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" | "unsupported";
86546
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
86390
86547
  message: string;
86391
86548
  id: string;
86392
86549
  url: string;
@@ -86879,7 +87036,7 @@ export declare const platformContract: {
86879
87036
  previewUrl: string;
86880
87037
  imageSetId: string;
86881
87038
  repliedMessage: {
86882
- 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" | "unsupported";
87039
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
86883
87040
  message: string;
86884
87041
  id: string;
86885
87042
  url: string;
@@ -87088,7 +87245,7 @@ export declare const platformContract: {
87088
87245
  template?: any;
87089
87246
  metadata?: any;
87090
87247
  fromMessage?: {
87091
- 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" | "unsupported";
87248
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
87092
87249
  message: string;
87093
87250
  id: string;
87094
87251
  url: string;
@@ -87581,7 +87738,7 @@ export declare const platformContract: {
87581
87738
  previewUrl: string;
87582
87739
  imageSetId: string;
87583
87740
  repliedMessage: {
87584
- 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" | "unsupported";
87741
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
87585
87742
  message: string;
87586
87743
  id: string;
87587
87744
  url: string;
@@ -87791,7 +87948,7 @@ export declare const platformContract: {
87791
87948
  template?: any;
87792
87949
  } | null | undefined;
87793
87950
  }, {
87794
- 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" | "unsupported";
87951
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
87795
87952
  message: string;
87796
87953
  id: string;
87797
87954
  url: string;
@@ -88284,7 +88441,7 @@ export declare const platformContract: {
88284
88441
  previewUrl: string;
88285
88442
  imageSetId: string;
88286
88443
  repliedMessage: {
88287
- 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" | "unsupported";
88444
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
88288
88445
  message: string;
88289
88446
  id: string;
88290
88447
  url: string;
@@ -88493,7 +88650,7 @@ export declare const platformContract: {
88493
88650
  template?: any;
88494
88651
  metadata?: any;
88495
88652
  fromMessage?: {
88496
- 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" | "unsupported";
88653
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
88497
88654
  message: string;
88498
88655
  id: string;
88499
88656
  url: string;
@@ -88986,7 +89143,7 @@ export declare const platformContract: {
88986
89143
  previewUrl: string;
88987
89144
  imageSetId: string;
88988
89145
  repliedMessage: {
88989
- 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" | "unsupported";
89146
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
88990
89147
  message: string;
88991
89148
  id: string;
88992
89149
  url: string;
@@ -89198,7 +89355,7 @@ export declare const platformContract: {
89198
89355
  }>;
89199
89356
  }, "strip", import("zod").ZodTypeAny, {
89200
89357
  data: {
89201
- 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" | "unsupported";
89358
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
89202
89359
  message: string;
89203
89360
  id: string;
89204
89361
  url: string;
@@ -89691,7 +89848,7 @@ export declare const platformContract: {
89691
89848
  previewUrl: string;
89692
89849
  imageSetId: string;
89693
89850
  repliedMessage: {
89694
- 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" | "unsupported";
89851
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
89695
89852
  message: string;
89696
89853
  id: string;
89697
89854
  url: string;
@@ -89900,7 +90057,7 @@ export declare const platformContract: {
89900
90057
  template?: any;
89901
90058
  metadata?: any;
89902
90059
  fromMessage?: {
89903
- 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" | "unsupported";
90060
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
89904
90061
  message: string;
89905
90062
  id: string;
89906
90063
  url: string;
@@ -90393,7 +90550,7 @@ export declare const platformContract: {
90393
90550
  previewUrl: string;
90394
90551
  imageSetId: string;
90395
90552
  repliedMessage: {
90396
- 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" | "unsupported";
90553
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
90397
90554
  message: string;
90398
90555
  id: string;
90399
90556
  url: string;
@@ -90606,7 +90763,7 @@ export declare const platformContract: {
90606
90763
  requestId: string;
90607
90764
  }, {
90608
90765
  data: {
90609
- 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" | "unsupported";
90766
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
90610
90767
  message: string;
90611
90768
  id: string;
90612
90769
  url: string;
@@ -91099,7 +91256,7 @@ export declare const platformContract: {
91099
91256
  previewUrl: string;
91100
91257
  imageSetId: string;
91101
91258
  repliedMessage: {
91102
- 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" | "unsupported";
91259
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
91103
91260
  message: string;
91104
91261
  id: string;
91105
91262
  url: string;
@@ -91308,7 +91465,7 @@ export declare const platformContract: {
91308
91465
  template?: any;
91309
91466
  metadata?: any;
91310
91467
  fromMessage?: {
91311
- 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" | "unsupported";
91468
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
91312
91469
  message: string;
91313
91470
  id: string;
91314
91471
  url: string;
@@ -91801,7 +91958,7 @@ export declare const platformContract: {
91801
91958
  previewUrl: string;
91802
91959
  imageSetId: string;
91803
91960
  repliedMessage: {
91804
- 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" | "unsupported";
91961
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
91805
91962
  message: string;
91806
91963
  id: string;
91807
91964
  url: string;
@@ -94316,7 +94473,7 @@ export declare const platformContract: {
94316
94473
  id: import("zod").ZodOptional<import("zod").ZodString>;
94317
94474
  message: import("zod").ZodOptional<import("zod").ZodString>;
94318
94475
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
94319
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
94476
+ 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", "unsupported"]>;
94320
94477
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
94321
94478
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
94322
94479
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -94368,7 +94525,7 @@ export declare const platformContract: {
94368
94525
  parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
94369
94526
  feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
94370
94527
  }, "strip", import("zod").ZodTypeAny, {
94371
- 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" | "unsupported";
94528
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
94372
94529
  direction: "incoming" | "outgoing" | "system";
94373
94530
  id?: string | undefined;
94374
94531
  message?: string | undefined;
@@ -94399,7 +94556,7 @@ export declare const platformContract: {
94399
94556
  parentMessageId?: string | undefined;
94400
94557
  feedPostId?: string | undefined;
94401
94558
  }, {
94402
- 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" | "unsupported";
94559
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
94403
94560
  direction: "incoming" | "outgoing" | "system";
94404
94561
  id?: string | undefined;
94405
94562
  message?: string | undefined;
@@ -94432,7 +94589,7 @@ export declare const platformContract: {
94432
94589
  }>;
94433
94590
  }, "strip", import("zod").ZodTypeAny, {
94434
94591
  message: {
94435
- 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" | "unsupported";
94592
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
94436
94593
  direction: "incoming" | "outgoing" | "system";
94437
94594
  id?: string | undefined;
94438
94595
  message?: string | undefined;
@@ -94535,7 +94692,7 @@ export declare const platformContract: {
94535
94692
  isBot: boolean | null;
94536
94693
  }, {
94537
94694
  message: {
94538
- 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" | "unsupported";
94695
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
94539
94696
  direction: "incoming" | "outgoing" | "system";
94540
94697
  id?: string | undefined;
94541
94698
  message?: string | undefined;
@@ -94642,7 +94799,7 @@ export declare const platformContract: {
94642
94799
  200: import("zod").ZodObject<{
94643
94800
  requestId: import("zod").ZodString;
94644
94801
  data: import("zod").ZodObject<{
94645
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
94802
+ 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", "unsupported"]>;
94646
94803
  message: import("zod").ZodString;
94647
94804
  id: import("zod").ZodString;
94648
94805
  url: import("zod").ZodString;
@@ -98073,7 +98230,7 @@ export declare const platformContract: {
98073
98230
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
98074
98231
  message: import("zod").ZodString;
98075
98232
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
98076
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
98233
+ 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", "unsupported"]>;
98077
98234
  readAt: import("zod").ZodDate;
98078
98235
  metadata: import("zod").ZodAny;
98079
98236
  platformId: import("zod").ZodString;
@@ -98731,7 +98888,7 @@ export declare const platformContract: {
98731
98888
  };
98732
98889
  }>;
98733
98890
  }, "strip", import("zod").ZodTypeAny, {
98734
- 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" | "unsupported";
98891
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
98735
98892
  message: string;
98736
98893
  id: string;
98737
98894
  url: string;
@@ -98893,7 +99050,7 @@ export declare const platformContract: {
98893
99050
  metadata?: any;
98894
99051
  template?: any;
98895
99052
  }, {
98896
- 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" | "unsupported";
99053
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
98897
99054
  message: string;
98898
99055
  id: string;
98899
99056
  url: string;
@@ -99266,7 +99423,7 @@ export declare const platformContract: {
99266
99423
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
99267
99424
  message: import("zod").ZodString;
99268
99425
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
99269
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
99426
+ 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", "unsupported"]>;
99270
99427
  readAt: import("zod").ZodDate;
99271
99428
  metadata: import("zod").ZodAny;
99272
99429
  platformId: import("zod").ZodString;
@@ -102258,7 +102415,7 @@ export declare const platformContract: {
102258
102415
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
102259
102416
  message: import("zod").ZodString;
102260
102417
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
102261
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
102418
+ 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", "unsupported"]>;
102262
102419
  readAt: import("zod").ZodDate;
102263
102420
  metadata: import("zod").ZodAny;
102264
102421
  platformId: import("zod").ZodString;
@@ -102916,7 +103073,7 @@ export declare const platformContract: {
102916
103073
  };
102917
103074
  }>;
102918
103075
  }, "strip", import("zod").ZodTypeAny, {
102919
- 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" | "unsupported";
103076
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
102920
103077
  message: string;
102921
103078
  id: string;
102922
103079
  url: string;
@@ -103078,7 +103235,7 @@ export declare const platformContract: {
103078
103235
  metadata?: any;
103079
103236
  template?: any;
103080
103237
  }, {
103081
- 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" | "unsupported";
103238
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
103082
103239
  message: string;
103083
103240
  id: string;
103084
103241
  url: string;
@@ -103878,7 +104035,7 @@ export declare const platformContract: {
103878
104035
  isActive: boolean;
103879
104036
  }>;
103880
104037
  }, "strip", import("zod").ZodTypeAny, {
103881
- 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" | "unsupported";
104038
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
103882
104039
  message: string;
103883
104040
  id: string;
103884
104041
  url: string;
@@ -104371,7 +104528,7 @@ export declare const platformContract: {
104371
104528
  previewUrl: string;
104372
104529
  imageSetId: string;
104373
104530
  repliedMessage: {
104374
- 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" | "unsupported";
104531
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
104375
104532
  message: string;
104376
104533
  id: string;
104377
104534
  url: string;
@@ -104580,7 +104737,7 @@ export declare const platformContract: {
104580
104737
  metadata?: any;
104581
104738
  template?: any;
104582
104739
  }, {
104583
- 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" | "unsupported";
104740
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
104584
104741
  message: string;
104585
104742
  id: string;
104586
104743
  url: string;
@@ -105073,7 +105230,7 @@ export declare const platformContract: {
105073
105230
  previewUrl: string;
105074
105231
  imageSetId: string;
105075
105232
  repliedMessage: {
105076
- 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" | "unsupported";
105233
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
105077
105234
  message: string;
105078
105235
  id: string;
105079
105236
  url: string;
@@ -105283,7 +105440,7 @@ export declare const platformContract: {
105283
105440
  template?: any;
105284
105441
  }>>>;
105285
105442
  }, "strip", import("zod").ZodTypeAny, {
105286
- 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" | "unsupported";
105443
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
105287
105444
  message: string;
105288
105445
  id: string;
105289
105446
  url: string;
@@ -105776,7 +105933,7 @@ export declare const platformContract: {
105776
105933
  previewUrl: string;
105777
105934
  imageSetId: string;
105778
105935
  repliedMessage: {
105779
- 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" | "unsupported";
105936
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
105780
105937
  message: string;
105781
105938
  id: string;
105782
105939
  url: string;
@@ -105985,7 +106142,7 @@ export declare const platformContract: {
105985
106142
  template?: any;
105986
106143
  metadata?: any;
105987
106144
  fromMessage?: {
105988
- 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" | "unsupported";
106145
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
105989
106146
  message: string;
105990
106147
  id: string;
105991
106148
  url: string;
@@ -106478,7 +106635,7 @@ export declare const platformContract: {
106478
106635
  previewUrl: string;
106479
106636
  imageSetId: string;
106480
106637
  repliedMessage: {
106481
- 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" | "unsupported";
106638
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
106482
106639
  message: string;
106483
106640
  id: string;
106484
106641
  url: string;
@@ -106688,7 +106845,7 @@ export declare const platformContract: {
106688
106845
  template?: any;
106689
106846
  } | null | undefined;
106690
106847
  }, {
106691
- 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" | "unsupported";
106848
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
106692
106849
  message: string;
106693
106850
  id: string;
106694
106851
  url: string;
@@ -107181,7 +107338,7 @@ export declare const platformContract: {
107181
107338
  previewUrl: string;
107182
107339
  imageSetId: string;
107183
107340
  repliedMessage: {
107184
- 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" | "unsupported";
107341
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
107185
107342
  message: string;
107186
107343
  id: string;
107187
107344
  url: string;
@@ -107390,7 +107547,7 @@ export declare const platformContract: {
107390
107547
  template?: any;
107391
107548
  metadata?: any;
107392
107549
  fromMessage?: {
107393
- 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" | "unsupported";
107550
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
107394
107551
  message: string;
107395
107552
  id: string;
107396
107553
  url: string;
@@ -107883,7 +108040,7 @@ export declare const platformContract: {
107883
108040
  previewUrl: string;
107884
108041
  imageSetId: string;
107885
108042
  repliedMessage: {
107886
- 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" | "unsupported";
108043
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
107887
108044
  message: string;
107888
108045
  id: string;
107889
108046
  url: string;
@@ -108095,7 +108252,7 @@ export declare const platformContract: {
108095
108252
  }>;
108096
108253
  }, "strip", import("zod").ZodTypeAny, {
108097
108254
  data: {
108098
- 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" | "unsupported";
108255
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
108099
108256
  message: string;
108100
108257
  id: string;
108101
108258
  url: string;
@@ -108588,7 +108745,7 @@ export declare const platformContract: {
108588
108745
  previewUrl: string;
108589
108746
  imageSetId: string;
108590
108747
  repliedMessage: {
108591
- 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" | "unsupported";
108748
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
108592
108749
  message: string;
108593
108750
  id: string;
108594
108751
  url: string;
@@ -108797,7 +108954,7 @@ export declare const platformContract: {
108797
108954
  template?: any;
108798
108955
  metadata?: any;
108799
108956
  fromMessage?: {
108800
- 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" | "unsupported";
108957
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
108801
108958
  message: string;
108802
108959
  id: string;
108803
108960
  url: string;
@@ -109290,7 +109447,7 @@ export declare const platformContract: {
109290
109447
  previewUrl: string;
109291
109448
  imageSetId: string;
109292
109449
  repliedMessage: {
109293
- 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" | "unsupported";
109450
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
109294
109451
  message: string;
109295
109452
  id: string;
109296
109453
  url: string;
@@ -109503,7 +109660,7 @@ export declare const platformContract: {
109503
109660
  requestId: string;
109504
109661
  }, {
109505
109662
  data: {
109506
- 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" | "unsupported";
109663
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
109507
109664
  message: string;
109508
109665
  id: string;
109509
109666
  url: string;
@@ -109996,7 +110153,7 @@ export declare const platformContract: {
109996
110153
  previewUrl: string;
109997
110154
  imageSetId: string;
109998
110155
  repliedMessage: {
109999
- 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" | "unsupported";
110156
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
110000
110157
  message: string;
110001
110158
  id: string;
110002
110159
  url: string;
@@ -110205,7 +110362,7 @@ export declare const platformContract: {
110205
110362
  template?: any;
110206
110363
  metadata?: any;
110207
110364
  fromMessage?: {
110208
- 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" | "unsupported";
110365
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
110209
110366
  message: string;
110210
110367
  id: string;
110211
110368
  url: string;
@@ -110698,7 +110855,7 @@ export declare const platformContract: {
110698
110855
  previewUrl: string;
110699
110856
  imageSetId: string;
110700
110857
  repliedMessage: {
110701
- 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" | "unsupported";
110858
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
110702
110859
  message: string;
110703
110860
  id: string;
110704
110861
  url: string;
@@ -112083,7 +112240,7 @@ export declare const platformMessengerContract: {
112083
112240
  id: import("zod").ZodOptional<import("zod").ZodString>;
112084
112241
  message: import("zod").ZodOptional<import("zod").ZodString>;
112085
112242
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
112086
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
112243
+ 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", "unsupported"]>;
112087
112244
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
112088
112245
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
112089
112246
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -112135,7 +112292,7 @@ export declare const platformMessengerContract: {
112135
112292
  parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
112136
112293
  feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
112137
112294
  }, "strip", import("zod").ZodTypeAny, {
112138
- 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" | "unsupported";
112295
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
112139
112296
  direction: "incoming" | "outgoing" | "system";
112140
112297
  id?: string | undefined;
112141
112298
  message?: string | undefined;
@@ -112166,7 +112323,7 @@ export declare const platformMessengerContract: {
112166
112323
  parentMessageId?: string | undefined;
112167
112324
  feedPostId?: string | undefined;
112168
112325
  }, {
112169
- 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" | "unsupported";
112326
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
112170
112327
  direction: "incoming" | "outgoing" | "system";
112171
112328
  id?: string | undefined;
112172
112329
  message?: string | undefined;
@@ -112199,7 +112356,7 @@ export declare const platformMessengerContract: {
112199
112356
  }>;
112200
112357
  }, "strip", import("zod").ZodTypeAny, {
112201
112358
  message: {
112202
- 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" | "unsupported";
112359
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
112203
112360
  direction: "incoming" | "outgoing" | "system";
112204
112361
  id?: string | undefined;
112205
112362
  message?: string | undefined;
@@ -112302,7 +112459,7 @@ export declare const platformMessengerContract: {
112302
112459
  isBot: boolean | null;
112303
112460
  }, {
112304
112461
  message: {
112305
- 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" | "unsupported";
112462
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
112306
112463
  direction: "incoming" | "outgoing" | "system";
112307
112464
  id?: string | undefined;
112308
112465
  message?: string | undefined;
@@ -112409,7 +112566,7 @@ export declare const platformMessengerContract: {
112409
112566
  200: import("zod").ZodObject<{
112410
112567
  requestId: import("zod").ZodString;
112411
112568
  data: import("zod").ZodObject<{
112412
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
112569
+ 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", "unsupported"]>;
112413
112570
  message: import("zod").ZodString;
112414
112571
  id: import("zod").ZodString;
112415
112572
  url: import("zod").ZodString;
@@ -115840,7 +115997,7 @@ export declare const platformMessengerContract: {
115840
115997
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
115841
115998
  message: import("zod").ZodString;
115842
115999
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
115843
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
116000
+ 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", "unsupported"]>;
115844
116001
  readAt: import("zod").ZodDate;
115845
116002
  metadata: import("zod").ZodAny;
115846
116003
  platformId: import("zod").ZodString;
@@ -116498,7 +116655,7 @@ export declare const platformMessengerContract: {
116498
116655
  };
116499
116656
  }>;
116500
116657
  }, "strip", import("zod").ZodTypeAny, {
116501
- 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" | "unsupported";
116658
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
116502
116659
  message: string;
116503
116660
  id: string;
116504
116661
  url: string;
@@ -116660,7 +116817,7 @@ export declare const platformMessengerContract: {
116660
116817
  metadata?: any;
116661
116818
  template?: any;
116662
116819
  }, {
116663
- 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" | "unsupported";
116820
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
116664
116821
  message: string;
116665
116822
  id: string;
116666
116823
  url: string;
@@ -117033,7 +117190,7 @@ export declare const platformMessengerContract: {
117033
117190
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
117034
117191
  message: import("zod").ZodString;
117035
117192
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
117036
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
117193
+ 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", "unsupported"]>;
117037
117194
  readAt: import("zod").ZodDate;
117038
117195
  metadata: import("zod").ZodAny;
117039
117196
  platformId: import("zod").ZodString;
@@ -120025,7 +120182,7 @@ export declare const platformMessengerContract: {
120025
120182
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
120026
120183
  message: import("zod").ZodString;
120027
120184
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
120028
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
120185
+ 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", "unsupported"]>;
120029
120186
  readAt: import("zod").ZodDate;
120030
120187
  metadata: import("zod").ZodAny;
120031
120188
  platformId: import("zod").ZodString;
@@ -120683,7 +120840,7 @@ export declare const platformMessengerContract: {
120683
120840
  };
120684
120841
  }>;
120685
120842
  }, "strip", import("zod").ZodTypeAny, {
120686
- 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" | "unsupported";
120843
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
120687
120844
  message: string;
120688
120845
  id: string;
120689
120846
  url: string;
@@ -120845,7 +121002,7 @@ export declare const platformMessengerContract: {
120845
121002
  metadata?: any;
120846
121003
  template?: any;
120847
121004
  }, {
120848
- 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" | "unsupported";
121005
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
120849
121006
  message: string;
120850
121007
  id: string;
120851
121008
  url: string;
@@ -121645,7 +121802,7 @@ export declare const platformMessengerContract: {
121645
121802
  isActive: boolean;
121646
121803
  }>;
121647
121804
  }, "strip", import("zod").ZodTypeAny, {
121648
- 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" | "unsupported";
121805
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
121649
121806
  message: string;
121650
121807
  id: string;
121651
121808
  url: string;
@@ -122138,7 +122295,7 @@ export declare const platformMessengerContract: {
122138
122295
  previewUrl: string;
122139
122296
  imageSetId: string;
122140
122297
  repliedMessage: {
122141
- 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" | "unsupported";
122298
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
122142
122299
  message: string;
122143
122300
  id: string;
122144
122301
  url: string;
@@ -122347,7 +122504,7 @@ export declare const platformMessengerContract: {
122347
122504
  metadata?: any;
122348
122505
  template?: any;
122349
122506
  }, {
122350
- 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" | "unsupported";
122507
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
122351
122508
  message: string;
122352
122509
  id: string;
122353
122510
  url: string;
@@ -122840,7 +122997,7 @@ export declare const platformMessengerContract: {
122840
122997
  previewUrl: string;
122841
122998
  imageSetId: string;
122842
122999
  repliedMessage: {
122843
- 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" | "unsupported";
123000
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
122844
123001
  message: string;
122845
123002
  id: string;
122846
123003
  url: string;
@@ -123050,7 +123207,7 @@ export declare const platformMessengerContract: {
123050
123207
  template?: any;
123051
123208
  }>>>;
123052
123209
  }, "strip", import("zod").ZodTypeAny, {
123053
- 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" | "unsupported";
123210
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
123054
123211
  message: string;
123055
123212
  id: string;
123056
123213
  url: string;
@@ -123543,7 +123700,7 @@ export declare const platformMessengerContract: {
123543
123700
  previewUrl: string;
123544
123701
  imageSetId: string;
123545
123702
  repliedMessage: {
123546
- 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" | "unsupported";
123703
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
123547
123704
  message: string;
123548
123705
  id: string;
123549
123706
  url: string;
@@ -123752,7 +123909,7 @@ export declare const platformMessengerContract: {
123752
123909
  template?: any;
123753
123910
  metadata?: any;
123754
123911
  fromMessage?: {
123755
- 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" | "unsupported";
123912
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
123756
123913
  message: string;
123757
123914
  id: string;
123758
123915
  url: string;
@@ -124245,7 +124402,7 @@ export declare const platformMessengerContract: {
124245
124402
  previewUrl: string;
124246
124403
  imageSetId: string;
124247
124404
  repliedMessage: {
124248
- 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" | "unsupported";
124405
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
124249
124406
  message: string;
124250
124407
  id: string;
124251
124408
  url: string;
@@ -124455,7 +124612,7 @@ export declare const platformMessengerContract: {
124455
124612
  template?: any;
124456
124613
  } | null | undefined;
124457
124614
  }, {
124458
- 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" | "unsupported";
124615
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
124459
124616
  message: string;
124460
124617
  id: string;
124461
124618
  url: string;
@@ -124948,7 +125105,7 @@ export declare const platformMessengerContract: {
124948
125105
  previewUrl: string;
124949
125106
  imageSetId: string;
124950
125107
  repliedMessage: {
124951
- 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" | "unsupported";
125108
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
124952
125109
  message: string;
124953
125110
  id: string;
124954
125111
  url: string;
@@ -125157,7 +125314,7 @@ export declare const platformMessengerContract: {
125157
125314
  template?: any;
125158
125315
  metadata?: any;
125159
125316
  fromMessage?: {
125160
- 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" | "unsupported";
125317
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
125161
125318
  message: string;
125162
125319
  id: string;
125163
125320
  url: string;
@@ -125650,7 +125807,7 @@ export declare const platformMessengerContract: {
125650
125807
  previewUrl: string;
125651
125808
  imageSetId: string;
125652
125809
  repliedMessage: {
125653
- 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" | "unsupported";
125810
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
125654
125811
  message: string;
125655
125812
  id: string;
125656
125813
  url: string;
@@ -125862,7 +126019,7 @@ export declare const platformMessengerContract: {
125862
126019
  }>;
125863
126020
  }, "strip", import("zod").ZodTypeAny, {
125864
126021
  data: {
125865
- 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" | "unsupported";
126022
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
125866
126023
  message: string;
125867
126024
  id: string;
125868
126025
  url: string;
@@ -126355,7 +126512,7 @@ export declare const platformMessengerContract: {
126355
126512
  previewUrl: string;
126356
126513
  imageSetId: string;
126357
126514
  repliedMessage: {
126358
- 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" | "unsupported";
126515
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
126359
126516
  message: string;
126360
126517
  id: string;
126361
126518
  url: string;
@@ -126564,7 +126721,7 @@ export declare const platformMessengerContract: {
126564
126721
  template?: any;
126565
126722
  metadata?: any;
126566
126723
  fromMessage?: {
126567
- 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" | "unsupported";
126724
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
126568
126725
  message: string;
126569
126726
  id: string;
126570
126727
  url: string;
@@ -127057,7 +127214,7 @@ export declare const platformMessengerContract: {
127057
127214
  previewUrl: string;
127058
127215
  imageSetId: string;
127059
127216
  repliedMessage: {
127060
- 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" | "unsupported";
127217
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
127061
127218
  message: string;
127062
127219
  id: string;
127063
127220
  url: string;
@@ -127270,7 +127427,7 @@ export declare const platformMessengerContract: {
127270
127427
  requestId: string;
127271
127428
  }, {
127272
127429
  data: {
127273
- 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" | "unsupported";
127430
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
127274
127431
  message: string;
127275
127432
  id: string;
127276
127433
  url: string;
@@ -127763,7 +127920,7 @@ export declare const platformMessengerContract: {
127763
127920
  previewUrl: string;
127764
127921
  imageSetId: string;
127765
127922
  repliedMessage: {
127766
- 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" | "unsupported";
127923
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
127767
127924
  message: string;
127768
127925
  id: string;
127769
127926
  url: string;
@@ -127972,7 +128129,7 @@ export declare const platformMessengerContract: {
127972
128129
  template?: any;
127973
128130
  metadata?: any;
127974
128131
  fromMessage?: {
127975
- 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" | "unsupported";
128132
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
127976
128133
  message: string;
127977
128134
  id: string;
127978
128135
  url: string;
@@ -128465,7 +128622,7 @@ export declare const platformMessengerContract: {
128465
128622
  previewUrl: string;
128466
128623
  imageSetId: string;
128467
128624
  repliedMessage: {
128468
- 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" | "unsupported";
128625
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
128469
128626
  message: string;
128470
128627
  id: string;
128471
128628
  url: string;
@@ -130499,7 +130656,7 @@ export declare const platformInstagramContract: {
130499
130656
  id: import("zod").ZodOptional<import("zod").ZodString>;
130500
130657
  message: import("zod").ZodOptional<import("zod").ZodString>;
130501
130658
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
130502
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
130659
+ 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", "unsupported"]>;
130503
130660
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
130504
130661
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
130505
130662
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -130551,7 +130708,7 @@ export declare const platformInstagramContract: {
130551
130708
  parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
130552
130709
  feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
130553
130710
  }, "strip", import("zod").ZodTypeAny, {
130554
- 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" | "unsupported";
130711
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
130555
130712
  direction: "incoming" | "outgoing" | "system";
130556
130713
  id?: string | undefined;
130557
130714
  message?: string | undefined;
@@ -130582,7 +130739,7 @@ export declare const platformInstagramContract: {
130582
130739
  parentMessageId?: string | undefined;
130583
130740
  feedPostId?: string | undefined;
130584
130741
  }, {
130585
- 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" | "unsupported";
130742
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
130586
130743
  direction: "incoming" | "outgoing" | "system";
130587
130744
  id?: string | undefined;
130588
130745
  message?: string | undefined;
@@ -130615,7 +130772,7 @@ export declare const platformInstagramContract: {
130615
130772
  }>;
130616
130773
  }, "strip", import("zod").ZodTypeAny, {
130617
130774
  message: {
130618
- 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" | "unsupported";
130775
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
130619
130776
  direction: "incoming" | "outgoing" | "system";
130620
130777
  id?: string | undefined;
130621
130778
  message?: string | undefined;
@@ -130718,7 +130875,7 @@ export declare const platformInstagramContract: {
130718
130875
  isBot: boolean | null;
130719
130876
  }, {
130720
130877
  message: {
130721
- 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" | "unsupported";
130878
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
130722
130879
  direction: "incoming" | "outgoing" | "system";
130723
130880
  id?: string | undefined;
130724
130881
  message?: string | undefined;
@@ -130825,7 +130982,7 @@ export declare const platformInstagramContract: {
130825
130982
  200: import("zod").ZodObject<{
130826
130983
  requestId: import("zod").ZodString;
130827
130984
  data: import("zod").ZodObject<{
130828
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
130985
+ 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", "unsupported"]>;
130829
130986
  message: import("zod").ZodString;
130830
130987
  id: import("zod").ZodString;
130831
130988
  url: import("zod").ZodString;
@@ -134256,7 +134413,7 @@ export declare const platformInstagramContract: {
134256
134413
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
134257
134414
  message: import("zod").ZodString;
134258
134415
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
134259
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
134416
+ 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", "unsupported"]>;
134260
134417
  readAt: import("zod").ZodDate;
134261
134418
  metadata: import("zod").ZodAny;
134262
134419
  platformId: import("zod").ZodString;
@@ -134914,7 +135071,7 @@ export declare const platformInstagramContract: {
134914
135071
  };
134915
135072
  }>;
134916
135073
  }, "strip", import("zod").ZodTypeAny, {
134917
- 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" | "unsupported";
135074
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
134918
135075
  message: string;
134919
135076
  id: string;
134920
135077
  url: string;
@@ -135076,7 +135233,7 @@ export declare const platformInstagramContract: {
135076
135233
  metadata?: any;
135077
135234
  template?: any;
135078
135235
  }, {
135079
- 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" | "unsupported";
135236
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
135080
135237
  message: string;
135081
135238
  id: string;
135082
135239
  url: string;
@@ -135449,7 +135606,7 @@ export declare const platformInstagramContract: {
135449
135606
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
135450
135607
  message: import("zod").ZodString;
135451
135608
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
135452
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
135609
+ 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", "unsupported"]>;
135453
135610
  readAt: import("zod").ZodDate;
135454
135611
  metadata: import("zod").ZodAny;
135455
135612
  platformId: import("zod").ZodString;
@@ -138441,7 +138598,7 @@ export declare const platformInstagramContract: {
138441
138598
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
138442
138599
  message: import("zod").ZodString;
138443
138600
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
138444
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
138601
+ 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", "unsupported"]>;
138445
138602
  readAt: import("zod").ZodDate;
138446
138603
  metadata: import("zod").ZodAny;
138447
138604
  platformId: import("zod").ZodString;
@@ -139099,7 +139256,7 @@ export declare const platformInstagramContract: {
139099
139256
  };
139100
139257
  }>;
139101
139258
  }, "strip", import("zod").ZodTypeAny, {
139102
- 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" | "unsupported";
139259
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
139103
139260
  message: string;
139104
139261
  id: string;
139105
139262
  url: string;
@@ -139261,7 +139418,7 @@ export declare const platformInstagramContract: {
139261
139418
  metadata?: any;
139262
139419
  template?: any;
139263
139420
  }, {
139264
- 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" | "unsupported";
139421
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
139265
139422
  message: string;
139266
139423
  id: string;
139267
139424
  url: string;
@@ -140061,7 +140218,7 @@ export declare const platformInstagramContract: {
140061
140218
  isActive: boolean;
140062
140219
  }>;
140063
140220
  }, "strip", import("zod").ZodTypeAny, {
140064
- 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" | "unsupported";
140221
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
140065
140222
  message: string;
140066
140223
  id: string;
140067
140224
  url: string;
@@ -140554,7 +140711,7 @@ export declare const platformInstagramContract: {
140554
140711
  previewUrl: string;
140555
140712
  imageSetId: string;
140556
140713
  repliedMessage: {
140557
- 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" | "unsupported";
140714
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
140558
140715
  message: string;
140559
140716
  id: string;
140560
140717
  url: string;
@@ -140763,7 +140920,7 @@ export declare const platformInstagramContract: {
140763
140920
  metadata?: any;
140764
140921
  template?: any;
140765
140922
  }, {
140766
- 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" | "unsupported";
140923
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
140767
140924
  message: string;
140768
140925
  id: string;
140769
140926
  url: string;
@@ -141256,7 +141413,7 @@ export declare const platformInstagramContract: {
141256
141413
  previewUrl: string;
141257
141414
  imageSetId: string;
141258
141415
  repliedMessage: {
141259
- 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" | "unsupported";
141416
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
141260
141417
  message: string;
141261
141418
  id: string;
141262
141419
  url: string;
@@ -141466,7 +141623,7 @@ export declare const platformInstagramContract: {
141466
141623
  template?: any;
141467
141624
  }>>>;
141468
141625
  }, "strip", import("zod").ZodTypeAny, {
141469
- 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" | "unsupported";
141626
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
141470
141627
  message: string;
141471
141628
  id: string;
141472
141629
  url: string;
@@ -141959,7 +142116,7 @@ export declare const platformInstagramContract: {
141959
142116
  previewUrl: string;
141960
142117
  imageSetId: string;
141961
142118
  repliedMessage: {
141962
- 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" | "unsupported";
142119
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
141963
142120
  message: string;
141964
142121
  id: string;
141965
142122
  url: string;
@@ -142168,7 +142325,7 @@ export declare const platformInstagramContract: {
142168
142325
  template?: any;
142169
142326
  metadata?: any;
142170
142327
  fromMessage?: {
142171
- 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" | "unsupported";
142328
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
142172
142329
  message: string;
142173
142330
  id: string;
142174
142331
  url: string;
@@ -142661,7 +142818,7 @@ export declare const platformInstagramContract: {
142661
142818
  previewUrl: string;
142662
142819
  imageSetId: string;
142663
142820
  repliedMessage: {
142664
- 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" | "unsupported";
142821
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
142665
142822
  message: string;
142666
142823
  id: string;
142667
142824
  url: string;
@@ -142871,7 +143028,7 @@ export declare const platformInstagramContract: {
142871
143028
  template?: any;
142872
143029
  } | null | undefined;
142873
143030
  }, {
142874
- 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" | "unsupported";
143031
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
142875
143032
  message: string;
142876
143033
  id: string;
142877
143034
  url: string;
@@ -143364,7 +143521,7 @@ export declare const platformInstagramContract: {
143364
143521
  previewUrl: string;
143365
143522
  imageSetId: string;
143366
143523
  repliedMessage: {
143367
- 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" | "unsupported";
143524
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
143368
143525
  message: string;
143369
143526
  id: string;
143370
143527
  url: string;
@@ -143573,7 +143730,7 @@ export declare const platformInstagramContract: {
143573
143730
  template?: any;
143574
143731
  metadata?: any;
143575
143732
  fromMessage?: {
143576
- 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" | "unsupported";
143733
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
143577
143734
  message: string;
143578
143735
  id: string;
143579
143736
  url: string;
@@ -144066,7 +144223,7 @@ export declare const platformInstagramContract: {
144066
144223
  previewUrl: string;
144067
144224
  imageSetId: string;
144068
144225
  repliedMessage: {
144069
- 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" | "unsupported";
144226
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
144070
144227
  message: string;
144071
144228
  id: string;
144072
144229
  url: string;
@@ -144278,7 +144435,7 @@ export declare const platformInstagramContract: {
144278
144435
  }>;
144279
144436
  }, "strip", import("zod").ZodTypeAny, {
144280
144437
  data: {
144281
- 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" | "unsupported";
144438
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
144282
144439
  message: string;
144283
144440
  id: string;
144284
144441
  url: string;
@@ -144771,7 +144928,7 @@ export declare const platformInstagramContract: {
144771
144928
  previewUrl: string;
144772
144929
  imageSetId: string;
144773
144930
  repliedMessage: {
144774
- 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" | "unsupported";
144931
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
144775
144932
  message: string;
144776
144933
  id: string;
144777
144934
  url: string;
@@ -144980,7 +145137,7 @@ export declare const platformInstagramContract: {
144980
145137
  template?: any;
144981
145138
  metadata?: any;
144982
145139
  fromMessage?: {
144983
- 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" | "unsupported";
145140
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
144984
145141
  message: string;
144985
145142
  id: string;
144986
145143
  url: string;
@@ -145473,7 +145630,7 @@ export declare const platformInstagramContract: {
145473
145630
  previewUrl: string;
145474
145631
  imageSetId: string;
145475
145632
  repliedMessage: {
145476
- 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" | "unsupported";
145633
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
145477
145634
  message: string;
145478
145635
  id: string;
145479
145636
  url: string;
@@ -145686,7 +145843,7 @@ export declare const platformInstagramContract: {
145686
145843
  requestId: string;
145687
145844
  }, {
145688
145845
  data: {
145689
- 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" | "unsupported";
145846
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
145690
145847
  message: string;
145691
145848
  id: string;
145692
145849
  url: string;
@@ -146179,7 +146336,7 @@ export declare const platformInstagramContract: {
146179
146336
  previewUrl: string;
146180
146337
  imageSetId: string;
146181
146338
  repliedMessage: {
146182
- 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" | "unsupported";
146339
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
146183
146340
  message: string;
146184
146341
  id: string;
146185
146342
  url: string;
@@ -146388,7 +146545,7 @@ export declare const platformInstagramContract: {
146388
146545
  template?: any;
146389
146546
  metadata?: any;
146390
146547
  fromMessage?: {
146391
- 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" | "unsupported";
146548
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
146392
146549
  message: string;
146393
146550
  id: string;
146394
146551
  url: string;
@@ -146881,7 +147038,7 @@ export declare const platformInstagramContract: {
146881
147038
  previewUrl: string;
146882
147039
  imageSetId: string;
146883
147040
  repliedMessage: {
146884
- 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" | "unsupported";
147041
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
146885
147042
  message: string;
146886
147043
  id: string;
146887
147044
  url: string;
@@ -151885,7 +152042,7 @@ export declare const facebookFeedContract: {
151885
152042
  id: import("zod").ZodOptional<import("zod").ZodString>;
151886
152043
  message: import("zod").ZodOptional<import("zod").ZodString>;
151887
152044
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
151888
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
152045
+ 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", "unsupported"]>;
151889
152046
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
151890
152047
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
151891
152048
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -151937,7 +152094,7 @@ export declare const facebookFeedContract: {
151937
152094
  parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
151938
152095
  feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
151939
152096
  }, "strip", import("zod").ZodTypeAny, {
151940
- 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" | "unsupported";
152097
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
151941
152098
  direction: "incoming" | "outgoing" | "system";
151942
152099
  id?: string | undefined;
151943
152100
  message?: string | undefined;
@@ -151968,7 +152125,7 @@ export declare const facebookFeedContract: {
151968
152125
  parentMessageId?: string | undefined;
151969
152126
  feedPostId?: string | undefined;
151970
152127
  }, {
151971
- 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" | "unsupported";
152128
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
151972
152129
  direction: "incoming" | "outgoing" | "system";
151973
152130
  id?: string | undefined;
151974
152131
  message?: string | undefined;
@@ -152375,7 +152532,7 @@ export declare const facebookFeedContract: {
152375
152532
  }>>;
152376
152533
  }, "strip", import("zod").ZodTypeAny, {
152377
152534
  message: {
152378
- 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" | "unsupported";
152535
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
152379
152536
  direction: "incoming" | "outgoing" | "system";
152380
152537
  id?: string | undefined;
152381
152538
  message?: string | undefined;
@@ -152482,7 +152639,7 @@ export declare const facebookFeedContract: {
152482
152639
  } | undefined;
152483
152640
  }, {
152484
152641
  message: {
152485
- 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" | "unsupported";
152642
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
152486
152643
  direction: "incoming" | "outgoing" | "system";
152487
152644
  id?: string | undefined;
152488
152645
  message?: string | undefined;
@@ -152593,7 +152750,7 @@ export declare const facebookFeedContract: {
152593
152750
  200: import("zod").ZodObject<{
152594
152751
  requestId: import("zod").ZodString;
152595
152752
  data: import("zod").ZodObject<{
152596
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
152753
+ 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", "unsupported"]>;
152597
152754
  message: import("zod").ZodString;
152598
152755
  id: import("zod").ZodString;
152599
152756
  url: import("zod").ZodString;
@@ -156024,7 +156181,7 @@ export declare const facebookFeedContract: {
156024
156181
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
156025
156182
  message: import("zod").ZodString;
156026
156183
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
156027
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
156184
+ 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", "unsupported"]>;
156028
156185
  readAt: import("zod").ZodDate;
156029
156186
  metadata: import("zod").ZodAny;
156030
156187
  platformId: import("zod").ZodString;
@@ -156682,7 +156839,7 @@ export declare const facebookFeedContract: {
156682
156839
  };
156683
156840
  }>;
156684
156841
  }, "strip", import("zod").ZodTypeAny, {
156685
- 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" | "unsupported";
156842
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
156686
156843
  message: string;
156687
156844
  id: string;
156688
156845
  url: string;
@@ -156844,7 +157001,7 @@ export declare const facebookFeedContract: {
156844
157001
  metadata?: any;
156845
157002
  template?: any;
156846
157003
  }, {
156847
- 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" | "unsupported";
157004
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
156848
157005
  message: string;
156849
157006
  id: string;
156850
157007
  url: string;
@@ -157217,7 +157374,7 @@ export declare const facebookFeedContract: {
157217
157374
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
157218
157375
  message: import("zod").ZodString;
157219
157376
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
157220
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
157377
+ 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", "unsupported"]>;
157221
157378
  readAt: import("zod").ZodDate;
157222
157379
  metadata: import("zod").ZodAny;
157223
157380
  platformId: import("zod").ZodString;
@@ -160209,7 +160366,7 @@ export declare const facebookFeedContract: {
160209
160366
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
160210
160367
  message: import("zod").ZodString;
160211
160368
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
160212
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
160369
+ 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", "unsupported"]>;
160213
160370
  readAt: import("zod").ZodDate;
160214
160371
  metadata: import("zod").ZodAny;
160215
160372
  platformId: import("zod").ZodString;
@@ -160867,7 +161024,7 @@ export declare const facebookFeedContract: {
160867
161024
  };
160868
161025
  }>;
160869
161026
  }, "strip", import("zod").ZodTypeAny, {
160870
- 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" | "unsupported";
161027
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
160871
161028
  message: string;
160872
161029
  id: string;
160873
161030
  url: string;
@@ -161029,7 +161186,7 @@ export declare const facebookFeedContract: {
161029
161186
  metadata?: any;
161030
161187
  template?: any;
161031
161188
  }, {
161032
- 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" | "unsupported";
161189
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
161033
161190
  message: string;
161034
161191
  id: string;
161035
161192
  url: string;
@@ -161829,7 +161986,7 @@ export declare const facebookFeedContract: {
161829
161986
  isActive: boolean;
161830
161987
  }>;
161831
161988
  }, "strip", import("zod").ZodTypeAny, {
161832
- 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" | "unsupported";
161989
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
161833
161990
  message: string;
161834
161991
  id: string;
161835
161992
  url: string;
@@ -162322,7 +162479,7 @@ export declare const facebookFeedContract: {
162322
162479
  previewUrl: string;
162323
162480
  imageSetId: string;
162324
162481
  repliedMessage: {
162325
- 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" | "unsupported";
162482
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
162326
162483
  message: string;
162327
162484
  id: string;
162328
162485
  url: string;
@@ -162531,7 +162688,7 @@ export declare const facebookFeedContract: {
162531
162688
  metadata?: any;
162532
162689
  template?: any;
162533
162690
  }, {
162534
- 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" | "unsupported";
162691
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
162535
162692
  message: string;
162536
162693
  id: string;
162537
162694
  url: string;
@@ -163024,7 +163181,7 @@ export declare const facebookFeedContract: {
163024
163181
  previewUrl: string;
163025
163182
  imageSetId: string;
163026
163183
  repliedMessage: {
163027
- 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" | "unsupported";
163184
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
163028
163185
  message: string;
163029
163186
  id: string;
163030
163187
  url: string;
@@ -163234,7 +163391,7 @@ export declare const facebookFeedContract: {
163234
163391
  template?: any;
163235
163392
  }>>>;
163236
163393
  }, "strip", import("zod").ZodTypeAny, {
163237
- 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" | "unsupported";
163394
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
163238
163395
  message: string;
163239
163396
  id: string;
163240
163397
  url: string;
@@ -163727,7 +163884,7 @@ export declare const facebookFeedContract: {
163727
163884
  previewUrl: string;
163728
163885
  imageSetId: string;
163729
163886
  repliedMessage: {
163730
- 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" | "unsupported";
163887
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
163731
163888
  message: string;
163732
163889
  id: string;
163733
163890
  url: string;
@@ -163936,7 +164093,7 @@ export declare const facebookFeedContract: {
163936
164093
  template?: any;
163937
164094
  metadata?: any;
163938
164095
  fromMessage?: {
163939
- 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" | "unsupported";
164096
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
163940
164097
  message: string;
163941
164098
  id: string;
163942
164099
  url: string;
@@ -164429,7 +164586,7 @@ export declare const facebookFeedContract: {
164429
164586
  previewUrl: string;
164430
164587
  imageSetId: string;
164431
164588
  repliedMessage: {
164432
- 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" | "unsupported";
164589
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
164433
164590
  message: string;
164434
164591
  id: string;
164435
164592
  url: string;
@@ -164639,7 +164796,7 @@ export declare const facebookFeedContract: {
164639
164796
  template?: any;
164640
164797
  } | null | undefined;
164641
164798
  }, {
164642
- 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" | "unsupported";
164799
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
164643
164800
  message: string;
164644
164801
  id: string;
164645
164802
  url: string;
@@ -165132,7 +165289,7 @@ export declare const facebookFeedContract: {
165132
165289
  previewUrl: string;
165133
165290
  imageSetId: string;
165134
165291
  repliedMessage: {
165135
- 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" | "unsupported";
165292
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
165136
165293
  message: string;
165137
165294
  id: string;
165138
165295
  url: string;
@@ -165341,7 +165498,7 @@ export declare const facebookFeedContract: {
165341
165498
  template?: any;
165342
165499
  metadata?: any;
165343
165500
  fromMessage?: {
165344
- 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" | "unsupported";
165501
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
165345
165502
  message: string;
165346
165503
  id: string;
165347
165504
  url: string;
@@ -165834,7 +165991,7 @@ export declare const facebookFeedContract: {
165834
165991
  previewUrl: string;
165835
165992
  imageSetId: string;
165836
165993
  repliedMessage: {
165837
- 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" | "unsupported";
165994
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
165838
165995
  message: string;
165839
165996
  id: string;
165840
165997
  url: string;
@@ -166046,7 +166203,7 @@ export declare const facebookFeedContract: {
166046
166203
  }>;
166047
166204
  }, "strip", import("zod").ZodTypeAny, {
166048
166205
  data: {
166049
- 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" | "unsupported";
166206
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
166050
166207
  message: string;
166051
166208
  id: string;
166052
166209
  url: string;
@@ -166539,7 +166696,7 @@ export declare const facebookFeedContract: {
166539
166696
  previewUrl: string;
166540
166697
  imageSetId: string;
166541
166698
  repliedMessage: {
166542
- 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" | "unsupported";
166699
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
166543
166700
  message: string;
166544
166701
  id: string;
166545
166702
  url: string;
@@ -166748,7 +166905,7 @@ export declare const facebookFeedContract: {
166748
166905
  template?: any;
166749
166906
  metadata?: any;
166750
166907
  fromMessage?: {
166751
- 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" | "unsupported";
166908
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
166752
166909
  message: string;
166753
166910
  id: string;
166754
166911
  url: string;
@@ -167241,7 +167398,7 @@ export declare const facebookFeedContract: {
167241
167398
  previewUrl: string;
167242
167399
  imageSetId: string;
167243
167400
  repliedMessage: {
167244
- 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" | "unsupported";
167401
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
167245
167402
  message: string;
167246
167403
  id: string;
167247
167404
  url: string;
@@ -167454,7 +167611,7 @@ export declare const facebookFeedContract: {
167454
167611
  requestId: string;
167455
167612
  }, {
167456
167613
  data: {
167457
- 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" | "unsupported";
167614
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
167458
167615
  message: string;
167459
167616
  id: string;
167460
167617
  url: string;
@@ -167947,7 +168104,7 @@ export declare const facebookFeedContract: {
167947
168104
  previewUrl: string;
167948
168105
  imageSetId: string;
167949
168106
  repliedMessage: {
167950
- 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" | "unsupported";
168107
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
167951
168108
  message: string;
167952
168109
  id: string;
167953
168110
  url: string;
@@ -168156,7 +168313,7 @@ export declare const facebookFeedContract: {
168156
168313
  template?: any;
168157
168314
  metadata?: any;
168158
168315
  fromMessage?: {
168159
- 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" | "unsupported";
168316
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
168160
168317
  message: string;
168161
168318
  id: string;
168162
168319
  url: string;
@@ -168649,7 +168806,7 @@ export declare const facebookFeedContract: {
168649
168806
  previewUrl: string;
168650
168807
  imageSetId: string;
168651
168808
  repliedMessage: {
168652
- 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" | "unsupported";
168809
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
168653
168810
  message: string;
168654
168811
  id: string;
168655
168812
  url: string;
@@ -169254,7 +169411,7 @@ export declare const facebookFeedContract: {
169254
169411
  id: import("zod").ZodOptional<import("zod").ZodString>;
169255
169412
  message: import("zod").ZodOptional<import("zod").ZodString>;
169256
169413
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
169257
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
169414
+ 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", "unsupported"]>;
169258
169415
  readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
169259
169416
  metadata: import("zod").ZodOptional<import("zod").ZodAny>;
169260
169417
  platformId: import("zod").ZodOptional<import("zod").ZodString>;
@@ -169306,7 +169463,7 @@ export declare const facebookFeedContract: {
169306
169463
  parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
169307
169464
  feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
169308
169465
  }, "strip", import("zod").ZodTypeAny, {
169309
- 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" | "unsupported";
169466
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
169310
169467
  direction: "incoming" | "outgoing" | "system";
169311
169468
  id?: string | undefined;
169312
169469
  message?: string | undefined;
@@ -169337,7 +169494,7 @@ export declare const facebookFeedContract: {
169337
169494
  parentMessageId?: string | undefined;
169338
169495
  feedPostId?: string | undefined;
169339
169496
  }, {
169340
- 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" | "unsupported";
169497
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
169341
169498
  direction: "incoming" | "outgoing" | "system";
169342
169499
  id?: string | undefined;
169343
169500
  message?: string | undefined;
@@ -169370,7 +169527,7 @@ export declare const facebookFeedContract: {
169370
169527
  }>;
169371
169528
  }, "strip", import("zod").ZodTypeAny, {
169372
169529
  message: {
169373
- 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" | "unsupported";
169530
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
169374
169531
  direction: "incoming" | "outgoing" | "system";
169375
169532
  id?: string | undefined;
169376
169533
  message?: string | undefined;
@@ -169473,7 +169630,7 @@ export declare const facebookFeedContract: {
169473
169630
  isBot: boolean | null;
169474
169631
  }, {
169475
169632
  message: {
169476
- 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" | "unsupported";
169633
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
169477
169634
  direction: "incoming" | "outgoing" | "system";
169478
169635
  id?: string | undefined;
169479
169636
  message?: string | undefined;
@@ -169580,7 +169737,7 @@ export declare const facebookFeedContract: {
169580
169737
  200: import("zod").ZodObject<{
169581
169738
  requestId: import("zod").ZodString;
169582
169739
  data: import("zod").ZodObject<{
169583
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
169740
+ 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", "unsupported"]>;
169584
169741
  message: import("zod").ZodString;
169585
169742
  id: import("zod").ZodString;
169586
169743
  url: import("zod").ZodString;
@@ -173011,7 +173168,7 @@ export declare const facebookFeedContract: {
173011
173168
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
173012
173169
  message: import("zod").ZodString;
173013
173170
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
173014
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
173171
+ 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", "unsupported"]>;
173015
173172
  readAt: import("zod").ZodDate;
173016
173173
  metadata: import("zod").ZodAny;
173017
173174
  platformId: import("zod").ZodString;
@@ -173669,7 +173826,7 @@ export declare const facebookFeedContract: {
173669
173826
  };
173670
173827
  }>;
173671
173828
  }, "strip", import("zod").ZodTypeAny, {
173672
- 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" | "unsupported";
173829
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
173673
173830
  message: string;
173674
173831
  id: string;
173675
173832
  url: string;
@@ -173831,7 +173988,7 @@ export declare const facebookFeedContract: {
173831
173988
  metadata?: any;
173832
173989
  template?: any;
173833
173990
  }, {
173834
- 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" | "unsupported";
173991
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
173835
173992
  message: string;
173836
173993
  id: string;
173837
173994
  url: string;
@@ -174204,7 +174361,7 @@ export declare const facebookFeedContract: {
174204
174361
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
174205
174362
  message: import("zod").ZodString;
174206
174363
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
174207
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
174364
+ 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", "unsupported"]>;
174208
174365
  readAt: import("zod").ZodDate;
174209
174366
  metadata: import("zod").ZodAny;
174210
174367
  platformId: import("zod").ZodString;
@@ -177196,7 +177353,7 @@ export declare const facebookFeedContract: {
177196
177353
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
177197
177354
  message: import("zod").ZodString;
177198
177355
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
177199
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
177356
+ 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", "unsupported"]>;
177200
177357
  readAt: import("zod").ZodDate;
177201
177358
  metadata: import("zod").ZodAny;
177202
177359
  platformId: import("zod").ZodString;
@@ -177854,7 +178011,7 @@ export declare const facebookFeedContract: {
177854
178011
  };
177855
178012
  }>;
177856
178013
  }, "strip", import("zod").ZodTypeAny, {
177857
- 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" | "unsupported";
178014
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
177858
178015
  message: string;
177859
178016
  id: string;
177860
178017
  url: string;
@@ -178016,7 +178173,7 @@ export declare const facebookFeedContract: {
178016
178173
  metadata?: any;
178017
178174
  template?: any;
178018
178175
  }, {
178019
- 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" | "unsupported";
178176
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
178020
178177
  message: string;
178021
178178
  id: string;
178022
178179
  url: string;
@@ -178816,7 +178973,7 @@ export declare const facebookFeedContract: {
178816
178973
  isActive: boolean;
178817
178974
  }>;
178818
178975
  }, "strip", import("zod").ZodTypeAny, {
178819
- 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" | "unsupported";
178976
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
178820
178977
  message: string;
178821
178978
  id: string;
178822
178979
  url: string;
@@ -179309,7 +179466,7 @@ export declare const facebookFeedContract: {
179309
179466
  previewUrl: string;
179310
179467
  imageSetId: string;
179311
179468
  repliedMessage: {
179312
- 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" | "unsupported";
179469
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
179313
179470
  message: string;
179314
179471
  id: string;
179315
179472
  url: string;
@@ -179518,7 +179675,7 @@ export declare const facebookFeedContract: {
179518
179675
  metadata?: any;
179519
179676
  template?: any;
179520
179677
  }, {
179521
- 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" | "unsupported";
179678
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
179522
179679
  message: string;
179523
179680
  id: string;
179524
179681
  url: string;
@@ -180011,7 +180168,7 @@ export declare const facebookFeedContract: {
180011
180168
  previewUrl: string;
180012
180169
  imageSetId: string;
180013
180170
  repliedMessage: {
180014
- 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" | "unsupported";
180171
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
180015
180172
  message: string;
180016
180173
  id: string;
180017
180174
  url: string;
@@ -180221,7 +180378,7 @@ export declare const facebookFeedContract: {
180221
180378
  template?: any;
180222
180379
  }>>>;
180223
180380
  }, "strip", import("zod").ZodTypeAny, {
180224
- 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" | "unsupported";
180381
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
180225
180382
  message: string;
180226
180383
  id: string;
180227
180384
  url: string;
@@ -180714,7 +180871,7 @@ export declare const facebookFeedContract: {
180714
180871
  previewUrl: string;
180715
180872
  imageSetId: string;
180716
180873
  repliedMessage: {
180717
- 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" | "unsupported";
180874
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
180718
180875
  message: string;
180719
180876
  id: string;
180720
180877
  url: string;
@@ -180923,7 +181080,7 @@ export declare const facebookFeedContract: {
180923
181080
  template?: any;
180924
181081
  metadata?: any;
180925
181082
  fromMessage?: {
180926
- 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" | "unsupported";
181083
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
180927
181084
  message: string;
180928
181085
  id: string;
180929
181086
  url: string;
@@ -181416,7 +181573,7 @@ export declare const facebookFeedContract: {
181416
181573
  previewUrl: string;
181417
181574
  imageSetId: string;
181418
181575
  repliedMessage: {
181419
- 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" | "unsupported";
181576
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
181420
181577
  message: string;
181421
181578
  id: string;
181422
181579
  url: string;
@@ -181626,7 +181783,7 @@ export declare const facebookFeedContract: {
181626
181783
  template?: any;
181627
181784
  } | null | undefined;
181628
181785
  }, {
181629
- 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" | "unsupported";
181786
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
181630
181787
  message: string;
181631
181788
  id: string;
181632
181789
  url: string;
@@ -182119,7 +182276,7 @@ export declare const facebookFeedContract: {
182119
182276
  previewUrl: string;
182120
182277
  imageSetId: string;
182121
182278
  repliedMessage: {
182122
- 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" | "unsupported";
182279
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
182123
182280
  message: string;
182124
182281
  id: string;
182125
182282
  url: string;
@@ -182328,7 +182485,7 @@ export declare const facebookFeedContract: {
182328
182485
  template?: any;
182329
182486
  metadata?: any;
182330
182487
  fromMessage?: {
182331
- 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" | "unsupported";
182488
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
182332
182489
  message: string;
182333
182490
  id: string;
182334
182491
  url: string;
@@ -182821,7 +182978,7 @@ export declare const facebookFeedContract: {
182821
182978
  previewUrl: string;
182822
182979
  imageSetId: string;
182823
182980
  repliedMessage: {
182824
- 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" | "unsupported";
182981
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
182825
182982
  message: string;
182826
182983
  id: string;
182827
182984
  url: string;
@@ -183033,7 +183190,7 @@ export declare const facebookFeedContract: {
183033
183190
  }>;
183034
183191
  }, "strip", import("zod").ZodTypeAny, {
183035
183192
  data: {
183036
- 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" | "unsupported";
183193
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
183037
183194
  message: string;
183038
183195
  id: string;
183039
183196
  url: string;
@@ -183526,7 +183683,7 @@ export declare const facebookFeedContract: {
183526
183683
  previewUrl: string;
183527
183684
  imageSetId: string;
183528
183685
  repliedMessage: {
183529
- 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" | "unsupported";
183686
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
183530
183687
  message: string;
183531
183688
  id: string;
183532
183689
  url: string;
@@ -183735,7 +183892,7 @@ export declare const facebookFeedContract: {
183735
183892
  template?: any;
183736
183893
  metadata?: any;
183737
183894
  fromMessage?: {
183738
- 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" | "unsupported";
183895
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
183739
183896
  message: string;
183740
183897
  id: string;
183741
183898
  url: string;
@@ -184228,7 +184385,7 @@ export declare const facebookFeedContract: {
184228
184385
  previewUrl: string;
184229
184386
  imageSetId: string;
184230
184387
  repliedMessage: {
184231
- 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" | "unsupported";
184388
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
184232
184389
  message: string;
184233
184390
  id: string;
184234
184391
  url: string;
@@ -184441,7 +184598,7 @@ export declare const facebookFeedContract: {
184441
184598
  requestId: string;
184442
184599
  }, {
184443
184600
  data: {
184444
- 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" | "unsupported";
184601
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
184445
184602
  message: string;
184446
184603
  id: string;
184447
184604
  url: string;
@@ -184934,7 +185091,7 @@ export declare const facebookFeedContract: {
184934
185091
  previewUrl: string;
184935
185092
  imageSetId: string;
184936
185093
  repliedMessage: {
184937
- 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" | "unsupported";
185094
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
184938
185095
  message: string;
184939
185096
  id: string;
184940
185097
  url: string;
@@ -185143,7 +185300,7 @@ export declare const facebookFeedContract: {
185143
185300
  template?: any;
185144
185301
  metadata?: any;
185145
185302
  fromMessage?: {
185146
- 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" | "unsupported";
185303
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
185147
185304
  message: string;
185148
185305
  id: string;
185149
185306
  url: string;
@@ -185636,7 +185793,7 @@ export declare const facebookFeedContract: {
185636
185793
  previewUrl: string;
185637
185794
  imageSetId: string;
185638
185795
  repliedMessage: {
185639
- 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" | "unsupported";
185796
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
185640
185797
  message: string;
185641
185798
  id: string;
185642
185799
  url: string;
@@ -185894,7 +186051,7 @@ export declare const feedPostContract: {
185894
186051
  updatedAt: import("zod").ZodDate;
185895
186052
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
185896
186053
  message: import("zod").ZodNullable<import("zod").ZodString>;
185897
- 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", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>]>;
186054
+ 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", "unsupported"]>]>;
185898
186055
  metadata: import("zod").ZodAny;
185899
186056
  platformId: import("zod").ZodString;
185900
186057
  platformMessageId: import("zod").ZodString;
@@ -187445,7 +187602,7 @@ export declare const feedPostContract: {
187445
187602
  imageURL: import("zod").ZodString;
187446
187603
  permalinkURL: import("zod").ZodString;
187447
187604
  }, "strip", import("zod").ZodTypeAny, {
187448
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
187605
+ 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" | "unsupported";
187449
187606
  message: string | null;
187450
187607
  id: string;
187451
187608
  channel: {
@@ -187689,7 +187846,7 @@ export declare const feedPostContract: {
187689
187846
  permalinkURL: string;
187690
187847
  metadata?: any;
187691
187848
  }, {
187692
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
187849
+ 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" | "unsupported";
187693
187850
  message: string | null;
187694
187851
  id: string;
187695
187852
  channel: {
@@ -187935,7 +188092,7 @@ export declare const feedPostContract: {
187935
188092
  }>;
187936
188093
  }, "strip", import("zod").ZodTypeAny, {
187937
188094
  data: {
187938
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
188095
+ 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" | "unsupported";
187939
188096
  message: string | null;
187940
188097
  id: string;
187941
188098
  channel: {
@@ -188182,7 +188339,7 @@ export declare const feedPostContract: {
188182
188339
  requestId: string;
188183
188340
  }, {
188184
188341
  data: {
188185
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
188342
+ 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" | "unsupported";
188186
188343
  message: string | null;
188187
188344
  id: string;
188188
188345
  channel: {
@@ -188474,7 +188631,7 @@ export declare const feedPostContract: {
188474
188631
  page: import("zod").ZodNumber;
188475
188632
  pageSize: import("zod").ZodNumber;
188476
188633
  data: import("zod").ZodObject<{
188477
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
188634
+ 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", "unsupported"]>;
188478
188635
  message: import("zod").ZodString;
188479
188636
  id: import("zod").ZodString;
188480
188637
  url: import("zod").ZodString;
@@ -191905,7 +192062,7 @@ export declare const feedPostContract: {
191905
192062
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
191906
192063
  message: import("zod").ZodString;
191907
192064
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
191908
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
192065
+ 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", "unsupported"]>;
191909
192066
  readAt: import("zod").ZodDate;
191910
192067
  metadata: import("zod").ZodAny;
191911
192068
  platformId: import("zod").ZodString;
@@ -192563,7 +192720,7 @@ export declare const feedPostContract: {
192563
192720
  };
192564
192721
  }>;
192565
192722
  }, "strip", import("zod").ZodTypeAny, {
192566
- 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" | "unsupported";
192723
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
192567
192724
  message: string;
192568
192725
  id: string;
192569
192726
  url: string;
@@ -192725,7 +192882,7 @@ export declare const feedPostContract: {
192725
192882
  metadata?: any;
192726
192883
  template?: any;
192727
192884
  }, {
192728
- 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" | "unsupported";
192885
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
192729
192886
  message: string;
192730
192887
  id: string;
192731
192888
  url: string;
@@ -194032,7 +194189,7 @@ export declare const feedPostContract: {
194032
194189
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
194033
194190
  message: import("zod").ZodString;
194034
194191
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
194035
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
194192
+ 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", "unsupported"]>;
194036
194193
  readAt: import("zod").ZodDate;
194037
194194
  metadata: import("zod").ZodAny;
194038
194195
  platformId: import("zod").ZodString;
@@ -197024,7 +197181,7 @@ export declare const feedPostContract: {
197024
197181
  deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
197025
197182
  message: import("zod").ZodString;
197026
197183
  direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
197027
- type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
197184
+ 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", "unsupported"]>;
197028
197185
  readAt: import("zod").ZodDate;
197029
197186
  metadata: import("zod").ZodAny;
197030
197187
  platformId: import("zod").ZodString;
@@ -197682,7 +197839,7 @@ export declare const feedPostContract: {
197682
197839
  };
197683
197840
  }>;
197684
197841
  }, "strip", import("zod").ZodTypeAny, {
197685
- 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" | "unsupported";
197842
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
197686
197843
  message: string;
197687
197844
  id: string;
197688
197845
  url: string;
@@ -197844,7 +198001,7 @@ export declare const feedPostContract: {
197844
198001
  metadata?: any;
197845
198002
  template?: any;
197846
198003
  }, {
197847
- 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" | "unsupported";
198004
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
197848
198005
  message: string;
197849
198006
  id: string;
197850
198007
  url: string;
@@ -198644,7 +198801,7 @@ export declare const feedPostContract: {
198644
198801
  isActive: boolean;
198645
198802
  }>;
198646
198803
  }, "strip", import("zod").ZodTypeAny, {
198647
- 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" | "unsupported";
198804
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
198648
198805
  message: string;
198649
198806
  id: string;
198650
198807
  url: string;
@@ -199137,7 +199294,7 @@ export declare const feedPostContract: {
199137
199294
  previewUrl: string;
199138
199295
  imageSetId: string;
199139
199296
  repliedMessage: {
199140
- 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" | "unsupported";
199297
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
199141
199298
  message: string;
199142
199299
  id: string;
199143
199300
  url: string;
@@ -199346,7 +199503,7 @@ export declare const feedPostContract: {
199346
199503
  metadata?: any;
199347
199504
  template?: any;
199348
199505
  }, {
199349
- 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" | "unsupported";
199506
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
199350
199507
  message: string;
199351
199508
  id: string;
199352
199509
  url: string;
@@ -199839,7 +199996,7 @@ export declare const feedPostContract: {
199839
199996
  previewUrl: string;
199840
199997
  imageSetId: string;
199841
199998
  repliedMessage: {
199842
- 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" | "unsupported";
199999
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
199843
200000
  message: string;
199844
200001
  id: string;
199845
200002
  url: string;
@@ -200049,13 +200206,13 @@ export declare const feedPostContract: {
200049
200206
  template?: any;
200050
200207
  }>, "many">;
200051
200208
  }, "strip", import("zod").ZodTypeAny, {
200052
- 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" | "unsupported";
200209
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
200053
200210
  message: string;
200054
200211
  id: string;
200055
200212
  url: string;
200056
200213
  direction: "incoming" | "outgoing" | "system";
200057
200214
  children: {
200058
- 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" | "unsupported";
200215
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
200059
200216
  message: string;
200060
200217
  id: string;
200061
200218
  url: string;
@@ -200548,7 +200705,7 @@ export declare const feedPostContract: {
200548
200705
  previewUrl: string;
200549
200706
  imageSetId: string;
200550
200707
  repliedMessage: {
200551
- 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" | "unsupported";
200708
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
200552
200709
  message: string;
200553
200710
  id: string;
200554
200711
  url: string;
@@ -201245,7 +201402,7 @@ export declare const feedPostContract: {
201245
201402
  previewUrl: string;
201246
201403
  imageSetId: string;
201247
201404
  repliedMessage: {
201248
- 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" | "unsupported";
201405
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
201249
201406
  message: string;
201250
201407
  id: string;
201251
201408
  url: string;
@@ -201566,13 +201723,13 @@ export declare const feedPostContract: {
201566
201723
  template?: any;
201567
201724
  metadata?: any;
201568
201725
  }, {
201569
- 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" | "unsupported";
201726
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
201570
201727
  message: string;
201571
201728
  id: string;
201572
201729
  url: string;
201573
201730
  direction: "incoming" | "outgoing" | "system";
201574
201731
  children: {
201575
- 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" | "unsupported";
201732
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
201576
201733
  message: string;
201577
201734
  id: string;
201578
201735
  url: string;
@@ -202065,7 +202222,7 @@ export declare const feedPostContract: {
202065
202222
  previewUrl: string;
202066
202223
  imageSetId: string;
202067
202224
  repliedMessage: {
202068
- 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" | "unsupported";
202225
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
202069
202226
  message: string;
202070
202227
  id: string;
202071
202228
  url: string;
@@ -202762,7 +202919,7 @@ export declare const feedPostContract: {
202762
202919
  previewUrl: string;
202763
202920
  imageSetId: string;
202764
202921
  repliedMessage: {
202765
- 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" | "unsupported";
202922
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
202766
202923
  message: string;
202767
202924
  id: string;
202768
202925
  url: string;
@@ -203085,13 +203242,13 @@ export declare const feedPostContract: {
203085
203242
  }>;
203086
203243
  }, "strip", import("zod").ZodTypeAny, {
203087
203244
  data: {
203088
- 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" | "unsupported";
203245
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
203089
203246
  message: string;
203090
203247
  id: string;
203091
203248
  url: string;
203092
203249
  direction: "incoming" | "outgoing" | "system";
203093
203250
  children: {
203094
- 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" | "unsupported";
203251
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
203095
203252
  message: string;
203096
203253
  id: string;
203097
203254
  url: string;
@@ -203584,7 +203741,7 @@ export declare const feedPostContract: {
203584
203741
  previewUrl: string;
203585
203742
  imageSetId: string;
203586
203743
  repliedMessage: {
203587
- 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" | "unsupported";
203744
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
203588
203745
  message: string;
203589
203746
  id: string;
203590
203747
  url: string;
@@ -204281,7 +204438,7 @@ export declare const feedPostContract: {
204281
204438
  previewUrl: string;
204282
204439
  imageSetId: string;
204283
204440
  repliedMessage: {
204284
- 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" | "unsupported";
204441
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
204285
204442
  message: string;
204286
204443
  id: string;
204287
204444
  url: string;
@@ -204608,13 +204765,13 @@ export declare const feedPostContract: {
204608
204765
  requestId: string;
204609
204766
  }, {
204610
204767
  data: {
204611
- 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" | "unsupported";
204768
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
204612
204769
  message: string;
204613
204770
  id: string;
204614
204771
  url: string;
204615
204772
  direction: "incoming" | "outgoing" | "system";
204616
204773
  children: {
204617
- 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" | "unsupported";
204774
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
204618
204775
  message: string;
204619
204776
  id: string;
204620
204777
  url: string;
@@ -205107,7 +205264,7 @@ export declare const feedPostContract: {
205107
205264
  previewUrl: string;
205108
205265
  imageSetId: string;
205109
205266
  repliedMessage: {
205110
- 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" | "unsupported";
205267
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
205111
205268
  message: string;
205112
205269
  id: string;
205113
205270
  url: string;
@@ -205804,7 +205961,7 @@ export declare const feedPostContract: {
205804
205961
  previewUrl: string;
205805
205962
  imageSetId: string;
205806
205963
  repliedMessage: {
205807
- 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" | "unsupported";
205964
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
205808
205965
  message: string;
205809
205966
  id: string;
205810
205967
  url: string;