@kl1/contracts 1.2.30-uat → 1.2.32-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -4567,7 +4567,7 @@ export declare const lineContract: {
4567
4567
  integrationId: string;
4568
4568
  } | null;
4569
4569
  }>;
4570
- cxlog: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4570
+ cxlog: z.ZodObject<{
4571
4571
  id: z.ZodString;
4572
4572
  createdAt: z.ZodDate;
4573
4573
  updatedAt: z.ZodDate;
@@ -5082,7 +5082,7 @@ export declare const lineContract: {
5082
5082
  deletedAt: Date | null;
5083
5083
  } | null | undefined;
5084
5084
  }[] | null | undefined;
5085
- }>>>;
5085
+ }>;
5086
5086
  workflowRule: z.ZodObject<{
5087
5087
  id: z.ZodString;
5088
5088
  createdAt: z.ZodDate;
@@ -5431,16 +5431,7 @@ export declare const lineContract: {
5431
5431
  closedAt: Date;
5432
5432
  lastMessageAt: Date | null;
5433
5433
  isBotRoom: boolean;
5434
- workflowRule: {
5435
- type: string;
5436
- id: string;
5437
- name: string;
5438
- createdAt: Date;
5439
- updatedAt: Date;
5440
- deletedAt: Date | null;
5441
- isActive: boolean;
5442
- };
5443
- cxlog?: {
5434
+ cxlog: {
5444
5435
  id: string;
5445
5436
  channel: string | null;
5446
5437
  direction: string | null;
@@ -5525,7 +5516,16 @@ export declare const lineContract: {
5525
5516
  deletedAt: Date | null;
5526
5517
  } | null | undefined;
5527
5518
  }[] | null | undefined;
5528
- } | null | undefined;
5519
+ };
5520
+ workflowRule: {
5521
+ type: string;
5522
+ id: string;
5523
+ name: string;
5524
+ createdAt: Date;
5525
+ updatedAt: Date;
5526
+ deletedAt: Date | null;
5527
+ isActive: boolean;
5528
+ };
5529
5529
  automationQueueId?: string | null | undefined;
5530
5530
  }, {
5531
5531
  id: string;
@@ -5849,16 +5849,7 @@ export declare const lineContract: {
5849
5849
  closedAt: Date;
5850
5850
  lastMessageAt: Date | null;
5851
5851
  isBotRoom: boolean;
5852
- workflowRule: {
5853
- type: string;
5854
- id: string;
5855
- name: string;
5856
- createdAt: Date;
5857
- updatedAt: Date;
5858
- deletedAt: Date | null;
5859
- isActive: boolean;
5860
- };
5861
- cxlog?: {
5852
+ cxlog: {
5862
5853
  id: string;
5863
5854
  channel: string | null;
5864
5855
  direction: string | null;
@@ -5943,7 +5934,16 @@ export declare const lineContract: {
5943
5934
  deletedAt: Date | null;
5944
5935
  } | null | undefined;
5945
5936
  }[] | null | undefined;
5946
- } | null | undefined;
5937
+ };
5938
+ workflowRule: {
5939
+ type: string;
5940
+ id: string;
5941
+ name: string;
5942
+ createdAt: Date;
5943
+ updatedAt: Date;
5944
+ deletedAt: Date | null;
5945
+ isActive: boolean;
5946
+ };
5947
5947
  automationQueueId?: string | null | undefined;
5948
5948
  }>;
5949
5949
  platformMessageId: z.ZodString;
@@ -9181,7 +9181,7 @@ export declare const lineContract: {
9181
9181
  integrationId: string;
9182
9182
  } | null;
9183
9183
  }>;
9184
- cxlog: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9184
+ cxlog: z.ZodObject<{
9185
9185
  id: z.ZodString;
9186
9186
  createdAt: z.ZodDate;
9187
9187
  updatedAt: z.ZodDate;
@@ -9696,7 +9696,7 @@ export declare const lineContract: {
9696
9696
  deletedAt: Date | null;
9697
9697
  } | null | undefined;
9698
9698
  }[] | null | undefined;
