@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.
- 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
@@ -3357,7 +3357,7 @@ export declare const platformWebchatContract: {
|
|
3357
3357
|
integrationId: string;
|
3358
3358
|
} | null;
|
3359
3359
|
}>;
|
3360
|
-
cxlog: z.
|
3360
|
+
cxlog: z.ZodObject<{
|
3361
3361
|
id: z.ZodString;
|
3362
3362
|
createdAt: z.ZodDate;
|
3363
3363
|
updatedAt: z.ZodDate;
|
@@ -3872,7 +3872,7 @@ export declare const platformWebchatContract: {
|
|
3872
3872
|
deletedAt: Date | null;
|
3873
3873
|
} | null | undefined;
|
3874
3874
|
}[] | null | undefined;
|
3875
|
-
}
|
3875
|
+
}>;
|
3876
3876
|
workflowRule: z.ZodObject<{
|
3877
3877
|
id: z.ZodString;
|
3878
3878
|
createdAt: z.ZodDate;
|
@@ -4221,16 +4221,7 @@ export declare const platformWebchatContract: {
|
|
4221
4221
|
closedAt: Date;
|
4222
4222
|
lastMessageAt: Date | null;
|
4223
4223
|
isBotRoom: boolean;
|
4224
|
-
|
4225
|
-
type: string;
|
4226
|
-
id: string;
|
4227
|
-
name: string;
|
4228
|
-
createdAt: Date;
|
4229
|
-
updatedAt: Date;
|
4230
|
-
deletedAt: Date | null;
|
4231
|
-
isActive: boolean;
|
4232
|
-
};
|
4233
|
-
cxlog?: {
|
4224
|
+
cxlog: {
|
4234
4225
|
id: string;
|
4235
4226
|
channel: string | null;
|
4236
4227
|
direction: string | null;
|
@@ -4315,7 +4306,16 @@ export declare const platformWebchatContract: {
|
|
4315
4306
|
deletedAt: Date | null;
|
4316
4307
|
} | null | undefined;
|
4317
4308
|
}[] | null | undefined;
|
4318
|
-
}
|
4309
|
+
};
|
4310
|
+
workflowRule: {
|
4311
|
+
type: string;
|
4312
|
+
id: string;
|
4313
|
+
name: string;
|
4314
|
+
createdAt: Date;
|
4315
|
+
updatedAt: Date;
|
4316
|
+
deletedAt: Date | null;
|
4317
|
+
isActive: boolean;
|
4318
|
+
};
|
4319
4319
|
automationQueueId?: string | null | undefined;
|
4320
4320
|
}, {
|
4321
4321
|
id: string;
|
@@ -4639,16 +4639,7 @@ export declare const platformWebchatContract: {
|
|
4639
4639
|
closedAt: Date;
|
4640
4640
|
lastMessageAt: Date | null;
|
4641
4641
|
isBotRoom: boolean;
|
4642
|
-
|
4643
|
-
type: string;
|
4644
|
-
id: string;
|
4645
|
-
name: string;
|
4646
|
-
createdAt: Date;
|
4647
|
-
updatedAt: Date;
|
4648
|
-
deletedAt: Date | null;
|
4649
|
-
isActive: boolean;
|
4650
|
-
};
|
4651
|
-
cxlog?: {
|
4642
|
+
cxlog: {
|
4652
4643
|
id: string;
|
4653
4644
|
channel: string | null;
|
4654
4645
|
direction: string | null;
|
@@ -4733,7 +4724,16 @@ export declare const platformWebchatContract: {
|
|
4733
4724
|
deletedAt: Date | null;
|
4734
4725
|
} | null | undefined;
|
4735
4726
|
}[] | null | undefined;
|
4736
|
-
}
|
4727
|
+
};
|
4728
|
+
workflowRule: {
|
4729
|
+
type: string;
|
4730
|
+
id: string;
|
4731
|
+
name: string;
|
4732
|
+
createdAt: Date;
|
4733
|
+
updatedAt: Date;
|
4734
|
+
deletedAt: Date | null;
|
4735
|
+
isActive: boolean;
|
4736
|
+
};
|
4737
4737
|
automationQueueId?: string | null | undefined;
|
4738
4738
|
}>;
|
4739
4739
|
platformMessageId: z.ZodString;
|
@@ -7971,7 +7971,7 @@ export declare const platformWebchatContract: {
|
|
7971
7971
|
integrationId: string;
|
7972
7972
|
} | null;
|
7973
7973
|
}>;
|
7974
|
-
cxlog: z.
|
7974
|
+
cxlog: z.ZodObject<{
|
7975
7975
|
id: z.ZodString;
|
7976
7976
|
createdAt: z.ZodDate;
|
7977
7977
|
updatedAt: z.ZodDate;
|
@@ -8486,7 +8486,7 @@ export declare const platformWebchatContract: {
|
|
8486
8486
|
deletedAt: Date | null;
|
8487
8487
|
} | null | undefined;
|
8488
8488
|
}[] | null | undefined;
|
8489
|
-
}
|
8489
|
+
}>;
|
8490
8490
|
workflowRule: z.ZodObject<{
|
8491
8491
|
id: z.ZodString;
|
8492
8492
|
createdAt: z.ZodDate;
|
@@ -8835,16 +8835,7 @@ export declare const platformWebchatContract: {
|
|
8835
8835
|
closedAt: Date;
|
8836
8836
|
lastMessageAt: Date | null;
|
8837
8837
|
isBotRoom: boolean;
|
8838
|
-
|
8839
|
-
type: string;
|
8840
|
-
id: string;
|
8841
|
-
name: string;
|
8842
|
-
createdAt: Date;
|
8843
|
-
updatedAt: Date;
|
8844
|
-
deletedAt: Date | null;
|
8845
|
-
isActive: boolean;
|
8846
|
-
};
|
8847
|
-
cxlog?: {
|
8838
|
+
cxlog: {
|
8848
8839
|
id: string;
|
8849
8840
|
channel: string | null;
|
8850
8841
|
direction: string | null;
|
@@ -8929,7 +8920,16 @@ export declare const platformWebchatContract: {
|
|
8929
8920
|
deletedAt: Date | null;
|
8930
8921
|
} | null | undefined;
|
8931
8922
|
}[] | null | undefined;
|
8932
|
-
}
|
8923
|
+
};
|
8924
|
+
workflowRule: {
|
8925
|
+
type: string;
|
8926
|
+
id: string;
|
8927
|
+
name: string;
|
8928
|
+
createdAt: Date;
|
8929
|
+
updatedAt: Date;
|
8930
|
+
deletedAt: Date | null;
|
8931
|
+
isActive: boolean;
|
8932
|
+
};
|
8933
8933
|
automationQueueId?: string | null | undefined;
|
8934
8934
|
}, {
|
8935
8935
|
id: string;
|
@@ -9253,16 +9253,7 @@ export declare const platformWebchatContract: {
|
|
9253
9253
|
closedAt: Date;
|
9254
9254
|
lastMessageAt: Date | null;
|
9255
9255
|
isBotRoom: boolean;
|
9256
|
-
|
9257
|
-
type: string;
|
9258
|
-
id: string;
|
9259
|
-
name: string;
|
9260
|
-
createdAt: Date;
|
9261
|
-
updatedAt: Date;
|
9262
|
-
deletedAt: Date | null;
|
9263
|
-
isActive: boolean;
|
9264
|
-
};
|
9265
|
-
cxlog?: {
|
9256
|
+
cxlog: {
|
9266
9257
|
id: string;
|
9267
9258
|
channel: string | null;
|
9268
9259
|
direction: string | null;
|
@@ -9347,7 +9338,16 @@ export declare const platformWebchatContract: {
|
|
9347
9338
|
deletedAt: Date | null;
|
9348
9339
|
} | null | undefined;
|
9349
9340
|
}[] | null | undefined;
|
9350
|
-
}
|
9341
|
+
};
|
9342
|
+
workflowRule: {
|
9343
|
+
type: string;
|
9344
|
+
id: string;
|
9345
|
+
name: string;
|
9346
|
+
createdAt: Date;
|
9347
|
+
updatedAt: Date;
|
9348
|
+
deletedAt: Date | null;
|
9349
|
+
isActive: boolean;
|
9350
|
+
};
|
9351
9351
|
automationQueueId?: string | null | undefined;
|
9352
9352
|
}>;
|
9353
9353
|
upload: z.ZodObject<{
|
@@ -11444,16 +11444,7 @@ export declare const platformWebchatContract: {
|
|
11444
11444
|
closedAt: Date;
|
11445
11445
|
lastMessageAt: Date | null;
|
11446
11446
|
isBotRoom: boolean;
|
11447
|
-
|
11448
|
-
type: string;
|
11449
|
-
id: string;
|
11450
|
-
name: string;
|
11451
|
-
createdAt: Date;
|
11452
|
-
updatedAt: Date;
|
11453
|
-
deletedAt: Date | null;
|
11454
|
-
isActive: boolean;
|
11455
|
-
};
|
11456
|
-
cxlog?: {
|
11447
|
+
cxlog: {
|
11457
11448
|
id: string;
|
11458
11449
|
channel: string | null;
|
11459
11450
|
direction: string | null;
|
@@ -11538,7 +11529,16 @@ export declare const platformWebchatContract: {
|
|
11538
11529
|
deletedAt: Date | null;
|
11539
11530
|
} | null | undefined;
|
11540
11531
|
}[] | null | undefined;
|
11541
|
-
}
|
11532
|
+
};
|
11533
|
+
workflowRule: {
|
11534
|
+
type: string;
|
11535
|
+
id: string;
|
11536
|
+
name: string;
|
11537
|
+
createdAt: Date;
|
11538
|
+
updatedAt: Date;
|
11539
|
+
deletedAt: Date | null;
|
11540
|
+
isActive: boolean;
|
11541
|
+
};
|
11542
11542
|
automationQueueId?: string | null | undefined;
|
11543
11543
|
};
|
11544
11544
|
platformMessageId: string;
|
@@ -12199,16 +12199,7 @@ export declare const platformWebchatContract: {
|
|
12199
12199
|
closedAt: Date;
|
12200
12200
|
lastMessageAt: Date | null;
|
12201
12201
|
isBotRoom: boolean;
|
12202
|
-
|
12203
|
-
type: string;
|
12204
|
-
id: string;
|
12205
|
-
name: string;
|
12206
|
-
createdAt: Date;
|
12207
|
-
updatedAt: Date;
|
12208
|
-
deletedAt: Date | null;
|
12209
|
-
isActive: boolean;
|
12210
|
-
};
|
12211
|
-
cxlog?: {
|
12202
|
+
cxlog: {
|
12212
12203
|
id: string;
|
12213
12204
|
channel: string | null;
|
12214
12205
|
direction: string | null;
|
@@ -12293,7 +12284,16 @@ export declare const platformWebchatContract: {
|
|
12293
12284
|
deletedAt: Date | null;
|
12294
12285
|
} | null | undefined;
|
12295
12286
|
}[] | null | undefined;
|
12296
|
-
}
|
12287
|
+
};
|
12288
|
+
workflowRule: {
|
12289
|
+
type: string;
|
12290
|
+
id: string;
|
12291
|
+
name: string;
|
12292
|
+
createdAt: Date;
|
12293
|
+
updatedAt: Date;
|
12294
|
+
deletedAt: Date | null;
|
12295
|
+
isActive: boolean;
|
12296
|
+
};
|
12297
12297
|
automationQueueId?: string | null | undefined;
|
12298
12298
|
};
|
12299
12299
|
platformMessageId: string;
|
@@ -12955,16 +12955,7 @@ export declare const platformWebchatContract: {
|
|
12955
12955
|
closedAt: Date;
|
12956
12956
|
lastMessageAt: Date | null;
|
12957
12957
|
isBotRoom: boolean;
|
12958
|
-
|
12959
|
-
type: string;
|
12960
|
-
id: string;
|
12961
|
-
name: string;
|
12962
|
-
createdAt: Date;
|
12963
|
-
updatedAt: Date;
|
12964
|
-
deletedAt: Date | null;
|
12965
|
-
isActive: boolean;
|
12966
|
-
};
|
12967
|
-
cxlog?: {
|
12958
|
+
cxlog: {
|
12968
12959
|
id: string;
|
12969
12960
|
channel: string | null;
|
12970
12961
|
direction: string | null;
|
@@ -13049,7 +13040,16 @@ export declare const platformWebchatContract: {
|
|
13049
13040
|
deletedAt: Date | null;
|
13050
13041
|
} | null | undefined;
|
13051
13042
|
}[] | null | undefined;
|
13052
|
-
}
|
13043
|
+
};
|
13044
|
+
workflowRule: {
|
13045
|
+
type: string;
|
13046
|
+
id: string;
|
13047
|
+
name: string;
|
13048
|
+
createdAt: Date;
|
13049
|
+
updatedAt: Date;
|
13050
|
+
deletedAt: Date | null;
|
13051
|
+
isActive: boolean;
|
13052
|
+
};
|
13053
13053
|
automationQueueId?: string | null | undefined;
|
13054
13054
|
};
|
13055
13055
|
platformMessageId: string;
|
@@ -13710,16 +13710,7 @@ export declare const platformWebchatContract: {
|
|
13710
13710
|
closedAt: Date;
|
13711
13711
|
lastMessageAt: Date | null;
|
13712
13712
|
isBotRoom: boolean;
|
13713
|
-
|
13714
|
-
type: string;
|
13715
|
-
id: string;
|
13716
|
-
name: string;
|
13717
|
-
createdAt: Date;
|
13718
|
-
updatedAt: Date;
|
13719
|
-
deletedAt: Date | null;
|
13720
|
-
isActive: boolean;
|
13721
|
-
};
|
13722
|
-
cxlog?: {
|
13713
|
+
cxlog: {
|
13723
13714
|
id: string;
|
13724
13715
|
channel: string | null;
|
13725
13716
|
direction: string | null;
|
@@ -13804,7 +13795,16 @@ export declare const platformWebchatContract: {
|
|
13804
13795
|
deletedAt: Date | null;
|
13805
13796
|
} | null | undefined;
|
13806
13797
|
}[] | null | undefined;
|
13807
|
-
}
|
13798
|
+
};
|
13799
|
+
workflowRule: {
|
13800
|
+
type: string;
|
13801
|
+
id: string;
|
13802
|
+
name: string;
|
13803
|
+
createdAt: Date;
|
13804
|
+
updatedAt: Date;
|
13805
|
+
deletedAt: Date | null;
|
13806
|
+
isActive: boolean;
|
13807
|
+
};
|
13808
13808
|
automationQueueId?: string | null | undefined;
|
13809
13809
|
};
|
13810
13810
|
platformMessageId: string;
|
@@ -14466,16 +14466,7 @@ export declare const platformWebchatContract: {
|
|
14466
14466
|
closedAt: Date;
|
14467
14467
|
lastMessageAt: Date | null;
|
14468
14468
|
isBotRoom: boolean;
|
14469
|
-
|
14470
|
-
type: string;
|
14471
|
-
id: string;
|
14472
|
-
name: string;
|
14473
|
-
createdAt: Date;
|
14474
|
-
updatedAt: Date;
|
14475
|
-
deletedAt: Date | null;
|
14476
|
-
isActive: boolean;
|
14477
|
-
};
|
14478
|
-
cxlog?: {
|
14469
|
+
cxlog: {
|
14479
14470
|
id: string;
|
14480
14471
|
channel: string | null;
|
14481
14472
|
direction: string | null;
|
@@ -14560,7 +14551,16 @@ export declare const platformWebchatContract: {
|
|
14560
14551
|
deletedAt: Date | null;
|
14561
14552
|
} | null | undefined;
|
14562
14553
|
}[] | null | undefined;
|
14563
|
-
}
|
14554
|
+
};
|
14555
|
+
workflowRule: {
|
14556
|
+
type: string;
|
14557
|
+
id: string;
|
14558
|
+
name: string;
|
14559
|
+
createdAt: Date;
|
14560
|
+
updatedAt: Date;
|
14561
|
+
deletedAt: Date | null;
|
14562
|
+
isActive: boolean;
|
14563
|
+
};
|
14564
14564
|
automationQueueId?: string | null | undefined;
|
14565
14565
|
};
|
14566
14566
|
platformMessageId: string;
|
@@ -15221,16 +15221,7 @@ export declare const platformWebchatContract: {
|
|
15221
15221
|
closedAt: Date;
|
15222
15222
|
lastMessageAt: Date | null;
|
15223
15223
|
isBotRoom: boolean;
|
15224
|
-
|
15225
|
-
type: string;
|
15226
|
-
id: string;
|
15227
|
-
name: string;
|
15228
|
-
createdAt: Date;
|
15229
|
-
updatedAt: Date;
|
15230
|
-
deletedAt: Date | null;
|
15231
|
-
isActive: boolean;
|
15232
|
-
};
|
15233
|
-
cxlog?: {
|
15224
|
+
cxlog: {
|
15234
15225
|
id: string;
|
15235
15226
|
channel: string | null;
|
15236
15227
|
direction: string | null;
|
@@ -15315,7 +15306,16 @@ export declare const platformWebchatContract: {
|
|
15315
15306
|
deletedAt: Date | null;
|
15316
15307
|
} | null | undefined;
|
15317
15308
|
}[] | null | undefined;
|
15318
|
-
}
|
15309
|
+
};
|
15310
|
+
workflowRule: {
|
15311
|
+
type: string;
|
15312
|
+
id: string;
|
15313
|
+
name: string;
|
15314
|
+
createdAt: Date;
|
15315
|
+
updatedAt: Date;
|
15316
|
+
deletedAt: Date | null;
|
15317
|
+
isActive: boolean;
|
15318
|
+
};
|
15319
15319
|
automationQueueId?: string | null | undefined;
|
15320
15320
|
};
|
15321
15321
|
platformMessageId: string;
|
@@ -15979,16 +15979,7 @@ export declare const platformWebchatContract: {
|
|
15979
15979
|
closedAt: Date;
|
15980
15980
|
lastMessageAt: Date | null;
|
15981
15981
|
isBotRoom: boolean;
|
15982
|
-
|
15983
|
-
type: string;
|
15984
|
-
id: string;
|
15985
|
-
name: string;
|
15986
|
-
createdAt: Date;
|
15987
|
-
updatedAt: Date;
|
15988
|
-
deletedAt: Date | null;
|
15989
|
-
isActive: boolean;
|
15990
|
-
};
|
15991
|
-
cxlog?: {
|
15982
|
+
cxlog: {
|
15992
15983
|
id: string;
|
15993
15984
|
channel: string | null;
|
15994
15985
|
direction: string | null;
|
@@ -16073,7 +16064,16 @@ export declare const platformWebchatContract: {
|
|
16073
16064
|
deletedAt: Date | null;
|
16074
16065
|
} | null | undefined;
|
16075
16066
|
}[] | null | undefined;
|
16076
|
-
}
|
16067
|
+
};
|
16068
|
+
workflowRule: {
|
16069
|
+
type: string;
|
16070
|
+
id: string;
|
16071
|
+
name: string;
|
16072
|
+
createdAt: Date;
|
16073
|
+
updatedAt: Date;
|
16074
|
+
deletedAt: Date | null;
|
16075
|
+
isActive: boolean;
|
16076
|
+
};
|
16077
16077
|
automationQueueId?: string | null | undefined;
|
16078
16078
|
};
|
16079
16079
|
platformMessageId: string;
|
@@ -16734,16 +16734,7 @@ export declare const platformWebchatContract: {
|
|
16734
16734
|
closedAt: Date;
|
16735
16735
|
lastMessageAt: Date | null;
|
16736
16736
|
isBotRoom: boolean;
|
16737
|
-
|
16738
|
-
type: string;
|
16739
|
-
id: string;
|
16740
|
-
name: string;
|
16741
|
-
createdAt: Date;
|
16742
|
-
updatedAt: Date;
|
16743
|
-
deletedAt: Date | null;
|
16744
|
-
isActive: boolean;
|
16745
|
-
};
|
16746
|
-
cxlog?: {
|
16737
|
+
cxlog: {
|
16747
16738
|
id: string;
|
16748
16739
|
channel: string | null;
|
16749
16740
|
direction: string | null;
|
@@ -16828,7 +16819,16 @@ export declare const platformWebchatContract: {
|
|
16828
16819
|
deletedAt: Date | null;
|
16829
16820
|
} | null | undefined;
|
16830
16821
|
}[] | null | undefined;
|
16831
|
-
}
|
16822
|
+
};
|
16823
|
+
workflowRule: {
|
16824
|
+
type: string;
|
16825
|
+
id: string;
|
16826
|
+
name: string;
|
16827
|
+
createdAt: Date;
|
16828
|
+
updatedAt: Date;
|
16829
|
+
deletedAt: Date | null;
|
16830
|
+
isActive: boolean;
|
16831
|
+
};
|
16832
16832
|
automationQueueId?: string | null | undefined;
|
16833
16833
|
};
|
16834
16834
|
platformMessageId: string;
|
@@ -17493,16 +17493,7 @@ export declare const platformWebchatContract: {
|
|
17493
17493
|
closedAt: Date;
|
17494
17494
|
lastMessageAt: Date | null;
|
17495
17495
|
isBotRoom: boolean;
|
17496
|
-
|
17497
|
-
type: string;
|
17498
|
-
id: string;
|
17499
|
-
name: string;
|
17500
|
-
createdAt: Date;
|
17501
|
-
updatedAt: Date;
|
17502
|
-
deletedAt: Date | null;
|
17503
|
-
isActive: boolean;
|
17504
|
-
};
|
17505
|
-
cxlog?: {
|
17496
|
+
cxlog: {
|
17506
17497
|
id: string;
|
17507
17498
|
channel: string | null;
|
17508
17499
|
direction: string | null;
|
@@ -17587,7 +17578,16 @@ export declare const platformWebchatContract: {
|
|
17587
17578
|
deletedAt: Date | null;
|
17588
17579
|
} | null | undefined;
|
17589
17580
|
}[] | null | undefined;
|
17590
|
-
}
|
17581
|
+
};
|
17582
|
+
workflowRule: {
|
17583
|
+
type: string;
|
17584
|
+
id: string;
|
17585
|
+
name: string;
|
17586
|
+
createdAt: Date;
|
17587
|
+
updatedAt: Date;
|
17588
|
+
deletedAt: Date | null;
|
17589
|
+
isActive: boolean;
|
17590
|
+
};
|
17591
17591
|
automationQueueId?: string | null | undefined;
|
17592
17592
|
};
|
17593
17593
|
platformMessageId: string;
|
@@ -18248,16 +18248,7 @@ export declare const platformWebchatContract: {
|
|
18248
18248
|
closedAt: Date;
|
18249
18249
|
lastMessageAt: Date | null;
|
18250
18250
|
isBotRoom: boolean;
|
18251
|
-
|
18252
|
-
type: string;
|
18253
|
-
id: string;
|
18254
|
-
name: string;
|
18255
|
-
createdAt: Date;
|
18256
|
-
updatedAt: Date;
|
18257
|
-
deletedAt: Date | null;
|
18258
|
-
isActive: boolean;
|
18259
|
-
};
|
18260
|
-
cxlog?: {
|
18251
|
+
cxlog: {
|
18261
18252
|
id: string;
|
18262
18253
|
channel: string | null;
|
18263
18254
|
direction: string | null;
|
@@ -18342,7 +18333,16 @@ export declare const platformWebchatContract: {
|
|
18342
18333
|
deletedAt: Date | null;
|
18343
18334
|
} | null | undefined;
|
18344
18335
|
}[] | null | undefined;
|
18345
|
-
}
|
18336
|
+
};
|
18337
|
+
workflowRule: {
|
18338
|
+
type: string;
|
18339
|
+
id: string;
|
18340
|
+
name: string;
|
18341
|
+
createdAt: Date;
|
18342
|
+
updatedAt: Date;
|
18343
|
+
deletedAt: Date | null;
|
18344
|
+
isActive: boolean;
|
18345
|
+
};
|
18346
18346
|
automationQueueId?: string | null | undefined;
|
18347
18347
|
};
|
18348
18348
|
platformMessageId: string;
|