@kl1/contracts 1.1.98-uat → 1.1.99-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -84793,6 +84793,7 @@ export declare const platformContract: {
84793
84793
  channelId: string;
84794
84794
  socialPlatformId: string;
84795
84795
  }>;
84796
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
84796
84797
  actor: import("zod").ZodObject<{
84797
84798
  id: import("zod").ZodString;
84798
84799
  createdAt: import("zod").ZodDate;
@@ -86390,6 +86391,7 @@ export declare const platformContract: {
86390
86391
  closedAt: Date;
86391
86392
  lastMessageAt: Date | null;
86392
86393
  isBotRoom: boolean;
86394
+ automationQueueId: string | null;
86393
86395
  cxlog: {
86394
86396
  id: string;
86395
86397
  channel: string | null;
@@ -86777,6 +86779,7 @@ export declare const platformContract: {
86777
86779
  closedAt: Date;
86778
86780
  lastMessageAt: Date | null;
86779
86781
  isBotRoom: boolean;
86782
+ automationQueueId: string | null;
86780
86783
  cxlog: {
86781
86784
  id: string;
86782
86785
  channel: string | null;
@@ -89162,6 +89165,7 @@ export declare const platformContract: {
89162
89165
  channelId: string;
89163
89166
  socialPlatformId: string;
89164
89167
  }>;
89168
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
89165
89169
  actor: import("zod").ZodObject<{
89166
89170
  id: import("zod").ZodString;
89167
89171
  createdAt: import("zod").ZodDate;
@@ -90759,6 +90763,7 @@ export declare const platformContract: {
90759
90763
  closedAt: Date;
90760
90764
  lastMessageAt: Date | null;
90761
90765
  isBotRoom: boolean;
90766
+ automationQueueId: string | null;
90762
90767
  cxlog: {
90763
90768
  id: string;
90764
90769
  channel: string | null;
@@ -91146,6 +91151,7 @@ export declare const platformContract: {
91146
91151
  closedAt: Date;
91147
91152
  lastMessageAt: Date | null;
91148
91153
  isBotRoom: boolean;
91154
+ automationQueueId: string | null;
91149
91155
  cxlog: {
91150
91156
  id: string;
91151
91157
  channel: string | null;
@@ -93306,6 +93312,7 @@ export declare const platformContract: {
93306
93312
  closedAt: Date;
93307
93313
  lastMessageAt: Date | null;
93308
93314
  isBotRoom: boolean;
93315
+ automationQueueId: string | null;
93309
93316
  cxlog: {
93310
93317
  id: string;
93311
93318
  channel: string | null;
@@ -94030,6 +94037,7 @@ export declare const platformContract: {
94030
94037
  closedAt: Date;
94031
94038
  lastMessageAt: Date | null;
94032
94039
  isBotRoom: boolean;
94040
+ automationQueueId: string | null;
94033
94041
  cxlog: {
94034
94042
  id: string;
94035
94043
  channel: string | null;
@@ -94755,6 +94763,7 @@ export declare const platformContract: {
94755
94763
  closedAt: Date;
94756
94764
  lastMessageAt: Date | null;
94757
94765
  isBotRoom: boolean;
94766
+ automationQueueId: string | null;
94758
94767
  cxlog: {
94759
94768
  id: string;
94760
94769
  channel: string | null;
@@ -95479,6 +95488,7 @@ export declare const platformContract: {
95479
95488
  closedAt: Date;
95480
95489
  lastMessageAt: Date | null;
95481
95490
  isBotRoom: boolean;
95491
+ automationQueueId: string | null;
95482
95492
  cxlog: {
95483
95493
  id: string;
95484
95494
  channel: string | null;
@@ -96204,6 +96214,7 @@ export declare const platformContract: {
96204
96214
  closedAt: Date;
96205
96215
  lastMessageAt: Date | null;
96206
96216
  isBotRoom: boolean;
96217
+ automationQueueId: string | null;
96207
96218
  cxlog: {
96208
96219
  id: string;
96209
96220
  channel: string | null;
@@ -96928,6 +96939,7 @@ export declare const platformContract: {
96928
96939
  closedAt: Date;
96929
96940
  lastMessageAt: Date | null;
96930
96941
  isBotRoom: boolean;
96942
+ automationQueueId: string | null;
96931
96943
  cxlog: {
96932
96944
  id: string;
96933
96945
  channel: string | null;
@@ -97655,6 +97667,7 @@ export declare const platformContract: {
97655
97667
  closedAt: Date;
97656
97668
  lastMessageAt: Date | null;
97657
97669
  isBotRoom: boolean;
97670
+ automationQueueId: string | null;
97658
97671
  cxlog: {
97659
97672
  id: string;
97660
97673
  channel: string | null;
@@ -98379,6 +98392,7 @@ export declare const platformContract: {
98379
98392
  closedAt: Date;
98380
98393
  lastMessageAt: Date | null;
98381
98394
  isBotRoom: boolean;
98395
+ automationQueueId: string | null;
98382
98396
  cxlog: {
98383
98397
  id: string;
98384
98398
  channel: string | null;
@@ -99107,6 +99121,7 @@ export declare const platformContract: {
99107
99121
  closedAt: Date;
99108
99122
  lastMessageAt: Date | null;
99109
99123
  isBotRoom: boolean;
99124
+ automationQueueId: string | null;
99110
99125
  cxlog: {
99111
99126
  id: string;
99112
99127
  channel: string | null;
@@ -99831,6 +99846,7 @@ export declare const platformContract: {
99831
99846
  closedAt: Date;
99832
99847
  lastMessageAt: Date | null;
99833
99848
  isBotRoom: boolean;
99849
+ automationQueueId: string | null;
99834
99850
  cxlog: {
99835
99851
  id: string;
99836
99852
  channel: string | null;
@@ -104607,6 +104623,7 @@ export declare const platformContract: {
104607
104623
  channelId: string;
104608
104624
  socialPlatformId: string;
104609
104625
  }>;
104626
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
104610
104627
  actor: import("zod").ZodObject<{
104611
104628
  id: import("zod").ZodString;
104612
104629
  createdAt: import("zod").ZodDate;
@@ -106204,6 +106221,7 @@ export declare const platformContract: {
106204
106221
  closedAt: Date;
106205
106222
  lastMessageAt: Date | null;
106206
106223
  isBotRoom: boolean;
106224
+ automationQueueId: string | null;
106207
106225
  cxlog: {
106208
106226
  id: string;
106209
106227
  channel: string | null;
@@ -106591,6 +106609,7 @@ export declare const platformContract: {
106591
106609
  closedAt: Date;
106592
106610
  lastMessageAt: Date | null;
106593
106611
  isBotRoom: boolean;
106612
+ automationQueueId: string | null;
106594
106613
  cxlog: {
106595
106614
  id: string;
106596
106615
  channel: string | null;
@@ -108976,6 +108995,7 @@ export declare const platformContract: {
108976
108995
  channelId: string;
108977
108996
  socialPlatformId: string;
108978
108997
  }>;
108998
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
108979
108999
  actor: import("zod").ZodObject<{
108980
109000
  id: import("zod").ZodString;
108981
109001
  createdAt: import("zod").ZodDate;
@@ -110573,6 +110593,7 @@ export declare const platformContract: {
110573
110593
  closedAt: Date;
110574
110594
  lastMessageAt: Date | null;
110575
110595
  isBotRoom: boolean;
110596
+ automationQueueId: string | null;
110576
110597
  cxlog: {
110577
110598
  id: string;
110578
110599
  channel: string | null;
@@ -110960,6 +110981,7 @@ export declare const platformContract: {
110960
110981
  closedAt: Date;
110961
110982
  lastMessageAt: Date | null;
110962
110983
  isBotRoom: boolean;
110984
+ automationQueueId: string | null;
110963
110985
  cxlog: {
110964
110986
  id: string;
110965
110987
  channel: string | null;
@@ -113120,6 +113142,7 @@ export declare const platformContract: {
113120
113142
  closedAt: Date;
113121
113143
  lastMessageAt: Date | null;
113122
113144
  isBotRoom: boolean;
113145
+ automationQueueId: string | null;
113123
113146
  cxlog: {
113124
113147
  id: string;
113125
113148
  channel: string | null;
@@ -113844,6 +113867,7 @@ export declare const platformContract: {
113844
113867
  closedAt: Date;
113845
113868
  lastMessageAt: Date | null;
113846
113869
  isBotRoom: boolean;
113870
+ automationQueueId: string | null;
113847
113871
  cxlog: {
113848
113872
  id: string;
113849
113873
  channel: string | null;
@@ -114569,6 +114593,7 @@ export declare const platformContract: {
114569
114593
  closedAt: Date;
114570
114594
  lastMessageAt: Date | null;
114571
114595
  isBotRoom: boolean;
114596
+ automationQueueId: string | null;
114572
114597
  cxlog: {
114573
114598
  id: string;
114574
114599
  channel: string | null;
@@ -115293,6 +115318,7 @@ export declare const platformContract: {
115293
115318
  closedAt: Date;
115294
115319
  lastMessageAt: Date | null;
115295
115320
  isBotRoom: boolean;
115321
+ automationQueueId: string | null;
115296
115322
  cxlog: {
115297
115323
  id: string;
115298
115324
  channel: string | null;
@@ -116018,6 +116044,7 @@ export declare const platformContract: {
116018
116044
  closedAt: Date;
116019
116045
  lastMessageAt: Date | null;
116020
116046
  isBotRoom: boolean;
116047
+ automationQueueId: string | null;
116021
116048
  cxlog: {
116022
116049
  id: string;
116023
116050
  channel: string | null;
@@ -116742,6 +116769,7 @@ export declare const platformContract: {
116742
116769
  closedAt: Date;
116743
116770
  lastMessageAt: Date | null;
116744
116771
  isBotRoom: boolean;
116772
+ automationQueueId: string | null;
116745
116773
  cxlog: {
116746
116774
  id: string;
116747
116775
  channel: string | null;
@@ -117469,6 +117497,7 @@ export declare const platformContract: {
117469
117497
  closedAt: Date;
117470
117498
  lastMessageAt: Date | null;
117471
117499
  isBotRoom: boolean;
117500
+ automationQueueId: string | null;
117472
117501
  cxlog: {
117473
117502
  id: string;
117474
117503
  channel: string | null;
@@ -118193,6 +118222,7 @@ export declare const platformContract: {
118193
118222
  closedAt: Date;
118194
118223
  lastMessageAt: Date | null;
118195
118224
  isBotRoom: boolean;
118225
+ automationQueueId: string | null;
118196
118226
  cxlog: {
118197
118227
  id: string;
118198
118228
  channel: string | null;
@@ -118921,6 +118951,7 @@ export declare const platformContract: {
118921
118951
  closedAt: Date;
118922
118952
  lastMessageAt: Date | null;
118923
118953
  isBotRoom: boolean;
118954
+ automationQueueId: string | null;
118924
118955
  cxlog: {
118925
118956
  id: string;
118926
118957
  channel: string | null;
@@ -119645,6 +119676,7 @@ export declare const platformContract: {
119645
119676
  closedAt: Date;
119646
119677
  lastMessageAt: Date | null;
119647
119678
  isBotRoom: boolean;
119679
+ automationQueueId: string | null;
119648
119680
  cxlog: {
119649
119681
  id: string;
119650
119682
  channel: string | null;
@@ -123129,6 +123161,7 @@ export declare const platformMessengerContract: {
123129
123161
  channelId: string;
123130
123162
  socialPlatformId: string;
123131
123163
  }>;
123164
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
123132
123165
  actor: import("zod").ZodObject<{
123133
123166
  id: import("zod").ZodString;
123134
123167
  createdAt: import("zod").ZodDate;
@@ -124726,6 +124759,7 @@ export declare const platformMessengerContract: {
124726
124759
  closedAt: Date;
124727
124760
  lastMessageAt: Date | null;
124728
124761
  isBotRoom: boolean;
124762
+ automationQueueId: string | null;
124729
124763
  cxlog: {
124730
124764
  id: string;
124731
124765
  channel: string | null;
@@ -125113,6 +125147,7 @@ export declare const platformMessengerContract: {
125113
125147
  closedAt: Date;
125114
125148
  lastMessageAt: Date | null;
125115
125149
  isBotRoom: boolean;
125150
+ automationQueueId: string | null;
125116
125151
  cxlog: {
125117
125152
  id: string;
125118
125153
  channel: string | null;
@@ -127498,6 +127533,7 @@ export declare const platformMessengerContract: {
127498
127533
  channelId: string;
127499
127534
  socialPlatformId: string;
127500
127535
  }>;
127536
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
127501
127537
  actor: import("zod").ZodObject<{
127502
127538
  id: import("zod").ZodString;
127503
127539
  createdAt: import("zod").ZodDate;
@@ -129095,6 +129131,7 @@ export declare const platformMessengerContract: {
129095
129131
  closedAt: Date;
129096
129132
  lastMessageAt: Date | null;
129097
129133
  isBotRoom: boolean;
129134
+ automationQueueId: string | null;
129098
129135
  cxlog: {
129099
129136
  id: string;
129100
129137
  channel: string | null;
@@ -129482,6 +129519,7 @@ export declare const platformMessengerContract: {
129482
129519
  closedAt: Date;
129483
129520
  lastMessageAt: Date | null;
129484
129521
  isBotRoom: boolean;
129522
+ automationQueueId: string | null;
129485
129523
  cxlog: {
129486
129524
  id: string;
129487
129525
  channel: string | null;
@@ -131642,6 +131680,7 @@ export declare const platformMessengerContract: {
131642
131680
  closedAt: Date;
131643
131681
  lastMessageAt: Date | null;
131644
131682
  isBotRoom: boolean;
131683
+ automationQueueId: string | null;
131645
131684
  cxlog: {
131646
131685
  id: string;
131647
131686
  channel: string | null;
@@ -132366,6 +132405,7 @@ export declare const platformMessengerContract: {
132366
132405
  closedAt: Date;
132367
132406
  lastMessageAt: Date | null;
132368
132407
  isBotRoom: boolean;
132408
+ automationQueueId: string | null;
132369
132409
  cxlog: {
132370
132410
  id: string;
132371
132411
  channel: string | null;
@@ -133091,6 +133131,7 @@ export declare const platformMessengerContract: {
133091
133131
  closedAt: Date;
133092
133132
  lastMessageAt: Date | null;
133093
133133
  isBotRoom: boolean;
133134
+ automationQueueId: string | null;
133094
133135
  cxlog: {
133095
133136
  id: string;
133096
133137
  channel: string | null;
@@ -133815,6 +133856,7 @@ export declare const platformMessengerContract: {
133815
133856
  closedAt: Date;
133816
133857
  lastMessageAt: Date | null;
133817
133858
  isBotRoom: boolean;
133859
+ automationQueueId: string | null;
133818
133860
  cxlog: {
133819
133861
  id: string;
133820
133862
  channel: string | null;
@@ -134540,6 +134582,7 @@ export declare const platformMessengerContract: {
134540
134582
  closedAt: Date;
134541
134583
  lastMessageAt: Date | null;
134542
134584
  isBotRoom: boolean;
134585
+ automationQueueId: string | null;
134543
134586
  cxlog: {
134544
134587
  id: string;
134545
134588
  channel: string | null;
@@ -135264,6 +135307,7 @@ export declare const platformMessengerContract: {
135264
135307
  closedAt: Date;
135265
135308
  lastMessageAt: Date | null;
135266
135309
  isBotRoom: boolean;
135310
+ automationQueueId: string | null;
135267
135311
  cxlog: {
135268
135312
  id: string;
135269
135313
  channel: string | null;
@@ -135991,6 +136035,7 @@ export declare const platformMessengerContract: {
135991
136035
  closedAt: Date;
135992
136036
  lastMessageAt: Date | null;
135993
136037
  isBotRoom: boolean;
136038
+ automationQueueId: string | null;
135994
136039
  cxlog: {
135995
136040
  id: string;
135996
136041
  channel: string | null;
@@ -136715,6 +136760,7 @@ export declare const platformMessengerContract: {
136715
136760
  closedAt: Date;
136716
136761
  lastMessageAt: Date | null;
136717
136762
  isBotRoom: boolean;
136763
+ automationQueueId: string | null;
136718
136764
  cxlog: {
136719
136765
  id: string;
136720
136766
  channel: string | null;
@@ -137443,6 +137489,7 @@ export declare const platformMessengerContract: {
137443
137489
  closedAt: Date;
137444
137490
  lastMessageAt: Date | null;
137445
137491
  isBotRoom: boolean;
137492
+ automationQueueId: string | null;
137446
137493
  cxlog: {
137447
137494
  id: string;
137448
137495
  channel: string | null;
@@ -138167,6 +138214,7 @@ export declare const platformMessengerContract: {
138167
138214
  closedAt: Date;
138168
138215
  lastMessageAt: Date | null;
138169
138216
  isBotRoom: boolean;
138217
+ automationQueueId: string | null;
138170
138218
  cxlog: {
138171
138219
  id: string;
138172
138220
  channel: string | null;
@@ -142528,6 +142576,7 @@ export declare const platformInstagramContract: {
142528
142576
  channelId: string;
142529
142577
  socialPlatformId: string;
142530
142578
  }>;
142579
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
142531
142580
  actor: import("zod").ZodObject<{
142532
142581
  id: import("zod").ZodString;
142533
142582
  createdAt: import("zod").ZodDate;
@@ -144125,6 +144174,7 @@ export declare const platformInstagramContract: {
144125
144174
  closedAt: Date;
144126
144175
  lastMessageAt: Date | null;
144127
144176
  isBotRoom: boolean;
144177
+ automationQueueId: string | null;
144128
144178
  cxlog: {
144129
144179
  id: string;
144130
144180
  channel: string | null;
@@ -144512,6 +144562,7 @@ export declare const platformInstagramContract: {
144512
144562
  closedAt: Date;
144513
144563
  lastMessageAt: Date | null;
144514
144564
  isBotRoom: boolean;
144565
+ automationQueueId: string | null;
144515
144566
  cxlog: {
144516
144567
  id: string;
144517
144568
  channel: string | null;
@@ -146897,6 +146948,7 @@ export declare const platformInstagramContract: {
146897
146948
  channelId: string;
146898
146949
  socialPlatformId: string;
146899
146950
  }>;
146951
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
146900
146952
  actor: import("zod").ZodObject<{
146901
146953
  id: import("zod").ZodString;
146902
146954
  createdAt: import("zod").ZodDate;
@@ -148494,6 +148546,7 @@ export declare const platformInstagramContract: {
148494
148546
  closedAt: Date;
148495
148547
  lastMessageAt: Date | null;
148496
148548
  isBotRoom: boolean;
148549
+ automationQueueId: string | null;
148497
148550
  cxlog: {
148498
148551
  id: string;
148499
148552
  channel: string | null;
@@ -148881,6 +148934,7 @@ export declare const platformInstagramContract: {
148881
148934
  closedAt: Date;
148882
148935
  lastMessageAt: Date | null;
148883
148936
  isBotRoom: boolean;
148937
+ automationQueueId: string | null;
148884
148938
  cxlog: {
148885
148939
  id: string;
148886
148940
  channel: string | null;
@@ -151041,6 +151095,7 @@ export declare const platformInstagramContract: {
151041
151095
  closedAt: Date;
151042
151096
  lastMessageAt: Date | null;
151043
151097
  isBotRoom: boolean;
151098
+ automationQueueId: string | null;
151044
151099
  cxlog: {
151045
151100
  id: string;
151046
151101
  channel: string | null;
@@ -151765,6 +151820,7 @@ export declare const platformInstagramContract: {
151765
151820
  closedAt: Date;
151766
151821
  lastMessageAt: Date | null;
151767
151822
  isBotRoom: boolean;
151823
+ automationQueueId: string | null;
151768
151824
  cxlog: {
151769
151825
  id: string;
151770
151826
  channel: string | null;
@@ -152490,6 +152546,7 @@ export declare const platformInstagramContract: {
152490
152546
  closedAt: Date;
152491
152547
  lastMessageAt: Date | null;
152492
152548
  isBotRoom: boolean;
152549
+ automationQueueId: string | null;
152493
152550
  cxlog: {
152494
152551
  id: string;
152495
152552
  channel: string | null;
@@ -153214,6 +153271,7 @@ export declare const platformInstagramContract: {
153214
153271
  closedAt: Date;
153215
153272
  lastMessageAt: Date | null;
153216
153273
  isBotRoom: boolean;
153274
+ automationQueueId: string | null;
153217
153275
  cxlog: {
153218
153276
  id: string;
153219
153277
  channel: string | null;
@@ -153939,6 +153997,7 @@ export declare const platformInstagramContract: {
153939
153997
  closedAt: Date;
153940
153998
  lastMessageAt: Date | null;
153941
153999
  isBotRoom: boolean;
154000
+ automationQueueId: string | null;
153942
154001
  cxlog: {
153943
154002
  id: string;
153944
154003
  channel: string | null;
@@ -154663,6 +154722,7 @@ export declare const platformInstagramContract: {
154663
154722
  closedAt: Date;
154664
154723
  lastMessageAt: Date | null;
154665
154724
  isBotRoom: boolean;
154725
+ automationQueueId: string | null;
154666
154726
  cxlog: {
154667
154727
  id: string;
154668
154728
  channel: string | null;
@@ -155390,6 +155450,7 @@ export declare const platformInstagramContract: {
155390
155450
  closedAt: Date;
155391
155451
  lastMessageAt: Date | null;
155392
155452
  isBotRoom: boolean;
155453
+ automationQueueId: string | null;
155393
155454
  cxlog: {
155394
155455
  id: string;
155395
155456
  channel: string | null;
@@ -156114,6 +156175,7 @@ export declare const platformInstagramContract: {
156114
156175
  closedAt: Date;
156115
156176
  lastMessageAt: Date | null;
156116
156177
  isBotRoom: boolean;
156178
+ automationQueueId: string | null;
156117
156179
  cxlog: {
156118
156180
  id: string;
156119
156181
  channel: string | null;
@@ -156842,6 +156904,7 @@ export declare const platformInstagramContract: {
156842
156904
  closedAt: Date;
156843
156905
  lastMessageAt: Date | null;
156844
156906
  isBotRoom: boolean;
156907
+ automationQueueId: string | null;
156845
156908
  cxlog: {
156846
156909
  id: string;
156847
156910
  channel: string | null;
@@ -157566,6 +157629,7 @@ export declare const platformInstagramContract: {
157566
157629
  closedAt: Date;
157567
157630
  lastMessageAt: Date | null;
157568
157631
  isBotRoom: boolean;
157632
+ automationQueueId: string | null;
157569
157633
  cxlog: {
157570
157634
  id: string;
157571
157635
  channel: string | null;
@@ -167282,6 +167346,7 @@ export declare const facebookFeedContract: {
167282
167346
  channelId: string;
167283
167347
  socialPlatformId: string;
167284
167348
  }>;
167349
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
167285
167350
  actor: import("zod").ZodObject<{
167286
167351
  id: import("zod").ZodString;
167287
167352
  createdAt: import("zod").ZodDate;
@@ -168879,6 +168944,7 @@ export declare const facebookFeedContract: {
168879
168944
  closedAt: Date;
168880
168945
  lastMessageAt: Date | null;
168881
168946
  isBotRoom: boolean;
168947
+ automationQueueId: string | null;
168882
168948
  cxlog: {
168883
168949
  id: string;
168884
168950
  channel: string | null;
@@ -169266,6 +169332,7 @@ export declare const facebookFeedContract: {
169266
169332
  closedAt: Date;
169267
169333
  lastMessageAt: Date | null;
169268
169334
  isBotRoom: boolean;
169335
+ automationQueueId: string | null;
169269
169336
  cxlog: {
169270
169337
  id: string;
169271
169338
  channel: string | null;
@@ -171651,6 +171718,7 @@ export declare const facebookFeedContract: {
171651
171718
  channelId: string;
171652
171719
  socialPlatformId: string;
171653
171720
  }>;
171721
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
171654
171722
  actor: import("zod").ZodObject<{
171655
171723
  id: import("zod").ZodString;
171656
171724
  createdAt: import("zod").ZodDate;
@@ -173248,6 +173316,7 @@ export declare const facebookFeedContract: {
173248
173316
  closedAt: Date;
173249
173317
  lastMessageAt: Date | null;
173250
173318
  isBotRoom: boolean;
173319
+ automationQueueId: string | null;
173251
173320
  cxlog: {
173252
173321
  id: string;
173253
173322
  channel: string | null;
@@ -173635,6 +173704,7 @@ export declare const facebookFeedContract: {
173635
173704
  closedAt: Date;
173636
173705
  lastMessageAt: Date | null;
173637
173706
  isBotRoom: boolean;
173707
+ automationQueueId: string | null;
173638
173708
  cxlog: {
173639
173709
  id: string;
173640
173710
  channel: string | null;
@@ -175795,6 +175865,7 @@ export declare const facebookFeedContract: {
175795
175865
  closedAt: Date;
175796
175866
  lastMessageAt: Date | null;
175797
175867
  isBotRoom: boolean;
175868
+ automationQueueId: string | null;
175798
175869
  cxlog: {
175799
175870
  id: string;
175800
175871
  channel: string | null;
@@ -176519,6 +176590,7 @@ export declare const facebookFeedContract: {
176519
176590
  closedAt: Date;
176520
176591
  lastMessageAt: Date | null;
176521
176592
  isBotRoom: boolean;
176593
+ automationQueueId: string | null;
176522
176594
  cxlog: {
176523
176595
  id: string;
176524
176596
  channel: string | null;
@@ -177244,6 +177316,7 @@ export declare const facebookFeedContract: {
177244
177316
  closedAt: Date;
177245
177317
  lastMessageAt: Date | null;
177246
177318
  isBotRoom: boolean;
177319
+ automationQueueId: string | null;
177247
177320
  cxlog: {
177248
177321
  id: string;
177249
177322
  channel: string | null;
@@ -177968,6 +178041,7 @@ export declare const facebookFeedContract: {
177968
178041
  closedAt: Date;
177969
178042
  lastMessageAt: Date | null;
177970
178043
  isBotRoom: boolean;
178044
+ automationQueueId: string | null;
177971
178045
  cxlog: {
177972
178046
  id: string;
177973
178047
  channel: string | null;
@@ -178693,6 +178767,7 @@ export declare const facebookFeedContract: {
178693
178767
  closedAt: Date;
178694
178768
  lastMessageAt: Date | null;
178695
178769
  isBotRoom: boolean;
178770
+ automationQueueId: string | null;
178696
178771
  cxlog: {
178697
178772
  id: string;
178698
178773
  channel: string | null;
@@ -179417,6 +179492,7 @@ export declare const facebookFeedContract: {
179417
179492
  closedAt: Date;
179418
179493
  lastMessageAt: Date | null;
179419
179494
  isBotRoom: boolean;
179495
+ automationQueueId: string | null;
179420
179496
  cxlog: {
179421
179497
  id: string;
179422
179498
  channel: string | null;
@@ -180144,6 +180220,7 @@ export declare const facebookFeedContract: {
180144
180220
  closedAt: Date;
180145
180221
  lastMessageAt: Date | null;
180146
180222
  isBotRoom: boolean;
180223
+ automationQueueId: string | null;
180147
180224
  cxlog: {
180148
180225
  id: string;
180149
180226
  channel: string | null;
@@ -180868,6 +180945,7 @@ export declare const facebookFeedContract: {
180868
180945
  closedAt: Date;
180869
180946
  lastMessageAt: Date | null;
180870
180947
  isBotRoom: boolean;
180948
+ automationQueueId: string | null;
180871
180949
  cxlog: {
180872
180950
  id: string;
180873
180951
  channel: string | null;
@@ -181596,6 +181674,7 @@ export declare const facebookFeedContract: {
181596
181674
  closedAt: Date;
181597
181675
  lastMessageAt: Date | null;
181598
181676
  isBotRoom: boolean;
181677
+ automationQueueId: string | null;
181599
181678
  cxlog: {
181600
181679
  id: string;
181601
181680
  channel: string | null;
@@ -182320,6 +182399,7 @@ export declare const facebookFeedContract: {
182320
182399
  closedAt: Date;
182321
182400
  lastMessageAt: Date | null;
182322
182401
  isBotRoom: boolean;
182402
+ automationQueueId: string | null;
182323
182403
  cxlog: {
182324
182404
  id: string;
182325
182405
  channel: string | null;
@@ -187940,6 +188020,7 @@ export declare const feedPostContract: {
187940
188020
  channelId: string;
187941
188021
  socialPlatformId: string;
187942
188022
  }>;
188023
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
187943
188024
  actor: import("zod").ZodObject<{
187944
188025
  id: import("zod").ZodString;
187945
188026
  createdAt: import("zod").ZodDate;
@@ -189537,6 +189618,7 @@ export declare const feedPostContract: {
189537
189618
  closedAt: Date;
189538
189619
  lastMessageAt: Date | null;
189539
189620
  isBotRoom: boolean;
189621
+ automationQueueId: string | null;
189540
189622
  cxlog: {
189541
189623
  id: string;
189542
189624
  channel: string | null;
@@ -189924,6 +190006,7 @@ export declare const feedPostContract: {
189924
190006
  closedAt: Date;
189925
190007
  lastMessageAt: Date | null;
189926
190008
  isBotRoom: boolean;
190009
+ automationQueueId: string | null;
189927
190010
  cxlog: {
189928
190011
  id: string;
189929
190012
  channel: string | null;
@@ -193356,6 +193439,7 @@ export declare const feedPostContract: {
193356
193439
  channelId: string;
193357
193440
  socialPlatformId: string;
193358
193441
  }>;
193442
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
193359
193443
  actor: import("zod").ZodObject<{
193360
193444
  id: import("zod").ZodString;
193361
193445
  createdAt: import("zod").ZodDate;
@@ -194953,6 +195037,7 @@ export declare const feedPostContract: {
194953
195037
  closedAt: Date;
194954
195038
  lastMessageAt: Date | null;
194955
195039
  isBotRoom: boolean;
195040
+ automationQueueId: string | null;
194956
195041
  cxlog: {
194957
195042
  id: string;
194958
195043
  channel: string | null;
@@ -195340,6 +195425,7 @@ export declare const feedPostContract: {
195340
195425
  closedAt: Date;
195341
195426
  lastMessageAt: Date | null;
195342
195427
  isBotRoom: boolean;
195428
+ automationQueueId: string | null;
195343
195429
  cxlog: {
195344
195430
  id: string;
195345
195431
  channel: string | null;
@@ -197500,6 +197586,7 @@ export declare const feedPostContract: {
197500
197586
  closedAt: Date;
197501
197587
  lastMessageAt: Date | null;
197502
197588
  isBotRoom: boolean;
197589
+ automationQueueId: string | null;
197503
197590
  cxlog: {
197504
197591
  id: string;
197505
197592
  channel: string | null;
@@ -198224,6 +198311,7 @@ export declare const feedPostContract: {
198224
198311
  closedAt: Date;
198225
198312
  lastMessageAt: Date | null;
198226
198313
  isBotRoom: boolean;
198314
+ automationQueueId: string | null;
198227
198315
  cxlog: {
198228
198316
  id: string;
198229
198317
  channel: string | null;
@@ -198955,6 +199043,7 @@ export declare const feedPostContract: {
198955
199043
  closedAt: Date;
198956
199044
  lastMessageAt: Date | null;
198957
199045
  isBotRoom: boolean;
199046
+ automationQueueId: string | null;
198958
199047
  cxlog: {
198959
199048
  id: string;
198960
199049
  channel: string | null;
@@ -199674,6 +199763,7 @@ export declare const feedPostContract: {
199674
199763
  closedAt: Date;
199675
199764
  lastMessageAt: Date | null;
199676
199765
  isBotRoom: boolean;
199766
+ automationQueueId: string | null;
199677
199767
  cxlog: {
199678
199768
  id: string;
199679
199769
  channel: string | null;
@@ -200531,6 +200621,7 @@ export declare const feedPostContract: {
200531
200621
  closedAt: Date;
200532
200622
  lastMessageAt: Date | null;
200533
200623
  isBotRoom: boolean;
200624
+ automationQueueId: string | null;
200534
200625
  cxlog: {
200535
200626
  id: string;
200536
200627
  channel: string | null;
@@ -201250,6 +201341,7 @@ export declare const feedPostContract: {
201250
201341
  closedAt: Date;
201251
201342
  lastMessageAt: Date | null;
201252
201343
  isBotRoom: boolean;
201344
+ automationQueueId: string | null;
201253
201345
  cxlog: {
201254
201346
  id: string;
201255
201347
  channel: string | null;
@@ -202109,6 +202201,7 @@ export declare const feedPostContract: {
202109
202201
  closedAt: Date;
202110
202202
  lastMessageAt: Date | null;
202111
202203
  isBotRoom: boolean;
202204
+ automationQueueId: string | null;
202112
202205
  cxlog: {
202113
202206
  id: string;
202114
202207
  channel: string | null;
@@ -202828,6 +202921,7 @@ export declare const feedPostContract: {
202828
202921
  closedAt: Date;
202829
202922
  lastMessageAt: Date | null;
202830
202923
  isBotRoom: boolean;
202924
+ automationQueueId: string | null;
202831
202925
  cxlog: {
202832
202926
  id: string;
202833
202927
  channel: string | null;
@@ -203691,6 +203785,7 @@ export declare const feedPostContract: {
203691
203785
  closedAt: Date;
203692
203786
  lastMessageAt: Date | null;
203693
203787
  isBotRoom: boolean;
203788
+ automationQueueId: string | null;
203694
203789
  cxlog: {
203695
203790
  id: string;
203696
203791
  channel: string | null;
@@ -204410,6 +204505,7 @@ export declare const feedPostContract: {
204410
204505
  closedAt: Date;
204411
204506
  lastMessageAt: Date | null;
204412
204507
  isBotRoom: boolean;
204508
+ automationQueueId: string | null;
204413
204509
  cxlog: {
204414
204510
  id: string;
204415
204511
  channel: string | null;
@@ -224483,6 +224579,7 @@ export declare const workflowContract: {
224483
224579
  channelId: string;
224484
224580
  socialPlatformId: string;
224485
224581
  }>;
224582
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
224486
224583
  actor: import("zod").ZodObject<{
224487
224584
  id: import("zod").ZodString;
224488
224585
  createdAt: import("zod").ZodDate;
@@ -226080,6 +226177,7 @@ export declare const workflowContract: {
226080
226177
  closedAt: Date;
226081
226178
  lastMessageAt: Date | null;
226082
226179
  isBotRoom: boolean;
226180
+ automationQueueId: string | null;
226083
226181
  cxlog: {
226084
226182
  id: string;
226085
226183
  channel: string | null;
@@ -226467,6 +226565,7 @@ export declare const workflowContract: {
226467
226565
  closedAt: Date;
226468
226566
  lastMessageAt: Date | null;
226469
226567
  isBotRoom: boolean;
226568
+ automationQueueId: string | null;
226470
226569
  cxlog: {
226471
226570
  id: string;
226472
226571
  channel: string | null;
@@ -226856,6 +226955,7 @@ export declare const workflowContract: {
226856
226955
  closedAt: Date;
226857
226956
  lastMessageAt: Date | null;
226858
226957
  isBotRoom: boolean;
226958
+ automationQueueId: string | null;
226859
226959
  cxlog: {
226860
226960
  id: string;
226861
226961
  channel: string | null;
@@ -227246,6 +227346,7 @@ export declare const workflowContract: {
227246
227346
  closedAt: Date;
227247
227347
  lastMessageAt: Date | null;
227248
227348
  isBotRoom: boolean;
227349
+ automationQueueId: string | null;
227249
227350
  cxlog: {
227250
227351
  id: string;
227251
227352
  channel: string | null;
@@ -229276,6 +229377,7 @@ export declare const workflowContract: {
229276
229377
  closedAt: import("zod").ZodDate;
229277
229378
  lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
229278
229379
  isBotRoom: import("zod").ZodBoolean;
229380
+ automationQueueId: import("zod").ZodNullable<import("zod").ZodString>;
229279
229381
  cxlog: import("zod").ZodObject<{
229280
229382
  id: import("zod").ZodString;
229281
229383
  createdAt: import("zod").ZodDate;
@@ -230030,6 +230132,7 @@ export declare const workflowContract: {
230030
230132
  closedAt: Date;
230031
230133
  lastMessageAt: Date | null;
230032
230134
  isBotRoom: boolean;
230135
+ automationQueueId: string | null;
230033
230136
  cxlog: {
230034
230137
  id: string;
230035
230138
  channel: string | null;
@@ -230418,6 +230521,7 @@ export declare const workflowContract: {
230418
230521
  closedAt: Date;
230419
230522
  lastMessageAt: Date | null;
230420
230523
  isBotRoom: boolean;
230524
+ automationQueueId: string | null;
230421
230525
  cxlog: {
230422
230526
  id: string;
230423
230527
  channel: string | null;
@@ -230808,6 +230912,7 @@ export declare const workflowContract: {
230808
230912
  closedAt: Date;
230809
230913
  lastMessageAt: Date | null;
230810
230914
  isBotRoom: boolean;
230915
+ automationQueueId: string | null;
230811
230916
  cxlog: {
230812
230917
  id: string;
230813
230918
  channel: string | null;
@@ -231199,6 +231304,7 @@ export declare const workflowContract: {
231199
231304
  closedAt: Date;
231200
231305
  lastMessageAt: Date | null;
231201
231306
  isBotRoom: boolean;
231307
+ automationQueueId: string | null;
231202
231308
  cxlog: {
231203
231309
  id: string;
231204
231310
  channel: string | null;