9699
- }>>>;
9699
+ }>;
9700
9700
  workflowRule: z.ZodObject<{
9701
9701
  id: z.ZodString;
9702
9702
  createdAt: z.ZodDate;
@@ -10045,16 +10045,7 @@ export declare const lineContract: {
10045
10045
  closedAt: Date;
10046
10046
  lastMessageAt: Date | null;
10047
10047
  isBotRoom: boolean;
10048
- workflowRule: {
10049
- type: string;
10050
- id: string;
10051
- name: string;
10052
- createdAt: Date;
10053
- updatedAt: Date;
10054
- deletedAt: Date | null;
10055
- isActive: boolean;
10056
- };
10057
- cxlog?: {
10048
+ cxlog: {
10058
10049
  id: string;
10059
10050
  channel: string | null;
10060
10051
  direction: string | null;
@@ -10139,7 +10130,16 @@ export declare const lineContract: {
10139
10130
  deletedAt: Date | null;
10140
10131
  } | null | undefined;
10141
10132
  }[] | null | undefined;
10142
- } | null | undefined;
10133
+ };
10134
+ workflowRule: {
10135
+ type: string;
10136
+ id: string;
10137
+ name: string;
10138
+ createdAt: Date;
10139
+ updatedAt: Date;
10140
+ deletedAt: Date | null;
10141
+ isActive: boolean;
10142
+ };
10143
10143
  automationQueueId?: string | null | undefined;
10144
10144
  }, {
10145
10145
  id: string;
@@ -10463,16 +10463,7 @@ export declare const lineContract: {
10463
10463
  closedAt: Date;
10464
10464
  lastMessageAt: Date | null;
10465
10465
  isBotRoom: boolean;
10466
- workflowRule: {
10467
- type: string;
10468
- id: string;
10469
- name: string;
10470
- createdAt: Date;
10471
- updatedAt: Date;
10472
- deletedAt: Date | null;
10473
- isActive: boolean;
10474
- };
10475
- cxlog?: {
10466
+ cxlog: {
10476
10467
  id: string;
10477
10468
  channel: string | null;
10478
10469
  direction: string | null;
@@ -10557,7 +10548,16 @@ export declare const lineContract: {
10557
10548
  deletedAt: Date | null;
10558
10549
  } | null | undefined;
10559
10550
  }[] | null | undefined;
10560
- } | null | undefined;
10551
+ };
10552
+ workflowRule: {
10553
+ type: string;
10554
+ id: string;
10555
+ name: string;
10556
+ createdAt: Date;
10557
+ updatedAt: Date;
10558
+ deletedAt: Date | null;
10559
+ isActive: boolean;
10560
+ };
10561
10561
  automationQueueId?: string | null | undefined;
10562
10562
  }>;
10563
10563
  upload: z.ZodObject<{
@@ -12654,16 +12654,7 @@ export declare const lineContract: {
12654
12654
  closedAt: Date;
12655
12655
  lastMessageAt: Date | null;
12656
12656
  isBotRoom: boolean;
12657
- workflowRule: {
12658
- type: string;
12659
- id: string;
12660
- name: string;
12661
- createdAt: Date;
12662
- updatedAt: Date;
12663
- deletedAt: Date | null;
12664
- isActive: boolean;
12665
- };
12666
- cxlog?: {
12657
+ cxlog: {
12667
12658
  id: string;
12668
12659
  channel: string | null;
12669
12660
  direction: string | null;
@@ -12748,7 +12739,16 @@ export declare const lineContract: {
12748
12739
  deletedAt: Date | null;
12749
12740
  } | null | undefined;
12750
12741
  }[] | null | undefined;
12751
- } | null | undefined;
12742
+ };
12743
+ workflowRule: {
12744
+ type: string;
12745
+ id: string;
12746
+ name: string;
12747
+ createdAt: Date;
12748
+ updatedAt: Date;
12749
+ deletedAt: Date | null;
12750
+ isActive: boolean;
12751
+ };
12752
12752
  automationQueueId?: string | null | undefined;
12753
12753
  };
