@kl1/contracts 1.2.4-uat → 1.2.6-uat

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.
@@ -3580,7 +3580,6 @@ export declare const viberContract: {
3580
3580
  channelId: string;
3581
3581
  socialPlatformId: string;
3582
3582
  }>;
3583
- automationQueueId: z.ZodNullable<z.ZodString>;
3584
3583
  actor: z.ZodObject<{
3585
3584
  id: z.ZodString;
3586
3585
  createdAt: z.ZodDate;
@@ -4869,6 +4868,7 @@ export declare const viberContract: {
4869
4868
  deletedAt: Date | null;
4870
4869
  isActive: boolean;
4871
4870
  }>;
4871
+ automationQueueId: z.ZodNullable<z.ZodString>;
4872
4872
  }, "strip", z.ZodTypeAny, {
4873
4873
  id: string;
4874
4874
  channel: {
@@ -5178,7 +5178,6 @@ export declare const viberContract: {
5178
5178
  closedAt: Date;
5179
5179
  lastMessageAt: Date | null;
5180
5180
  isBotRoom: boolean;
5181
- automationQueueId: string | null;
5182
5181
  cxlog: {
5183
5182
  id: string;
5184
5183
  channel: string | null;
@@ -5257,6 +5256,7 @@ export declare const viberContract: {
5257
5256
  deletedAt: Date | null;
5258
5257
  isActive: boolean;
5259
5258
  };
5259
+ automationQueueId: string | null;
5260
5260
  }, {
5261
5261
  id: string;
5262
5262
  channel: {
@@ -5566,7 +5566,6 @@ export declare const viberContract: {
5566
5566
  closedAt: Date;
5567
5567
  lastMessageAt: Date | null;
5568
5568
  isBotRoom: boolean;
5569
- automationQueueId: string | null;
5570
5569
  cxlog: {
5571
5570
  id: string;
5572
5571
  channel: string | null;
@@ -5645,6 +5644,7 @@ export declare const viberContract: {
5645
5644
  deletedAt: Date | null;
5646
5645
  isActive: boolean;
5647
5646
  };
5647
+ automationQueueId: string | null;
5648
5648
  }>;
5649
5649
  platformMessageId: z.ZodString;
5650
5650
  workflowRule: z.ZodObject<{
@@ -7952,7 +7952,6 @@ export declare const viberContract: {
7952
7952
  channelId: string;
7953
7953
  socialPlatformId: string;
7954
7954
  }>;
7955
- automationQueueId: z.ZodNullable<z.ZodString>;
7956
7955
  actor: z.ZodObject<{
7957
7956
  id: z.ZodString;
7958
7957
  createdAt: z.ZodDate;
@@ -9241,6 +9240,7 @@ export declare const viberContract: {
9241
9240
  deletedAt: Date | null;
9242
9241
  isActive: boolean;
9243
9242
  }>;
9243
+ automationQueueId: z.ZodNullable<z.ZodString>;
9244
9244
  }, "strip", z.ZodTypeAny, {
9245
9245
  id: string;
9246
9246
  channel: {
@@ -9550,7 +9550,6 @@ export declare const viberContract: {
9550
9550
  closedAt: Date;
9551
9551
  lastMessageAt: Date | null;
9552
9552
  isBotRoom: boolean;
9553
- automationQueueId: string | null;
9554
9553
  cxlog: {
9555
9554
  id: string;
9556
9555
  channel: string | null;
@@ -9629,6 +9628,7 @@ export declare const viberContract: {
9629
9628
  deletedAt: Date | null;
9630
9629
  isActive: boolean;
9631
9630
  };
9631
+ automationQueueId: string | null;
9632
9632
  }, {
9633
9633
  id: string;
9634
9634
  channel: {
@@ -9938,7 +9938,6 @@ export declare const viberContract: {
9938
9938
  closedAt: Date;
9939
9939
  lastMessageAt: Date | null;
9940
9940
  isBotRoom: boolean;
9941
- automationQueueId: string | null;
9942
9941
  cxlog: {
9943
9942
  id: string;
9944
9943
  channel: string | null;
@@ -10017,6 +10016,7 @@ export declare const viberContract: {
10017
10016
  deletedAt: Date | null;
10018
10017
  isActive: boolean;
10019
10018
  };
10019
+ automationQueueId: string | null;
10020
10020
  }>;
10021
10021
  upload: z.ZodObject<{
10022
10022
  id: z.ZodString;
@@ -12099,7 +12099,6 @@ export declare const viberContract: {
12099
12099
  closedAt: Date;
12100
12100
  lastMessageAt: Date | null;
12101
12101
  isBotRoom: boolean;
12102
- automationQueueId: string | null;
12103
12102
  cxlog: {
12104
12103
  id: string;
12105
12104
  channel: string | null;
@@ -12178,6 +12177,7 @@ export declare const viberContract: {
12178
12177
  deletedAt: Date | null;
12179
12178
  isActive: boolean;
12180
12179
  };
12180
+ automationQueueId: string | null;
12181
12181
  };
12182
12182
  platformMessageId: string;
12183
12183
  workflowRule: {
@@ -12824,7 +12824,6 @@ export declare const viberContract: {
12824
12824
  closedAt: Date;
12825
12825
  lastMessageAt: Date | null;
12826
12826
  isBotRoom: boolean;
12827
- automationQueueId: string | null;
12828
12827
  cxlog: {
12829
12828
  id: string;
12830
12829
  channel: string | null;
@@ -12903,6 +12902,7 @@ export declare const viberContract: {
12903
12902
  deletedAt: Date | null;
12904
12903
  isActive: boolean;
12905
12904
  };
12905
+ automationQueueId: string | null;
12906
12906
  };
12907
12907
  platformMessageId: string;
12908
12908
  workflowRule: {
@@ -13550,7 +13550,6 @@ export declare const viberContract: {
13550
13550
  closedAt: Date;
13551
13551
  lastMessageAt: Date | null;
13552
13552
  isBotRoom: boolean;
13553
- automationQueueId: string | null;
13554
13553
  cxlog: {
13555
13554
  id: string;
13556
13555
  channel: string | null;
@@ -13629,6 +13628,7 @@ export declare const viberContract: {
13629
13628
  deletedAt: Date | null;
13630
13629
  isActive: boolean;
13631
13630
  };
13631
+ automationQueueId: string | null;
13632
13632
  };
13633
13633
  platformMessageId: string;
13634
13634
  workflowRule: {
@@ -14275,7 +14275,6 @@ export declare const viberContract: {
14275
14275
  closedAt: Date;
14276
14276
  lastMessageAt: Date | null;
14277
14277
  isBotRoom: boolean;
14278
- automationQueueId: string | null;
14279
14278
  cxlog: {
14280
14279
  id: string;
14281
14280
  channel: string | null;
@@ -14354,6 +14353,7 @@ export declare const viberContract: {
14354
14353
  deletedAt: Date | null;
14355
14354
  isActive: boolean;
14356
14355
  };
14356
+ automationQueueId: string | null;
14357
14357
  };
14358
14358
  platformMessageId: string;
14359
14359
  workflowRule: {
@@ -15001,7 +15001,6 @@ export declare const viberContract: {
15001
15001
  closedAt: Date;
15002
15002
  lastMessageAt: Date | null;
15003
15003
  isBotRoom: boolean;
15004
- automationQueueId: string | null;
15005
15004
  cxlog: {
15006
15005
  id: string;
15007
15006
  channel: string | null;
@@ -15080,6 +15079,7 @@ export declare const viberContract: {
15080
15079
  deletedAt: Date | null;
15081
15080
  isActive: boolean;
15082
15081
  };
15082
+ automationQueueId: string | null;
15083
15083
  };
15084
15084
  platformMessageId: string;
15085
15085
  workflowRule: {
@@ -15726,7 +15726,6 @@ export declare const viberContract: {
15726
15726
  closedAt: Date;
15727
15727
  lastMessageAt: Date | null;
15728
15728
  isBotRoom: boolean;
15729
- automationQueueId: string | null;
15730
15729
  cxlog: {
15731
15730
  id: string;
15732
15731
  channel: string | null;
@@ -15805,6 +15804,7 @@ export declare const viberContract: {
15805
15804
  deletedAt: Date | null;
15806
15805
  isActive: boolean;
15807
15806
  };
15807
+ automationQueueId: string | null;
15808
15808
  };
15809
15809
  platformMessageId: string;
15810
15810
  workflowRule: {
@@ -16454,7 +16454,6 @@ export declare const viberContract: {
16454
16454
  closedAt: Date;
16455
16455
  lastMessageAt: Date | null;
16456
16456
  isBotRoom: boolean;
16457
- automationQueueId: string | null;
16458
16457
  cxlog: {
16459
16458
  id: string;
16460
16459
  channel: string | null;
@@ -16533,6 +16532,7 @@ export declare const viberContract: {
16533
16532
  deletedAt: Date | null;
16534
16533
  isActive: boolean;
16535
16534
  };
16535
+ automationQueueId: string | null;
16536
16536
  };
16537
16537
  platformMessageId: string;
16538
16538
  workflowRule: {
@@ -17179,7 +17179,6 @@ export declare const viberContract: {
17179
17179
  closedAt: Date;
17180
17180
  lastMessageAt: Date | null;
17181
17181
  isBotRoom: boolean;
17182
- automationQueueId: string | null;
17183
17182
  cxlog: {
17184
17183
  id: string;
17185
17184
  channel: string | null;
@@ -17258,6 +17257,7 @@ export declare const viberContract: {
17258
17257
  deletedAt: Date | null;
17259
17258
  isActive: boolean;
17260
17259
  };
17260
+ automationQueueId: string | null;
17261
17261
  };
17262
17262
  platformMessageId: string;
17263
17263
  workflowRule: {
@@ -17908,7 +17908,6 @@ export declare const viberContract: {
17908
17908
  closedAt: Date;
17909
17909
  lastMessageAt: Date | null;
17910
17910
  isBotRoom: boolean;
17911
- automationQueueId: string | null;
17912
17911
  cxlog: {
17913
17912
  id: string;
17914
17913
  channel: string | null;
@@ -17987,6 +17986,7 @@ export declare const viberContract: {
17987
17986
  deletedAt: Date | null;
17988
17987
  isActive: boolean;
17989
17988
  };
17989
+ automationQueueId: string | null;
17990
17990
  };
17991
17991
  platformMessageId: string;
17992
17992
  workflowRule: {
@@ -18633,7 +18633,6 @@ export declare const viberContract: {
18633
18633
  closedAt: Date;
18634
18634
  lastMessageAt: Date | null;
18635
18635
  isBotRoom: boolean;
18636
- automationQueueId: string | null;
18637
18636
  cxlog: {
18638
18637
  id: string;
18639
18638
  channel: string | null;
@@ -18712,6 +18711,7 @@ export declare const viberContract: {
18712
18711
  deletedAt: Date | null;
18713
18712
  isActive: boolean;
18714
18713
  };
18714
+ automationQueueId: string | null;
18715
18715
  };
18716
18716
  platformMessageId: string;
18717
18717
  workflowRule: {
@@ -2286,7 +2286,6 @@ export declare const platformWebchatContract: {
2286
2286
  channelId: string;
2287
2287
  socialPlatformId: string;
2288
2288
  }>;
2289
- automationQueueId: z.ZodNullable<z.ZodString>;
2290
2289
  actor: z.ZodObject<{
2291
2290
  id: z.ZodString;
2292
2291
  createdAt: z.ZodDate;
@@ -3575,6 +3574,7 @@ export declare const platformWebchatContract: {
3575
3574
  deletedAt: Date | null;
3576
3575
  isActive: boolean;
3577
3576
  }>;
3577
+ automationQueueId: z.ZodNullable<z.ZodString>;
3578
3578
  }, "strip", z.ZodTypeAny, {
3579
3579
  id: string;
3580
3580
  channel: {
@@ -3884,7 +3884,6 @@ export declare const platformWebchatContract: {
3884
3884
  closedAt: Date;
3885
3885
  lastMessageAt: Date | null;
3886
3886
  isBotRoom: boolean;
3887
- automationQueueId: string | null;
3888
3887
  cxlog: {
3889
3888
  id: string;
3890
3889
  channel: string | null;
@@ -3963,6 +3962,7 @@ export declare const platformWebchatContract: {
3963
3962
  deletedAt: Date | null;
3964
3963
  isActive: boolean;
3965
3964
  };
3965
+ automationQueueId: string | null;
3966
3966
  }, {
3967
3967
  id: string;
3968
3968
  channel: {
@@ -4272,7 +4272,6 @@ export declare const platformWebchatContract: {
4272
4272
  closedAt: Date;
4273
4273
  lastMessageAt: Date | null;
4274
4274
  isBotRoom: boolean;
4275
- automationQueueId: string | null;
4276
4275
  cxlog: {
4277
4276
  id: string;
4278
4277
  channel: string | null;
@@ -4351,6 +4350,7 @@ export declare const platformWebchatContract: {
4351
4350
  deletedAt: Date | null;
4352
4351
  isActive: boolean;
4353
4352
  };
4353
+ automationQueueId: string | null;
4354
4354
  }>;
4355
4355
  platformMessageId: z.ZodString;
4356
4356
  workflowRule: z.ZodObject<{
@@ -6658,7 +6658,6 @@ export declare const platformWebchatContract: {
6658
6658
  channelId: string;
6659
6659
  socialPlatformId: string;
6660
6660
  }>;
6661
- automationQueueId: z.ZodNullable<z.ZodString>;
6662
6661
  actor: z.ZodObject<{
6663
6662
  id: z.ZodString;
6664
6663
  createdAt: z.ZodDate;
@@ -7947,6 +7946,7 @@ export declare const platformWebchatContract: {
7947
7946
  deletedAt: Date | null;
7948
7947
  isActive: boolean;
7949
7948
  }>;
7949
+ automationQueueId: z.ZodNullable<z.ZodString>;
7950
7950
  }, "strip", z.ZodTypeAny, {
7951
7951
  id: string;
7952
7952
  channel: {
@@ -8256,7 +8256,6 @@ export declare const platformWebchatContract: {
8256
8256
  closedAt: Date;
8257
8257
  lastMessageAt: Date | null;
8258
8258
  isBotRoom: boolean;
8259
- automationQueueId: string | null;
8260
8259
  cxlog: {
8261
8260
  id: string;
8262
8261
  channel: string | null;
@@ -8335,6 +8334,7 @@ export declare const platformWebchatContract: {
8335
8334
  deletedAt: Date | null;
8336
8335
  isActive: boolean;
8337
8336
  };
8337
+ automationQueueId: string | null;
8338
8338
  }, {
8339
8339
  id: string;
8340
8340
  channel: {
@@ -8644,7 +8644,6 @@ export declare const platformWebchatContract: {
8644
8644
  closedAt: Date;
8645
8645
  lastMessageAt: Date | null;
8646
8646
  isBotRoom: boolean;
8647
- automationQueueId: string | null;
8648
8647
  cxlog: {
8649
8648
  id: string;
8650
8649
  channel: string | null;
@@ -8723,6 +8722,7 @@ export declare const platformWebchatContract: {
8723
8722
  deletedAt: Date | null;
8724
8723
  isActive: boolean;
8725
8724
  };
8725
+ automationQueueId: string | null;
8726
8726
  }>;
8727
8727
  upload: z.ZodObject<{
8728
8728
  id: z.ZodString;
@@ -10805,7 +10805,6 @@ export declare const platformWebchatContract: {
10805
10805
  closedAt: Date;
10806
10806
  lastMessageAt: Date | null;
10807
10807
  isBotRoom: boolean;
10808
- automationQueueId: string | null;
10809
10808
  cxlog: {
10810
10809
  id: string;
10811
10810
  channel: string | null;
@@ -10884,6 +10883,7 @@ export declare const platformWebchatContract: {
10884
10883
  deletedAt: Date | null;
10885
10884
  isActive: boolean;
10886
10885
  };
10886
+ automationQueueId: string | null;
10887
10887
  };
10888
10888
  platformMessageId: string;
10889
10889
  workflowRule: {
@@ -11530,7 +11530,6 @@ export declare const platformWebchatContract: {
11530
11530
  closedAt: Date;
11531
11531
  lastMessageAt: Date | null;
11532
11532
  isBotRoom: boolean;
11533
- automationQueueId: string | null;
11534
11533
  cxlog: {
11535
11534
  id: string;
11536
11535
  channel: string | null;
@@ -11609,6 +11608,7 @@ export declare const platformWebchatContract: {
11609
11608
  deletedAt: Date | null;
11610
11609
  isActive: boolean;
11611
11610
  };
11611
+ automationQueueId: string | null;
11612
11612
  };
11613
11613
  platformMessageId: string;
11614
11614
  workflowRule: {
@@ -12256,7 +12256,6 @@ export declare const platformWebchatContract: {
12256
12256
  closedAt: Date;
12257
12257
  lastMessageAt: Date | null;
12258
12258
  isBotRoom: boolean;
12259
- automationQueueId: string | null;
12260
12259
  cxlog: {
12261
12260
  id: string;
12262
12261
  channel: string | null;
@@ -12335,6 +12334,7 @@ export declare const platformWebchatContract: {
12335
12334
  deletedAt: Date | null;
12336
12335
  isActive: boolean;
12337
12336
  };
12337
+ automationQueueId: string | null;
12338
12338
  };
12339
12339
  platformMessageId: string;
12340
12340
  workflowRule: {
@@ -12981,7 +12981,6 @@ export declare const platformWebchatContract: {
12981
12981
  closedAt: Date;
12982
12982
  lastMessageAt: Date | null;
12983
12983
  isBotRoom: boolean;
12984
- automationQueueId: string | null;
12985
12984
  cxlog: {
12986
12985
  id: string;
12987
12986
  channel: string | null;
@@ -13060,6 +13059,7 @@ export declare const platformWebchatContract: {
13060
13059
  deletedAt: Date | null;
13061
13060
  isActive: boolean;
13062
13061
  };
13062
+ automationQueueId: string | null;
13063
13063
  };
13064
13064
  platformMessageId: string;
13065
13065
  workflowRule: {
@@ -13707,7 +13707,6 @@ export declare const platformWebchatContract: {
13707
13707
  closedAt: Date;
13708
13708
  lastMessageAt: Date | null;
13709
13709
  isBotRoom: boolean;
13710
- automationQueueId: string | null;
13711
13710
  cxlog: {
13712
13711
  id: string;
13713
13712
  channel: string | null;
@@ -13786,6 +13785,7 @@ export declare const platformWebchatContract: {
13786
13785
  deletedAt: Date | null;
13787
13786
  isActive: boolean;
13788
13787
  };
13788
+ automationQueueId: string | null;
13789
13789
  };
13790
13790
  platformMessageId: string;
13791
13791
  workflowRule: {
@@ -14432,7 +14432,6 @@ export declare const platformWebchatContract: {
14432
14432
  closedAt: Date;
14433
14433
  lastMessageAt: Date | null;
14434
14434
  isBotRoom: boolean;
14435
- automationQueueId: string | null;
14436
14435
  cxlog: {
14437
14436
  id: string;
14438
14437
  channel: string | null;
@@ -14511,6 +14510,7 @@ export declare const platformWebchatContract: {
14511
14510
  deletedAt: Date | null;
14512
14511
  isActive: boolean;
14513
14512
  };
14513
+ automationQueueId: string | null;
14514
14514
  };
14515
14515
  platformMessageId: string;
14516
14516
  workflowRule: {
@@ -15160,7 +15160,6 @@ export declare const platformWebchatContract: {
15160
15160
  closedAt: Date;
15161
15161
  lastMessageAt: Date | null;
15162
15162
  isBotRoom: boolean;
15163
- automationQueueId: string | null;
15164
15163
  cxlog: {
15165
15164
  id: string;
15166
15165
  channel: string | null;
@@ -15239,6 +15238,7 @@ export declare const platformWebchatContract: {
15239
15238
  deletedAt: Date | null;
15240
15239
  isActive: boolean;
15241
15240
  };
15241
+ automationQueueId: string | null;
15242
15242
  };
15243
15243
  platformMessageId: string;
15244
15244
  workflowRule: {
@@ -15885,7 +15885,6 @@ export declare const platformWebchatContract: {
15885
15885
  closedAt: Date;
15886
15886
  lastMessageAt: Date | null;
15887
15887
  isBotRoom: boolean;
15888
- automationQueueId: string | null;
15889
15888
  cxlog: {
15890
15889
  id: string;
15891
15890
  channel: string | null;
@@ -15964,6 +15963,7 @@ export declare const platformWebchatContract: {
15964
15963
  deletedAt: Date | null;
15965
15964
  isActive: boolean;
15966
15965
  };
15966
+ automationQueueId: string | null;
15967
15967
  };
15968
15968
  platformMessageId: string;
15969
15969
  workflowRule: {
@@ -16614,7 +16614,6 @@ export declare const platformWebchatContract: {
16614
16614
  closedAt: Date;
16615
16615
  lastMessageAt: Date | null;
16616
16616
  isBotRoom: boolean;
16617
- automationQueueId: string | null;
16618
16617
  cxlog: {
16619
16618
  id: string;
16620
16619
  channel: string | null;
@@ -16693,6 +16692,7 @@ export declare const platformWebchatContract: {
16693
16692
  deletedAt: Date | null;
16694
16693
  isActive: boolean;
16695
16694
  };
16695
+ automationQueueId: string | null;
16696
16696
  };
16697
16697
  platformMessageId: string;
16698
16698
  workflowRule: {
@@ -17339,7 +17339,6 @@ export declare const platformWebchatContract: {
17339
17339
  closedAt: Date;
17340
17340
  lastMessageAt: Date | null;
17341
17341
  isBotRoom: boolean;
17342
- automationQueueId: string | null;
17343
17342
  cxlog: {
17344
17343
  id: string;
17345
17344
  channel: string | null;
@@ -17418,6 +17417,7 @@ export declare const platformWebchatContract: {
17418
17417
  deletedAt: Date | null;
17419
17418
  isActive: boolean;
17420
17419
  };
17420
+ automationQueueId: string | null;
17421
17421
  };
17422
17422
  platformMessageId: string;
17423
17423
  workflowRule: {
@@ -1085,7 +1085,6 @@ export declare const chatContract: {
1085
1085
  channelId: string;
1086
1086
  socialPlatformId: string;
1087
1087
  }>;
1088
- automationQueueId: z.ZodNullable<z.ZodString>;
1089
1088
  actor: z.ZodObject<{
1090
1089
  id: z.ZodString;
1091
1090
  createdAt: z.ZodDate;
@@ -2374,6 +2373,7 @@ export declare const chatContract: {
2374
2373
  deletedAt: Date | null;
2375
2374
  isActive: boolean;
2376
2375
  }>;
2376
+ automationQueueId: z.ZodNullable<z.ZodString>;
2377
2377
  }, "strip", z.ZodTypeAny, {
2378
2378
  id: string;
2379
2379
  channel: {
@@ -2683,7 +2683,6 @@ export declare const chatContract: {
2683
2683
  closedAt: Date;
2684
2684
  lastMessageAt: Date | null;
2685
2685
  isBotRoom: boolean;
2686
- automationQueueId: string | null;
2687
2686
  cxlog: {
2688
2687
  id: string;
2689
2688
  channel: string | null;
@@ -2762,6 +2761,7 @@ export declare const chatContract: {
2762
2761
  deletedAt: Date | null;
2763
2762
  isActive: boolean;
2764
2763
  };
2764
+ automationQueueId: string | null;
2765
2765
  }, {
2766
2766
  id: string;
2767
2767
  channel: {
@@ -3071,7 +3071,6 @@ export declare const chatContract: {
3071
3071
  closedAt: Date;
3072
3072
  lastMessageAt: Date | null;
3073
3073
  isBotRoom: boolean;
3074
- automationQueueId: string | null;
3075
3074
  cxlog: {
3076
3075
  id: string;
3077
3076
  channel: string | null;
@@ -3150,6 +3149,7 @@ export declare const chatContract: {
3150
3149
  deletedAt: Date | null;
3151
3150
  isActive: boolean;
3152
3151
  };
3152
+ automationQueueId: string | null;
3153
3153
  }>;
3154
3154
  }, "strip", z.ZodTypeAny, {
3155
3155
  data: {
@@ -3461,7 +3461,6 @@ export declare const chatContract: {
3461
3461
  closedAt: Date;
3462
3462
  lastMessageAt: Date | null;
3463
3463
  isBotRoom: boolean;
3464
- automationQueueId: string | null;
3465
3464
  cxlog: {
3466
3465
  id: string;
3467
3466
  channel: string | null;
@@ -3540,6 +3539,7 @@ export declare const chatContract: {
3540
3539
  deletedAt: Date | null;
3541
3540
  isActive: boolean;
3542
3541
  };
3542
+ automationQueueId: string | null;
3543
3543
  };
3544
3544
  requestId: string;
3545
3545
  }, {
@@ -3852,7 +3852,6 @@ export declare const chatContract: {
3852
3852
  closedAt: Date;
3853
3853
  lastMessageAt: Date | null;
3854
3854
  isBotRoom: boolean;
3855
- automationQueueId: string | null;
3856
3855
  cxlog: {
3857
3856
  id: string;
3858
3857
  channel: string | null;
@@ -3931,6 +3930,7 @@ export declare const chatContract: {
3931
3930
  deletedAt: Date | null;
3932
3931
  isActive: boolean;
3933
3932
  };
3933
+ automationQueueId: string | null;
3934
3934
  };
3935
3935
  requestId: string;
3936
3936
  }>;
@@ -5883,7 +5883,6 @@ export declare const chatContract: {
5883
5883
  closedAt: z.ZodDate;
5884
5884
  lastMessageAt: z.ZodNullable<z.ZodDate>;
5885
5885
  isBotRoom: z.ZodBoolean;
5886
- automationQueueId: z.ZodNullable<z.ZodString>;
5887
5886
  cxlog: z.ZodObject<{
5888
5887
  id: z.ZodString;
5889
5888
  createdAt: z.ZodDate;
@@ -6328,6 +6327,7 @@ export declare const chatContract: {
6328
6327
  deletedAt: Date | null;
6329
6328
  isActive: boolean;
6330
6329
  }>;
6330
+ automationQueueId: z.ZodNullable<z.ZodString>;
6331
6331
  solveMessage: z.ZodString;
6332
6332
  }, "strip", z.ZodTypeAny, {
6333
6333
  id: string;
@@ -6638,7 +6638,6 @@ export declare const chatContract: {
6638
6638
  closedAt: Date;
6639
6639
  lastMessageAt: Date | null;
6640
6640
  isBotRoom: boolean;
6641
- automationQueueId: string | null;
6642
6641
  cxlog: {
6643
6642
  id: string;
6644
6643
  channel: string | null;
@@ -6717,6 +6716,7 @@ export declare const chatContract: {
6717
6716
  deletedAt: Date | null;
6718
6717
  isActive: boolean;
6719
6718
  };
6719
+ automationQueueId: string | null;
6720
6720
  solveMessage: string;
6721
6721
  }, {
6722
6722
  id: string;
@@ -7027,7 +7027,6 @@ export declare const chatContract: {
7027
7027
  closedAt: Date;
7028
7028
  lastMessageAt: Date | null;
7029
7029
  isBotRoom: boolean;
7030
- automationQueueId: string | null;
7031
7030
  cxlog: {
7032
7031
  id: string;
7033
7032
  channel: string | null;
@@ -7106,6 +7105,7 @@ export declare const chatContract: {
7106
7105
  deletedAt: Date | null;
7107
7106
  isActive: boolean;
7108
7107
  };
7108
+ automationQueueId: string | null;
7109
7109
  solveMessage: string;
7110
7110
  }>;
7111
7111
  }, "strip", z.ZodTypeAny, {
@@ -7418,7 +7418,6 @@ export declare const chatContract: {
7418
7418
  closedAt: Date;
7419
7419
  lastMessageAt: Date | null;
7420
7420
  isBotRoom: boolean;
7421
- automationQueueId: string | null;
7422
7421
  cxlog: {
7423
7422
  id: string;
7424
7423
  channel: string | null;
@@ -7497,6 +7496,7 @@ export declare const chatContract: {
7497
7496
  deletedAt: Date | null;
7498
7497
  isActive: boolean;
7499
7498
  };
7499
+ automationQueueId: string | null;
7500
7500
  solveMessage: string;
7501
7501
  };
7502
7502
  requestId: string;
@@ -7810,7 +7810,6 @@ export declare const chatContract: {
7810
7810
  closedAt: Date;
7811
7811
  lastMessageAt: Date | null;
7812
7812
  isBotRoom: boolean;
7813
- automationQueueId: string | null;
7814
7813
  cxlog: {
7815
7814
  id: string;
7816
7815
  channel: string | null;
@@ -7889,6 +7888,7 @@ export declare const chatContract: {
7889
7888
  deletedAt: Date | null;
7890
7889
  isActive: boolean;
7891
7890
  };
7891
+ automationQueueId: string | null;
7892
7892
  solveMessage: string;
7893
7893
  };
7894
7894
  requestId: string;