@kl1/contracts 1.2.30-uat → 1.2.32-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.
- package/dist/api-contracts/src/chat/index.d.ts +1470 -1470
- package/dist/api-contracts/src/chat/schema.d.ts +230 -230
- package/dist/api-contracts/src/chat/validation.d.ts +158 -158
- package/dist/api-contracts/src/contract.d.ts +1534 -1534
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +61 -0
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +158 -158
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +158 -158
- package/dist/api-contracts/src/line/index.d.ts +158 -158
- package/dist/api-contracts/src/messenger/index.d.ts +158 -158
- package/dist/api-contracts/src/telegram/index.d.ts +158 -158
- package/dist/api-contracts/src/viber/index.d.ts +158 -158
- package/dist/api-contracts/src/webchat/index.d.ts +158 -158
- package/dist/api-contracts/src/whatsapp/index.d.ts +158 -158
- package/dist/api-contracts/src/workflow-rule/index.d.ts +96 -96
- package/dist/index.js +52 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4488,7 +4488,7 @@ export declare const telegramContract: {
|
|
|
4488
4488
|
integrationId: string;
|
|
4489
4489
|
} | null;
|
|
4490
4490
|
}>;
|
|
4491
|
-
cxlog: z.
|
|
4491
|
+
cxlog: z.ZodObject<{
|
|
4492
4492
|
id: z.ZodString;
|
|
4493
4493
|
createdAt: z.ZodDate;
|
|
4494
4494
|
updatedAt: z.ZodDate;
|
|
@@ -5003,7 +5003,7 @@ export declare const telegramContract: {
|
|
|
5003
5003
|
deletedAt: Date | null;
|
|
5004
5004
|
} | null | undefined;
|
|
5005
5005
|
}[] | null | undefined;
|
|
5006
|
-
}
|
|
5006
|
+
}>;
|
|
5007
5007
|
workflowRule: z.ZodObject<{
|
|
5008
5008
|
id: z.ZodString;
|
|
5009
5009
|
createdAt: z.ZodDate;
|
|
@@ -5352,16 +5352,7 @@ export declare const telegramContract: {
|
|
|
5352
5352
|
closedAt: Date;
|
|
5353
5353
|
lastMessageAt: Date | null;
|
|
5354
5354
|
isBotRoom: boolean;
|
|
5355
|
-
|
|
5356
|
-
type: string;
|
|
5357
|
-
id: string;
|
|
5358
|
-
name: string;
|
|
5359
|
-
createdAt: Date;
|
|
5360
|
-
updatedAt: Date;
|
|
5361
|
-
deletedAt: Date | null;
|
|
5362
|
-
isActive: boolean;
|
|
5363
|
-
};
|
|
5364
|
-
cxlog?: {
|
|
5355
|
+
cxlog: {
|
|
5365
5356
|
id: string;
|
|
5366
5357
|
channel: string | null;
|
|
5367
5358
|
direction: string | null;
|
|
@@ -5446,7 +5437,16 @@ export declare const telegramContract: {
|
|
|
5446
5437
|
deletedAt: Date | null;
|
|
5447
5438
|
} | null | undefined;
|
|
5448
5439
|
}[] | null | undefined;
|
|
5449
|
-
}
|
|
5440
|
+
};
|
|
5441
|
+
workflowRule: {
|
|
5442
|
+
type: string;
|
|
5443
|
+
id: string;
|
|
5444
|
+
name: string;
|
|
5445
|
+
createdAt: Date;
|
|
5446
|
+
updatedAt: Date;
|
|
5447
|
+
deletedAt: Date | null;
|
|
5448
|
+
isActive: boolean;
|
|
5449
|
+
};
|
|
5450
5450
|
automationQueueId?: string | null | undefined;
|
|
5451
5451
|
}, {
|
|
5452
5452
|
id: string;
|
|
@@ -5770,16 +5770,7 @@ export declare const telegramContract: {
|
|
|
5770
5770
|
closedAt: Date;
|
|
5771
5771
|
lastMessageAt: Date | null;
|
|
5772
5772
|
isBotRoom: boolean;
|
|
5773
|
-
|
|
5774
|
-
type: string;
|
|
5775
|
-
id: string;
|
|
5776
|
-
name: string;
|
|
5777
|
-
createdAt: Date;
|
|
5778
|
-
updatedAt: Date;
|
|
5779
|
-
deletedAt: Date | null;
|
|
5780
|
-
isActive: boolean;
|
|
5781
|
-
};
|
|
5782
|
-
cxlog?: {
|
|
5773
|
+
cxlog: {
|
|
5783
5774
|
id: string;
|
|
5784
5775
|
channel: string | null;
|
|
5785
5776
|
direction: string | null;
|
|
@@ -5864,7 +5855,16 @@ export declare const telegramContract: {
|
|
|
5864
5855
|
deletedAt: Date | null;
|
|
5865
5856
|
} | null | undefined;
|
|
5866
5857
|
}[] | null | undefined;
|
|
5867
|
-
}
|
|
5858
|
+
};
|
|
5859
|
+
workflowRule: {
|
|
5860
|
+
type: string;
|
|
5861
|
+
id: string;
|
|
5862
|
+
name: string;
|
|
5863
|
+
createdAt: Date;
|
|
5864
|
+
updatedAt: Date;
|
|
5865
|
+
deletedAt: Date | null;
|
|
5866
|
+
isActive: boolean;
|
|
5867
|
+
};
|
|
5868
5868
|
automationQueueId?: string | null | undefined;
|
|
5869
5869
|
}>;
|
|
5870
5870
|
platformMessageId: z.ZodString;
|
|
@@ -9102,7 +9102,7 @@ export declare const telegramContract: {
|
|
|
9102
9102
|
integrationId: string;
|
|
9103
9103
|
} | null;
|
|
9104
9104
|
}>;
|
|
9105
|
-
cxlog: z.
|
|
9105
|
+
cxlog: z.ZodObject<{
|
|
9106
9106
|
id: z.ZodString;
|
|
9107
9107
|
createdAt: z.ZodDate;
|
|
9108
9108
|
updatedAt: z.ZodDate;
|
|
@@ -9617,7 +9617,7 @@ export declare const telegramContract: {
|
|
|
9617
9617
|
deletedAt: Date | null;
|
|
9618
9618
|
} | null | undefined;
|
|
9619
9619
|
}[] | null | undefined;
|
|
9620
|
-
}
|
|
9620
|
+
}>;
|
|
9621
9621
|
workflowRule: z.ZodObject<{
|
|
9622
9622
|
id: z.ZodString;
|
|
9623
9623
|
createdAt: z.ZodDate;
|
|
@@ -9966,16 +9966,7 @@ export declare const telegramContract: {
|
|
|
9966
9966
|
closedAt: Date;
|
|
9967
9967
|
lastMessageAt: Date | null;
|
|
9968
9968
|
isBotRoom: boolean;
|
|
9969
|
-
|
|
9970
|
-
type: string;
|
|
9971
|
-
id: string;
|
|
9972
|
-
name: string;
|
|
9973
|
-
createdAt: Date;
|
|
9974
|
-
updatedAt: Date;
|
|
9975
|
-
deletedAt: Date | null;
|
|
9976
|
-
isActive: boolean;
|
|
9977
|
-
};
|
|
9978
|
-
cxlog?: {
|
|
9969
|
+
cxlog: {
|
|
9979
9970
|
id: string;
|
|
9980
9971
|
channel: string | null;
|
|
9981
9972
|
direction: string | null;
|
|
@@ -10060,7 +10051,16 @@ export declare const telegramContract: {
|
|
|
10060
10051
|
deletedAt: Date | null;
|
|
10061
10052
|
} | null | undefined;
|
|
10062
10053
|
}[] | null | undefined;
|
|
10063
|
-
}
|
|
10054
|
+
};
|
|
10055
|
+
workflowRule: {
|
|
10056
|
+
type: string;
|
|
10057
|
+
id: string;
|
|
10058
|
+
name: string;
|
|
10059
|
+
createdAt: Date;
|
|
10060
|
+
updatedAt: Date;
|
|
10061
|
+
deletedAt: Date | null;
|
|
10062
|
+
isActive: boolean;
|
|
10063
|
+
};
|
|
10064
10064
|
automationQueueId?: string | null | undefined;
|
|
10065
10065
|
}, {
|
|
10066
10066
|
id: string;
|
|
@@ -10384,16 +10384,7 @@ export declare const telegramContract: {
|
|
|
10384
10384
|
closedAt: Date;
|
|
10385
10385
|
lastMessageAt: Date | null;
|
|
10386
10386
|
isBotRoom: boolean;
|
|
10387
|
-
|
|
10388
|
-
type: string;
|
|
10389
|
-
id: string;
|
|
10390
|
-
name: string;
|
|
10391
|
-
createdAt: Date;
|
|
10392
|
-
updatedAt: Date;
|
|
10393
|
-
deletedAt: Date | null;
|
|
10394
|
-
isActive: boolean;
|
|
10395
|
-
};
|
|
10396
|
-
cxlog?: {
|
|
10387
|
+
cxlog: {
|
|
10397
10388
|
id: string;
|
|
10398
10389
|
channel: string | null;
|
|
10399
10390
|
direction: string | null;
|
|
@@ -10478,7 +10469,16 @@ export declare const telegramContract: {
|
|
|
10478
10469
|
deletedAt: Date | null;
|
|
10479
10470
|
} | null | undefined;
|
|
10480
10471
|
}[] | null | undefined;
|
|
10481
|
-
}
|
|
10472
|
+
};
|
|
10473
|
+
workflowRule: {
|
|
10474
|
+
type: string;
|
|
10475
|
+
id: string;
|
|
10476
|
+
name: string;
|
|
10477
|
+
createdAt: Date;
|
|
10478
|
+
updatedAt: Date;
|
|
10479
|
+
deletedAt: Date | null;
|
|
10480
|
+
isActive: boolean;
|
|
10481
|
+
};
|
|
10482
10482
|
automationQueueId?: string | null | undefined;
|
|
10483
10483
|
}>;
|
|
10484
10484
|
upload: z.ZodObject<{
|
|
@@ -12575,16 +12575,7 @@ export declare const telegramContract: {
|
|
|
12575
12575
|
closedAt: Date;
|
|
12576
12576
|
lastMessageAt: Date | null;
|
|
12577
12577
|
isBotRoom: boolean;
|
|
12578
|
-
|
|
12579
|
-
type: string;
|
|
12580
|
-
id: string;
|
|
12581
|
-
name: string;
|
|
12582
|
-
createdAt: Date;
|
|
12583
|
-
updatedAt: Date;
|
|
12584
|
-
deletedAt: Date | null;
|
|
12585
|
-
isActive: boolean;
|
|
12586
|
-
};
|
|
12587
|
-
cxlog?: {
|
|
12578
|
+
cxlog: {
|
|
12588
12579
|
id: string;
|
|
12589
12580
|
channel: string | null;
|
|
12590
12581
|
direction: string | null;
|
|
@@ -12669,7 +12660,16 @@ export declare const telegramContract: {
|
|
|
12669
12660
|
deletedAt: Date | null;
|
|
12670
12661
|
} | null | undefined;
|
|
12671
12662
|
}[] | null | undefined;
|
|
12672
|
-
}
|
|
12663
|
+
};
|
|
12664
|
+
workflowRule: {
|
|
12665
|
+
type: string;
|
|
12666
|
+
id: string;
|
|
12667
|
+
name: string;
|
|
12668
|
+
createdAt: Date;
|
|
12669
|
+
updatedAt: Date;
|
|
12670
|
+
deletedAt: Date | null;
|
|
12671
|
+
isActive: boolean;
|
|
12672
|
+
};
|
|
12673
12673
|
automationQueueId?: string | null | undefined;
|
|
12674
12674
|
};
|
|
12675
12675
|
platformMessageId: string;
|
|
@@ -13330,16 +13330,7 @@ export declare const telegramContract: {
|
|
|
13330
13330
|
closedAt: Date;
|
|
13331
13331
|
lastMessageAt: Date | null;
|
|
13332
13332
|
isBotRoom: boolean;
|
|
13333
|
-
|
|
13334
|
-
type: string;
|
|
13335
|
-
id: string;
|
|
13336
|
-
name: string;
|
|
13337
|
-
createdAt: Date;
|
|
13338
|
-
updatedAt: Date;
|
|
13339
|
-
deletedAt: Date | null;
|
|
13340
|
-
isActive: boolean;
|
|
13341
|
-
};
|
|
13342
|
-
cxlog?: {
|
|
13333
|
+
cxlog: {
|
|
13343
13334
|
id: string;
|
|
13344
13335
|
channel: string | null;
|
|
13345
13336
|
direction: string | null;
|
|
@@ -13424,7 +13415,16 @@ export declare const telegramContract: {
|
|
|
13424
13415
|
deletedAt: Date | null;
|
|
13425
13416
|
} | null | undefined;
|
|
13426
13417
|
}[] | null | undefined;
|
|
13427
|
-
}
|
|
13418
|
+
};
|
|
13419
|
+
workflowRule: {
|
|
13420
|
+
type: string;
|
|
13421
|
+
id: string;
|
|
13422
|
+
name: string;
|
|
13423
|
+
createdAt: Date;
|
|
13424
|
+
updatedAt: Date;
|
|
13425
|
+
deletedAt: Date | null;
|
|
13426
|
+
isActive: boolean;
|
|
13427
|
+
};
|
|
13428
13428
|
automationQueueId?: string | null | undefined;
|
|
13429
13429
|
};
|
|
13430
13430
|
platformMessageId: string;
|
|
@@ -14086,16 +14086,7 @@ export declare const telegramContract: {
|
|
|
14086
14086
|
closedAt: Date;
|
|
14087
14087
|
lastMessageAt: Date | null;
|
|
14088
14088
|
isBotRoom: boolean;
|
|
14089
|
-
|
|
14090
|
-
type: string;
|
|
14091
|
-
id: string;
|
|
14092
|
-
name: string;
|
|
14093
|
-
createdAt: Date;
|
|
14094
|
-
updatedAt: Date;
|
|
14095
|
-
deletedAt: Date | null;
|
|
14096
|
-
isActive: boolean;
|
|
14097
|
-
};
|
|
14098
|
-
cxlog?: {
|
|
14089
|
+
cxlog: {
|
|
14099
14090
|
id: string;
|
|
14100
14091
|
channel: string | null;
|
|
14101
14092
|
direction: string | null;
|
|
@@ -14180,7 +14171,16 @@ export declare const telegramContract: {
|
|
|
14180
14171
|
deletedAt: Date | null;
|
|
14181
14172
|
} | null | undefined;
|
|
14182
14173
|
}[] | null | undefined;
|
|
14183
|
-
}
|
|
14174
|
+
};
|
|
14175
|
+
workflowRule: {
|
|
14176
|
+
type: string;
|
|
14177
|
+
id: string;
|
|
14178
|
+
name: string;
|
|
14179
|
+
createdAt: Date;
|
|
14180
|
+
updatedAt: Date;
|
|
14181
|
+
deletedAt: Date | null;
|
|
14182
|
+
isActive: boolean;
|
|
14183
|
+
};
|
|
14184
14184
|
automationQueueId?: string | null | undefined;
|
|
14185
14185
|
};
|
|
14186
14186
|
platformMessageId: string;
|
|
@@ -14841,16 +14841,7 @@ export declare const telegramContract: {
|
|
|
14841
14841
|
closedAt: Date;
|
|
14842
14842
|
lastMessageAt: Date | null;
|
|
14843
14843
|
isBotRoom: boolean;
|
|
14844
|
-
|
|
14845
|
-
type: string;
|
|
14846
|
-
id: string;
|
|
14847
|
-
name: string;
|
|
14848
|
-
createdAt: Date;
|
|
14849
|
-
updatedAt: Date;
|
|
14850
|
-
deletedAt: Date | null;
|
|
14851
|
-
isActive: boolean;
|
|
14852
|
-
};
|
|
14853
|
-
cxlog?: {
|
|
14844
|
+
cxlog: {
|
|
14854
14845
|
id: string;
|
|
14855
14846
|
channel: string | null;
|
|
14856
14847
|
direction: string | null;
|
|
@@ -14935,7 +14926,16 @@ export declare const telegramContract: {
|
|
|
14935
14926
|
deletedAt: Date | null;
|
|
14936
14927
|
} | null | undefined;
|
|
14937
14928
|
}[] | null | undefined;
|
|
14938
|
-
}
|
|
14929
|
+
};
|
|
14930
|
+
workflowRule: {
|
|
14931
|
+
type: string;
|
|
14932
|
+
id: string;
|
|
14933
|
+
name: string;
|
|
14934
|
+
createdAt: Date;
|
|
14935
|
+
updatedAt: Date;
|
|
14936
|
+
deletedAt: Date | null;
|
|
14937
|
+
isActive: boolean;
|
|
14938
|
+
};
|
|
14939
14939
|
automationQueueId?: string | null | undefined;
|
|
14940
14940
|
};
|
|
14941
14941
|
platformMessageId: string;
|
|
@@ -15597,16 +15597,7 @@ export declare const telegramContract: {
|
|
|
15597
15597
|
closedAt: Date;
|
|
15598
15598
|
lastMessageAt: Date | null;
|
|
15599
15599
|
isBotRoom: boolean;
|
|
15600
|
-
|
|
15601
|
-
type: string;
|
|
15602
|
-
id: string;
|
|
15603
|
-
name: string;
|
|
15604
|
-
createdAt: Date;
|
|
15605
|
-
updatedAt: Date;
|
|
15606
|
-
deletedAt: Date | null;
|
|
15607
|
-
isActive: boolean;
|
|
15608
|
-
};
|
|
15609
|
-
cxlog?: {
|
|
15600
|
+
cxlog: {
|
|
15610
15601
|
id: string;
|
|
15611
15602
|
channel: string | null;
|
|
15612
15603
|
direction: string | null;
|
|
@@ -15691,7 +15682,16 @@ export declare const telegramContract: {
|
|
|
15691
15682
|
deletedAt: Date | null;
|
|
15692
15683
|
} | null | undefined;
|
|
15693
15684
|
}[] | null | undefined;
|
|
15694
|
-
}
|
|
15685
|
+
};
|
|
15686
|
+
workflowRule: {
|
|
15687
|
+
type: string;
|
|
15688
|
+
id: string;
|
|
15689
|
+
name: string;
|
|
15690
|
+
createdAt: Date;
|
|
15691
|
+
updatedAt: Date;
|
|
15692
|
+
deletedAt: Date | null;
|
|
15693
|
+
isActive: boolean;
|
|
15694
|
+
};
|
|
15695
15695
|
automationQueueId?: string | null | undefined;
|
|
15696
15696
|
};
|
|
15697
15697
|
platformMessageId: string;
|
|
@@ -16352,16 +16352,7 @@ export declare const telegramContract: {
|
|
|
16352
16352
|
closedAt: Date;
|
|
16353
16353
|
lastMessageAt: Date | null;
|
|
16354
16354
|
isBotRoom: boolean;
|
|
16355
|
-
|
|
16356
|
-
type: string;
|
|
16357
|
-
id: string;
|
|
16358
|
-
name: string;
|
|
16359
|
-
createdAt: Date;
|
|
16360
|
-
updatedAt: Date;
|
|
16361
|
-
deletedAt: Date | null;
|
|
16362
|
-
isActive: boolean;
|
|
16363
|
-
};
|
|
16364
|
-
cxlog?: {
|
|
16355
|
+
cxlog: {
|
|
16365
16356
|
id: string;
|
|
16366
16357
|
channel: string | null;
|
|
16367
16358
|
direction: string | null;
|
|
@@ -16446,7 +16437,16 @@ export declare const telegramContract: {
|
|
|
16446
16437
|
deletedAt: Date | null;
|
|
16447
16438
|
} | null | undefined;
|
|
16448
16439
|
}[] | null | undefined;
|
|
16449
|
-
}
|
|
16440
|
+
};
|
|
16441
|
+
workflowRule: {
|
|
16442
|
+
type: string;
|
|
16443
|
+
id: string;
|
|
16444
|
+
name: string;
|
|
16445
|
+
createdAt: Date;
|
|
16446
|
+
updatedAt: Date;
|
|
16447
|
+
deletedAt: Date | null;
|
|
16448
|
+
isActive: boolean;
|
|
16449
|
+
};
|
|
16450
16450
|
automationQueueId?: string | null | undefined;
|
|
16451
16451
|
};
|
|
16452
16452
|
platformMessageId: string;
|
|
@@ -17110,16 +17110,7 @@ export declare const telegramContract: {
|
|
|
17110
17110
|
closedAt: Date;
|
|
17111
17111
|
lastMessageAt: Date | null;
|
|
17112
17112
|
isBotRoom: boolean;
|
|
17113
|
-
|
|
17114
|
-
type: string;
|
|
17115
|
-
id: string;
|
|
17116
|
-
name: string;
|
|
17117
|
-
createdAt: Date;
|
|
17118
|
-
updatedAt: Date;
|
|
17119
|
-
deletedAt: Date | null;
|
|
17120
|
-
isActive: boolean;
|
|
17121
|
-
};
|
|
17122
|
-
cxlog?: {
|
|
17113
|
+
cxlog: {
|
|
17123
17114
|
id: string;
|
|
17124
17115
|
channel: string | null;
|
|
17125
17116
|
direction: string | null;
|
|
@@ -17204,7 +17195,16 @@ export declare const telegramContract: {
|
|
|
17204
17195
|
deletedAt: Date | null;
|
|
17205
17196
|
} | null | undefined;
|
|
17206
17197
|
}[] | null | undefined;
|
|
17207
|
-
}
|
|
17198
|
+
};
|
|
17199
|
+
workflowRule: {
|
|
17200
|
+
type: string;
|
|
17201
|
+
id: string;
|
|
17202
|
+
name: string;
|
|
17203
|
+
createdAt: Date;
|
|
17204
|
+
updatedAt: Date;
|
|
17205
|
+
deletedAt: Date | null;
|
|
17206
|
+
isActive: boolean;
|
|
17207
|
+
};
|
|
17208
17208
|
automationQueueId?: string | null | undefined;
|
|
17209
17209
|
};
|
|
17210
17210
|
platformMessageId: string;
|
|
@@ -17865,16 +17865,7 @@ export declare const telegramContract: {
|
|
|
17865
17865
|
closedAt: Date;
|
|
17866
17866
|
lastMessageAt: Date | null;
|
|
17867
17867
|
isBotRoom: boolean;
|
|
17868
|
-
|
|
17869
|
-
type: string;
|
|
17870
|
-
id: string;
|
|
17871
|
-
name: string;
|
|
17872
|
-
createdAt: Date;
|
|
17873
|
-
updatedAt: Date;
|
|
17874
|
-
deletedAt: Date | null;
|
|
17875
|
-
isActive: boolean;
|
|
17876
|
-
};
|
|
17877
|
-
cxlog?: {
|
|
17868
|
+
cxlog: {
|
|
17878
17869
|
id: string;
|
|
17879
17870
|
channel: string | null;
|
|
17880
17871
|
direction: string | null;
|
|
@@ -17959,7 +17950,16 @@ export declare const telegramContract: {
|
|
|
17959
17950
|
deletedAt: Date | null;
|
|
17960
17951
|
} | null | undefined;
|
|
17961
17952
|
}[] | null | undefined;
|
|
17962
|
-
}
|
|
17953
|
+
};
|
|
17954
|
+
workflowRule: {
|
|
17955
|
+
type: string;
|
|
17956
|
+
id: string;
|
|
17957
|
+
name: string;
|
|
17958
|
+
createdAt: Date;
|
|
17959
|
+
updatedAt: Date;
|
|
17960
|
+
deletedAt: Date | null;
|
|
17961
|
+
isActive: boolean;
|
|
17962
|
+
};
|
|
17963
17963
|
automationQueueId?: string | null | undefined;
|
|
17964
17964
|
};
|
|
17965
17965
|
platformMessageId: string;
|
|
@@ -18624,16 +18624,7 @@ export declare const telegramContract: {
|
|
|
18624
18624
|
closedAt: Date;
|
|
18625
18625
|
lastMessageAt: Date | null;
|
|
18626
18626
|
isBotRoom: boolean;
|
|
18627
|
-
|
|
18628
|
-
type: string;
|
|
18629
|
-
id: string;
|
|
18630
|
-
name: string;
|
|
18631
|
-
createdAt: Date;
|
|
18632
|
-
updatedAt: Date;
|
|
18633
|
-
deletedAt: Date | null;
|
|
18634
|
-
isActive: boolean;
|
|
18635
|
-
};
|
|
18636
|
-
cxlog?: {
|
|
18627
|
+
cxlog: {
|
|
18637
18628
|
id: string;
|
|
18638
18629
|
channel: string | null;
|
|
18639
18630
|
direction: string | null;
|
|
@@ -18718,7 +18709,16 @@ export declare const telegramContract: {
|
|
|
18718
18709
|
deletedAt: Date | null;
|
|
18719
18710
|
} | null | undefined;
|
|
18720
18711
|
}[] | null | undefined;
|
|
18721
|
-
}
|
|
18712
|
+
};
|
|
18713
|
+
workflowRule: {
|
|
18714
|
+
type: string;
|
|
18715
|
+
id: string;
|
|
18716
|
+
name: string;
|
|
18717
|
+
createdAt: Date;
|
|
18718
|
+
updatedAt: Date;
|
|
18719
|
+
deletedAt: Date | null;
|
|
18720
|
+
isActive: boolean;
|
|
18721
|
+
};
|
|
18722
18722
|
automationQueueId?: string | null | undefined;
|
|
18723
18723
|
};
|
|
18724
18724
|
platformMessageId: string;
|
|
@@ -19379,16 +19379,7 @@ export declare const telegramContract: {
|
|
|
19379
19379
|
closedAt: Date;
|
|
19380
19380
|
lastMessageAt: Date | null;
|
|
19381
19381
|
isBotRoom: boolean;
|
|
19382
|
-
|
|
19383
|
-
type: string;
|
|
19384
|
-
id: string;
|
|
19385
|
-
name: string;
|
|
19386
|
-
createdAt: Date;
|
|
19387
|
-
updatedAt: Date;
|
|
19388
|
-
deletedAt: Date | null;
|
|
19389
|
-
isActive: boolean;
|
|
19390
|
-
};
|
|
19391
|
-
cxlog?: {
|
|
19382
|
+
cxlog: {
|
|
19392
19383
|
id: string;
|
|
19393
19384
|
channel: string | null;
|
|
19394
19385
|
direction: string | null;
|
|
@@ -19473,7 +19464,16 @@ export declare const telegramContract: {
|
|
|
19473
19464
|
deletedAt: Date | null;
|
|
19474
19465
|
} | null | undefined;
|
|
19475
19466
|
}[] | null | undefined;
|
|
19476
|
-
}
|
|
19467
|
+
};
|
|
19468
|
+
workflowRule: {
|
|
19469
|
+
type: string;
|
|
19470
|
+
id: string;
|
|
19471
|
+
name: string;
|
|
19472
|
+
createdAt: Date;
|
|
19473
|
+
updatedAt: Date;
|
|
19474
|
+
deletedAt: Date | null;
|
|
19475
|
+
isActive: boolean;
|
|
19476
|
+
};
|
|
19477
19477
|
automationQueueId?: string | null | undefined;
|
|
19478
19478
|
};
|
|
19479
19479
|
platformMessageId: string;
|