12754
12754
  platformMessageId: string;
@@ -13409,16 +13409,7 @@ export declare const lineContract: {
13409
13409
  closedAt: Date;
13410
13410
  lastMessageAt: Date | null;
13411
13411
  isBotRoom: boolean;
13412
- workflowRule: {
13413
- type: string;
13414
- id: string;
13415
- name: string;
13416
- createdAt: Date;
13417
- updatedAt: Date;
13418
- deletedAt: Date | null;
13419
- isActive: boolean;
13420
- };
13421
- cxlog?: {
13412
+ cxlog: {
13422
13413
  id: string;
13423
13414
  channel: string | null;
13424
13415
  direction: string | null;
@@ -13503,7 +13494,16 @@ export declare const lineContract: {
13503
13494
  deletedAt: Date | null;
13504
13495
  } | null | undefined;
13505
13496
  }[] | null | undefined;
13506
- } | null | undefined;
13497
+ };
13498
+ workflowRule: {
13499
+ type: string;
13500
+ id: string;
13501
+ name: string;
13502
+ createdAt: Date;
13503
+ updatedAt: Date;
13504
+ deletedAt: Date | null;
13505
+ isActive: boolean;
13506
+ };
13507
13507
  automationQueueId?: string | null | undefined;
13508
13508
  };
13509
13509
  platformMessageId: string;
@@ -14165,16 +14165,7 @@ export declare const lineContract: {
14165
14165
  closedAt: Date;
14166
14166
  lastMessageAt: Date | null;
14167
14167
  isBotRoom: boolean;
14168
- workflowRule: {
14169
- type: string;
14170
- id: string;
14171
- name: string;
14172
- createdAt: Date;
14173
- updatedAt: Date;
14174
- deletedAt: Date | null;
14175
- isActive: boolean;
14176
- };
14177
- cxlog?: {
14168
+ cxlog: {
14178
14169
  id: string;
14179
14170
  channel: string | null;
14180
14171
  direction: string | null;
@@ -14259,7 +14250,16 @@ export declare const lineContract: {
14259
14250
  deletedAt: Date | null;
14260
14251
  } | null | undefined;
14261
14252
  }[] | null | undefined;
14262
- } | null | undefined;
14253
+ };
14254
+ workflowRule: {
14255
+ type: string;
14256
+ id: string;
14257
+ name: string;
14258
+ createdAt: Date;
14259
+ updatedAt: Date;
14260
+ deletedAt: Date | null;
14261
+ isActive: boolean;
14262
+ };
14263
14263
  automationQueueId?: string | null | undefined;
14264
14264
  };
14265
14265
  platformMessageId: string;
@@ -14920,16 +14920,7 @@ export declare const lineContract: {
14920
14920
  closedAt: Date;
14921
14921
  lastMessageAt: Date | null;
14922
14922
  isBotRoom: boolean;
14923
- workflowRule: {
14924
- type: string;
14925
- id: string;
14926
- name: string;
14927
- createdAt: Date;
14928
- updatedAt: Date;
14929
- deletedAt: Date | null;
14930
- isActive: boolean;
14931
- };
14932
- cxlog?: {
14923
+ cxlog: {
14933
14924
  id: string;
14934
14925
  channel: string | null;
14935
14926
  direction: string | null;
@@ -15014,7 +15005,16 @@ export declare const lineContract: {
15014
15005
  deletedAt: Date | null;
15015
15006
  } | null | undefined;
15016
15007
  }[] | null | undefined;
15017
- } | null | undefined;
15008
+ };
15009
+ workflowRule: {
15010
+ type: string;
15011
+ id: string;
15012
+ name: string;
15013
+ createdAt: Date;
15014
+ updatedAt: Date;
15015
+ deletedAt: Date | null;
15016
+ isActive: boolean;
15017
+ };
15018
15018
  automationQueueId?: string | null | undefined;
