@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
|
@@ -4873,7 +4873,7 @@ export declare const viberContract: {
|
|
|
4873
4873
|
integrationId: string;
|
|
4874
4874
|
} | null;
|
|
4875
4875
|
}>;
|
|
4876
|
-
cxlog: z.
|
|
4876
|
+
cxlog: z.ZodObject<{
|
|
4877
4877
|
id: z.ZodString;
|
|
4878
4878
|
createdAt: z.ZodDate;
|
|
4879
4879
|
updatedAt: z.ZodDate;
|
|
@@ -5388,7 +5388,7 @@ export declare const viberContract: {
|
|
|
5388
5388
|
deletedAt: Date | null;
|
|
5389
5389
|
} | null | undefined;
|
|
5390
5390
|
}[] | null | undefined;
|
|
5391
|
-
}
|
|
5391
|
+
}>;
|
|
5392
5392
|
workflowRule: z.ZodObject<{
|
|
5393
5393
|
id: z.ZodString;
|
|
5394
5394
|
createdAt: z.ZodDate;
|
|
@@ -5737,16 +5737,7 @@ export declare const viberContract: {
|
|
|
5737
5737
|
closedAt: Date;
|
|
5738
5738
|
lastMessageAt: Date | null;
|
|
5739
5739
|
isBotRoom: boolean;
|
|
5740
|
-
|
|
5741
|
-
type: string;
|
|
5742
|
-
id: string;
|
|
5743
|
-
name: string;
|
|
5744
|
-
createdAt: Date;
|
|
5745
|
-
updatedAt: Date;
|
|
5746
|
-
deletedAt: Date | null;
|
|
5747
|
-
isActive: boolean;
|
|
5748
|
-
};
|
|
5749
|
-
cxlog?: {
|
|
5740
|
+
cxlog: {
|
|
5750
5741
|
id: string;
|
|
5751
5742
|
channel: string | null;
|
|
5752
5743
|
direction: string | null;
|
|
@@ -5831,7 +5822,16 @@ export declare const viberContract: {
|
|
|
5831
5822
|
deletedAt: Date | null;
|
|
5832
5823
|
} | null | undefined;
|
|
5833
5824
|
}[] | null | undefined;
|
|
5834
|
-
}
|
|
5825
|
+
};
|
|
5826
|
+
workflowRule: {
|
|
5827
|
+
type: string;
|
|
5828
|
+
id: string;
|
|
5829
|
+
name: string;
|
|
5830
|
+
createdAt: Date;
|
|
5831
|
+
updatedAt: Date;
|
|
5832
|
+
deletedAt: Date | null;
|
|
5833
|
+
isActive: boolean;
|
|
5834
|
+
};
|
|
5835
5835
|
automationQueueId?: string | null | undefined;
|
|
5836
5836
|
}, {
|
|
5837
5837
|
id: string;
|
|
@@ -6155,16 +6155,7 @@ export declare const viberContract: {
|
|
|
6155
6155
|
closedAt: Date;
|
|
6156
6156
|
lastMessageAt: Date | null;
|
|
6157
6157
|
isBotRoom: boolean;
|
|
6158
|
-
|
|
6159
|
-
type: string;
|
|
6160
|
-
id: string;
|
|
6161
|
-
name: string;
|
|
6162
|
-
createdAt: Date;
|
|
6163
|
-
updatedAt: Date;
|
|
6164
|
-
deletedAt: Date | null;
|
|
6165
|
-
isActive: boolean;
|
|
6166
|
-
};
|
|
6167
|
-
cxlog?: {
|
|
6158
|
+
cxlog: {
|
|
6168
6159
|
id: string;
|
|
6169
6160
|
channel: string | null;
|
|
6170
6161
|
direction: string | null;
|
|
@@ -6249,7 +6240,16 @@ export declare const viberContract: {
|
|
|
6249
6240
|
deletedAt: Date | null;
|
|
6250
6241
|
} | null | undefined;
|
|
6251
6242
|
}[] | null | undefined;
|
|
6252
|
-
}
|
|
6243
|
+
};
|
|
6244
|
+
workflowRule: {
|
|
6245
|
+
type: string;
|
|
6246
|
+
id: string;
|
|
6247
|
+
name: string;
|
|
6248
|
+
createdAt: Date;
|
|
6249
|
+
updatedAt: Date;
|
|
6250
|
+
deletedAt: Date | null;
|
|
6251
|
+
isActive: boolean;
|
|
6252
|
+
};
|
|
6253
6253
|
automationQueueId?: string | null | undefined;
|
|
6254
6254
|
}>;
|
|
6255
6255
|
platformMessageId: z.ZodString;
|
|
@@ -9487,7 +9487,7 @@ export declare const viberContract: {
|
|
|
9487
9487
|
integrationId: string;
|
|
9488
9488
|
} | null;
|
|
9489
9489
|
}>;
|
|
9490
|
-
cxlog: z.
|
|
9490
|
+
cxlog: z.ZodObject<{
|
|
9491
9491
|
id: z.ZodString;
|
|
9492
9492
|
createdAt: z.ZodDate;
|
|
9493
9493
|
updatedAt: z.ZodDate;
|
|
@@ -10002,7 +10002,7 @@ export declare const viberContract: {
|
|
|
10002
10002
|
deletedAt: Date | null;
|
|
10003
10003
|
} | null | undefined;
|
|
10004
10004
|
}[] | null | undefined;
|
|
10005
|
-
}
|
|
10005
|
+
}>;
|
|
10006
10006
|
workflowRule: z.ZodObject<{
|
|
10007
10007
|
id: z.ZodString;
|
|
10008
10008
|
createdAt: z.ZodDate;
|
|
@@ -10351,16 +10351,7 @@ export declare const viberContract: {
|
|
|
10351
10351
|
closedAt: Date;
|
|
10352
10352
|
lastMessageAt: Date | null;
|
|
10353
10353
|
isBotRoom: boolean;
|
|
10354
|
-
|
|
10355
|
-
type: string;
|
|
10356
|
-
id: string;
|
|
10357
|
-
name: string;
|
|
10358
|
-
createdAt: Date;
|
|
10359
|
-
updatedAt: Date;
|
|
10360
|
-
deletedAt: Date | null;
|
|
10361
|
-
isActive: boolean;
|
|
10362
|
-
};
|
|
10363
|
-
cxlog?: {
|
|
10354
|
+
cxlog: {
|
|
10364
10355
|
id: string;
|
|
10365
10356
|
channel: string | null;
|
|
10366
10357
|
direction: string | null;
|
|
@@ -10445,7 +10436,16 @@ export declare const viberContract: {
|
|
|
10445
10436
|
deletedAt: Date | null;
|
|
10446
10437
|
} | null | undefined;
|
|
10447
10438
|
}[] | null | undefined;
|
|
10448
|
-
}
|
|
10439
|
+
};
|
|
10440
|
+
workflowRule: {
|
|
10441
|
+
type: string;
|
|
10442
|
+
id: string;
|
|
10443
|
+
name: string;
|
|
10444
|
+
createdAt: Date;
|
|
10445
|
+
updatedAt: Date;
|
|
10446
|
+
deletedAt: Date | null;
|
|
10447
|
+
isActive: boolean;
|
|
10448
|
+
};
|
|
10449
10449
|
automationQueueId?: string | null | undefined;
|
|
10450
10450
|
}, {
|
|
10451
10451
|
id: string;
|
|
@@ -10769,16 +10769,7 @@ export declare const viberContract: {
|
|
|
10769
10769
|
closedAt: Date;
|
|
10770
10770
|
lastMessageAt: Date | null;
|
|
10771
10771
|
isBotRoom: boolean;
|
|
10772
|
-
|
|
10773
|
-
type: string;
|
|
10774
|
-
id: string;
|
|
10775
|
-
name: string;
|
|
10776
|
-
createdAt: Date;
|
|
10777
|
-
updatedAt: Date;
|
|
10778
|
-
deletedAt: Date | null;
|
|
10779
|
-
isActive: boolean;
|
|
10780
|
-
};
|
|
10781
|
-
cxlog?: {
|
|
10772
|
+
cxlog: {
|
|
10782
10773
|
id: string;
|
|
10783
10774
|
channel: string | null;
|
|
10784
10775
|
direction: string | null;
|
|
@@ -10863,7 +10854,16 @@ export declare const viberContract: {
|
|
|
10863
10854
|
deletedAt: Date | null;
|
|
10864
10855
|
} | null | undefined;
|
|
10865
10856
|
}[] | null | undefined;
|
|
10866
|
-
}
|
|
10857
|
+
};
|
|
10858
|
+
workflowRule: {
|
|
10859
|
+
type: string;
|
|
10860
|
+
id: string;
|
|
10861
|
+
name: string;
|
|
10862
|
+
createdAt: Date;
|
|
10863
|
+
updatedAt: Date;
|
|
10864
|
+
deletedAt: Date | null;
|
|
10865
|
+
isActive: boolean;
|
|
10866
|
+
};
|
|
10867
10867
|
automationQueueId?: string | null | undefined;
|
|
10868
10868
|
}>;
|
|
10869
10869
|
upload: z.ZodObject<{
|
|
@@ -12960,16 +12960,7 @@ export declare const viberContract: {
|
|
|
12960
12960
|
closedAt: Date;
|
|
12961
12961
|
lastMessageAt: Date | null;
|
|
12962
12962
|
isBotRoom: boolean;
|
|
12963
|
-
|
|
12964
|
-
type: string;
|
|
12965
|
-
id: string;
|
|
12966
|
-
name: string;
|
|
12967
|
-
createdAt: Date;
|
|
12968
|
-
updatedAt: Date;
|
|
12969
|
-
deletedAt: Date | null;
|
|
12970
|
-
isActive: boolean;
|
|
12971
|
-
};
|
|
12972
|
-
cxlog?: {
|
|
12963
|
+
cxlog: {
|
|
12973
12964
|
id: string;
|
|
12974
12965
|
channel: string | null;
|
|
12975
12966
|
direction: string | null;
|
|
@@ -13054,7 +13045,16 @@ export declare const viberContract: {
|
|
|
13054
13045
|
deletedAt: Date | null;
|
|
13055
13046
|
} | null | undefined;
|
|
13056
13047
|
}[] | null | undefined;
|
|
13057
|
-
}
|
|
13048
|
+
};
|
|
13049
|
+
workflowRule: {
|
|
13050
|
+
type: string;
|
|
13051
|
+
id: string;
|
|
13052
|
+
name: string;
|
|
13053
|
+
createdAt: Date;
|
|
13054
|
+
updatedAt: Date;
|
|
13055
|
+
deletedAt: Date | null;
|
|
13056
|
+
isActive: boolean;
|
|
13057
|
+
};
|
|
13058
13058
|
automationQueueId?: string | null | undefined;
|
|
13059
13059
|
};
|
|
13060
13060
|
platformMessageId: string;
|
|
@@ -13715,16 +13715,7 @@ export declare const viberContract: {
|
|
|
13715
13715
|
closedAt: Date;
|
|
13716
13716
|
lastMessageAt: Date | null;
|
|
13717
13717
|
isBotRoom: boolean;
|
|
13718
|
-
|
|
13719
|
-
type: string;
|
|
13720
|
-
id: string;
|
|
13721
|
-
name: string;
|
|
13722
|
-
createdAt: Date;
|
|
13723
|
-
updatedAt: Date;
|
|
13724
|
-
deletedAt: Date | null;
|
|
13725
|
-
isActive: boolean;
|
|
13726
|
-
};
|
|
13727
|
-
cxlog?: {
|
|
13718
|
+
cxlog: {
|
|
13728
13719
|
id: string;
|
|
13729
13720
|
channel: string | null;
|
|
13730
13721
|
direction: string | null;
|
|
@@ -13809,7 +13800,16 @@ export declare const viberContract: {
|
|
|
13809
13800
|
deletedAt: Date | null;
|
|
13810
13801
|
} | null | undefined;
|
|
13811
13802
|
}[] | null | undefined;
|
|
13812
|
-
}
|
|
13803
|
+
};
|
|
13804
|
+
workflowRule: {
|
|
13805
|
+
type: string;
|
|
13806
|
+
id: string;
|
|
13807
|
+
name: string;
|
|
13808
|
+
createdAt: Date;
|
|
13809
|
+
updatedAt: Date;
|
|
13810
|
+
deletedAt: Date | null;
|
|
13811
|
+
isActive: boolean;
|
|
13812
|
+
};
|
|
13813
13813
|
automationQueueId?: string | null | undefined;
|
|
13814
13814
|
};
|
|
13815
13815
|
platformMessageId: string;
|
|
@@ -14471,16 +14471,7 @@ export declare const viberContract: {
|
|
|
14471
14471
|
closedAt: Date;
|
|
14472
14472
|
lastMessageAt: Date | null;
|
|
14473
14473
|
isBotRoom: boolean;
|
|
14474
|
-
|
|
14475
|
-
type: string;
|
|
14476
|
-
id: string;
|
|
14477
|
-
name: string;
|
|
14478
|
-
createdAt: Date;
|
|
14479
|
-
updatedAt: Date;
|
|
14480
|
-
deletedAt: Date | null;
|
|
14481
|
-
isActive: boolean;
|
|
14482
|
-
};
|
|
14483
|
-
cxlog?: {
|
|
14474
|
+
cxlog: {
|
|
14484
14475
|
id: string;
|
|
14485
14476
|
channel: string | null;
|
|
14486
14477
|
direction: string | null;
|
|
@@ -14565,7 +14556,16 @@ export declare const viberContract: {
|
|
|
14565
14556
|
deletedAt: Date | null;
|
|
14566
14557
|
} | null | undefined;
|
|
14567
14558
|
}[] | null | undefined;
|
|
14568
|
-
}
|
|
14559
|
+
};
|
|
14560
|
+
workflowRule: {
|
|
14561
|
+
type: string;
|
|
14562
|
+
id: string;
|
|
14563
|
+
name: string;
|
|
14564
|
+
createdAt: Date;
|
|
14565
|
+
updatedAt: Date;
|
|
14566
|
+
deletedAt: Date | null;
|
|
14567
|
+
isActive: boolean;
|
|
14568
|
+
};
|
|
14569
14569
|
automationQueueId?: string | null | undefined;
|
|
14570
14570
|
};
|
|
14571
14571
|
platformMessageId: string;
|
|
@@ -15226,16 +15226,7 @@ export declare const viberContract: {
|
|
|
15226
15226
|
closedAt: Date;
|
|
15227
15227
|
lastMessageAt: Date | null;
|
|
15228
15228
|
isBotRoom: boolean;
|
|
15229
|
-
|
|
15230
|
-
type: string;
|
|
15231
|
-
id: string;
|
|
15232
|
-
name: string;
|
|
15233
|
-
createdAt: Date;
|
|
15234
|
-
updatedAt: Date;
|
|
15235
|
-
deletedAt: Date | null;
|
|
15236
|
-
isActive: boolean;
|
|
15237
|
-
};
|
|
15238
|
-
cxlog?: {
|
|
15229
|
+
cxlog: {
|
|
15239
15230
|
id: string;
|
|
15240
15231
|
channel: string | null;
|
|
15241
15232
|
direction: string | null;
|
|
@@ -15320,7 +15311,16 @@ export declare const viberContract: {
|
|
|
15320
15311
|
deletedAt: Date | null;
|
|
15321
15312
|
} | null | undefined;
|
|
15322
15313
|
}[] | null | undefined;
|
|
15323
|
-
}
|
|
15314
|
+
};
|
|
15315
|
+
workflowRule: {
|
|
15316
|
+
type: string;
|
|
15317
|
+
id: string;
|
|
15318
|
+
name: string;
|
|
15319
|
+
createdAt: Date;
|
|
15320
|
+
updatedAt: Date;
|
|
15321
|
+
deletedAt: Date | null;
|
|
15322
|
+
isActive: boolean;
|
|
15323
|
+
};
|
|
15324
15324
|
automationQueueId?: string | null | undefined;
|
|
15325
15325
|
};
|
|
15326
15326
|
platformMessageId: string;
|
|
@@ -15982,16 +15982,7 @@ export declare const viberContract: {
|
|
|
15982
15982
|
closedAt: Date;
|
|
15983
15983
|
lastMessageAt: Date | null;
|
|
15984
15984
|
isBotRoom: boolean;
|
|
15985
|
-
|
|
15986
|
-
type: string;
|
|
15987
|
-
id: string;
|
|
15988
|
-
name: string;
|
|
15989
|
-
createdAt: Date;
|
|
15990
|
-
updatedAt: Date;
|
|
15991
|
-
deletedAt: Date | null;
|
|
15992
|
-
isActive: boolean;
|
|
15993
|
-
};
|
|
15994
|
-
cxlog?: {
|
|
15985
|
+
cxlog: {
|
|
15995
15986
|
id: string;
|
|
15996
15987
|
channel: string | null;
|
|
15997
15988
|
direction: string | null;
|
|
@@ -16076,7 +16067,16 @@ export declare const viberContract: {
|
|
|
16076
16067
|
deletedAt: Date | null;
|
|
16077
16068
|
} | null | undefined;
|
|
16078
16069
|
}[] | null | undefined;
|
|
16079
|
-
}
|
|
16070
|
+
};
|
|
16071
|
+
workflowRule: {
|
|
16072
|
+
type: string;
|
|
16073
|
+
id: string;
|
|
16074
|
+
name: string;
|
|
16075
|
+
createdAt: Date;
|
|
16076
|
+
updatedAt: Date;
|
|
16077
|
+
deletedAt: Date | null;
|
|
16078
|
+
isActive: boolean;
|
|
16079
|
+
};
|
|
16080
16080
|
automationQueueId?: string | null | undefined;
|
|
16081
16081
|
};
|
|
16082
16082
|
platformMessageId: string;
|
|
@@ -16737,16 +16737,7 @@ export declare const viberContract: {
|
|
|
16737
16737
|
closedAt: Date;
|
|
16738
16738
|
lastMessageAt: Date | null;
|
|
16739
16739
|
isBotRoom: boolean;
|
|
16740
|
-
|
|
16741
|
-
type: string;
|
|
16742
|
-
id: string;
|
|
16743
|
-
name: string;
|
|
16744
|
-
createdAt: Date;
|
|
16745
|
-
updatedAt: Date;
|
|
16746
|
-
deletedAt: Date | null;
|
|
16747
|
-
isActive: boolean;
|
|
16748
|
-
};
|
|
16749
|
-
cxlog?: {
|
|
16740
|
+
cxlog: {
|
|
16750
16741
|
id: string;
|
|
16751
16742
|
channel: string | null;
|
|
16752
16743
|
direction: string | null;
|
|
@@ -16831,7 +16822,16 @@ export declare const viberContract: {
|
|
|
16831
16822
|
deletedAt: Date | null;
|
|
16832
16823
|
} | null | undefined;
|
|
16833
16824
|
}[] | null | undefined;
|
|
16834
|
-
}
|
|
16825
|
+
};
|
|
16826
|
+
workflowRule: {
|
|
16827
|
+
type: string;
|
|
16828
|
+
id: string;
|
|
16829
|
+
name: string;
|
|
16830
|
+
createdAt: Date;
|
|
16831
|
+
updatedAt: Date;
|
|
16832
|
+
deletedAt: Date | null;
|
|
16833
|
+
isActive: boolean;
|
|
16834
|
+
};
|
|
16835
16835
|
automationQueueId?: string | null | undefined;
|
|
16836
16836
|
};
|
|
16837
16837
|
platformMessageId: string;
|
|
@@ -17495,16 +17495,7 @@ export declare const viberContract: {
|
|
|
17495
17495
|
closedAt: Date;
|
|
17496
17496
|
lastMessageAt: Date | null;
|
|
17497
17497
|
isBotRoom: boolean;
|
|
17498
|
-
|
|
17499
|
-
type: string;
|
|
17500
|
-
id: string;
|
|
17501
|
-
name: string;
|
|
17502
|
-
createdAt: Date;
|
|
17503
|
-
updatedAt: Date;
|
|
17504
|
-
deletedAt: Date | null;
|
|
17505
|
-
isActive: boolean;
|
|
17506
|
-
};
|
|
17507
|
-
cxlog?: {
|
|
17498
|
+
cxlog: {
|
|
17508
17499
|
id: string;
|
|
17509
17500
|
channel: string | null;
|
|
17510
17501
|
direction: string | null;
|
|
@@ -17589,7 +17580,16 @@ export declare const viberContract: {
|
|
|
17589
17580
|
deletedAt: Date | null;
|
|
17590
17581
|
} | null | undefined;
|
|
17591
17582
|
}[] | null | undefined;
|
|
17592
|
-
}
|
|
17583
|
+
};
|
|
17584
|
+
workflowRule: {
|
|
17585
|
+
type: string;
|
|
17586
|
+
id: string;
|
|
17587
|
+
name: string;
|
|
17588
|
+
createdAt: Date;
|
|
17589
|
+
updatedAt: Date;
|
|
17590
|
+
deletedAt: Date | null;
|
|
17591
|
+
isActive: boolean;
|
|
17592
|
+
};
|
|
17593
17593
|
automationQueueId?: string | null | undefined;
|
|
17594
17594
|
};
|
|
17595
17595
|
platformMessageId: string;
|
|
@@ -18250,16 +18250,7 @@ export declare const viberContract: {
|
|
|
18250
18250
|
closedAt: Date;
|
|
18251
18251
|
lastMessageAt: Date | null;
|
|
18252
18252
|
isBotRoom: boolean;
|
|
18253
|
-
|
|
18254
|
-
type: string;
|
|
18255
|
-
id: string;
|
|
18256
|
-
name: string;
|
|
18257
|
-
createdAt: Date;
|
|
18258
|
-
updatedAt: Date;
|
|
18259
|
-
deletedAt: Date | null;
|
|
18260
|
-
isActive: boolean;
|
|
18261
|
-
};
|
|
18262
|
-
cxlog?: {
|
|
18253
|
+
cxlog: {
|
|
18263
18254
|
id: string;
|
|
18264
18255
|
channel: string | null;
|
|
18265
18256
|
direction: string | null;
|
|
@@ -18344,7 +18335,16 @@ export declare const viberContract: {
|
|
|
18344
18335
|
deletedAt: Date | null;
|
|
18345
18336
|
} | null | undefined;
|
|
18346
18337
|
}[] | null | undefined;
|
|
18347
|
-
}
|
|
18338
|
+
};
|
|
18339
|
+
workflowRule: {
|
|
18340
|
+
type: string;
|
|
18341
|
+
id: string;
|
|
18342
|
+
name: string;
|
|
18343
|
+
createdAt: Date;
|
|
18344
|
+
updatedAt: Date;
|
|
18345
|
+
deletedAt: Date | null;
|
|
18346
|
+
isActive: boolean;
|
|
18347
|
+
};
|
|
18348
18348
|
automationQueueId?: string | null | undefined;
|
|
18349
18349
|
};
|
|
18350
18350
|
platformMessageId: string;
|
|
@@ -19009,16 +19009,7 @@ export declare const viberContract: {
|
|
|
19009
19009
|
closedAt: Date;
|
|
19010
19010
|
lastMessageAt: Date | null;
|
|
19011
19011
|
isBotRoom: boolean;
|
|
19012
|
-
|
|
19013
|
-
type: string;
|
|
19014
|
-
id: string;
|
|
19015
|
-
name: string;
|
|
19016
|
-
createdAt: Date;
|
|
19017
|
-
updatedAt: Date;
|
|
19018
|
-
deletedAt: Date | null;
|
|
19019
|
-
isActive: boolean;
|
|
19020
|
-
};
|
|
19021
|
-
cxlog?: {
|
|
19012
|
+
cxlog: {
|
|
19022
19013
|
id: string;
|
|
19023
19014
|
channel: string | null;
|
|
19024
19015
|
direction: string | null;
|
|
@@ -19103,7 +19094,16 @@ export declare const viberContract: {
|
|
|
19103
19094
|
deletedAt: Date | null;
|
|
19104
19095
|
} | null | undefined;
|
|
19105
19096
|
}[] | null | undefined;
|
|
19106
|
-
}
|
|
19097
|
+
};
|
|
19098
|
+
workflowRule: {
|
|
19099
|
+
type: string;
|
|
19100
|
+
id: string;
|
|
19101
|
+
name: string;
|
|
19102
|
+
createdAt: Date;
|
|
19103
|
+
updatedAt: Date;
|
|
19104
|
+
deletedAt: Date | null;
|
|
19105
|
+
isActive: boolean;
|
|
19106
|
+
};
|
|
19107
19107
|
automationQueueId?: string | null | undefined;
|
|
19108
19108
|
};
|
|
19109
19109
|
platformMessageId: string;
|
|
@@ -19764,16 +19764,7 @@ export declare const viberContract: {
|
|
|
19764
19764
|
closedAt: Date;
|
|
19765
19765
|
lastMessageAt: Date | null;
|
|
19766
19766
|
isBotRoom: boolean;
|
|
19767
|
-
|
|
19768
|
-
type: string;
|
|
19769
|
-
id: string;
|
|
19770
|
-
name: string;
|
|
19771
|
-
createdAt: Date;
|
|
19772
|
-
updatedAt: Date;
|
|
19773
|
-
deletedAt: Date | null;
|
|
19774
|
-
isActive: boolean;
|
|
19775
|
-
};
|
|
19776
|
-
cxlog?: {
|
|
19767
|
+
cxlog: {
|
|
19777
19768
|
id: string;
|
|
19778
19769
|
channel: string | null;
|
|
19779
19770
|
direction: string | null;
|
|
@@ -19858,7 +19849,16 @@ export declare const viberContract: {
|
|
|
19858
19849
|
deletedAt: Date | null;
|
|
19859
19850
|
} | null | undefined;
|
|
19860
19851
|
}[] | null | undefined;
|
|
19861
|
-
}
|
|
19852
|
+
};
|
|
19853
|
+
workflowRule: {
|
|
19854
|
+
type: string;
|
|
19855
|
+
id: string;
|
|
19856
|
+
name: string;
|
|
19857
|
+
createdAt: Date;
|
|
19858
|
+
updatedAt: Date;
|
|
19859
|
+
deletedAt: Date | null;
|
|
19860
|
+
isActive: boolean;
|
|
19861
|
+
};
|
|
19862
19862
|
automationQueueId?: string | null | undefined;
|
|
19863
19863
|
};
|
|
19864
19864
|
platformMessageId: string;
|