@kl1/contracts 1.1.43 → 1.1.44

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.
@@ -11,7 +11,6 @@ export declare const businessCalendarContract: {
11
11
  description: z.ZodOptional<z.ZodString>;
12
12
  timeZone: z.ZodString;
13
13
  isEnabled: z.ZodBoolean;
14
- channelIds: z.ZodArray<z.ZodString, "many">;
15
14
  businessHours: z.ZodArray<z.ZodObject<{
16
15
  day: z.ZodString;
17
16
  isEnabled: z.ZodBoolean;
@@ -41,7 +40,6 @@ export declare const businessCalendarContract: {
41
40
  }, "strip", z.ZodTypeAny, {
42
41
  name: string;
43
42
  timeZone: string;
44
- channelIds: string[];
45
43
  isEnabled: boolean;
46
44
  businessHours: {
47
45
  day: string;
@@ -57,7 +55,6 @@ export declare const businessCalendarContract: {
57
55
  }, {
58
56
  name: string;
59
57
  timeZone: string;
60
- channelIds: string[];
61
58
  isEnabled: boolean;
62
59
  businessHours: {
63
60
  day: string;
@@ -85,7 +82,6 @@ export declare const businessCalendarContract: {
85
82
  timeZone: z.ZodString;
86
83
  isEnabled: z.ZodBoolean;
87
84
  isDefault: z.ZodBoolean;
88
- channelIds: z.ZodArray<z.ZodString, "many">;
89
85
  businessHours: z.ZodArray<z.ZodObject<{
90
86
  id: z.ZodString;
91
87
  createdAt: z.ZodDate;
@@ -147,7 +143,6 @@ export declare const businessCalendarContract: {
147
143
  updatedAt: Date;
148
144
  deletedAt: Date | null;
149
145
  isDefault: boolean;
150
- channelIds: string[];
151
146
  isEnabled: boolean;
152
147
  businessHours: {
153
148
  id: string;
@@ -177,7 +172,6 @@ export declare const businessCalendarContract: {
177
172
  updatedAt: Date;
178
173
  deletedAt: Date | null;
179
174
  isDefault: boolean;
180
- channelIds: string[];
181
175
  isEnabled: boolean;
182
176
  businessHours: {
183
177
  id: string;
@@ -210,7 +204,6 @@ export declare const businessCalendarContract: {
210
204
  updatedAt: Date;
211
205
  deletedAt: Date | null;
212
206
  isDefault: boolean;
213
- channelIds: string[];
214
207
  isEnabled: boolean;
215
208
  businessHours: {
216
209
  id: string;
@@ -243,7 +236,6 @@ export declare const businessCalendarContract: {
243
236
  updatedAt: Date;
244
237
  deletedAt: Date | null;
245
238
  isDefault: boolean;
246
- channelIds: string[];
247
239
  isEnabled: boolean;
248
240
  businessHours: {
249
241
  id: string;
@@ -295,7 +287,6 @@ export declare const businessCalendarContract: {
295
287
  timeZone: z.ZodString;
296
288
  isEnabled: z.ZodBoolean;
297
289
  isDefault: z.ZodBoolean;
298
- channelIds: z.ZodArray<z.ZodString, "many">;
299
290
  businessHours: z.ZodArray<z.ZodObject<{
300
291
  id: z.ZodString;
301
292
  createdAt: z.ZodDate;
@@ -357,7 +348,6 @@ export declare const businessCalendarContract: {
357
348
  updatedAt: Date;
358
349
  deletedAt: Date | null;
359
350
  isDefault: boolean;
360
- channelIds: string[];
361
351
  isEnabled: boolean;
362
352
  businessHours: {
363
353
  id: string;
@@ -387,7 +377,6 @@ export declare const businessCalendarContract: {
387
377
  updatedAt: Date;
388
378
  deletedAt: Date | null;
389
379
  isDefault: boolean;
390
- channelIds: string[];
391
380
  isEnabled: boolean;
392
381
  businessHours: {
393
382
  id: string;
@@ -420,7 +409,6 @@ export declare const businessCalendarContract: {
420
409
  updatedAt: Date;
421
410
  deletedAt: Date | null;
422
411
  isDefault: boolean;
423
- channelIds: string[];
424
412
  isEnabled: boolean;
425
413
  businessHours: {
426
414
  id: string;
@@ -453,7 +441,6 @@ export declare const businessCalendarContract: {
453
441
  updatedAt: Date;
454
442
  deletedAt: Date | null;
455
443
  isDefault: boolean;
456
- channelIds: string[];
457
444
  isEnabled: boolean;
458
445
  businessHours: {
459
446
  id: string;
@@ -497,7 +484,6 @@ export declare const businessCalendarContract: {
497
484
  description: z.ZodOptional<z.ZodString>;
498
485
  timeZone: z.ZodString;
499
486
  isEnabled: z.ZodBoolean;
500
- channelIds: z.ZodArray<z.ZodString, "many">;
501
487
  businessHours: z.ZodArray<z.ZodObject<{
502
488
  id: z.ZodString;
503
489
  day: z.ZodString;
@@ -534,7 +520,6 @@ export declare const businessCalendarContract: {
534
520
  id: string;
535
521
  name: string;
536
522
  timeZone: string;
537
- channelIds: string[];
538
523
  isEnabled: boolean;
539
524
  businessHours: {
540
525
  id: string;
@@ -553,7 +538,6 @@ export declare const businessCalendarContract: {
553
538
  id: string;
554
539
  name: string;
555
540
  timeZone: string;
556
- channelIds: string[];
557
541
  isEnabled: boolean;
558
542
  businessHours: {
559
543
  id: string;
@@ -590,7 +574,6 @@ export declare const businessCalendarContract: {
590
574
  timeZone: z.ZodString;
591
575
  isEnabled: z.ZodBoolean;
592
576
  isDefault: z.ZodBoolean;
593
- channelIds: z.ZodArray<z.ZodString, "many">;
594
577
  businessHours: z.ZodArray<z.ZodObject<{
595
578
  id: z.ZodString;
596
579
  createdAt: z.ZodDate;
@@ -652,7 +635,6 @@ export declare const businessCalendarContract: {
652
635
  updatedAt: Date;
653
636
  deletedAt: Date | null;
654
637
  isDefault: boolean;
655
- channelIds: string[];
656
638
  isEnabled: boolean;
657
639
  businessHours: {
658
640
  id: string;
@@ -682,7 +664,6 @@ export declare const businessCalendarContract: {
682
664
  updatedAt: Date;
683
665
  deletedAt: Date | null;
684
666
  isDefault: boolean;
685
- channelIds: string[];
686
667
  isEnabled: boolean;
687
668
  businessHours: {
688
669
  id: string;
@@ -715,7 +696,6 @@ export declare const businessCalendarContract: {
715
696
  updatedAt: Date;
716
697
  deletedAt: Date | null;
717
698
  isDefault: boolean;
718
- channelIds: string[];
719
699
  isEnabled: boolean;
720
700
  businessHours: {
721
701
  id: string;
@@ -748,7 +728,6 @@ export declare const businessCalendarContract: {
748
728
  updatedAt: Date;
749
729
  deletedAt: Date | null;
750
730
  isDefault: boolean;
751
- channelIds: string[];
752
731
  isEnabled: boolean;
753
732
  businessHours: {
754
733
  id: string;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CnC,CAAC"}
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"}
@@ -62,7 +62,6 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
62
62
  timeZone: z.ZodString;
63
63
  isEnabled: z.ZodBoolean;
64
64
  isDefault: z.ZodBoolean;
65
- channelIds: z.ZodArray<z.ZodString, "many">;
66
65
  businessHours: z.ZodArray<z.ZodObject<{
67
66
  id: z.ZodString;
68
67
  createdAt: z.ZodDate;
@@ -124,7 +123,6 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
124
123
  updatedAt: Date;
125
124
  deletedAt: Date | null;
126
125
  isDefault: boolean;
127
- channelIds: string[];
128
126
  isEnabled: boolean;
129
127
  businessHours: {
130
128
  id: string;
@@ -154,7 +152,6 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
154
152
  updatedAt: Date;
155
153
  deletedAt: Date | null;
156
154
  isDefault: boolean;
157
- channelIds: string[];
158
155
  isEnabled: boolean;
159
156
  businessHours: {
160
157
  id: string;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQjC,CAAC"}
@@ -62,7 +62,6 @@ export declare const CreateBusinessCalendarSchema: z.ZodObject<{
62
62
  description: z.ZodOptional<z.ZodString>;
63
63
  timeZone: z.ZodString;
64
64
  isEnabled: z.ZodBoolean;
65
- channelIds: z.ZodArray<z.ZodString, "many">;
66
65
  businessHours: z.ZodArray<z.ZodObject<{
67
66
  day: z.ZodString;
68
67
  isEnabled: z.ZodBoolean;
@@ -92,7 +91,6 @@ export declare const CreateBusinessCalendarSchema: z.ZodObject<{
92
91
  }, "strip", z.ZodTypeAny, {
93
92
  name: string;
94
93
  timeZone: string;
95
- channelIds: string[];
96
94
  isEnabled: boolean;
97
95
  businessHours: {
98
96
  day: string;
@@ -108,7 +106,6 @@ export declare const CreateBusinessCalendarSchema: z.ZodObject<{
108
106
  }, {
109
107
  name: string;
110
108
  timeZone: string;
111
- channelIds: string[];
112
109
  isEnabled: boolean;
113
110
  businessHours: {
114
111
  day: string;
@@ -128,7 +125,6 @@ export declare const UpdateBusinessCalendarSchema: z.ZodObject<{
128
125
  description: z.ZodOptional<z.ZodString>;
129
126
  timeZone: z.ZodString;
130
127
  isEnabled: z.ZodBoolean;
131
- channelIds: z.ZodArray<z.ZodString, "many">;
132
128
  businessHours: z.ZodArray<z.ZodObject<{
133
129
  id: z.ZodString;
134
130
  day: z.ZodString;
@@ -165,7 +161,6 @@ export declare const UpdateBusinessCalendarSchema: z.ZodObject<{
165
161
  id: string;
166
162
  name: string;
167
163
  timeZone: string;
168
- channelIds: string[];
169
164
  isEnabled: boolean;
170
165
  businessHours: {
171
166
  id: string;
@@ -184,7 +179,6 @@ export declare const UpdateBusinessCalendarSchema: z.ZodObject<{
184
179
  id: string;
185
180
  name: string;
186
181
  timeZone: string;
187
- channelIds: string[];
188
182
  isEnabled: boolean;
189
183
  businessHours: {
190
184
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/business-calendar/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;WAM3B,CAAC;AACX,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;WAO3B,CAAC;AAEX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;WAMtB,CAAC;AACX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;WAOtB,CAAC;AAEX,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQvC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASvC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;EAEvC,CAAC"}
1
+ {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/business-calendar/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;WAM3B,CAAC;AACX,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;WAO3B,CAAC;AAEX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;WAMtB,CAAC;AACX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;WAOtB,CAAC;AAEX,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOvC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQvC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;EAEvC,CAAC"}
@@ -221637,7 +221637,6 @@ export declare const businessCalendarContract: {
221637
221637
  description: import("zod").ZodOptional<import("zod").ZodString>;
221638
221638
  timeZone: import("zod").ZodString;
221639
221639
  isEnabled: import("zod").ZodBoolean;
221640
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
221641
221640
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
221642
221641
  day: import("zod").ZodString;
221643
221642
  isEnabled: import("zod").ZodBoolean;
@@ -221667,7 +221666,6 @@ export declare const businessCalendarContract: {
221667
221666
  }, "strip", import("zod").ZodTypeAny, {
221668
221667
  name: string;
221669
221668
  timeZone: string;
221670
- channelIds: string[];
221671
221669
  isEnabled: boolean;
221672
221670
  businessHours: {
221673
221671
  day: string;
@@ -221683,7 +221681,6 @@ export declare const businessCalendarContract: {
221683
221681
  }, {
221684
221682
  name: string;
221685
221683
  timeZone: string;
221686
- channelIds: string[];
221687
221684
  isEnabled: boolean;
221688
221685
  businessHours: {
221689
221686
  day: string;
@@ -221711,7 +221708,6 @@ export declare const businessCalendarContract: {
221711
221708
  timeZone: import("zod").ZodString;
221712
221709
  isEnabled: import("zod").ZodBoolean;
221713
221710
  isDefault: import("zod").ZodBoolean;
221714
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
221715
221711
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
221716
221712
  id: import("zod").ZodString;
221717
221713
  createdAt: import("zod").ZodDate;
@@ -221773,7 +221769,6 @@ export declare const businessCalendarContract: {
221773
221769
  updatedAt: Date;
221774
221770
  deletedAt: Date | null;
221775
221771
  isDefault: boolean;
221776
- channelIds: string[];
221777
221772
  isEnabled: boolean;
221778
221773
  businessHours: {
221779
221774
  id: string;
@@ -221803,7 +221798,6 @@ export declare const businessCalendarContract: {
221803
221798
  updatedAt: Date;
221804
221799
  deletedAt: Date | null;
221805
221800
  isDefault: boolean;
221806
- channelIds: string[];
221807
221801
  isEnabled: boolean;
221808
221802
  businessHours: {
221809
221803
  id: string;
@@ -221836,7 +221830,6 @@ export declare const businessCalendarContract: {
221836
221830
  updatedAt: Date;
221837
221831
  deletedAt: Date | null;
221838
221832
  isDefault: boolean;
221839
- channelIds: string[];
221840
221833
  isEnabled: boolean;
221841
221834
  businessHours: {
221842
221835
  id: string;
@@ -221869,7 +221862,6 @@ export declare const businessCalendarContract: {
221869
221862
  updatedAt: Date;
221870
221863
  deletedAt: Date | null;
221871
221864
  isDefault: boolean;
221872
- channelIds: string[];
221873
221865
  isEnabled: boolean;
221874
221866
  businessHours: {
221875
221867
  id: string;
@@ -221921,7 +221913,6 @@ export declare const businessCalendarContract: {
221921
221913
  timeZone: import("zod").ZodString;
221922
221914
  isEnabled: import("zod").ZodBoolean;
221923
221915
  isDefault: import("zod").ZodBoolean;
221924
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
221925
221916
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
221926
221917
  id: import("zod").ZodString;
221927
221918
  createdAt: import("zod").ZodDate;
@@ -221983,7 +221974,6 @@ export declare const businessCalendarContract: {
221983
221974
  updatedAt: Date;
221984
221975
  deletedAt: Date | null;
221985
221976
  isDefault: boolean;
221986
- channelIds: string[];
221987
221977
  isEnabled: boolean;
221988
221978
  businessHours: {
221989
221979
  id: string;
@@ -222013,7 +222003,6 @@ export declare const businessCalendarContract: {
222013
222003
  updatedAt: Date;
222014
222004
  deletedAt: Date | null;
222015
222005
  isDefault: boolean;
222016
- channelIds: string[];
222017
222006
  isEnabled: boolean;
222018
222007
  businessHours: {
222019
222008
  id: string;
@@ -222046,7 +222035,6 @@ export declare const businessCalendarContract: {
222046
222035
  updatedAt: Date;
222047
222036
  deletedAt: Date | null;
222048
222037
  isDefault: boolean;
222049
- channelIds: string[];
222050
222038
  isEnabled: boolean;
222051
222039
  businessHours: {
222052
222040
  id: string;
@@ -222079,7 +222067,6 @@ export declare const businessCalendarContract: {
222079
222067
  updatedAt: Date;
222080
222068
  deletedAt: Date | null;
222081
222069
  isDefault: boolean;
222082
- channelIds: string[];
222083
222070
  isEnabled: boolean;
222084
222071
  businessHours: {
222085
222072
  id: string;
@@ -222123,7 +222110,6 @@ export declare const businessCalendarContract: {
222123
222110
  description: import("zod").ZodOptional<import("zod").ZodString>;
222124
222111
  timeZone: import("zod").ZodString;
222125
222112
  isEnabled: import("zod").ZodBoolean;
222126
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
222127
222113
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
222128
222114
  id: import("zod").ZodString;
222129
222115
  day: import("zod").ZodString;
@@ -222160,7 +222146,6 @@ export declare const businessCalendarContract: {
222160
222146
  id: string;
222161
222147
  name: string;
222162
222148
  timeZone: string;
222163
- channelIds: string[];
222164
222149
  isEnabled: boolean;
222165
222150
  businessHours: {
222166
222151
  id: string;
@@ -222179,7 +222164,6 @@ export declare const businessCalendarContract: {
222179
222164
  id: string;
222180
222165
  name: string;
222181
222166
  timeZone: string;
222182
- channelIds: string[];
222183
222167
  isEnabled: boolean;
222184
222168
  businessHours: {
222185
222169
  id: string;
@@ -222216,7 +222200,6 @@ export declare const businessCalendarContract: {
222216
222200
  timeZone: import("zod").ZodString;
222217
222201
  isEnabled: import("zod").ZodBoolean;
222218
222202
  isDefault: import("zod").ZodBoolean;
222219
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
222220
222203
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
222221
222204
  id: import("zod").ZodString;
222222
222205
  createdAt: import("zod").ZodDate;
@@ -222278,7 +222261,6 @@ export declare const businessCalendarContract: {
222278
222261
  updatedAt: Date;
222279
222262
  deletedAt: Date | null;
222280
222263
  isDefault: boolean;
222281
- channelIds: string[];
222282
222264
  isEnabled: boolean;
222283
222265
  businessHours: {
222284
222266
  id: string;
@@ -222308,7 +222290,6 @@ export declare const businessCalendarContract: {
222308
222290
  updatedAt: Date;
222309
222291
  deletedAt: Date | null;
222310
222292
  isDefault: boolean;
222311
- channelIds: string[];
222312
222293
  isEnabled: boolean;
222313
222294
  businessHours: {
222314
222295
  id: string;
@@ -222341,7 +222322,6 @@ export declare const businessCalendarContract: {
222341
222322
  updatedAt: Date;
222342
222323
  deletedAt: Date | null;
222343
222324
  isDefault: boolean;
222344
- channelIds: string[];
222345
222325
  isEnabled: boolean;
222346
222326
  businessHours: {
222347
222327
  id: string;
@@ -222374,7 +222354,6 @@ export declare const businessCalendarContract: {
222374
222354
  updatedAt: Date;
222375
222355
  deletedAt: Date | null;
222376
222356
  isDefault: boolean;
222377
- channelIds: string[];
222378
222357
  isEnabled: boolean;
222379
222358
  businessHours: {
222380
222359
  id: string;
@@ -236857,7 +236836,6 @@ export declare const businessCalendarSettingContract: {
236857
236836
  description: import("zod").ZodOptional<import("zod").ZodString>;
236858
236837
  timeZone: import("zod").ZodString;
236859
236838
  isEnabled: import("zod").ZodBoolean;
236860
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
236861
236839
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
236862
236840
  day: import("zod").ZodString;
236863
236841
  isEnabled: import("zod").ZodBoolean;
@@ -236887,7 +236865,6 @@ export declare const businessCalendarSettingContract: {
236887
236865
  }, "strip", import("zod").ZodTypeAny, {
236888
236866
  name: string;
236889
236867
  timeZone: string;
236890
- channelIds: string[];
236891
236868
  isEnabled: boolean;
236892
236869
  businessHours: {
236893
236870
  day: string;
@@ -236903,7 +236880,6 @@ export declare const businessCalendarSettingContract: {
236903
236880
  }, {
236904
236881
  name: string;
236905
236882
  timeZone: string;
236906
- channelIds: string[];
236907
236883
  isEnabled: boolean;
236908
236884
  businessHours: {
236909
236885
  day: string;
@@ -236931,7 +236907,6 @@ export declare const businessCalendarSettingContract: {
236931
236907
  timeZone: import("zod").ZodString;
236932
236908
  isEnabled: import("zod").ZodBoolean;
236933
236909
  isDefault: import("zod").ZodBoolean;
236934
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
236935
236910
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
236936
236911
  id: import("zod").ZodString;
236937
236912
  createdAt: import("zod").ZodDate;
@@ -236993,7 +236968,6 @@ export declare const businessCalendarSettingContract: {
236993
236968
  updatedAt: Date;
236994
236969
  deletedAt: Date | null;
236995
236970
  isDefault: boolean;
236996
- channelIds: string[];
236997
236971
  isEnabled: boolean;
236998
236972
  businessHours: {
236999
236973
  id: string;
@@ -237023,7 +236997,6 @@ export declare const businessCalendarSettingContract: {
237023
236997
  updatedAt: Date;
237024
236998
  deletedAt: Date | null;
237025
236999
  isDefault: boolean;
237026
- channelIds: string[];
237027
237000
  isEnabled: boolean;
237028
237001
  businessHours: {
237029
237002
  id: string;
@@ -237056,7 +237029,6 @@ export declare const businessCalendarSettingContract: {
237056
237029
  updatedAt: Date;
237057
237030
  deletedAt: Date | null;
237058
237031
  isDefault: boolean;
237059
- channelIds: string[];
237060
237032
  isEnabled: boolean;
237061
237033
  businessHours: {
237062
237034
  id: string;
@@ -237089,7 +237061,6 @@ export declare const businessCalendarSettingContract: {
237089
237061
  updatedAt: Date;
237090
237062
  deletedAt: Date | null;
237091
237063
  isDefault: boolean;
237092
- channelIds: string[];
237093
237064
  isEnabled: boolean;
237094
237065
  businessHours: {
237095
237066
  id: string;
@@ -237141,7 +237112,6 @@ export declare const businessCalendarSettingContract: {
237141
237112
  timeZone: import("zod").ZodString;
237142
237113
  isEnabled: import("zod").ZodBoolean;
237143
237114
  isDefault: import("zod").ZodBoolean;
237144
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
237145
237115
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
237146
237116
  id: import("zod").ZodString;
237147
237117
  createdAt: import("zod").ZodDate;
@@ -237203,7 +237173,6 @@ export declare const businessCalendarSettingContract: {
237203
237173
  updatedAt: Date;
237204
237174
  deletedAt: Date | null;
237205
237175
  isDefault: boolean;
237206
- channelIds: string[];
237207
237176
  isEnabled: boolean;
237208
237177
  businessHours: {
237209
237178
  id: string;
@@ -237233,7 +237202,6 @@ export declare const businessCalendarSettingContract: {
237233
237202
  updatedAt: Date;
237234
237203
  deletedAt: Date | null;
237235
237204
  isDefault: boolean;
237236
- channelIds: string[];
237237
237205
  isEnabled: boolean;
237238
237206
  businessHours: {
237239
237207
  id: string;
@@ -237266,7 +237234,6 @@ export declare const businessCalendarSettingContract: {
237266
237234
  updatedAt: Date;
237267
237235
  deletedAt: Date | null;
237268
237236
  isDefault: boolean;
237269
- channelIds: string[];
237270
237237
  isEnabled: boolean;
237271
237238
  businessHours: {
237272
237239
  id: string;
@@ -237299,7 +237266,6 @@ export declare const businessCalendarSettingContract: {
237299
237266
  updatedAt: Date;
237300
237267
  deletedAt: Date | null;
237301
237268
  isDefault: boolean;
237302
- channelIds: string[];
237303
237269
  isEnabled: boolean;
237304
237270
  businessHours: {
237305
237271
  id: string;
@@ -237343,7 +237309,6 @@ export declare const businessCalendarSettingContract: {
237343
237309
  description: import("zod").ZodOptional<import("zod").ZodString>;
237344
237310
  timeZone: import("zod").ZodString;
237345
237311
  isEnabled: import("zod").ZodBoolean;
237346
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
237347
237312
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
237348
237313
  id: import("zod").ZodString;
237349
237314
  day: import("zod").ZodString;
@@ -237380,7 +237345,6 @@ export declare const businessCalendarSettingContract: {
237380
237345
  id: string;
237381
237346
  name: string;
237382
237347
  timeZone: string;
237383
- channelIds: string[];
237384
237348
  isEnabled: boolean;
237385
237349
  businessHours: {
237386
237350
  id: string;
@@ -237399,7 +237363,6 @@ export declare const businessCalendarSettingContract: {
237399
237363
  id: string;
237400
237364
  name: string;
237401
237365
  timeZone: string;
237402
- channelIds: string[];
237403
237366
  isEnabled: boolean;
237404
237367
  businessHours: {
237405
237368
  id: string;
@@ -237436,7 +237399,6 @@ export declare const businessCalendarSettingContract: {
237436
237399
  timeZone: import("zod").ZodString;
237437
237400
  isEnabled: import("zod").ZodBoolean;
237438
237401
  isDefault: import("zod").ZodBoolean;
237439
- channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
237440
237402
  businessHours: import("zod").ZodArray<import("zod").ZodObject<{
237441
237403
  id: import("zod").ZodString;
237442
237404
  createdAt: import("zod").ZodDate;
@@ -237498,7 +237460,6 @@ export declare const businessCalendarSettingContract: {
237498
237460
  updatedAt: Date;
237499
237461
  deletedAt: Date | null;
237500
237462
  isDefault: boolean;
237501
- channelIds: string[];
237502
237463
  isEnabled: boolean;
237503
237464
  businessHours: {
237504
237465
  id: string;
@@ -237528,7 +237489,6 @@ export declare const businessCalendarSettingContract: {
237528
237489
  updatedAt: Date;
237529
237490
  deletedAt: Date | null;
237530
237491
  isDefault: boolean;
237531
- channelIds: string[];
237532
237492
  isEnabled: boolean;
237533
237493
  businessHours: {
237534
237494
  id: string;
@@ -237561,7 +237521,6 @@ export declare const businessCalendarSettingContract: {
237561
237521
  updatedAt: Date;
237562
237522
  deletedAt: Date | null;
237563
237523
  isDefault: boolean;
237564
- channelIds: string[];
237565
237524
  isEnabled: boolean;
237566
237525
  businessHours: {
237567
237526
  id: string;
@@ -237594,7 +237553,6 @@ export declare const businessCalendarSettingContract: {
237594
237553
  updatedAt: Date;
237595
237554
  deletedAt: Date | null;
237596
237555
  isDefault: boolean;
237597
- channelIds: string[];
237598
237556
  isEnabled: boolean;
237599
237557
  businessHours: {
237600
237558
  id: string;