@kl1/contracts 1.3.58 → 1.3.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/api-contracts/src/chat/index.d.ts +116 -0
  2. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/chat/schema.d.ts +25 -0
  4. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/validation.d.ts +16 -0
  6. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/contract.d.ts +145 -0
  8. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  9. package/dist/api-contracts/src/facebook-feed/index.d.ts +16 -0
  10. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  11. package/dist/api-contracts/src/instagram/index.d.ts +16 -0
  12. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/line/index.d.ts +16 -0
  14. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/messenger/index.d.ts +16 -0
  16. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/telegram/index.d.ts +16 -0
  18. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/user/index.d.ts.map +1 -1
  20. package/dist/api-contracts/src/viber/index.d.ts +16 -0
  21. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/webchat/index.d.ts +16 -0
  23. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/whatsapp/index.d.ts +16 -0
  25. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/workflow-rule/index.d.ts +17 -0
  27. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  28. package/dist/index.js +13 -0
  29. package/dist/index.js.map +1 -1
  30. package/dist/index.mjs +13 -0
  31. package/dist/index.mjs.map +1 -1
  32. package/package.json +1 -1
@@ -91437,6 +91437,7 @@ export declare const platformContract: {
91437
91437
  firstResponseTime: import("zod").ZodNumber;
91438
91438
  isLatest: import("zod").ZodBoolean;
91439
91439
  isBotRoom: import("zod").ZodBoolean;
91440
+ metadata: import("zod").ZodAny;
91440
91441
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
91441
91442
  platformContact: import("zod").ZodObject<{
91442
91443
  id: import("zod").ZodString;
@@ -94475,6 +94476,7 @@ export declare const platformContract: {
94475
94476
  resumeLabel: {
94476
94477
  name: string;
94477
94478
  };
94479
+ metadata?: any;
94478
94480
  automationQueueId?: string | null | undefined;
94479
94481
  }, {
94480
94482
  id: string;
@@ -94911,6 +94913,7 @@ export declare const platformContract: {
94911
94913
  resumeLabel: {
94912
94914
  name: string;
94913
94915
  };
94916
+ metadata?: any;
94914
94917
  automationQueueId?: string | null | undefined;
94915
94918
  }>;
94916
94919
  platformMessageId: import("zod").ZodString;
@@ -96171,6 +96174,7 @@ export declare const platformContract: {
96171
96174
  firstResponseTime: import("zod").ZodNumber;
96172
96175
  isLatest: import("zod").ZodBoolean;
96173
96176
  isBotRoom: import("zod").ZodBoolean;
96177
+ metadata: import("zod").ZodAny;
96174
96178
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
96175
96179
  platformContact: import("zod").ZodObject<{
96176
96180
  id: import("zod").ZodString;
@@ -99209,6 +99213,7 @@ export declare const platformContract: {
99209
99213
  resumeLabel: {
99210
99214
  name: string;
99211
99215
  };
99216
+ metadata?: any;
99212
99217
  automationQueueId?: string | null | undefined;
99213
99218
  }, {
99214
99219
  id: string;
@@ -99645,6 +99650,7 @@ export declare const platformContract: {
99645
99650
  resumeLabel: {
99646
99651
  name: string;
99647
99652
  };
99653
+ metadata?: any;
99648
99654
  automationQueueId?: string | null | undefined;
99649
99655
  }>;
99650
99656
  upload: import("zod").ZodObject<{
@@ -101854,6 +101860,7 @@ export declare const platformContract: {
101854
101860
  resumeLabel: {
101855
101861
  name: string;
101856
101862
  };
101863
+ metadata?: any;
101857
101864
  automationQueueId?: string | null | undefined;
101858
101865
  };
101859
101866
  platformMessageId: string;
@@ -102627,6 +102634,7 @@ export declare const platformContract: {
102627
102634
  resumeLabel: {
102628
102635
  name: string;
102629
102636
  };
102637
+ metadata?: any;
102630
102638
  automationQueueId?: string | null | undefined;
102631
102639
  };
102632
102640
  platformMessageId: string;
@@ -103401,6 +103409,7 @@ export declare const platformContract: {
103401
103409
  resumeLabel: {
103402
103410
  name: string;
103403
103411
  };
103412
+ metadata?: any;
103404
103413
  automationQueueId?: string | null | undefined;
103405
103414
  };
103406
103415
  platformMessageId: string;
@@ -104174,6 +104183,7 @@ export declare const platformContract: {
104174
104183
  resumeLabel: {
104175
104184
  name: string;
104176
104185
  };
104186
+ metadata?: any;
104177
104187
  automationQueueId?: string | null | undefined;
104178
104188
  };
104179
104189
  platformMessageId: string;
@@ -104948,6 +104958,7 @@ export declare const platformContract: {
104948
104958
  resumeLabel: {
104949
104959
  name: string;
104950
104960
  };
104961
+ metadata?: any;
104951
104962
  automationQueueId?: string | null | undefined;
104952
104963
  };
104953
104964
  platformMessageId: string;
@@ -105721,6 +105732,7 @@ export declare const platformContract: {
105721
105732
  resumeLabel: {
105722
105733
  name: string;
105723
105734
  };
105735
+ metadata?: any;
105724
105736
  automationQueueId?: string | null | undefined;
105725
105737
  };
105726
105738
  platformMessageId: string;
@@ -106497,6 +106509,7 @@ export declare const platformContract: {
106497
106509
  resumeLabel: {
106498
106510
  name: string;
106499
106511
  };
106512
+ metadata?: any;
106500
106513
  automationQueueId?: string | null | undefined;
106501
106514
  };
106502
106515
  platformMessageId: string;
@@ -107270,6 +107283,7 @@ export declare const platformContract: {
107270
107283
  resumeLabel: {
107271
107284
  name: string;
107272
107285
  };
107286
+ metadata?: any;
107273
107287
  automationQueueId?: string | null | undefined;
107274
107288
  };
107275
107289
  platformMessageId: string;
@@ -108047,6 +108061,7 @@ export declare const platformContract: {
108047
108061
  resumeLabel: {
108048
108062
  name: string;
108049
108063
  };
108064
+ metadata?: any;
108050
108065
  automationQueueId?: string | null | undefined;
108051
108066
  };
108052
108067
  platformMessageId: string;
@@ -108820,6 +108835,7 @@ export declare const platformContract: {
108820
108835
  resumeLabel: {
108821
108836
  name: string;
108822
108837
  };
108838
+ metadata?: any;
108823
108839
  automationQueueId?: string | null | undefined;
108824
108840
  };
108825
108841
  platformMessageId: string;
@@ -113167,6 +113183,7 @@ export declare const platformLineContract: {
113167
113183
  firstResponseTime: import("zod").ZodNumber;
113168
113184
  isLatest: import("zod").ZodBoolean;
113169
113185
  isBotRoom: import("zod").ZodBoolean;
113186
+ metadata: import("zod").ZodAny;
113170
113187
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
113171
113188
  platformContact: import("zod").ZodObject<{
113172
113189
  id: import("zod").ZodString;
@@ -116205,6 +116222,7 @@ export declare const platformLineContract: {
116205
116222
  resumeLabel: {
116206
116223
  name: string;
116207
116224
  };
116225
+ metadata?: any;
116208
116226
  automationQueueId?: string | null | undefined;
116209
116227
  }, {
116210
116228
  id: string;
@@ -116641,6 +116659,7 @@ export declare const platformLineContract: {
116641
116659
  resumeLabel: {
116642
116660
  name: string;
116643
116661
  };
116662
+ metadata?: any;
116644
116663
  automationQueueId?: string | null | undefined;
116645
116664
  }>;
116646
116665
  platformMessageId: import("zod").ZodString;
@@ -117901,6 +117920,7 @@ export declare const platformLineContract: {
117901
117920
  firstResponseTime: import("zod").ZodNumber;
117902
117921
  isLatest: import("zod").ZodBoolean;
117903
117922
  isBotRoom: import("zod").ZodBoolean;
117923
+ metadata: import("zod").ZodAny;
117904
117924
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
117905
117925
  platformContact: import("zod").ZodObject<{
117906
117926
  id: import("zod").ZodString;
@@ -120939,6 +120959,7 @@ export declare const platformLineContract: {
120939
120959
  resumeLabel: {
120940
120960
  name: string;
120941
120961
  };
120962
+ metadata?: any;
120942
120963
  automationQueueId?: string | null | undefined;
120943
120964
  }, {
120944
120965
  id: string;
@@ -121375,6 +121396,7 @@ export declare const platformLineContract: {
121375
121396
  resumeLabel: {
121376
121397
  name: string;
121377
121398
  };
121399
+ metadata?: any;
121378
121400
  automationQueueId?: string | null | undefined;
121379
121401
  }>;
121380
121402
  upload: import("zod").ZodObject<{
@@ -123584,6 +123606,7 @@ export declare const platformLineContract: {
123584
123606
  resumeLabel: {
123585
123607
  name: string;
123586
123608
  };
123609
+ metadata?: any;
123587
123610
  automationQueueId?: string | null | undefined;
123588
123611
  };
123589
123612
  platformMessageId: string;
@@ -124357,6 +124380,7 @@ export declare const platformLineContract: {
124357
124380
  resumeLabel: {
124358
124381
  name: string;
124359
124382
  };
124383
+ metadata?: any;
124360
124384
  automationQueueId?: string | null | undefined;
124361
124385
  };
124362
124386
  platformMessageId: string;
@@ -125131,6 +125155,7 @@ export declare const platformLineContract: {
125131
125155
  resumeLabel: {
125132
125156
  name: string;
125133
125157
  };
125158
+ metadata?: any;
125134
125159
  automationQueueId?: string | null | undefined;
125135
125160
  };
125136
125161
  platformMessageId: string;
@@ -125904,6 +125929,7 @@ export declare const platformLineContract: {
125904
125929
  resumeLabel: {
125905
125930
  name: string;
125906
125931
  };
125932
+ metadata?: any;
125907
125933
  automationQueueId?: string | null | undefined;
125908
125934
  };
125909
125935
  platformMessageId: string;
@@ -126678,6 +126704,7 @@ export declare const platformLineContract: {
126678
126704
  resumeLabel: {
126679
126705
  name: string;
126680
126706
  };
126707
+ metadata?: any;
126681
126708
  automationQueueId?: string | null | undefined;
126682
126709
  };
126683
126710
  platformMessageId: string;
@@ -127451,6 +127478,7 @@ export declare const platformLineContract: {
127451
127478
  resumeLabel: {
127452
127479
  name: string;
127453
127480
  };
127481
+ metadata?: any;
127454
127482
  automationQueueId?: string | null | undefined;
127455
127483
  };
127456
127484
  platformMessageId: string;
@@ -128227,6 +128255,7 @@ export declare const platformLineContract: {
128227
128255
  resumeLabel: {
128228
128256
  name: string;
128229
128257
  };
128258
+ metadata?: any;
128230
128259
  automationQueueId?: string | null | undefined;
128231
128260
  };
128232
128261
  platformMessageId: string;
@@ -129000,6 +129029,7 @@ export declare const platformLineContract: {
129000
129029
  resumeLabel: {
129001
129030
  name: string;
129002
129031
  };
129032
+ metadata?: any;
129003
129033
  automationQueueId?: string | null | undefined;
129004
129034
  };
129005
129035
  platformMessageId: string;
@@ -129777,6 +129807,7 @@ export declare const platformLineContract: {
129777
129807
  resumeLabel: {
129778
129808
  name: string;
129779
129809
  };
129810
+ metadata?: any;
129780
129811
  automationQueueId?: string | null | undefined;
129781
129812
  };
129782
129813
  platformMessageId: string;
@@ -130550,6 +130581,7 @@ export declare const platformLineContract: {
130550
130581
  resumeLabel: {
130551
130582
  name: string;
130552
130583
  };
130584
+ metadata?: any;
130553
130585
  automationQueueId?: string | null | undefined;
130554
130586
  };
130555
130587
  platformMessageId: string;
@@ -135130,6 +135162,7 @@ export declare const platformTelegramContract: {
135130
135162
  firstResponseTime: import("zod").ZodNumber;
135131
135163
  isLatest: import("zod").ZodBoolean;
135132
135164
  isBotRoom: import("zod").ZodBoolean;
135165
+ metadata: import("zod").ZodAny;
135133
135166
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
135134
135167
  platformContact: import("zod").ZodObject<{
135135
135168
  id: import("zod").ZodString;
@@ -138168,6 +138201,7 @@ export declare const platformTelegramContract: {
138168
138201
  resumeLabel: {
138169
138202
  name: string;
138170
138203
  };
138204
+ metadata?: any;
138171
138205
  automationQueueId?: string | null | undefined;
138172
138206
  }, {
138173
138207
  id: string;
@@ -138604,6 +138638,7 @@ export declare const platformTelegramContract: {
138604
138638
  resumeLabel: {
138605
138639
  name: string;
138606
138640
  };
138641
+ metadata?: any;
138607
138642
  automationQueueId?: string | null | undefined;
138608
138643
  }>;
138609
138644
  platformMessageId: import("zod").ZodString;
@@ -139864,6 +139899,7 @@ export declare const platformTelegramContract: {
139864
139899
  firstResponseTime: import("zod").ZodNumber;
139865
139900
  isLatest: import("zod").ZodBoolean;
139866
139901
  isBotRoom: import("zod").ZodBoolean;
139902
+ metadata: import("zod").ZodAny;
139867
139903
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
139868
139904
  platformContact: import("zod").ZodObject<{
139869
139905
  id: import("zod").ZodString;
@@ -142902,6 +142938,7 @@ export declare const platformTelegramContract: {
142902
142938
  resumeLabel: {
142903
142939
  name: string;
142904
142940
  };
142941
+ metadata?: any;
142905
142942
  automationQueueId?: string | null | undefined;
142906
142943
  }, {
142907
142944
  id: string;
@@ -143338,6 +143375,7 @@ export declare const platformTelegramContract: {
143338
143375
  resumeLabel: {
143339
143376
  name: string;
143340
143377
  };
143378
+ metadata?: any;
143341
143379
  automationQueueId?: string | null | undefined;
143342
143380
  }>;
143343
143381
  upload: import("zod").ZodObject<{
@@ -145547,6 +145585,7 @@ export declare const platformTelegramContract: {
145547
145585
  resumeLabel: {
145548
145586
  name: string;
145549
145587
  };
145588
+ metadata?: any;
145550
145589
  automationQueueId?: string | null | undefined;
145551
145590
  };
145552
145591
  platformMessageId: string;
@@ -146320,6 +146359,7 @@ export declare const platformTelegramContract: {
146320
146359
  resumeLabel: {
146321
146360
  name: string;
146322
146361
  };
146362
+ metadata?: any;
146323
146363
  automationQueueId?: string | null | undefined;
146324
146364
  };
146325
146365
  platformMessageId: string;
@@ -147094,6 +147134,7 @@ export declare const platformTelegramContract: {
147094
147134
  resumeLabel: {
147095
147135
  name: string;
147096
147136
  };
147137
+ metadata?: any;
147097
147138
  automationQueueId?: string | null | undefined;
147098
147139
  };
147099
147140
  platformMessageId: string;
@@ -147867,6 +147908,7 @@ export declare const platformTelegramContract: {
147867
147908
  resumeLabel: {
147868
147909
  name: string;
147869
147910
  };
147911
+ metadata?: any;
147870
147912
  automationQueueId?: string | null | undefined;
147871
147913
  };
147872
147914
  platformMessageId: string;
@@ -148641,6 +148683,7 @@ export declare const platformTelegramContract: {
148641
148683
  resumeLabel: {
148642
148684
  name: string;
148643
148685
  };
148686
+ metadata?: any;
148644
148687
  automationQueueId?: string | null | undefined;
148645
148688
  };
148646
148689
  platformMessageId: string;
@@ -149414,6 +149457,7 @@ export declare const platformTelegramContract: {
149414
149457
  resumeLabel: {
149415
149458
  name: string;
149416
149459
  };
149460
+ metadata?: any;
149417
149461
  automationQueueId?: string | null | undefined;
149418
149462
  };
149419
149463
  platformMessageId: string;
@@ -150190,6 +150234,7 @@ export declare const platformTelegramContract: {
150190
150234
  resumeLabel: {
150191
150235
  name: string;
150192
150236
  };
150237
+ metadata?: any;
150193
150238
  automationQueueId?: string | null | undefined;
150194
150239
  };
150195
150240
  platformMessageId: string;
@@ -150963,6 +151008,7 @@ export declare const platformTelegramContract: {
150963
151008
  resumeLabel: {
150964
151009
  name: string;
150965
151010
  };
151011
+ metadata?: any;
150966
151012
  automationQueueId?: string | null | undefined;
150967
151013
  };
150968
151014
  platformMessageId: string;
@@ -151740,6 +151786,7 @@ export declare const platformTelegramContract: {
151740
151786
  resumeLabel: {
151741
151787
  name: string;
151742
151788
  };
151789
+ metadata?: any;
151743
151790
  automationQueueId?: string | null | undefined;
151744
151791
  };
151745
151792
  platformMessageId: string;
@@ -152513,6 +152560,7 @@ export declare const platformTelegramContract: {
152513
152560
  resumeLabel: {
152514
152561
  name: string;
152515
152562
  };
152563
+ metadata?: any;
152516
152564
  automationQueueId?: string | null | undefined;
152517
152565
  };
152518
152566
  platformMessageId: string;
@@ -155090,6 +155138,7 @@ export declare const platformMessengerContract: {
155090
155138
  firstResponseTime: import("zod").ZodNumber;
155091
155139
  isLatest: import("zod").ZodBoolean;
155092
155140
  isBotRoom: import("zod").ZodBoolean;
155141
+ metadata: import("zod").ZodAny;
155093
155142
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
155094
155143
  platformContact: import("zod").ZodObject<{
155095
155144
  id: import("zod").ZodString;
@@ -158128,6 +158177,7 @@ export declare const platformMessengerContract: {
158128
158177
  resumeLabel: {
158129
158178
  name: string;
158130
158179
  };
158180
+ metadata?: any;
158131
158181
  automationQueueId?: string | null | undefined;
158132
158182
  }, {
158133
158183
  id: string;
@@ -158564,6 +158614,7 @@ export declare const platformMessengerContract: {
158564
158614
  resumeLabel: {
158565
158615
  name: string;
158566
158616
  };
158617
+ metadata?: any;
158567
158618
  automationQueueId?: string | null | undefined;
158568
158619
  }>;
158569
158620
  platformMessageId: import("zod").ZodString;
@@ -159824,6 +159875,7 @@ export declare const platformMessengerContract: {
159824
159875
  firstResponseTime: import("zod").ZodNumber;
159825
159876
  isLatest: import("zod").ZodBoolean;
159826
159877
  isBotRoom: import("zod").ZodBoolean;
159878
+ metadata: import("zod").ZodAny;
159827
159879
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
159828
159880
  platformContact: import("zod").ZodObject<{
159829
159881
  id: import("zod").ZodString;
@@ -162862,6 +162914,7 @@ export declare const platformMessengerContract: {
162862
162914
  resumeLabel: {
162863
162915
  name: string;
162864
162916
  };
162917
+ metadata?: any;
162865
162918
  automationQueueId?: string | null | undefined;
162866
162919
  }, {
162867
162920
  id: string;
@@ -163298,6 +163351,7 @@ export declare const platformMessengerContract: {
163298
163351
  resumeLabel: {
163299
163352
  name: string;
163300
163353
  };
163354
+ metadata?: any;
163301
163355
  automationQueueId?: string | null | undefined;
163302
163356
  }>;
163303
163357
  upload: import("zod").ZodObject<{
@@ -165507,6 +165561,7 @@ export declare const platformMessengerContract: {
165507
165561
  resumeLabel: {
165508
165562
  name: string;
165509
165563
  };
165564
+ metadata?: any;
165510
165565
  automationQueueId?: string | null | undefined;
165511
165566
  };
165512
165567
  platformMessageId: string;
@@ -166280,6 +166335,7 @@ export declare const platformMessengerContract: {
166280
166335
  resumeLabel: {
166281
166336
  name: string;
166282
166337
  };
166338
+ metadata?: any;
166283
166339
  automationQueueId?: string | null | undefined;
166284
166340
  };
166285
166341
  platformMessageId: string;
@@ -167054,6 +167110,7 @@ export declare const platformMessengerContract: {
167054
167110
  resumeLabel: {
167055
167111
  name: string;
167056
167112
  };
167113
+ metadata?: any;
167057
167114
  automationQueueId?: string | null | undefined;
167058
167115
  };
167059
167116
  platformMessageId: string;
@@ -167827,6 +167884,7 @@ export declare const platformMessengerContract: {
167827
167884
  resumeLabel: {
167828
167885
  name: string;
167829
167886
  };
167887
+ metadata?: any;
167830
167888
  automationQueueId?: string | null | undefined;
167831
167889
  };
167832
167890
  platformMessageId: string;
@@ -168601,6 +168659,7 @@ export declare const platformMessengerContract: {
168601
168659
  resumeLabel: {
168602
168660
  name: string;
168603
168661
  };
168662
+ metadata?: any;
168604
168663
  automationQueueId?: string | null | undefined;
168605
168664
  };
168606
168665
  platformMessageId: string;
@@ -169374,6 +169433,7 @@ export declare const platformMessengerContract: {
169374
169433
  resumeLabel: {
169375
169434
  name: string;
169376
169435
  };
169436
+ metadata?: any;
169377
169437
  automationQueueId?: string | null | undefined;
169378
169438
  };
169379
169439
  platformMessageId: string;
@@ -170150,6 +170210,7 @@ export declare const platformMessengerContract: {
170150
170210
  resumeLabel: {
170151
170211
  name: string;
170152
170212
  };
170213
+ metadata?: any;
170153
170214
  automationQueueId?: string | null | undefined;
170154
170215
  };
170155
170216
  platformMessageId: string;
@@ -170923,6 +170984,7 @@ export declare const platformMessengerContract: {
170923
170984
  resumeLabel: {
170924
170985
  name: string;
170925
170986
  };
170987
+ metadata?: any;
170926
170988
  automationQueueId?: string | null | undefined;
170927
170989
  };
170928
170990
  platformMessageId: string;
@@ -171700,6 +171762,7 @@ export declare const platformMessengerContract: {
171700
171762
  resumeLabel: {
171701
171763
  name: string;
171702
171764
  };
171765
+ metadata?: any;
171703
171766
  automationQueueId?: string | null | undefined;
171704
171767
  };
171705
171768
  platformMessageId: string;
@@ -172473,6 +172536,7 @@ export declare const platformMessengerContract: {
172473
172536
  resumeLabel: {
172474
172537
  name: string;
172475
172538
  };
172539
+ metadata?: any;
172476
172540
  automationQueueId?: string | null | undefined;
172477
172541
  };
172478
172542
  platformMessageId: string;
@@ -177408,6 +177472,7 @@ export declare const platformInstagramContract: {
177408
177472
  firstResponseTime: import("zod").ZodNumber;
177409
177473
  isLatest: import("zod").ZodBoolean;
177410
177474
  isBotRoom: import("zod").ZodBoolean;
177475
+ metadata: import("zod").ZodAny;
177411
177476
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
177412
177477
  platformContact: import("zod").ZodObject<{
177413
177478
  id: import("zod").ZodString;
@@ -180446,6 +180511,7 @@ export declare const platformInstagramContract: {
180446
180511
  resumeLabel: {
180447
180512
  name: string;
180448
180513
  };
180514
+ metadata?: any;
180449
180515
  automationQueueId?: string | null | undefined;
180450
180516
  }, {
180451
180517
  id: string;
@@ -180882,6 +180948,7 @@ export declare const platformInstagramContract: {
180882
180948
  resumeLabel: {
180883
180949
  name: string;
180884
180950
  };
180951
+ metadata?: any;
180885
180952
  automationQueueId?: string | null | undefined;
180886
180953
  }>;
180887
180954
  platformMessageId: import("zod").ZodString;
@@ -182142,6 +182209,7 @@ export declare const platformInstagramContract: {
182142
182209
  firstResponseTime: import("zod").ZodNumber;
182143
182210
  isLatest: import("zod").ZodBoolean;
182144
182211
  isBotRoom: import("zod").ZodBoolean;
182212
+ metadata: import("zod").ZodAny;
182145
182213
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
182146
182214
  platformContact: import("zod").ZodObject<{
182147
182215
  id: import("zod").ZodString;
@@ -185180,6 +185248,7 @@ export declare const platformInstagramContract: {
185180
185248
  resumeLabel: {
185181
185249
  name: string;
185182
185250
  };
185251
+ metadata?: any;
185183
185252
  automationQueueId?: string | null | undefined;
185184
185253
  }, {
185185
185254
  id: string;
@@ -185616,6 +185685,7 @@ export declare const platformInstagramContract: {
185616
185685
  resumeLabel: {
185617
185686
  name: string;
185618
185687
  };
185688
+ metadata?: any;
185619
185689
  automationQueueId?: string | null | undefined;
185620
185690
  }>;
185621
185691
  upload: import("zod").ZodObject<{
@@ -187825,6 +187895,7 @@ export declare const platformInstagramContract: {
187825
187895
  resumeLabel: {
187826
187896
  name: string;
187827
187897
  };
187898
+ metadata?: any;
187828
187899
  automationQueueId?: string | null | undefined;
187829
187900
  };
187830
187901
  platformMessageId: string;
@@ -188598,6 +188669,7 @@ export declare const platformInstagramContract: {
188598
188669
  resumeLabel: {
188599
188670
  name: string;
188600
188671
  };
188672
+ metadata?: any;
188601
188673
  automationQueueId?: string | null | undefined;
188602
188674
  };
188603
188675
  platformMessageId: string;
@@ -189372,6 +189444,7 @@ export declare const platformInstagramContract: {
189372
189444
  resumeLabel: {
189373
189445
  name: string;
189374
189446
  };
189447
+ metadata?: any;
189375
189448
  automationQueueId?: string | null | undefined;
189376
189449
  };
189377
189450
  platformMessageId: string;
@@ -190145,6 +190218,7 @@ export declare const platformInstagramContract: {
190145
190218
  resumeLabel: {
190146
190219
  name: string;
190147
190220
  };
190221
+ metadata?: any;
190148
190222
  automationQueueId?: string | null | undefined;
190149
190223
  };
190150
190224
  platformMessageId: string;
@@ -190919,6 +190993,7 @@ export declare const platformInstagramContract: {
190919
190993
  resumeLabel: {
190920
190994
  name: string;
190921
190995
  };
190996
+ metadata?: any;
190922
190997
  automationQueueId?: string | null | undefined;
190923
190998
  };
190924
190999
  platformMessageId: string;
@@ -191692,6 +191767,7 @@ export declare const platformInstagramContract: {
191692
191767
  resumeLabel: {
191693
191768
  name: string;
191694
191769
  };
191770
+ metadata?: any;
191695
191771
  automationQueueId?: string | null | undefined;
191696
191772
  };
191697
191773
  platformMessageId: string;
@@ -192468,6 +192544,7 @@ export declare const platformInstagramContract: {
192468
192544
  resumeLabel: {
192469
192545
  name: string;
192470
192546
  };
192547
+ metadata?: any;
192471
192548
  automationQueueId?: string | null | undefined;
192472
192549
  };
192473
192550
  platformMessageId: string;
@@ -193241,6 +193318,7 @@ export declare const platformInstagramContract: {
193241
193318
  resumeLabel: {
193242
193319
  name: string;
193243
193320
  };
193321
+ metadata?: any;
193244
193322
  automationQueueId?: string | null | undefined;
193245
193323
  };
193246
193324
  platformMessageId: string;
@@ -194018,6 +194096,7 @@ export declare const platformInstagramContract: {
194018
194096
  resumeLabel: {
194019
194097
  name: string;
194020
194098
  };
194099
+ metadata?: any;
194021
194100
  automationQueueId?: string | null | undefined;
194022
194101
  };
194023
194102
  platformMessageId: string;
@@ -194791,6 +194870,7 @@ export declare const platformInstagramContract: {
194791
194870
  resumeLabel: {
194792
194871
  name: string;
194793
194872
  };
194873
+ metadata?: any;
194794
194874
  automationQueueId?: string | null | undefined;
194795
194875
  };
194796
194876
  platformMessageId: string;
@@ -204408,6 +204488,7 @@ export declare const platformWhatsappContract: {
204408
204488
  firstResponseTime: import("zod").ZodNumber;
204409
204489
  isLatest: import("zod").ZodBoolean;
204410
204490
  isBotRoom: import("zod").ZodBoolean;
204491
+ metadata: import("zod").ZodAny;
204411
204492
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
204412
204493
  platformContact: import("zod").ZodObject<{
204413
204494
  id: import("zod").ZodString;
@@ -207446,6 +207527,7 @@ export declare const platformWhatsappContract: {
207446
207527
  resumeLabel: {
207447
207528
  name: string;
207448
207529
  };
207530
+ metadata?: any;
207449
207531
  automationQueueId?: string | null | undefined;
207450
207532
  }, {
207451
207533
  id: string;
@@ -207882,6 +207964,7 @@ export declare const platformWhatsappContract: {
207882
207964
  resumeLabel: {
207883
207965
  name: string;
207884
207966
  };
207967
+ metadata?: any;
207885
207968
  automationQueueId?: string | null | undefined;
207886
207969
  }>;
207887
207970
  platformMessageId: import("zod").ZodString;
@@ -209142,6 +209225,7 @@ export declare const platformWhatsappContract: {
209142
209225
  firstResponseTime: import("zod").ZodNumber;
209143
209226
  isLatest: import("zod").ZodBoolean;
209144
209227
  isBotRoom: import("zod").ZodBoolean;
209228
+ metadata: import("zod").ZodAny;
209145
209229
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
209146
209230
  platformContact: import("zod").ZodObject<{
209147
209231
  id: import("zod").ZodString;
@@ -212180,6 +212264,7 @@ export declare const platformWhatsappContract: {
212180
212264
  resumeLabel: {
212181
212265
  name: string;
212182
212266
  };
212267
+ metadata?: any;
212183
212268
  automationQueueId?: string | null | undefined;
212184
212269
  }, {
212185
212270
  id: string;
@@ -212616,6 +212701,7 @@ export declare const platformWhatsappContract: {
212616
212701
  resumeLabel: {
212617
212702
  name: string;
212618
212703
  };
212704
+ metadata?: any;
212619
212705
  automationQueueId?: string | null | undefined;
212620
212706
  }>;
212621
212707
  upload: import("zod").ZodObject<{
@@ -214825,6 +214911,7 @@ export declare const platformWhatsappContract: {
214825
214911
  resumeLabel: {
214826
214912
  name: string;
214827
214913
  };
214914
+ metadata?: any;
214828
214915
  automationQueueId?: string | null | undefined;
214829
214916
  };
214830
214917
  platformMessageId: string;
@@ -215598,6 +215685,7 @@ export declare const platformWhatsappContract: {
215598
215685
  resumeLabel: {
215599
215686
  name: string;
215600
215687
  };
215688
+ metadata?: any;
215601
215689
  automationQueueId?: string | null | undefined;
215602
215690
  };
215603
215691
  platformMessageId: string;
@@ -216372,6 +216460,7 @@ export declare const platformWhatsappContract: {
216372
216460
  resumeLabel: {
216373
216461
  name: string;
216374
216462
  };
216463
+ metadata?: any;
216375
216464
  automationQueueId?: string | null | undefined;
216376
216465
  };
216377
216466
  platformMessageId: string;
@@ -217145,6 +217234,7 @@ export declare const platformWhatsappContract: {
217145
217234
  resumeLabel: {
217146
217235
  name: string;
217147
217236
  };
217237
+ metadata?: any;
217148
217238
  automationQueueId?: string | null | undefined;
217149
217239
  };
217150
217240
  platformMessageId: string;
@@ -217919,6 +218009,7 @@ export declare const platformWhatsappContract: {
217919
218009
  resumeLabel: {
217920
218010
  name: string;
217921
218011
  };
218012
+ metadata?: any;
217922
218013
  automationQueueId?: string | null | undefined;
217923
218014
  };
217924
218015
  platformMessageId: string;
@@ -218692,6 +218783,7 @@ export declare const platformWhatsappContract: {
218692
218783
  resumeLabel: {
218693
218784
  name: string;
218694
218785
  };
218786
+ metadata?: any;
218695
218787
  automationQueueId?: string | null | undefined;
218696
218788
  };
218697
218789
  platformMessageId: string;
@@ -219468,6 +219560,7 @@ export declare const platformWhatsappContract: {
219468
219560
  resumeLabel: {
219469
219561
  name: string;
219470
219562
  };
219563
+ metadata?: any;
219471
219564
  automationQueueId?: string | null | undefined;
219472
219565
  };
219473
219566
  platformMessageId: string;
@@ -220241,6 +220334,7 @@ export declare const platformWhatsappContract: {
220241
220334
  resumeLabel: {
220242
220335
  name: string;
220243
220336
  };
220337
+ metadata?: any;
220244
220338
  automationQueueId?: string | null | undefined;
220245
220339
  };
220246
220340
  platformMessageId: string;
@@ -221018,6 +221112,7 @@ export declare const platformWhatsappContract: {
221018
221112
  resumeLabel: {
221019
221113
  name: string;
221020
221114
  };
221115
+ metadata?: any;
221021
221116
  automationQueueId?: string | null | undefined;
221022
221117
  };
221023
221118
  platformMessageId: string;
@@ -221791,6 +221886,7 @@ export declare const platformWhatsappContract: {
221791
221886
  resumeLabel: {
221792
221887
  name: string;
221793
221888
  };
221889
+ metadata?: any;
221794
221890
  automationQueueId?: string | null | undefined;
221795
221891
  };
221796
221892
  platformMessageId: string;
@@ -231003,6 +231099,7 @@ export declare const facebookFeedContract: {
231003
231099
  firstResponseTime: import("zod").ZodNumber;
231004
231100
  isLatest: import("zod").ZodBoolean;
231005
231101
  isBotRoom: import("zod").ZodBoolean;
231102
+ metadata: import("zod").ZodAny;
231006
231103
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
231007
231104
  platformContact: import("zod").ZodObject<{
231008
231105
  id: import("zod").ZodString;
@@ -234041,6 +234138,7 @@ export declare const facebookFeedContract: {
234041
234138
  resumeLabel: {
234042
234139
  name: string;
234043
234140
  };
234141
+ metadata?: any;
234044
234142
  automationQueueId?: string | null | undefined;
234045
234143
  }, {
234046
234144
  id: string;
@@ -234477,6 +234575,7 @@ export declare const facebookFeedContract: {
234477
234575
  resumeLabel: {
234478
234576
  name: string;
234479
234577
  };
234578
+ metadata?: any;
234480
234579
  automationQueueId?: string | null | undefined;
234481
234580
  }>;
234482
234581
  platformMessageId: import("zod").ZodString;
@@ -235737,6 +235836,7 @@ export declare const facebookFeedContract: {
235737
235836
  firstResponseTime: import("zod").ZodNumber;
235738
235837
  isLatest: import("zod").ZodBoolean;
235739
235838
  isBotRoom: import("zod").ZodBoolean;
235839
+ metadata: import("zod").ZodAny;
235740
235840
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
235741
235841
  platformContact: import("zod").ZodObject<{
235742
235842
  id: import("zod").ZodString;
@@ -238775,6 +238875,7 @@ export declare const facebookFeedContract: {
238775
238875
  resumeLabel: {
238776
238876
  name: string;
238777
238877
  };
238878
+ metadata?: any;
238778
238879
  automationQueueId?: string | null | undefined;
238779
238880
  }, {
238780
238881
  id: string;
@@ -239211,6 +239312,7 @@ export declare const facebookFeedContract: {
239211
239312
  resumeLabel: {
239212
239313
  name: string;
239213
239314
  };
239315
+ metadata?: any;
239214
239316
  automationQueueId?: string | null | undefined;
239215
239317
  }>;
239216
239318
  upload: import("zod").ZodObject<{
@@ -241420,6 +241522,7 @@ export declare const facebookFeedContract: {
241420
241522
  resumeLabel: {
241421
241523
  name: string;
241422
241524
  };
241525
+ metadata?: any;
241423
241526
  automationQueueId?: string | null | undefined;
241424
241527
  };
241425
241528
  platformMessageId: string;
@@ -242193,6 +242296,7 @@ export declare const facebookFeedContract: {
242193
242296
  resumeLabel: {
242194
242297
  name: string;
242195
242298
  };
242299
+ metadata?: any;
242196
242300
  automationQueueId?: string | null | undefined;
242197
242301
  };
242198
242302
  platformMessageId: string;
@@ -242967,6 +243071,7 @@ export declare const facebookFeedContract: {
242967
243071
  resumeLabel: {
242968
243072
  name: string;
242969
243073
  };
243074
+ metadata?: any;
242970
243075
  automationQueueId?: string | null | undefined;
242971
243076
  };
242972
243077
  platformMessageId: string;
@@ -243740,6 +243845,7 @@ export declare const facebookFeedContract: {
243740
243845
  resumeLabel: {
243741
243846
  name: string;
243742
243847
  };
243848
+ metadata?: any;
243743
243849
  automationQueueId?: string | null | undefined;
243744
243850
  };
243745
243851
  platformMessageId: string;
@@ -244514,6 +244620,7 @@ export declare const facebookFeedContract: {
244514
244620
  resumeLabel: {
244515
244621
  name: string;
244516
244622
  };
244623
+ metadata?: any;
244517
244624
  automationQueueId?: string | null | undefined;
244518
244625
  };
244519
244626
  platformMessageId: string;
@@ -245287,6 +245394,7 @@ export declare const facebookFeedContract: {
245287
245394
  resumeLabel: {
245288
245395
  name: string;
245289
245396
  };
245397
+ metadata?: any;
245290
245398
  automationQueueId?: string | null | undefined;
245291
245399
  };
245292
245400
  platformMessageId: string;
@@ -246063,6 +246171,7 @@ export declare const facebookFeedContract: {
246063
246171
  resumeLabel: {
246064
246172
  name: string;
246065
246173
  };
246174
+ metadata?: any;
246066
246175
  automationQueueId?: string | null | undefined;
246067
246176
  };
246068
246177
  platformMessageId: string;
@@ -246836,6 +246945,7 @@ export declare const facebookFeedContract: {
246836
246945
  resumeLabel: {
246837
246946
  name: string;
246838
246947
  };
246948
+ metadata?: any;
246839
246949
  automationQueueId?: string | null | undefined;
246840
246950
  };
246841
246951
  platformMessageId: string;
@@ -247613,6 +247723,7 @@ export declare const facebookFeedContract: {
247613
247723
  resumeLabel: {
247614
247724
  name: string;
247615
247725
  };
247726
+ metadata?: any;
247616
247727
  automationQueueId?: string | null | undefined;
247617
247728
  };
247618
247729
  platformMessageId: string;
@@ -248386,6 +248497,7 @@ export declare const facebookFeedContract: {
248386
248497
  resumeLabel: {
248387
248498
  name: string;
248388
248499
  };
248500
+ metadata?: any;
248389
248501
  automationQueueId?: string | null | undefined;
248390
248502
  };
248391
248503
  platformMessageId: string;
@@ -253571,6 +253683,7 @@ export declare const feedPostContract: {
253571
253683
  firstResponseTime: import("zod").ZodNumber;
253572
253684
  isLatest: import("zod").ZodBoolean;
253573
253685
  isBotRoom: import("zod").ZodBoolean;
253686
+ metadata: import("zod").ZodAny;
253574
253687
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
253575
253688
  platformContact: import("zod").ZodObject<{
253576
253689
  id: import("zod").ZodString;
@@ -256609,6 +256722,7 @@ export declare const feedPostContract: {
256609
256722
  resumeLabel: {
256610
256723
  name: string;
256611
256724
  };
256725
+ metadata?: any;
256612
256726
  automationQueueId?: string | null | undefined;
256613
256727
  }, {
256614
256728
  id: string;
@@ -257045,6 +257159,7 @@ export declare const feedPostContract: {
257045
257159
  resumeLabel: {
257046
257160
  name: string;
257047
257161
  };
257162
+ metadata?: any;
257048
257163
  automationQueueId?: string | null | undefined;
257049
257164
  }>;
257050
257165
  platformMessageId: import("zod").ZodString;
@@ -259352,6 +259467,7 @@ export declare const feedPostContract: {
259352
259467
  firstResponseTime: import("zod").ZodNumber;
259353
259468
  isLatest: import("zod").ZodBoolean;
259354
259469
  isBotRoom: import("zod").ZodBoolean;
259470
+ metadata: import("zod").ZodAny;
259355
259471
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
259356
259472
  platformContact: import("zod").ZodObject<{
259357
259473
  id: import("zod").ZodString;
@@ -262390,6 +262506,7 @@ export declare const feedPostContract: {
262390
262506
  resumeLabel: {
262391
262507
  name: string;
262392
262508
  };
262509
+ metadata?: any;
262393
262510
  automationQueueId?: string | null | undefined;
262394
262511
  }, {
262395
262512
  id: string;
@@ -262826,6 +262943,7 @@ export declare const feedPostContract: {
262826
262943
  resumeLabel: {
262827
262944
  name: string;
262828
262945
  };
262946
+ metadata?: any;
262829
262947
  automationQueueId?: string | null | undefined;
262830
262948
  }>;
262831
262949
  upload: import("zod").ZodObject<{
@@ -265035,6 +265153,7 @@ export declare const feedPostContract: {
265035
265153
  resumeLabel: {
265036
265154
  name: string;
265037
265155
  };
265156
+ metadata?: any;
265038
265157
  automationQueueId?: string | null | undefined;
265039
265158
  };
265040
265159
  platformMessageId: string;
@@ -265808,6 +265927,7 @@ export declare const feedPostContract: {
265808
265927
  resumeLabel: {
265809
265928
  name: string;
265810
265929
  };
265930
+ metadata?: any;
265811
265931
  automationQueueId?: string | null | undefined;
265812
265932
  };
265813
265933
  platformMessageId: string;
@@ -266588,6 +266708,7 @@ export declare const feedPostContract: {
266588
266708
  resumeLabel: {
266589
266709
  name: string;
266590
266710
  };
266711
+ metadata?: any;
266591
266712
  automationQueueId?: string | null | undefined;
266592
266713
  };
266593
266714
  platformMessageId: string;
@@ -267356,6 +267477,7 @@ export declare const feedPostContract: {
267356
267477
  resumeLabel: {
267357
267478
  name: string;
267358
267479
  };
267480
+ metadata?: any;
267359
267481
  automationQueueId?: string | null | undefined;
267360
267482
  };
267361
267483
  platformMessageId: string;
@@ -268262,6 +268384,7 @@ export declare const feedPostContract: {
268262
268384
  resumeLabel: {
268263
268385
  name: string;
268264
268386
  };
268387
+ metadata?: any;
268265
268388
  automationQueueId?: string | null | undefined;
268266
268389
  };
268267
268390
  platformMessageId: string;
@@ -269030,6 +269153,7 @@ export declare const feedPostContract: {
269030
269153
  resumeLabel: {
269031
269154
  name: string;
269032
269155
  };
269156
+ metadata?: any;
269033
269157
  automationQueueId?: string | null | undefined;
269034
269158
  };
269035
269159
  platformMessageId: string;
@@ -269938,6 +270062,7 @@ export declare const feedPostContract: {
269938
270062
  resumeLabel: {
269939
270063
  name: string;
269940
270064
  };
270065
+ metadata?: any;
269941
270066
  automationQueueId?: string | null | undefined;
269942
270067
  };
269943
270068
  platformMessageId: string;
@@ -270706,6 +270831,7 @@ export declare const feedPostContract: {
270706
270831
  resumeLabel: {
270707
270832
  name: string;
270708
270833
  };
270834
+ metadata?: any;
270709
270835
  automationQueueId?: string | null | undefined;
270710
270836
  };
270711
270837
  platformMessageId: string;
@@ -271618,6 +271744,7 @@ export declare const feedPostContract: {
271618
271744
  resumeLabel: {
271619
271745
  name: string;
271620
271746
  };
271747
+ metadata?: any;
271621
271748
  automationQueueId?: string | null | undefined;
271622
271749
  };
271623
271750
  platformMessageId: string;
@@ -272386,6 +272513,7 @@ export declare const feedPostContract: {
272386
272513
  resumeLabel: {
272387
272514
  name: string;
272388
272515
  };
272516
+ metadata?: any;
272389
272517
  automationQueueId?: string | null | undefined;
272390
272518
  };
272391
272519
  platformMessageId: string;
@@ -291453,6 +291581,7 @@ export declare const workflowContract: {
291453
291581
  firstResponseTime: import("zod").ZodNumber;
291454
291582
  isLatest: import("zod").ZodBoolean;
291455
291583
  isBotRoom: import("zod").ZodBoolean;
291584
+ metadata: import("zod").ZodAny;
291456
291585
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
291457
291586
  platformContact: import("zod").ZodObject<{
291458
291587
  id: import("zod").ZodString;
@@ -294491,6 +294620,7 @@ export declare const workflowContract: {
294491
294620
  resumeLabel: {
294492
294621
  name: string;
294493
294622
  };
294623
+ metadata?: any;
294494
294624
  automationQueueId?: string | null | undefined;
294495
294625
  }, {
294496
294626
  id: string;
@@ -294927,6 +295057,7 @@ export declare const workflowContract: {
294927
295057
  resumeLabel: {
294928
295058
  name: string;
294929
295059
  };
295060
+ metadata?: any;
294930
295061
  automationQueueId?: string | null | undefined;
294931
295062
  }>;
294932
295063
  }, "strip", import("zod").ZodTypeAny, {
@@ -295365,6 +295496,7 @@ export declare const workflowContract: {
295365
295496
  resumeLabel: {
295366
295497
  name: string;
295367
295498
  };
295499
+ metadata?: any;
295368
295500
  automationQueueId?: string | null | undefined;
295369
295501
  };
295370
295502
  requestId: string;
@@ -295804,6 +295936,7 @@ export declare const workflowContract: {
295804
295936
  resumeLabel: {
295805
295937
  name: string;
295806
295938
  };
295939
+ metadata?: any;
295807
295940
  automationQueueId?: string | null | undefined;
295808
295941
  };
295809
295942
  requestId: string;
@@ -295883,6 +296016,7 @@ export declare const workflowContract: {
295883
296016
  firstResponseTime: import("zod").ZodNumber;
295884
296017
  isLatest: import("zod").ZodBoolean;
295885
296018
  isBotRoom: import("zod").ZodBoolean;
296019
+ metadata: import("zod").ZodAny;
295886
296020
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
295887
296021
  platformContact: import("zod").ZodObject<{
295888
296022
  id: import("zod").ZodString;
@@ -298921,6 +299055,7 @@ export declare const workflowContract: {
298921
299055
  resumeLabel: {
298922
299056
  name: string;
298923
299057
  };
299058
+ metadata?: any;
298924
299059
  automationQueueId?: string | null | undefined;
298925
299060
  }, {
298926
299061
  id: string;
@@ -299357,6 +299492,7 @@ export declare const workflowContract: {
299357
299492
  resumeLabel: {
299358
299493
  name: string;
299359
299494
  };
299495
+ metadata?: any;
299360
299496
  automationQueueId?: string | null | undefined;
299361
299497
  }>;
299362
299498
  upload: import("zod").ZodObject<{
@@ -301566,6 +301702,7 @@ export declare const workflowContract: {
301566
301702
  resumeLabel: {
301567
301703
  name: string;
301568
301704
  };
301705
+ metadata?: any;
301569
301706
  automationQueueId?: string | null | undefined;
301570
301707
  };
301571
301708
  platformMessageId: string;
@@ -302339,6 +302476,7 @@ export declare const workflowContract: {
302339
302476
  resumeLabel: {
302340
302477
  name: string;
302341
302478
  };
302479
+ metadata?: any;
302342
302480
  automationQueueId?: string | null | undefined;
302343
302481
  };
302344
302482
  platformMessageId: string;
@@ -303114,6 +303252,7 @@ export declare const workflowContract: {
303114
303252
  resumeLabel: {
303115
303253
  name: string;
303116
303254
  };
303255
+ metadata?: any;
303117
303256
  automationQueueId?: string | null | undefined;
303118
303257
  };
303119
303258
  platformMessageId: string;
@@ -303890,6 +304029,7 @@ export declare const workflowContract: {
303890
304029
  resumeLabel: {
303891
304030
  name: string;
303892
304031
  };
304032
+ metadata?: any;
303893
304033
  automationQueueId?: string | null | undefined;
303894
304034
  };
303895
304035
  platformMessageId: string;
@@ -304744,6 +304884,7 @@ export declare const workflowContract: {
304744
304884
  } | null;
304745
304885
  }>;
304746
304886
  direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
304887
+ metadata: import("zod").ZodAny;
304747
304888
  status: import("zod").ZodNumber;
304748
304889
  createdAt: import("zod").ZodDate;
304749
304890
  updatedAt: import("zod").ZodDate;
@@ -307218,6 +307359,7 @@ export declare const workflowContract: {
307218
307359
  name: string;
307219
307360
  };
307220
307361
  solveMessage: string;
307362
+ metadata?: any;
307221
307363
  automationQueueId?: string | null | undefined;
307222
307364
  }, {
307223
307365
  id: string;
@@ -307655,6 +307797,7 @@ export declare const workflowContract: {
307655
307797
  name: string;
307656
307798
  };
307657
307799
  solveMessage: string;
307800
+ metadata?: any;
307658
307801
  automationQueueId?: string | null | undefined;
307659
307802
  }>;
307660
307803
  }, "strip", import("zod").ZodTypeAny, {
@@ -308094,6 +308237,7 @@ export declare const workflowContract: {
308094
308237
  name: string;
308095
308238
  };
308096
308239
  solveMessage: string;
308240
+ metadata?: any;
308097
308241
  automationQueueId?: string | null | undefined;
308098
308242
  };
308099
308243
  requestId: string;
@@ -308534,6 +308678,7 @@ export declare const workflowContract: {
308534
308678
  name: string;
308535
308679
  };
308536
308680
  solveMessage: string;
308681
+ metadata?: any;
308537
308682
  automationQueueId?: string | null | undefined;
308538
308683
  };
308539
308684
  requestId: string;