@kl1/contracts 1.1.24 → 1.1.25
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 +2644 -2444
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2642 -2444
- package/dist/index.mjs.map +1 -1
- package/dist/src/business-calendar/index.d.ts +22 -1
- 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/chat/index.d.ts +796 -0
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +189 -21
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +140 -0
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +9091 -305
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +140 -0
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +140 -0
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +140 -0
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +140 -0
- package/dist/src/viber/index.d.ts.map +1 -1
- package/dist/src/webchat/index.d.ts +140 -0
- package/dist/src/webchat/index.d.ts.map +1 -1
- package/dist/src/workflow-rule/index.d.ts +14 -834
- package/dist/src/workflow-rule/index.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;
|
@@ -555,7 +569,7 @@ export declare const businessCalendarContract: {
|
|
555
569
|
}[];
|
556
570
|
description?: string | undefined;
|
557
571
|
}>;
|
558
|
-
method: "
|
572
|
+
method: "POST";
|
559
573
|
pathParams: z.ZodObject<{
|
560
574
|
id: z.ZodString;
|
561
575
|
}, "strip", z.ZodTypeAny, {
|
@@ -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"}
|