@kl1/contracts 1.2.29-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 +683 -484
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +120 -120
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +259 -60
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +528 -528
- package/dist/api-contracts/src/cx-log/schema.d.ts +97 -0
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +60 -60
- package/dist/api-contracts/src/hold-label/index.d.ts +108 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +38 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +60 -60
- package/dist/api-contracts/src/line/index.d.ts +60 -60
- package/dist/api-contracts/src/mail/mail-contract.d.ts +495 -0
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +495 -0
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +165 -0
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +131 -0
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +60 -60
- package/dist/api-contracts/src/telegram/index.d.ts +60 -60
- package/dist/api-contracts/src/viber/index.d.ts +60 -60
- package/dist/api-contracts/src/webchat/index.d.ts +60 -60
- package/dist/api-contracts/src/whatsapp/index.d.ts +60 -60
- package/dist/api-contracts/src/workflow-rule/index.d.ts +48 -48
- package/dist/index.js +326 -352
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +326 -351
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -88321,17 +88321,17 @@ export declare const platformContract: {
|
|
88321
88321
|
}>;
|
88322
88322
|
cxlog: import("zod").ZodObject<{
|
88323
88323
|
id: import("zod").ZodString;
|
88324
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
88325
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
88326
88324
|
createdAt: import("zod").ZodDate;
|
88327
88325
|
updatedAt: import("zod").ZodDate;
|
88328
88326
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
88329
|
-
entityId: import("zod").ZodString;
|
88330
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
88331
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
88332
88327
|
caseId: import("zod").ZodNumber;
|
88328
|
+
entityId: import("zod").ZodString;
|
88333
88329
|
entityName: import("zod").ZodString;
|
88330
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
88331
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
88332
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
88334
88333
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
88334
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
88335
88335
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
88336
88336
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
88337
88337
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -88601,7 +88601,7 @@ export declare const platformContract: {
|
|
88601
88601
|
dateValue: Date | null;
|
88602
88602
|
}[] | null | undefined;
|
88603
88603
|
}>>;
|
88604
|
-
holdLogs: import("zod").
|
88604
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
88605
88605
|
id: import("zod").ZodString;
|
88606
88606
|
createdAt: import("zod").ZodDate;
|
88607
88607
|
updatedAt: import("zod").ZodDate;
|
@@ -88609,7 +88609,7 @@ export declare const platformContract: {
|
|
88609
88609
|
startedAt: import("zod").ZodString;
|
88610
88610
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
88611
88611
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
88612
|
-
holdLabel: import("zod").ZodObject<{
|
88612
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
88613
88613
|
id: import("zod").ZodString;
|
88614
88614
|
createdAt: import("zod").ZodDate;
|
88615
88615
|
updatedAt: import("zod").ZodDate;
|
@@ -88630,7 +88630,7 @@ export declare const platformContract: {
|
|
88630
88630
|
createdAt: Date;
|
88631
88631
|
updatedAt: Date;
|
88632
88632
|
deletedAt: Date | null;
|
88633
|
-
}
|
88633
|
+
}>>>;
|
88634
88634
|
}, "strip", import("zod").ZodTypeAny, {
|
88635
88635
|
id: string;
|
88636
88636
|
createdAt: Date;
|
@@ -88639,14 +88639,14 @@ export declare const platformContract: {
|
|
88639
88639
|
startedAt: string;
|
88640
88640
|
endedAt: string | null;
|
88641
88641
|
duration: number | null;
|
88642
|
-
holdLabel
|
88642
|
+
holdLabel?: {
|
88643
88643
|
id: string;
|
88644
88644
|
name: string;
|
88645
88645
|
position: number;
|
88646
88646
|
createdAt: Date;
|
88647
88647
|
updatedAt: Date;
|
88648
88648
|
deletedAt: Date | null;
|
88649
|
-
};
|
88649
|
+
} | null | undefined;
|
88650
88650
|
}, {
|
88651
88651
|
id: string;
|
88652
88652
|
createdAt: Date;
|
@@ -88655,14 +88655,14 @@ export declare const platformContract: {
|
|
88655
88655
|
startedAt: string;
|
88656
88656
|
endedAt: string | null;
|
88657
88657
|
duration: number | null;
|
88658
|
-
holdLabel
|
88658
|
+
holdLabel?: {
|
88659
88659
|
id: string;
|
88660
88660
|
name: string;
|
88661
88661
|
position: number;
|
88662
88662
|
createdAt: Date;
|
88663
88663
|
updatedAt: Date;
|
88664
88664
|
deletedAt: Date | null;
|
88665
|
-
};
|
88665
|
+
} | null | undefined;
|
88666
88666
|
}>, "many">>>;
|
88667
88667
|
}, "strip", import("zod").ZodTypeAny, {
|
88668
88668
|
id: string;
|
@@ -88740,14 +88740,14 @@ export declare const platformContract: {
|
|
88740
88740
|
startedAt: string;
|
88741
88741
|
endedAt: string | null;
|
88742
88742
|
duration: number | null;
|
88743
|
-
holdLabel
|
88743
|
+
holdLabel?: {
|
88744
88744
|
id: string;
|
88745
88745
|
name: string;
|
88746
88746
|
position: number;
|
88747
88747
|
createdAt: Date;
|
88748
88748
|
updatedAt: Date;
|
88749
88749
|
deletedAt: Date | null;
|
88750
|
-
};
|
88750
|
+
} | null | undefined;
|
88751
88751
|
}[] | null | undefined;
|
88752
88752
|
}, {
|
88753
88753
|
id: string;
|
@@ -88825,14 +88825,14 @@ export declare const platformContract: {
|
|
88825
88825
|
startedAt: string;
|
88826
88826
|
endedAt: string | null;
|
88827
88827
|
duration: number | null;
|
88828
|
-
holdLabel
|
88828
|
+
holdLabel?: {
|
88829
88829
|
id: string;
|
88830
88830
|
name: string;
|
88831
88831
|
position: number;
|
88832
88832
|
createdAt: Date;
|
88833
88833
|
updatedAt: Date;
|
88834
88834
|
deletedAt: Date | null;
|
88835
|
-
};
|
88835
|
+
} | null | undefined;
|
88836
88836
|
}[] | null | undefined;
|
88837
88837
|
}>;
|
88838
88838
|
workflowRule: import("zod").ZodObject<{
|
@@ -89259,14 +89259,14 @@ export declare const platformContract: {
|
|
89259
89259
|
startedAt: string;
|
89260
89260
|
endedAt: string | null;
|
89261
89261
|
duration: number | null;
|
89262
|
-
holdLabel
|
89262
|
+
holdLabel?: {
|
89263
89263
|
id: string;
|
89264
89264
|
name: string;
|
89265
89265
|
position: number;
|
89266
89266
|
createdAt: Date;
|
89267
89267
|
updatedAt: Date;
|
89268
89268
|
deletedAt: Date | null;
|
89269
|
-
};
|
89269
|
+
} | null | undefined;
|
89270
89270
|
}[] | null | undefined;
|
89271
89271
|
};
|
89272
89272
|
workflowRule: {
|
@@ -89677,14 +89677,14 @@ export declare const platformContract: {
|
|
89677
89677
|
startedAt: string;
|
89678
89678
|
endedAt: string | null;
|
89679
89679
|
duration: number | null;
|
89680
|
-
holdLabel
|
89680
|
+
holdLabel?: {
|
89681
89681
|
id: string;
|
89682
89682
|
name: string;
|
89683
89683
|
position: number;
|
89684
89684
|
createdAt: Date;
|
89685
89685
|
updatedAt: Date;
|
89686
89686
|
deletedAt: Date | null;
|
89687
|
-
};
|
89687
|
+
} | null | undefined;
|
89688
89688
|
}[] | null | undefined;
|
89689
89689
|
};
|
89690
89690
|
workflowRule: {
|
@@ -92935,17 +92935,17 @@ export declare const platformContract: {
|
|
92935
92935
|
}>;
|
92936
92936
|
cxlog: import("zod").ZodObject<{
|
92937
92937
|
id: import("zod").ZodString;
|
92938
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
92939
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
92940
92938
|
createdAt: import("zod").ZodDate;
|
92941
92939
|
updatedAt: import("zod").ZodDate;
|
92942
92940
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
92943
|
-
entityId: import("zod").ZodString;
|
92944
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
92945
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
92946
92941
|
caseId: import("zod").ZodNumber;
|
92942
|
+
entityId: import("zod").ZodString;
|
92947
92943
|
entityName: import("zod").ZodString;
|
92944
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
92945
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
92946
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
92948
92947
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
92948
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
92949
92949
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
92950
92950
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
92951
92951
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -93215,7 +93215,7 @@ export declare const platformContract: {
|
|
93215
93215
|
dateValue: Date | null;
|
93216
93216
|
}[] | null | undefined;
|
93217
93217
|
}>>;
|
93218
|
-
holdLogs: import("zod").
|
93218
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
93219
93219
|
id: import("zod").ZodString;
|
93220
93220
|
createdAt: import("zod").ZodDate;
|
93221
93221
|
updatedAt: import("zod").ZodDate;
|
@@ -93223,7 +93223,7 @@ export declare const platformContract: {
|
|
93223
93223
|
startedAt: import("zod").ZodString;
|
93224
93224
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
93225
93225
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
93226
|
-
holdLabel: import("zod").ZodObject<{
|
93226
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
93227
93227
|
id: import("zod").ZodString;
|
93228
93228
|
createdAt: import("zod").ZodDate;
|
93229
93229
|
updatedAt: import("zod").ZodDate;
|
@@ -93244,7 +93244,7 @@ export declare const platformContract: {
|
|
93244
93244
|
createdAt: Date;
|
93245
93245
|
updatedAt: Date;
|
93246
93246
|
deletedAt: Date | null;
|
93247
|
-
}
|
93247
|
+
}>>>;
|
93248
93248
|
}, "strip", import("zod").ZodTypeAny, {
|
93249
93249
|
id: string;
|
93250
93250
|
createdAt: Date;
|
@@ -93253,14 +93253,14 @@ export declare const platformContract: {
|
|
93253
93253
|
startedAt: string;
|
93254
93254
|
endedAt: string | null;
|
93255
93255
|
duration: number | null;
|
93256
|
-
holdLabel
|
93256
|
+
holdLabel?: {
|
93257
93257
|
id: string;
|
93258
93258
|
name: string;
|
93259
93259
|
position: number;
|
93260
93260
|
createdAt: Date;
|
93261
93261
|
updatedAt: Date;
|
93262
93262
|
deletedAt: Date | null;
|
93263
|
-
};
|
93263
|
+
} | null | undefined;
|
93264
93264
|
}, {
|
93265
93265
|
id: string;
|
93266
93266
|
createdAt: Date;
|
@@ -93269,14 +93269,14 @@ export declare const platformContract: {
|
|
93269
93269
|
startedAt: string;
|
93270
93270
|
endedAt: string | null;
|
93271
93271
|
duration: number | null;
|
93272
|
-
holdLabel
|
93272
|
+
holdLabel?: {
|
93273
93273
|
id: string;
|
93274
93274
|
name: string;
|
93275
93275
|
position: number;
|
93276
93276
|
createdAt: Date;
|
93277
93277
|
updatedAt: Date;
|
93278
93278
|
deletedAt: Date | null;
|
93279
|
-
};
|
93279
|
+
} | null | undefined;
|
93280
93280
|
}>, "many">>>;
|
93281
93281
|
}, "strip", import("zod").ZodTypeAny, {
|
93282
93282
|
id: string;
|
@@ -93354,14 +93354,14 @@ export declare const platformContract: {
|
|
93354
93354
|
startedAt: string;
|
93355
93355
|
endedAt: string | null;
|
93356
93356
|
duration: number | null;
|
93357
|
-
holdLabel
|
93357
|
+
holdLabel?: {
|
93358
93358
|
id: string;
|
93359
93359
|
name: string;
|
93360
93360
|
position: number;
|
93361
93361
|
createdAt: Date;
|
93362
93362
|
updatedAt: Date;
|
93363
93363
|
deletedAt: Date | null;
|
93364
|
-
};
|
93364
|
+
} | null | undefined;
|
93365
93365
|
}[] | null | undefined;
|
93366
93366
|
}, {
|
93367
93367
|
id: string;
|
@@ -93439,14 +93439,14 @@ export declare const platformContract: {
|
|
93439
93439
|
startedAt: string;
|
93440
93440
|
endedAt: string | null;
|
93441
93441
|
duration: number | null;
|
93442
|
-
holdLabel
|
93442
|
+
holdLabel?: {
|
93443
93443
|
id: string;
|
93444
93444
|
name: string;
|
93445
93445
|
position: number;
|
93446
93446
|
createdAt: Date;
|
93447
93447
|
updatedAt: Date;
|
93448
93448
|
deletedAt: Date | null;
|
93449
|
-
};
|
93449
|
+
} | null | undefined;
|
93450
93450
|
}[] | null | undefined;
|
93451
93451
|
}>;
|
93452
93452
|
workflowRule: import("zod").ZodObject<{
|
@@ -93873,14 +93873,14 @@ export declare const platformContract: {
|
|
93873
93873
|
startedAt: string;
|
93874
93874
|
endedAt: string | null;
|
93875
93875
|
duration: number | null;
|
93876
|
-
holdLabel
|
93876
|
+
holdLabel?: {
|
93877
93877
|
id: string;
|
93878
93878
|
name: string;
|
93879
93879
|
position: number;
|
93880
93880
|
createdAt: Date;
|
93881
93881
|
updatedAt: Date;
|
93882
93882
|
deletedAt: Date | null;
|
93883
|
-
};
|
93883
|
+
} | null | undefined;
|
93884
93884
|
}[] | null | undefined;
|
93885
93885
|
};
|
93886
93886
|
workflowRule: {
|
@@ -94291,14 +94291,14 @@ export declare const platformContract: {
|
|
94291
94291
|
startedAt: string;
|
94292
94292
|
endedAt: string | null;
|
94293
94293
|
duration: number | null;
|
94294
|
-
holdLabel
|
94294
|
+
holdLabel?: {
|
94295
94295
|
id: string;
|
94296
94296
|
name: string;
|
94297
94297
|
position: number;
|
94298
94298
|
createdAt: Date;
|
94299
94299
|
updatedAt: Date;
|
94300
94300
|
deletedAt: Date | null;
|
94301
|
-
};
|
94301
|
+
} | null | undefined;
|
94302
94302
|
}[] | null | undefined;
|
94303
94303
|
};
|
94304
94304
|
workflowRule: {
|
@@ -96482,14 +96482,14 @@ export declare const platformContract: {
|
|
96482
96482
|
startedAt: string;
|
96483
96483
|
endedAt: string | null;
|
96484
96484
|
duration: number | null;
|
96485
|
-
holdLabel
|
96485
|
+
holdLabel?: {
|
96486
96486
|
id: string;
|
96487
96487
|
name: string;
|
96488
96488
|
position: number;
|
96489
96489
|
createdAt: Date;
|
96490
96490
|
updatedAt: Date;
|
96491
96491
|
deletedAt: Date | null;
|
96492
|
-
};
|
96492
|
+
} | null | undefined;
|
96493
96493
|
}[] | null | undefined;
|
96494
96494
|
};
|
96495
96495
|
workflowRule: {
|
@@ -97237,14 +97237,14 @@ export declare const platformContract: {
|
|
97237
97237
|
startedAt: string;
|
97238
97238
|
endedAt: string | null;
|
97239
97239
|
duration: number | null;
|
97240
|
-
holdLabel
|
97240
|
+
holdLabel?: {
|
97241
97241
|
id: string;
|
97242
97242
|
name: string;
|
97243
97243
|
position: number;
|
97244
97244
|
createdAt: Date;
|
97245
97245
|
updatedAt: Date;
|
97246
97246
|
deletedAt: Date | null;
|
97247
|
-
};
|
97247
|
+
} | null | undefined;
|
97248
97248
|
}[] | null | undefined;
|
97249
97249
|
};
|
97250
97250
|
workflowRule: {
|
@@ -97993,14 +97993,14 @@ export declare const platformContract: {
|
|
97993
97993
|
startedAt: string;
|
97994
97994
|
endedAt: string | null;
|
97995
97995
|
duration: number | null;
|
97996
|
-
holdLabel
|
97996
|
+
holdLabel?: {
|
97997
97997
|
id: string;
|
97998
97998
|
name: string;
|
97999
97999
|
position: number;
|
98000
98000
|
createdAt: Date;
|
98001
98001
|
updatedAt: Date;
|
98002
98002
|
deletedAt: Date | null;
|
98003
|
-
};
|
98003
|
+
} | null | undefined;
|
98004
98004
|
}[] | null | undefined;
|
98005
98005
|
};
|
98006
98006
|
workflowRule: {
|
@@ -98748,14 +98748,14 @@ export declare const platformContract: {
|
|
98748
98748
|
startedAt: string;
|
98749
98749
|
endedAt: string | null;
|
98750
98750
|
duration: number | null;
|
98751
|
-
holdLabel
|
98751
|
+
holdLabel?: {
|
98752
98752
|
id: string;
|
98753
98753
|
name: string;
|
98754
98754
|
position: number;
|
98755
98755
|
createdAt: Date;
|
98756
98756
|
updatedAt: Date;
|
98757
98757
|
deletedAt: Date | null;
|
98758
|
-
};
|
98758
|
+
} | null | undefined;
|
98759
98759
|
}[] | null | undefined;
|
98760
98760
|
};
|
98761
98761
|
workflowRule: {
|
@@ -99504,14 +99504,14 @@ export declare const platformContract: {
|
|
99504
99504
|
startedAt: string;
|
99505
99505
|
endedAt: string | null;
|
99506
99506
|
duration: number | null;
|
99507
|
-
holdLabel
|
99507
|
+
holdLabel?: {
|
99508
99508
|
id: string;
|
99509
99509
|
name: string;
|
99510
99510
|
position: number;
|
99511
99511
|
createdAt: Date;
|
99512
99512
|
updatedAt: Date;
|
99513
99513
|
deletedAt: Date | null;
|
99514
|
-
};
|
99514
|
+
} | null | undefined;
|
99515
99515
|
}[] | null | undefined;
|
99516
99516
|
};
|
99517
99517
|
workflowRule: {
|
@@ -100259,14 +100259,14 @@ export declare const platformContract: {
|
|
100259
100259
|
startedAt: string;
|
100260
100260
|
endedAt: string | null;
|
100261
100261
|
duration: number | null;
|
100262
|
-
holdLabel
|
100262
|
+
holdLabel?: {
|
100263
100263
|
id: string;
|
100264
100264
|
name: string;
|
100265
100265
|
position: number;
|
100266
100266
|
createdAt: Date;
|
100267
100267
|
updatedAt: Date;
|
100268
100268
|
deletedAt: Date | null;
|
100269
|
-
};
|
100269
|
+
} | null | undefined;
|
100270
100270
|
}[] | null | undefined;
|
100271
100271
|
};
|
100272
100272
|
workflowRule: {
|
@@ -101017,14 +101017,14 @@ export declare const platformContract: {
|
|
101017
101017
|
startedAt: string;
|
101018
101018
|
endedAt: string | null;
|
101019
101019
|
duration: number | null;
|
101020
|
-
holdLabel
|
101020
|
+
holdLabel?: {
|
101021
101021
|
id: string;
|
101022
101022
|
name: string;
|
101023
101023
|
position: number;
|
101024
101024
|
createdAt: Date;
|
101025
101025
|
updatedAt: Date;
|
101026
101026
|
deletedAt: Date | null;
|
101027
|
-
};
|
101027
|
+
} | null | undefined;
|
101028
101028
|
}[] | null | undefined;
|
101029
101029
|
};
|
101030
101030
|
workflowRule: {
|
@@ -101772,14 +101772,14 @@ export declare const platformContract: {
|
|
101772
101772
|
startedAt: string;
|
101773
101773
|
endedAt: string | null;
|
101774
101774
|
duration: number | null;
|
101775
|
-
holdLabel
|
101775
|
+
holdLabel?: {
|
101776
101776
|
id: string;
|
101777
101777
|
name: string;
|
101778
101778
|
position: number;
|
101779
101779
|
createdAt: Date;
|
101780
101780
|
updatedAt: Date;
|
101781
101781
|
deletedAt: Date | null;
|
101782
|
-
};
|
101782
|
+
} | null | undefined;
|
101783
101783
|
}[] | null | undefined;
|
101784
101784
|
};
|
101785
101785
|
workflowRule: {
|
@@ -102531,14 +102531,14 @@ export declare const platformContract: {
|
|
102531
102531
|
startedAt: string;
|
102532
102532
|
endedAt: string | null;
|
102533
102533
|
duration: number | null;
|
102534
|
-
holdLabel
|
102534
|
+
holdLabel?: {
|
102535
102535
|
id: string;
|
102536
102536
|
name: string;
|
102537
102537
|
position: number;
|
102538
102538
|
createdAt: Date;
|
102539
102539
|
updatedAt: Date;
|
102540
102540
|
deletedAt: Date | null;
|
102541
|
-
};
|
102541
|
+
} | null | undefined;
|
102542
102542
|
}[] | null | undefined;
|
102543
102543
|
};
|
102544
102544
|
workflowRule: {
|
@@ -103286,14 +103286,14 @@ export declare const platformContract: {
|
|
103286
103286
|
startedAt: string;
|
103287
103287
|
endedAt: string | null;
|
103288
103288
|
duration: number | null;
|
103289
|
-
holdLabel
|
103289
|
+
holdLabel?: {
|
103290
103290
|
id: string;
|
103291
103291
|
name: string;
|
103292
103292
|
position: number;
|
103293
103293
|
createdAt: Date;
|
103294
103294
|
updatedAt: Date;
|
103295
103295
|
deletedAt: Date | null;
|
103296
|
-
};
|
103296
|
+
} | null | undefined;
|
103297
103297
|
}[] | null | undefined;
|
103298
103298
|
};
|
103299
103299
|
workflowRule: {
|
@@ -109717,17 +109717,17 @@ export declare const platformContract: {
|
|
109717
109717
|
}>;
|
109718
109718
|
cxlog: import("zod").ZodObject<{
|
109719
109719
|
id: import("zod").ZodString;
|
109720
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
109721
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
109722
109720
|
createdAt: import("zod").ZodDate;
|
109723
109721
|
updatedAt: import("zod").ZodDate;
|
109724
109722
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
109725
|
-
entityId: import("zod").ZodString;
|
109726
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
109727
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
109728
109723
|
caseId: import("zod").ZodNumber;
|
109724
|
+
entityId: import("zod").ZodString;
|
109729
109725
|
entityName: import("zod").ZodString;
|
109726
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
109727
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
109728
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
109730
109729
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
109730
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
109731
109731
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
109732
109732
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
109733
109733
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -109997,7 +109997,7 @@ export declare const platformContract: {
|
|
109997
109997
|
dateValue: Date | null;
|
109998
109998
|
}[] | null | undefined;
|
109999
109999
|
}>>;
|
110000
|
-
holdLogs: import("zod").
|
110000
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
110001
110001
|
id: import("zod").ZodString;
|
110002
110002
|
createdAt: import("zod").ZodDate;
|
110003
110003
|
updatedAt: import("zod").ZodDate;
|
@@ -110005,7 +110005,7 @@ export declare const platformContract: {
|
|
110005
110005
|
startedAt: import("zod").ZodString;
|
110006
110006
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
110007
110007
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
110008
|
-
holdLabel: import("zod").ZodObject<{
|
110008
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
110009
110009
|
id: import("zod").ZodString;
|
110010
110010
|
createdAt: import("zod").ZodDate;
|
110011
110011
|
updatedAt: import("zod").ZodDate;
|
@@ -110026,7 +110026,7 @@ export declare const platformContract: {
|
|
110026
110026
|
createdAt: Date;
|
110027
110027
|
updatedAt: Date;
|
110028
110028
|
deletedAt: Date | null;
|
110029
|
-
}
|
110029
|
+
}>>>;
|
110030
110030
|
}, "strip", import("zod").ZodTypeAny, {
|
110031
110031
|
id: string;
|
110032
110032
|
createdAt: Date;
|
@@ -110035,14 +110035,14 @@ export declare const platformContract: {
|
|
110035
110035
|
startedAt: string;
|
110036
110036
|
endedAt: string | null;
|
110037
110037
|
duration: number | null;
|
110038
|
-
holdLabel
|
110038
|
+
holdLabel?: {
|
110039
110039
|
id: string;
|
110040
110040
|
name: string;
|
110041
110041
|
position: number;
|
110042
110042
|
createdAt: Date;
|
110043
110043
|
updatedAt: Date;
|
110044
110044
|
deletedAt: Date | null;
|
110045
|
-
};
|
110045
|
+
} | null | undefined;
|
110046
110046
|
}, {
|
110047
110047
|
id: string;
|
110048
110048
|
createdAt: Date;
|
@@ -110051,14 +110051,14 @@ export declare const platformContract: {
|
|
110051
110051
|
startedAt: string;
|
110052
110052
|
endedAt: string | null;
|
110053
110053
|
duration: number | null;
|
110054
|
-
holdLabel
|
110054
|
+
holdLabel?: {
|
110055
110055
|
id: string;
|
110056
110056
|
name: string;
|
110057
110057
|
position: number;
|
110058
110058
|
createdAt: Date;
|
110059
110059
|
updatedAt: Date;
|
110060
110060
|
deletedAt: Date | null;
|
110061
|
-
};
|
110061
|
+
} | null | undefined;
|
110062
110062
|
}>, "many">>>;
|
110063
110063
|
}, "strip", import("zod").ZodTypeAny, {
|
110064
110064
|
id: string;
|
@@ -110136,14 +110136,14 @@ export declare const platformContract: {
|
|
110136
110136
|
startedAt: string;
|
110137
110137
|
endedAt: string | null;
|
110138
110138
|
duration: number | null;
|
110139
|
-
holdLabel
|
110139
|
+
holdLabel?: {
|
110140
110140
|
id: string;
|
110141
110141
|
name: string;
|
110142
110142
|
position: number;
|
110143
110143
|
createdAt: Date;
|
110144
110144
|
updatedAt: Date;
|
110145
110145
|
deletedAt: Date | null;
|
110146
|
-
};
|
110146
|
+
} | null | undefined;
|
110147
110147
|
}[] | null | undefined;
|
110148
110148
|
}, {
|
110149
110149
|
id: string;
|
@@ -110221,14 +110221,14 @@ export declare const platformContract: {
|
|
110221
110221
|
startedAt: string;
|
110222
110222
|
endedAt: string | null;
|
110223
110223
|
duration: number | null;
|
110224
|
-
holdLabel
|
110224
|
+
holdLabel?: {
|
110225
110225
|
id: string;
|
110226
110226
|
name: string;
|
110227
110227
|
position: number;
|
110228
110228
|
createdAt: Date;
|
110229
110229
|
updatedAt: Date;
|
110230
110230
|
deletedAt: Date | null;
|
110231
|
-
};
|
110231
|
+
} | null | undefined;
|
110232
110232
|
}[] | null | undefined;
|
110233
110233
|
}>;
|
110234
110234
|
workflowRule: import("zod").ZodObject<{
|
@@ -110655,14 +110655,14 @@ export declare const platformContract: {
|
|
110655
110655
|
startedAt: string;
|
110656
110656
|
endedAt: string | null;
|
110657
110657
|
duration: number | null;
|
110658
|
-
holdLabel
|
110658
|
+
holdLabel?: {
|
110659
110659
|
id: string;
|
110660
110660
|
name: string;
|
110661
110661
|
position: number;
|
110662
110662
|
createdAt: Date;
|
110663
110663
|
updatedAt: Date;
|
110664
110664
|
deletedAt: Date | null;
|
110665
|
-
};
|
110665
|
+
} | null | undefined;
|
110666
110666
|
}[] | null | undefined;
|
110667
110667
|
};
|
110668
110668
|
workflowRule: {
|
@@ -111073,14 +111073,14 @@ export declare const platformContract: {
|
|
111073
111073
|
startedAt: string;
|
111074
111074
|
endedAt: string | null;
|
111075
111075
|
duration: number | null;
|
111076
|
-
holdLabel
|
111076
|
+
holdLabel?: {
|
111077
111077
|
id: string;
|
111078
111078
|
name: string;
|
111079
111079
|
position: number;
|
111080
111080
|
createdAt: Date;
|
111081
111081
|
updatedAt: Date;
|
111082
111082
|
deletedAt: Date | null;
|
111083
|
-
};
|
111083
|
+
} | null | undefined;
|
111084
111084
|
}[] | null | undefined;
|
111085
111085
|
};
|
111086
111086
|
workflowRule: {
|
@@ -114331,17 +114331,17 @@ export declare const platformContract: {
|
|
114331
114331
|
}>;
|
114332
114332
|
cxlog: import("zod").ZodObject<{
|
114333
114333
|
id: import("zod").ZodString;
|
114334
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
114335
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
114336
114334
|
createdAt: import("zod").ZodDate;
|
114337
114335
|
updatedAt: import("zod").ZodDate;
|
114338
114336
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
114339
|
-
entityId: import("zod").ZodString;
|
114340
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
114341
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
114342
114337
|
caseId: import("zod").ZodNumber;
|
114338
|
+
entityId: import("zod").ZodString;
|
114343
114339
|
entityName: import("zod").ZodString;
|
114340
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
114341
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
114342
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
114344
114343
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
114344
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
114345
114345
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
114346
114346
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
114347
114347
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -114611,7 +114611,7 @@ export declare const platformContract: {
|
|
114611
114611
|
dateValue: Date | null;
|
114612
114612
|
}[] | null | undefined;
|
114613
114613
|
}>>;
|
114614
|
-
holdLogs: import("zod").
|
114614
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
114615
114615
|
id: import("zod").ZodString;
|
114616
114616
|
createdAt: import("zod").ZodDate;
|
114617
114617
|
updatedAt: import("zod").ZodDate;
|
@@ -114619,7 +114619,7 @@ export declare const platformContract: {
|
|
114619
114619
|
startedAt: import("zod").ZodString;
|
114620
114620
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
114621
114621
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
114622
|
-
holdLabel: import("zod").ZodObject<{
|
114622
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
114623
114623
|
id: import("zod").ZodString;
|
114624
114624
|
createdAt: import("zod").ZodDate;
|
114625
114625
|
updatedAt: import("zod").ZodDate;
|
@@ -114640,7 +114640,7 @@ export declare const platformContract: {
|
|
114640
114640
|
createdAt: Date;
|
114641
114641
|
updatedAt: Date;
|
114642
114642
|
deletedAt: Date | null;
|
114643
|
-
}
|
114643
|
+
}>>>;
|
114644
114644
|
}, "strip", import("zod").ZodTypeAny, {
|
114645
114645
|
id: string;
|
114646
114646
|
createdAt: Date;
|
@@ -114649,14 +114649,14 @@ export declare const platformContract: {
|
|
114649
114649
|
startedAt: string;
|
114650
114650
|
endedAt: string | null;
|
114651
114651
|
duration: number | null;
|
114652
|
-
holdLabel
|
114652
|
+
holdLabel?: {
|
114653
114653
|
id: string;
|
114654
114654
|
name: string;
|
114655
114655
|
position: number;
|
114656
114656
|
createdAt: Date;
|
114657
114657
|
updatedAt: Date;
|
114658
114658
|
deletedAt: Date | null;
|
114659
|
-
};
|
114659
|
+
} | null | undefined;
|
114660
114660
|
}, {
|
114661
114661
|
id: string;
|
114662
114662
|
createdAt: Date;
|
@@ -114665,14 +114665,14 @@ export declare const platformContract: {
|
|
114665
114665
|
startedAt: string;
|
114666
114666
|
endedAt: string | null;
|
114667
114667
|
duration: number | null;
|
114668
|
-
holdLabel
|
114668
|
+
holdLabel?: {
|
114669
114669
|
id: string;
|
114670
114670
|
name: string;
|
114671
114671
|
position: number;
|
114672
114672
|
createdAt: Date;
|
114673
114673
|
updatedAt: Date;
|
114674
114674
|
deletedAt: Date | null;
|
114675
|
-
};
|
114675
|
+
} | null | undefined;
|
114676
114676
|
}>, "many">>>;
|
114677
114677
|
}, "strip", import("zod").ZodTypeAny, {
|
114678
114678
|
id: string;
|
@@ -114750,14 +114750,14 @@ export declare const platformContract: {
|
|
114750
114750
|
startedAt: string;
|
114751
114751
|
endedAt: string | null;
|
114752
114752
|
duration: number | null;
|
114753
|
-
holdLabel
|
114753
|
+
holdLabel?: {
|
114754
114754
|
id: string;
|
114755
114755
|
name: string;
|
114756
114756
|
position: number;
|
114757
114757
|
createdAt: Date;
|
114758
114758
|
updatedAt: Date;
|
114759
114759
|
deletedAt: Date | null;
|
114760
|
-
};
|
114760
|
+
} | null | undefined;
|
114761
114761
|
}[] | null | undefined;
|
114762
114762
|
}, {
|
114763
114763
|
id: string;
|
@@ -114835,14 +114835,14 @@ export declare const platformContract: {
|
|
114835
114835
|
startedAt: string;
|
114836
114836
|
endedAt: string | null;
|
114837
114837
|
duration: number | null;
|
114838
|
-
holdLabel
|
114838
|
+
holdLabel?: {
|
114839
114839
|
id: string;
|
114840
114840
|
name: string;
|
114841
114841
|
position: number;
|
114842
114842
|
createdAt: Date;
|
114843
114843
|
updatedAt: Date;
|
114844
114844
|
deletedAt: Date | null;
|
114845
|
-
};
|
114845
|
+
} | null | undefined;
|
114846
114846
|
}[] | null | undefined;
|
114847
114847
|
}>;
|
114848
114848
|
workflowRule: import("zod").ZodObject<{
|
@@ -115269,14 +115269,14 @@ export declare const platformContract: {
|
|
115269
115269
|
startedAt: string;
|
115270
115270
|
endedAt: string | null;
|
115271
115271
|
duration: number | null;
|
115272
|
-
holdLabel
|
115272
|
+
holdLabel?: {
|
115273
115273
|
id: string;
|
115274
115274
|
name: string;
|
115275
115275
|
position: number;
|
115276
115276
|
createdAt: Date;
|
115277
115277
|
updatedAt: Date;
|
115278
115278
|
deletedAt: Date | null;
|
115279
|
-
};
|
115279
|
+
} | null | undefined;
|
115280
115280
|
}[] | null | undefined;
|
115281
115281
|
};
|
115282
115282
|
workflowRule: {
|
@@ -115687,14 +115687,14 @@ export declare const platformContract: {
|
|
115687
115687
|
startedAt: string;
|
115688
115688
|
endedAt: string | null;
|
115689
115689
|
duration: number | null;
|
115690
|
-
holdLabel
|
115690
|
+
holdLabel?: {
|
115691
115691
|
id: string;
|
115692
115692
|
name: string;
|
115693
115693
|
position: number;
|
115694
115694
|
createdAt: Date;
|
115695
115695
|
updatedAt: Date;
|
115696
115696
|
deletedAt: Date | null;
|
115697
|
-
};
|
115697
|
+
} | null | undefined;
|
115698
115698
|
}[] | null | undefined;
|
115699
115699
|
};
|
115700
115700
|
workflowRule: {
|
@@ -117878,14 +117878,14 @@ export declare const platformContract: {
|
|
117878
117878
|
startedAt: string;
|
117879
117879
|
endedAt: string | null;
|
117880
117880
|
duration: number | null;
|
117881
|
-
holdLabel
|
117881
|
+
holdLabel?: {
|
117882
117882
|
id: string;
|
117883
117883
|
name: string;
|
117884
117884
|
position: number;
|
117885
117885
|
createdAt: Date;
|
117886
117886
|
updatedAt: Date;
|
117887
117887
|
deletedAt: Date | null;
|
117888
|
-
};
|
117888
|
+
} | null | undefined;
|
117889
117889
|
}[] | null | undefined;
|
117890
117890
|
};
|
117891
117891
|
workflowRule: {
|
@@ -118633,14 +118633,14 @@ export declare const platformContract: {
|
|
118633
118633
|
startedAt: string;
|
118634
118634
|
endedAt: string | null;
|
118635
118635
|
duration: number | null;
|
118636
|
-
holdLabel
|
118636
|
+
holdLabel?: {
|
118637
118637
|
id: string;
|
118638
118638
|
name: string;
|
118639
118639
|
position: number;
|
118640
118640
|
createdAt: Date;
|
118641
118641
|
updatedAt: Date;
|
118642
118642
|
deletedAt: Date | null;
|
118643
|
-
};
|
118643
|
+
} | null | undefined;
|
118644
118644
|
}[] | null | undefined;
|
118645
118645
|
};
|
118646
118646
|
workflowRule: {
|
@@ -119389,14 +119389,14 @@ export declare const platformContract: {
|
|
119389
119389
|
startedAt: string;
|
119390
119390
|
endedAt: string | null;
|
119391
119391
|
duration: number | null;
|
119392
|
-
holdLabel
|
119392
|
+
holdLabel?: {
|
119393
119393
|
id: string;
|
119394
119394
|
name: string;
|
119395
119395
|
position: number;
|
119396
119396
|
createdAt: Date;
|
119397
119397
|
updatedAt: Date;
|
119398
119398
|
deletedAt: Date | null;
|
119399
|
-
};
|
119399
|
+
} | null | undefined;
|
119400
119400
|
}[] | null | undefined;
|
119401
119401
|
};
|
119402
119402
|
workflowRule: {
|
@@ -120144,14 +120144,14 @@ export declare const platformContract: {
|
|
120144
120144
|
startedAt: string;
|
120145
120145
|
endedAt: string | null;
|
120146
120146
|
duration: number | null;
|
120147
|
-
holdLabel
|
120147
|
+
holdLabel?: {
|
120148
120148
|
id: string;
|
120149
120149
|
name: string;
|
120150
120150
|
position: number;
|
120151
120151
|
createdAt: Date;
|
120152
120152
|
updatedAt: Date;
|
120153
120153
|
deletedAt: Date | null;
|
120154
|
-
};
|
120154
|
+
} | null | undefined;
|
120155
120155
|
}[] | null | undefined;
|
120156
120156
|
};
|
120157
120157
|
workflowRule: {
|
@@ -120900,14 +120900,14 @@ export declare const platformContract: {
|
|
120900
120900
|
startedAt: string;
|
120901
120901
|
endedAt: string | null;
|
120902
120902
|
duration: number | null;
|
120903
|
-
holdLabel
|
120903
|
+
holdLabel?: {
|
120904
120904
|
id: string;
|
120905
120905
|
name: string;
|
120906
120906
|
position: number;
|
120907
120907
|
createdAt: Date;
|
120908
120908
|
updatedAt: Date;
|
120909
120909
|
deletedAt: Date | null;
|
120910
|
-
};
|
120910
|
+
} | null | undefined;
|
120911
120911
|
}[] | null | undefined;
|
120912
120912
|
};
|
120913
120913
|
workflowRule: {
|
@@ -121655,14 +121655,14 @@ export declare const platformContract: {
|
|
121655
121655
|
startedAt: string;
|
121656
121656
|
endedAt: string | null;
|
121657
121657
|
duration: number | null;
|
121658
|
-
holdLabel
|
121658
|
+
holdLabel?: {
|
121659
121659
|
id: string;
|
121660
121660
|
name: string;
|
121661
121661
|
position: number;
|
121662
121662
|
createdAt: Date;
|
121663
121663
|
updatedAt: Date;
|
121664
121664
|
deletedAt: Date | null;
|
121665
|
-
};
|
121665
|
+
} | null | undefined;
|
121666
121666
|
}[] | null | undefined;
|
121667
121667
|
};
|
121668
121668
|
workflowRule: {
|
@@ -122413,14 +122413,14 @@ export declare const platformContract: {
|
|
122413
122413
|
startedAt: string;
|
122414
122414
|
endedAt: string | null;
|
122415
122415
|
duration: number | null;
|
122416
|
-
holdLabel
|
122416
|
+
holdLabel?: {
|
122417
122417
|
id: string;
|
122418
122418
|
name: string;
|
122419
122419
|
position: number;
|
122420
122420
|
createdAt: Date;
|
122421
122421
|
updatedAt: Date;
|
122422
122422
|
deletedAt: Date | null;
|
122423
|
-
};
|
122423
|
+
} | null | undefined;
|
122424
122424
|
}[] | null | undefined;
|
122425
122425
|
};
|
122426
122426
|
workflowRule: {
|
@@ -123168,14 +123168,14 @@ export declare const platformContract: {
|
|
123168
123168
|
startedAt: string;
|
123169
123169
|
endedAt: string | null;
|
123170
123170
|
duration: number | null;
|
123171
|
-
holdLabel
|
123171
|
+
holdLabel?: {
|
123172
123172
|
id: string;
|
123173
123173
|
name: string;
|
123174
123174
|
position: number;
|
123175
123175
|
createdAt: Date;
|
123176
123176
|
updatedAt: Date;
|
123177
123177
|
deletedAt: Date | null;
|
123178
|
-
};
|
123178
|
+
} | null | undefined;
|
123179
123179
|
}[] | null | undefined;
|
123180
123180
|
};
|
123181
123181
|
workflowRule: {
|
@@ -123927,14 +123927,14 @@ export declare const platformContract: {
|
|
123927
123927
|
startedAt: string;
|
123928
123928
|
endedAt: string | null;
|
123929
123929
|
duration: number | null;
|
123930
|
-
holdLabel
|
123930
|
+
holdLabel?: {
|
123931
123931
|
id: string;
|
123932
123932
|
name: string;
|
123933
123933
|
position: number;
|
123934
123934
|
createdAt: Date;
|
123935
123935
|
updatedAt: Date;
|
123936
123936
|
deletedAt: Date | null;
|
123937
|
-
};
|
123937
|
+
} | null | undefined;
|
123938
123938
|
}[] | null | undefined;
|
123939
123939
|
};
|
123940
123940
|
workflowRule: {
|
@@ -124682,14 +124682,14 @@ export declare const platformContract: {
|
|
124682
124682
|
startedAt: string;
|
124683
124683
|
endedAt: string | null;
|
124684
124684
|
duration: number | null;
|
124685
|
-
holdLabel
|
124685
|
+
holdLabel?: {
|
124686
124686
|
id: string;
|
124687
124687
|
name: string;
|
124688
124688
|
position: number;
|
124689
124689
|
createdAt: Date;
|
124690
124690
|
updatedAt: Date;
|
124691
124691
|
deletedAt: Date | null;
|
124692
|
-
};
|
124692
|
+
} | null | undefined;
|
124693
124693
|
}[] | null | undefined;
|
124694
124694
|
};
|
124695
124695
|
workflowRule: {
|
@@ -130532,17 +130532,17 @@ export declare const platformTelegramContract: {
|
|
130532
130532
|
}>;
|
130533
130533
|
cxlog: import("zod").ZodObject<{
|
130534
130534
|
id: import("zod").ZodString;
|
130535
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
130536
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
130537
130535
|
createdAt: import("zod").ZodDate;
|
130538
130536
|
updatedAt: import("zod").ZodDate;
|
130539
130537
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
130540
|
-
entityId: import("zod").ZodString;
|
130541
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
130542
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
130543
130538
|
caseId: import("zod").ZodNumber;
|
130539
|
+
entityId: import("zod").ZodString;
|
130544
130540
|
entityName: import("zod").ZodString;
|
130541
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
130542
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
130543
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
130545
130544
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
130545
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
130546
130546
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
130547
130547
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
130548
130548
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -130812,7 +130812,7 @@ export declare const platformTelegramContract: {
|
|
130812
130812
|
dateValue: Date | null;
|
130813
130813
|
}[] | null | undefined;
|
130814
130814
|
}>>;
|
130815
|
-
holdLogs: import("zod").
|
130815
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
130816
130816
|
id: import("zod").ZodString;
|
130817
130817
|
createdAt: import("zod").ZodDate;
|
130818
130818
|
updatedAt: import("zod").ZodDate;
|
@@ -130820,7 +130820,7 @@ export declare const platformTelegramContract: {
|
|
130820
130820
|
startedAt: import("zod").ZodString;
|
130821
130821
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
130822
130822
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
130823
|
-
holdLabel: import("zod").ZodObject<{
|
130823
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
130824
130824
|
id: import("zod").ZodString;
|
130825
130825
|
createdAt: import("zod").ZodDate;
|
130826
130826
|
updatedAt: import("zod").ZodDate;
|
@@ -130841,7 +130841,7 @@ export declare const platformTelegramContract: {
|
|
130841
130841
|
createdAt: Date;
|
130842
130842
|
updatedAt: Date;
|
130843
130843
|
deletedAt: Date | null;
|
130844
|
-
}
|
130844
|
+
}>>>;
|
130845
130845
|
}, "strip", import("zod").ZodTypeAny, {
|
130846
130846
|
id: string;
|
130847
130847
|
createdAt: Date;
|
@@ -130850,14 +130850,14 @@ export declare const platformTelegramContract: {
|
|
130850
130850
|
startedAt: string;
|
130851
130851
|
endedAt: string | null;
|
130852
130852
|
duration: number | null;
|
130853
|
-
holdLabel
|
130853
|
+
holdLabel?: {
|
130854
130854
|
id: string;
|
130855
130855
|
name: string;
|
130856
130856
|
position: number;
|
130857
130857
|
createdAt: Date;
|
130858
130858
|
updatedAt: Date;
|
130859
130859
|
deletedAt: Date | null;
|
130860
|
-
};
|
130860
|
+
} | null | undefined;
|
130861
130861
|
}, {
|
130862
130862
|
id: string;
|
130863
130863
|
createdAt: Date;
|
@@ -130866,14 +130866,14 @@ export declare const platformTelegramContract: {
|
|
130866
130866
|
startedAt: string;
|
130867
130867
|
endedAt: string | null;
|
130868
130868
|
duration: number | null;
|
130869
|
-
holdLabel
|
130869
|
+
holdLabel?: {
|
130870
130870
|
id: string;
|
130871
130871
|
name: string;
|
130872
130872
|
position: number;
|
130873
130873
|
createdAt: Date;
|
130874
130874
|
updatedAt: Date;
|
130875
130875
|
deletedAt: Date | null;
|
130876
|
-
};
|
130876
|
+
} | null | undefined;
|
130877
130877
|
}>, "many">>>;
|
130878
130878
|
}, "strip", import("zod").ZodTypeAny, {
|
130879
130879
|
id: string;
|
@@ -130951,14 +130951,14 @@ export declare const platformTelegramContract: {
|
|
130951
130951
|
startedAt: string;
|
130952
130952
|
endedAt: string | null;
|
130953
130953
|
duration: number | null;
|
130954
|
-
holdLabel
|
130954
|
+
holdLabel?: {
|
130955
130955
|
id: string;
|
130956
130956
|
name: string;
|
130957
130957
|
position: number;
|
130958
130958
|
createdAt: Date;
|
130959
130959
|
updatedAt: Date;
|
130960
130960
|
deletedAt: Date | null;
|
130961
|
-
};
|
130961
|
+
} | null | undefined;
|
130962
130962
|
}[] | null | undefined;
|
130963
130963
|
}, {
|
130964
130964
|
id: string;
|
@@ -131036,14 +131036,14 @@ export declare const platformTelegramContract: {
|
|
131036
131036
|
startedAt: string;
|
131037
131037
|
endedAt: string | null;
|
131038
131038
|
duration: number | null;
|
131039
|
-
holdLabel
|
131039
|
+
holdLabel?: {
|
131040
131040
|
id: string;
|
131041
131041
|
name: string;
|
131042
131042
|
position: number;
|
131043
131043
|
createdAt: Date;
|
131044
131044
|
updatedAt: Date;
|
131045
131045
|
deletedAt: Date | null;
|
131046
|
-
};
|
131046
|
+
} | null | undefined;
|
131047
131047
|
}[] | null | undefined;
|
131048
131048
|
}>;
|
131049
131049
|
workflowRule: import("zod").ZodObject<{
|
@@ -131470,14 +131470,14 @@ export declare const platformTelegramContract: {
|
|
131470
131470
|
startedAt: string;
|
131471
131471
|
endedAt: string | null;
|
131472
131472
|
duration: number | null;
|
131473
|
-
holdLabel
|
131473
|
+
holdLabel?: {
|
131474
131474
|
id: string;
|
131475
131475
|
name: string;
|
131476
131476
|
position: number;
|
131477
131477
|
createdAt: Date;
|
131478
131478
|
updatedAt: Date;
|
131479
131479
|
deletedAt: Date | null;
|
131480
|
-
};
|
131480
|
+
} | null | undefined;
|
131481
131481
|
}[] | null | undefined;
|
131482
131482
|
};
|
131483
131483
|
workflowRule: {
|
@@ -131888,14 +131888,14 @@ export declare const platformTelegramContract: {
|
|
131888
131888
|
startedAt: string;
|
131889
131889
|
endedAt: string | null;
|
131890
131890
|
duration: number | null;
|
131891
|
-
holdLabel
|
131891
|
+
holdLabel?: {
|
131892
131892
|
id: string;
|
131893
131893
|
name: string;
|
131894
131894
|
position: number;
|
131895
131895
|
createdAt: Date;
|
131896
131896
|
updatedAt: Date;
|
131897
131897
|
deletedAt: Date | null;
|
131898
|
-
};
|
131898
|
+
} | null | undefined;
|
131899
131899
|
}[] | null | undefined;
|
131900
131900
|
};
|
131901
131901
|
workflowRule: {
|
@@ -135146,17 +135146,17 @@ export declare const platformTelegramContract: {
|
|
135146
135146
|
}>;
|
135147
135147
|
cxlog: import("zod").ZodObject<{
|
135148
135148
|
id: import("zod").ZodString;
|
135149
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
135150
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
135151
135149
|
createdAt: import("zod").ZodDate;
|
135152
135150
|
updatedAt: import("zod").ZodDate;
|
135153
135151
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
135154
|
-
entityId: import("zod").ZodString;
|
135155
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
135156
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
135157
135152
|
caseId: import("zod").ZodNumber;
|
135153
|
+
entityId: import("zod").ZodString;
|
135158
135154
|
entityName: import("zod").ZodString;
|
135155
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
135156
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
135157
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
135159
135158
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
135159
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
135160
135160
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
135161
135161
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
135162
135162
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -135426,7 +135426,7 @@ export declare const platformTelegramContract: {
|
|
135426
135426
|
dateValue: Date | null;
|
135427
135427
|
}[] | null | undefined;
|
135428
135428
|
}>>;
|
135429
|
-
holdLogs: import("zod").
|
135429
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
135430
135430
|
id: import("zod").ZodString;
|
135431
135431
|
createdAt: import("zod").ZodDate;
|
135432
135432
|
updatedAt: import("zod").ZodDate;
|
@@ -135434,7 +135434,7 @@ export declare const platformTelegramContract: {
|
|
135434
135434
|
startedAt: import("zod").ZodString;
|
135435
135435
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
135436
135436
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
135437
|
-
holdLabel: import("zod").ZodObject<{
|
135437
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
135438
135438
|
id: import("zod").ZodString;
|
135439
135439
|
createdAt: import("zod").ZodDate;
|
135440
135440
|
updatedAt: import("zod").ZodDate;
|
@@ -135455,7 +135455,7 @@ export declare const platformTelegramContract: {
|
|
135455
135455
|
createdAt: Date;
|
135456
135456
|
updatedAt: Date;
|
135457
135457
|
deletedAt: Date | null;
|
135458
|
-
}
|
135458
|
+
}>>>;
|
135459
135459
|
}, "strip", import("zod").ZodTypeAny, {
|
135460
135460
|
id: string;
|
135461
135461
|
createdAt: Date;
|
@@ -135464,14 +135464,14 @@ export declare const platformTelegramContract: {
|
|
135464
135464
|
startedAt: string;
|
135465
135465
|
endedAt: string | null;
|
135466
135466
|
duration: number | null;
|
135467
|
-
holdLabel
|
135467
|
+
holdLabel?: {
|
135468
135468
|
id: string;
|
135469
135469
|
name: string;
|
135470
135470
|
position: number;
|
135471
135471
|
createdAt: Date;
|
135472
135472
|
updatedAt: Date;
|
135473
135473
|
deletedAt: Date | null;
|
135474
|
-
};
|
135474
|
+
} | null | undefined;
|
135475
135475
|
}, {
|
135476
135476
|
id: string;
|
135477
135477
|
createdAt: Date;
|
@@ -135480,14 +135480,14 @@ export declare const platformTelegramContract: {
|
|
135480
135480
|
startedAt: string;
|
135481
135481
|
endedAt: string | null;
|
135482
135482
|
duration: number | null;
|
135483
|
-
holdLabel
|
135483
|
+
holdLabel?: {
|
135484
135484
|
id: string;
|
135485
135485
|
name: string;
|
135486
135486
|
position: number;
|
135487
135487
|
createdAt: Date;
|
135488
135488
|
updatedAt: Date;
|
135489
135489
|
deletedAt: Date | null;
|
135490
|
-
};
|
135490
|
+
} | null | undefined;
|
135491
135491
|
}>, "many">>>;
|
135492
135492
|
}, "strip", import("zod").ZodTypeAny, {
|
135493
135493
|
id: string;
|
@@ -135565,14 +135565,14 @@ export declare const platformTelegramContract: {
|
|
135565
135565
|
startedAt: string;
|
135566
135566
|
endedAt: string | null;
|
135567
135567
|
duration: number | null;
|
135568
|
-
holdLabel
|
135568
|
+
holdLabel?: {
|
135569
135569
|
id: string;
|
135570
135570
|
name: string;
|
135571
135571
|
position: number;
|
135572
135572
|
createdAt: Date;
|
135573
135573
|
updatedAt: Date;
|
135574
135574
|
deletedAt: Date | null;
|
135575
|
-
};
|
135575
|
+
} | null | undefined;
|
135576
135576
|
}[] | null | undefined;
|
135577
135577
|
}, {
|
135578
135578
|
id: string;
|
@@ -135650,14 +135650,14 @@ export declare const platformTelegramContract: {
|
|
135650
135650
|
startedAt: string;
|
135651
135651
|
endedAt: string | null;
|
135652
135652
|
duration: number | null;
|
135653
|
-
holdLabel
|
135653
|
+
holdLabel?: {
|
135654
135654
|
id: string;
|
135655
135655
|
name: string;
|
135656
135656
|
position: number;
|
135657
135657
|
createdAt: Date;
|
135658
135658
|
updatedAt: Date;
|
135659
135659
|
deletedAt: Date | null;
|
135660
|
-
};
|
135660
|
+
} | null | undefined;
|
135661
135661
|
}[] | null | undefined;
|
135662
135662
|
}>;
|
135663
135663
|
workflowRule: import("zod").ZodObject<{
|
@@ -136084,14 +136084,14 @@ export declare const platformTelegramContract: {
|
|
136084
136084
|
startedAt: string;
|
136085
136085
|
endedAt: string | null;
|
136086
136086
|
duration: number | null;
|
136087
|
-
holdLabel
|
136087
|
+
holdLabel?: {
|
136088
136088
|
id: string;
|
136089
136089
|
name: string;
|
136090
136090
|
position: number;
|
136091
136091
|
createdAt: Date;
|
136092
136092
|
updatedAt: Date;
|
136093
136093
|
deletedAt: Date | null;
|
136094
|
-
};
|
136094
|
+
} | null | undefined;
|
136095
136095
|
}[] | null | undefined;
|
136096
136096
|
};
|
136097
136097
|
workflowRule: {
|
@@ -136502,14 +136502,14 @@ export declare const platformTelegramContract: {
|
|
136502
136502
|
startedAt: string;
|
136503
136503
|
endedAt: string | null;
|
136504
136504
|
duration: number | null;
|
136505
|
-
holdLabel
|
136505
|
+
holdLabel?: {
|
136506
136506
|
id: string;
|
136507
136507
|
name: string;
|
136508
136508
|
position: number;
|
136509
136509
|
createdAt: Date;
|
136510
136510
|
updatedAt: Date;
|
136511
136511
|
deletedAt: Date | null;
|
136512
|
-
};
|
136512
|
+
} | null | undefined;
|
136513
136513
|
}[] | null | undefined;
|
136514
136514
|
};
|
136515
136515
|
workflowRule: {
|
@@ -138693,14 +138693,14 @@ export declare const platformTelegramContract: {
|
|
138693
138693
|
startedAt: string;
|
138694
138694
|
endedAt: string | null;
|
138695
138695
|
duration: number | null;
|
138696
|
-
holdLabel
|
138696
|
+
holdLabel?: {
|
138697
138697
|
id: string;
|
138698
138698
|
name: string;
|
138699
138699
|
position: number;
|
138700
138700
|
createdAt: Date;
|
138701
138701
|
updatedAt: Date;
|
138702
138702
|
deletedAt: Date | null;
|
138703
|
-
};
|
138703
|
+
} | null | undefined;
|
138704
138704
|
}[] | null | undefined;
|
138705
138705
|
};
|
138706
138706
|
workflowRule: {
|
@@ -139448,14 +139448,14 @@ export declare const platformTelegramContract: {
|
|
139448
139448
|
startedAt: string;
|
139449
139449
|
endedAt: string | null;
|
139450
139450
|
duration: number | null;
|
139451
|
-
holdLabel
|
139451
|
+
holdLabel?: {
|
139452
139452
|
id: string;
|
139453
139453
|
name: string;
|
139454
139454
|
position: number;
|
139455
139455
|
createdAt: Date;
|
139456
139456
|
updatedAt: Date;
|
139457
139457
|
deletedAt: Date | null;
|
139458
|
-
};
|
139458
|
+
} | null | undefined;
|
139459
139459
|
}[] | null | undefined;
|
139460
139460
|
};
|
139461
139461
|
workflowRule: {
|
@@ -140204,14 +140204,14 @@ export declare const platformTelegramContract: {
|
|
140204
140204
|
startedAt: string;
|
140205
140205
|
endedAt: string | null;
|
140206
140206
|
duration: number | null;
|
140207
|
-
holdLabel
|
140207
|
+
holdLabel?: {
|
140208
140208
|
id: string;
|
140209
140209
|
name: string;
|
140210
140210
|
position: number;
|
140211
140211
|
createdAt: Date;
|
140212
140212
|
updatedAt: Date;
|
140213
140213
|
deletedAt: Date | null;
|
140214
|
-
};
|
140214
|
+
} | null | undefined;
|
140215
140215
|
}[] | null | undefined;
|
140216
140216
|
};
|
140217
140217
|
workflowRule: {
|
@@ -140959,14 +140959,14 @@ export declare const platformTelegramContract: {
|
|
140959
140959
|
startedAt: string;
|
140960
140960
|
endedAt: string | null;
|
140961
140961
|
duration: number | null;
|
140962
|
-
holdLabel
|
140962
|
+
holdLabel?: {
|
140963
140963
|
id: string;
|
140964
140964
|
name: string;
|
140965
140965
|
position: number;
|
140966
140966
|
createdAt: Date;
|
140967
140967
|
updatedAt: Date;
|
140968
140968
|
deletedAt: Date | null;
|
140969
|
-
};
|
140969
|
+
} | null | undefined;
|
140970
140970
|
}[] | null | undefined;
|
140971
140971
|
};
|
140972
140972
|
workflowRule: {
|
@@ -141715,14 +141715,14 @@ export declare const platformTelegramContract: {
|
|
141715
141715
|
startedAt: string;
|
141716
141716
|
endedAt: string | null;
|
141717
141717
|
duration: number | null;
|
141718
|
-
holdLabel
|
141718
|
+
holdLabel?: {
|
141719
141719
|
id: string;
|
141720
141720
|
name: string;
|
141721
141721
|
position: number;
|
141722
141722
|
createdAt: Date;
|
141723
141723
|
updatedAt: Date;
|
141724
141724
|
deletedAt: Date | null;
|
141725
|
-
};
|
141725
|
+
} | null | undefined;
|
141726
141726
|
}[] | null | undefined;
|
141727
141727
|
};
|
141728
141728
|
workflowRule: {
|
@@ -142470,14 +142470,14 @@ export declare const platformTelegramContract: {
|
|
142470
142470
|
startedAt: string;
|
142471
142471
|
endedAt: string | null;
|
142472
142472
|
duration: number | null;
|
142473
|
-
holdLabel
|
142473
|
+
holdLabel?: {
|
142474
142474
|
id: string;
|
142475
142475
|
name: string;
|
142476
142476
|
position: number;
|
142477
142477
|
createdAt: Date;
|
142478
142478
|
updatedAt: Date;
|
142479
142479
|
deletedAt: Date | null;
|
142480
|
-
};
|
142480
|
+
} | null | undefined;
|
142481
142481
|
}[] | null | undefined;
|
142482
142482
|
};
|
142483
142483
|
workflowRule: {
|
@@ -143228,14 +143228,14 @@ export declare const platformTelegramContract: {
|
|
143228
143228
|
startedAt: string;
|
143229
143229
|
endedAt: string | null;
|
143230
143230
|
duration: number | null;
|
143231
|
-
holdLabel
|
143231
|
+
holdLabel?: {
|
143232
143232
|
id: string;
|
143233
143233
|
name: string;
|
143234
143234
|
position: number;
|
143235
143235
|
createdAt: Date;
|
143236
143236
|
updatedAt: Date;
|
143237
143237
|
deletedAt: Date | null;
|
143238
|
-
};
|
143238
|
+
} | null | undefined;
|
143239
143239
|
}[] | null | undefined;
|
143240
143240
|
};
|
143241
143241
|
workflowRule: {
|
@@ -143983,14 +143983,14 @@ export declare const platformTelegramContract: {
|
|
143983
143983
|
startedAt: string;
|
143984
143984
|
endedAt: string | null;
|
143985
143985
|
duration: number | null;
|
143986
|
-
holdLabel
|
143986
|
+
holdLabel?: {
|
143987
143987
|
id: string;
|
143988
143988
|
name: string;
|
143989
143989
|
position: number;
|
143990
143990
|
createdAt: Date;
|
143991
143991
|
updatedAt: Date;
|
143992
143992
|
deletedAt: Date | null;
|
143993
|
-
};
|
143993
|
+
} | null | undefined;
|
143994
143994
|
}[] | null | undefined;
|
143995
143995
|
};
|
143996
143996
|
workflowRule: {
|
@@ -144742,14 +144742,14 @@ export declare const platformTelegramContract: {
|
|
144742
144742
|
startedAt: string;
|
144743
144743
|
endedAt: string | null;
|
144744
144744
|
duration: number | null;
|
144745
|
-
holdLabel
|
144745
|
+
holdLabel?: {
|
144746
144746
|
id: string;
|
144747
144747
|
name: string;
|
144748
144748
|
position: number;
|
144749
144749
|
createdAt: Date;
|
144750
144750
|
updatedAt: Date;
|
144751
144751
|
deletedAt: Date | null;
|
144752
|
-
};
|
144752
|
+
} | null | undefined;
|
144753
144753
|
}[] | null | undefined;
|
144754
144754
|
};
|
144755
144755
|
workflowRule: {
|
@@ -145497,14 +145497,14 @@ export declare const platformTelegramContract: {
|
|
145497
145497
|
startedAt: string;
|
145498
145498
|
endedAt: string | null;
|
145499
145499
|
duration: number | null;
|
145500
|
-
holdLabel
|
145500
|
+
holdLabel?: {
|
145501
145501
|
id: string;
|
145502
145502
|
name: string;
|
145503
145503
|
position: number;
|
145504
145504
|
createdAt: Date;
|
145505
145505
|
updatedAt: Date;
|
145506
145506
|
deletedAt: Date | null;
|
145507
|
-
};
|
145507
|
+
} | null | undefined;
|
145508
145508
|
}[] | null | undefined;
|
145509
145509
|
};
|
145510
145510
|
workflowRule: {
|
@@ -149824,17 +149824,17 @@ export declare const platformMessengerContract: {
|
|
149824
149824
|
}>;
|
149825
149825
|
cxlog: import("zod").ZodObject<{
|
149826
149826
|
id: import("zod").ZodString;
|
149827
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
149828
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
149829
149827
|
createdAt: import("zod").ZodDate;
|
149830
149828
|
updatedAt: import("zod").ZodDate;
|
149831
149829
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
149832
|
-
entityId: import("zod").ZodString;
|
149833
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
149834
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
149835
149830
|
caseId: import("zod").ZodNumber;
|
149831
|
+
entityId: import("zod").ZodString;
|
149836
149832
|
entityName: import("zod").ZodString;
|
149833
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
149834
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
149835
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
149837
149836
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
149837
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
149838
149838
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
149839
149839
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
149840
149840
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -150104,7 +150104,7 @@ export declare const platformMessengerContract: {
|
|
150104
150104
|
dateValue: Date | null;
|
150105
150105
|
}[] | null | undefined;
|
150106
150106
|
}>>;
|
150107
|
-
holdLogs: import("zod").
|
150107
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
150108
150108
|
id: import("zod").ZodString;
|
150109
150109
|
createdAt: import("zod").ZodDate;
|
150110
150110
|
updatedAt: import("zod").ZodDate;
|
@@ -150112,7 +150112,7 @@ export declare const platformMessengerContract: {
|
|
150112
150112
|
startedAt: import("zod").ZodString;
|
150113
150113
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
150114
150114
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
150115
|
-
holdLabel: import("zod").ZodObject<{
|
150115
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
150116
150116
|
id: import("zod").ZodString;
|
150117
150117
|
createdAt: import("zod").ZodDate;
|
150118
150118
|
updatedAt: import("zod").ZodDate;
|
@@ -150133,7 +150133,7 @@ export declare const platformMessengerContract: {
|
|
150133
150133
|
createdAt: Date;
|
150134
150134
|
updatedAt: Date;
|
150135
150135
|
deletedAt: Date | null;
|
150136
|
-
}
|
150136
|
+
}>>>;
|
150137
150137
|
}, "strip", import("zod").ZodTypeAny, {
|
150138
150138
|
id: string;
|
150139
150139
|
createdAt: Date;
|
@@ -150142,14 +150142,14 @@ export declare const platformMessengerContract: {
|
|
150142
150142
|
startedAt: string;
|
150143
150143
|
endedAt: string | null;
|
150144
150144
|
duration: number | null;
|
150145
|
-
holdLabel
|
150145
|
+
holdLabel?: {
|
150146
150146
|
id: string;
|
150147
150147
|
name: string;
|
150148
150148
|
position: number;
|
150149
150149
|
createdAt: Date;
|
150150
150150
|
updatedAt: Date;
|
150151
150151
|
deletedAt: Date | null;
|
150152
|
-
};
|
150152
|
+
} | null | undefined;
|
150153
150153
|
}, {
|
150154
150154
|
id: string;
|
150155
150155
|
createdAt: Date;
|
@@ -150158,14 +150158,14 @@ export declare const platformMessengerContract: {
|
|
150158
150158
|
startedAt: string;
|
150159
150159
|
endedAt: string | null;
|
150160
150160
|
duration: number | null;
|
150161
|
-
holdLabel
|
150161
|
+
holdLabel?: {
|
150162
150162
|
id: string;
|
150163
150163
|
name: string;
|
150164
150164
|
position: number;
|
150165
150165
|
createdAt: Date;
|
150166
150166
|
updatedAt: Date;
|
150167
150167
|
deletedAt: Date | null;
|
150168
|
-
};
|
150168
|
+
} | null | undefined;
|
150169
150169
|
}>, "many">>>;
|
150170
150170
|
}, "strip", import("zod").ZodTypeAny, {
|
150171
150171
|
id: string;
|
@@ -150243,14 +150243,14 @@ export declare const platformMessengerContract: {
|
|
150243
150243
|
startedAt: string;
|
150244
150244
|
endedAt: string | null;
|
150245
150245
|
duration: number | null;
|
150246
|
-
holdLabel
|
150246
|
+
holdLabel?: {
|
150247
150247
|
id: string;
|
150248
150248
|
name: string;
|
150249
150249
|
position: number;
|
150250
150250
|
createdAt: Date;
|
150251
150251
|
updatedAt: Date;
|
150252
150252
|
deletedAt: Date | null;
|
150253
|
-
};
|
150253
|
+
} | null | undefined;
|
150254
150254
|
}[] | null | undefined;
|
150255
150255
|
}, {
|
150256
150256
|
id: string;
|
@@ -150328,14 +150328,14 @@ export declare const platformMessengerContract: {
|
|
150328
150328
|
startedAt: string;
|
150329
150329
|
endedAt: string | null;
|
150330
150330
|
duration: number | null;
|
150331
|
-
holdLabel
|
150331
|
+
holdLabel?: {
|
150332
150332
|
id: string;
|
150333
150333
|
name: string;
|
150334
150334
|
position: number;
|
150335
150335
|
createdAt: Date;
|
150336
150336
|
updatedAt: Date;
|
150337
150337
|
deletedAt: Date | null;
|
150338
|
-
};
|
150338
|
+
} | null | undefined;
|
150339
150339
|
}[] | null | undefined;
|
150340
150340
|
}>;
|
150341
150341
|
workflowRule: import("zod").ZodObject<{
|
@@ -150762,14 +150762,14 @@ export declare const platformMessengerContract: {
|
|
150762
150762
|
startedAt: string;
|
150763
150763
|
endedAt: string | null;
|
150764
150764
|
duration: number | null;
|
150765
|
-
holdLabel
|
150765
|
+
holdLabel?: {
|
150766
150766
|
id: string;
|
150767
150767
|
name: string;
|
150768
150768
|
position: number;
|
150769
150769
|
createdAt: Date;
|
150770
150770
|
updatedAt: Date;
|
150771
150771
|
deletedAt: Date | null;
|
150772
|
-
};
|
150772
|
+
} | null | undefined;
|
150773
150773
|
}[] | null | undefined;
|
150774
150774
|
};
|
150775
150775
|
workflowRule: {
|
@@ -151180,14 +151180,14 @@ export declare const platformMessengerContract: {
|
|
151180
151180
|
startedAt: string;
|
151181
151181
|
endedAt: string | null;
|
151182
151182
|
duration: number | null;
|
151183
|
-
holdLabel
|
151183
|
+
holdLabel?: {
|
151184
151184
|
id: string;
|
151185
151185
|
name: string;
|
151186
151186
|
position: number;
|
151187
151187
|
createdAt: Date;
|
151188
151188
|
updatedAt: Date;
|
151189
151189
|
deletedAt: Date | null;
|
151190
|
-
};
|
151190
|
+
} | null | undefined;
|
151191
151191
|
}[] | null | undefined;
|
151192
151192
|
};
|
151193
151193
|
workflowRule: {
|
@@ -154438,17 +154438,17 @@ export declare const platformMessengerContract: {
|
|
154438
154438
|
}>;
|
154439
154439
|
cxlog: import("zod").ZodObject<{
|
154440
154440
|
id: import("zod").ZodString;
|
154441
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
154442
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
154443
154441
|
createdAt: import("zod").ZodDate;
|
154444
154442
|
updatedAt: import("zod").ZodDate;
|
154445
154443
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
154446
|
-
entityId: import("zod").ZodString;
|
154447
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
154448
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
154449
154444
|
caseId: import("zod").ZodNumber;
|
154445
|
+
entityId: import("zod").ZodString;
|
154450
154446
|
entityName: import("zod").ZodString;
|
154447
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
154448
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
154449
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
154451
154450
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
154451
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
154452
154452
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
154453
154453
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
154454
154454
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -154718,7 +154718,7 @@ export declare const platformMessengerContract: {
|
|
154718
154718
|
dateValue: Date | null;
|
154719
154719
|
}[] | null | undefined;
|
154720
154720
|
}>>;
|
154721
|
-
holdLogs: import("zod").
|
154721
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
154722
154722
|
id: import("zod").ZodString;
|
154723
154723
|
createdAt: import("zod").ZodDate;
|
154724
154724
|
updatedAt: import("zod").ZodDate;
|
@@ -154726,7 +154726,7 @@ export declare const platformMessengerContract: {
|
|
154726
154726
|
startedAt: import("zod").ZodString;
|
154727
154727
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
154728
154728
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
154729
|
-
holdLabel: import("zod").ZodObject<{
|
154729
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
154730
154730
|
id: import("zod").ZodString;
|
154731
154731
|
createdAt: import("zod").ZodDate;
|
154732
154732
|
updatedAt: import("zod").ZodDate;
|
@@ -154747,7 +154747,7 @@ export declare const platformMessengerContract: {
|
|
154747
154747
|
createdAt: Date;
|
154748
154748
|
updatedAt: Date;
|
154749
154749
|
deletedAt: Date | null;
|
154750
|
-
}
|
154750
|
+
}>>>;
|
154751
154751
|
}, "strip", import("zod").ZodTypeAny, {
|
154752
154752
|
id: string;
|
154753
154753
|
createdAt: Date;
|
@@ -154756,14 +154756,14 @@ export declare const platformMessengerContract: {
|
|
154756
154756
|
startedAt: string;
|
154757
154757
|
endedAt: string | null;
|
154758
154758
|
duration: number | null;
|
154759
|
-
holdLabel
|
154759
|
+
holdLabel?: {
|
154760
154760
|
id: string;
|
154761
154761
|
name: string;
|
154762
154762
|
position: number;
|
154763
154763
|
createdAt: Date;
|
154764
154764
|
updatedAt: Date;
|
154765
154765
|
deletedAt: Date | null;
|
154766
|
-
};
|
154766
|
+
} | null | undefined;
|
154767
154767
|
}, {
|
154768
154768
|
id: string;
|
154769
154769
|
createdAt: Date;
|
@@ -154772,14 +154772,14 @@ export declare const platformMessengerContract: {
|
|
154772
154772
|
startedAt: string;
|
154773
154773
|
endedAt: string | null;
|
154774
154774
|
duration: number | null;
|
154775
|
-
holdLabel
|
154775
|
+
holdLabel?: {
|
154776
154776
|
id: string;
|
154777
154777
|
name: string;
|
154778
154778
|
position: number;
|
154779
154779
|
createdAt: Date;
|
154780
154780
|
updatedAt: Date;
|
154781
154781
|
deletedAt: Date | null;
|
154782
|
-
};
|
154782
|
+
} | null | undefined;
|
154783
154783
|
}>, "many">>>;
|
154784
154784
|
}, "strip", import("zod").ZodTypeAny, {
|
154785
154785
|
id: string;
|
@@ -154857,14 +154857,14 @@ export declare const platformMessengerContract: {
|
|
154857
154857
|
startedAt: string;
|
154858
154858
|
endedAt: string | null;
|
154859
154859
|
duration: number | null;
|
154860
|
-
holdLabel
|
154860
|
+
holdLabel?: {
|
154861
154861
|
id: string;
|
154862
154862
|
name: string;
|
154863
154863
|
position: number;
|
154864
154864
|
createdAt: Date;
|
154865
154865
|
updatedAt: Date;
|
154866
154866
|
deletedAt: Date | null;
|
154867
|
-
};
|
154867
|
+
} | null | undefined;
|
154868
154868
|
}[] | null | undefined;
|
154869
154869
|
}, {
|
154870
154870
|
id: string;
|
@@ -154942,14 +154942,14 @@ export declare const platformMessengerContract: {
|
|
154942
154942
|
startedAt: string;
|
154943
154943
|
endedAt: string | null;
|
154944
154944
|
duration: number | null;
|
154945
|
-
holdLabel
|
154945
|
+
holdLabel?: {
|
154946
154946
|
id: string;
|
154947
154947
|
name: string;
|
154948
154948
|
position: number;
|
154949
154949
|
createdAt: Date;
|
154950
154950
|
updatedAt: Date;
|
154951
154951
|
deletedAt: Date | null;
|
154952
|
-
};
|
154952
|
+
} | null | undefined;
|
154953
154953
|
}[] | null | undefined;
|
154954
154954
|
}>;
|
154955
154955
|
workflowRule: import("zod").ZodObject<{
|
@@ -155376,14 +155376,14 @@ export declare const platformMessengerContract: {
|
|
155376
155376
|
startedAt: string;
|
155377
155377
|
endedAt: string | null;
|
155378
155378
|
duration: number | null;
|
155379
|
-
holdLabel
|
155379
|
+
holdLabel?: {
|
155380
155380
|
id: string;
|
155381
155381
|
name: string;
|
155382
155382
|
position: number;
|
155383
155383
|
createdAt: Date;
|
155384
155384
|
updatedAt: Date;
|
155385
155385
|
deletedAt: Date | null;
|
155386
|
-
};
|
155386
|
+
} | null | undefined;
|
155387
155387
|
}[] | null | undefined;
|
155388
155388
|
};
|
155389
155389
|
workflowRule: {
|
@@ -155794,14 +155794,14 @@ export declare const platformMessengerContract: {
|
|
155794
155794
|
startedAt: string;
|
155795
155795
|
endedAt: string | null;
|
155796
155796
|
duration: number | null;
|
155797
|
-
holdLabel
|
155797
|
+
holdLabel?: {
|
155798
155798
|
id: string;
|
155799
155799
|
name: string;
|
155800
155800
|
position: number;
|
155801
155801
|
createdAt: Date;
|
155802
155802
|
updatedAt: Date;
|
155803
155803
|
deletedAt: Date | null;
|
155804
|
-
};
|
155804
|
+
} | null | undefined;
|
155805
155805
|
}[] | null | undefined;
|
155806
155806
|
};
|
155807
155807
|
workflowRule: {
|
@@ -157985,14 +157985,14 @@ export declare const platformMessengerContract: {
|
|
157985
157985
|
startedAt: string;
|
157986
157986
|
endedAt: string | null;
|
157987
157987
|
duration: number | null;
|
157988
|
-
holdLabel
|
157988
|
+
holdLabel?: {
|
157989
157989
|
id: string;
|
157990
157990
|
name: string;
|
157991
157991
|
position: number;
|
157992
157992
|
createdAt: Date;
|
157993
157993
|
updatedAt: Date;
|
157994
157994
|
deletedAt: Date | null;
|
157995
|
-
};
|
157995
|
+
} | null | undefined;
|
157996
157996
|
}[] | null | undefined;
|
157997
157997
|
};
|
157998
157998
|
workflowRule: {
|
@@ -158740,14 +158740,14 @@ export declare const platformMessengerContract: {
|
|
158740
158740
|
startedAt: string;
|
158741
158741
|
endedAt: string | null;
|
158742
158742
|
duration: number | null;
|
158743
|
-
holdLabel
|
158743
|
+
holdLabel?: {
|
158744
158744
|
id: string;
|
158745
158745
|
name: string;
|
158746
158746
|
position: number;
|
158747
158747
|
createdAt: Date;
|
158748
158748
|
updatedAt: Date;
|
158749
158749
|
deletedAt: Date | null;
|
158750
|
-
};
|
158750
|
+
} | null | undefined;
|
158751
158751
|
}[] | null | undefined;
|
158752
158752
|
};
|
158753
158753
|
workflowRule: {
|
@@ -159496,14 +159496,14 @@ export declare const platformMessengerContract: {
|
|
159496
159496
|
startedAt: string;
|
159497
159497
|
endedAt: string | null;
|
159498
159498
|
duration: number | null;
|
159499
|
-
holdLabel
|
159499
|
+
holdLabel?: {
|
159500
159500
|
id: string;
|
159501
159501
|
name: string;
|
159502
159502
|
position: number;
|
159503
159503
|
createdAt: Date;
|
159504
159504
|
updatedAt: Date;
|
159505
159505
|
deletedAt: Date | null;
|
159506
|
-
};
|
159506
|
+
} | null | undefined;
|
159507
159507
|
}[] | null | undefined;
|
159508
159508
|
};
|
159509
159509
|
workflowRule: {
|
@@ -160251,14 +160251,14 @@ export declare const platformMessengerContract: {
|
|
160251
160251
|
startedAt: string;
|
160252
160252
|
endedAt: string | null;
|
160253
160253
|
duration: number | null;
|
160254
|
-
holdLabel
|
160254
|
+
holdLabel?: {
|
160255
160255
|
id: string;
|
160256
160256
|
name: string;
|
160257
160257
|
position: number;
|
160258
160258
|
createdAt: Date;
|
160259
160259
|
updatedAt: Date;
|
160260
160260
|
deletedAt: Date | null;
|
160261
|
-
};
|
160261
|
+
} | null | undefined;
|
160262
160262
|
}[] | null | undefined;
|
160263
160263
|
};
|
160264
160264
|
workflowRule: {
|
@@ -161007,14 +161007,14 @@ export declare const platformMessengerContract: {
|
|
161007
161007
|
startedAt: string;
|
161008
161008
|
endedAt: string | null;
|
161009
161009
|
duration: number | null;
|
161010
|
-
holdLabel
|
161010
|
+
holdLabel?: {
|
161011
161011
|
id: string;
|
161012
161012
|
name: string;
|
161013
161013
|
position: number;
|
161014
161014
|
createdAt: Date;
|
161015
161015
|
updatedAt: Date;
|
161016
161016
|
deletedAt: Date | null;
|
161017
|
-
};
|
161017
|
+
} | null | undefined;
|
161018
161018
|
}[] | null | undefined;
|
161019
161019
|
};
|
161020
161020
|
workflowRule: {
|
@@ -161762,14 +161762,14 @@ export declare const platformMessengerContract: {
|
|
161762
161762
|
startedAt: string;
|
161763
161763
|
endedAt: string | null;
|
161764
161764
|
duration: number | null;
|
161765
|
-
holdLabel
|
161765
|
+
holdLabel?: {
|
161766
161766
|
id: string;
|
161767
161767
|
name: string;
|
161768
161768
|
position: number;
|
161769
161769
|
createdAt: Date;
|
161770
161770
|
updatedAt: Date;
|
161771
161771
|
deletedAt: Date | null;
|
161772
|
-
};
|
161772
|
+
} | null | undefined;
|
161773
161773
|
}[] | null | undefined;
|
161774
161774
|
};
|
161775
161775
|
workflowRule: {
|
@@ -162520,14 +162520,14 @@ export declare const platformMessengerContract: {
|
|
162520
162520
|
startedAt: string;
|
162521
162521
|
endedAt: string | null;
|
162522
162522
|
duration: number | null;
|
162523
|
-
holdLabel
|
162523
|
+
holdLabel?: {
|
162524
162524
|
id: string;
|
162525
162525
|
name: string;
|
162526
162526
|
position: number;
|
162527
162527
|
createdAt: Date;
|
162528
162528
|
updatedAt: Date;
|
162529
162529
|
deletedAt: Date | null;
|
162530
|
-
};
|
162530
|
+
} | null | undefined;
|
162531
162531
|
}[] | null | undefined;
|
162532
162532
|
};
|
162533
162533
|
workflowRule: {
|
@@ -163275,14 +163275,14 @@ export declare const platformMessengerContract: {
|
|
163275
163275
|
startedAt: string;
|
163276
163276
|
endedAt: string | null;
|
163277
163277
|
duration: number | null;
|
163278
|
-
holdLabel
|
163278
|
+
holdLabel?: {
|
163279
163279
|
id: string;
|
163280
163280
|
name: string;
|
163281
163281
|
position: number;
|
163282
163282
|
createdAt: Date;
|
163283
163283
|
updatedAt: Date;
|
163284
163284
|
deletedAt: Date | null;
|
163285
|
-
};
|
163285
|
+
} | null | undefined;
|
163286
163286
|
}[] | null | undefined;
|
163287
163287
|
};
|
163288
163288
|
workflowRule: {
|
@@ -164034,14 +164034,14 @@ export declare const platformMessengerContract: {
|
|
164034
164034
|
startedAt: string;
|
164035
164035
|
endedAt: string | null;
|
164036
164036
|
duration: number | null;
|
164037
|
-
holdLabel
|
164037
|
+
holdLabel?: {
|
164038
164038
|
id: string;
|
164039
164039
|
name: string;
|
164040
164040
|
position: number;
|
164041
164041
|
createdAt: Date;
|
164042
164042
|
updatedAt: Date;
|
164043
164043
|
deletedAt: Date | null;
|
164044
|
-
};
|
164044
|
+
} | null | undefined;
|
164045
164045
|
}[] | null | undefined;
|
164046
164046
|
};
|
164047
164047
|
workflowRule: {
|
@@ -164789,14 +164789,14 @@ export declare const platformMessengerContract: {
|
|
164789
164789
|
startedAt: string;
|
164790
164790
|
endedAt: string | null;
|
164791
164791
|
duration: number | null;
|
164792
|
-
holdLabel
|
164792
|
+
holdLabel?: {
|
164793
164793
|
id: string;
|
164794
164794
|
name: string;
|
164795
164795
|
position: number;
|
164796
164796
|
createdAt: Date;
|
164797
164797
|
updatedAt: Date;
|
164798
164798
|
deletedAt: Date | null;
|
164799
|
-
};
|
164799
|
+
} | null | undefined;
|
164800
164800
|
}[] | null | undefined;
|
164801
164801
|
};
|
164802
164802
|
workflowRule: {
|
@@ -171078,17 +171078,17 @@ export declare const platformInstagramContract: {
|
|
171078
171078
|
}>;
|
171079
171079
|
cxlog: import("zod").ZodObject<{
|
171080
171080
|
id: import("zod").ZodString;
|
171081
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
171082
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
171083
171081
|
createdAt: import("zod").ZodDate;
|
171084
171082
|
updatedAt: import("zod").ZodDate;
|
171085
171083
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
171086
|
-
entityId: import("zod").ZodString;
|
171087
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
171088
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
171089
171084
|
caseId: import("zod").ZodNumber;
|
171085
|
+
entityId: import("zod").ZodString;
|
171090
171086
|
entityName: import("zod").ZodString;
|
171087
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
171088
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
171089
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
171091
171090
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
171091
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
171092
171092
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
171093
171093
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
171094
171094
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -171358,7 +171358,7 @@ export declare const platformInstagramContract: {
|
|
171358
171358
|
dateValue: Date | null;
|
171359
171359
|
}[] | null | undefined;
|
171360
171360
|
}>>;
|
171361
|
-
holdLogs: import("zod").
|
171361
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
171362
171362
|
id: import("zod").ZodString;
|
171363
171363
|
createdAt: import("zod").ZodDate;
|
171364
171364
|
updatedAt: import("zod").ZodDate;
|
@@ -171366,7 +171366,7 @@ export declare const platformInstagramContract: {
|
|
171366
171366
|
startedAt: import("zod").ZodString;
|
171367
171367
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
171368
171368
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
171369
|
-
holdLabel: import("zod").ZodObject<{
|
171369
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
171370
171370
|
id: import("zod").ZodString;
|
171371
171371
|
createdAt: import("zod").ZodDate;
|
171372
171372
|
updatedAt: import("zod").ZodDate;
|
@@ -171387,7 +171387,7 @@ export declare const platformInstagramContract: {
|
|
171387
171387
|
createdAt: Date;
|
171388
171388
|
updatedAt: Date;
|
171389
171389
|
deletedAt: Date | null;
|
171390
|
-
}
|
171390
|
+
}>>>;
|
171391
171391
|
}, "strip", import("zod").ZodTypeAny, {
|
171392
171392
|
id: string;
|
171393
171393
|
createdAt: Date;
|
@@ -171396,14 +171396,14 @@ export declare const platformInstagramContract: {
|
|
171396
171396
|
startedAt: string;
|
171397
171397
|
endedAt: string | null;
|
171398
171398
|
duration: number | null;
|
171399
|
-
holdLabel
|
171399
|
+
holdLabel?: {
|
171400
171400
|
id: string;
|
171401
171401
|
name: string;
|
171402
171402
|
position: number;
|
171403
171403
|
createdAt: Date;
|
171404
171404
|
updatedAt: Date;
|
171405
171405
|
deletedAt: Date | null;
|
171406
|
-
};
|
171406
|
+
} | null | undefined;
|
171407
171407
|
}, {
|
171408
171408
|
id: string;
|
171409
171409
|
createdAt: Date;
|
@@ -171412,14 +171412,14 @@ export declare const platformInstagramContract: {
|
|
171412
171412
|
startedAt: string;
|
171413
171413
|
endedAt: string | null;
|
171414
171414
|
duration: number | null;
|
171415
|
-
holdLabel
|
171415
|
+
holdLabel?: {
|
171416
171416
|
id: string;
|
171417
171417
|
name: string;
|
171418
171418
|
position: number;
|
171419
171419
|
createdAt: Date;
|
171420
171420
|
updatedAt: Date;
|
171421
171421
|
deletedAt: Date | null;
|
171422
|
-
};
|
171422
|
+
} | null | undefined;
|
171423
171423
|
}>, "many">>>;
|
171424
171424
|
}, "strip", import("zod").ZodTypeAny, {
|
171425
171425
|
id: string;
|
@@ -171497,14 +171497,14 @@ export declare const platformInstagramContract: {
|
|
171497
171497
|
startedAt: string;
|
171498
171498
|
endedAt: string | null;
|
171499
171499
|
duration: number | null;
|
171500
|
-
holdLabel
|
171500
|
+
holdLabel?: {
|
171501
171501
|
id: string;
|
171502
171502
|
name: string;
|
171503
171503
|
position: number;
|
171504
171504
|
createdAt: Date;
|
171505
171505
|
updatedAt: Date;
|
171506
171506
|
deletedAt: Date | null;
|
171507
|
-
};
|
171507
|
+
} | null | undefined;
|
171508
171508
|
}[] | null | undefined;
|
171509
171509
|
}, {
|
171510
171510
|
id: string;
|
@@ -171582,14 +171582,14 @@ export declare const platformInstagramContract: {
|
|
171582
171582
|
startedAt: string;
|
171583
171583
|
endedAt: string | null;
|
171584
171584
|
duration: number | null;
|
171585
|
-
holdLabel
|
171585
|
+
holdLabel?: {
|
171586
171586
|
id: string;
|
171587
171587
|
name: string;
|
171588
171588
|
position: number;
|
171589
171589
|
createdAt: Date;
|
171590
171590
|
updatedAt: Date;
|
171591
171591
|
deletedAt: Date | null;
|
171592
|
-
};
|
171592
|
+
} | null | undefined;
|
171593
171593
|
}[] | null | undefined;
|
171594
171594
|
}>;
|
171595
171595
|
workflowRule: import("zod").ZodObject<{
|
@@ -172016,14 +172016,14 @@ export declare const platformInstagramContract: {
|
|
172016
172016
|
startedAt: string;
|
172017
172017
|
endedAt: string | null;
|
172018
172018
|
duration: number | null;
|
172019
|
-
holdLabel
|
172019
|
+
holdLabel?: {
|
172020
172020
|
id: string;
|
172021
172021
|
name: string;
|
172022
172022
|
position: number;
|
172023
172023
|
createdAt: Date;
|
172024
172024
|
updatedAt: Date;
|
172025
172025
|
deletedAt: Date | null;
|
172026
|
-
};
|
172026
|
+
} | null | undefined;
|
172027
172027
|
}[] | null | undefined;
|
172028
172028
|
};
|
172029
172029
|
workflowRule: {
|
@@ -172434,14 +172434,14 @@ export declare const platformInstagramContract: {
|
|
172434
172434
|
startedAt: string;
|
172435
172435
|
endedAt: string | null;
|
172436
172436
|
duration: number | null;
|
172437
|
-
holdLabel
|
172437
|
+
holdLabel?: {
|
172438
172438
|
id: string;
|
172439
172439
|
name: string;
|
172440
172440
|
position: number;
|
172441
172441
|
createdAt: Date;
|
172442
172442
|
updatedAt: Date;
|
172443
172443
|
deletedAt: Date | null;
|
172444
|
-
};
|
172444
|
+
} | null | undefined;
|
172445
172445
|
}[] | null | undefined;
|
172446
172446
|
};
|
172447
172447
|
workflowRule: {
|
@@ -175692,17 +175692,17 @@ export declare const platformInstagramContract: {
|
|
175692
175692
|
}>;
|
175693
175693
|
cxlog: import("zod").ZodObject<{
|
175694
175694
|
id: import("zod").ZodString;
|
175695
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
175696
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
175697
175695
|
createdAt: import("zod").ZodDate;
|
175698
175696
|
updatedAt: import("zod").ZodDate;
|
175699
175697
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
175700
|
-
entityId: import("zod").ZodString;
|
175701
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
175702
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
175703
175698
|
caseId: import("zod").ZodNumber;
|
175699
|
+
entityId: import("zod").ZodString;
|
175704
175700
|
entityName: import("zod").ZodString;
|
175701
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
175702
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
175703
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
175705
175704
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
175705
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
175706
175706
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
175707
175707
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
175708
175708
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -175972,7 +175972,7 @@ export declare const platformInstagramContract: {
|
|
175972
175972
|
dateValue: Date | null;
|
175973
175973
|
}[] | null | undefined;
|
175974
175974
|
}>>;
|
175975
|
-
holdLogs: import("zod").
|
175975
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
175976
175976
|
id: import("zod").ZodString;
|
175977
175977
|
createdAt: import("zod").ZodDate;
|
175978
175978
|
updatedAt: import("zod").ZodDate;
|
@@ -175980,7 +175980,7 @@ export declare const platformInstagramContract: {
|
|
175980
175980
|
startedAt: import("zod").ZodString;
|
175981
175981
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
175982
175982
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
175983
|
-
holdLabel: import("zod").ZodObject<{
|
175983
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
175984
175984
|
id: import("zod").ZodString;
|
175985
175985
|
createdAt: import("zod").ZodDate;
|
175986
175986
|
updatedAt: import("zod").ZodDate;
|
@@ -176001,7 +176001,7 @@ export declare const platformInstagramContract: {
|
|
176001
176001
|
createdAt: Date;
|
176002
176002
|
updatedAt: Date;
|
176003
176003
|
deletedAt: Date | null;
|
176004
|
-
}
|
176004
|
+
}>>>;
|
176005
176005
|
}, "strip", import("zod").ZodTypeAny, {
|
176006
176006
|
id: string;
|
176007
176007
|
createdAt: Date;
|
@@ -176010,14 +176010,14 @@ export declare const platformInstagramContract: {
|
|
176010
176010
|
startedAt: string;
|
176011
176011
|
endedAt: string | null;
|
176012
176012
|
duration: number | null;
|
176013
|
-
holdLabel
|
176013
|
+
holdLabel?: {
|
176014
176014
|
id: string;
|
176015
176015
|
name: string;
|
176016
176016
|
position: number;
|
176017
176017
|
createdAt: Date;
|
176018
176018
|
updatedAt: Date;
|
176019
176019
|
deletedAt: Date | null;
|
176020
|
-
};
|
176020
|
+
} | null | undefined;
|
176021
176021
|
}, {
|
176022
176022
|
id: string;
|
176023
176023
|
createdAt: Date;
|
@@ -176026,14 +176026,14 @@ export declare const platformInstagramContract: {
|
|
176026
176026
|
startedAt: string;
|
176027
176027
|
endedAt: string | null;
|
176028
176028
|
duration: number | null;
|
176029
|
-
holdLabel
|
176029
|
+
holdLabel?: {
|
176030
176030
|
id: string;
|
176031
176031
|
name: string;
|
176032
176032
|
position: number;
|
176033
176033
|
createdAt: Date;
|
176034
176034
|
updatedAt: Date;
|
176035
176035
|
deletedAt: Date | null;
|
176036
|
-
};
|
176036
|
+
} | null | undefined;
|
176037
176037
|
}>, "many">>>;
|
176038
176038
|
}, "strip", import("zod").ZodTypeAny, {
|
176039
176039
|
id: string;
|
@@ -176111,14 +176111,14 @@ export declare const platformInstagramContract: {
|
|
176111
176111
|
startedAt: string;
|
176112
176112
|
endedAt: string | null;
|
176113
176113
|
duration: number | null;
|
176114
|
-
holdLabel
|
176114
|
+
holdLabel?: {
|
176115
176115
|
id: string;
|
176116
176116
|
name: string;
|
176117
176117
|
position: number;
|
176118
176118
|
createdAt: Date;
|
176119
176119
|
updatedAt: Date;
|
176120
176120
|
deletedAt: Date | null;
|
176121
|
-
};
|
176121
|
+
} | null | undefined;
|
176122
176122
|
}[] | null | undefined;
|
176123
176123
|
}, {
|
176124
176124
|
id: string;
|
@@ -176196,14 +176196,14 @@ export declare const platformInstagramContract: {
|
|
176196
176196
|
startedAt: string;
|
176197
176197
|
endedAt: string | null;
|
176198
176198
|
duration: number | null;
|
176199
|
-
holdLabel
|
176199
|
+
holdLabel?: {
|
176200
176200
|
id: string;
|
176201
176201
|
name: string;
|
176202
176202
|
position: number;
|
176203
176203
|
createdAt: Date;
|
176204
176204
|
updatedAt: Date;
|
176205
176205
|
deletedAt: Date | null;
|
176206
|
-
};
|
176206
|
+
} | null | undefined;
|
176207
176207
|
}[] | null | undefined;
|
176208
176208
|
}>;
|
176209
176209
|
workflowRule: import("zod").ZodObject<{
|
@@ -176630,14 +176630,14 @@ export declare const platformInstagramContract: {
|
|
176630
176630
|
startedAt: string;
|
176631
176631
|
endedAt: string | null;
|
176632
176632
|
duration: number | null;
|
176633
|
-
holdLabel
|
176633
|
+
holdLabel?: {
|
176634
176634
|
id: string;
|
176635
176635
|
name: string;
|
176636
176636
|
position: number;
|
176637
176637
|
createdAt: Date;
|
176638
176638
|
updatedAt: Date;
|
176639
176639
|
deletedAt: Date | null;
|
176640
|
-
};
|
176640
|
+
} | null | undefined;
|
176641
176641
|
}[] | null | undefined;
|
176642
176642
|
};
|
176643
176643
|
workflowRule: {
|
@@ -177048,14 +177048,14 @@ export declare const platformInstagramContract: {
|
|
177048
177048
|
startedAt: string;
|
177049
177049
|
endedAt: string | null;
|
177050
177050
|
duration: number | null;
|
177051
|
-
holdLabel
|
177051
|
+
holdLabel?: {
|
177052
177052
|
id: string;
|
177053
177053
|
name: string;
|
177054
177054
|
position: number;
|
177055
177055
|
createdAt: Date;
|
177056
177056
|
updatedAt: Date;
|
177057
177057
|
deletedAt: Date | null;
|
177058
|
-
};
|
177058
|
+
} | null | undefined;
|
177059
177059
|
}[] | null | undefined;
|
177060
177060
|
};
|
177061
177061
|
workflowRule: {
|
@@ -179239,14 +179239,14 @@ export declare const platformInstagramContract: {
|
|
179239
179239
|
startedAt: string;
|
179240
179240
|
endedAt: string | null;
|
179241
179241
|
duration: number | null;
|
179242
|
-
holdLabel
|
179242
|
+
holdLabel?: {
|
179243
179243
|
id: string;
|
179244
179244
|
name: string;
|
179245
179245
|
position: number;
|
179246
179246
|
createdAt: Date;
|
179247
179247
|
updatedAt: Date;
|
179248
179248
|
deletedAt: Date | null;
|
179249
|
-
};
|
179249
|
+
} | null | undefined;
|
179250
179250
|
}[] | null | undefined;
|
179251
179251
|
};
|
179252
179252
|
workflowRule: {
|
@@ -179994,14 +179994,14 @@ export declare const platformInstagramContract: {
|
|
179994
179994
|
startedAt: string;
|
179995
179995
|
endedAt: string | null;
|
179996
179996
|
duration: number | null;
|
179997
|
-
holdLabel
|
179997
|
+
holdLabel?: {
|
179998
179998
|
id: string;
|
179999
179999
|
name: string;
|
180000
180000
|
position: number;
|
180001
180001
|
createdAt: Date;
|
180002
180002
|
updatedAt: Date;
|
180003
180003
|
deletedAt: Date | null;
|
180004
|
-
};
|
180004
|
+
} | null | undefined;
|
180005
180005
|
}[] | null | undefined;
|
180006
180006
|
};
|
180007
180007
|
workflowRule: {
|
@@ -180750,14 +180750,14 @@ export declare const platformInstagramContract: {
|
|
180750
180750
|
startedAt: string;
|
180751
180751
|
endedAt: string | null;
|
180752
180752
|
duration: number | null;
|
180753
|
-
holdLabel
|
180753
|
+
holdLabel?: {
|
180754
180754
|
id: string;
|
180755
180755
|
name: string;
|
180756
180756
|
position: number;
|
180757
180757
|
createdAt: Date;
|
180758
180758
|
updatedAt: Date;
|
180759
180759
|
deletedAt: Date | null;
|
180760
|
-
};
|
180760
|
+
} | null | undefined;
|
180761
180761
|
}[] | null | undefined;
|
180762
180762
|
};
|
180763
180763
|
workflowRule: {
|
@@ -181505,14 +181505,14 @@ export declare const platformInstagramContract: {
|
|
181505
181505
|
startedAt: string;
|
181506
181506
|
endedAt: string | null;
|
181507
181507
|
duration: number | null;
|
181508
|
-
holdLabel
|
181508
|
+
holdLabel?: {
|
181509
181509
|
id: string;
|
181510
181510
|
name: string;
|
181511
181511
|
position: number;
|
181512
181512
|
createdAt: Date;
|
181513
181513
|
updatedAt: Date;
|
181514
181514
|
deletedAt: Date | null;
|
181515
|
-
};
|
181515
|
+
} | null | undefined;
|
181516
181516
|
}[] | null | undefined;
|
181517
181517
|
};
|
181518
181518
|
workflowRule: {
|
@@ -182261,14 +182261,14 @@ export declare const platformInstagramContract: {
|
|
182261
182261
|
startedAt: string;
|
182262
182262
|
endedAt: string | null;
|
182263
182263
|
duration: number | null;
|
182264
|
-
holdLabel
|
182264
|
+
holdLabel?: {
|
182265
182265
|
id: string;
|
182266
182266
|
name: string;
|
182267
182267
|
position: number;
|
182268
182268
|
createdAt: Date;
|
182269
182269
|
updatedAt: Date;
|
182270
182270
|
deletedAt: Date | null;
|
182271
|
-
};
|
182271
|
+
} | null | undefined;
|
182272
182272
|
}[] | null | undefined;
|
182273
182273
|
};
|
182274
182274
|
workflowRule: {
|
@@ -183016,14 +183016,14 @@ export declare const platformInstagramContract: {
|
|
183016
183016
|
startedAt: string;
|
183017
183017
|
endedAt: string | null;
|
183018
183018
|
duration: number | null;
|
183019
|
-
holdLabel
|
183019
|
+
holdLabel?: {
|
183020
183020
|
id: string;
|
183021
183021
|
name: string;
|
183022
183022
|
position: number;
|
183023
183023
|
createdAt: Date;
|
183024
183024
|
updatedAt: Date;
|
183025
183025
|
deletedAt: Date | null;
|
183026
|
-
};
|
183026
|
+
} | null | undefined;
|
183027
183027
|
}[] | null | undefined;
|
183028
183028
|
};
|
183029
183029
|
workflowRule: {
|
@@ -183774,14 +183774,14 @@ export declare const platformInstagramContract: {
|
|
183774
183774
|
startedAt: string;
|
183775
183775
|
endedAt: string | null;
|
183776
183776
|
duration: number | null;
|
183777
|
-
holdLabel
|
183777
|
+
holdLabel?: {
|
183778
183778
|
id: string;
|
183779
183779
|
name: string;
|
183780
183780
|
position: number;
|
183781
183781
|
createdAt: Date;
|
183782
183782
|
updatedAt: Date;
|
183783
183783
|
deletedAt: Date | null;
|
183784
|
-
};
|
183784
|
+
} | null | undefined;
|
183785
183785
|
}[] | null | undefined;
|
183786
183786
|
};
|
183787
183787
|
workflowRule: {
|
@@ -184529,14 +184529,14 @@ export declare const platformInstagramContract: {
|
|
184529
184529
|
startedAt: string;
|
184530
184530
|
endedAt: string | null;
|
184531
184531
|
duration: number | null;
|
184532
|
-
holdLabel
|
184532
|
+
holdLabel?: {
|
184533
184533
|
id: string;
|
184534
184534
|
name: string;
|
184535
184535
|
position: number;
|
184536
184536
|
createdAt: Date;
|
184537
184537
|
updatedAt: Date;
|
184538
184538
|
deletedAt: Date | null;
|
184539
|
-
};
|
184539
|
+
} | null | undefined;
|
184540
184540
|
}[] | null | undefined;
|
184541
184541
|
};
|
184542
184542
|
workflowRule: {
|
@@ -185288,14 +185288,14 @@ export declare const platformInstagramContract: {
|
|
185288
185288
|
startedAt: string;
|
185289
185289
|
endedAt: string | null;
|
185290
185290
|
duration: number | null;
|
185291
|
-
holdLabel
|
185291
|
+
holdLabel?: {
|
185292
185292
|
id: string;
|
185293
185293
|
name: string;
|
185294
185294
|
position: number;
|
185295
185295
|
createdAt: Date;
|
185296
185296
|
updatedAt: Date;
|
185297
185297
|
deletedAt: Date | null;
|
185298
|
-
};
|
185298
|
+
} | null | undefined;
|
185299
185299
|
}[] | null | undefined;
|
185300
185300
|
};
|
185301
185301
|
workflowRule: {
|
@@ -186043,14 +186043,14 @@ export declare const platformInstagramContract: {
|
|
186043
186043
|
startedAt: string;
|
186044
186044
|
endedAt: string | null;
|
186045
186045
|
duration: number | null;
|
186046
|
-
holdLabel
|
186046
|
+
holdLabel?: {
|
186047
186047
|
id: string;
|
186048
186048
|
name: string;
|
186049
186049
|
position: number;
|
186050
186050
|
createdAt: Date;
|
186051
186051
|
updatedAt: Date;
|
186052
186052
|
deletedAt: Date | null;
|
186053
|
-
};
|
186053
|
+
} | null | undefined;
|
186054
186054
|
}[] | null | undefined;
|
186055
186055
|
};
|
186056
186056
|
workflowRule: {
|
@@ -194385,17 +194385,17 @@ export declare const platformWhatsappContract: {
|
|
194385
194385
|
}>;
|
194386
194386
|
cxlog: import("zod").ZodObject<{
|
194387
194387
|
id: import("zod").ZodString;
|
194388
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
194389
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
194390
194388
|
createdAt: import("zod").ZodDate;
|
194391
194389
|
updatedAt: import("zod").ZodDate;
|
194392
194390
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
194393
|
-
entityId: import("zod").ZodString;
|
194394
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
194395
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
194396
194391
|
caseId: import("zod").ZodNumber;
|
194392
|
+
entityId: import("zod").ZodString;
|
194397
194393
|
entityName: import("zod").ZodString;
|
194394
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
194395
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
194396
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
194398
194397
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
194398
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
194399
194399
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
194400
194400
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
194401
194401
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -194665,7 +194665,7 @@ export declare const platformWhatsappContract: {
|
|
194665
194665
|
dateValue: Date | null;
|
194666
194666
|
}[] | null | undefined;
|
194667
194667
|
}>>;
|
194668
|
-
holdLogs: import("zod").
|
194668
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
194669
194669
|
id: import("zod").ZodString;
|
194670
194670
|
createdAt: import("zod").ZodDate;
|
194671
194671
|
updatedAt: import("zod").ZodDate;
|
@@ -194673,7 +194673,7 @@ export declare const platformWhatsappContract: {
|
|
194673
194673
|
startedAt: import("zod").ZodString;
|
194674
194674
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
194675
194675
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
194676
|
-
holdLabel: import("zod").ZodObject<{
|
194676
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
194677
194677
|
id: import("zod").ZodString;
|
194678
194678
|
createdAt: import("zod").ZodDate;
|
194679
194679
|
updatedAt: import("zod").ZodDate;
|
@@ -194694,7 +194694,7 @@ export declare const platformWhatsappContract: {
|
|
194694
194694
|
createdAt: Date;
|
194695
194695
|
updatedAt: Date;
|
194696
194696
|
deletedAt: Date | null;
|
194697
|
-
}
|
194697
|
+
}>>>;
|
194698
194698
|
}, "strip", import("zod").ZodTypeAny, {
|
194699
194699
|
id: string;
|
194700
194700
|
createdAt: Date;
|
@@ -194703,14 +194703,14 @@ export declare const platformWhatsappContract: {
|
|
194703
194703
|
startedAt: string;
|
194704
194704
|
endedAt: string | null;
|
194705
194705
|
duration: number | null;
|
194706
|
-
holdLabel
|
194706
|
+
holdLabel?: {
|
194707
194707
|
id: string;
|
194708
194708
|
name: string;
|
194709
194709
|
position: number;
|
194710
194710
|
createdAt: Date;
|
194711
194711
|
updatedAt: Date;
|
194712
194712
|
deletedAt: Date | null;
|
194713
|
-
};
|
194713
|
+
} | null | undefined;
|
194714
194714
|
}, {
|
194715
194715
|
id: string;
|
194716
194716
|
createdAt: Date;
|
@@ -194719,14 +194719,14 @@ export declare const platformWhatsappContract: {
|
|
194719
194719
|
startedAt: string;
|
194720
194720
|
endedAt: string | null;
|
194721
194721
|
duration: number | null;
|
194722
|
-
holdLabel
|
194722
|
+
holdLabel?: {
|
194723
194723
|
id: string;
|
194724
194724
|
name: string;
|
194725
194725
|
position: number;
|
194726
194726
|
createdAt: Date;
|
194727
194727
|
updatedAt: Date;
|
194728
194728
|
deletedAt: Date | null;
|
194729
|
-
};
|
194729
|
+
} | null | undefined;
|
194730
194730
|
}>, "many">>>;
|
194731
194731
|
}, "strip", import("zod").ZodTypeAny, {
|
194732
194732
|
id: string;
|
@@ -194804,14 +194804,14 @@ export declare const platformWhatsappContract: {
|
|
194804
194804
|
startedAt: string;
|
194805
194805
|
endedAt: string | null;
|
194806
194806
|
duration: number | null;
|
194807
|
-
holdLabel
|
194807
|
+
holdLabel?: {
|
194808
194808
|
id: string;
|
194809
194809
|
name: string;
|
194810
194810
|
position: number;
|
194811
194811
|
createdAt: Date;
|
194812
194812
|
updatedAt: Date;
|
194813
194813
|
deletedAt: Date | null;
|
194814
|
-
};
|
194814
|
+
} | null | undefined;
|
194815
194815
|
}[] | null | undefined;
|
194816
194816
|
}, {
|
194817
194817
|
id: string;
|
@@ -194889,14 +194889,14 @@ export declare const platformWhatsappContract: {
|
|
194889
194889
|
startedAt: string;
|
194890
194890
|
endedAt: string | null;
|
194891
194891
|
duration: number | null;
|
194892
|
-
holdLabel
|
194892
|
+
holdLabel?: {
|
194893
194893
|
id: string;
|
194894
194894
|
name: string;
|
194895
194895
|
position: number;
|
194896
194896
|
createdAt: Date;
|
194897
194897
|
updatedAt: Date;
|
194898
194898
|
deletedAt: Date | null;
|
194899
|
-
};
|
194899
|
+
} | null | undefined;
|
194900
194900
|
}[] | null | undefined;
|
194901
194901
|
}>;
|
194902
194902
|
workflowRule: import("zod").ZodObject<{
|
@@ -195323,14 +195323,14 @@ export declare const platformWhatsappContract: {
|
|
195323
195323
|
startedAt: string;
|
195324
195324
|
endedAt: string | null;
|
195325
195325
|
duration: number | null;
|
195326
|
-
holdLabel
|
195326
|
+
holdLabel?: {
|
195327
195327
|
id: string;
|
195328
195328
|
name: string;
|
195329
195329
|
position: number;
|
195330
195330
|
createdAt: Date;
|
195331
195331
|
updatedAt: Date;
|
195332
195332
|
deletedAt: Date | null;
|
195333
|
-
};
|
195333
|
+
} | null | undefined;
|
195334
195334
|
}[] | null | undefined;
|
195335
195335
|
};
|
195336
195336
|
workflowRule: {
|
@@ -195741,14 +195741,14 @@ export declare const platformWhatsappContract: {
|
|
195741
195741
|
startedAt: string;
|
195742
195742
|
endedAt: string | null;
|
195743
195743
|
duration: number | null;
|
195744
|
-
holdLabel
|
195744
|
+
holdLabel?: {
|
195745
195745
|
id: string;
|
195746
195746
|
name: string;
|
195747
195747
|
position: number;
|
195748
195748
|
createdAt: Date;
|
195749
195749
|
updatedAt: Date;
|
195750
195750
|
deletedAt: Date | null;
|
195751
|
-
};
|
195751
|
+
} | null | undefined;
|
195752
195752
|
}[] | null | undefined;
|
195753
195753
|
};
|
195754
195754
|
workflowRule: {
|
@@ -198999,17 +198999,17 @@ export declare const platformWhatsappContract: {
|
|
198999
198999
|
}>;
|
199000
199000
|
cxlog: import("zod").ZodObject<{
|
199001
199001
|
id: import("zod").ZodString;
|
199002
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
199003
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
199004
199002
|
createdAt: import("zod").ZodDate;
|
199005
199003
|
updatedAt: import("zod").ZodDate;
|
199006
199004
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
199007
|
-
entityId: import("zod").ZodString;
|
199008
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
199009
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
199010
199005
|
caseId: import("zod").ZodNumber;
|
199006
|
+
entityId: import("zod").ZodString;
|
199011
199007
|
entityName: import("zod").ZodString;
|
199008
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
199009
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
199010
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
199012
199011
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
199012
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
199013
199013
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
199014
199014
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
199015
199015
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -199279,7 +199279,7 @@ export declare const platformWhatsappContract: {
|
|
199279
199279
|
dateValue: Date | null;
|
199280
199280
|
}[] | null | undefined;
|
199281
199281
|
}>>;
|
199282
|
-
holdLogs: import("zod").
|
199282
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
199283
199283
|
id: import("zod").ZodString;
|
199284
199284
|
createdAt: import("zod").ZodDate;
|
199285
199285
|
updatedAt: import("zod").ZodDate;
|
@@ -199287,7 +199287,7 @@ export declare const platformWhatsappContract: {
|
|
199287
199287
|
startedAt: import("zod").ZodString;
|
199288
199288
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
199289
199289
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
199290
|
-
holdLabel: import("zod").ZodObject<{
|
199290
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
199291
199291
|
id: import("zod").ZodString;
|
199292
199292
|
createdAt: import("zod").ZodDate;
|
199293
199293
|
updatedAt: import("zod").ZodDate;
|
@@ -199308,7 +199308,7 @@ export declare const platformWhatsappContract: {
|
|
199308
199308
|
createdAt: Date;
|
199309
199309
|
updatedAt: Date;
|
199310
199310
|
deletedAt: Date | null;
|
199311
|
-
}
|
199311
|
+
}>>>;
|
199312
199312
|
}, "strip", import("zod").ZodTypeAny, {
|
199313
199313
|
id: string;
|
199314
199314
|
createdAt: Date;
|
@@ -199317,14 +199317,14 @@ export declare const platformWhatsappContract: {
|
|
199317
199317
|
startedAt: string;
|
199318
199318
|
endedAt: string | null;
|
199319
199319
|
duration: number | null;
|
199320
|
-
holdLabel
|
199320
|
+
holdLabel?: {
|
199321
199321
|
id: string;
|
199322
199322
|
name: string;
|
199323
199323
|
position: number;
|
199324
199324
|
createdAt: Date;
|
199325
199325
|
updatedAt: Date;
|
199326
199326
|
deletedAt: Date | null;
|
199327
|
-
};
|
199327
|
+
} | null | undefined;
|
199328
199328
|
}, {
|
199329
199329
|
id: string;
|
199330
199330
|
createdAt: Date;
|
@@ -199333,14 +199333,14 @@ export declare const platformWhatsappContract: {
|
|
199333
199333
|
startedAt: string;
|
199334
199334
|
endedAt: string | null;
|
199335
199335
|
duration: number | null;
|
199336
|
-
holdLabel
|
199336
|
+
holdLabel?: {
|
199337
199337
|
id: string;
|
199338
199338
|
name: string;
|
199339
199339
|
position: number;
|
199340
199340
|
createdAt: Date;
|
199341
199341
|
updatedAt: Date;
|
199342
199342
|
deletedAt: Date | null;
|
199343
|
-
};
|
199343
|
+
} | null | undefined;
|
199344
199344
|
}>, "many">>>;
|
199345
199345
|
}, "strip", import("zod").ZodTypeAny, {
|
199346
199346
|
id: string;
|
@@ -199418,14 +199418,14 @@ export declare const platformWhatsappContract: {
|
|
199418
199418
|
startedAt: string;
|
199419
199419
|
endedAt: string | null;
|
199420
199420
|
duration: number | null;
|
199421
|
-
holdLabel
|
199421
|
+
holdLabel?: {
|
199422
199422
|
id: string;
|
199423
199423
|
name: string;
|
199424
199424
|
position: number;
|
199425
199425
|
createdAt: Date;
|
199426
199426
|
updatedAt: Date;
|
199427
199427
|
deletedAt: Date | null;
|
199428
|
-
};
|
199428
|
+
} | null | undefined;
|
199429
199429
|
}[] | null | undefined;
|
199430
199430
|
}, {
|
199431
199431
|
id: string;
|
@@ -199503,14 +199503,14 @@ export declare const platformWhatsappContract: {
|
|
199503
199503
|
startedAt: string;
|
199504
199504
|
endedAt: string | null;
|
199505
199505
|
duration: number | null;
|
199506
|
-
holdLabel
|
199506
|
+
holdLabel?: {
|
199507
199507
|
id: string;
|
199508
199508
|
name: string;
|
199509
199509
|
position: number;
|
199510
199510
|
createdAt: Date;
|
199511
199511
|
updatedAt: Date;
|
199512
199512
|
deletedAt: Date | null;
|
199513
|
-
};
|
199513
|
+
} | null | undefined;
|
199514
199514
|
}[] | null | undefined;
|
199515
199515
|
}>;
|
199516
199516
|
workflowRule: import("zod").ZodObject<{
|
@@ -199937,14 +199937,14 @@ export declare const platformWhatsappContract: {
|
|
199937
199937
|
startedAt: string;
|
199938
199938
|
endedAt: string | null;
|
199939
199939
|
duration: number | null;
|
199940
|
-
holdLabel
|
199940
|
+
holdLabel?: {
|
199941
199941
|
id: string;
|
199942
199942
|
name: string;
|
199943
199943
|
position: number;
|
199944
199944
|
createdAt: Date;
|
199945
199945
|
updatedAt: Date;
|
199946
199946
|
deletedAt: Date | null;
|
199947
|
-
};
|
199947
|
+
} | null | undefined;
|
199948
199948
|
}[] | null | undefined;
|
199949
199949
|
};
|
199950
199950
|
workflowRule: {
|
@@ -200355,14 +200355,14 @@ export declare const platformWhatsappContract: {
|
|
200355
200355
|
startedAt: string;
|
200356
200356
|
endedAt: string | null;
|
200357
200357
|
duration: number | null;
|
200358
|
-
holdLabel
|
200358
|
+
holdLabel?: {
|
200359
200359
|
id: string;
|
200360
200360
|
name: string;
|
200361
200361
|
position: number;
|
200362
200362
|
createdAt: Date;
|
200363
200363
|
updatedAt: Date;
|
200364
200364
|
deletedAt: Date | null;
|
200365
|
-
};
|
200365
|
+
} | null | undefined;
|
200366
200366
|
}[] | null | undefined;
|
200367
200367
|
};
|
200368
200368
|
workflowRule: {
|
@@ -202546,14 +202546,14 @@ export declare const platformWhatsappContract: {
|
|
202546
202546
|
startedAt: string;
|
202547
202547
|
endedAt: string | null;
|
202548
202548
|
duration: number | null;
|
202549
|
-
holdLabel
|
202549
|
+
holdLabel?: {
|
202550
202550
|
id: string;
|
202551
202551
|
name: string;
|
202552
202552
|
position: number;
|
202553
202553
|
createdAt: Date;
|
202554
202554
|
updatedAt: Date;
|
202555
202555
|
deletedAt: Date | null;
|
202556
|
-
};
|
202556
|
+
} | null | undefined;
|
202557
202557
|
}[] | null | undefined;
|
202558
202558
|
};
|
202559
202559
|
workflowRule: {
|
@@ -203301,14 +203301,14 @@ export declare const platformWhatsappContract: {
|
|
203301
203301
|
startedAt: string;
|
203302
203302
|
endedAt: string | null;
|
203303
203303
|
duration: number | null;
|
203304
|
-
holdLabel
|
203304
|
+
holdLabel?: {
|
203305
203305
|
id: string;
|
203306
203306
|
name: string;
|
203307
203307
|
position: number;
|
203308
203308
|
createdAt: Date;
|
203309
203309
|
updatedAt: Date;
|
203310
203310
|
deletedAt: Date | null;
|
203311
|
-
};
|
203311
|
+
} | null | undefined;
|
203312
203312
|
}[] | null | undefined;
|
203313
203313
|
};
|
203314
203314
|
workflowRule: {
|
@@ -204057,14 +204057,14 @@ export declare const platformWhatsappContract: {
|
|
204057
204057
|
startedAt: string;
|
204058
204058
|
endedAt: string | null;
|
204059
204059
|
duration: number | null;
|
204060
|
-
holdLabel
|
204060
|
+
holdLabel?: {
|
204061
204061
|
id: string;
|
204062
204062
|
name: string;
|
204063
204063
|
position: number;
|
204064
204064
|
createdAt: Date;
|
204065
204065
|
updatedAt: Date;
|
204066
204066
|
deletedAt: Date | null;
|
204067
|
-
};
|
204067
|
+
} | null | undefined;
|
204068
204068
|
}[] | null | undefined;
|
204069
204069
|
};
|
204070
204070
|
workflowRule: {
|
@@ -204812,14 +204812,14 @@ export declare const platformWhatsappContract: {
|
|
204812
204812
|
startedAt: string;
|
204813
204813
|
endedAt: string | null;
|
204814
204814
|
duration: number | null;
|
204815
|
-
holdLabel
|
204815
|
+
holdLabel?: {
|
204816
204816
|
id: string;
|
204817
204817
|
name: string;
|
204818
204818
|
position: number;
|
204819
204819
|
createdAt: Date;
|
204820
204820
|
updatedAt: Date;
|
204821
204821
|
deletedAt: Date | null;
|
204822
|
-
};
|
204822
|
+
} | null | undefined;
|
204823
204823
|
}[] | null | undefined;
|
204824
204824
|
};
|
204825
204825
|
workflowRule: {
|
@@ -205568,14 +205568,14 @@ export declare const platformWhatsappContract: {
|
|
205568
205568
|
startedAt: string;
|
205569
205569
|
endedAt: string | null;
|
205570
205570
|
duration: number | null;
|
205571
|
-
holdLabel
|
205571
|
+
holdLabel?: {
|
205572
205572
|
id: string;
|
205573
205573
|
name: string;
|
205574
205574
|
position: number;
|
205575
205575
|
createdAt: Date;
|
205576
205576
|
updatedAt: Date;
|
205577
205577
|
deletedAt: Date | null;
|
205578
|
-
};
|
205578
|
+
} | null | undefined;
|
205579
205579
|
}[] | null | undefined;
|
205580
205580
|
};
|
205581
205581
|
workflowRule: {
|
@@ -206323,14 +206323,14 @@ export declare const platformWhatsappContract: {
|
|
206323
206323
|
startedAt: string;
|
206324
206324
|
endedAt: string | null;
|
206325
206325
|
duration: number | null;
|
206326
|
-
holdLabel
|
206326
|
+
holdLabel?: {
|
206327
206327
|
id: string;
|
206328
206328
|
name: string;
|
206329
206329
|
position: number;
|
206330
206330
|
createdAt: Date;
|
206331
206331
|
updatedAt: Date;
|
206332
206332
|
deletedAt: Date | null;
|
206333
|
-
};
|
206333
|
+
} | null | undefined;
|
206334
206334
|
}[] | null | undefined;
|
206335
206335
|
};
|
206336
206336
|
workflowRule: {
|
@@ -207081,14 +207081,14 @@ export declare const platformWhatsappContract: {
|
|
207081
207081
|
startedAt: string;
|
207082
207082
|
endedAt: string | null;
|
207083
207083
|
duration: number | null;
|
207084
|
-
holdLabel
|
207084
|
+
holdLabel?: {
|
207085
207085
|
id: string;
|
207086
207086
|
name: string;
|
207087
207087
|
position: number;
|
207088
207088
|
createdAt: Date;
|
207089
207089
|
updatedAt: Date;
|
207090
207090
|
deletedAt: Date | null;
|
207091
|
-
};
|
207091
|
+
} | null | undefined;
|
207092
207092
|
}[] | null | undefined;
|
207093
207093
|
};
|
207094
207094
|
workflowRule: {
|
@@ -207836,14 +207836,14 @@ export declare const platformWhatsappContract: {
|
|
207836
207836
|
startedAt: string;
|
207837
207837
|
endedAt: string | null;
|
207838
207838
|
duration: number | null;
|
207839
|
-
holdLabel
|
207839
|
+
holdLabel?: {
|
207840
207840
|
id: string;
|
207841
207841
|
name: string;
|
207842
207842
|
position: number;
|
207843
207843
|
createdAt: Date;
|
207844
207844
|
updatedAt: Date;
|
207845
207845
|
deletedAt: Date | null;
|
207846
|
-
};
|
207846
|
+
} | null | undefined;
|
207847
207847
|
}[] | null | undefined;
|
207848
207848
|
};
|
207849
207849
|
workflowRule: {
|
@@ -208595,14 +208595,14 @@ export declare const platformWhatsappContract: {
|
|
208595
208595
|
startedAt: string;
|
208596
208596
|
endedAt: string | null;
|
208597
208597
|
duration: number | null;
|
208598
|
-
holdLabel
|
208598
|
+
holdLabel?: {
|
208599
208599
|
id: string;
|
208600
208600
|
name: string;
|
208601
208601
|
position: number;
|
208602
208602
|
createdAt: Date;
|
208603
208603
|
updatedAt: Date;
|
208604
208604
|
deletedAt: Date | null;
|
208605
|
-
};
|
208605
|
+
} | null | undefined;
|
208606
208606
|
}[] | null | undefined;
|
208607
208607
|
};
|
208608
208608
|
workflowRule: {
|
@@ -209350,14 +209350,14 @@ export declare const platformWhatsappContract: {
|
|
209350
209350
|
startedAt: string;
|
209351
209351
|
endedAt: string | null;
|
209352
209352
|
duration: number | null;
|
209353
|
-
holdLabel
|
209353
|
+
holdLabel?: {
|
209354
209354
|
id: string;
|
209355
209355
|
name: string;
|
209356
209356
|
position: number;
|
209357
209357
|
createdAt: Date;
|
209358
209358
|
updatedAt: Date;
|
209359
209359
|
deletedAt: Date | null;
|
209360
|
-
};
|
209360
|
+
} | null | undefined;
|
209361
209361
|
}[] | null | undefined;
|
209362
209362
|
};
|
209363
209363
|
workflowRule: {
|
@@ -219237,17 +219237,17 @@ export declare const facebookFeedContract: {
|
|
219237
219237
|
}>;
|
219238
219238
|
cxlog: import("zod").ZodObject<{
|
219239
219239
|
id: import("zod").ZodString;
|
219240
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
219241
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
219242
219240
|
createdAt: import("zod").ZodDate;
|
219243
219241
|
updatedAt: import("zod").ZodDate;
|
219244
219242
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
219245
|
-
entityId: import("zod").ZodString;
|
219246
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
219247
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
219248
219243
|
caseId: import("zod").ZodNumber;
|
219244
|
+
entityId: import("zod").ZodString;
|
219249
219245
|
entityName: import("zod").ZodString;
|
219246
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
219247
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
219248
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
219250
219249
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
219250
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
219251
219251
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
219252
219252
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
219253
219253
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -219517,7 +219517,7 @@ export declare const facebookFeedContract: {
|
|
219517
219517
|
dateValue: Date | null;
|
219518
219518
|
}[] | null | undefined;
|
219519
219519
|
}>>;
|
219520
|
-
holdLogs: import("zod").
|
219520
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
219521
219521
|
id: import("zod").ZodString;
|
219522
219522
|
createdAt: import("zod").ZodDate;
|
219523
219523
|
updatedAt: import("zod").ZodDate;
|
@@ -219525,7 +219525,7 @@ export declare const facebookFeedContract: {
|
|
219525
219525
|
startedAt: import("zod").ZodString;
|
219526
219526
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
219527
219527
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
219528
|
-
holdLabel: import("zod").ZodObject<{
|
219528
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
219529
219529
|
id: import("zod").ZodString;
|
219530
219530
|
createdAt: import("zod").ZodDate;
|
219531
219531
|
updatedAt: import("zod").ZodDate;
|
@@ -219546,7 +219546,7 @@ export declare const facebookFeedContract: {
|
|
219546
219546
|
createdAt: Date;
|
219547
219547
|
updatedAt: Date;
|
219548
219548
|
deletedAt: Date | null;
|
219549
|
-
}
|
219549
|
+
}>>>;
|
219550
219550
|
}, "strip", import("zod").ZodTypeAny, {
|
219551
219551
|
id: string;
|
219552
219552
|
createdAt: Date;
|
@@ -219555,14 +219555,14 @@ export declare const facebookFeedContract: {
|
|
219555
219555
|
startedAt: string;
|
219556
219556
|
endedAt: string | null;
|
219557
219557
|
duration: number | null;
|
219558
|
-
holdLabel
|
219558
|
+
holdLabel?: {
|
219559
219559
|
id: string;
|
219560
219560
|
name: string;
|
219561
219561
|
position: number;
|
219562
219562
|
createdAt: Date;
|
219563
219563
|
updatedAt: Date;
|
219564
219564
|
deletedAt: Date | null;
|
219565
|
-
};
|
219565
|
+
} | null | undefined;
|
219566
219566
|
}, {
|
219567
219567
|
id: string;
|
219568
219568
|
createdAt: Date;
|
@@ -219571,14 +219571,14 @@ export declare const facebookFeedContract: {
|
|
219571
219571
|
startedAt: string;
|
219572
219572
|
endedAt: string | null;
|
219573
219573
|
duration: number | null;
|
219574
|
-
holdLabel
|
219574
|
+
holdLabel?: {
|
219575
219575
|
id: string;
|
219576
219576
|
name: string;
|
219577
219577
|
position: number;
|
219578
219578
|
createdAt: Date;
|
219579
219579
|
updatedAt: Date;
|
219580
219580
|
deletedAt: Date | null;
|
219581
|
-
};
|
219581
|
+
} | null | undefined;
|
219582
219582
|
}>, "many">>>;
|
219583
219583
|
}, "strip", import("zod").ZodTypeAny, {
|
219584
219584
|
id: string;
|
@@ -219656,14 +219656,14 @@ export declare const facebookFeedContract: {
|
|
219656
219656
|
startedAt: string;
|
219657
219657
|
endedAt: string | null;
|
219658
219658
|
duration: number | null;
|
219659
|
-
holdLabel
|
219659
|
+
holdLabel?: {
|
219660
219660
|
id: string;
|
219661
219661
|
name: string;
|
219662
219662
|
position: number;
|
219663
219663
|
createdAt: Date;
|
219664
219664
|
updatedAt: Date;
|
219665
219665
|
deletedAt: Date | null;
|
219666
|
-
};
|
219666
|
+
} | null | undefined;
|
219667
219667
|
}[] | null | undefined;
|
219668
219668
|
}, {
|
219669
219669
|
id: string;
|
@@ -219741,14 +219741,14 @@ export declare const facebookFeedContract: {
|
|
219741
219741
|
startedAt: string;
|
219742
219742
|
endedAt: string | null;
|
219743
219743
|
duration: number | null;
|
219744
|
-
holdLabel
|
219744
|
+
holdLabel?: {
|
219745
219745
|
id: string;
|
219746
219746
|
name: string;
|
219747
219747
|
position: number;
|
219748
219748
|
createdAt: Date;
|
219749
219749
|
updatedAt: Date;
|
219750
219750
|
deletedAt: Date | null;
|
219751
|
-
};
|
219751
|
+
} | null | undefined;
|
219752
219752
|
}[] | null | undefined;
|
219753
219753
|
}>;
|
219754
219754
|
workflowRule: import("zod").ZodObject<{
|
@@ -220175,14 +220175,14 @@ export declare const facebookFeedContract: {
|
|
220175
220175
|
startedAt: string;
|
220176
220176
|
endedAt: string | null;
|
220177
220177
|
duration: number | null;
|
220178
|
-
holdLabel
|
220178
|
+
holdLabel?: {
|
220179
220179
|
id: string;
|
220180
220180
|
name: string;
|
220181
220181
|
position: number;
|
220182
220182
|
createdAt: Date;
|
220183
220183
|
updatedAt: Date;
|
220184
220184
|
deletedAt: Date | null;
|
220185
|
-
};
|
220185
|
+
} | null | undefined;
|
220186
220186
|
}[] | null | undefined;
|
220187
220187
|
};
|
220188
220188
|
workflowRule: {
|
@@ -220593,14 +220593,14 @@ export declare const facebookFeedContract: {
|
|
220593
220593
|
startedAt: string;
|
220594
220594
|
endedAt: string | null;
|
220595
220595
|
duration: number | null;
|
220596
|
-
holdLabel
|
220596
|
+
holdLabel?: {
|
220597
220597
|
id: string;
|
220598
220598
|
name: string;
|
220599
220599
|
position: number;
|
220600
220600
|
createdAt: Date;
|
220601
220601
|
updatedAt: Date;
|
220602
220602
|
deletedAt: Date | null;
|
220603
|
-
};
|
220603
|
+
} | null | undefined;
|
220604
220604
|
}[] | null | undefined;
|
220605
220605
|
};
|
220606
220606
|
workflowRule: {
|
@@ -223851,17 +223851,17 @@ export declare const facebookFeedContract: {
|
|
223851
223851
|
}>;
|
223852
223852
|
cxlog: import("zod").ZodObject<{
|
223853
223853
|
id: import("zod").ZodString;
|
223854
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
223855
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
223856
223854
|
createdAt: import("zod").ZodDate;
|
223857
223855
|
updatedAt: import("zod").ZodDate;
|
223858
223856
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
223859
|
-
entityId: import("zod").ZodString;
|
223860
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
223861
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
223862
223857
|
caseId: import("zod").ZodNumber;
|
223858
|
+
entityId: import("zod").ZodString;
|
223863
223859
|
entityName: import("zod").ZodString;
|
223860
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
223861
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
223862
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
223864
223863
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
223864
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
223865
223865
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
223866
223866
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
223867
223867
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -224131,7 +224131,7 @@ export declare const facebookFeedContract: {
|
|
224131
224131
|
dateValue: Date | null;
|
224132
224132
|
}[] | null | undefined;
|
224133
224133
|
}>>;
|
224134
|
-
holdLogs: import("zod").
|
224134
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
224135
224135
|
id: import("zod").ZodString;
|
224136
224136
|
createdAt: import("zod").ZodDate;
|
224137
224137
|
updatedAt: import("zod").ZodDate;
|
@@ -224139,7 +224139,7 @@ export declare const facebookFeedContract: {
|
|
224139
224139
|
startedAt: import("zod").ZodString;
|
224140
224140
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
224141
224141
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
224142
|
-
holdLabel: import("zod").ZodObject<{
|
224142
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
224143
224143
|
id: import("zod").ZodString;
|
224144
224144
|
createdAt: import("zod").ZodDate;
|
224145
224145
|
updatedAt: import("zod").ZodDate;
|
@@ -224160,7 +224160,7 @@ export declare const facebookFeedContract: {
|
|
224160
224160
|
createdAt: Date;
|
224161
224161
|
updatedAt: Date;
|
224162
224162
|
deletedAt: Date | null;
|
224163
|
-
}
|
224163
|
+
}>>>;
|
224164
224164
|
}, "strip", import("zod").ZodTypeAny, {
|
224165
224165
|
id: string;
|
224166
224166
|
createdAt: Date;
|
@@ -224169,14 +224169,14 @@ export declare const facebookFeedContract: {
|
|
224169
224169
|
startedAt: string;
|
224170
224170
|
endedAt: string | null;
|
224171
224171
|
duration: number | null;
|
224172
|
-
holdLabel
|
224172
|
+
holdLabel?: {
|
224173
224173
|
id: string;
|
224174
224174
|
name: string;
|
224175
224175
|
position: number;
|
224176
224176
|
createdAt: Date;
|
224177
224177
|
updatedAt: Date;
|
224178
224178
|
deletedAt: Date | null;
|
224179
|
-
};
|
224179
|
+
} | null | undefined;
|
224180
224180
|
}, {
|
224181
224181
|
id: string;
|
224182
224182
|
createdAt: Date;
|
@@ -224185,14 +224185,14 @@ export declare const facebookFeedContract: {
|
|
224185
224185
|
startedAt: string;
|
224186
224186
|
endedAt: string | null;
|
224187
224187
|
duration: number | null;
|
224188
|
-
holdLabel
|
224188
|
+
holdLabel?: {
|
224189
224189
|
id: string;
|
224190
224190
|
name: string;
|
224191
224191
|
position: number;
|
224192
224192
|
createdAt: Date;
|
224193
224193
|
updatedAt: Date;
|
224194
224194
|
deletedAt: Date | null;
|
224195
|
-
};
|
224195
|
+
} | null | undefined;
|
224196
224196
|
}>, "many">>>;
|
224197
224197
|
}, "strip", import("zod").ZodTypeAny, {
|
224198
224198
|
id: string;
|
@@ -224270,14 +224270,14 @@ export declare const facebookFeedContract: {
|
|
224270
224270
|
startedAt: string;
|
224271
224271
|
endedAt: string | null;
|
224272
224272
|
duration: number | null;
|
224273
|
-
holdLabel
|
224273
|
+
holdLabel?: {
|
224274
224274
|
id: string;
|
224275
224275
|
name: string;
|
224276
224276
|
position: number;
|
224277
224277
|
createdAt: Date;
|
224278
224278
|
updatedAt: Date;
|
224279
224279
|
deletedAt: Date | null;
|
224280
|
-
};
|
224280
|
+
} | null | undefined;
|
224281
224281
|
}[] | null | undefined;
|
224282
224282
|
}, {
|
224283
224283
|
id: string;
|
@@ -224355,14 +224355,14 @@ export declare const facebookFeedContract: {
|
|
224355
224355
|
startedAt: string;
|
224356
224356
|
endedAt: string | null;
|
224357
224357
|
duration: number | null;
|
224358
|
-
holdLabel
|
224358
|
+
holdLabel?: {
|
224359
224359
|
id: string;
|
224360
224360
|
name: string;
|
224361
224361
|
position: number;
|
224362
224362
|
createdAt: Date;
|
224363
224363
|
updatedAt: Date;
|
224364
224364
|
deletedAt: Date | null;
|
224365
|
-
};
|
224365
|
+
} | null | undefined;
|
224366
224366
|
}[] | null | undefined;
|
224367
224367
|
}>;
|
224368
224368
|
workflowRule: import("zod").ZodObject<{
|
@@ -224789,14 +224789,14 @@ export declare const facebookFeedContract: {
|
|
224789
224789
|
startedAt: string;
|
224790
224790
|
endedAt: string | null;
|
224791
224791
|
duration: number | null;
|
224792
|
-
holdLabel
|
224792
|
+
holdLabel?: {
|
224793
224793
|
id: string;
|
224794
224794
|
name: string;
|
224795
224795
|
position: number;
|
224796
224796
|
createdAt: Date;
|
224797
224797
|
updatedAt: Date;
|
224798
224798
|
deletedAt: Date | null;
|
224799
|
-
};
|
224799
|
+
} | null | undefined;
|
224800
224800
|
}[] | null | undefined;
|
224801
224801
|
};
|
224802
224802
|
workflowRule: {
|
@@ -225207,14 +225207,14 @@ export declare const facebookFeedContract: {
|
|
225207
225207
|
startedAt: string;
|
225208
225208
|
endedAt: string | null;
|
225209
225209
|
duration: number | null;
|
225210
|
-
holdLabel
|
225210
|
+
holdLabel?: {
|
225211
225211
|
id: string;
|
225212
225212
|
name: string;
|
225213
225213
|
position: number;
|
225214
225214
|
createdAt: Date;
|
225215
225215
|
updatedAt: Date;
|
225216
225216
|
deletedAt: Date | null;
|
225217
|
-
};
|
225217
|
+
} | null | undefined;
|
225218
225218
|
}[] | null | undefined;
|
225219
225219
|
};
|
225220
225220
|
workflowRule: {
|
@@ -227398,14 +227398,14 @@ export declare const facebookFeedContract: {
|
|
227398
227398
|
startedAt: string;
|
227399
227399
|
endedAt: string | null;
|
227400
227400
|
duration: number | null;
|
227401
|
-
holdLabel
|
227401
|
+
holdLabel?: {
|
227402
227402
|
id: string;
|
227403
227403
|
name: string;
|
227404
227404
|
position: number;
|
227405
227405
|
createdAt: Date;
|
227406
227406
|
updatedAt: Date;
|
227407
227407
|
deletedAt: Date | null;
|
227408
|
-
};
|
227408
|
+
} | null | undefined;
|
227409
227409
|
}[] | null | undefined;
|
227410
227410
|
};
|
227411
227411
|
workflowRule: {
|
@@ -228153,14 +228153,14 @@ export declare const facebookFeedContract: {
|
|
228153
228153
|
startedAt: string;
|
228154
228154
|
endedAt: string | null;
|
228155
228155
|
duration: number | null;
|
228156
|
-
holdLabel
|
228156
|
+
holdLabel?: {
|
228157
228157
|
id: string;
|
228158
228158
|
name: string;
|
228159
228159
|
position: number;
|
228160
228160
|
createdAt: Date;
|
228161
228161
|
updatedAt: Date;
|
228162
228162
|
deletedAt: Date | null;
|
228163
|
-
};
|
228163
|
+
} | null | undefined;
|
228164
228164
|
}[] | null | undefined;
|
228165
228165
|
};
|
228166
228166
|
workflowRule: {
|
@@ -228909,14 +228909,14 @@ export declare const facebookFeedContract: {
|
|
228909
228909
|
startedAt: string;
|
228910
228910
|
endedAt: string | null;
|
228911
228911
|
duration: number | null;
|
228912
|
-
holdLabel
|
228912
|
+
holdLabel?: {
|
228913
228913
|
id: string;
|
228914
228914
|
name: string;
|
228915
228915
|
position: number;
|
228916
228916
|
createdAt: Date;
|
228917
228917
|
updatedAt: Date;
|
228918
228918
|
deletedAt: Date | null;
|
228919
|
-
};
|
228919
|
+
} | null | undefined;
|
228920
228920
|
}[] | null | undefined;
|
228921
228921
|
};
|
228922
228922
|
workflowRule: {
|
@@ -229664,14 +229664,14 @@ export declare const facebookFeedContract: {
|
|
229664
229664
|
startedAt: string;
|
229665
229665
|
endedAt: string | null;
|
229666
229666
|
duration: number | null;
|
229667
|
-
holdLabel
|
229667
|
+
holdLabel?: {
|
229668
229668
|
id: string;
|
229669
229669
|
name: string;
|
229670
229670
|
position: number;
|
229671
229671
|
createdAt: Date;
|
229672
229672
|
updatedAt: Date;
|
229673
229673
|
deletedAt: Date | null;
|
229674
|
-
};
|
229674
|
+
} | null | undefined;
|
229675
229675
|
}[] | null | undefined;
|
229676
229676
|
};
|
229677
229677
|
workflowRule: {
|
@@ -230420,14 +230420,14 @@ export declare const facebookFeedContract: {
|
|
230420
230420
|
startedAt: string;
|
230421
230421
|
endedAt: string | null;
|
230422
230422
|
duration: number | null;
|
230423
|
-
holdLabel
|
230423
|
+
holdLabel?: {
|
230424
230424
|
id: string;
|
230425
230425
|
name: string;
|
230426
230426
|
position: number;
|
230427
230427
|
createdAt: Date;
|
230428
230428
|
updatedAt: Date;
|
230429
230429
|
deletedAt: Date | null;
|
230430
|
-
};
|
230430
|
+
} | null | undefined;
|
230431
230431
|
}[] | null | undefined;
|
230432
230432
|
};
|
230433
230433
|
workflowRule: {
|
@@ -231175,14 +231175,14 @@ export declare const facebookFeedContract: {
|
|
231175
231175
|
startedAt: string;
|
231176
231176
|
endedAt: string | null;
|
231177
231177
|
duration: number | null;
|
231178
|
-
holdLabel
|
231178
|
+
holdLabel?: {
|
231179
231179
|
id: string;
|
231180
231180
|
name: string;
|
231181
231181
|
position: number;
|
231182
231182
|
createdAt: Date;
|
231183
231183
|
updatedAt: Date;
|
231184
231184
|
deletedAt: Date | null;
|
231185
|
-
};
|
231185
|
+
} | null | undefined;
|
231186
231186
|
}[] | null | undefined;
|
231187
231187
|
};
|
231188
231188
|
workflowRule: {
|
@@ -231933,14 +231933,14 @@ export declare const facebookFeedContract: {
|
|
231933
231933
|
startedAt: string;
|
231934
231934
|
endedAt: string | null;
|
231935
231935
|
duration: number | null;
|
231936
|
-
holdLabel
|
231936
|
+
holdLabel?: {
|
231937
231937
|
id: string;
|
231938
231938
|
name: string;
|
231939
231939
|
position: number;
|
231940
231940
|
createdAt: Date;
|
231941
231941
|
updatedAt: Date;
|
231942
231942
|
deletedAt: Date | null;
|
231943
|
-
};
|
231943
|
+
} | null | undefined;
|
231944
231944
|
}[] | null | undefined;
|
231945
231945
|
};
|
231946
231946
|
workflowRule: {
|
@@ -232688,14 +232688,14 @@ export declare const facebookFeedContract: {
|
|
232688
232688
|
startedAt: string;
|
232689
232689
|
endedAt: string | null;
|
232690
232690
|
duration: number | null;
|
232691
|
-
holdLabel
|
232691
|
+
holdLabel?: {
|
232692
232692
|
id: string;
|
232693
232693
|
name: string;
|
232694
232694
|
position: number;
|
232695
232695
|
createdAt: Date;
|
232696
232696
|
updatedAt: Date;
|
232697
232697
|
deletedAt: Date | null;
|
232698
|
-
};
|
232698
|
+
} | null | undefined;
|
232699
232699
|
}[] | null | undefined;
|
232700
232700
|
};
|
232701
232701
|
workflowRule: {
|
@@ -233447,14 +233447,14 @@ export declare const facebookFeedContract: {
|
|
233447
233447
|
startedAt: string;
|
233448
233448
|
endedAt: string | null;
|
233449
233449
|
duration: number | null;
|
233450
|
-
holdLabel
|
233450
|
+
holdLabel?: {
|
233451
233451
|
id: string;
|
233452
233452
|
name: string;
|
233453
233453
|
position: number;
|
233454
233454
|
createdAt: Date;
|
233455
233455
|
updatedAt: Date;
|
233456
233456
|
deletedAt: Date | null;
|
233457
|
-
};
|
233457
|
+
} | null | undefined;
|
233458
233458
|
}[] | null | undefined;
|
233459
233459
|
};
|
233460
233460
|
workflowRule: {
|
@@ -234202,14 +234202,14 @@ export declare const facebookFeedContract: {
|
|
234202
234202
|
startedAt: string;
|
234203
234203
|
endedAt: string | null;
|
234204
234204
|
duration: number | null;
|
234205
|
-
holdLabel
|
234205
|
+
holdLabel?: {
|
234206
234206
|
id: string;
|
234207
234207
|
name: string;
|
234208
234208
|
position: number;
|
234209
234209
|
createdAt: Date;
|
234210
234210
|
updatedAt: Date;
|
234211
234211
|
deletedAt: Date | null;
|
234212
|
-
};
|
234212
|
+
} | null | undefined;
|
234213
234213
|
}[] | null | undefined;
|
234214
234214
|
};
|
234215
234215
|
workflowRule: {
|
@@ -241106,17 +241106,17 @@ export declare const feedPostContract: {
|
|
241106
241106
|
}>;
|
241107
241107
|
cxlog: import("zod").ZodObject<{
|
241108
241108
|
id: import("zod").ZodString;
|
241109
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
241110
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
241111
241109
|
createdAt: import("zod").ZodDate;
|
241112
241110
|
updatedAt: import("zod").ZodDate;
|
241113
241111
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
241114
|
-
entityId: import("zod").ZodString;
|
241115
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
241116
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
241117
241112
|
caseId: import("zod").ZodNumber;
|
241113
|
+
entityId: import("zod").ZodString;
|
241118
241114
|
entityName: import("zod").ZodString;
|
241115
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
241116
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
241117
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
241119
241118
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
241119
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
241120
241120
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
241121
241121
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
241122
241122
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -241386,7 +241386,7 @@ export declare const feedPostContract: {
|
|
241386
241386
|
dateValue: Date | null;
|
241387
241387
|
}[] | null | undefined;
|
241388
241388
|
}>>;
|
241389
|
-
holdLogs: import("zod").
|
241389
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
241390
241390
|
id: import("zod").ZodString;
|
241391
241391
|
createdAt: import("zod").ZodDate;
|
241392
241392
|
updatedAt: import("zod").ZodDate;
|
@@ -241394,7 +241394,7 @@ export declare const feedPostContract: {
|
|
241394
241394
|
startedAt: import("zod").ZodString;
|
241395
241395
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
241396
241396
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
241397
|
-
holdLabel: import("zod").ZodObject<{
|
241397
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
241398
241398
|
id: import("zod").ZodString;
|
241399
241399
|
createdAt: import("zod").ZodDate;
|
241400
241400
|
updatedAt: import("zod").ZodDate;
|
@@ -241415,7 +241415,7 @@ export declare const feedPostContract: {
|
|
241415
241415
|
createdAt: Date;
|
241416
241416
|
updatedAt: Date;
|
241417
241417
|
deletedAt: Date | null;
|
241418
|
-
}
|
241418
|
+
}>>>;
|
241419
241419
|
}, "strip", import("zod").ZodTypeAny, {
|
241420
241420
|
id: string;
|
241421
241421
|
createdAt: Date;
|
@@ -241424,14 +241424,14 @@ export declare const feedPostContract: {
|
|
241424
241424
|
startedAt: string;
|
241425
241425
|
endedAt: string | null;
|
241426
241426
|
duration: number | null;
|
241427
|
-
holdLabel
|
241427
|
+
holdLabel?: {
|
241428
241428
|
id: string;
|
241429
241429
|
name: string;
|
241430
241430
|
position: number;
|
241431
241431
|
createdAt: Date;
|
241432
241432
|
updatedAt: Date;
|
241433
241433
|
deletedAt: Date | null;
|
241434
|
-
};
|
241434
|
+
} | null | undefined;
|
241435
241435
|
}, {
|
241436
241436
|
id: string;
|
241437
241437
|
createdAt: Date;
|
@@ -241440,14 +241440,14 @@ export declare const feedPostContract: {
|
|
241440
241440
|
startedAt: string;
|
241441
241441
|
endedAt: string | null;
|
241442
241442
|
duration: number | null;
|
241443
|
-
holdLabel
|
241443
|
+
holdLabel?: {
|
241444
241444
|
id: string;
|
241445
241445
|
name: string;
|
241446
241446
|
position: number;
|
241447
241447
|
createdAt: Date;
|
241448
241448
|
updatedAt: Date;
|
241449
241449
|
deletedAt: Date | null;
|
241450
|
-
};
|
241450
|
+
} | null | undefined;
|
241451
241451
|
}>, "many">>>;
|
241452
241452
|
}, "strip", import("zod").ZodTypeAny, {
|
241453
241453
|
id: string;
|
@@ -241525,14 +241525,14 @@ export declare const feedPostContract: {
|
|
241525
241525
|
startedAt: string;
|
241526
241526
|
endedAt: string | null;
|
241527
241527
|
duration: number | null;
|
241528
|
-
holdLabel
|
241528
|
+
holdLabel?: {
|
241529
241529
|
id: string;
|
241530
241530
|
name: string;
|
241531
241531
|
position: number;
|
241532
241532
|
createdAt: Date;
|
241533
241533
|
updatedAt: Date;
|
241534
241534
|
deletedAt: Date | null;
|
241535
|
-
};
|
241535
|
+
} | null | undefined;
|
241536
241536
|
}[] | null | undefined;
|
241537
241537
|
}, {
|
241538
241538
|
id: string;
|
@@ -241610,14 +241610,14 @@ export declare const feedPostContract: {
|
|
241610
241610
|
startedAt: string;
|
241611
241611
|
endedAt: string | null;
|
241612
241612
|
duration: number | null;
|
241613
|
-
holdLabel
|
241613
|
+
holdLabel?: {
|
241614
241614
|
id: string;
|
241615
241615
|
name: string;
|
241616
241616
|
position: number;
|
241617
241617
|
createdAt: Date;
|
241618
241618
|
updatedAt: Date;
|
241619
241619
|
deletedAt: Date | null;
|
241620
|
-
};
|
241620
|
+
} | null | undefined;
|
241621
241621
|
}[] | null | undefined;
|
241622
241622
|
}>;
|
241623
241623
|
workflowRule: import("zod").ZodObject<{
|
@@ -242044,14 +242044,14 @@ export declare const feedPostContract: {
|
|
242044
242044
|
startedAt: string;
|
242045
242045
|
endedAt: string | null;
|
242046
242046
|
duration: number | null;
|
242047
|
-
holdLabel
|
242047
|
+
holdLabel?: {
|
242048
242048
|
id: string;
|
242049
242049
|
name: string;
|
242050
242050
|
position: number;
|
242051
242051
|
createdAt: Date;
|
242052
242052
|
updatedAt: Date;
|
242053
242053
|
deletedAt: Date | null;
|
242054
|
-
};
|
242054
|
+
} | null | undefined;
|
242055
242055
|
}[] | null | undefined;
|
242056
242056
|
};
|
242057
242057
|
workflowRule: {
|
@@ -242462,14 +242462,14 @@ export declare const feedPostContract: {
|
|
242462
242462
|
startedAt: string;
|
242463
242463
|
endedAt: string | null;
|
242464
242464
|
duration: number | null;
|
242465
|
-
holdLabel
|
242465
|
+
holdLabel?: {
|
242466
242466
|
id: string;
|
242467
242467
|
name: string;
|
242468
242468
|
position: number;
|
242469
242469
|
createdAt: Date;
|
242470
242470
|
updatedAt: Date;
|
242471
242471
|
deletedAt: Date | null;
|
242472
|
-
};
|
242472
|
+
} | null | undefined;
|
242473
242473
|
}[] | null | undefined;
|
242474
242474
|
};
|
242475
242475
|
workflowRule: {
|
@@ -246767,17 +246767,17 @@ export declare const feedPostContract: {
|
|
246767
246767
|
}>;
|
246768
246768
|
cxlog: import("zod").ZodObject<{
|
246769
246769
|
id: import("zod").ZodString;
|
246770
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
246771
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
246772
246770
|
createdAt: import("zod").ZodDate;
|
246773
246771
|
updatedAt: import("zod").ZodDate;
|
246774
246772
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
246775
|
-
entityId: import("zod").ZodString;
|
246776
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
246777
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
246778
246773
|
caseId: import("zod").ZodNumber;
|
246774
|
+
entityId: import("zod").ZodString;
|
246779
246775
|
entityName: import("zod").ZodString;
|
246776
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
246777
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
246778
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
246780
246779
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
246780
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
246781
246781
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
246782
246782
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
246783
246783
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -247047,7 +247047,7 @@ export declare const feedPostContract: {
|
|
247047
247047
|
dateValue: Date | null;
|
247048
247048
|
}[] | null | undefined;
|
247049
247049
|
}>>;
|
247050
|
-
holdLogs: import("zod").
|
247050
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
247051
247051
|
id: import("zod").ZodString;
|
247052
247052
|
createdAt: import("zod").ZodDate;
|
247053
247053
|
updatedAt: import("zod").ZodDate;
|
@@ -247055,7 +247055,7 @@ export declare const feedPostContract: {
|
|
247055
247055
|
startedAt: import("zod").ZodString;
|
247056
247056
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
247057
247057
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
247058
|
-
holdLabel: import("zod").ZodObject<{
|
247058
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
247059
247059
|
id: import("zod").ZodString;
|
247060
247060
|
createdAt: import("zod").ZodDate;
|
247061
247061
|
updatedAt: import("zod").ZodDate;
|
@@ -247076,7 +247076,7 @@ export declare const feedPostContract: {
|
|
247076
247076
|
createdAt: Date;
|
247077
247077
|
updatedAt: Date;
|
247078
247078
|
deletedAt: Date | null;
|
247079
|
-
}
|
247079
|
+
}>>>;
|
247080
247080
|
}, "strip", import("zod").ZodTypeAny, {
|
247081
247081
|
id: string;
|
247082
247082
|
createdAt: Date;
|
@@ -247085,14 +247085,14 @@ export declare const feedPostContract: {
|
|
247085
247085
|
startedAt: string;
|
247086
247086
|
endedAt: string | null;
|
247087
247087
|
duration: number | null;
|
247088
|
-
holdLabel
|
247088
|
+
holdLabel?: {
|
247089
247089
|
id: string;
|
247090
247090
|
name: string;
|
247091
247091
|
position: number;
|
247092
247092
|
createdAt: Date;
|
247093
247093
|
updatedAt: Date;
|
247094
247094
|
deletedAt: Date | null;
|
247095
|
-
};
|
247095
|
+
} | null | undefined;
|
247096
247096
|
}, {
|
247097
247097
|
id: string;
|
247098
247098
|
createdAt: Date;
|
@@ -247101,14 +247101,14 @@ export declare const feedPostContract: {
|
|
247101
247101
|
startedAt: string;
|
247102
247102
|
endedAt: string | null;
|
247103
247103
|
duration: number | null;
|
247104
|
-
holdLabel
|
247104
|
+
holdLabel?: {
|
247105
247105
|
id: string;
|
247106
247106
|
name: string;
|
247107
247107
|
position: number;
|
247108
247108
|
createdAt: Date;
|
247109
247109
|
updatedAt: Date;
|
247110
247110
|
deletedAt: Date | null;
|
247111
|
-
};
|
247111
|
+
} | null | undefined;
|
247112
247112
|
}>, "many">>>;
|
247113
247113
|
}, "strip", import("zod").ZodTypeAny, {
|
247114
247114
|
id: string;
|
@@ -247186,14 +247186,14 @@ export declare const feedPostContract: {
|
|
247186
247186
|
startedAt: string;
|
247187
247187
|
endedAt: string | null;
|
247188
247188
|
duration: number | null;
|
247189
|
-
holdLabel
|
247189
|
+
holdLabel?: {
|
247190
247190
|
id: string;
|
247191
247191
|
name: string;
|
247192
247192
|
position: number;
|
247193
247193
|
createdAt: Date;
|
247194
247194
|
updatedAt: Date;
|
247195
247195
|
deletedAt: Date | null;
|
247196
|
-
};
|
247196
|
+
} | null | undefined;
|
247197
247197
|
}[] | null | undefined;
|
247198
247198
|
}, {
|
247199
247199
|
id: string;
|
@@ -247271,14 +247271,14 @@ export declare const feedPostContract: {
|
|
247271
247271
|
startedAt: string;
|
247272
247272
|
endedAt: string | null;
|
247273
247273
|
duration: number | null;
|
247274
|
-
holdLabel
|
247274
|
+
holdLabel?: {
|
247275
247275
|
id: string;
|
247276
247276
|
name: string;
|
247277
247277
|
position: number;
|
247278
247278
|
createdAt: Date;
|
247279
247279
|
updatedAt: Date;
|
247280
247280
|
deletedAt: Date | null;
|
247281
|
-
};
|
247281
|
+
} | null | undefined;
|
247282
247282
|
}[] | null | undefined;
|
247283
247283
|
}>;
|
247284
247284
|
workflowRule: import("zod").ZodObject<{
|
@@ -247705,14 +247705,14 @@ export declare const feedPostContract: {
|
|
247705
247705
|
startedAt: string;
|
247706
247706
|
endedAt: string | null;
|
247707
247707
|
duration: number | null;
|
247708
|
-
holdLabel
|
247708
|
+
holdLabel?: {
|
247709
247709
|
id: string;
|
247710
247710
|
name: string;
|
247711
247711
|
position: number;
|
247712
247712
|
createdAt: Date;
|
247713
247713
|
updatedAt: Date;
|
247714
247714
|
deletedAt: Date | null;
|
247715
|
-
};
|
247715
|
+
} | null | undefined;
|
247716
247716
|
}[] | null | undefined;
|
247717
247717
|
};
|
247718
247718
|
workflowRule: {
|
@@ -248123,14 +248123,14 @@ export declare const feedPostContract: {
|
|
248123
248123
|
startedAt: string;
|
248124
248124
|
endedAt: string | null;
|
248125
248125
|
duration: number | null;
|
248126
|
-
holdLabel
|
248126
|
+
holdLabel?: {
|
248127
248127
|
id: string;
|
248128
248128
|
name: string;
|
248129
248129
|
position: number;
|
248130
248130
|
createdAt: Date;
|
248131
248131
|
updatedAt: Date;
|
248132
248132
|
deletedAt: Date | null;
|
248133
|
-
};
|
248133
|
+
} | null | undefined;
|
248134
248134
|
}[] | null | undefined;
|
248135
248135
|
};
|
248136
248136
|
workflowRule: {
|
@@ -250314,14 +250314,14 @@ export declare const feedPostContract: {
|
|
250314
250314
|
startedAt: string;
|
250315
250315
|
endedAt: string | null;
|
250316
250316
|
duration: number | null;
|
250317
|
-
holdLabel
|
250317
|
+
holdLabel?: {
|
250318
250318
|
id: string;
|
250319
250319
|
name: string;
|
250320
250320
|
position: number;
|
250321
250321
|
createdAt: Date;
|
250322
250322
|
updatedAt: Date;
|
250323
250323
|
deletedAt: Date | null;
|
250324
|
-
};
|
250324
|
+
} | null | undefined;
|
250325
250325
|
}[] | null | undefined;
|
250326
250326
|
};
|
250327
250327
|
workflowRule: {
|
@@ -251069,14 +251069,14 @@ export declare const feedPostContract: {
|
|
251069
251069
|
startedAt: string;
|
251070
251070
|
endedAt: string | null;
|
251071
251071
|
duration: number | null;
|
251072
|
-
holdLabel
|
251072
|
+
holdLabel?: {
|
251073
251073
|
id: string;
|
251074
251074
|
name: string;
|
251075
251075
|
position: number;
|
251076
251076
|
createdAt: Date;
|
251077
251077
|
updatedAt: Date;
|
251078
251078
|
deletedAt: Date | null;
|
251079
|
-
};
|
251079
|
+
} | null | undefined;
|
251080
251080
|
}[] | null | undefined;
|
251081
251081
|
};
|
251082
251082
|
workflowRule: {
|
@@ -251831,14 +251831,14 @@ export declare const feedPostContract: {
|
|
251831
251831
|
startedAt: string;
|
251832
251832
|
endedAt: string | null;
|
251833
251833
|
duration: number | null;
|
251834
|
-
holdLabel
|
251834
|
+
holdLabel?: {
|
251835
251835
|
id: string;
|
251836
251836
|
name: string;
|
251837
251837
|
position: number;
|
251838
251838
|
createdAt: Date;
|
251839
251839
|
updatedAt: Date;
|
251840
251840
|
deletedAt: Date | null;
|
251841
|
-
};
|
251841
|
+
} | null | undefined;
|
251842
251842
|
}[] | null | undefined;
|
251843
251843
|
};
|
251844
251844
|
workflowRule: {
|
@@ -252581,14 +252581,14 @@ export declare const feedPostContract: {
|
|
252581
252581
|
startedAt: string;
|
252582
252582
|
endedAt: string | null;
|
252583
252583
|
duration: number | null;
|
252584
|
-
holdLabel
|
252584
|
+
holdLabel?: {
|
252585
252585
|
id: string;
|
252586
252586
|
name: string;
|
252587
252587
|
position: number;
|
252588
252588
|
createdAt: Date;
|
252589
252589
|
updatedAt: Date;
|
252590
252590
|
deletedAt: Date | null;
|
252591
|
-
};
|
252591
|
+
} | null | undefined;
|
252592
252592
|
}[] | null | undefined;
|
252593
252593
|
};
|
252594
252594
|
workflowRule: {
|
@@ -253469,14 +253469,14 @@ export declare const feedPostContract: {
|
|
253469
253469
|
startedAt: string;
|
253470
253470
|
endedAt: string | null;
|
253471
253471
|
duration: number | null;
|
253472
|
-
holdLabel
|
253472
|
+
holdLabel?: {
|
253473
253473
|
id: string;
|
253474
253474
|
name: string;
|
253475
253475
|
position: number;
|
253476
253476
|
createdAt: Date;
|
253477
253477
|
updatedAt: Date;
|
253478
253478
|
deletedAt: Date | null;
|
253479
|
-
};
|
253479
|
+
} | null | undefined;
|
253480
253480
|
}[] | null | undefined;
|
253481
253481
|
};
|
253482
253482
|
workflowRule: {
|
@@ -254219,14 +254219,14 @@ export declare const feedPostContract: {
|
|
254219
254219
|
startedAt: string;
|
254220
254220
|
endedAt: string | null;
|
254221
254221
|
duration: number | null;
|
254222
|
-
holdLabel
|
254222
|
+
holdLabel?: {
|
254223
254223
|
id: string;
|
254224
254224
|
name: string;
|
254225
254225
|
position: number;
|
254226
254226
|
createdAt: Date;
|
254227
254227
|
updatedAt: Date;
|
254228
254228
|
deletedAt: Date | null;
|
254229
|
-
};
|
254229
|
+
} | null | undefined;
|
254230
254230
|
}[] | null | undefined;
|
254231
254231
|
};
|
254232
254232
|
workflowRule: {
|
@@ -255109,14 +255109,14 @@ export declare const feedPostContract: {
|
|
255109
255109
|
startedAt: string;
|
255110
255110
|
endedAt: string | null;
|
255111
255111
|
duration: number | null;
|
255112
|
-
holdLabel
|
255112
|
+
holdLabel?: {
|
255113
255113
|
id: string;
|
255114
255114
|
name: string;
|
255115
255115
|
position: number;
|
255116
255116
|
createdAt: Date;
|
255117
255117
|
updatedAt: Date;
|
255118
255118
|
deletedAt: Date | null;
|
255119
|
-
};
|
255119
|
+
} | null | undefined;
|
255120
255120
|
}[] | null | undefined;
|
255121
255121
|
};
|
255122
255122
|
workflowRule: {
|
@@ -255859,14 +255859,14 @@ export declare const feedPostContract: {
|
|
255859
255859
|
startedAt: string;
|
255860
255860
|
endedAt: string | null;
|
255861
255861
|
duration: number | null;
|
255862
|
-
holdLabel
|
255862
|
+
holdLabel?: {
|
255863
255863
|
id: string;
|
255864
255864
|
name: string;
|
255865
255865
|
position: number;
|
255866
255866
|
createdAt: Date;
|
255867
255867
|
updatedAt: Date;
|
255868
255868
|
deletedAt: Date | null;
|
255869
|
-
};
|
255869
|
+
} | null | undefined;
|
255870
255870
|
}[] | null | undefined;
|
255871
255871
|
};
|
255872
255872
|
workflowRule: {
|
@@ -256753,14 +256753,14 @@ export declare const feedPostContract: {
|
|
256753
256753
|
startedAt: string;
|
256754
256754
|
endedAt: string | null;
|
256755
256755
|
duration: number | null;
|
256756
|
-
holdLabel
|
256756
|
+
holdLabel?: {
|
256757
256757
|
id: string;
|
256758
256758
|
name: string;
|
256759
256759
|
position: number;
|
256760
256760
|
createdAt: Date;
|
256761
256761
|
updatedAt: Date;
|
256762
256762
|
deletedAt: Date | null;
|
256763
|
-
};
|
256763
|
+
} | null | undefined;
|
256764
256764
|
}[] | null | undefined;
|
256765
256765
|
};
|
256766
256766
|
workflowRule: {
|
@@ -257503,14 +257503,14 @@ export declare const feedPostContract: {
|
|
257503
257503
|
startedAt: string;
|
257504
257504
|
endedAt: string | null;
|
257505
257505
|
duration: number | null;
|
257506
|
-
holdLabel
|
257506
|
+
holdLabel?: {
|
257507
257507
|
id: string;
|
257508
257508
|
name: string;
|
257509
257509
|
position: number;
|
257510
257510
|
createdAt: Date;
|
257511
257511
|
updatedAt: Date;
|
257512
257512
|
deletedAt: Date | null;
|
257513
|
-
};
|
257513
|
+
} | null | undefined;
|
257514
257514
|
}[] | null | undefined;
|
257515
257515
|
};
|
257516
257516
|
workflowRule: {
|
@@ -278565,17 +278565,17 @@ export declare const workflowContract: {
|
|
278565
278565
|
}>;
|
278566
278566
|
cxlog: import("zod").ZodObject<{
|
278567
278567
|
id: import("zod").ZodString;
|
278568
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
278569
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
278570
278568
|
createdAt: import("zod").ZodDate;
|
278571
278569
|
updatedAt: import("zod").ZodDate;
|
278572
278570
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
278573
|
-
entityId: import("zod").ZodString;
|
278574
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
278575
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
278576
278571
|
caseId: import("zod").ZodNumber;
|
278572
|
+
entityId: import("zod").ZodString;
|
278577
278573
|
entityName: import("zod").ZodString;
|
278574
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
278575
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
278576
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
278578
278577
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
278578
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
278579
278579
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
278580
278580
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
278581
278581
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -278845,7 +278845,7 @@ export declare const workflowContract: {
|
|
278845
278845
|
dateValue: Date | null;
|
278846
278846
|
}[] | null | undefined;
|
278847
278847
|
}>>;
|
278848
|
-
holdLogs: import("zod").
|
278848
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
278849
278849
|
id: import("zod").ZodString;
|
278850
278850
|
createdAt: import("zod").ZodDate;
|
278851
278851
|
updatedAt: import("zod").ZodDate;
|
@@ -278853,7 +278853,7 @@ export declare const workflowContract: {
|
|
278853
278853
|
startedAt: import("zod").ZodString;
|
278854
278854
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
278855
278855
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
278856
|
-
holdLabel: import("zod").ZodObject<{
|
278856
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
278857
278857
|
id: import("zod").ZodString;
|
278858
278858
|
createdAt: import("zod").ZodDate;
|
278859
278859
|
updatedAt: import("zod").ZodDate;
|
@@ -278874,7 +278874,7 @@ export declare const workflowContract: {
|
|
278874
278874
|
createdAt: Date;
|
278875
278875
|
updatedAt: Date;
|
278876
278876
|
deletedAt: Date | null;
|
278877
|
-
}
|
278877
|
+
}>>>;
|
278878
278878
|
}, "strip", import("zod").ZodTypeAny, {
|
278879
278879
|
id: string;
|
278880
278880
|
createdAt: Date;
|
@@ -278883,14 +278883,14 @@ export declare const workflowContract: {
|
|
278883
278883
|
startedAt: string;
|
278884
278884
|
endedAt: string | null;
|
278885
278885
|
duration: number | null;
|
278886
|
-
holdLabel
|
278886
|
+
holdLabel?: {
|
278887
278887
|
id: string;
|
278888
278888
|
name: string;
|
278889
278889
|
position: number;
|
278890
278890
|
createdAt: Date;
|
278891
278891
|
updatedAt: Date;
|
278892
278892
|
deletedAt: Date | null;
|
278893
|
-
};
|
278893
|
+
} | null | undefined;
|
278894
278894
|
}, {
|
278895
278895
|
id: string;
|
278896
278896
|
createdAt: Date;
|
@@ -278899,14 +278899,14 @@ export declare const workflowContract: {
|
|
278899
278899
|
startedAt: string;
|
278900
278900
|
endedAt: string | null;
|
278901
278901
|
duration: number | null;
|
278902
|
-
holdLabel
|
278902
|
+
holdLabel?: {
|
278903
278903
|
id: string;
|
278904
278904
|
name: string;
|
278905
278905
|
position: number;
|
278906
278906
|
createdAt: Date;
|
278907
278907
|
updatedAt: Date;
|
278908
278908
|
deletedAt: Date | null;
|
278909
|
-
};
|
278909
|
+
} | null | undefined;
|
278910
278910
|
}>, "many">>>;
|
278911
278911
|
}, "strip", import("zod").ZodTypeAny, {
|
278912
278912
|
id: string;
|
@@ -278984,14 +278984,14 @@ export declare const workflowContract: {
|
|
278984
278984
|
startedAt: string;
|
278985
278985
|
endedAt: string | null;
|
278986
278986
|
duration: number | null;
|
278987
|
-
holdLabel
|
278987
|
+
holdLabel?: {
|
278988
278988
|
id: string;
|
278989
278989
|
name: string;
|
278990
278990
|
position: number;
|
278991
278991
|
createdAt: Date;
|
278992
278992
|
updatedAt: Date;
|
278993
278993
|
deletedAt: Date | null;
|
278994
|
-
};
|
278994
|
+
} | null | undefined;
|
278995
278995
|
}[] | null | undefined;
|
278996
278996
|
}, {
|
278997
278997
|
id: string;
|
@@ -279069,14 +279069,14 @@ export declare const workflowContract: {
|
|
279069
279069
|
startedAt: string;
|
279070
279070
|
endedAt: string | null;
|
279071
279071
|
duration: number | null;
|
279072
|
-
holdLabel
|
279072
|
+
holdLabel?: {
|
279073
279073
|
id: string;
|
279074
279074
|
name: string;
|
279075
279075
|
position: number;
|
279076
279076
|
createdAt: Date;
|
279077
279077
|
updatedAt: Date;
|
279078
279078
|
deletedAt: Date | null;
|
279079
|
-
};
|
279079
|
+
} | null | undefined;
|
279080
279080
|
}[] | null | undefined;
|
279081
279081
|
}>;
|
279082
279082
|
workflowRule: import("zod").ZodObject<{
|
@@ -279503,14 +279503,14 @@ export declare const workflowContract: {
|
|
279503
279503
|
startedAt: string;
|
279504
279504
|
endedAt: string | null;
|
279505
279505
|
duration: number | null;
|
279506
|
-
holdLabel
|
279506
|
+
holdLabel?: {
|
279507
279507
|
id: string;
|
279508
279508
|
name: string;
|
279509
279509
|
position: number;
|
279510
279510
|
createdAt: Date;
|
279511
279511
|
updatedAt: Date;
|
279512
279512
|
deletedAt: Date | null;
|
279513
|
-
};
|
279513
|
+
} | null | undefined;
|
279514
279514
|
}[] | null | undefined;
|
279515
279515
|
};
|
279516
279516
|
workflowRule: {
|
@@ -279921,14 +279921,14 @@ export declare const workflowContract: {
|
|
279921
279921
|
startedAt: string;
|
279922
279922
|
endedAt: string | null;
|
279923
279923
|
duration: number | null;
|
279924
|
-
holdLabel
|
279924
|
+
holdLabel?: {
|
279925
279925
|
id: string;
|
279926
279926
|
name: string;
|
279927
279927
|
position: number;
|
279928
279928
|
createdAt: Date;
|
279929
279929
|
updatedAt: Date;
|
279930
279930
|
deletedAt: Date | null;
|
279931
|
-
};
|
279931
|
+
} | null | undefined;
|
279932
279932
|
}[] | null | undefined;
|
279933
279933
|
};
|
279934
279934
|
workflowRule: {
|
@@ -280341,14 +280341,14 @@ export declare const workflowContract: {
|
|
280341
280341
|
startedAt: string;
|
280342
280342
|
endedAt: string | null;
|
280343
280343
|
duration: number | null;
|
280344
|
-
holdLabel
|
280344
|
+
holdLabel?: {
|
280345
280345
|
id: string;
|
280346
280346
|
name: string;
|
280347
280347
|
position: number;
|
280348
280348
|
createdAt: Date;
|
280349
280349
|
updatedAt: Date;
|
280350
280350
|
deletedAt: Date | null;
|
280351
|
-
};
|
280351
|
+
} | null | undefined;
|
280352
280352
|
}[] | null | undefined;
|
280353
280353
|
};
|
280354
280354
|
workflowRule: {
|
@@ -280762,14 +280762,14 @@ export declare const workflowContract: {
|
|
280762
280762
|
startedAt: string;
|
280763
280763
|
endedAt: string | null;
|
280764
280764
|
duration: number | null;
|
280765
|
-
holdLabel
|
280765
|
+
holdLabel?: {
|
280766
280766
|
id: string;
|
280767
280767
|
name: string;
|
280768
280768
|
position: number;
|
280769
280769
|
createdAt: Date;
|
280770
280770
|
updatedAt: Date;
|
280771
280771
|
deletedAt: Date | null;
|
280772
|
-
};
|
280772
|
+
} | null | undefined;
|
280773
280773
|
}[] | null | undefined;
|
280774
280774
|
};
|
280775
280775
|
workflowRule: {
|
@@ -282821,17 +282821,17 @@ export declare const workflowContract: {
|
|
282821
282821
|
isBotRoom: import("zod").ZodBoolean;
|
282822
282822
|
cxlog: import("zod").ZodObject<{
|
282823
282823
|
id: import("zod").ZodString;
|
282824
|
-
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
282825
|
-
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
282826
282824
|
createdAt: import("zod").ZodDate;
|
282827
282825
|
updatedAt: import("zod").ZodDate;
|
282828
282826
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
282829
|
-
entityId: import("zod").ZodString;
|
282830
|
-
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
282831
|
-
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
282832
282827
|
caseId: import("zod").ZodNumber;
|
282828
|
+
entityId: import("zod").ZodString;
|
282833
282829
|
entityName: import("zod").ZodString;
|
282830
|
+
contactId: import("zod").ZodNullable<import("zod").ZodString>;
|
282831
|
+
channel: import("zod").ZodNullable<import("zod").ZodString>;
|
282832
|
+
queueId: import("zod").ZodNullable<import("zod").ZodString>;
|
282834
282833
|
agentId: import("zod").ZodNullable<import("zod").ZodString>;
|
282834
|
+
direction: import("zod").ZodNullable<import("zod").ZodString>;
|
282835
282835
|
startedDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
282836
282836
|
handledTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
282837
282837
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
@@ -283101,7 +283101,7 @@ export declare const workflowContract: {
|
|
283101
283101
|
dateValue: Date | null;
|
283102
283102
|
}[] | null | undefined;
|
283103
283103
|
}>>;
|
283104
|
-
holdLogs: import("zod").
|
283104
|
+
holdLogs: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
283105
283105
|
id: import("zod").ZodString;
|
283106
283106
|
createdAt: import("zod").ZodDate;
|
283107
283107
|
updatedAt: import("zod").ZodDate;
|
@@ -283109,7 +283109,7 @@ export declare const workflowContract: {
|
|
283109
283109
|
startedAt: import("zod").ZodString;
|
283110
283110
|
endedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
283111
283111
|
duration: import("zod").ZodNullable<import("zod").ZodNumber>;
|
283112
|
-
holdLabel: import("zod").ZodObject<{
|
283112
|
+
holdLabel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
283113
283113
|
id: import("zod").ZodString;
|
283114
283114
|
createdAt: import("zod").ZodDate;
|
283115
283115
|
updatedAt: import("zod").ZodDate;
|
@@ -283130,7 +283130,7 @@ export declare const workflowContract: {
|
|
283130
283130
|
createdAt: Date;
|
283131
283131
|
updatedAt: Date;
|
283132
283132
|
deletedAt: Date | null;
|
283133
|
-
}
|
283133
|
+
}>>>;
|
283134
283134
|
}, "strip", import("zod").ZodTypeAny, {
|
283135
283135
|
id: string;
|
283136
283136
|
createdAt: Date;
|
@@ -283139,14 +283139,14 @@ export declare const workflowContract: {
|
|
283139
283139
|
startedAt: string;
|
283140
283140
|
endedAt: string | null;
|
283141
283141
|
duration: number | null;
|
283142
|
-
holdLabel
|
283142
|
+
holdLabel?: {
|
283143
283143
|
id: string;
|
283144
283144
|
name: string;
|
283145
283145
|
position: number;
|
283146
283146
|
createdAt: Date;
|
283147
283147
|
updatedAt: Date;
|
283148
283148
|
deletedAt: Date | null;
|
283149
|
-
};
|
283149
|
+
} | null | undefined;
|
283150
283150
|
}, {
|
283151
283151
|
id: string;
|
283152
283152
|
createdAt: Date;
|
@@ -283155,14 +283155,14 @@ export declare const workflowContract: {
|
|
283155
283155
|
startedAt: string;
|
283156
283156
|
endedAt: string | null;
|
283157
283157
|
duration: number | null;
|
283158
|
-
holdLabel
|
283158
|
+
holdLabel?: {
|
283159
283159
|
id: string;
|
283160
283160
|
name: string;
|
283161
283161
|
position: number;
|
283162
283162
|
createdAt: Date;
|
283163
283163
|
updatedAt: Date;
|
283164
283164
|
deletedAt: Date | null;
|
283165
|
-
};
|
283165
|
+
} | null | undefined;
|
283166
283166
|
}>, "many">>>;
|
283167
283167
|
}, "strip", import("zod").ZodTypeAny, {
|
283168
283168
|
id: string;
|
@@ -283240,14 +283240,14 @@ export declare const workflowContract: {
|
|
283240
283240
|
startedAt: string;
|
283241
283241
|
endedAt: string | null;
|
283242
283242
|
duration: number | null;
|
283243
|
-
holdLabel
|
283243
|
+
holdLabel?: {
|
283244
283244
|
id: string;
|
283245
283245
|
name: string;
|
283246
283246
|
position: number;
|
283247
283247
|
createdAt: Date;
|
283248
283248
|
updatedAt: Date;
|
283249
283249
|
deletedAt: Date | null;
|
283250
|
-
};
|
283250
|
+
} | null | undefined;
|
283251
283251
|
}[] | null | undefined;
|
283252
283252
|
}, {
|
283253
283253
|
id: string;
|
@@ -283325,14 +283325,14 @@ export declare const workflowContract: {
|
|
283325
283325
|
startedAt: string;
|
283326
283326
|
endedAt: string | null;
|
283327
283327
|
duration: number | null;
|
283328
|
-
holdLabel
|
283328
|
+
holdLabel?: {
|
283329
283329
|
id: string;
|
283330
283330
|
name: string;
|
283331
283331
|
position: number;
|
283332
283332
|
createdAt: Date;
|
283333
283333
|
updatedAt: Date;
|
283334
283334
|
deletedAt: Date | null;
|
283335
|
-
};
|
283335
|
+
} | null | undefined;
|
283336
283336
|
}[] | null | undefined;
|
283337
283337
|
}>;
|
283338
283338
|
workflowRule: import("zod").ZodObject<{
|
@@ -283760,14 +283760,14 @@ export declare const workflowContract: {
|
|
283760
283760
|
startedAt: string;
|
283761
283761
|
endedAt: string | null;
|
283762
283762
|
duration: number | null;
|
283763
|
-
holdLabel
|
283763
|
+
holdLabel?: {
|
283764
283764
|
id: string;
|
283765
283765
|
name: string;
|
283766
283766
|
position: number;
|
283767
283767
|
createdAt: Date;
|
283768
283768
|
updatedAt: Date;
|
283769
283769
|
deletedAt: Date | null;
|
283770
|
-
};
|
283770
|
+
} | null | undefined;
|
283771
283771
|
}[] | null | undefined;
|
283772
283772
|
};
|
283773
283773
|
workflowRule: {
|
@@ -284179,14 +284179,14 @@ export declare const workflowContract: {
|
|
284179
284179
|
startedAt: string;
|
284180
284180
|
endedAt: string | null;
|
284181
284181
|
duration: number | null;
|
284182
|
-
holdLabel
|
284182
|
+
holdLabel?: {
|
284183
284183
|
id: string;
|
284184
284184
|
name: string;
|
284185
284185
|
position: number;
|
284186
284186
|
createdAt: Date;
|
284187
284187
|
updatedAt: Date;
|
284188
284188
|
deletedAt: Date | null;
|
284189
|
-
};
|
284189
|
+
} | null | undefined;
|
284190
284190
|
}[] | null | undefined;
|
284191
284191
|
};
|
284192
284192
|
workflowRule: {
|
@@ -284600,14 +284600,14 @@ export declare const workflowContract: {
|
|
284600
284600
|
startedAt: string;
|
284601
284601
|
endedAt: string | null;
|
284602
284602
|
duration: number | null;
|
284603
|
-
holdLabel
|
284603
|
+
holdLabel?: {
|
284604
284604
|
id: string;
|
284605
284605
|
name: string;
|
284606
284606
|
position: number;
|
284607
284607
|
createdAt: Date;
|
284608
284608
|
updatedAt: Date;
|
284609
284609
|
deletedAt: Date | null;
|
284610
|
-
};
|
284610
|
+
} | null | undefined;
|
284611
284611
|
}[] | null | undefined;
|
284612
284612
|
};
|
284613
284613
|
workflowRule: {
|
@@ -285022,14 +285022,14 @@ export declare const workflowContract: {
|
|
285022
285022
|
startedAt: string;
|
285023
285023
|
endedAt: string | null;
|
285024
285024
|
duration: number | null;
|
285025
|
-
holdLabel
|
285025
|
+
holdLabel?: {
|
285026
285026
|
id: string;
|
285027
285027
|
name: string;
|
285028
285028
|
position: number;
|
285029
285029
|
createdAt: Date;
|
285030
285030
|
updatedAt: Date;
|
285031
285031
|
deletedAt: Date | null;
|
285032
|
-
};
|
285032
|
+
} | null | undefined;
|
285033
285033
|
}[] | null | undefined;
|
285034
285034
|
};
|
285035
285035
|
workflowRule: {
|