@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
|
@@ -3364,7 +3364,7 @@ export declare const messengerContract: {
|
|
|
3364
3364
|
integrationId: string;
|
|
3365
3365
|
} | null;
|
|
3366
3366
|
}>;
|
|
3367
|
-
cxlog: z.
|
|
3367
|
+
cxlog: z.ZodObject<{
|
|
3368
3368
|
id: z.ZodString;
|
|
3369
3369
|
createdAt: z.ZodDate;
|
|
3370
3370
|
updatedAt: z.ZodDate;
|
|
@@ -3879,7 +3879,7 @@ export declare const messengerContract: {
|
|
|
3879
3879
|
deletedAt: Date | null;
|
|
3880
3880
|
} | null | undefined;
|
|
3881
3881
|
}[] | null | undefined;
|
|
3882
|
-
}
|
|
3882
|
+
}>;
|
|
3883
3883
|
workflowRule: z.ZodObject<{
|
|
3884
3884
|
id: z.ZodString;
|
|
3885
3885
|
createdAt: z.ZodDate;
|
|
@@ -4228,16 +4228,7 @@ export declare const messengerContract: {
|
|
|
4228
4228
|
closedAt: Date;
|
|
4229
4229
|
lastMessageAt: Date | null;
|
|
4230
4230
|
isBotRoom: boolean;
|
|
4231
|
-
|
|
4232
|
-
type: string;
|
|
4233
|
-
id: string;
|
|
4234
|
-
name: string;
|
|
4235
|
-
createdAt: Date;
|
|
4236
|
-
updatedAt: Date;
|
|
4237
|
-
deletedAt: Date | null;
|
|
4238
|
-
isActive: boolean;
|
|
4239
|
-
};
|
|
4240
|
-
cxlog?: {
|
|
4231
|
+
cxlog: {
|
|
4241
4232
|
id: string;
|
|
4242
4233
|
channel: string | null;
|
|
4243
4234
|
direction: string | null;
|
|
@@ -4322,7 +4313,16 @@ export declare const messengerContract: {
|
|
|
4322
4313
|
deletedAt: Date | null;
|
|
4323
4314
|
} | null | undefined;
|
|
4324
4315
|
}[] | null | undefined;
|
|
4325
|
-
}
|
|
4316
|
+
};
|
|
4317
|
+
workflowRule: {
|
|
4318
|
+
type: string;
|
|
4319
|
+
id: string;
|
|
4320
|
+
name: string;
|
|
4321
|
+
createdAt: Date;
|
|
4322
|
+
updatedAt: Date;
|
|
4323
|
+
deletedAt: Date | null;
|
|
4324
|
+
isActive: boolean;
|
|
4325
|
+
};
|
|
4326
4326
|
automationQueueId?: string | null | undefined;
|
|
4327
4327
|
}, {
|
|
4328
4328
|
id: string;
|
|
@@ -4646,16 +4646,7 @@ export declare const messengerContract: {
|
|
|
4646
4646
|
closedAt: Date;
|
|
4647
4647
|
lastMessageAt: Date | null;
|
|
4648
4648
|
isBotRoom: boolean;
|
|
4649
|
-
|
|
4650
|
-
type: string;
|
|
4651
|
-
id: string;
|
|
4652
|
-
name: string;
|
|
4653
|
-
createdAt: Date;
|
|
4654
|
-
updatedAt: Date;
|
|
4655
|
-
deletedAt: Date | null;
|
|
4656
|
-
isActive: boolean;
|
|
4657
|
-
};
|
|
4658
|
-
cxlog?: {
|
|
4649
|
+
cxlog: {
|
|
4659
4650
|
id: string;
|
|
4660
4651
|
channel: string | null;
|
|
4661
4652
|
direction: string | null;
|
|
@@ -4740,7 +4731,16 @@ export declare const messengerContract: {
|
|
|
4740
4731
|
deletedAt: Date | null;
|
|
4741
4732
|
} | null | undefined;
|
|
4742
4733
|
}[] | null | undefined;
|
|
4743
|
-
}
|
|
4734
|
+
};
|
|
4735
|
+
workflowRule: {
|
|
4736
|
+
type: string;
|
|
4737
|
+
id: string;
|
|
4738
|
+
name: string;
|
|
4739
|
+
createdAt: Date;
|
|
4740
|
+
updatedAt: Date;
|
|
4741
|
+
deletedAt: Date | null;
|
|
4742
|
+
isActive: boolean;
|
|
4743
|
+
};
|
|
4744
4744
|
automationQueueId?: string | null | undefined;
|
|
4745
4745
|
}>;
|
|
4746
4746
|
platformMessageId: z.ZodString;
|
|
@@ -7978,7 +7978,7 @@ export declare const messengerContract: {
|
|
|
7978
7978
|
integrationId: string;
|
|
7979
7979
|
} | null;
|
|
7980
7980
|
}>;
|
|
7981
|
-
cxlog: z.
|
|
7981
|
+
cxlog: z.ZodObject<{
|
|
7982
7982
|
id: z.ZodString;
|
|
7983
7983
|
createdAt: z.ZodDate;
|
|
7984
7984
|
updatedAt: z.ZodDate;
|
|
@@ -8493,7 +8493,7 @@ export declare const messengerContract: {
|
|
|
8493
8493
|
deletedAt: Date | null;
|
|
8494
8494
|
} | null | undefined;
|
|
8495
8495
|
}[] | null | undefined;
|
|
8496
|
-
}
|
|
8496
|
+
}>;
|
|
8497
8497
|
workflowRule: z.ZodObject<{
|
|
8498
8498
|
id: z.ZodString;
|
|
8499
8499
|
createdAt: z.ZodDate;
|
|
@@ -8842,16 +8842,7 @@ export declare const messengerContract: {
|
|
|
8842
8842
|
closedAt: Date;
|
|
8843
8843
|
lastMessageAt: Date | null;
|
|
8844
8844
|
isBotRoom: boolean;
|
|
8845
|
-
|
|
8846
|
-
type: string;
|
|
8847
|
-
id: string;
|
|
8848
|
-
name: string;
|
|
8849
|
-
createdAt: Date;
|
|
8850
|
-
updatedAt: Date;
|
|
8851
|
-
deletedAt: Date | null;
|
|
8852
|
-
isActive: boolean;
|
|
8853
|
-
};
|
|
8854
|
-
cxlog?: {
|
|
8845
|
+
cxlog: {
|
|
8855
8846
|
id: string;
|
|
8856
8847
|
channel: string | null;
|
|
8857
8848
|
direction: string | null;
|
|
@@ -8936,7 +8927,16 @@ export declare const messengerContract: {
|
|
|
8936
8927
|
deletedAt: Date | null;
|
|
8937
8928
|
} | null | undefined;
|
|
8938
8929
|
}[] | null | undefined;
|
|
8939
|
-
}
|
|
8930
|
+
};
|
|
8931
|
+
workflowRule: {
|
|
8932
|
+
type: string;
|
|
8933
|
+
id: string;
|
|
8934
|
+
name: string;
|
|
8935
|
+
createdAt: Date;
|
|
8936
|
+
updatedAt: Date;
|
|
8937
|
+
deletedAt: Date | null;
|
|
8938
|
+
isActive: boolean;
|
|
8939
|
+
};
|
|
8940
8940
|
automationQueueId?: string | null | undefined;
|
|
8941
8941
|
}, {
|
|
8942
8942
|
id: string;
|
|
@@ -9260,16 +9260,7 @@ export declare const messengerContract: {
|
|
|
9260
9260
|
closedAt: Date;
|
|
9261
9261
|
lastMessageAt: Date | null;
|
|
9262
9262
|
isBotRoom: boolean;
|
|
9263
|
-
|
|
9264
|
-
type: string;
|
|
9265
|
-
id: string;
|
|
9266
|
-
name: string;
|
|
9267
|
-
createdAt: Date;
|
|
9268
|
-
updatedAt: Date;
|
|
9269
|
-
deletedAt: Date | null;
|
|
9270
|
-
isActive: boolean;
|
|
9271
|
-
};
|
|
9272
|
-
cxlog?: {
|
|
9263
|
+
cxlog: {
|
|
9273
9264
|
id: string;
|
|
9274
9265
|
channel: string | null;
|
|
9275
9266
|
direction: string | null;
|
|
@@ -9354,7 +9345,16 @@ export declare const messengerContract: {
|
|
|
9354
9345
|
deletedAt: Date | null;
|
|
9355
9346
|
} | null | undefined;
|
|
9356
9347
|
}[] | null | undefined;
|
|
9357
|
-
}
|
|
9348
|
+
};
|
|
9349
|
+
workflowRule: {
|
|
9350
|
+
type: string;
|
|
9351
|
+
id: string;
|
|
9352
|
+
name: string;
|
|
9353
|
+
createdAt: Date;
|
|
9354
|
+
updatedAt: Date;
|
|
9355
|
+
deletedAt: Date | null;
|
|
9356
|
+
isActive: boolean;
|
|
9357
|
+
};
|
|
9358
9358
|
automationQueueId?: string | null | undefined;
|
|
9359
9359
|
}>;
|
|
9360
9360
|
upload: z.ZodObject<{
|
|
@@ -11451,16 +11451,7 @@ export declare const messengerContract: {
|
|
|
11451
11451
|
closedAt: Date;
|
|
11452
11452
|
lastMessageAt: Date | null;
|
|
11453
11453
|
isBotRoom: boolean;
|
|
11454
|
-
|
|
11455
|
-
type: string;
|
|
11456
|
-
id: string;
|
|
11457
|
-
name: string;
|
|
11458
|
-
createdAt: Date;
|
|
11459
|
-
updatedAt: Date;
|
|
11460
|
-
deletedAt: Date | null;
|
|
11461
|
-
isActive: boolean;
|
|
11462
|
-
};
|
|
11463
|
-
cxlog?: {
|
|
11454
|
+
cxlog: {
|
|
11464
11455
|
id: string;
|
|
11465
11456
|
channel: string | null;
|
|
11466
11457
|
direction: string | null;
|
|
@@ -11545,7 +11536,16 @@ export declare const messengerContract: {
|
|
|
11545
11536
|
deletedAt: Date | null;
|
|
11546
11537
|
} | null | undefined;
|
|
11547
11538
|
}[] | null | undefined;
|
|
11548
|
-
}
|
|
11539
|
+
};
|
|
11540
|
+
workflowRule: {
|
|
11541
|
+
type: string;
|
|
11542
|
+
id: string;
|
|
11543
|
+
name: string;
|
|
11544
|
+
createdAt: Date;
|
|
11545
|
+
updatedAt: Date;
|
|
11546
|
+
deletedAt: Date | null;
|
|
11547
|
+
isActive: boolean;
|
|
11548
|
+
};
|
|
11549
11549
|
automationQueueId?: string | null | undefined;
|
|
11550
11550
|
};
|
|
11551
11551
|
platformMessageId: string;
|
|
@@ -12206,16 +12206,7 @@ export declare const messengerContract: {
|
|
|
12206
12206
|
closedAt: Date;
|
|
12207
12207
|
lastMessageAt: Date | null;
|
|
12208
12208
|
isBotRoom: boolean;
|
|
12209
|
-
|
|
12210
|
-
type: string;
|
|
12211
|
-
id: string;
|
|
12212
|
-
name: string;
|
|
12213
|
-
createdAt: Date;
|
|
12214
|
-
updatedAt: Date;
|
|
12215
|
-
deletedAt: Date | null;
|
|
12216
|
-
isActive: boolean;
|
|
12217
|
-
};
|
|
12218
|
-
cxlog?: {
|
|
12209
|
+
cxlog: {
|
|
12219
12210
|
id: string;
|
|
12220
12211
|
channel: string | null;
|
|
12221
12212
|
direction: string | null;
|
|
@@ -12300,7 +12291,16 @@ export declare const messengerContract: {
|
|
|
12300
12291
|
deletedAt: Date | null;
|
|
12301
12292
|
} | null | undefined;
|
|
12302
12293
|
}[] | null | undefined;
|
|
12303
|
-
}
|
|
12294
|
+
};
|
|
12295
|
+
workflowRule: {
|
|
12296
|
+
type: string;
|
|
12297
|
+
id: string;
|
|
12298
|
+
name: string;
|
|
12299
|
+
createdAt: Date;
|
|
12300
|
+
updatedAt: Date;
|
|
12301
|
+
deletedAt: Date | null;
|
|
12302
|
+
isActive: boolean;
|
|
12303
|
+
};
|
|
12304
12304
|
automationQueueId?: string | null | undefined;
|
|
12305
12305
|
};
|
|
12306
12306
|
platformMessageId: string;
|
|
@@ -12962,16 +12962,7 @@ export declare const messengerContract: {
|
|
|
12962
12962
|
closedAt: Date;
|
|
12963
12963
|
lastMessageAt: Date | null;
|
|
12964
12964
|
isBotRoom: boolean;
|
|
12965
|
-
|
|
12966
|
-
type: string;
|
|
12967
|
-
id: string;
|
|
12968
|
-
name: string;
|
|
12969
|
-
createdAt: Date;
|
|
12970
|
-
updatedAt: Date;
|
|
12971
|
-
deletedAt: Date | null;
|
|
12972
|
-
isActive: boolean;
|
|
12973
|
-
};
|
|
12974
|
-
cxlog?: {
|
|
12965
|
+
cxlog: {
|
|
12975
12966
|
id: string;
|
|
12976
12967
|
channel: string | null;
|
|
12977
12968
|
direction: string | null;
|
|
@@ -13056,7 +13047,16 @@ export declare const messengerContract: {
|
|
|
13056
13047
|
deletedAt: Date | null;
|
|
13057
13048
|
} | null | undefined;
|
|
13058
13049
|
}[] | null | undefined;
|
|
13059
|
-
}
|
|
13050
|
+
};
|
|
13051
|
+
workflowRule: {
|
|
13052
|
+
type: string;
|
|
13053
|
+
id: string;
|
|
13054
|
+
name: string;
|
|
13055
|
+
createdAt: Date;
|
|
13056
|
+
updatedAt: Date;
|
|
13057
|
+
deletedAt: Date | null;
|
|
13058
|
+
isActive: boolean;
|
|
13059
|
+
};
|
|
13060
13060
|
automationQueueId?: string | null | undefined;
|
|
13061
13061
|
};
|
|
13062
13062
|
platformMessageId: string;
|
|
@@ -13717,16 +13717,7 @@ export declare const messengerContract: {
|
|
|
13717
13717
|
closedAt: Date;
|
|
13718
13718
|
lastMessageAt: Date | null;
|
|
13719
13719
|
isBotRoom: boolean;
|
|
13720
|
-
|
|
13721
|
-
type: string;
|
|
13722
|
-
id: string;
|
|
13723
|
-
name: string;
|
|
13724
|
-
createdAt: Date;
|
|
13725
|
-
updatedAt: Date;
|
|
13726
|
-
deletedAt: Date | null;
|
|
13727
|
-
isActive: boolean;
|
|
13728
|
-
};
|
|
13729
|
-
cxlog?: {
|
|
13720
|
+
cxlog: {
|
|
13730
13721
|
id: string;
|
|
13731
13722
|
channel: string | null;
|
|
13732
13723
|
direction: string | null;
|
|
@@ -13811,7 +13802,16 @@ export declare const messengerContract: {
|
|
|
13811
13802
|
deletedAt: Date | null;
|
|
13812
13803
|
} | null | undefined;
|
|
13813
13804
|
}[] | null | undefined;
|
|
13814
|
-
}
|
|
13805
|
+
};
|
|
13806
|
+
workflowRule: {
|
|
13807
|
+
type: string;
|
|
13808
|
+
id: string;
|
|
13809
|
+
name: string;
|
|
13810
|
+
createdAt: Date;
|
|
13811
|
+
updatedAt: Date;
|
|
13812
|
+
deletedAt: Date | null;
|
|
13813
|
+
isActive: boolean;
|
|
13814
|
+
};
|
|
13815
13815
|
automationQueueId?: string | null | undefined;
|
|
13816
13816
|
};
|
|
13817
13817
|
platformMessageId: string;
|
|
@@ -14473,16 +14473,7 @@ export declare const messengerContract: {
|
|
|
14473
14473
|
closedAt: Date;
|
|
14474
14474
|
lastMessageAt: Date | null;
|
|
14475
14475
|
isBotRoom: boolean;
|
|
14476
|
-
|
|
14477
|
-
type: string;
|
|
14478
|
-
id: string;
|
|
14479
|
-
name: string;
|
|
14480
|
-
createdAt: Date;
|
|
14481
|
-
updatedAt: Date;
|
|
14482
|
-
deletedAt: Date | null;
|
|
14483
|
-
isActive: boolean;
|
|
14484
|
-
};
|
|
14485
|
-
cxlog?: {
|
|
14476
|
+
cxlog: {
|
|
14486
14477
|
id: string;
|
|
14487
14478
|
channel: string | null;
|
|
14488
14479
|
direction: string | null;
|
|
@@ -14567,7 +14558,16 @@ export declare const messengerContract: {
|
|
|
14567
14558
|
deletedAt: Date | null;
|
|
14568
14559
|
} | null | undefined;
|
|
14569
14560
|
}[] | null | undefined;
|
|
14570
|
-
}
|
|
14561
|
+
};
|
|
14562
|
+
workflowRule: {
|
|
14563
|
+
type: string;
|
|
14564
|
+
id: string;
|
|
14565
|
+
name: string;
|
|
14566
|
+
createdAt: Date;
|
|
14567
|
+
updatedAt: Date;
|
|
14568
|
+
deletedAt: Date | null;
|
|
14569
|
+
isActive: boolean;
|
|
14570
|
+
};
|
|
14571
14571
|
automationQueueId?: string | null | undefined;
|
|
14572
14572
|
};
|
|
14573
14573
|
platformMessageId: string;
|
|
@@ -15228,16 +15228,7 @@ export declare const messengerContract: {
|
|
|
15228
15228
|
closedAt: Date;
|
|
15229
15229
|
lastMessageAt: Date | null;
|
|
15230
15230
|
isBotRoom: boolean;
|
|
15231
|
-
|
|
15232
|
-
type: string;
|
|
15233
|
-
id: string;
|
|
15234
|
-
name: string;
|
|
15235
|
-
createdAt: Date;
|
|
15236
|
-
updatedAt: Date;
|
|
15237
|
-
deletedAt: Date | null;
|
|
15238
|
-
isActive: boolean;
|
|
15239
|
-
};
|
|
15240
|
-
cxlog?: {
|
|
15231
|
+
cxlog: {
|
|
15241
15232
|
id: string;
|
|
15242
15233
|
channel: string | null;
|
|
15243
15234
|
direction: string | null;
|
|
@@ -15322,7 +15313,16 @@ export declare const messengerContract: {
|
|
|
15322
15313
|
deletedAt: Date | null;
|
|
15323
15314
|
} | null | undefined;
|
|
15324
15315
|
}[] | null | undefined;
|
|
15325
|
-
}
|
|
15316
|
+
};
|
|
15317
|
+
workflowRule: {
|
|
15318
|
+
type: string;
|
|
15319
|
+
id: string;
|
|
15320
|
+
name: string;
|
|
15321
|
+
createdAt: Date;
|
|
15322
|
+
updatedAt: Date;
|
|
15323
|
+
deletedAt: Date | null;
|
|
15324
|
+
isActive: boolean;
|
|
15325
|
+
};
|
|
15326
15326
|
automationQueueId?: string | null | undefined;
|
|
15327
15327
|
};
|
|
15328
15328
|
platformMessageId: string;
|
|
@@ -15986,16 +15986,7 @@ export declare const messengerContract: {
|
|
|
15986
15986
|
closedAt: Date;
|
|
15987
15987
|
lastMessageAt: Date | null;
|
|
15988
15988
|
isBotRoom: boolean;
|
|
15989
|
-
|
|
15990
|
-
type: string;
|
|
15991
|
-
id: string;
|
|
15992
|
-
name: string;
|
|
15993
|
-
createdAt: Date;
|
|
15994
|
-
updatedAt: Date;
|
|
15995
|
-
deletedAt: Date | null;
|
|
15996
|
-
isActive: boolean;
|
|
15997
|
-
};
|
|
15998
|
-
cxlog?: {
|
|
15989
|
+
cxlog: {
|
|
15999
15990
|
id: string;
|
|
16000
15991
|
channel: string | null;
|
|
16001
15992
|
direction: string | null;
|
|
@@ -16080,7 +16071,16 @@ export declare const messengerContract: {
|
|
|
16080
16071
|
deletedAt: Date | null;
|
|
16081
16072
|
} | null | undefined;
|
|
16082
16073
|
}[] | null | undefined;
|
|
16083
|
-
}
|
|
16074
|
+
};
|
|
16075
|
+
workflowRule: {
|
|
16076
|
+
type: string;
|
|
16077
|
+
id: string;
|
|
16078
|
+
name: string;
|
|
16079
|
+
createdAt: Date;
|
|
16080
|
+
updatedAt: Date;
|
|
16081
|
+
deletedAt: Date | null;
|
|
16082
|
+
isActive: boolean;
|
|
16083
|
+
};
|
|
16084
16084
|
automationQueueId?: string | null | undefined;
|
|
16085
16085
|
};
|
|
16086
16086
|
platformMessageId: string;
|
|
@@ -16741,16 +16741,7 @@ export declare const messengerContract: {
|
|
|
16741
16741
|
closedAt: Date;
|
|
16742
16742
|
lastMessageAt: Date | null;
|
|
16743
16743
|
isBotRoom: boolean;
|
|
16744
|
-
|
|
16745
|
-
type: string;
|
|
16746
|
-
id: string;
|
|
16747
|
-
name: string;
|
|
16748
|
-
createdAt: Date;
|
|
16749
|
-
updatedAt: Date;
|
|
16750
|
-
deletedAt: Date | null;
|
|
16751
|
-
isActive: boolean;
|
|
16752
|
-
};
|
|
16753
|
-
cxlog?: {
|
|
16744
|
+
cxlog: {
|
|
16754
16745
|
id: string;
|
|
16755
16746
|
channel: string | null;
|
|
16756
16747
|
direction: string | null;
|
|
@@ -16835,7 +16826,16 @@ export declare const messengerContract: {
|
|
|
16835
16826
|
deletedAt: Date | null;
|
|
16836
16827
|
} | null | undefined;
|
|
16837
16828
|
}[] | null | undefined;
|
|
16838
|
-
}
|
|
16829
|
+
};
|
|
16830
|
+
workflowRule: {
|
|
16831
|
+
type: string;
|
|
16832
|
+
id: string;
|
|
16833
|
+
name: string;
|
|
16834
|
+
createdAt: Date;
|
|
16835
|
+
updatedAt: Date;
|
|
16836
|
+
deletedAt: Date | null;
|
|
16837
|
+
isActive: boolean;
|
|
16838
|
+
};
|
|
16839
16839
|
automationQueueId?: string | null | undefined;
|
|
16840
16840
|
};
|
|
16841
16841
|
platformMessageId: string;
|
|
@@ -17500,16 +17500,7 @@ export declare const messengerContract: {
|
|
|
17500
17500
|
closedAt: Date;
|
|
17501
17501
|
lastMessageAt: Date | null;
|
|
17502
17502
|
isBotRoom: boolean;
|
|
17503
|
-
|
|
17504
|
-
type: string;
|
|
17505
|
-
id: string;
|
|
17506
|
-
name: string;
|
|
17507
|
-
createdAt: Date;
|
|
17508
|
-
updatedAt: Date;
|
|
17509
|
-
deletedAt: Date | null;
|
|
17510
|
-
isActive: boolean;
|
|
17511
|
-
};
|
|
17512
|
-
cxlog?: {
|
|
17503
|
+
cxlog: {
|
|
17513
17504
|
id: string;
|
|
17514
17505
|
channel: string | null;
|
|
17515
17506
|
direction: string | null;
|
|
@@ -17594,7 +17585,16 @@ export declare const messengerContract: {
|
|
|
17594
17585
|
deletedAt: Date | null;
|
|
17595
17586
|
} | null | undefined;
|
|
17596
17587
|
}[] | null | undefined;
|
|
17597
|
-
}
|
|
17588
|
+
};
|
|
17589
|
+
workflowRule: {
|
|
17590
|
+
type: string;
|
|
17591
|
+
id: string;
|
|
17592
|
+
name: string;
|
|
17593
|
+
createdAt: Date;
|
|
17594
|
+
updatedAt: Date;
|
|
17595
|
+
deletedAt: Date | null;
|
|
17596
|
+
isActive: boolean;
|
|
17597
|
+
};
|
|
17598
17598
|
automationQueueId?: string | null | undefined;
|
|
17599
17599
|
};
|
|
17600
17600
|
platformMessageId: string;
|
|
@@ -18255,16 +18255,7 @@ export declare const messengerContract: {
|
|
|
18255
18255
|
closedAt: Date;
|
|
18256
18256
|
lastMessageAt: Date | null;
|
|
18257
18257
|
isBotRoom: boolean;
|
|
18258
|
-
|
|
18259
|
-
type: string;
|
|
18260
|
-
id: string;
|
|
18261
|
-
name: string;
|
|
18262
|
-
createdAt: Date;
|
|
18263
|
-
updatedAt: Date;
|
|
18264
|
-
deletedAt: Date | null;
|
|
18265
|
-
isActive: boolean;
|
|
18266
|
-
};
|
|
18267
|
-
cxlog?: {
|
|
18258
|
+
cxlog: {
|
|
18268
18259
|
id: string;
|
|
18269
18260
|
channel: string | null;
|
|
18270
18261
|
direction: string | null;
|
|
@@ -18349,7 +18340,16 @@ export declare const messengerContract: {
|
|
|
18349
18340
|
deletedAt: Date | null;
|
|
18350
18341
|
} | null | undefined;
|
|
18351
18342
|
}[] | null | undefined;
|
|
18352
|
-
}
|
|
18343
|
+
};
|
|
18344
|
+
workflowRule: {
|
|
18345
|
+
type: string;
|
|
18346
|
+
id: string;
|
|
18347
|
+
name: string;
|
|
18348
|
+
createdAt: Date;
|
|
18349
|
+
updatedAt: Date;
|
|
18350
|
+
deletedAt: Date | null;
|
|
18351
|
+
isActive: boolean;
|
|
18352
|
+
};
|
|
18353
18353
|
automationQueueId?: string | null | undefined;
|
|
18354
18354
|
};
|
|
18355
18355
|
platformMessageId: string;
|