@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
@@ -6089,17 +6089,17 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6089
6089
|
}>;
|
6090
6090
|
cxlog: z.ZodObject<{
|
6091
6091
|
id: z.ZodString;
|
6092
|
-
channel: z.ZodNullable<z.ZodString>;
|
6093
|
-
direction: z.ZodNullable<z.ZodString>;
|
6094
6092
|
createdAt: z.ZodDate;
|
6095
6093
|
updatedAt: z.ZodDate;
|
6096
6094
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6097
|
-
entityId: z.ZodString;
|
6098
|
-
queueId: z.ZodNullable<z.ZodString>;
|
6099
|
-
contactId: z.ZodNullable<z.ZodString>;
|
6100
6095
|
caseId: z.ZodNumber;
|
6096
|
+
entityId: z.ZodString;
|
6101
6097
|
entityName: z.ZodString;
|
6098
|
+
contactId: z.ZodNullable<z.ZodString>;
|
6099
|
+
channel: z.ZodNullable<z.ZodString>;
|
6100
|
+
queueId: z.ZodNullable<z.ZodString>;
|
6102
6101
|
agentId: z.ZodNullable<z.ZodString>;
|
6102
|
+
direction: z.ZodNullable<z.ZodString>;
|
6103
6103
|
startedDate: z.ZodNullable<z.ZodDate>;
|
6104
6104
|
handledTime: z.ZodNullable<z.ZodNumber>;
|
6105
6105
|
firstResponseTime: z.ZodNullable<z.ZodNumber>;
|
@@ -6369,7 +6369,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6369
6369
|
dateValue: Date | null;
|
6370
6370
|
}[] | null | undefined;
|
6371
6371
|
}>>;
|
6372
|
-
holdLogs: z.
|
6372
|
+
holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
6373
6373
|
id: z.ZodString;
|
6374
6374
|
createdAt: z.ZodDate;
|
6375
6375
|
updatedAt: z.ZodDate;
|
@@ -6377,7 +6377,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6377
6377
|
startedAt: z.ZodString;
|
6378
6378
|
endedAt: z.ZodNullable<z.ZodString>;
|
6379
6379
|
duration: z.ZodNullable<z.ZodNumber>;
|
6380
|
-
holdLabel: z.ZodObject<{
|
6380
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6381
6381
|
id: z.ZodString;
|
6382
6382
|
createdAt: z.ZodDate;
|
6383
6383
|
updatedAt: z.ZodDate;
|
@@ -6398,7 +6398,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6398
6398
|
createdAt: Date;
|
6399
6399
|
updatedAt: Date;
|
6400
6400
|
deletedAt: Date | null;
|
6401
|
-
}
|
6401
|
+
}>>>;
|
6402
6402
|
}, "strip", z.ZodTypeAny, {
|
6403
6403
|
id: string;
|
6404
6404
|
createdAt: Date;
|
@@ -6407,14 +6407,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6407
6407
|
startedAt: string;
|
6408
6408
|
endedAt: string | null;
|
6409
6409
|
duration: number | null;
|
6410
|
-
holdLabel
|
6410
|
+
holdLabel?: {
|
6411
6411
|
id: string;
|
6412
6412
|
name: string;
|
6413
6413
|
position: number;
|
6414
6414
|
createdAt: Date;
|
6415
6415
|
updatedAt: Date;
|
6416
6416
|
deletedAt: Date | null;
|
6417
|
-
};
|
6417
|
+
} | null | undefined;
|
6418
6418
|
}, {
|
6419
6419
|
id: string;
|
6420
6420
|
createdAt: Date;
|
@@ -6423,14 +6423,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6423
6423
|
startedAt: string;
|
6424
6424
|
endedAt: string | null;
|
6425
6425
|
duration: number | null;
|
6426
|
-
holdLabel
|
6426
|
+
holdLabel?: {
|
6427
6427
|
id: string;
|
6428
6428
|
name: string;
|
6429
6429
|
position: number;
|
6430
6430
|
createdAt: Date;
|
6431
6431
|
updatedAt: Date;
|
6432
6432
|
deletedAt: Date | null;
|
6433
|
-
};
|
6433
|
+
} | null | undefined;
|
6434
6434
|
}>, "many">>>;
|
6435
6435
|
}, "strip", z.ZodTypeAny, {
|
6436
6436
|
id: string;
|
@@ -6508,14 +6508,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6508
6508
|
startedAt: string;
|
6509
6509
|
endedAt: string | null;
|
6510
6510
|
duration: number | null;
|
6511
|
-
holdLabel
|
6511
|
+
holdLabel?: {
|
6512
6512
|
id: string;
|
6513
6513
|
name: string;
|
6514
6514
|
position: number;
|
6515
6515
|
createdAt: Date;
|
6516
6516
|
updatedAt: Date;
|
6517
6517
|
deletedAt: Date | null;
|
6518
|
-
};
|
6518
|
+
} | null | undefined;
|
6519
6519
|
}[] | null | undefined;
|
6520
6520
|
}, {
|
6521
6521
|
id: string;
|
@@ -6593,14 +6593,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
6593
6593
|
startedAt: string;
|
6594
6594
|
endedAt: string | null;
|
6595
6595
|
duration: number | null;
|
6596
|
-
holdLabel
|
6596
|
+
holdLabel?: {
|
6597
6597
|
id: string;
|
6598
6598
|
name: string;
|
6599
6599
|
position: number;
|
6600
6600
|
createdAt: Date;
|
6601
6601
|
updatedAt: Date;
|
6602
6602
|
deletedAt: Date | null;
|
6603
|
-
};
|
6603
|
+
} | null | undefined;
|
6604
6604
|
}[] | null | undefined;
|
6605
6605
|
}>;
|
6606
6606
|
workflowRule: z.ZodObject<{
|
@@ -7027,14 +7027,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
7027
7027
|
startedAt: string;
|
7028
7028
|
endedAt: string | null;
|
7029
7029
|
duration: number | null;
|
7030
|
-
holdLabel
|
7030
|
+
holdLabel?: {
|
7031
7031
|
id: string;
|
7032
7032
|
name: string;
|
7033
7033
|
position: number;
|
7034
7034
|
createdAt: Date;
|
7035
7035
|
updatedAt: Date;
|
7036
7036
|
deletedAt: Date | null;
|
7037
|
-
};
|
7037
|
+
} | null | undefined;
|
7038
7038
|
}[] | null | undefined;
|
7039
7039
|
};
|
7040
7040
|
workflowRule: {
|
@@ -7445,14 +7445,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
7445
7445
|
startedAt: string;
|
7446
7446
|
endedAt: string | null;
|
7447
7447
|
duration: number | null;
|
7448
|
-
holdLabel
|
7448
|
+
holdLabel?: {
|
7449
7449
|
id: string;
|
7450
7450
|
name: string;
|
7451
7451
|
position: number;
|
7452
7452
|
createdAt: Date;
|
7453
7453
|
updatedAt: Date;
|
7454
7454
|
deletedAt: Date | null;
|
7455
|
-
};
|
7455
|
+
} | null | undefined;
|
7456
7456
|
}[] | null | undefined;
|
7457
7457
|
};
|
7458
7458
|
workflowRule: {
|
@@ -10703,17 +10703,17 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
10703
10703
|
}>;
|
10704
10704
|
cxlog: z.ZodObject<{
|
10705
10705
|
id: z.ZodString;
|
10706
|
-
channel: z.ZodNullable<z.ZodString>;
|
10707
|
-
direction: z.ZodNullable<z.ZodString>;
|
10708
10706
|
createdAt: z.ZodDate;
|
10709
10707
|
updatedAt: z.ZodDate;
|
10710
10708
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10711
|
-
entityId: z.ZodString;
|
10712
|
-
queueId: z.ZodNullable<z.ZodString>;
|
10713
|
-
contactId: z.ZodNullable<z.ZodString>;
|
10714
10709
|
caseId: z.ZodNumber;
|
10710
|
+
entityId: z.ZodString;
|
10715
10711
|
entityName: z.ZodString;
|
10712
|
+
contactId: z.ZodNullable<z.ZodString>;
|
10713
|
+
channel: z.ZodNullable<z.ZodString>;
|
10714
|
+
queueId: z.ZodNullable<z.ZodString>;
|
10716
10715
|
agentId: z.ZodNullable<z.ZodString>;
|
10716
|
+
direction: z.ZodNullable<z.ZodString>;
|
10717
10717
|
startedDate: z.ZodNullable<z.ZodDate>;
|
10718
10718
|
handledTime: z.ZodNullable<z.ZodNumber>;
|
10719
10719
|
firstResponseTime: z.ZodNullable<z.ZodNumber>;
|
@@ -10983,7 +10983,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
10983
10983
|
dateValue: Date | null;
|
10984
10984
|
}[] | null | undefined;
|
10985
10985
|
}>>;
|
10986
|
-
holdLogs: z.
|
10986
|
+
holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
10987
10987
|
id: z.ZodString;
|
10988
10988
|
createdAt: z.ZodDate;
|
10989
10989
|
updatedAt: z.ZodDate;
|
@@ -10991,7 +10991,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
10991
10991
|
startedAt: z.ZodString;
|
10992
10992
|
endedAt: z.ZodNullable<z.ZodString>;
|
10993
10993
|
duration: z.ZodNullable<z.ZodNumber>;
|
10994
|
-
holdLabel: z.ZodObject<{
|
10994
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
10995
10995
|
id: z.ZodString;
|
10996
10996
|
createdAt: z.ZodDate;
|
10997
10997
|
updatedAt: z.ZodDate;
|
@@ -11012,7 +11012,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
11012
11012
|
createdAt: Date;
|
11013
11013
|
updatedAt: Date;
|
11014
11014
|
deletedAt: Date | null;
|
11015
|
-
}
|
11015
|
+
}>>>;
|
11016
11016
|
}, "strip", z.ZodTypeAny, {
|
11017
11017
|
id: string;
|
11018
11018
|
createdAt: Date;
|
@@ -11021,14 +11021,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
11021
11021
|
startedAt: string;
|
11022
11022
|
endedAt: string | null;
|
11023
11023
|
duration: number | null;
|
11024
|
-
holdLabel
|
11024
|
+
holdLabel?: {
|
11025
11025
|
id: string;
|
11026
11026
|
name: string;
|
11027
11027
|
position: number;
|
11028
11028
|
createdAt: Date;
|
11029
11029
|
updatedAt: Date;
|
11030
11030
|
deletedAt: Date | null;
|
11031
|
-
};
|
11031
|
+
} | null | undefined;
|
11032
11032
|
}, {
|
11033
11033
|
id: string;
|
11034
11034
|
createdAt: Date;
|
@@ -11037,14 +11037,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
11037
11037
|
startedAt: string;
|
11038
11038
|
endedAt: string | null;
|
11039
11039
|
duration: number | null;
|
11040
|
-
holdLabel
|
11040
|
+
holdLabel?: {
|
11041
11041
|
id: string;
|
11042
11042
|
name: string;
|
11043
11043
|
position: number;
|
11044
11044
|
createdAt: Date;
|
11045
11045
|
updatedAt: Date;
|
11046
11046
|
deletedAt: Date | null;
|
11047
|
-
};
|
11047
|
+
} | null | undefined;
|
11048
11048
|
}>, "many">>>;
|
11049
11049
|
}, "strip", z.ZodTypeAny, {
|
11050
11050
|
id: string;
|
@@ -11122,14 +11122,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
11122
11122
|
startedAt: string;
|
11123
11123
|
endedAt: string | null;
|
11124
11124
|
duration: number | null;
|
11125
|
-
holdLabel
|
11125
|
+
holdLabel?: {
|
11126
11126
|
id: string;
|
11127
11127
|
name: string;
|
11128
11128
|
position: number;
|
11129
11129
|
createdAt: Date;
|
11130
11130
|
updatedAt: Date;
|
11131
11131
|
deletedAt: Date | null;
|
11132
|
-
};
|
11132
|
+
} | null | undefined;
|
11133
11133
|
}[] | null | undefined;
|
11134
11134
|
}, {
|
11135
11135
|
id: string;
|
@@ -11207,14 +11207,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
11207
11207
|
startedAt: string;
|
11208
11208
|
endedAt: string | null;
|
11209
11209
|
duration: number | null;
|
11210
|
-
holdLabel
|
11210
|
+
holdLabel?: {
|
11211
11211
|
id: string;
|
11212
11212
|
name: string;
|
11213
11213
|
position: number;
|
11214
11214
|
createdAt: Date;
|
11215
11215
|
updatedAt: Date;
|
11216
11216
|
deletedAt: Date | null;
|
11217
|
-
};
|
11217
|
+
} | null | undefined;
|
11218
11218
|
}[] | null | undefined;
|
11219
11219
|
}>;
|
11220
11220
|
workflowRule: z.ZodObject<{
|
@@ -11641,14 +11641,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
11641
11641
|
startedAt: string;
|
11642
11642
|
endedAt: string | null;
|
11643
11643
|
duration: number | null;
|
11644
|
-
holdLabel
|
11644
|
+
holdLabel?: {
|
11645
11645
|
id: string;
|
11646
11646
|
name: string;
|
11647
11647
|
position: number;
|
11648
11648
|
createdAt: Date;
|
11649
11649
|
updatedAt: Date;
|
11650
11650
|
deletedAt: Date | null;
|
11651
|
-
};
|
11651
|
+
} | null | undefined;
|
11652
11652
|
}[] | null | undefined;
|
11653
11653
|
};
|
11654
11654
|
workflowRule: {
|
@@ -12059,14 +12059,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
12059
12059
|
startedAt: string;
|
12060
12060
|
endedAt: string | null;
|
12061
12061
|
duration: number | null;
|
12062
|
-
holdLabel
|
12062
|
+
holdLabel?: {
|
12063
12063
|
id: string;
|
12064
12064
|
name: string;
|
12065
12065
|
position: number;
|
12066
12066
|
createdAt: Date;
|
12067
12067
|
updatedAt: Date;
|
12068
12068
|
deletedAt: Date | null;
|
12069
|
-
};
|
12069
|
+
} | null | undefined;
|
12070
12070
|
}[] | null | undefined;
|
12071
12071
|
};
|
12072
12072
|
workflowRule: {
|
@@ -14250,14 +14250,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
14250
14250
|
startedAt: string;
|
14251
14251
|
endedAt: string | null;
|
14252
14252
|
duration: number | null;
|
14253
|
-
holdLabel
|
14253
|
+
holdLabel?: {
|
14254
14254
|
id: string;
|
14255
14255
|
name: string;
|
14256
14256
|
position: number;
|
14257
14257
|
createdAt: Date;
|
14258
14258
|
updatedAt: Date;
|
14259
14259
|
deletedAt: Date | null;
|
14260
|
-
};
|
14260
|
+
} | null | undefined;
|
14261
14261
|
}[] | null | undefined;
|
14262
14262
|
};
|
14263
14263
|
workflowRule: {
|
@@ -15005,14 +15005,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
15005
15005
|
startedAt: string;
|
15006
15006
|
endedAt: string | null;
|
15007
15007
|
duration: number | null;
|
15008
|
-
holdLabel
|
15008
|
+
holdLabel?: {
|
15009
15009
|
id: string;
|
15010
15010
|
name: string;
|
15011
15011
|
position: number;
|
15012
15012
|
createdAt: Date;
|
15013
15013
|
updatedAt: Date;
|
15014
15014
|
deletedAt: Date | null;
|
15015
|
-
};
|
15015
|
+
} | null | undefined;
|
15016
15016
|
}[] | null | undefined;
|
15017
15017
|
};
|
15018
15018
|
workflowRule: {
|
@@ -15761,14 +15761,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
15761
15761
|
startedAt: string;
|
15762
15762
|
endedAt: string | null;
|
15763
15763
|
duration: number | null;
|
15764
|
-
holdLabel
|
15764
|
+
holdLabel?: {
|
15765
15765
|
id: string;
|
15766
15766
|
name: string;
|
15767
15767
|
position: number;
|
15768
15768
|
createdAt: Date;
|
15769
15769
|
updatedAt: Date;
|
15770
15770
|
deletedAt: Date | null;
|
15771
|
-
};
|
15771
|
+
} | null | undefined;
|
15772
15772
|
}[] | null | undefined;
|
15773
15773
|
};
|
15774
15774
|
workflowRule: {
|
@@ -16516,14 +16516,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
16516
16516
|
startedAt: string;
|
16517
16517
|
endedAt: string | null;
|
16518
16518
|
duration: number | null;
|
16519
|
-
holdLabel
|
16519
|
+
holdLabel?: {
|
16520
16520
|
id: string;
|
16521
16521
|
name: string;
|
16522
16522
|
position: number;
|
16523
16523
|
createdAt: Date;
|
16524
16524
|
updatedAt: Date;
|
16525
16525
|
deletedAt: Date | null;
|
16526
|
-
};
|
16526
|
+
} | null | undefined;
|
16527
16527
|
}[] | null | undefined;
|
16528
16528
|
};
|
16529
16529
|
workflowRule: {
|
@@ -17272,14 +17272,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
17272
17272
|
startedAt: string;
|
17273
17273
|
endedAt: string | null;
|
17274
17274
|
duration: number | null;
|
17275
|
-
holdLabel
|
17275
|
+
holdLabel?: {
|
17276
17276
|
id: string;
|
17277
17277
|
name: string;
|
17278
17278
|
position: number;
|
17279
17279
|
createdAt: Date;
|
17280
17280
|
updatedAt: Date;
|
17281
17281
|
deletedAt: Date | null;
|
17282
|
-
};
|
17282
|
+
} | null | undefined;
|
17283
17283
|
}[] | null | undefined;
|
17284
17284
|
};
|
17285
17285
|
workflowRule: {
|
@@ -18027,14 +18027,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
18027
18027
|
startedAt: string;
|
18028
18028
|
endedAt: string | null;
|
18029
18029
|
duration: number | null;
|
18030
|
-
holdLabel
|
18030
|
+
holdLabel?: {
|
18031
18031
|
id: string;
|
18032
18032
|
name: string;
|
18033
18033
|
position: number;
|
18034
18034
|
createdAt: Date;
|
18035
18035
|
updatedAt: Date;
|
18036
18036
|
deletedAt: Date | null;
|
18037
|
-
};
|
18037
|
+
} | null | undefined;
|
18038
18038
|
}[] | null | undefined;
|
18039
18039
|
};
|
18040
18040
|
workflowRule: {
|
@@ -18785,14 +18785,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
18785
18785
|
startedAt: string;
|
18786
18786
|
endedAt: string | null;
|
18787
18787
|
duration: number | null;
|
18788
|
-
holdLabel
|
18788
|
+
holdLabel?: {
|
18789
18789
|
id: string;
|
18790
18790
|
name: string;
|
18791
18791
|
position: number;
|
18792
18792
|
createdAt: Date;
|
18793
18793
|
updatedAt: Date;
|
18794
18794
|
deletedAt: Date | null;
|
18795
|
-
};
|
18795
|
+
} | null | undefined;
|
18796
18796
|
}[] | null | undefined;
|
18797
18797
|
};
|
18798
18798
|
workflowRule: {
|
@@ -19540,14 +19540,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
19540
19540
|
startedAt: string;
|
19541
19541
|
endedAt: string | null;
|
19542
19542
|
duration: number | null;
|
19543
|
-
holdLabel
|
19543
|
+
holdLabel?: {
|
19544
19544
|
id: string;
|
19545
19545
|
name: string;
|
19546
19546
|
position: number;
|
19547
19547
|
createdAt: Date;
|
19548
19548
|
updatedAt: Date;
|
19549
19549
|
deletedAt: Date | null;
|
19550
|
-
};
|
19550
|
+
} | null | undefined;
|
19551
19551
|
}[] | null | undefined;
|
19552
19552
|
};
|
19553
19553
|
workflowRule: {
|
@@ -20299,14 +20299,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
20299
20299
|
startedAt: string;
|
20300
20300
|
endedAt: string | null;
|
20301
20301
|
duration: number | null;
|
20302
|
-
holdLabel
|
20302
|
+
holdLabel?: {
|
20303
20303
|
id: string;
|
20304
20304
|
name: string;
|
20305
20305
|
position: number;
|
20306
20306
|
createdAt: Date;
|
20307
20307
|
updatedAt: Date;
|
20308
20308
|
deletedAt: Date | null;
|
20309
|
-
};
|
20309
|
+
} | null | undefined;
|
20310
20310
|
}[] | null | undefined;
|
20311
20311
|
};
|
20312
20312
|
workflowRule: {
|
@@ -21054,14 +21054,14 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
|
|
21054
21054
|
startedAt: string;
|
21055
21055
|
endedAt: string | null;
|
21056
21056
|
duration: number | null;
|
21057
|
-
holdLabel
|
21057
|
+
holdLabel?: {
|
21058
21058
|
id: string;
|
21059
21059
|
name: string;
|
21060
21060
|
position: number;
|
21061
21061
|
createdAt: Date;
|
21062
21062
|
updatedAt: Date;
|
21063
21063
|
deletedAt: Date | null;
|
21064
|
-
};
|
21064
|
+
} | null | undefined;
|
21065
21065
|
}[] | null | undefined;
|
21066
21066
|
};
|
21067
21067
|
workflowRule: {
|
@@ -23495,6 +23495,69 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
23495
23495
|
dateValue: Date | null;
|
23496
23496
|
}[] | null | undefined;
|
23497
23497
|
}>>;
|
23498
|
+
holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
23499
|
+
id: z.ZodString;
|
23500
|
+
createdAt: z.ZodDate;
|
23501
|
+
updatedAt: z.ZodDate;
|
23502
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
23503
|
+
startedAt: z.ZodString;
|
23504
|
+
endedAt: z.ZodNullable<z.ZodString>;
|
23505
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
23506
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
23507
|
+
id: z.ZodString;
|
23508
|
+
createdAt: z.ZodDate;
|
23509
|
+
updatedAt: z.ZodDate;
|
23510
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
23511
|
+
name: z.ZodString;
|
23512
|
+
position: z.ZodNumber;
|
23513
|
+
}, "strip", z.ZodTypeAny, {
|
23514
|
+
id: string;
|
23515
|
+
name: string;
|
23516
|
+
position: number;
|
23517
|
+
createdAt: Date;
|
23518
|
+
updatedAt: Date;
|
23519
|
+
deletedAt: Date | null;
|
23520
|
+
}, {
|
23521
|
+
id: string;
|
23522
|
+
name: string;
|
23523
|
+
position: number;
|
23524
|
+
createdAt: Date;
|
23525
|
+
updatedAt: Date;
|
23526
|
+
deletedAt: Date | null;
|
23527
|
+
}>>>;
|
23528
|
+
}, "strip", z.ZodTypeAny, {
|
23529
|
+
id: string;
|
23530
|
+
createdAt: Date;
|
23531
|
+
updatedAt: Date;
|
23532
|
+
deletedAt: Date | null;
|
23533
|
+
startedAt: string;
|
23534
|
+
endedAt: string | null;
|
23535
|
+
duration: number | null;
|
23536
|
+
holdLabel?: {
|
23537
|
+
id: string;
|
23538
|
+
name: string;
|
23539
|
+
position: number;
|
23540
|
+
createdAt: Date;
|
23541
|
+
updatedAt: Date;
|
23542
|
+
deletedAt: Date | null;
|
23543
|
+
} | null | undefined;
|
23544
|
+
}, {
|
23545
|
+
id: string;
|
23546
|
+
createdAt: Date;
|
23547
|
+
updatedAt: Date;
|
23548
|
+
deletedAt: Date | null;
|
23549
|
+
startedAt: string;
|
23550
|
+
endedAt: string | null;
|
23551
|
+
duration: number | null;
|
23552
|
+
holdLabel?: {
|
23553
|
+
id: string;
|
23554
|
+
name: string;
|
23555
|
+
position: number;
|
23556
|
+
createdAt: Date;
|
23557
|
+
updatedAt: Date;
|
23558
|
+
deletedAt: Date | null;
|
23559
|
+
} | null | undefined;
|
23560
|
+
}>, "many">>>;
|
23498
23561
|
}, "strip", z.ZodTypeAny, {
|
23499
23562
|
id: string;
|
23500
23563
|
channel: string | null;
|
@@ -23563,6 +23626,23 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
23563
23626
|
dateValue: Date | null;
|
23564
23627
|
}[] | null | undefined;
|
23565
23628
|
} | null;
|
23629
|
+
holdLogs?: {
|
23630
|
+
id: string;
|
23631
|
+
createdAt: Date;
|
23632
|
+
updatedAt: Date;
|
23633
|
+
deletedAt: Date | null;
|
23634
|
+
startedAt: string;
|
23635
|
+
endedAt: string | null;
|
23636
|
+
duration: number | null;
|
23637
|
+
holdLabel?: {
|
23638
|
+
id: string;
|
23639
|
+
name: string;
|
23640
|
+
position: number;
|
23641
|
+
createdAt: Date;
|
23642
|
+
updatedAt: Date;
|
23643
|
+
deletedAt: Date | null;
|
23644
|
+
} | null | undefined;
|
23645
|
+
}[] | null | undefined;
|
23566
23646
|
}, {
|
23567
23647
|
id: string;
|
23568
23648
|
channel: string | null;
|
@@ -23631,6 +23711,23 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
23631
23711
|
dateValue: Date | null;
|
23632
23712
|
}[] | null | undefined;
|
23633
23713
|
} | null;
|
23714
|
+
holdLogs?: {
|
23715
|
+
id: string;
|
23716
|
+
createdAt: Date;
|
23717
|
+
updatedAt: Date;
|
23718
|
+
deletedAt: Date | null;
|
23719
|
+
startedAt: string;
|
23720
|
+
endedAt: string | null;
|
23721
|
+
duration: number | null;
|
23722
|
+
holdLabel?: {
|
23723
|
+
id: string;
|
23724
|
+
name: string;
|
23725
|
+
position: number;
|
23726
|
+
createdAt: Date;
|
23727
|
+
updatedAt: Date;
|
23728
|
+
deletedAt: Date | null;
|
23729
|
+
} | null | undefined;
|
23730
|
+
}[] | null | undefined;
|
23634
23731
|
}>>;
|
23635
23732
|
}, "strip", z.ZodTypeAny, {
|
23636
23733
|
id?: string | undefined;
|
@@ -23957,6 +24054,23 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
23957
24054
|
dateValue: Date | null;
|
23958
24055
|
}[] | null | undefined;
|
23959
24056
|
} | null;
|
24057
|
+
holdLogs?: {
|
24058
|
+
id: string;
|
24059
|
+
createdAt: Date;
|
24060
|
+
updatedAt: Date;
|
24061
|
+
deletedAt: Date | null;
|
24062
|
+
startedAt: string;
|
24063
|
+
endedAt: string | null;
|
24064
|
+
duration: number | null;
|
24065
|
+
holdLabel?: {
|
24066
|
+
id: string;
|
24067
|
+
name: string;
|
24068
|
+
position: number;
|
24069
|
+
createdAt: Date;
|
24070
|
+
updatedAt: Date;
|
24071
|
+
deletedAt: Date | null;
|
24072
|
+
} | null | undefined;
|
24073
|
+
}[] | null | undefined;
|
23960
24074
|
} | undefined;
|
23961
24075
|
}, {
|
23962
24076
|
id?: string | undefined;
|
@@ -24283,6 +24397,23 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
24283
24397
|
dateValue: Date | null;
|
24284
24398
|
}[] | null | undefined;
|
24285
24399
|
} | null;
|
24400
|
+
holdLogs?: {
|
24401
|
+
id: string;
|
24402
|
+
createdAt: Date;
|
24403
|
+
updatedAt: Date;
|
24404
|
+
deletedAt: Date | null;
|
24405
|
+
startedAt: string;
|
24406
|
+
endedAt: string | null;
|
24407
|
+
duration: number | null;
|
24408
|
+
holdLabel?: {
|
24409
|
+
id: string;
|
24410
|
+
name: string;
|
24411
|
+
position: number;
|
24412
|
+
createdAt: Date;
|
24413
|
+
updatedAt: Date;
|
24414
|
+
deletedAt: Date | null;
|
24415
|
+
} | null | undefined;
|
24416
|
+
}[] | null | undefined;
|
24286
24417
|
} | undefined;
|
24287
24418
|
}>>;
|
24288
24419
|
upload: z.ZodOptional<z.ZodObject<{
|
@@ -25265,6 +25396,23 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
25265
25396
|
dateValue: Date | null;
|
25266
25397
|
}[] | null | undefined;
|
25267
25398
|
} | null;
|
25399
|
+
holdLogs?: {
|
25400
|
+
id: string;
|
25401
|
+
createdAt: Date;
|
25402
|
+
updatedAt: Date;
|
25403
|
+
deletedAt: Date | null;
|
25404
|
+
startedAt: string;
|
25405
|
+
endedAt: string | null;
|
25406
|
+
duration: number | null;
|
25407
|
+
holdLabel?: {
|
25408
|
+
id: string;
|
25409
|
+
name: string;
|
25410
|
+
position: number;
|
25411
|
+
createdAt: Date;
|
25412
|
+
updatedAt: Date;
|
25413
|
+
deletedAt: Date | null;
|
25414
|
+
} | null | undefined;
|
25415
|
+
}[] | null | undefined;
|
25268
25416
|
} | undefined;
|
25269
25417
|
} | null;
|
25270
25418
|
platformMessageId: string;
|
@@ -25754,6 +25902,23 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
25754
25902
|
dateValue: Date | null;
|
25755
25903
|
}[] | null | undefined;
|
25756
25904
|
} | null;
|
25905
|
+
holdLogs?: {
|
25906
|
+
id: string;
|
25907
|
+
createdAt: Date;
|
25908
|
+
updatedAt: Date;
|
25909
|
+
deletedAt: Date | null;
|
25910
|
+
startedAt: string;
|
25911
|
+
endedAt: string | null;
|
25912
|
+
duration: number | null;
|
25913
|
+
holdLabel?: {
|
25914
|
+
id: string;
|
25915
|
+
name: string;
|
25916
|
+
position: number;
|
25917
|
+
createdAt: Date;
|
25918
|
+
updatedAt: Date;
|
25919
|
+
deletedAt: Date | null;
|
25920
|
+
} | null | undefined;
|
25921
|
+
}[] | null | undefined;
|
25757
25922
|
} | undefined;
|
25758
25923
|
} | null;
|
25759
25924
|
platformMessageId: string;
|
@@ -26245,6 +26410,23 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
26245
26410
|
dateValue: Date | null;
|
26246
26411
|
}[] | null | undefined;
|
26247
26412
|
} | null;
|
26413
|
+
holdLogs?: {
|
26414
|
+
id: string;
|
26415
|
+
createdAt: Date;
|
26416
|
+
updatedAt: Date;
|
26417
|
+
deletedAt: Date | null;
|
26418
|
+
startedAt: string;
|
26419
|
+
endedAt: string | null;
|
26420
|
+
duration: number | null;
|
26421
|
+
holdLabel?: {
|
26422
|
+
id: string;
|
26423
|
+
name: string;
|
26424
|
+
position: number;
|
26425
|
+
createdAt: Date;
|
26426
|
+
updatedAt: Date;
|
26427
|
+
deletedAt: Date | null;
|
26428
|
+
} | null | undefined;
|
26429
|
+
}[] | null | undefined;
|
26248
26430
|
} | undefined;
|
26249
26431
|
} | null;
|
26250
26432
|
platformMessageId: string;
|
@@ -26736,6 +26918,23 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
|
|
26736
26918
|
dateValue: Date | null;
|
26737
26919
|
}[] | null | undefined;
|
26738
26920
|
} | null;
|
26921
|
+
holdLogs?: {
|
26922
|
+
id: string;
|
26923
|
+
createdAt: Date;
|
26924
|
+
updatedAt: Date;
|
26925
|
+
deletedAt: Date | null;
|
26926
|
+
startedAt: string;
|
26927
|
+
endedAt: string | null;
|
26928
|
+
duration: number | null;
|
26929
|
+
holdLabel?: {
|
26930
|
+
id: string;
|
26931
|
+
name: string;
|
26932
|
+
position: number;
|
26933
|
+
createdAt: Date;
|
26934
|
+
updatedAt: Date;
|
26935
|
+
deletedAt: Date | null;
|
26936
|
+
} | null | undefined;
|
26937
|
+
}[] | null | undefined;
|
26739
26938
|
} | undefined;
|
26740
26939
|
} | null;
|
26741
26940
|
platformMessageId: string;
|