@kl1/contracts 1.1.33-uat → 1.1.34-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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/business-calendar/index.d.ts +16 -1
- package/dist/src/business-calendar/index.d.ts.map +1 -1
- package/dist/src/business-calendar/schema.d.ts +3 -0
- package/dist/src/business-calendar/schema.d.ts.map +1 -1
- package/dist/src/contract.d.ts +16 -1
- package/dist/src/contract.d.ts.map +1 -1
- package/package.json +1 -1
@@ -84,6 +84,7 @@ export declare const businessCalendarContract: {
|
|
84
84
|
description: z.ZodOptional<z.ZodString>;
|
85
85
|
timeZone: z.ZodString;
|
86
86
|
isEnabled: z.ZodBoolean;
|
87
|
+
isDefault: z.ZodBoolean;
|
87
88
|
channelIds: z.ZodArray<z.ZodString, "many">;
|
88
89
|
businessHours: z.ZodArray<z.ZodObject<{
|
89
90
|
id: z.ZodString;
|
@@ -142,6 +143,7 @@ export declare const businessCalendarContract: {
|
|
142
143
|
createdAt: Date;
|
143
144
|
updatedAt: Date;
|
144
145
|
deletedAt: Date | null;
|
146
|
+
isDefault: boolean;
|
145
147
|
channelIds: string[];
|
146
148
|
isEnabled: boolean;
|
147
149
|
businessHours: {
|
@@ -170,6 +172,7 @@ export declare const businessCalendarContract: {
|
|
170
172
|
createdAt: Date;
|
171
173
|
updatedAt: Date;
|
172
174
|
deletedAt: Date | null;
|
175
|
+
isDefault: boolean;
|
173
176
|
channelIds: string[];
|
174
177
|
isEnabled: boolean;
|
175
178
|
businessHours: {
|
@@ -201,6 +204,7 @@ export declare const businessCalendarContract: {
|
|
201
204
|
createdAt: Date;
|
202
205
|
updatedAt: Date;
|
203
206
|
deletedAt: Date | null;
|
207
|
+
isDefault: boolean;
|
204
208
|
channelIds: string[];
|
205
209
|
isEnabled: boolean;
|
206
210
|
businessHours: {
|
@@ -232,6 +236,7 @@ export declare const businessCalendarContract: {
|
|
232
236
|
createdAt: Date;
|
233
237
|
updatedAt: Date;
|
234
238
|
deletedAt: Date | null;
|
239
|
+
isDefault: boolean;
|
235
240
|
channelIds: string[];
|
236
241
|
isEnabled: boolean;
|
237
242
|
businessHours: {
|
@@ -282,6 +287,7 @@ export declare const businessCalendarContract: {
|
|
282
287
|
description: z.ZodOptional<z.ZodString>;
|
283
288
|
timeZone: z.ZodString;
|
284
289
|
isEnabled: z.ZodBoolean;
|
290
|
+
isDefault: z.ZodBoolean;
|
285
291
|
channelIds: z.ZodArray<z.ZodString, "many">;
|
286
292
|
businessHours: z.ZodArray<z.ZodObject<{
|
287
293
|
id: z.ZodString;
|
@@ -340,6 +346,7 @@ export declare const businessCalendarContract: {
|
|
340
346
|
createdAt: Date;
|
341
347
|
updatedAt: Date;
|
342
348
|
deletedAt: Date | null;
|
349
|
+
isDefault: boolean;
|
343
350
|
channelIds: string[];
|
344
351
|
isEnabled: boolean;
|
345
352
|
businessHours: {
|
@@ -368,6 +375,7 @@ export declare const businessCalendarContract: {
|
|
368
375
|
createdAt: Date;
|
369
376
|
updatedAt: Date;
|
370
377
|
deletedAt: Date | null;
|
378
|
+
isDefault: boolean;
|
371
379
|
channelIds: string[];
|
372
380
|
isEnabled: boolean;
|
373
381
|
businessHours: {
|
@@ -399,6 +407,7 @@ export declare const businessCalendarContract: {
|
|
399
407
|
createdAt: Date;
|
400
408
|
updatedAt: Date;
|
401
409
|
deletedAt: Date | null;
|
410
|
+
isDefault: boolean;
|
402
411
|
channelIds: string[];
|
403
412
|
isEnabled: boolean;
|
404
413
|
businessHours: {
|
@@ -430,6 +439,7 @@ export declare const businessCalendarContract: {
|
|
430
439
|
createdAt: Date;
|
431
440
|
updatedAt: Date;
|
432
441
|
deletedAt: Date | null;
|
442
|
+
isDefault: boolean;
|
433
443
|
channelIds: string[];
|
434
444
|
isEnabled: boolean;
|
435
445
|
businessHours: {
|
@@ -545,7 +555,7 @@ export declare const businessCalendarContract: {
|
|
545
555
|
}[];
|
546
556
|
description?: string | undefined;
|
547
557
|
}>;
|
548
|
-
method: "
|
558
|
+
method: "PUT";
|
549
559
|
pathParams: z.ZodObject<{
|
550
560
|
id: z.ZodString;
|
551
561
|
}, "strip", z.ZodTypeAny, {
|
@@ -565,6 +575,7 @@ export declare const businessCalendarContract: {
|
|
565
575
|
description: z.ZodOptional<z.ZodString>;
|
566
576
|
timeZone: z.ZodString;
|
567
577
|
isEnabled: z.ZodBoolean;
|
578
|
+
isDefault: z.ZodBoolean;
|
568
579
|
channelIds: z.ZodArray<z.ZodString, "many">;
|
569
580
|
businessHours: z.ZodArray<z.ZodObject<{
|
570
581
|
id: z.ZodString;
|
@@ -623,6 +634,7 @@ export declare const businessCalendarContract: {
|
|
623
634
|
createdAt: Date;
|
624
635
|
updatedAt: Date;
|
625
636
|
deletedAt: Date | null;
|
637
|
+
isDefault: boolean;
|
626
638
|
channelIds: string[];
|
627
639
|
isEnabled: boolean;
|
628
640
|
businessHours: {
|
@@ -651,6 +663,7 @@ export declare const businessCalendarContract: {
|
|
651
663
|
createdAt: Date;
|
652
664
|
updatedAt: Date;
|
653
665
|
deletedAt: Date | null;
|
666
|
+
isDefault: boolean;
|
654
667
|
channelIds: string[];
|
655
668
|
isEnabled: boolean;
|
656
669
|
businessHours: {
|
@@ -682,6 +695,7 @@ export declare const businessCalendarContract: {
|
|
682
695
|
createdAt: Date;
|
683
696
|
updatedAt: Date;
|
684
697
|
deletedAt: Date | null;
|
698
|
+
isDefault: boolean;
|
685
699
|
channelIds: string[];
|
686
700
|
isEnabled: boolean;
|
687
701
|
businessHours: {
|
@@ -713,6 +727,7 @@ export declare const businessCalendarContract: {
|
|
713
727
|
createdAt: Date;
|
714
728
|
updatedAt: Date;
|
715
729
|
deletedAt: Date | null;
|
730
|
+
isDefault: boolean;
|
716
731
|
channelIds: string[];
|
717
732
|
isEnabled: boolean;
|
718
733
|
businessHours: {
|
@@ -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"}
|
@@ -58,6 +58,7 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
|
|
58
58
|
description: z.ZodOptional<z.ZodString>;
|
59
59
|
timeZone: z.ZodString;
|
60
60
|
isEnabled: z.ZodBoolean;
|
61
|
+
isDefault: z.ZodBoolean;
|
61
62
|
channelIds: z.ZodArray<z.ZodString, "many">;
|
62
63
|
businessHours: z.ZodArray<z.ZodObject<{
|
63
64
|
id: z.ZodString;
|
@@ -116,6 +117,7 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
|
|
116
117
|
createdAt: Date;
|
117
118
|
updatedAt: Date;
|
118
119
|
deletedAt: Date | null;
|
120
|
+
isDefault: boolean;
|
119
121
|
channelIds: string[];
|
120
122
|
isEnabled: boolean;
|
121
123
|
businessHours: {
|
@@ -144,6 +146,7 @@ export declare const BusinessCalendarSchema: z.ZodObject<{
|
|
144
146
|
createdAt: Date;
|
145
147
|
updatedAt: Date;
|
146
148
|
deletedAt: Date | null;
|
149
|
+
isDefault: boolean;
|
147
150
|
channelIds: string[];
|
148
151
|
isEnabled: boolean;
|
149
152
|
businessHours: {
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;EAIxB,CAAC;AAEH,eAAO,MAAM,sBAAsB
|
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;;;;;;;;;;;;;;;;;;;;;;;;EAIxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAC"}
|
package/dist/src/contract.d.ts
CHANGED
@@ -183166,6 +183166,7 @@ export declare const businessCalendarContract: {
|
|
183166
183166
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
183167
183167
|
timeZone: import("zod").ZodString;
|
183168
183168
|
isEnabled: import("zod").ZodBoolean;
|
183169
|
+
isDefault: import("zod").ZodBoolean;
|
183169
183170
|
channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
|
183170
183171
|
businessHours: import("zod").ZodArray<import("zod").ZodObject<{
|
183171
183172
|
id: import("zod").ZodString;
|
@@ -183224,6 +183225,7 @@ export declare const businessCalendarContract: {
|
|
183224
183225
|
createdAt: Date;
|
183225
183226
|
updatedAt: Date;
|
183226
183227
|
deletedAt: Date | null;
|
183228
|
+
isDefault: boolean;
|
183227
183229
|
channelIds: string[];
|
183228
183230
|
isEnabled: boolean;
|
183229
183231
|
businessHours: {
|
@@ -183252,6 +183254,7 @@ export declare const businessCalendarContract: {
|
|
183252
183254
|
createdAt: Date;
|
183253
183255
|
updatedAt: Date;
|
183254
183256
|
deletedAt: Date | null;
|
183257
|
+
isDefault: boolean;
|
183255
183258
|
channelIds: string[];
|
183256
183259
|
isEnabled: boolean;
|
183257
183260
|
businessHours: {
|
@@ -183283,6 +183286,7 @@ export declare const businessCalendarContract: {
|
|
183283
183286
|
createdAt: Date;
|
183284
183287
|
updatedAt: Date;
|
183285
183288
|
deletedAt: Date | null;
|
183289
|
+
isDefault: boolean;
|
183286
183290
|
channelIds: string[];
|
183287
183291
|
isEnabled: boolean;
|
183288
183292
|
businessHours: {
|
@@ -183314,6 +183318,7 @@ export declare const businessCalendarContract: {
|
|
183314
183318
|
createdAt: Date;
|
183315
183319
|
updatedAt: Date;
|
183316
183320
|
deletedAt: Date | null;
|
183321
|
+
isDefault: boolean;
|
183317
183322
|
channelIds: string[];
|
183318
183323
|
isEnabled: boolean;
|
183319
183324
|
businessHours: {
|
@@ -183364,6 +183369,7 @@ export declare const businessCalendarContract: {
|
|
183364
183369
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
183365
183370
|
timeZone: import("zod").ZodString;
|
183366
183371
|
isEnabled: import("zod").ZodBoolean;
|
183372
|
+
isDefault: import("zod").ZodBoolean;
|
183367
183373
|
channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
|
183368
183374
|
businessHours: import("zod").ZodArray<import("zod").ZodObject<{
|
183369
183375
|
id: import("zod").ZodString;
|
@@ -183422,6 +183428,7 @@ export declare const businessCalendarContract: {
|
|
183422
183428
|
createdAt: Date;
|
183423
183429
|
updatedAt: Date;
|
183424
183430
|
deletedAt: Date | null;
|
183431
|
+
isDefault: boolean;
|
183425
183432
|
channelIds: string[];
|
183426
183433
|
isEnabled: boolean;
|
183427
183434
|
businessHours: {
|
@@ -183450,6 +183457,7 @@ export declare const businessCalendarContract: {
|
|
183450
183457
|
createdAt: Date;
|
183451
183458
|
updatedAt: Date;
|
183452
183459
|
deletedAt: Date | null;
|
183460
|
+
isDefault: boolean;
|
183453
183461
|
channelIds: string[];
|
183454
183462
|
isEnabled: boolean;
|
183455
183463
|
businessHours: {
|
@@ -183481,6 +183489,7 @@ export declare const businessCalendarContract: {
|
|
183481
183489
|
createdAt: Date;
|
183482
183490
|
updatedAt: Date;
|
183483
183491
|
deletedAt: Date | null;
|
183492
|
+
isDefault: boolean;
|
183484
183493
|
channelIds: string[];
|
183485
183494
|
isEnabled: boolean;
|
183486
183495
|
businessHours: {
|
@@ -183512,6 +183521,7 @@ export declare const businessCalendarContract: {
|
|
183512
183521
|
createdAt: Date;
|
183513
183522
|
updatedAt: Date;
|
183514
183523
|
deletedAt: Date | null;
|
183524
|
+
isDefault: boolean;
|
183515
183525
|
channelIds: string[];
|
183516
183526
|
isEnabled: boolean;
|
183517
183527
|
businessHours: {
|
@@ -183627,7 +183637,7 @@ export declare const businessCalendarContract: {
|
|
183627
183637
|
}[];
|
183628
183638
|
description?: string | undefined;
|
183629
183639
|
}>;
|
183630
|
-
method: "
|
183640
|
+
method: "PUT";
|
183631
183641
|
pathParams: import("zod").ZodObject<{
|
183632
183642
|
id: import("zod").ZodString;
|
183633
183643
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -183647,6 +183657,7 @@ export declare const businessCalendarContract: {
|
|
183647
183657
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
183648
183658
|
timeZone: import("zod").ZodString;
|
183649
183659
|
isEnabled: import("zod").ZodBoolean;
|
183660
|
+
isDefault: import("zod").ZodBoolean;
|
183650
183661
|
channelIds: import("zod").ZodArray<import("zod").ZodString, "many">;
|
183651
183662
|
businessHours: import("zod").ZodArray<import("zod").ZodObject<{
|
183652
183663
|
id: import("zod").ZodString;
|
@@ -183705,6 +183716,7 @@ export declare const businessCalendarContract: {
|
|
183705
183716
|
createdAt: Date;
|
183706
183717
|
updatedAt: Date;
|
183707
183718
|
deletedAt: Date | null;
|
183719
|
+
isDefault: boolean;
|
183708
183720
|
channelIds: string[];
|
183709
183721
|
isEnabled: boolean;
|
183710
183722
|
businessHours: {
|
@@ -183733,6 +183745,7 @@ export declare const businessCalendarContract: {
|
|
183733
183745
|
createdAt: Date;
|
183734
183746
|
updatedAt: Date;
|
183735
183747
|
deletedAt: Date | null;
|
183748
|
+
isDefault: boolean;
|
183736
183749
|
channelIds: string[];
|
183737
183750
|
isEnabled: boolean;
|
183738
183751
|
businessHours: {
|
@@ -183764,6 +183777,7 @@ export declare const businessCalendarContract: {
|
|
183764
183777
|
createdAt: Date;
|
183765
183778
|
updatedAt: Date;
|
183766
183779
|
deletedAt: Date | null;
|
183780
|
+
isDefault: boolean;
|
183767
183781
|
channelIds: string[];
|
183768
183782
|
isEnabled: boolean;
|
183769
183783
|
businessHours: {
|
@@ -183795,6 +183809,7 @@ export declare const businessCalendarContract: {
|
|
183795
183809
|
createdAt: Date;
|
183796
183810
|
updatedAt: Date;
|
183797
183811
|
deletedAt: Date | null;
|
183812
|
+
isDefault: boolean;
|
183798
183813
|
channelIds: string[];
|
183799
183814
|
isEnabled: boolean;
|
183800
183815
|
businessHours: {
|