15019
15019
  };
15020
15020
  platformMessageId: string;
@@ -15676,16 +15676,7 @@ export declare const lineContract: {
15676
15676
  closedAt: Date;
15677
15677
  lastMessageAt: Date | null;
15678
15678
  isBotRoom: boolean;
15679
- workflowRule: {
15680
- type: string;
15681
- id: string;
15682
- name: string;
15683
- createdAt: Date;
15684
- updatedAt: Date;
15685
- deletedAt: Date | null;
15686
- isActive: boolean;
15687
- };
15688
- cxlog?: {
15679
+ cxlog: {
15689
15680
  id: string;
15690
15681
  channel: string | null;
15691
15682
  direction: string | null;
@@ -15770,7 +15761,16 @@ export declare const lineContract: {
15770
15761
  deletedAt: Date | null;
15771
15762
  } | null | undefined;
15772
15763
  }[] | null | undefined;
15773
- } | null | undefined;
15764
+ };
15765
+ workflowRule: {
15766
+ type: string;
15767
+ id: string;
15768
+ name: string;
15769
+ createdAt: Date;
15770
+ updatedAt: Date;
15771
+ deletedAt: Date | null;
15772
+ isActive: boolean;
15773
+ };
15774
15774
  automationQueueId?: string | null | undefined;
15775
15775
  };
15776
15776
  platformMessageId: string;
@@ -16431,16 +16431,7 @@ export declare const lineContract: {
16431
16431
  closedAt: Date;
16432
16432
  lastMessageAt: Date | null;
16433
16433
  isBotRoom: boolean;
16434
- workflowRule: {
16435
- type: string;
16436
- id: string;
16437
- name: string;
16438
- createdAt: Date;
16439
- updatedAt: Date;
16440
- deletedAt: Date | null;
16441
- isActive: boolean;
16442
- };
16443
- cxlog?: {
16434
+ cxlog: {
16444
16435
  id: string;
16445
16436
  channel: string | null;
16446
16437
  direction: string | null;
@@ -16525,7 +16516,16 @@ export declare const lineContract: {
16525
16516
  deletedAt: Date | null;
16526
16517
  } | null | undefined;
16527
16518
  }[] | null | undefined;
16528
- } | null | undefined;
16519
+ };
16520
+ workflowRule: {
16521
+ type: string;
16522
+ id: string;
16523
+ name: string;
16524
+ createdAt: Date;
16525
+ updatedAt: Date;
16526
+ deletedAt: Date | null;
16527
+ isActive: boolean;
16528
+ };
16529
16529
  automationQueueId?: string | null | undefined;
16530
16530
  };
16531
16531
  platformMessageId: string;
@@ -17189,16 +17189,7 @@ export declare const lineContract: {
17189
17189
  closedAt: Date;
17190
17190
  lastMessageAt: Date | null;
17191
17191
  isBotRoom: boolean;
17192
- workflowRule: {
17193
- type: string;
17194
- id: string;
17195
- name: string;
17196
- createdAt: Date;
17197
- updatedAt: Date;
17198
- deletedAt: Date | null;
17199
- isActive: boolean;
17200
- };
17201
- cxlog?: {
17192
+ cxlog: {
17202
17193
  id: string;
17203
17194
  channel: string | null;
17204
17195
  direction: string | null;
@@ -17283,7 +17274,16 @@ export declare const lineContract: {
17283
17274
  deletedAt: Date | null;
17284
17275
  } | null | undefined;
17285
17276
  }[] | null | undefined;
17286
- } | null | undefined;
17277
+ };
17278
+ workflowRule: {
17279
+ type: string;
17280
+ id: string;
17281
+ name: string;
17282
+ createdAt: Date;
17283
+ updatedAt: Date;
17284
+ deletedAt: Date | null;
17285
+ isActive: boolean;
17286
+ };
17287
17287
  automationQueueId?: string | null | undefined;
