@kl1/contracts 1.1.38-uat → 1.1.40-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +26 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -3
- package/dist/index.mjs.map +1 -1
- package/dist/src/business-calendar/index.d.ts +21 -0
- package/dist/src/business-calendar/index.d.ts.map +1 -1
- package/dist/src/business-calendar/schema.d.ts +8 -0
- package/dist/src/business-calendar/schema.d.ts.map +1 -1
- package/dist/src/contract.d.ts +102 -0
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +69 -1
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +3 -0
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/telephony-cdr/call-report.schema.d.ts +36 -10
- package/dist/src/telephony-cdr/call-report.schema.d.ts.map +1 -1
- package/dist/src/workflow-rule/index.d.ts +10 -0
- package/dist/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +3 -0
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +3 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
@@ -119,6 +119,7 @@ export declare const businessCalendarContract: {
|
|
119
119
|
name: z.ZodString;
|
120
120
|
date: z.ZodString;
|
121
121
|
isEnabled: z.ZodBoolean;
|
122
|
+
isDefault: z.ZodBoolean;
|
122
123
|
}, "strip", z.ZodTypeAny, {
|
123
124
|
id: string;
|
124
125
|
name: string;
|
@@ -126,6 +127,7 @@ export declare const businessCalendarContract: {
|
|
126
127
|
createdAt: Date;
|
127
128
|
updatedAt: Date;
|
128
129
|
deletedAt: Date | null;
|
130
|
+
isDefault: boolean;
|
129
131
|
isEnabled: boolean;
|
130
132
|
}, {
|
131
133
|
id: string;
|
@@ -134,6 +136,7 @@ export declare const businessCalendarContract: {
|
|
134
136
|
createdAt: Date;
|
135
137
|
updatedAt: Date;
|
136
138
|
deletedAt: Date | null;
|
139
|
+
isDefault: boolean;
|
137
140
|
isEnabled: boolean;
|
138
141
|
}>, "many">;
|
139
142
|
}, "strip", z.ZodTypeAny, {
|
@@ -162,6 +165,7 @@ export declare const businessCalendarContract: {
|
|
162
165
|
createdAt: Date;
|
163
166
|
updatedAt: Date;
|
164
167
|
deletedAt: Date | null;
|
168
|
+
isDefault: boolean;
|
165
169
|
isEnabled: boolean;
|
166
170
|
}[];
|
167
171
|
description?: string | undefined;
|
@@ -191,6 +195,7 @@ export declare const businessCalendarContract: {
|
|
191
195
|
createdAt: Date;
|
192
196
|
updatedAt: Date;
|
193
197
|
deletedAt: Date | null;
|
198
|
+
isDefault: boolean;
|
194
199
|
isEnabled: boolean;
|
195
200
|
}[];
|
196
201
|
description?: string | undefined;
|
@@ -223,6 +228,7 @@ export declare const businessCalendarContract: {
|
|
223
228
|
createdAt: Date;
|
224
229
|
updatedAt: Date;
|
225
230
|
deletedAt: Date | null;
|
231
|
+
isDefault: boolean;
|
226
232
|
isEnabled: boolean;
|
227
233
|
}[];
|
228
234
|
description?: string | undefined;
|
@@ -255,6 +261,7 @@ export declare const businessCalendarContract: {
|
|
255
261
|
createdAt: Date;
|
256
262
|
updatedAt: Date;
|
257
263
|
deletedAt: Date | null;
|
264
|
+
isDefault: boolean;
|
258
265
|
isEnabled: boolean;
|
259
266
|
}[];
|
260
267
|
description?: string | undefined;
|
@@ -322,6 +329,7 @@ export declare const businessCalendarContract: {
|
|
322
329
|
name: z.ZodString;
|
323
330
|
date: z.ZodString;
|
324
331
|
isEnabled: z.ZodBoolean;
|
332
|
+
isDefault: z.ZodBoolean;
|
325
333
|
}, "strip", z.ZodTypeAny, {
|
326
334
|
id: string;
|
327
335
|
name: string;
|
@@ -329,6 +337,7 @@ export declare const businessCalendarContract: {
|
|
329
337
|
createdAt: Date;
|
330
338
|
updatedAt: Date;
|
331
339
|
deletedAt: Date | null;
|
340
|
+
isDefault: boolean;
|
332
341
|
isEnabled: boolean;
|
333
342
|
}, {
|
334
343
|
id: string;
|
@@ -337,6 +346,7 @@ export declare const businessCalendarContract: {
|
|
337
346
|
createdAt: Date;
|
338
347
|
updatedAt: Date;
|
339
348
|
deletedAt: Date | null;
|
349
|
+
isDefault: boolean;
|
340
350
|
isEnabled: boolean;
|
341
351
|
}>, "many">;
|
342
352
|
}, "strip", z.ZodTypeAny, {
|
@@ -365,6 +375,7 @@ export declare const businessCalendarContract: {
|
|
365
375
|
createdAt: Date;
|
366
376
|
updatedAt: Date;
|
367
377
|
deletedAt: Date | null;
|
378
|
+
isDefault: boolean;
|
368
379
|
isEnabled: boolean;
|
369
380
|
}[];
|
370
381
|
description?: string | undefined;
|
@@ -394,6 +405,7 @@ export declare const businessCalendarContract: {
|
|
394
405
|
createdAt: Date;
|
395
406
|
updatedAt: Date;
|
396
407
|
deletedAt: Date | null;
|
408
|
+
isDefault: boolean;
|
397
409
|
isEnabled: boolean;
|
398
410
|
}[];
|
399
411
|
description?: string | undefined;
|
@@ -426,6 +438,7 @@ export declare const businessCalendarContract: {
|
|
426
438
|
createdAt: Date;
|
427
439
|
updatedAt: Date;
|
428
440
|
deletedAt: Date | null;
|
441
|
+
isDefault: boolean;
|
429
442
|
isEnabled: boolean;
|
430
443
|
}[];
|
431
444
|
description?: string | undefined;
|
@@ -458,6 +471,7 @@ export declare const businessCalendarContract: {
|
|
458
471
|
createdAt: Date;
|
459
472
|
updatedAt: Date;
|
460
473
|
deletedAt: Date | null;
|
474
|
+
isDefault: boolean;
|
461
475
|
isEnabled: boolean;
|
462
476
|
}[];
|
463
477
|
description?: string | undefined;
|
@@ -610,6 +624,7 @@ export declare const businessCalendarContract: {
|
|
610
624
|
name: z.ZodString;
|
611
625
|
date: z.ZodString;
|
612
626
|
isEnabled: z.ZodBoolean;
|
627
|
+
isDefault: z.ZodBoolean;
|
613
628
|
}, "strip", z.ZodTypeAny, {
|
614
629
|
id: string;
|
615
630
|
name: string;
|
@@ -617,6 +632,7 @@ export declare const businessCalendarContract: {
|
|
617
632
|
createdAt: Date;
|
618
633
|
updatedAt: Date;
|
619
634
|
deletedAt: Date | null;
|
635
|
+
isDefault: boolean;
|
620
636
|
isEnabled: boolean;
|
621
637
|
}, {
|
622
638
|
id: string;
|
@@ -625,6 +641,7 @@ export declare const businessCalendarContract: {
|
|
625
641
|
createdAt: Date;
|
626
642
|
updatedAt: Date;
|
627
643
|
deletedAt: Date | null;
|
644
|
+
isDefault: boolean;
|
628
645
|
isEnabled: boolean;
|
629
646
|
}>, "many">;
|
630
647
|
}, "strip", z.ZodTypeAny, {
|
@@ -653,6 +670,7 @@ export declare const businessCalendarContract: {
|
|
653
670
|
createdAt: Date;
|
654
671
|
updatedAt: Date;
|
655
672
|
deletedAt: Date | null;
|
673
|
+
isDefault: boolean;
|
656
674
|
isEnabled: boolean;
|
657
675
|
}[];
|
658
676
|
description?: string | undefined;
|
@@ -682,6 +700,7 @@ export declare const businessCalendarContract: {
|
|
682
700
|
createdAt: Date;
|
683
701
|
updatedAt: Date;
|
684
702
|
deletedAt: Date | null;
|
703
|
+
isDefault: boolean;
|
685
704
|
isEnabled: boolean;
|
686
705
|
}[];
|
687
706
|
description?: string | undefined;
|
@@ -714,6 +733,7 @@ export declare const businessCalendarContract: {
|
|
714
733
|
createdAt: Date;
|
715
734
|
updatedAt: Date;
|
716
735
|
deletedAt: Date | null;
|
736
|
+
isDefault: boolean;
|
717
737
|
isEnabled: boolean;
|
718
738
|
}[];
|
719
739
|
description?: string | undefined;
|
@@ -746,6 +766,7 @@ export declare const businessCalendarContract: {
|
|
746
766
|
createdAt: Date;
|
747
767
|
updatedAt: Date;
|
748
768
|
deletedAt: Date | null;
|
769
|
+
isDefault: boolean;
|
749
770
|
isEnabled: boolean;
|
750
771
|
}[];
|
751
772
|
description?: string | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/business-calendar/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,cAAc,CAAC;AAKtB,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC1E,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,4BAA4B,CACpC,CAAC;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,wBAAwB
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/business-calendar/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,cAAc,CAAC;AAKtB,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC1E,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,4BAA4B,CACpC,CAAC;AACF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CnC,CAAC"}
|
@@ -32,6 +32,7 @@ export declare const HolidaySchema: z.ZodObject<{
|
|
32
32
|
name: z.ZodString;
|
33
33
|
date: z.ZodString;
|
34
34
|
isEnabled: z.ZodBoolean;
|
35
|
+
isDefault: z.ZodBoolean;
|
35
36
|
}, "strip", z.ZodTypeAny, {
|
36
37
|
id: string;
|
37
38
|
name: string;
|
@@ -39,6 +40,7 @@ export declare const HolidaySchema: z.ZodObject<{
|
|
39
40
|
createdAt: Date;
|
40
41
|
updatedAt: Date;
|
41
42
|
deletedAt: Date | null;
|
43
|
+
isDefault: boolean;
|
42
44
|
isEnabled: boolean;
|
43
45
|
}, {
|
44
46
|
id: string;
|
@@ -47,6 +49,7 @@ export declare const HolidaySchema: z.ZodObject<{
|
|
47
49
|
createdAt: Date;
|
48
50
|
updatedAt: Date;
|
49
51
|
deletedAt: Date | null;
|
52
|
+
isDefault: boolean;
|
50
53
|
isEnabled: boolean;
|
51
54
|
}>;
|
52
55
|
export declare const BusinessCalendarSchema: z.ZodObject<{
|
@@ -93,6 +96,7 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
|
|
93
96
|
name: z.ZodString;
|
94
97
|
date: z.ZodString;
|
95
98
|
isEnabled: z.ZodBoolean;
|
99
|
+
isDefault: z.ZodBoolean;
|
96
100
|
}, "strip", z.ZodTypeAny, {
|
97
101
|
id: string;
|
98
102
|
name: string;
|
@@ -100,6 +104,7 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
|
|
100
104
|
createdAt: Date;
|
101
105
|
updatedAt: Date;
|
102
106
|
deletedAt: Date | null;
|
107
|
+
isDefault: boolean;
|
103
108
|
isEnabled: boolean;
|
104
109
|
}, {
|
105
110
|
id: string;
|
@@ -108,6 +113,7 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
|
|
108
113
|
createdAt: Date;
|
109
114
|
updatedAt: Date;
|
110
115
|
deletedAt: Date | null;
|
116
|
+
isDefault: boolean;
|
111
117
|
isEnabled: boolean;
|
112
118
|
}>, "many">;
|
113
119
|
}, "strip", z.ZodTypeAny, {
|
@@ -136,6 +142,7 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
|
|
136
142
|
createdAt: Date;
|
137
143
|
updatedAt: Date;
|
138
144
|
deletedAt: Date | null;
|
145
|
+
isDefault: boolean;
|
139
146
|
isEnabled: boolean;
|
140
147
|
}[];
|
141
148
|
description?: string | undefined;
|
@@ -165,6 +172,7 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
|
|
165
172
|
createdAt: Date;
|
166
173
|
updatedAt: Date;
|
167
174
|
deletedAt: Date | null;
|
175
|
+
isDefault: boolean;
|
168
176
|
isEnabled: boolean;
|
169
177
|
}[];
|
170
178
|
description?: string | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/business-calendar/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAKpB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAI7B,CAAC;AAEH,eAAO,MAAM,aAAa
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/business-calendar/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAKpB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAI7B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAC"}
|
package/dist/src/contract.d.ts
CHANGED
@@ -716,6 +716,7 @@ export declare const apiContract: {
|
|
716
716
|
firstResponseDate: import("zod").ZodString;
|
717
717
|
resolutionTime: import("zod").ZodNullable<import("zod").ZodString>;
|
718
718
|
resolutionDate: import("zod").ZodString;
|
719
|
+
wrapUpDuration: import("zod").ZodString;
|
719
720
|
slaMeet: import("zod").ZodNullable<import("zod").ZodString>;
|
720
721
|
evaluateForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
721
722
|
id: import("zod").ZodString;
|
@@ -6483,6 +6484,7 @@ export declare const apiContract: {
|
|
6483
6484
|
firstResponseDate: string;
|
6484
6485
|
resolutionTime: string | null;
|
6485
6486
|
resolutionDate: string;
|
6487
|
+
wrapUpDuration: string;
|
6486
6488
|
slaMeet: string | null;
|
6487
6489
|
evaluateForm: {
|
6488
6490
|
id: string;
|
@@ -7243,6 +7245,7 @@ export declare const apiContract: {
|
|
7243
7245
|
firstResponseDate: string;
|
7244
7246
|
resolutionTime: string | null;
|
7245
7247
|
resolutionDate: string;
|
7248
|
+
wrapUpDuration: string;
|
7246
7249
|
slaMeet: string | null;
|
7247
7250
|
evaluateForm: {
|
7248
7251
|
id: string;
|
@@ -8009,6 +8012,7 @@ export declare const apiContract: {
|
|
8009
8012
|
firstResponseDate: string;
|
8010
8013
|
resolutionTime: string | null;
|
8011
8014
|
resolutionDate: string;
|
8015
|
+
wrapUpDuration: string;
|
8012
8016
|
slaMeet: string | null;
|
8013
8017
|
evaluateForm: {
|
8014
8018
|
id: string;
|
@@ -8775,6 +8779,7 @@ export declare const apiContract: {
|
|
8775
8779
|
firstResponseDate: string;
|
8776
8780
|
resolutionTime: string | null;
|
8777
8781
|
resolutionDate: string;
|
8782
|
+
wrapUpDuration: string;
|
8778
8783
|
slaMeet: string | null;
|
8779
8784
|
evaluateForm: {
|
8780
8785
|
id: string;
|
@@ -9529,6 +9534,69 @@ export declare const apiContract: {
|
|
9529
9534
|
'x-client-timezone'?: string | undefined;
|
9530
9535
|
}>>>;
|
9531
9536
|
};
|
9537
|
+
updateSla: {
|
9538
|
+
body: import("zod").ZodObject<{
|
9539
|
+
roomId: import("zod").ZodString;
|
9540
|
+
firstResponseTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
9541
|
+
resolutionTime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
9542
|
+
slaStatus: import("zod").ZodEnum<["meet", "unmeet"]>;
|
9543
|
+
}, "strip", import("zod").ZodTypeAny, {
|
9544
|
+
firstResponseTime: number | null;
|
9545
|
+
resolutionTime: number | null;
|
9546
|
+
roomId: string;
|
9547
|
+
slaStatus: "meet" | "unmeet";
|
9548
|
+
}, {
|
9549
|
+
firstResponseTime: number | null;
|
9550
|
+
resolutionTime: number | null;
|
9551
|
+
roomId: string;
|
9552
|
+
slaStatus: "meet" | "unmeet";
|
9553
|
+
}>;
|
9554
|
+
method: "POST";
|
9555
|
+
responses: {
|
9556
|
+
200: null;
|
9557
|
+
403: import("zod").ZodObject<{
|
9558
|
+
message: import("zod").ZodString;
|
9559
|
+
error: import("zod").ZodAny;
|
9560
|
+
}, "strip", import("zod").ZodTypeAny, {
|
9561
|
+
message: string;
|
9562
|
+
error?: any;
|
9563
|
+
}, {
|
9564
|
+
message: string;
|
9565
|
+
error?: any;
|
9566
|
+
}>;
|
9567
|
+
404: import("zod").ZodObject<{
|
9568
|
+
message: import("zod").ZodString;
|
9569
|
+
error: import("zod").ZodAny;
|
9570
|
+
}, "strip", import("zod").ZodTypeAny, {
|
9571
|
+
message: string;
|
9572
|
+
error?: any;
|
9573
|
+
}, {
|
9574
|
+
message: string;
|
9575
|
+
error?: any;
|
9576
|
+
}>;
|
9577
|
+
500: import("zod").ZodObject<{
|
9578
|
+
message: import("zod").ZodString;
|
9579
|
+
error: import("zod").ZodAny;
|
9580
|
+
}, "strip", import("zod").ZodTypeAny, {
|
9581
|
+
message: string;
|
9582
|
+
error?: any;
|
9583
|
+
}, {
|
9584
|
+
message: string;
|
9585
|
+
error?: any;
|
9586
|
+
}>;
|
9587
|
+
};
|
9588
|
+
path: "/cx-logs";
|
9589
|
+
headers: import("zod").ZodObject<{
|
9590
|
+
'x-tenant': import("zod").ZodString;
|
9591
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
9592
|
+
}, "strip", import("zod").ZodTypeAny, {
|
9593
|
+
'x-tenant': string;
|
9594
|
+
'x-code'?: string | undefined;
|
9595
|
+
}, {
|
9596
|
+
'x-tenant': string;
|
9597
|
+
'x-code'?: string | undefined;
|
9598
|
+
}>;
|
9599
|
+
};
|
9532
9600
|
};
|
9533
9601
|
dashboard: {
|
9534
9602
|
getDashboardData: {
|
@@ -16391,6 +16459,7 @@ export declare const apiContract: {
|
|
16391
16459
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
16392
16460
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
16393
16461
|
note: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
16462
|
+
cxLogId: import("zod").ZodOptional<import("zod").ZodString>;
|
16394
16463
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
16395
16464
|
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
16396
16465
|
categoryIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
@@ -16413,6 +16482,7 @@ export declare const apiContract: {
|
|
16413
16482
|
callFrom?: string | null | undefined;
|
16414
16483
|
callTo?: string | null | undefined;
|
16415
16484
|
note?: string | null | undefined;
|
16485
|
+
cxLogId?: string | undefined;
|
16416
16486
|
type?: string | undefined;
|
16417
16487
|
tags?: string[] | undefined;
|
16418
16488
|
categoryIds?: string[] | undefined;
|
@@ -16427,6 +16497,7 @@ export declare const apiContract: {
|
|
16427
16497
|
callFrom?: string | null | undefined;
|
16428
16498
|
callTo?: string | null | undefined;
|
16429
16499
|
note?: string | null | undefined;
|
16500
|
+
cxLogId?: string | undefined;
|
16430
16501
|
type?: string | undefined;
|
16431
16502
|
tags?: string[] | undefined;
|
16432
16503
|
categoryIds?: string[] | undefined;
|
@@ -183661,6 +183732,7 @@ export declare const businessCalendarContract: {
|
|
183661
183732
|
name: import("zod").ZodString;
|
183662
183733
|
date: import("zod").ZodString;
|
183663
183734
|
isEnabled: import("zod").ZodBoolean;
|
183735
|
+
isDefault: import("zod").ZodBoolean;
|
183664
183736
|
}, "strip", import("zod").ZodTypeAny, {
|
183665
183737
|
id: string;
|
183666
183738
|
name: string;
|
@@ -183668,6 +183740,7 @@ export declare const businessCalendarContract: {
|
|
183668
183740
|
createdAt: Date;
|
183669
183741
|
updatedAt: Date;
|
183670
183742
|
deletedAt: Date | null;
|
183743
|
+
isDefault: boolean;
|
183671
183744
|
isEnabled: boolean;
|
183672
183745
|
}, {
|
183673
183746
|
id: string;
|
@@ -183676,6 +183749,7 @@ export declare const businessCalendarContract: {
|
|
183676
183749
|
createdAt: Date;
|
183677
183750
|
updatedAt: Date;
|
183678
183751
|
deletedAt: Date | null;
|
183752
|
+
isDefault: boolean;
|
183679
183753
|
isEnabled: boolean;
|
183680
183754
|
}>, "many">;
|
183681
183755
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -183704,6 +183778,7 @@ export declare const businessCalendarContract: {
|
|
183704
183778
|
createdAt: Date;
|
183705
183779
|
updatedAt: Date;
|
183706
183780
|
deletedAt: Date | null;
|
183781
|
+
isDefault: boolean;
|
183707
183782
|
isEnabled: boolean;
|
183708
183783
|
}[];
|
183709
183784
|
description?: string | undefined;
|
@@ -183733,6 +183808,7 @@ export declare const businessCalendarContract: {
|
|
183733
183808
|
createdAt: Date;
|
183734
183809
|
updatedAt: Date;
|
183735
183810
|
deletedAt: Date | null;
|
183811
|
+
isDefault: boolean;
|
183736
183812
|
isEnabled: boolean;
|
183737
183813
|
}[];
|
183738
183814
|
description?: string | undefined;
|
@@ -183765,6 +183841,7 @@ export declare const businessCalendarContract: {
|
|
183765
183841
|
createdAt: Date;
|
183766
183842
|
updatedAt: Date;
|
183767
183843
|
deletedAt: Date | null;
|
183844
|
+
isDefault: boolean;
|
183768
183845
|
isEnabled: boolean;
|
183769
183846
|
}[];
|
183770
183847
|
description?: string | undefined;
|
@@ -183797,6 +183874,7 @@ export declare const businessCalendarContract: {
|
|
183797
183874
|
createdAt: Date;
|
183798
183875
|
updatedAt: Date;
|
183799
183876
|
deletedAt: Date | null;
|
183877
|
+
isDefault: boolean;
|
183800
183878
|
isEnabled: boolean;
|
183801
183879
|
}[];
|
183802
183880
|
description?: string | undefined;
|
@@ -183864,6 +183942,7 @@ export declare const businessCalendarContract: {
|
|
183864
183942
|
name: import("zod").ZodString;
|
183865
183943
|
date: import("zod").ZodString;
|
183866
183944
|
isEnabled: import("zod").ZodBoolean;
|
183945
|
+
isDefault: import("zod").ZodBoolean;
|
183867
183946
|
}, "strip", import("zod").ZodTypeAny, {
|
183868
183947
|
id: string;
|
183869
183948
|
name: string;
|
@@ -183871,6 +183950,7 @@ export declare const businessCalendarContract: {
|
|
183871
183950
|
createdAt: Date;
|
183872
183951
|
updatedAt: Date;
|
183873
183952
|
deletedAt: Date | null;
|
183953
|
+
isDefault: boolean;
|
183874
183954
|
isEnabled: boolean;
|
183875
183955
|
}, {
|
183876
183956
|
id: string;
|
@@ -183879,6 +183959,7 @@ export declare const businessCalendarContract: {
|
|
183879
183959
|
createdAt: Date;
|
183880
183960
|
updatedAt: Date;
|
183881
183961
|
deletedAt: Date | null;
|
183962
|
+
isDefault: boolean;
|
183882
183963
|
isEnabled: boolean;
|
183883
183964
|
}>, "many">;
|
183884
183965
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -183907,6 +183988,7 @@ export declare const businessCalendarContract: {
|
|
183907
183988
|
createdAt: Date;
|
183908
183989
|
updatedAt: Date;
|
183909
183990
|
deletedAt: Date | null;
|
183991
|
+
isDefault: boolean;
|
183910
183992
|
isEnabled: boolean;
|
183911
183993
|
}[];
|
183912
183994
|
description?: string | undefined;
|
@@ -183936,6 +184018,7 @@ export declare const businessCalendarContract: {
|
|
183936
184018
|
createdAt: Date;
|
183937
184019
|
updatedAt: Date;
|
183938
184020
|
deletedAt: Date | null;
|
184021
|
+
isDefault: boolean;
|
183939
184022
|
isEnabled: boolean;
|
183940
184023
|
}[];
|
183941
184024
|
description?: string | undefined;
|
@@ -183968,6 +184051,7 @@ export declare const businessCalendarContract: {
|
|
183968
184051
|
createdAt: Date;
|
183969
184052
|
updatedAt: Date;
|
183970
184053
|
deletedAt: Date | null;
|
184054
|
+
isDefault: boolean;
|
183971
184055
|
isEnabled: boolean;
|
183972
184056
|
}[];
|
183973
184057
|
description?: string | undefined;
|
@@ -184000,6 +184084,7 @@ export declare const businessCalendarContract: {
|
|
184000
184084
|
createdAt: Date;
|
184001
184085
|
updatedAt: Date;
|
184002
184086
|
deletedAt: Date | null;
|
184087
|
+
isDefault: boolean;
|
184003
184088
|
isEnabled: boolean;
|
184004
184089
|
}[];
|
184005
184090
|
description?: string | undefined;
|
@@ -184152,6 +184237,7 @@ export declare const businessCalendarContract: {
|
|
184152
184237
|
name: import("zod").ZodString;
|
184153
184238
|
date: import("zod").ZodString;
|
184154
184239
|
isEnabled: import("zod").ZodBoolean;
|
184240
|
+
isDefault: import("zod").ZodBoolean;
|
184155
184241
|
}, "strip", import("zod").ZodTypeAny, {
|
184156
184242
|
id: string;
|
184157
184243
|
name: string;
|
@@ -184159,6 +184245,7 @@ export declare const businessCalendarContract: {
|
|
184159
184245
|
createdAt: Date;
|
184160
184246
|
updatedAt: Date;
|
184161
184247
|
deletedAt: Date | null;
|
184248
|
+
isDefault: boolean;
|
184162
184249
|
isEnabled: boolean;
|
184163
184250
|
}, {
|
184164
184251
|
id: string;
|
@@ -184167,6 +184254,7 @@ export declare const businessCalendarContract: {
|
|
184167
184254
|
createdAt: Date;
|
184168
184255
|
updatedAt: Date;
|
184169
184256
|
deletedAt: Date | null;
|
184257
|
+
isDefault: boolean;
|
184170
184258
|
isEnabled: boolean;
|
184171
184259
|
}>, "many">;
|
184172
184260
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -184195,6 +184283,7 @@ export declare const businessCalendarContract: {
|
|
184195
184283
|
createdAt: Date;
|
184196
184284
|
updatedAt: Date;
|
184197
184285
|
deletedAt: Date | null;
|
184286
|
+
isDefault: boolean;
|
184198
184287
|
isEnabled: boolean;
|
184199
184288
|
}[];
|
184200
184289
|
description?: string | undefined;
|
@@ -184224,6 +184313,7 @@ export declare const businessCalendarContract: {
|
|
184224
184313
|
createdAt: Date;
|
184225
184314
|
updatedAt: Date;
|
184226
184315
|
deletedAt: Date | null;
|
184316
|
+
isDefault: boolean;
|
184227
184317
|
isEnabled: boolean;
|
184228
184318
|
}[];
|
184229
184319
|
description?: string | undefined;
|
@@ -184256,6 +184346,7 @@ export declare const businessCalendarContract: {
|
|
184256
184346
|
createdAt: Date;
|
184257
184347
|
updatedAt: Date;
|
184258
184348
|
deletedAt: Date | null;
|
184349
|
+
isDefault: boolean;
|
184259
184350
|
isEnabled: boolean;
|
184260
184351
|
}[];
|
184261
184352
|
description?: string | undefined;
|
@@ -184288,6 +184379,7 @@ export declare const businessCalendarContract: {
|
|
184288
184379
|
createdAt: Date;
|
184289
184380
|
updatedAt: Date;
|
184290
184381
|
deletedAt: Date | null;
|
184382
|
+
isDefault: boolean;
|
184291
184383
|
isEnabled: boolean;
|
184292
184384
|
}[];
|
184293
184385
|
description?: string | undefined;
|
@@ -226777,6 +226869,16 @@ export declare const workflowContract: {
|
|
226777
226869
|
};
|
226778
226870
|
requestId: string;
|
226779
226871
|
}>;
|
226872
|
+
403: import("zod").ZodObject<{
|
226873
|
+
message: import("zod").ZodString;
|
226874
|
+
error: import("zod").ZodAny;
|
226875
|
+
}, "strip", import("zod").ZodTypeAny, {
|
226876
|
+
message: string;
|
226877
|
+
error?: any;
|
226878
|
+
}, {
|
226879
|
+
message: string;
|
226880
|
+
error?: any;
|
226881
|
+
}>;
|
226780
226882
|
};
|
226781
226883
|
path: "workflow/chat/room/assignee";
|
226782
226884
|
headers: import("zod").ZodObject<{
|