@kl1/contracts 1.2.30-uat → 1.2.31-uat
Sign up to get free protection for your applications and to get access to all the features.
- 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/facebook-feed/index.d.ts +158 -158
- 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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -3361,7 +3361,7 @@ export declare const whatsappContract: {
|
|
3361
3361
|
integrationId: string;
|
3362
3362
|
} | null;
|
3363
3363
|
}>;
|
3364
|
-
cxlog: z.
|
3364
|
+
cxlog: z.ZodObject<{
|
3365
3365
|
id: z.ZodString;
|
3366
3366
|
createdAt: z.ZodDate;
|
3367
3367
|
updatedAt: z.ZodDate;
|
@@ -3876,7 +3876,7 @@ export declare const whatsappContract: {
|
|
3876
3876
|
deletedAt: Date | null;
|
3877
3877
|
} | null | undefined;
|
3878
3878
|
}[] | null | undefined;
|
3879
|
-
}
|
3879
|
+
}>;
|
3880
3880
|
workflowRule: z.ZodObject<{
|
3881
3881
|
id: z.ZodString;
|
3882
3882
|
createdAt: z.ZodDate;
|
@@ -4225,16 +4225,7 @@ export declare const whatsappContract: {
|
|
4225
4225
|
closedAt: Date;
|
4226
4226
|
lastMessageAt: Date | null;
|
4227
4227
|
isBotRoom: boolean;
|
4228
|
-
|
4229
|
-
type: string;
|
4230
|
-
id: string;
|
4231
|
-
name: string;
|
4232
|
-
createdAt: Date;
|
4233
|
-
updatedAt: Date;
|
4234
|
-
deletedAt: Date | null;
|
4235
|
-
isActive: boolean;
|
4236
|
-
};
|
4237
|
-
cxlog?: {
|
4228
|
+
cxlog: {
|
4238
4229
|
id: string;
|
4239
4230
|
channel: string | null;
|
4240
4231
|
direction: string | null;
|
@@ -4319,7 +4310,16 @@ export declare const whatsappContract: {
|
|
4319
4310
|
deletedAt: Date | null;
|
4320
4311
|
} | null | undefined;
|
4321
4312
|
}[] | null | undefined;
|
4322
|
-
}
|
4313
|
+
};
|
4314
|
+
workflowRule: {
|
4315
|
+
type: string;
|
4316
|
+
id: string;
|
4317
|
+
name: string;
|
4318
|
+
createdAt: Date;
|
4319
|
+
updatedAt: Date;
|
4320
|
+
deletedAt: Date | null;
|
4321
|
+
isActive: boolean;
|
4322
|
+
};
|
4323
4323
|
automationQueueId?: string | null | undefined;
|
4324
4324
|
}, {
|
4325
4325
|
id: string;
|
@@ -4643,16 +4643,7 @@ export declare const whatsappContract: {
|
|
4643
4643
|
closedAt: Date;
|
4644
4644
|
lastMessageAt: Date | null;
|
4645
4645
|
isBotRoom: boolean;
|
4646
|
-
|
4647
|
-
type: string;
|
4648
|
-
id: string;
|
4649
|
-
name: string;
|
4650
|
-
createdAt: Date;
|
4651
|
-
updatedAt: Date;
|
4652
|
-
deletedAt: Date | null;
|
4653
|
-
isActive: boolean;
|
4654
|
-
};
|
4655
|
-
cxlog?: {
|
4646
|
+
cxlog: {
|
4656
4647
|
id: string;
|
4657
4648
|
channel: string | null;
|
4658
4649
|
direction: string | null;
|
@@ -4737,7 +4728,16 @@ export declare const whatsappContract: {
|
|
4737
4728
|
deletedAt: Date | null;
|
4738
4729
|
} | null | undefined;
|
4739
4730
|
}[] | null | undefined;
|
4740
|
-
}
|
4731
|
+
};
|
4732
|
+
workflowRule: {
|
4733
|
+
type: string;
|
4734
|
+
id: string;
|
4735
|
+
name: string;
|
4736
|
+
createdAt: Date;
|
4737
|
+
updatedAt: Date;
|
4738
|
+
deletedAt: Date | null;
|
4739
|
+
isActive: boolean;
|
4740
|
+
};
|
4741
4741
|
automationQueueId?: string | null | undefined;
|
4742
4742
|
}>;
|
4743
4743
|
platformMessageId: z.ZodString;
|
@@ -7975,7 +7975,7 @@ export declare const whatsappContract: {
|
|
7975
7975
|
integrationId: string;
|
7976
7976
|
} | null;
|
7977
7977
|
}>;
|
7978
|
-
cxlog: z.
|
7978
|
+
cxlog: z.ZodObject<{
|
7979
7979
|
id: z.ZodString;
|
7980
7980
|
createdAt: z.ZodDate;
|
7981
7981
|
updatedAt: z.ZodDate;
|
@@ -8490,7 +8490,7 @@ export declare const whatsappContract: {
|
|
8490
8490
|
deletedAt: Date | null;
|
8491
8491
|
} | null | undefined;
|
8492
8492
|
}[] | null | undefined;
|
8493
|
-
}
|
8493
|
+
}>;
|
8494
8494
|
workflowRule: z.ZodObject<{
|
8495
8495
|
id: z.ZodString;
|
8496
8496
|
createdAt: z.ZodDate;
|
@@ -8839,16 +8839,7 @@ export declare const whatsappContract: {
|
|
8839
8839
|
closedAt: Date;
|
8840
8840
|
lastMessageAt: Date | null;
|
8841
8841
|
isBotRoom: boolean;
|
8842
|
-
|
8843
|
-
type: string;
|
8844
|
-
id: string;
|
8845
|
-
name: string;
|
8846
|
-
createdAt: Date;
|
8847
|
-
updatedAt: Date;
|
8848
|
-
deletedAt: Date | null;
|
8849
|
-
isActive: boolean;
|
8850
|
-
};
|
8851
|
-
cxlog?: {
|
8842
|
+
cxlog: {
|
8852
8843
|
id: string;
|
8853
8844
|
channel: string | null;
|
8854
8845
|
direction: string | null;
|
@@ -8933,7 +8924,16 @@ export declare const whatsappContract: {
|
|
8933
8924
|
deletedAt: Date | null;
|
8934
8925
|
} | null | undefined;
|
8935
8926
|
}[] | null | undefined;
|
8936
|
-
}
|
8927
|
+
};
|
8928
|
+
workflowRule: {
|
8929
|
+
type: string;
|
8930
|
+
id: string;
|
8931
|
+
name: string;
|
8932
|
+
createdAt: Date;
|
8933
|
+
updatedAt: Date;
|
8934
|
+
deletedAt: Date | null;
|
8935
|
+
isActive: boolean;
|
8936
|
+
};
|
8937
8937
|
automationQueueId?: string | null | undefined;
|
8938
8938
|
}, {
|
8939
8939
|
id: string;
|
@@ -9257,16 +9257,7 @@ export declare const whatsappContract: {
|
|
9257
9257
|
closedAt: Date;
|
9258
9258
|
lastMessageAt: Date | null;
|
9259
9259
|
isBotRoom: boolean;
|
9260
|
-
|
9261
|
-
type: string;
|
9262
|
-
id: string;
|
9263
|
-
name: string;
|
9264
|
-
createdAt: Date;
|
9265
|
-
updatedAt: Date;
|
9266
|
-
deletedAt: Date | null;
|
9267
|
-
isActive: boolean;
|
9268
|
-
};
|
9269
|
-
cxlog?: {
|
9260
|
+
cxlog: {
|
9270
9261
|
id: string;
|
9271
9262
|
channel: string | null;
|
9272
9263
|
direction: string | null;
|
@@ -9351,7 +9342,16 @@ export declare const whatsappContract: {
|
|
9351
9342
|
deletedAt: Date | null;
|
9352
9343
|
} | null | undefined;
|
9353
9344
|
}[] | null | undefined;
|
9354
|
-
}
|
9345
|
+
};
|
9346
|
+
workflowRule: {
|
9347
|
+
type: string;
|
9348
|
+
id: string;
|
9349
|
+
name: string;
|
9350
|
+
createdAt: Date;
|
9351
|
+
updatedAt: Date;
|
9352
|
+
deletedAt: Date | null;
|
9353
|
+
isActive: boolean;
|
9354
|
+
};
|
9355
9355
|
automationQueueId?: string | null | undefined;
|
9356
9356
|
}>;
|
9357
9357
|
upload: z.ZodObject<{
|
@@ -11448,16 +11448,7 @@ export declare const whatsappContract: {
|
|
11448
11448
|
closedAt: Date;
|
11449
11449
|
lastMessageAt: Date | null;
|
11450
11450
|
isBotRoom: boolean;
|
11451
|
-
|
11452
|
-
type: string;
|
11453
|
-
id: string;
|
11454
|
-
name: string;
|
11455
|
-
createdAt: Date;
|
11456
|
-
updatedAt: Date;
|
11457
|
-
deletedAt: Date | null;
|
11458
|
-
isActive: boolean;
|
11459
|
-
};
|
11460
|
-
cxlog?: {
|
11451
|
+
cxlog: {
|
11461
11452
|
id: string;
|
11462
11453
|
channel: string | null;
|
11463
11454
|
direction: string | null;
|
@@ -11542,7 +11533,16 @@ export declare const whatsappContract: {
|
|
11542
11533
|
deletedAt: Date | null;
|
11543
11534
|
} | null | undefined;
|
11544
11535
|
}[] | null | undefined;
|
11545
|
-
}
|
11536
|
+
};
|
11537
|
+
workflowRule: {
|
11538
|
+
type: string;
|
11539
|
+
id: string;
|
11540
|
+
name: string;
|
11541
|
+
createdAt: Date;
|
11542
|
+
updatedAt: Date;
|
11543
|
+
deletedAt: Date | null;
|
11544
|
+
isActive: boolean;
|
11545
|
+
};
|
11546
11546
|
automationQueueId?: string | null | undefined;
|
11547
11547
|
};
|
11548
11548
|
platformMessageId: string;
|
@@ -12203,16 +12203,7 @@ export declare const whatsappContract: {
|
|
12203
12203
|
closedAt: Date;
|
12204
12204
|
lastMessageAt: Date | null;
|
12205
12205
|
isBotRoom: boolean;
|
12206
|
-
|
12207
|
-
type: string;
|
12208
|
-
id: string;
|
12209
|
-
name: string;
|
12210
|
-
createdAt: Date;
|
12211
|
-
updatedAt: Date;
|
12212
|
-
deletedAt: Date | null;
|
12213
|
-
isActive: boolean;
|
12214
|
-
};
|
12215
|
-
cxlog?: {
|
12206
|
+
cxlog: {
|
12216
12207
|
id: string;
|
12217
12208
|
channel: string | null;
|
12218
12209
|
direction: string | null;
|
@@ -12297,7 +12288,16 @@ export declare const whatsappContract: {
|
|
12297
12288
|
deletedAt: Date | null;
|
12298
12289
|
} | null | undefined;
|
12299
12290
|
}[] | null | undefined;
|
12300
|
-
}
|
12291
|
+
};
|
12292
|
+
workflowRule: {
|
12293
|
+
type: string;
|
12294
|
+
id: string;
|
12295
|
+
name: string;
|
12296
|
+
createdAt: Date;
|
12297
|
+
updatedAt: Date;
|
12298
|
+
deletedAt: Date | null;
|
12299
|
+
isActive: boolean;
|
12300
|
+
};
|
12301
12301
|
automationQueueId?: string | null | undefined;
|
12302
12302
|
};
|
12303
12303
|
platformMessageId: string;
|
@@ -12959,16 +12959,7 @@ export declare const whatsappContract: {
|
|
12959
12959
|
closedAt: Date;
|
12960
12960
|
lastMessageAt: Date | null;
|
12961
12961
|
isBotRoom: boolean;
|
12962
|
-
|
12963
|
-
type: string;
|
12964
|
-
id: string;
|
12965
|
-
name: string;
|
12966
|
-
createdAt: Date;
|
12967
|
-
updatedAt: Date;
|
12968
|
-
deletedAt: Date | null;
|
12969
|
-
isActive: boolean;
|
12970
|
-
};
|
12971
|
-
cxlog?: {
|
12962
|
+
cxlog: {
|
12972
12963
|
id: string;
|
12973
12964
|
channel: string | null;
|
12974
12965
|
direction: string | null;
|
@@ -13053,7 +13044,16 @@ export declare const whatsappContract: {
|
|
13053
13044
|
deletedAt: Date | null;
|
13054
13045
|
} | null | undefined;
|
13055
13046
|
}[] | null | undefined;
|
13056
|
-
}
|
13047
|
+
};
|
13048
|
+
workflowRule: {
|
13049
|
+
type: string;
|
13050
|
+
id: string;
|
13051
|
+
name: string;
|
13052
|
+
createdAt: Date;
|
13053
|
+
updatedAt: Date;
|
13054
|
+
deletedAt: Date | null;
|
13055
|
+
isActive: boolean;
|
13056
|
+
};
|
13057
13057
|
automationQueueId?: string | null | undefined;
|
13058
13058
|
};
|
13059
13059
|
platformMessageId: string;
|
@@ -13714,16 +13714,7 @@ export declare const whatsappContract: {
|
|
13714
13714
|
closedAt: Date;
|
13715
13715
|
lastMessageAt: Date | null;
|
13716
13716
|
isBotRoom: boolean;
|
13717
|
-
|
13718
|
-
type: string;
|
13719
|
-
id: string;
|
13720
|
-
name: string;
|
13721
|
-
createdAt: Date;
|
13722
|
-
updatedAt: Date;
|
13723
|
-
deletedAt: Date | null;
|
13724
|
-
isActive: boolean;
|
13725
|
-
};
|
13726
|
-
cxlog?: {
|
13717
|
+
cxlog: {
|
13727
13718
|
id: string;
|
13728
13719
|
channel: string | null;
|
13729
13720
|
direction: string | null;
|
@@ -13808,7 +13799,16 @@ export declare const whatsappContract: {
|
|
13808
13799
|
deletedAt: Date | null;
|
13809
13800
|
} | null | undefined;
|
13810
13801
|
}[] | null | undefined;
|
13811
|
-
}
|
13802
|
+
};
|
13803
|
+
workflowRule: {
|
13804
|
+
type: string;
|
13805
|
+
id: string;
|
13806
|
+
name: string;
|
13807
|
+
createdAt: Date;
|
13808
|
+
updatedAt: Date;
|
13809
|
+
deletedAt: Date | null;
|
13810
|
+
isActive: boolean;
|
13811
|
+
};
|
13812
13812
|
automationQueueId?: string | null | undefined;
|
13813
13813
|
};
|
13814
13814
|
platformMessageId: string;
|
@@ -14470,16 +14470,7 @@ export declare const whatsappContract: {
|
|
14470
14470
|
closedAt: Date;
|
14471
14471
|
lastMessageAt: Date | null;
|
14472
14472
|
isBotRoom: boolean;
|
14473
|
-
|
14474
|
-
type: string;
|
14475
|
-
id: string;
|
14476
|
-
name: string;
|
14477
|
-
createdAt: Date;
|
14478
|
-
updatedAt: Date;
|
14479
|
-
deletedAt: Date | null;
|
14480
|
-
isActive: boolean;
|
14481
|
-
};
|
14482
|
-
cxlog?: {
|
14473
|
+
cxlog: {
|
14483
14474
|
id: string;
|
14484
14475
|
channel: string | null;
|
14485
14476
|
direction: string | null;
|
@@ -14564,7 +14555,16 @@ export declare const whatsappContract: {
|
|
14564
14555
|
deletedAt: Date | null;
|
14565
14556
|
} | null | undefined;
|
14566
14557
|
}[] | null | undefined;
|
14567
|
-
}
|
14558
|
+
};
|
14559
|
+
workflowRule: {
|
14560
|
+
type: string;
|
14561
|
+
id: string;
|
14562
|
+
name: string;
|
14563
|
+
createdAt: Date;
|
14564
|
+
updatedAt: Date;
|
14565
|
+
deletedAt: Date | null;
|
14566
|
+
isActive: boolean;
|
14567
|
+
};
|
14568
14568
|
automationQueueId?: string | null | undefined;
|
14569
14569
|
};
|
14570
14570
|
platformMessageId: string;
|
@@ -15225,16 +15225,7 @@ export declare const whatsappContract: {
|
|
15225
15225
|
closedAt: Date;
|
15226
15226
|
lastMessageAt: Date | null;
|
15227
15227
|
isBotRoom: boolean;
|
15228
|
-
|
15229
|
-
type: string;
|
15230
|
-
id: string;
|
15231
|
-
name: string;
|
15232
|
-
createdAt: Date;
|
15233
|
-
updatedAt: Date;
|
15234
|
-
deletedAt: Date | null;
|
15235
|
-
isActive: boolean;
|
15236
|
-
};
|
15237
|
-
cxlog?: {
|
15228
|
+
cxlog: {
|
15238
15229
|
id: string;
|
15239
15230
|
channel: string | null;
|
15240
15231
|
direction: string | null;
|
@@ -15319,7 +15310,16 @@ export declare const whatsappContract: {
|
|
15319
15310
|
deletedAt: Date | null;
|
15320
15311
|
} | null | undefined;
|
15321
15312
|
}[] | null | undefined;
|
15322
|
-
}
|
15313
|
+
};
|
15314
|
+
workflowRule: {
|
15315
|
+
type: string;
|
15316
|
+
id: string;
|
15317
|
+
name: string;
|
15318
|
+
createdAt: Date;
|
15319
|
+
updatedAt: Date;
|
15320
|
+
deletedAt: Date | null;
|
15321
|
+
isActive: boolean;
|
15322
|
+
};
|
15323
15323
|
automationQueueId?: string | null | undefined;
|
15324
15324
|
};
|
15325
15325
|
platformMessageId: string;
|
@@ -15983,16 +15983,7 @@ export declare const whatsappContract: {
|
|
15983
15983
|
closedAt: Date;
|
15984
15984
|
lastMessageAt: Date | null;
|
15985
15985
|
isBotRoom: boolean;
|
15986
|
-
|
15987
|
-
type: string;
|
15988
|
-
id: string;
|
15989
|
-
name: string;
|
15990
|
-
createdAt: Date;
|
15991
|
-
updatedAt: Date;
|
15992
|
-
deletedAt: Date | null;
|
15993
|
-
isActive: boolean;
|
15994
|
-
};
|
15995
|
-
cxlog?: {
|
15986
|
+
cxlog: {
|
15996
15987
|
id: string;
|
15997
15988
|
channel: string | null;
|
15998
15989
|
direction: string | null;
|
@@ -16077,7 +16068,16 @@ export declare const whatsappContract: {
|
|
16077
16068
|
deletedAt: Date | null;
|
16078
16069
|
} | null | undefined;
|
16079
16070
|
}[] | null | undefined;
|
16080
|
-
}
|
16071
|
+
};
|
16072
|
+
workflowRule: {
|
16073
|
+
type: string;
|
16074
|
+
id: string;
|
16075
|
+
name: string;
|
16076
|
+
createdAt: Date;
|
16077
|
+
updatedAt: Date;
|
16078
|
+
deletedAt: Date | null;
|
16079
|
+
isActive: boolean;
|
16080
|
+
};
|
16081
16081
|
automationQueueId?: string | null | undefined;
|
16082
16082
|
};
|
16083
16083
|
platformMessageId: string;
|
@@ -16738,16 +16738,7 @@ export declare const whatsappContract: {
|
|
16738
16738
|
closedAt: Date;
|
16739
16739
|
lastMessageAt: Date | null;
|
16740
16740
|
isBotRoom: boolean;
|
16741
|
-
|
16742
|
-
type: string;
|
16743
|
-
id: string;
|
16744
|
-
name: string;
|
16745
|
-
createdAt: Date;
|
16746
|
-
updatedAt: Date;
|
16747
|
-
deletedAt: Date | null;
|
16748
|
-
isActive: boolean;
|
16749
|
-
};
|
16750
|
-
cxlog?: {
|
16741
|
+
cxlog: {
|
16751
16742
|
id: string;
|
16752
16743
|
channel: string | null;
|
16753
16744
|
direction: string | null;
|
@@ -16832,7 +16823,16 @@ export declare const whatsappContract: {
|
|
16832
16823
|
deletedAt: Date | null;
|
16833
16824
|
} | null | undefined;
|
16834
16825
|
}[] | null | undefined;
|
16835
|
-
}
|
16826
|
+
};
|
16827
|
+
workflowRule: {
|
16828
|
+
type: string;
|
16829
|
+
id: string;
|
16830
|
+
name: string;
|
16831
|
+
createdAt: Date;
|
16832
|
+
updatedAt: Date;
|
16833
|
+
deletedAt: Date | null;
|
16834
|
+
isActive: boolean;
|
16835
|
+
};
|
16836
16836
|
automationQueueId?: string | null | undefined;
|
16837
16837
|
};
|
16838
16838
|
platformMessageId: string;
|
@@ -17497,16 +17497,7 @@ export declare const whatsappContract: {
|
|
17497
17497
|
closedAt: Date;
|
17498
17498
|
lastMessageAt: Date | null;
|
17499
17499
|
isBotRoom: boolean;
|
17500
|
-
|
17501
|
-
type: string;
|
17502
|
-
id: string;
|
17503
|
-
name: string;
|
17504
|
-
createdAt: Date;
|
17505
|
-
updatedAt: Date;
|
17506
|
-
deletedAt: Date | null;
|
17507
|
-
isActive: boolean;
|
17508
|
-
};
|
17509
|
-
cxlog?: {
|
17500
|
+
cxlog: {
|
17510
17501
|
id: string;
|
17511
17502
|
channel: string | null;
|
17512
17503
|
direction: string | null;
|
@@ -17591,7 +17582,16 @@ export declare const whatsappContract: {
|
|
17591
17582
|
deletedAt: Date | null;
|
17592
17583
|
} | null | undefined;
|
17593
17584
|
}[] | null | undefined;
|
17594
|
-
}
|
17585
|
+
};
|
17586
|
+
workflowRule: {
|
17587
|
+
type: string;
|
17588
|
+
id: string;
|
17589
|
+
name: string;
|
17590
|
+
createdAt: Date;
|
17591
|
+
updatedAt: Date;
|
17592
|
+
deletedAt: Date | null;
|
17593
|
+
isActive: boolean;
|
17594
|
+
};
|
17595
17595
|
automationQueueId?: string | null | undefined;
|
17596
17596
|
};
|
17597
17597
|
platformMessageId: string;
|
@@ -18252,16 +18252,7 @@ export declare const whatsappContract: {
|
|
18252
18252
|
closedAt: Date;
|
18253
18253
|
lastMessageAt: Date | null;
|
18254
18254
|
isBotRoom: boolean;
|
18255
|
-
|
18256
|
-
type: string;
|
18257
|
-
id: string;
|
18258
|
-
name: string;
|
18259
|
-
createdAt: Date;
|
18260
|
-
updatedAt: Date;
|
18261
|
-
deletedAt: Date | null;
|
18262
|
-
isActive: boolean;
|
18263
|
-
};
|
18264
|
-
cxlog?: {
|
18255
|
+
cxlog: {
|
18265
18256
|
id: string;
|
18266
18257
|
channel: string | null;
|
18267
18258
|
direction: string | null;
|
@@ -18346,7 +18337,16 @@ export declare const whatsappContract: {
|
|
18346
18337
|
deletedAt: Date | null;
|
18347
18338
|
} | null | undefined;
|
18348
18339
|
}[] | null | undefined;
|
18349
|
-
}
|
18340
|
+
};
|
18341
|
+
workflowRule: {
|
18342
|
+
type: string;
|
18343
|
+
id: string;
|
18344
|
+
name: string;
|
18345
|
+
createdAt: Date;
|
18346
|
+
updatedAt: Date;
|
18347
|
+
deletedAt: Date | null;
|
18348
|
+
isActive: boolean;
|
18349
|
+
};
|
18350
18350
|
automationQueueId?: string | null | undefined;
|
18351
18351
|
};
|
18352
18352
|
platformMessageId: string;
|