@kl1/contracts 1.1.39-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 +25 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -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 +97 -0
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +64 -1
- package/dist/src/cx-log/index.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
@@ -9534,6 +9534,69 @@ export declare const apiContract: {
|
|
9534
9534
|
'x-client-timezone'?: string | undefined;
|
9535
9535
|
}>>>;
|
9536
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
|
+
};
|
9537
9600
|
};
|
9538
9601
|
dashboard: {
|
9539
9602
|
getDashboardData: {
|
@@ -16396,6 +16459,7 @@ export declare const apiContract: {
|
|
16396
16459
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
16397
16460
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
16398
16461
|
note: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
16462
|
+
cxLogId: import("zod").ZodOptional<import("zod").ZodString>;
|
16399
16463
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
16400
16464
|
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
16401
16465
|
categoryIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
@@ -16418,6 +16482,7 @@ export declare const apiContract: {
|
|
16418
16482
|
callFrom?: string | null | undefined;
|
16419
16483
|
callTo?: string | null | undefined;
|
16420
16484
|
note?: string | null | undefined;
|
16485
|
+
cxLogId?: string | undefined;
|
16421
16486
|
type?: string | undefined;
|
16422
16487
|
tags?: string[] | undefined;
|
16423
16488
|
categoryIds?: string[] | undefined;
|
@@ -16432,6 +16497,7 @@ export declare const apiContract: {
|
|
16432
16497
|
callFrom?: string | null | undefined;
|
16433
16498
|
callTo?: string | null | undefined;
|
16434
16499
|
note?: string | null | undefined;
|
16500
|
+
cxLogId?: string | undefined;
|
16435
16501
|
type?: string | undefined;
|
16436
16502
|
tags?: string[] | undefined;
|
16437
16503
|
categoryIds?: string[] | undefined;
|
@@ -183666,6 +183732,7 @@ export declare const businessCalendarContract: {
|
|
183666
183732
|
name: import("zod").ZodString;
|
183667
183733
|
date: import("zod").ZodString;
|
183668
183734
|
isEnabled: import("zod").ZodBoolean;
|
183735
|
+
isDefault: import("zod").ZodBoolean;
|
183669
183736
|
}, "strip", import("zod").ZodTypeAny, {
|
183670
183737
|
id: string;
|
183671
183738
|
name: string;
|
@@ -183673,6 +183740,7 @@ export declare const businessCalendarContract: {
|
|
183673
183740
|
createdAt: Date;
|
183674
183741
|
updatedAt: Date;
|
183675
183742
|
deletedAt: Date | null;
|
183743
|
+
isDefault: boolean;
|
183676
183744
|
isEnabled: boolean;
|
183677
183745
|
}, {
|
183678
183746
|
id: string;
|
@@ -183681,6 +183749,7 @@ export declare const businessCalendarContract: {
|
|
183681
183749
|
createdAt: Date;
|
183682
183750
|
updatedAt: Date;
|
183683
183751
|
deletedAt: Date | null;
|
183752
|
+
isDefault: boolean;
|
183684
183753
|
isEnabled: boolean;
|
183685
183754
|
}>, "many">;
|
183686
183755
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -183709,6 +183778,7 @@ export declare const businessCalendarContract: {
|
|
183709
183778
|
createdAt: Date;
|
183710
183779
|
updatedAt: Date;
|
183711
183780
|
deletedAt: Date | null;
|
183781
|
+
isDefault: boolean;
|
183712
183782
|
isEnabled: boolean;
|
183713
183783
|
}[];
|
183714
183784
|
description?: string | undefined;
|
@@ -183738,6 +183808,7 @@ export declare const businessCalendarContract: {
|
|
183738
183808
|
createdAt: Date;
|
183739
183809
|
updatedAt: Date;
|
183740
183810
|
deletedAt: Date | null;
|
183811
|
+
isDefault: boolean;
|
183741
183812
|
isEnabled: boolean;
|
183742
183813
|
}[];
|
183743
183814
|
description?: string | undefined;
|
@@ -183770,6 +183841,7 @@ export declare const businessCalendarContract: {
|
|
183770
183841
|
createdAt: Date;
|
183771
183842
|
updatedAt: Date;
|
183772
183843
|
deletedAt: Date | null;
|
183844
|
+
isDefault: boolean;
|
183773
183845
|
isEnabled: boolean;
|
183774
183846
|
}[];
|
183775
183847
|
description?: string | undefined;
|
@@ -183802,6 +183874,7 @@ export declare const businessCalendarContract: {
|
|
183802
183874
|
createdAt: Date;
|
183803
183875
|
updatedAt: Date;
|
183804
183876
|
deletedAt: Date | null;
|
183877
|
+
isDefault: boolean;
|
183805
183878
|
isEnabled: boolean;
|
183806
183879
|
}[];
|
183807
183880
|
description?: string | undefined;
|
@@ -183869,6 +183942,7 @@ export declare const businessCalendarContract: {
|
|
183869
183942
|
name: import("zod").ZodString;
|
183870
183943
|
date: import("zod").ZodString;
|
183871
183944
|
isEnabled: import("zod").ZodBoolean;
|
183945
|
+
isDefault: import("zod").ZodBoolean;
|
183872
183946
|
}, "strip", import("zod").ZodTypeAny, {
|
183873
183947
|
id: string;
|
183874
183948
|
name: string;
|
@@ -183876,6 +183950,7 @@ export declare const businessCalendarContract: {
|
|
183876
183950
|
createdAt: Date;
|
183877
183951
|
updatedAt: Date;
|
183878
183952
|
deletedAt: Date | null;
|
183953
|
+
isDefault: boolean;
|
183879
183954
|
isEnabled: boolean;
|
183880
183955
|
}, {
|
183881
183956
|
id: string;
|
@@ -183884,6 +183959,7 @@ export declare const businessCalendarContract: {
|
|
183884
183959
|
createdAt: Date;
|
183885
183960
|
updatedAt: Date;
|
183886
183961
|
deletedAt: Date | null;
|
183962
|
+
isDefault: boolean;
|
183887
183963
|
isEnabled: boolean;
|
183888
183964
|
}>, "many">;
|
183889
183965
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -183912,6 +183988,7 @@ export declare const businessCalendarContract: {
|
|
183912
183988
|
createdAt: Date;
|
183913
183989
|
updatedAt: Date;
|
183914
183990
|
deletedAt: Date | null;
|
183991
|
+
isDefault: boolean;
|
183915
183992
|
isEnabled: boolean;
|
183916
183993
|
}[];
|
183917
183994
|
description?: string | undefined;
|
@@ -183941,6 +184018,7 @@ export declare const businessCalendarContract: {
|
|
183941
184018
|
createdAt: Date;
|
183942
184019
|
updatedAt: Date;
|
183943
184020
|
deletedAt: Date | null;
|
184021
|
+
isDefault: boolean;
|
183944
184022
|
isEnabled: boolean;
|
183945
184023
|
}[];
|
183946
184024
|
description?: string | undefined;
|
@@ -183973,6 +184051,7 @@ export declare const businessCalendarContract: {
|
|
183973
184051
|
createdAt: Date;
|
183974
184052
|
updatedAt: Date;
|
183975
184053
|
deletedAt: Date | null;
|
184054
|
+
isDefault: boolean;
|
183976
184055
|
isEnabled: boolean;
|
183977
184056
|
}[];
|
183978
184057
|
description?: string | undefined;
|
@@ -184005,6 +184084,7 @@ export declare const businessCalendarContract: {
|
|
184005
184084
|
createdAt: Date;
|
184006
184085
|
updatedAt: Date;
|
184007
184086
|
deletedAt: Date | null;
|
184087
|
+
isDefault: boolean;
|
184008
184088
|
isEnabled: boolean;
|
184009
184089
|
}[];
|
184010
184090
|
description?: string | undefined;
|
@@ -184157,6 +184237,7 @@ export declare const businessCalendarContract: {
|
|
184157
184237
|
name: import("zod").ZodString;
|
184158
184238
|
date: import("zod").ZodString;
|
184159
184239
|
isEnabled: import("zod").ZodBoolean;
|
184240
|
+
isDefault: import("zod").ZodBoolean;
|
184160
184241
|
}, "strip", import("zod").ZodTypeAny, {
|
184161
184242
|
id: string;
|
184162
184243
|
name: string;
|
@@ -184164,6 +184245,7 @@ export declare const businessCalendarContract: {
|
|
184164
184245
|
createdAt: Date;
|
184165
184246
|
updatedAt: Date;
|
184166
184247
|
deletedAt: Date | null;
|
184248
|
+
isDefault: boolean;
|
184167
184249
|
isEnabled: boolean;
|
184168
184250
|
}, {
|
184169
184251
|
id: string;
|
@@ -184172,6 +184254,7 @@ export declare const businessCalendarContract: {
|
|
184172
184254
|
createdAt: Date;
|
184173
184255
|
updatedAt: Date;
|
184174
184256
|
deletedAt: Date | null;
|
184257
|
+
isDefault: boolean;
|
184175
184258
|
isEnabled: boolean;
|
184176
184259
|
}>, "many">;
|
184177
184260
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -184200,6 +184283,7 @@ export declare const businessCalendarContract: {
|
|
184200
184283
|
createdAt: Date;
|
184201
184284
|
updatedAt: Date;
|
184202
184285
|
deletedAt: Date | null;
|
184286
|
+
isDefault: boolean;
|
184203
184287
|
isEnabled: boolean;
|
184204
184288
|
}[];
|
184205
184289
|
description?: string | undefined;
|
@@ -184229,6 +184313,7 @@ export declare const businessCalendarContract: {
|
|
184229
184313
|
createdAt: Date;
|
184230
184314
|
updatedAt: Date;
|
184231
184315
|
deletedAt: Date | null;
|
184316
|
+
isDefault: boolean;
|
184232
184317
|
isEnabled: boolean;
|
184233
184318
|
}[];
|
184234
184319
|
description?: string | undefined;
|
@@ -184261,6 +184346,7 @@ export declare const businessCalendarContract: {
|
|
184261
184346
|
createdAt: Date;
|
184262
184347
|
updatedAt: Date;
|
184263
184348
|
deletedAt: Date | null;
|
184349
|
+
isDefault: boolean;
|
184264
184350
|
isEnabled: boolean;
|
184265
184351
|
}[];
|
184266
184352
|
description?: string | undefined;
|
@@ -184293,6 +184379,7 @@ export declare const businessCalendarContract: {
|
|
184293
184379
|
createdAt: Date;
|
184294
184380
|
updatedAt: Date;
|
184295
184381
|
deletedAt: Date | null;
|
184382
|
+
isDefault: boolean;
|
184296
184383
|
isEnabled: boolean;
|
184297
184384
|
}[];
|
184298
184385
|
description?: string | undefined;
|
@@ -226782,6 +226869,16 @@ export declare const workflowContract: {
|
|
226782
226869
|
};
|
226783
226870
|
requestId: string;
|
226784
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
|
+
}>;
|
226785
226882
|
};
|
226786
226883
|
path: "workflow/chat/room/assignee";
|
226787
226884
|
headers: import("zod").ZodObject<{
|