@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
|
@@ -3360,7 +3360,7 @@ export declare const instagramContract: {
|
|
|
3360
3360
|
integrationId: string;
|
|
3361
3361
|
} | null;
|
|
3362
3362
|
}>;
|
|
3363
|
-
cxlog: z.
|
|
3363
|
+
cxlog: z.ZodObject<{
|
|
3364
3364
|
id: z.ZodString;
|
|
3365
3365
|
createdAt: z.ZodDate;
|
|
3366
3366
|
updatedAt: z.ZodDate;
|
|
@@ -3875,7 +3875,7 @@ export declare const instagramContract: {
|
|
|
3875
3875
|
deletedAt: Date | null;
|
|
3876
3876
|
} | null | undefined;
|
|
3877
3877
|
}[] | null | undefined;
|
|
3878
|
-
}
|
|
3878
|
+
}>;
|
|
3879
3879
|
workflowRule: z.ZodObject<{
|
|
3880
3880
|
id: z.ZodString;
|
|
3881
3881
|
createdAt: z.ZodDate;
|
|
@@ -4224,16 +4224,7 @@ export declare const instagramContract: {
|
|
|
4224
4224
|
closedAt: Date;
|
|
4225
4225
|
lastMessageAt: Date | null;
|
|
4226
4226
|
isBotRoom: boolean;
|
|
4227
|
-
|
|
4228
|
-
type: string;
|
|
4229
|
-
id: string;
|
|
4230
|
-
name: string;
|
|
4231
|
-
createdAt: Date;
|
|
4232
|
-
updatedAt: Date;
|
|
4233
|
-
deletedAt: Date | null;
|
|
4234
|
-
isActive: boolean;
|
|
4235
|
-
};
|
|
4236
|
-
cxlog?: {
|
|
4227
|
+
cxlog: {
|
|
4237
4228
|
id: string;
|
|
4238
4229
|
channel: string | null;
|
|
4239
4230
|
direction: string | null;
|
|
@@ -4318,7 +4309,16 @@ export declare const instagramContract: {
|
|
|
4318
4309
|
deletedAt: Date | null;
|
|
4319
4310
|
} | null | undefined;
|
|
4320
4311
|
}[] | null | undefined;
|
|
4321
|
-
}
|
|
4312
|
+
};
|
|
4313
|
+
workflowRule: {
|
|
4314
|
+
type: string;
|
|
4315
|
+
id: string;
|
|
4316
|
+
name: string;
|
|
4317
|
+
createdAt: Date;
|
|
4318
|
+
updatedAt: Date;
|
|
4319
|
+
deletedAt: Date | null;
|
|
4320
|
+
isActive: boolean;
|
|
4321
|
+
};
|
|
4322
4322
|
automationQueueId?: string | null | undefined;
|
|
4323
4323
|
}, {
|
|
4324
4324
|
id: string;
|
|
@@ -4642,16 +4642,7 @@ export declare const instagramContract: {
|
|
|
4642
4642
|
closedAt: Date;
|
|
4643
4643
|
lastMessageAt: Date | null;
|
|
4644
4644
|
isBotRoom: boolean;
|
|
4645
|
-
|
|
4646
|
-
type: string;
|
|
4647
|
-
id: string;
|
|
4648
|
-
name: string;
|
|
4649
|
-
createdAt: Date;
|
|
4650
|
-
updatedAt: Date;
|
|
4651
|
-
deletedAt: Date | null;
|
|
4652
|
-
isActive: boolean;
|
|
4653
|
-
};
|
|
4654
|
-
cxlog?: {
|
|
4645
|
+
cxlog: {
|
|
4655
4646
|
id: string;
|
|
4656
4647
|
channel: string | null;
|
|
4657
4648
|
direction: string | null;
|
|
@@ -4736,7 +4727,16 @@ export declare const instagramContract: {
|
|
|
4736
4727
|
deletedAt: Date | null;
|
|
4737
4728
|
} | null | undefined;
|
|
4738
4729
|
}[] | null | undefined;
|
|
4739
|
-
}
|
|
4730
|
+
};
|
|
4731
|
+
workflowRule: {
|
|
4732
|
+
type: string;
|
|
4733
|
+
id: string;
|
|
4734
|
+
name: string;
|
|
4735
|
+
createdAt: Date;
|
|
4736
|
+
updatedAt: Date;
|
|
4737
|
+
deletedAt: Date | null;
|
|
4738
|
+
isActive: boolean;
|
|
4739
|
+
};
|
|
4740
4740
|
automationQueueId?: string | null | undefined;
|
|
4741
4741
|
}>;
|
|
4742
4742
|
platformMessageId: z.ZodString;
|
|
@@ -7974,7 +7974,7 @@ export declare const instagramContract: {
|
|
|
7974
7974
|
integrationId: string;
|
|
7975
7975
|
} | null;
|
|
7976
7976
|
}>;
|
|
7977
|
-
cxlog: z.
|
|
7977
|
+
cxlog: z.ZodObject<{
|
|
7978
7978
|
id: z.ZodString;
|
|
7979
7979
|
createdAt: z.ZodDate;
|
|
7980
7980
|
updatedAt: z.ZodDate;
|
|
@@ -8489,7 +8489,7 @@ export declare const instagramContract: {
|
|
|
8489
8489
|
deletedAt: Date | null;
|
|
8490
8490
|
} | null | undefined;
|
|
8491
8491
|
}[] | null | undefined;
|
|
8492
|
-
}
|
|
8492
|
+
}>;
|
|
8493
8493
|
workflowRule: z.ZodObject<{
|
|
8494
8494
|
id: z.ZodString;
|
|
8495
8495
|
createdAt: z.ZodDate;
|
|
@@ -8838,16 +8838,7 @@ export declare const instagramContract: {
|
|
|
8838
8838
|
closedAt: Date;
|
|
8839
8839
|
lastMessageAt: Date | null;
|
|
8840
8840
|
isBotRoom: boolean;
|
|
8841
|
-
|
|
8842
|
-
type: string;
|
|
8843
|
-
id: string;
|
|
8844
|
-
name: string;
|
|
8845
|
-
createdAt: Date;
|
|
8846
|
-
updatedAt: Date;
|
|
8847
|
-
deletedAt: Date | null;
|
|
8848
|
-
isActive: boolean;
|
|
8849
|
-
};
|
|
8850
|
-
cxlog?: {
|
|
8841
|
+
cxlog: {
|
|
8851
8842
|
id: string;
|
|
8852
8843
|
channel: string | null;
|
|
8853
8844
|
direction: string | null;
|
|
@@ -8932,7 +8923,16 @@ export declare const instagramContract: {
|
|
|
8932
8923
|
deletedAt: Date | null;
|
|
8933
8924
|
} | null | undefined;
|
|
8934
8925
|
}[] | null | undefined;
|
|
8935
|
-
}
|
|
8926
|
+
};
|
|
8927
|
+
workflowRule: {
|
|
8928
|
+
type: string;
|
|
8929
|
+
id: string;
|
|
8930
|
+
name: string;
|
|
8931
|
+
createdAt: Date;
|
|
8932
|
+
updatedAt: Date;
|
|
8933
|
+
deletedAt: Date | null;
|
|
8934
|
+
isActive: boolean;
|
|
8935
|
+
};
|
|
8936
8936
|
automationQueueId?: string | null | undefined;
|
|
8937
8937
|
}, {
|
|
8938
8938
|
id: string;
|
|
@@ -9256,16 +9256,7 @@ export declare const instagramContract: {
|
|
|
9256
9256
|
closedAt: Date;
|
|
9257
9257
|
lastMessageAt: Date | null;
|
|
9258
9258
|
isBotRoom: boolean;
|
|
9259
|
-
|
|
9260
|
-
type: string;
|
|
9261
|
-
id: string;
|
|
9262
|
-
name: string;
|
|
9263
|
-
createdAt: Date;
|
|
9264
|
-
updatedAt: Date;
|
|
9265
|
-
deletedAt: Date | null;
|
|
9266
|
-
isActive: boolean;
|
|
9267
|
-
};
|
|
9268
|
-
cxlog?: {
|
|
9259
|
+
cxlog: {
|
|
9269
9260
|
id: string;
|
|
9270
9261
|
channel: string | null;
|
|
9271
9262
|
direction: string | null;
|
|
@@ -9350,7 +9341,16 @@ export declare const instagramContract: {
|
|
|
9350
9341
|
deletedAt: Date | null;
|
|
9351
9342
|
} | null | undefined;
|
|
9352
9343
|
}[] | null | undefined;
|
|
9353
|
-
}
|
|
9344
|
+
};
|
|
9345
|
+
workflowRule: {
|
|
9346
|
+
type: string;
|
|
9347
|
+
id: string;
|
|
9348
|
+
name: string;
|
|
9349
|
+
createdAt: Date;
|
|
9350
|
+
updatedAt: Date;
|
|
9351
|
+
deletedAt: Date | null;
|
|
9352
|
+
isActive: boolean;
|
|
9353
|
+
};
|
|
9354
9354
|
automationQueueId?: string | null | undefined;
|
|
9355
9355
|
}>;
|
|
9356
9356
|
upload: z.ZodObject<{
|
|
@@ -11447,16 +11447,7 @@ export declare const instagramContract: {
|
|
|
11447
11447
|
closedAt: Date;
|
|
11448
11448
|
lastMessageAt: Date | null;
|
|
11449
11449
|
isBotRoom: boolean;
|
|
11450
|
-
|
|
11451
|
-
type: string;
|
|
11452
|
-
id: string;
|
|
11453
|
-
name: string;
|
|
11454
|
-
createdAt: Date;
|
|
11455
|
-
updatedAt: Date;
|
|
11456
|
-
deletedAt: Date | null;
|
|
11457
|
-
isActive: boolean;
|
|
11458
|
-
};
|
|
11459
|
-
cxlog?: {
|
|
11450
|
+
cxlog: {
|
|
11460
11451
|
id: string;
|
|
11461
11452
|
channel: string | null;
|
|
11462
11453
|
direction: string | null;
|
|
@@ -11541,7 +11532,16 @@ export declare const instagramContract: {
|
|
|
11541
11532
|
deletedAt: Date | null;
|
|
11542
11533
|
} | null | undefined;
|
|
11543
11534
|
}[] | null | undefined;
|
|
11544
|
-
}
|
|
11535
|
+
};
|
|
11536
|
+
workflowRule: {
|
|
11537
|
+
type: string;
|
|
11538
|
+
id: string;
|
|
11539
|
+
name: string;
|
|
11540
|
+
createdAt: Date;
|
|
11541
|
+
updatedAt: Date;
|
|
11542
|
+
deletedAt: Date | null;
|
|
11543
|
+
isActive: boolean;
|
|
11544
|
+
};
|
|
11545
11545
|
automationQueueId?: string | null | undefined;
|
|
11546
11546
|
};
|
|
11547
11547
|
platformMessageId: string;
|
|
@@ -12202,16 +12202,7 @@ export declare const instagramContract: {
|
|
|
12202
12202
|
closedAt: Date;
|
|
12203
12203
|
lastMessageAt: Date | null;
|
|
12204
12204
|
isBotRoom: boolean;
|
|
12205
|
-
|
|
12206
|
-
type: string;
|
|
12207
|
-
id: string;
|
|
12208
|
-
name: string;
|
|
12209
|
-
createdAt: Date;
|
|
12210
|
-
updatedAt: Date;
|
|
12211
|
-
deletedAt: Date | null;
|
|
12212
|
-
isActive: boolean;
|
|
12213
|
-
};
|
|
12214
|
-
cxlog?: {
|
|
12205
|
+
cxlog: {
|
|
12215
12206
|
id: string;
|
|
12216
12207
|
channel: string | null;
|
|
12217
12208
|
direction: string | null;
|
|
@@ -12296,7 +12287,16 @@ export declare const instagramContract: {
|
|
|
12296
12287
|
deletedAt: Date | null;
|
|
12297
12288
|
} | null | undefined;
|
|
12298
12289
|
}[] | null | undefined;
|
|
12299
|
-
}
|
|
12290
|
+
};
|
|
12291
|
+
workflowRule: {
|
|
12292
|
+
type: string;
|
|
12293
|
+
id: string;
|
|
12294
|
+
name: string;
|
|
12295
|
+
createdAt: Date;
|
|
12296
|
+
updatedAt: Date;
|
|
12297
|
+
deletedAt: Date | null;
|
|
12298
|
+
isActive: boolean;
|
|
12299
|
+
};
|
|
12300
12300
|
automationQueueId?: string | null | undefined;
|
|
12301
12301
|
};
|
|
12302
12302
|
platformMessageId: string;
|
|
@@ -12958,16 +12958,7 @@ export declare const instagramContract: {
|
|
|
12958
12958
|
closedAt: Date;
|
|
12959
12959
|
lastMessageAt: Date | null;
|
|
12960
12960
|
isBotRoom: boolean;
|
|
12961
|
-
|
|
12962
|
-
type: string;
|
|
12963
|
-
id: string;
|
|
12964
|
-
name: string;
|
|
12965
|
-
createdAt: Date;
|
|
12966
|
-
updatedAt: Date;
|
|
12967
|
-
deletedAt: Date | null;
|
|
12968
|
-
isActive: boolean;
|
|
12969
|
-
};
|
|
12970
|
-
cxlog?: {
|
|
12961
|
+
cxlog: {
|
|
12971
12962
|
id: string;
|
|
12972
12963
|
channel: string | null;
|
|
12973
12964
|
direction: string | null;
|
|
@@ -13052,7 +13043,16 @@ export declare const instagramContract: {
|
|
|
13052
13043
|
deletedAt: Date | null;
|
|
13053
13044
|
} | null | undefined;
|
|
13054
13045
|
}[] | null | undefined;
|
|
13055
|
-
}
|
|
13046
|
+
};
|
|
13047
|
+
workflowRule: {
|
|
13048
|
+
type: string;
|
|
13049
|
+
id: string;
|
|
13050
|
+
name: string;
|
|
13051
|
+
createdAt: Date;
|
|
13052
|
+
updatedAt: Date;
|
|
13053
|
+
deletedAt: Date | null;
|
|
13054
|
+
isActive: boolean;
|
|
13055
|
+
};
|
|
13056
13056
|
automationQueueId?: string | null | undefined;
|
|
13057
13057
|
};
|
|
13058
13058
|
platformMessageId: string;
|
|
@@ -13713,16 +13713,7 @@ export declare const instagramContract: {
|
|
|
13713
13713
|
closedAt: Date;
|
|
13714
13714
|
lastMessageAt: Date | null;
|
|
13715
13715
|
isBotRoom: boolean;
|
|
13716
|
-
|
|
13717
|
-
type: string;
|
|
13718
|
-
id: string;
|
|
13719
|
-
name: string;
|
|
13720
|
-
createdAt: Date;
|
|
13721
|
-
updatedAt: Date;
|
|
13722
|
-
deletedAt: Date | null;
|
|
13723
|
-
isActive: boolean;
|
|
13724
|
-
};
|
|
13725
|
-
cxlog?: {
|
|
13716
|
+
cxlog: {
|
|
13726
13717
|
id: string;
|
|
13727
13718
|
channel: string | null;
|
|
13728
13719
|
direction: string | null;
|
|
@@ -13807,7 +13798,16 @@ export declare const instagramContract: {
|
|
|
13807
13798
|
deletedAt: Date | null;
|
|
13808
13799
|
} | null | undefined;
|
|
13809
13800
|
}[] | null | undefined;
|
|
13810
|
-
}
|
|
13801
|
+
};
|
|
13802
|
+
workflowRule: {
|
|
13803
|
+
type: string;
|
|
13804
|
+
id: string;
|
|
13805
|
+
name: string;
|
|
13806
|
+
createdAt: Date;
|
|
13807
|
+
updatedAt: Date;
|
|
13808
|
+
deletedAt: Date | null;
|
|
13809
|
+
isActive: boolean;
|
|
13810
|
+
};
|
|
13811
13811
|
automationQueueId?: string | null | undefined;
|
|
13812
13812
|
};
|
|
13813
13813
|
platformMessageId: string;
|
|
@@ -14469,16 +14469,7 @@ export declare const instagramContract: {
|
|
|
14469
14469
|
closedAt: Date;
|
|
14470
14470
|
lastMessageAt: Date | null;
|
|
14471
14471
|
isBotRoom: boolean;
|
|
14472
|
-
|
|
14473
|
-
type: string;
|
|
14474
|
-
id: string;
|
|
14475
|
-
name: string;
|
|
14476
|
-
createdAt: Date;
|
|
14477
|
-
updatedAt: Date;
|
|
14478
|
-
deletedAt: Date | null;
|
|
14479
|
-
isActive: boolean;
|
|
14480
|
-
};
|
|
14481
|
-
cxlog?: {
|
|
14472
|
+
cxlog: {
|
|
14482
14473
|
id: string;
|
|
14483
14474
|
channel: string | null;
|
|
14484
14475
|
direction: string | null;
|
|
@@ -14563,7 +14554,16 @@ export declare const instagramContract: {
|
|
|
14563
14554
|
deletedAt: Date | null;
|
|
14564
14555
|
} | null | undefined;
|
|
14565
14556
|
}[] | null | undefined;
|
|
14566
|
-
}
|
|
14557
|
+
};
|
|
14558
|
+
workflowRule: {
|
|
14559
|
+
type: string;
|
|
14560
|
+
id: string;
|
|
14561
|
+
name: string;
|
|
14562
|
+
createdAt: Date;
|
|
14563
|
+
updatedAt: Date;
|
|
14564
|
+
deletedAt: Date | null;
|
|
14565
|
+
isActive: boolean;
|
|
14566
|
+
};
|
|
14567
14567
|
automationQueueId?: string | null | undefined;
|
|
14568
14568
|
};
|
|
14569
14569
|
platformMessageId: string;
|
|
@@ -15224,16 +15224,7 @@ export declare const instagramContract: {
|
|
|
15224
15224
|
closedAt: Date;
|
|
15225
15225
|
lastMessageAt: Date | null;
|
|
15226
15226
|
isBotRoom: boolean;
|
|
15227
|
-
|
|
15228
|
-
type: string;
|
|
15229
|
-
id: string;
|
|
15230
|
-
name: string;
|
|
15231
|
-
createdAt: Date;
|
|
15232
|
-
updatedAt: Date;
|
|
15233
|
-
deletedAt: Date | null;
|
|
15234
|
-
isActive: boolean;
|
|
15235
|
-
};
|
|
15236
|
-
cxlog?: {
|
|
15227
|
+
cxlog: {
|
|
15237
15228
|
id: string;
|
|
15238
15229
|
channel: string | null;
|
|
15239
15230
|
direction: string | null;
|
|
@@ -15318,7 +15309,16 @@ export declare const instagramContract: {
|
|
|
15318
15309
|
deletedAt: Date | null;
|
|
15319
15310
|
} | null | undefined;
|
|
15320
15311
|
}[] | null | undefined;
|
|
15321
|
-
}
|
|
15312
|
+
};
|
|
15313
|
+
workflowRule: {
|
|
15314
|
+
type: string;
|
|
15315
|
+
id: string;
|
|
15316
|
+
name: string;
|
|
15317
|
+
createdAt: Date;
|
|
15318
|
+
updatedAt: Date;
|
|
15319
|
+
deletedAt: Date | null;
|
|
15320
|
+
isActive: boolean;
|
|
15321
|
+
};
|
|
15322
15322
|
automationQueueId?: string | null | undefined;
|
|
15323
15323
|
};
|
|
15324
15324
|
platformMessageId: string;
|
|
@@ -15982,16 +15982,7 @@ export declare const instagramContract: {
|
|
|
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 instagramContract: {
|
|
|
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 instagramContract: {
|
|
|
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 instagramContract: {
|
|
|
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;
|
|
@@ -17496,16 +17496,7 @@ export declare const instagramContract: {
|
|
|
17496
17496
|
closedAt: Date;
|
|
17497
17497
|
lastMessageAt: Date | null;
|
|
17498
17498
|
isBotRoom: boolean;
|
|
17499
|
-
|
|
17500
|
-
type: string;
|
|
17501
|
-
id: string;
|
|
17502
|
-
name: string;
|
|
17503
|
-
createdAt: Date;
|
|
17504
|
-
updatedAt: Date;
|
|
17505
|
-
deletedAt: Date | null;
|
|
17506
|
-
isActive: boolean;
|
|
17507
|
-
};
|
|
17508
|
-
cxlog?: {
|
|
17499
|
+
cxlog: {
|
|
17509
17500
|
id: string;
|
|
17510
17501
|
channel: string | null;
|
|
17511
17502
|
direction: string | null;
|
|
@@ -17590,7 +17581,16 @@ export declare const instagramContract: {
|
|
|
17590
17581
|
deletedAt: Date | null;
|
|
17591
17582
|
} | null | undefined;
|
|
17592
17583
|
}[] | null | undefined;
|
|
17593
|
-
}
|
|
17584
|
+
};
|
|
17585
|
+
workflowRule: {
|
|
17586
|
+
type: string;
|
|
17587
|
+
id: string;
|
|
17588
|
+
name: string;
|
|
17589
|
+
createdAt: Date;
|
|
17590
|
+
updatedAt: Date;
|
|
17591
|
+
deletedAt: Date | null;
|
|
17592
|
+
isActive: boolean;
|
|
17593
|
+
};
|
|
17594
17594
|
automationQueueId?: string | null | undefined;
|
|
17595
17595
|
};
|
|
17596
17596
|
platformMessageId: string;
|
|
@@ -18251,16 +18251,7 @@ export declare const instagramContract: {
|
|
|
18251
18251
|
closedAt: Date;
|
|
18252
18252
|
lastMessageAt: Date | null;
|
|
18253
18253
|
isBotRoom: boolean;
|
|
18254
|
-
|
|
18255
|
-
type: string;
|
|
18256
|
-
id: string;
|
|
18257
|
-
name: string;
|
|
18258
|
-
createdAt: Date;
|
|
18259
|
-
updatedAt: Date;
|
|
18260
|
-
deletedAt: Date | null;
|
|
18261
|
-
isActive: boolean;
|
|
18262
|
-
};
|
|
18263
|
-
cxlog?: {
|
|
18254
|
+
cxlog: {
|
|
18264
18255
|
id: string;
|
|
18265
18256
|
channel: string | null;
|
|
18266
18257
|
direction: string | null;
|
|
@@ -18345,7 +18336,16 @@ export declare const instagramContract: {
|
|
|
18345
18336
|
deletedAt: Date | null;
|
|
18346
18337
|
} | null | undefined;
|
|
18347
18338
|
}[] | null | undefined;
|
|
18348
|
-
}
|
|
18339
|
+
};
|
|
18340
|
+
workflowRule: {
|
|
18341
|
+
type: string;
|
|
18342
|
+
id: string;
|
|
18343
|
+
name: string;
|
|
18344
|
+
createdAt: Date;
|
|
18345
|
+
updatedAt: Date;
|
|
18346
|
+
deletedAt: Date | null;
|
|
18347
|
+
isActive: boolean;
|
|
18348
|
+
};
|
|
18349
18349
|
automationQueueId?: string | null | undefined;
|
|
18350
18350
|
};
|
|
18351
18351
|
platformMessageId: string;
|