17288
17288
  };
17289
17289
  platformMessageId: string;
@@ -17944,16 +17944,7 @@ export declare const lineContract: {
17944
17944
  closedAt: Date;
17945
17945
  lastMessageAt: Date | null;
17946
17946
  isBotRoom: boolean;
17947
- workflowRule: {
17948
- type: string;
17949
- id: string;
17950
- name: string;
17951
- createdAt: Date;
17952
- updatedAt: Date;
17953
- deletedAt: Date | null;
17954
- isActive: boolean;
17955
- };
17956
- cxlog?: {
17947
+ cxlog: {
17957
17948
  id: string;
17958
17949
  channel: string | null;
17959
17950
  direction: string | null;
@@ -18038,7 +18029,16 @@ export declare const lineContract: {
18038
18029
  deletedAt: Date | null;
18039
18030
  } | null | undefined;
18040
18031
  }[] | null | undefined;
18041
- } | null | undefined;
18032
+ };
18033
+ workflowRule: {
18034
+ type: string;
18035
+ id: string;
18036
+ name: string;
18037
+ createdAt: Date;
18038
+ updatedAt: Date;
18039
+ deletedAt: Date | null;
18040
+ isActive: boolean;
18041
+ };
18042
18042
  automationQueueId?: string | null | undefined;
18043
18043
  };
18044
18044
  platformMessageId: string;
@@ -18703,16 +18703,7 @@ export declare const lineContract: {
18703
18703
  closedAt: Date;
18704
18704
  lastMessageAt: Date | null;
18705
18705
  isBotRoom: boolean;
18706
- workflowRule: {
18707
- type: string;
18708
- id: string;
18709
- name: string;
18710
- createdAt: Date;
18711
- updatedAt: Date;
18712
- deletedAt: Date | null;
18713
- isActive: boolean;
18714
- };
18715
- cxlog?: {
18706
+ cxlog: {
18716
18707
  id: string;
18717
18708
  channel: string | null;
18718
18709
  direction: string | null;
@@ -18797,7 +18788,16 @@ export declare const lineContract: {
18797
18788
  deletedAt: Date | null;
18798
18789
  } | null | undefined;
18799
18790
  }[] | null | undefined;
18800
- } | null | undefined;
18791
+ };
18792
+ workflowRule: {
18793
+ type: string;
18794
+ id: string;
18795
+ name: string;
18796
+ createdAt: Date;
18797
+ updatedAt: Date;
18798
+ deletedAt: Date | null;
18799
+ isActive: boolean;
18800
+ };
18801
18801
  automationQueueId?: string | null | undefined;
18802
18802
  };
18803
18803
  platformMessageId: string;
@@ -19458,16 +19458,7 @@ export declare const lineContract: {
19458
19458
  closedAt: Date;
19459
19459
  lastMessageAt: Date | null;
19460
19460
  isBotRoom: boolean;
19461
- workflowRule: {
19462
- type: string;
19463
- id: string;
19464
- name: string;
19465
- createdAt: Date;
19466
- updatedAt: Date;
19467
- deletedAt: Date | null;
19468
- isActive: boolean;
19469
- };
19470
- cxlog?: {
19461
+ cxlog: {
19471
19462
  id: string;
19472
19463
  channel: string | null;
19473
19464
  direction: string | null;
@@ -19552,7 +19543,16 @@ export declare const lineContract: {
19552
19543
  deletedAt: Date | null;
19553
19544
  } | null | undefined;
19554
19545
  }[] | null | undefined;
19555
- } | null | undefined;
19546
+ };
19547
+ workflowRule: {
19548
+ type: string;
19549
+ id: string;
19550
+ name: string;
19551
+ createdAt: Date;
19552
+ updatedAt: Date;
19553
+ deletedAt: Date | null;
19554
+ isActive: boolean;
19555
+ };
19556
19556
  automationQueueId?: string | null | undefined;
19557
19557
  };
19558
19558
  platformMessageId: string;