cogsbox-shape 0.5.28 → 0.5.29

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.
@@ -157,7 +157,7 @@ declare const schemas: {
157
157
  };
158
158
  zodSqlSchema: import("zod").ZodNumber;
159
159
  zodNewSchema: TNewNext;
160
- initialValue: TDefaultNext;
160
+ initialValue: import("zod").TypeOf<TNewNext>;
161
161
  zodClientSchema: import("zod").TypeOf<TNewNext> extends number ? TNewNext : import("zod").ZodUnion<[import("zod").ZodNumber, TNewNext]>;
162
162
  zodValidationSchema: import("zod").TypeOf<TNewNext> extends number ? TNewNext : import("zod").ZodUnion<[import("zod").ZodNumber, TNewNext]>;
163
163
  };
@@ -173,7 +173,7 @@ declare const schemas: {
173
173
  };
174
174
  zodSqlSchema: import("zod").ZodNumber;
175
175
  zodNewSchema: TNewNext;
176
- initialValue: TDefaultNext;
176
+ initialValue: import("zod").TypeOf<TNewNext>;
177
177
  zodClientSchema: import("zod").TypeOf<TNewNext> extends number ? TNewNext : import("zod").ZodUnion<[import("zod").ZodNumber, TNewNext]>;
178
178
  zodValidationSchema: TValidationNext;
179
179
  };
@@ -188,7 +188,7 @@ declare const schemas: {
188
188
  };
189
189
  zodSqlSchema: import("zod").ZodNumber;
190
190
  zodNewSchema: TNewNext;
191
- initialValue: TDefaultNext;
191
+ initialValue: import("zod").TypeOf<TNewNext>;
192
192
  zodClientSchema: import("zod").TypeOf<TNewNext> extends number ? TNewNext : import("zod").ZodUnion<[import("zod").ZodNumber, TNewNext]>;
193
193
  zodValidationSchema: TValidationNext;
194
194
  } & {
@@ -210,7 +210,7 @@ declare const schemas: {
210
210
  };
211
211
  zodSqlSchema: import("zod").ZodNumber;
212
212
  zodNewSchema: TNewNext;
213
- initialValue: TDefaultNext;
213
+ initialValue: import("zod").TypeOf<TNewNext>;
214
214
  zodClientSchema: TClientNext;
215
215
  zodValidationSchema: TClientNext;
216
216
  };
@@ -226,7 +226,7 @@ declare const schemas: {
226
226
  };
227
227
  zodSqlSchema: import("zod").ZodNumber;
228
228
  zodNewSchema: TNewNext;
229
- initialValue: TDefaultNext;
229
+ initialValue: import("zod").TypeOf<TNewNext>;
230
230
  zodClientSchema: TClientNext;
231
231
  zodValidationSchema: TValidationNext;
232
232
  };
@@ -241,7 +241,7 @@ declare const schemas: {
241
241
  };
242
242
  zodSqlSchema: import("zod").ZodNumber;
243
243
  zodNewSchema: TNewNext;
244
- initialValue: TDefaultNext;
244
+ initialValue: import("zod").TypeOf<TNewNext>;
245
245
  zodClientSchema: TClientNext;
246
246
  zodValidationSchema: TValidationNext;
247
247
  } & {
@@ -263,7 +263,7 @@ declare const schemas: {
263
263
  };
264
264
  zodSqlSchema: import("zod").ZodNumber;
265
265
  zodNewSchema: TNewNext;
266
- initialValue: TDefaultNext;
266
+ initialValue: import("zod").TypeOf<TNewNext>;
267
267
  zodClientSchema: TClientNext;
268
268
  zodValidationSchema: TClientNext;
269
269
  } & {
@@ -285,7 +285,7 @@ declare const schemas: {
285
285
  };
286
286
  zodSqlSchema: import("zod").ZodNumber;
287
287
  zodNewSchema: TNewNext;
288
- initialValue: TDefaultNext;
288
+ initialValue: import("zod").TypeOf<TNewNext>;
289
289
  zodClientSchema: import("zod").TypeOf<TNewNext> extends number ? TNewNext : import("zod").ZodUnion<[import("zod").ZodNumber, TNewNext]>;
290
290
  zodValidationSchema: import("zod").TypeOf<TNewNext> extends number ? TNewNext : import("zod").ZodUnion<[import("zod").ZodNumber, TNewNext]>;
291
291
  } & {
@@ -575,7 +575,7 @@ declare const schemas: {
575
575
  };
576
576
  zodSqlSchema: import("zod").ZodString;
577
577
  zodNewSchema: TNewNext;
578
- initialValue: TDefaultNext;
578
+ initialValue: import("zod").TypeOf<TNewNext>;
579
579
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
580
580
  zodValidationSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
581
581
  };
@@ -591,7 +591,7 @@ declare const schemas: {
591
591
  };
592
592
  zodSqlSchema: import("zod").ZodString;
593
593
  zodNewSchema: TNewNext;
594
- initialValue: TDefaultNext;
594
+ initialValue: import("zod").TypeOf<TNewNext>;
595
595
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
596
596
  zodValidationSchema: TValidationNext;
597
597
  };
@@ -606,7 +606,7 @@ declare const schemas: {
606
606
  };
607
607
  zodSqlSchema: import("zod").ZodString;
608
608
  zodNewSchema: TNewNext;
609
- initialValue: TDefaultNext;
609
+ initialValue: import("zod").TypeOf<TNewNext>;
610
610
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
611
611
  zodValidationSchema: TValidationNext;
612
612
  } & {
@@ -628,7 +628,7 @@ declare const schemas: {
628
628
  };
629
629
  zodSqlSchema: import("zod").ZodString;
630
630
  zodNewSchema: TNewNext;
631
- initialValue: TDefaultNext;
631
+ initialValue: import("zod").TypeOf<TNewNext>;
632
632
  zodClientSchema: TClientNext;
633
633
  zodValidationSchema: TClientNext;
634
634
  };
@@ -644,7 +644,7 @@ declare const schemas: {
644
644
  };
645
645
  zodSqlSchema: import("zod").ZodString;
646
646
  zodNewSchema: TNewNext;
647
- initialValue: TDefaultNext;
647
+ initialValue: import("zod").TypeOf<TNewNext>;
648
648
  zodClientSchema: TClientNext;
649
649
  zodValidationSchema: TValidationNext;
650
650
  };
@@ -659,7 +659,7 @@ declare const schemas: {
659
659
  };
660
660
  zodSqlSchema: import("zod").ZodString;
661
661
  zodNewSchema: TNewNext;
662
- initialValue: TDefaultNext;
662
+ initialValue: import("zod").TypeOf<TNewNext>;
663
663
  zodClientSchema: TClientNext;
664
664
  zodValidationSchema: TValidationNext;
665
665
  } & {
@@ -681,7 +681,7 @@ declare const schemas: {
681
681
  };
682
682
  zodSqlSchema: import("zod").ZodString;
683
683
  zodNewSchema: TNewNext;
684
- initialValue: TDefaultNext;
684
+ initialValue: import("zod").TypeOf<TNewNext>;
685
685
  zodClientSchema: TClientNext;
686
686
  zodValidationSchema: TClientNext;
687
687
  } & {
@@ -703,7 +703,7 @@ declare const schemas: {
703
703
  };
704
704
  zodSqlSchema: import("zod").ZodString;
705
705
  zodNewSchema: TNewNext;
706
- initialValue: TDefaultNext;
706
+ initialValue: import("zod").TypeOf<TNewNext>;
707
707
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
708
708
  zodValidationSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
709
709
  } & {
@@ -990,7 +990,7 @@ declare const schemas: {
990
990
  };
991
991
  zodSqlSchema: import("zod").ZodString;
992
992
  zodNewSchema: TNewNext;
993
- initialValue: TDefaultNext;
993
+ initialValue: import("zod").TypeOf<TNewNext>;
994
994
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
995
995
  zodValidationSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
996
996
  };
@@ -1006,7 +1006,7 @@ declare const schemas: {
1006
1006
  };
1007
1007
  zodSqlSchema: import("zod").ZodString;
1008
1008
  zodNewSchema: TNewNext;
1009
- initialValue: TDefaultNext;
1009
+ initialValue: import("zod").TypeOf<TNewNext>;
1010
1010
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1011
1011
  zodValidationSchema: TValidationNext;
1012
1012
  };
@@ -1021,7 +1021,7 @@ declare const schemas: {
1021
1021
  };
1022
1022
  zodSqlSchema: import("zod").ZodString;
1023
1023
  zodNewSchema: TNewNext;
1024
- initialValue: TDefaultNext;
1024
+ initialValue: import("zod").TypeOf<TNewNext>;
1025
1025
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1026
1026
  zodValidationSchema: TValidationNext;
1027
1027
  } & {
@@ -1043,7 +1043,7 @@ declare const schemas: {
1043
1043
  };
1044
1044
  zodSqlSchema: import("zod").ZodString;
1045
1045
  zodNewSchema: TNewNext;
1046
- initialValue: TDefaultNext;
1046
+ initialValue: import("zod").TypeOf<TNewNext>;
1047
1047
  zodClientSchema: TClientNext;
1048
1048
  zodValidationSchema: TClientNext;
1049
1049
  };
@@ -1059,7 +1059,7 @@ declare const schemas: {
1059
1059
  };
1060
1060
  zodSqlSchema: import("zod").ZodString;
1061
1061
  zodNewSchema: TNewNext;
1062
- initialValue: TDefaultNext;
1062
+ initialValue: import("zod").TypeOf<TNewNext>;
1063
1063
  zodClientSchema: TClientNext;
1064
1064
  zodValidationSchema: TValidationNext;
1065
1065
  };
@@ -1074,7 +1074,7 @@ declare const schemas: {
1074
1074
  };
1075
1075
  zodSqlSchema: import("zod").ZodString;
1076
1076
  zodNewSchema: TNewNext;
1077
- initialValue: TDefaultNext;
1077
+ initialValue: import("zod").TypeOf<TNewNext>;
1078
1078
  zodClientSchema: TClientNext;
1079
1079
  zodValidationSchema: TValidationNext;
1080
1080
  } & {
@@ -1096,7 +1096,7 @@ declare const schemas: {
1096
1096
  };
1097
1097
  zodSqlSchema: import("zod").ZodString;
1098
1098
  zodNewSchema: TNewNext;
1099
- initialValue: TDefaultNext;
1099
+ initialValue: import("zod").TypeOf<TNewNext>;
1100
1100
  zodClientSchema: TClientNext;
1101
1101
  zodValidationSchema: TClientNext;
1102
1102
  } & {
@@ -1118,7 +1118,7 @@ declare const schemas: {
1118
1118
  };
1119
1119
  zodSqlSchema: import("zod").ZodString;
1120
1120
  zodNewSchema: TNewNext;
1121
- initialValue: TDefaultNext;
1121
+ initialValue: import("zod").TypeOf<TNewNext>;
1122
1122
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1123
1123
  zodValidationSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1124
1124
  } & {
@@ -1412,7 +1412,7 @@ declare const schemas: {
1412
1412
  };
1413
1413
  zodSqlSchema: import("zod").ZodString;
1414
1414
  zodNewSchema: TNewNext;
1415
- initialValue: TDefaultNext;
1415
+ initialValue: import("zod").TypeOf<TNewNext>;
1416
1416
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1417
1417
  zodValidationSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1418
1418
  };
@@ -1428,7 +1428,7 @@ declare const schemas: {
1428
1428
  };
1429
1429
  zodSqlSchema: import("zod").ZodString;
1430
1430
  zodNewSchema: TNewNext;
1431
- initialValue: TDefaultNext;
1431
+ initialValue: import("zod").TypeOf<TNewNext>;
1432
1432
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1433
1433
  zodValidationSchema: TValidationNext;
1434
1434
  };
@@ -1443,7 +1443,7 @@ declare const schemas: {
1443
1443
  };
1444
1444
  zodSqlSchema: import("zod").ZodString;
1445
1445
  zodNewSchema: TNewNext;
1446
- initialValue: TDefaultNext;
1446
+ initialValue: import("zod").TypeOf<TNewNext>;
1447
1447
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1448
1448
  zodValidationSchema: TValidationNext;
1449
1449
  } & {
@@ -1465,7 +1465,7 @@ declare const schemas: {
1465
1465
  };
1466
1466
  zodSqlSchema: import("zod").ZodString;
1467
1467
  zodNewSchema: TNewNext;
1468
- initialValue: TDefaultNext;
1468
+ initialValue: import("zod").TypeOf<TNewNext>;
1469
1469
  zodClientSchema: TClientNext;
1470
1470
  zodValidationSchema: TClientNext;
1471
1471
  };
@@ -1481,7 +1481,7 @@ declare const schemas: {
1481
1481
  };
1482
1482
  zodSqlSchema: import("zod").ZodString;
1483
1483
  zodNewSchema: TNewNext;
1484
- initialValue: TDefaultNext;
1484
+ initialValue: import("zod").TypeOf<TNewNext>;
1485
1485
  zodClientSchema: TClientNext;
1486
1486
  zodValidationSchema: TValidationNext;
1487
1487
  };
@@ -1496,7 +1496,7 @@ declare const schemas: {
1496
1496
  };
1497
1497
  zodSqlSchema: import("zod").ZodString;
1498
1498
  zodNewSchema: TNewNext;
1499
- initialValue: TDefaultNext;
1499
+ initialValue: import("zod").TypeOf<TNewNext>;
1500
1500
  zodClientSchema: TClientNext;
1501
1501
  zodValidationSchema: TValidationNext;
1502
1502
  } & {
@@ -1518,7 +1518,7 @@ declare const schemas: {
1518
1518
  };
1519
1519
  zodSqlSchema: import("zod").ZodString;
1520
1520
  zodNewSchema: TNewNext;
1521
- initialValue: TDefaultNext;
1521
+ initialValue: import("zod").TypeOf<TNewNext>;
1522
1522
  zodClientSchema: TClientNext;
1523
1523
  zodValidationSchema: TClientNext;
1524
1524
  } & {
@@ -1540,7 +1540,7 @@ declare const schemas: {
1540
1540
  };
1541
1541
  zodSqlSchema: import("zod").ZodString;
1542
1542
  zodNewSchema: TNewNext;
1543
- initialValue: TDefaultNext;
1543
+ initialValue: import("zod").TypeOf<TNewNext>;
1544
1544
  zodClientSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1545
1545
  zodValidationSchema: import("zod").TypeOf<TNewNext> extends string ? TNewNext : import("zod").ZodUnion<[import("zod").ZodString, TNewNext]>;
1546
1546
  } & {
@@ -157,7 +157,7 @@ export declare const userSchema: {
157
157
  };
158
158
  zodSqlSchema: z.ZodNumber;
159
159
  zodNewSchema: TNewNext;
160
- initialValue: TDefaultNext;
160
+ initialValue: z.TypeOf<TNewNext>;
161
161
  zodClientSchema: z.TypeOf<TNewNext> extends number ? TNewNext : z.ZodUnion<[z.ZodNumber, TNewNext]>;
162
162
  zodValidationSchema: z.TypeOf<TNewNext> extends number ? TNewNext : z.ZodUnion<[z.ZodNumber, TNewNext]>;
163
163
  };
@@ -173,7 +173,7 @@ export declare const userSchema: {
173
173
  };
174
174
  zodSqlSchema: z.ZodNumber;
175
175
  zodNewSchema: TNewNext;
176
- initialValue: TDefaultNext;
176
+ initialValue: z.TypeOf<TNewNext>;
177
177
  zodClientSchema: z.TypeOf<TNewNext> extends number ? TNewNext : z.ZodUnion<[z.ZodNumber, TNewNext]>;
178
178
  zodValidationSchema: TValidationNext;
179
179
  };
@@ -188,7 +188,7 @@ export declare const userSchema: {
188
188
  };
189
189
  zodSqlSchema: z.ZodNumber;
190
190
  zodNewSchema: TNewNext;
191
- initialValue: TDefaultNext;
191
+ initialValue: z.TypeOf<TNewNext>;
192
192
  zodClientSchema: z.TypeOf<TNewNext> extends number ? TNewNext : z.ZodUnion<[z.ZodNumber, TNewNext]>;
193
193
  zodValidationSchema: TValidationNext;
194
194
  } & {
@@ -210,7 +210,7 @@ export declare const userSchema: {
210
210
  };
211
211
  zodSqlSchema: z.ZodNumber;
212
212
  zodNewSchema: TNewNext;
213
- initialValue: TDefaultNext;
213
+ initialValue: z.TypeOf<TNewNext>;
214
214
  zodClientSchema: TClientNext;
215
215
  zodValidationSchema: TClientNext;
216
216
  };
@@ -226,7 +226,7 @@ export declare const userSchema: {
226
226
  };
227
227
  zodSqlSchema: z.ZodNumber;
228
228
  zodNewSchema: TNewNext;
229
- initialValue: TDefaultNext;
229
+ initialValue: z.TypeOf<TNewNext>;
230
230
  zodClientSchema: TClientNext;
231
231
  zodValidationSchema: TValidationNext;
232
232
  };
@@ -241,7 +241,7 @@ export declare const userSchema: {
241
241
  };
242
242
  zodSqlSchema: z.ZodNumber;
243
243
  zodNewSchema: TNewNext;
244
- initialValue: TDefaultNext;
244
+ initialValue: z.TypeOf<TNewNext>;
245
245
  zodClientSchema: TClientNext;
246
246
  zodValidationSchema: TValidationNext;
247
247
  } & {
@@ -263,7 +263,7 @@ export declare const userSchema: {
263
263
  };
264
264
  zodSqlSchema: z.ZodNumber;
265
265
  zodNewSchema: TNewNext;
266
- initialValue: TDefaultNext;
266
+ initialValue: z.TypeOf<TNewNext>;
267
267
  zodClientSchema: TClientNext;
268
268
  zodValidationSchema: TClientNext;
269
269
  } & {
@@ -285,7 +285,7 @@ export declare const userSchema: {
285
285
  };
286
286
  zodSqlSchema: z.ZodNumber;
287
287
  zodNewSchema: TNewNext;
288
- initialValue: TDefaultNext;
288
+ initialValue: z.TypeOf<TNewNext>;
289
289
  zodClientSchema: z.TypeOf<TNewNext> extends number ? TNewNext : z.ZodUnion<[z.ZodNumber, TNewNext]>;
290
290
  zodValidationSchema: z.TypeOf<TNewNext> extends number ? TNewNext : z.ZodUnion<[z.ZodNumber, TNewNext]>;
291
291
  } & {
@@ -575,7 +575,7 @@ export declare const userSchema: {
575
575
  };
576
576
  zodSqlSchema: z.ZodString;
577
577
  zodNewSchema: TNewNext;
578
- initialValue: TDefaultNext;
578
+ initialValue: z.TypeOf<TNewNext>;
579
579
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
580
580
  zodValidationSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
581
581
  };
@@ -591,7 +591,7 @@ export declare const userSchema: {
591
591
  };
592
592
  zodSqlSchema: z.ZodString;
593
593
  zodNewSchema: TNewNext;
594
- initialValue: TDefaultNext;
594
+ initialValue: z.TypeOf<TNewNext>;
595
595
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
596
596
  zodValidationSchema: TValidationNext;
597
597
  };
@@ -606,7 +606,7 @@ export declare const userSchema: {
606
606
  };
607
607
  zodSqlSchema: z.ZodString;
608
608
  zodNewSchema: TNewNext;
609
- initialValue: TDefaultNext;
609
+ initialValue: z.TypeOf<TNewNext>;
610
610
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
611
611
  zodValidationSchema: TValidationNext;
612
612
  } & {
@@ -628,7 +628,7 @@ export declare const userSchema: {
628
628
  };
629
629
  zodSqlSchema: z.ZodString;
630
630
  zodNewSchema: TNewNext;
631
- initialValue: TDefaultNext;
631
+ initialValue: z.TypeOf<TNewNext>;
632
632
  zodClientSchema: TClientNext;
633
633
  zodValidationSchema: TClientNext;
634
634
  };
@@ -644,7 +644,7 @@ export declare const userSchema: {
644
644
  };
645
645
  zodSqlSchema: z.ZodString;
646
646
  zodNewSchema: TNewNext;
647
- initialValue: TDefaultNext;
647
+ initialValue: z.TypeOf<TNewNext>;
648
648
  zodClientSchema: TClientNext;
649
649
  zodValidationSchema: TValidationNext;
650
650
  };
@@ -659,7 +659,7 @@ export declare const userSchema: {
659
659
  };
660
660
  zodSqlSchema: z.ZodString;
661
661
  zodNewSchema: TNewNext;
662
- initialValue: TDefaultNext;
662
+ initialValue: z.TypeOf<TNewNext>;
663
663
  zodClientSchema: TClientNext;
664
664
  zodValidationSchema: TValidationNext;
665
665
  } & {
@@ -681,7 +681,7 @@ export declare const userSchema: {
681
681
  };
682
682
  zodSqlSchema: z.ZodString;
683
683
  zodNewSchema: TNewNext;
684
- initialValue: TDefaultNext;
684
+ initialValue: z.TypeOf<TNewNext>;
685
685
  zodClientSchema: TClientNext;
686
686
  zodValidationSchema: TClientNext;
687
687
  } & {
@@ -703,7 +703,7 @@ export declare const userSchema: {
703
703
  };
704
704
  zodSqlSchema: z.ZodString;
705
705
  zodNewSchema: TNewNext;
706
- initialValue: TDefaultNext;
706
+ initialValue: z.TypeOf<TNewNext>;
707
707
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
708
708
  zodValidationSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
709
709
  } & {
@@ -990,7 +990,7 @@ export declare const userSchema: {
990
990
  };
991
991
  zodSqlSchema: z.ZodString;
992
992
  zodNewSchema: TNewNext;
993
- initialValue: TDefaultNext;
993
+ initialValue: z.TypeOf<TNewNext>;
994
994
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
995
995
  zodValidationSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
996
996
  };
@@ -1006,7 +1006,7 @@ export declare const userSchema: {
1006
1006
  };
1007
1007
  zodSqlSchema: z.ZodString;
1008
1008
  zodNewSchema: TNewNext;
1009
- initialValue: TDefaultNext;
1009
+ initialValue: z.TypeOf<TNewNext>;
1010
1010
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1011
1011
  zodValidationSchema: TValidationNext;
1012
1012
  };
@@ -1021,7 +1021,7 @@ export declare const userSchema: {
1021
1021
  };
1022
1022
  zodSqlSchema: z.ZodString;
1023
1023
  zodNewSchema: TNewNext;
1024
- initialValue: TDefaultNext;
1024
+ initialValue: z.TypeOf<TNewNext>;
1025
1025
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1026
1026
  zodValidationSchema: TValidationNext;
1027
1027
  } & {
@@ -1043,7 +1043,7 @@ export declare const userSchema: {
1043
1043
  };
1044
1044
  zodSqlSchema: z.ZodString;
1045
1045
  zodNewSchema: TNewNext;
1046
- initialValue: TDefaultNext;
1046
+ initialValue: z.TypeOf<TNewNext>;
1047
1047
  zodClientSchema: TClientNext;
1048
1048
  zodValidationSchema: TClientNext;
1049
1049
  };
@@ -1059,7 +1059,7 @@ export declare const userSchema: {
1059
1059
  };
1060
1060
  zodSqlSchema: z.ZodString;
1061
1061
  zodNewSchema: TNewNext;
1062
- initialValue: TDefaultNext;
1062
+ initialValue: z.TypeOf<TNewNext>;
1063
1063
  zodClientSchema: TClientNext;
1064
1064
  zodValidationSchema: TValidationNext;
1065
1065
  };
@@ -1074,7 +1074,7 @@ export declare const userSchema: {
1074
1074
  };
1075
1075
  zodSqlSchema: z.ZodString;
1076
1076
  zodNewSchema: TNewNext;
1077
- initialValue: TDefaultNext;
1077
+ initialValue: z.TypeOf<TNewNext>;
1078
1078
  zodClientSchema: TClientNext;
1079
1079
  zodValidationSchema: TValidationNext;
1080
1080
  } & {
@@ -1096,7 +1096,7 @@ export declare const userSchema: {
1096
1096
  };
1097
1097
  zodSqlSchema: z.ZodString;
1098
1098
  zodNewSchema: TNewNext;
1099
- initialValue: TDefaultNext;
1099
+ initialValue: z.TypeOf<TNewNext>;
1100
1100
  zodClientSchema: TClientNext;
1101
1101
  zodValidationSchema: TClientNext;
1102
1102
  } & {
@@ -1118,7 +1118,7 @@ export declare const userSchema: {
1118
1118
  };
1119
1119
  zodSqlSchema: z.ZodString;
1120
1120
  zodNewSchema: TNewNext;
1121
- initialValue: TDefaultNext;
1121
+ initialValue: z.TypeOf<TNewNext>;
1122
1122
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1123
1123
  zodValidationSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1124
1124
  } & {
@@ -1412,7 +1412,7 @@ export declare const petSchema: {
1412
1412
  };
1413
1413
  zodSqlSchema: z.ZodString;
1414
1414
  zodNewSchema: TNewNext;
1415
- initialValue: TDefaultNext;
1415
+ initialValue: z.TypeOf<TNewNext>;
1416
1416
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1417
1417
  zodValidationSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1418
1418
  };
@@ -1428,7 +1428,7 @@ export declare const petSchema: {
1428
1428
  };
1429
1429
  zodSqlSchema: z.ZodString;
1430
1430
  zodNewSchema: TNewNext;
1431
- initialValue: TDefaultNext;
1431
+ initialValue: z.TypeOf<TNewNext>;
1432
1432
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1433
1433
  zodValidationSchema: TValidationNext;
1434
1434
  };
@@ -1443,7 +1443,7 @@ export declare const petSchema: {
1443
1443
  };
1444
1444
  zodSqlSchema: z.ZodString;
1445
1445
  zodNewSchema: TNewNext;
1446
- initialValue: TDefaultNext;
1446
+ initialValue: z.TypeOf<TNewNext>;
1447
1447
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1448
1448
  zodValidationSchema: TValidationNext;
1449
1449
  } & {
@@ -1465,7 +1465,7 @@ export declare const petSchema: {
1465
1465
  };
1466
1466
  zodSqlSchema: z.ZodString;
1467
1467
  zodNewSchema: TNewNext;
1468
- initialValue: TDefaultNext;
1468
+ initialValue: z.TypeOf<TNewNext>;
1469
1469
  zodClientSchema: TClientNext;
1470
1470
  zodValidationSchema: TClientNext;
1471
1471
  };
@@ -1481,7 +1481,7 @@ export declare const petSchema: {
1481
1481
  };
1482
1482
  zodSqlSchema: z.ZodString;
1483
1483
  zodNewSchema: TNewNext;
1484
- initialValue: TDefaultNext;
1484
+ initialValue: z.TypeOf<TNewNext>;
1485
1485
  zodClientSchema: TClientNext;
1486
1486
  zodValidationSchema: TValidationNext;
1487
1487
  };
@@ -1496,7 +1496,7 @@ export declare const petSchema: {
1496
1496
  };
1497
1497
  zodSqlSchema: z.ZodString;
1498
1498
  zodNewSchema: TNewNext;
1499
- initialValue: TDefaultNext;
1499
+ initialValue: z.TypeOf<TNewNext>;
1500
1500
  zodClientSchema: TClientNext;
1501
1501
  zodValidationSchema: TValidationNext;
1502
1502
  } & {
@@ -1518,7 +1518,7 @@ export declare const petSchema: {
1518
1518
  };
1519
1519
  zodSqlSchema: z.ZodString;
1520
1520
  zodNewSchema: TNewNext;
1521
- initialValue: TDefaultNext;
1521
+ initialValue: z.TypeOf<TNewNext>;
1522
1522
  zodClientSchema: TClientNext;
1523
1523
  zodValidationSchema: TClientNext;
1524
1524
  } & {
@@ -1540,7 +1540,7 @@ export declare const petSchema: {
1540
1540
  };
1541
1541
  zodSqlSchema: z.ZodString;
1542
1542
  zodNewSchema: TNewNext;
1543
- initialValue: TDefaultNext;
1543
+ initialValue: z.TypeOf<TNewNext>;
1544
1544
  zodClientSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1545
1545
  zodValidationSchema: z.TypeOf<TNewNext> extends string ? TNewNext : z.ZodUnion<[z.ZodString, TNewNext]>;
1546
1546
  } & {
package/dist/schema.d.ts CHANGED
@@ -239,7 +239,7 @@ export declare const shape: {
239
239
  };
240
240
  zodSqlSchema: z.ZodNumber;
241
241
  zodNewSchema: TNewNext;
242
- initialValue: TDefaultNext;
242
+ initialValue: z.TypeOf<TNewNext>;
243
243
  zodClientSchema: InferSmartClientType<z.ZodNumber, TNewNext>;
244
244
  zodValidationSchema: InferSmartClientType<z.ZodNumber, TNewNext>;
245
245
  };
@@ -258,7 +258,7 @@ export declare const shape: {
258
258
  };
259
259
  zodSqlSchema: z.ZodNumber;
260
260
  zodNewSchema: TNewNext;
261
- initialValue: TDefaultNext;
261
+ initialValue: z.TypeOf<TNewNext>;
262
262
  zodClientSchema: InferSmartClientType<z.ZodNumber, TNewNext>;
263
263
  zodValidationSchema: TValidationNext;
264
264
  };
@@ -276,7 +276,7 @@ export declare const shape: {
276
276
  };
277
277
  zodSqlSchema: z.ZodNumber;
278
278
  zodNewSchema: TNewNext;
279
- initialValue: TDefaultNext;
279
+ initialValue: z.TypeOf<TNewNext>;
280
280
  zodClientSchema: InferSmartClientType<z.ZodNumber, TNewNext>;
281
281
  zodValidationSchema: TValidationNext;
282
282
  } & {
@@ -301,7 +301,7 @@ export declare const shape: {
301
301
  };
302
302
  zodSqlSchema: z.ZodNumber;
303
303
  zodNewSchema: TNewNext;
304
- initialValue: TDefaultNext;
304
+ initialValue: z.TypeOf<TNewNext>;
305
305
  zodClientSchema: TClientNext;
306
306
  zodValidationSchema: TClientNext;
307
307
  };
@@ -320,7 +320,7 @@ export declare const shape: {
320
320
  };
321
321
  zodSqlSchema: z.ZodNumber;
322
322
  zodNewSchema: TNewNext;
323
- initialValue: TDefaultNext;
323
+ initialValue: z.TypeOf<TNewNext>;
324
324
  zodClientSchema: TClientNext;
325
325
  zodValidationSchema: TValidationNext;
326
326
  };
@@ -338,7 +338,7 @@ export declare const shape: {
338
338
  };
339
339
  zodSqlSchema: z.ZodNumber;
340
340
  zodNewSchema: TNewNext;
341
- initialValue: TDefaultNext;
341
+ initialValue: z.TypeOf<TNewNext>;
342
342
  zodClientSchema: TClientNext;
343
343
  zodValidationSchema: TValidationNext;
344
344
  } & {
@@ -363,7 +363,7 @@ export declare const shape: {
363
363
  };
364
364
  zodSqlSchema: z.ZodNumber;
365
365
  zodNewSchema: TNewNext;
366
- initialValue: TDefaultNext;
366
+ initialValue: z.TypeOf<TNewNext>;
367
367
  zodClientSchema: TClientNext;
368
368
  zodValidationSchema: TClientNext;
369
369
  } & {
@@ -388,7 +388,7 @@ export declare const shape: {
388
388
  };
389
389
  zodSqlSchema: z.ZodNumber;
390
390
  zodNewSchema: TNewNext;
391
- initialValue: TDefaultNext;
391
+ initialValue: z.TypeOf<TNewNext>;
392
392
  zodClientSchema: InferSmartClientType<z.ZodNumber, TNewNext>;
393
393
  zodValidationSchema: InferSmartClientType<z.ZodNumber, TNewNext>;
394
394
  } & {
@@ -592,7 +592,7 @@ export declare const shape: {
592
592
  };
593
593
  zodSqlSchema: z.ZodString;
594
594
  zodNewSchema: TNewNext;
595
- initialValue: TDefaultNext;
595
+ initialValue: z.TypeOf<TNewNext>;
596
596
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
597
597
  zodValidationSchema: InferSmartClientType<z.ZodString, TNewNext>;
598
598
  };
@@ -612,7 +612,7 @@ export declare const shape: {
612
612
  };
613
613
  zodSqlSchema: z.ZodString;
614
614
  zodNewSchema: TNewNext;
615
- initialValue: TDefaultNext;
615
+ initialValue: z.TypeOf<TNewNext>;
616
616
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
617
617
  zodValidationSchema: TValidationNext;
618
618
  };
@@ -631,7 +631,7 @@ export declare const shape: {
631
631
  };
632
632
  zodSqlSchema: z.ZodString;
633
633
  zodNewSchema: TNewNext;
634
- initialValue: TDefaultNext;
634
+ initialValue: z.TypeOf<TNewNext>;
635
635
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
636
636
  zodValidationSchema: TValidationNext;
637
637
  } & {
@@ -657,7 +657,7 @@ export declare const shape: {
657
657
  };
658
658
  zodSqlSchema: z.ZodString;
659
659
  zodNewSchema: TNewNext;
660
- initialValue: TDefaultNext;
660
+ initialValue: z.TypeOf<TNewNext>;
661
661
  zodClientSchema: TClientNext;
662
662
  zodValidationSchema: TClientNext;
663
663
  };
@@ -677,7 +677,7 @@ export declare const shape: {
677
677
  };
678
678
  zodSqlSchema: z.ZodString;
679
679
  zodNewSchema: TNewNext;
680
- initialValue: TDefaultNext;
680
+ initialValue: z.TypeOf<TNewNext>;
681
681
  zodClientSchema: TClientNext;
682
682
  zodValidationSchema: TValidationNext;
683
683
  };
@@ -696,7 +696,7 @@ export declare const shape: {
696
696
  };
697
697
  zodSqlSchema: z.ZodString;
698
698
  zodNewSchema: TNewNext;
699
- initialValue: TDefaultNext;
699
+ initialValue: z.TypeOf<TNewNext>;
700
700
  zodClientSchema: TClientNext;
701
701
  zodValidationSchema: TValidationNext;
702
702
  } & {
@@ -722,7 +722,7 @@ export declare const shape: {
722
722
  };
723
723
  zodSqlSchema: z.ZodString;
724
724
  zodNewSchema: TNewNext;
725
- initialValue: TDefaultNext;
725
+ initialValue: z.TypeOf<TNewNext>;
726
726
  zodClientSchema: TClientNext;
727
727
  zodValidationSchema: TClientNext;
728
728
  } & {
@@ -748,7 +748,7 @@ export declare const shape: {
748
748
  };
749
749
  zodSqlSchema: z.ZodString;
750
750
  zodNewSchema: TNewNext;
751
- initialValue: TDefaultNext;
751
+ initialValue: z.TypeOf<TNewNext>;
752
752
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
753
753
  zodValidationSchema: InferSmartClientType<z.ZodString, TNewNext>;
754
754
  } & {
@@ -952,7 +952,7 @@ export declare const shape: {
952
952
  };
953
953
  zodSqlSchema: z.ZodString;
954
954
  zodNewSchema: TNewNext;
955
- initialValue: TDefaultNext;
955
+ initialValue: z.TypeOf<TNewNext>;
956
956
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
957
957
  zodValidationSchema: InferSmartClientType<z.ZodString, TNewNext>;
958
958
  };
@@ -972,7 +972,7 @@ export declare const shape: {
972
972
  };
973
973
  zodSqlSchema: z.ZodString;
974
974
  zodNewSchema: TNewNext;
975
- initialValue: TDefaultNext;
975
+ initialValue: z.TypeOf<TNewNext>;
976
976
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
977
977
  zodValidationSchema: TValidationNext;
978
978
  };
@@ -991,7 +991,7 @@ export declare const shape: {
991
991
  };
992
992
  zodSqlSchema: z.ZodString;
993
993
  zodNewSchema: TNewNext;
994
- initialValue: TDefaultNext;
994
+ initialValue: z.TypeOf<TNewNext>;
995
995
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
996
996
  zodValidationSchema: TValidationNext;
997
997
  } & {
@@ -1017,7 +1017,7 @@ export declare const shape: {
1017
1017
  };
1018
1018
  zodSqlSchema: z.ZodString;
1019
1019
  zodNewSchema: TNewNext;
1020
- initialValue: TDefaultNext;
1020
+ initialValue: z.TypeOf<TNewNext>;
1021
1021
  zodClientSchema: TClientNext;
1022
1022
  zodValidationSchema: TClientNext;
1023
1023
  };
@@ -1037,7 +1037,7 @@ export declare const shape: {
1037
1037
  };
1038
1038
  zodSqlSchema: z.ZodString;
1039
1039
  zodNewSchema: TNewNext;
1040
- initialValue: TDefaultNext;
1040
+ initialValue: z.TypeOf<TNewNext>;
1041
1041
  zodClientSchema: TClientNext;
1042
1042
  zodValidationSchema: TValidationNext;
1043
1043
  };
@@ -1056,7 +1056,7 @@ export declare const shape: {
1056
1056
  };
1057
1057
  zodSqlSchema: z.ZodString;
1058
1058
  zodNewSchema: TNewNext;
1059
- initialValue: TDefaultNext;
1059
+ initialValue: z.TypeOf<TNewNext>;
1060
1060
  zodClientSchema: TClientNext;
1061
1061
  zodValidationSchema: TValidationNext;
1062
1062
  } & {
@@ -1082,7 +1082,7 @@ export declare const shape: {
1082
1082
  };
1083
1083
  zodSqlSchema: z.ZodString;
1084
1084
  zodNewSchema: TNewNext;
1085
- initialValue: TDefaultNext;
1085
+ initialValue: z.TypeOf<TNewNext>;
1086
1086
  zodClientSchema: TClientNext;
1087
1087
  zodValidationSchema: TClientNext;
1088
1088
  } & {
@@ -1108,7 +1108,7 @@ export declare const shape: {
1108
1108
  };
1109
1109
  zodSqlSchema: z.ZodString;
1110
1110
  zodNewSchema: TNewNext;
1111
- initialValue: TDefaultNext;
1111
+ initialValue: z.TypeOf<TNewNext>;
1112
1112
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1113
1113
  zodValidationSchema: InferSmartClientType<z.ZodString, TNewNext>;
1114
1114
  } & {
@@ -1303,7 +1303,7 @@ export declare const shape: {
1303
1303
  };
1304
1304
  zodSqlSchema: z.ZodString;
1305
1305
  zodNewSchema: TNewNext;
1306
- initialValue: TDefaultNext;
1306
+ initialValue: z.TypeOf<TNewNext>;
1307
1307
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1308
1308
  zodValidationSchema: InferSmartClientType<z.ZodString, TNewNext>;
1309
1309
  };
@@ -1322,7 +1322,7 @@ export declare const shape: {
1322
1322
  };
1323
1323
  zodSqlSchema: z.ZodString;
1324
1324
  zodNewSchema: TNewNext;
1325
- initialValue: TDefaultNext;
1325
+ initialValue: z.TypeOf<TNewNext>;
1326
1326
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1327
1327
  zodValidationSchema: TValidationNext;
1328
1328
  };
@@ -1340,7 +1340,7 @@ export declare const shape: {
1340
1340
  };
1341
1341
  zodSqlSchema: z.ZodString;
1342
1342
  zodNewSchema: TNewNext;
1343
- initialValue: TDefaultNext;
1343
+ initialValue: z.TypeOf<TNewNext>;
1344
1344
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1345
1345
  zodValidationSchema: TValidationNext;
1346
1346
  } & {
@@ -1365,7 +1365,7 @@ export declare const shape: {
1365
1365
  };
1366
1366
  zodSqlSchema: z.ZodString;
1367
1367
  zodNewSchema: TNewNext;
1368
- initialValue: TDefaultNext;
1368
+ initialValue: z.TypeOf<TNewNext>;
1369
1369
  zodClientSchema: TClientNext;
1370
1370
  zodValidationSchema: TClientNext;
1371
1371
  };
@@ -1384,7 +1384,7 @@ export declare const shape: {
1384
1384
  };
1385
1385
  zodSqlSchema: z.ZodString;
1386
1386
  zodNewSchema: TNewNext;
1387
- initialValue: TDefaultNext;
1387
+ initialValue: z.TypeOf<TNewNext>;
1388
1388
  zodClientSchema: TClientNext;
1389
1389
  zodValidationSchema: TValidationNext;
1390
1390
  };
@@ -1402,7 +1402,7 @@ export declare const shape: {
1402
1402
  };
1403
1403
  zodSqlSchema: z.ZodString;
1404
1404
  zodNewSchema: TNewNext;
1405
- initialValue: TDefaultNext;
1405
+ initialValue: z.TypeOf<TNewNext>;
1406
1406
  zodClientSchema: TClientNext;
1407
1407
  zodValidationSchema: TValidationNext;
1408
1408
  } & {
@@ -1427,7 +1427,7 @@ export declare const shape: {
1427
1427
  };
1428
1428
  zodSqlSchema: z.ZodString;
1429
1429
  zodNewSchema: TNewNext;
1430
- initialValue: TDefaultNext;
1430
+ initialValue: z.TypeOf<TNewNext>;
1431
1431
  zodClientSchema: TClientNext;
1432
1432
  zodValidationSchema: TClientNext;
1433
1433
  } & {
@@ -1452,7 +1452,7 @@ export declare const shape: {
1452
1452
  };
1453
1453
  zodSqlSchema: z.ZodString;
1454
1454
  zodNewSchema: TNewNext;
1455
- initialValue: TDefaultNext;
1455
+ initialValue: z.TypeOf<TNewNext>;
1456
1456
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1457
1457
  zodValidationSchema: InferSmartClientType<z.ZodString, TNewNext>;
1458
1458
  } & {
@@ -1647,7 +1647,7 @@ export declare const shape: {
1647
1647
  };
1648
1648
  zodSqlSchema: z.ZodString;
1649
1649
  zodNewSchema: TNewNext;
1650
- initialValue: TDefaultNext;
1650
+ initialValue: z.TypeOf<TNewNext>;
1651
1651
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1652
1652
  zodValidationSchema: InferSmartClientType<z.ZodString, TNewNext>;
1653
1653
  };
@@ -1666,7 +1666,7 @@ export declare const shape: {
1666
1666
  };
1667
1667
  zodSqlSchema: z.ZodString;
1668
1668
  zodNewSchema: TNewNext;
1669
- initialValue: TDefaultNext;
1669
+ initialValue: z.TypeOf<TNewNext>;
1670
1670
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1671
1671
  zodValidationSchema: TValidationNext;
1672
1672
  };
@@ -1684,7 +1684,7 @@ export declare const shape: {
1684
1684
  };
1685
1685
  zodSqlSchema: z.ZodString;
1686
1686
  zodNewSchema: TNewNext;
1687
- initialValue: TDefaultNext;
1687
+ initialValue: z.TypeOf<TNewNext>;
1688
1688
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1689
1689
  zodValidationSchema: TValidationNext;
1690
1690
  } & {
@@ -1709,7 +1709,7 @@ export declare const shape: {
1709
1709
  };
1710
1710
  zodSqlSchema: z.ZodString;
1711
1711
  zodNewSchema: TNewNext;
1712
- initialValue: TDefaultNext;
1712
+ initialValue: z.TypeOf<TNewNext>;
1713
1713
  zodClientSchema: TClientNext;
1714
1714
  zodValidationSchema: TClientNext;
1715
1715
  };
@@ -1728,7 +1728,7 @@ export declare const shape: {
1728
1728
  };
1729
1729
  zodSqlSchema: z.ZodString;
1730
1730
  zodNewSchema: TNewNext;
1731
- initialValue: TDefaultNext;
1731
+ initialValue: z.TypeOf<TNewNext>;
1732
1732
  zodClientSchema: TClientNext;
1733
1733
  zodValidationSchema: TValidationNext;
1734
1734
  };
@@ -1746,7 +1746,7 @@ export declare const shape: {
1746
1746
  };
1747
1747
  zodSqlSchema: z.ZodString;
1748
1748
  zodNewSchema: TNewNext;
1749
- initialValue: TDefaultNext;
1749
+ initialValue: z.TypeOf<TNewNext>;
1750
1750
  zodClientSchema: TClientNext;
1751
1751
  zodValidationSchema: TValidationNext;
1752
1752
  } & {
@@ -1771,7 +1771,7 @@ export declare const shape: {
1771
1771
  };
1772
1772
  zodSqlSchema: z.ZodString;
1773
1773
  zodNewSchema: TNewNext;
1774
- initialValue: TDefaultNext;
1774
+ initialValue: z.TypeOf<TNewNext>;
1775
1775
  zodClientSchema: TClientNext;
1776
1776
  zodValidationSchema: TClientNext;
1777
1777
  } & {
@@ -1796,7 +1796,7 @@ export declare const shape: {
1796
1796
  };
1797
1797
  zodSqlSchema: z.ZodString;
1798
1798
  zodNewSchema: TNewNext;
1799
- initialValue: TDefaultNext;
1799
+ initialValue: z.TypeOf<TNewNext>;
1800
1800
  zodClientSchema: InferSmartClientType<z.ZodString, TNewNext>;
1801
1801
  zodValidationSchema: InferSmartClientType<z.ZodString, TNewNext>;
1802
1802
  } & {
@@ -1991,7 +1991,7 @@ export declare const shape: {
1991
1991
  };
1992
1992
  zodSqlSchema: z.ZodBoolean;
1993
1993
  zodNewSchema: TNewNext;
1994
- initialValue: TDefaultNext;
1994
+ initialValue: z.TypeOf<TNewNext>;
1995
1995
  zodClientSchema: InferSmartClientType<z.ZodBoolean, TNewNext>;
1996
1996
  zodValidationSchema: InferSmartClientType<z.ZodBoolean, TNewNext>;
1997
1997
  };
@@ -2010,7 +2010,7 @@ export declare const shape: {
2010
2010
  };
2011
2011
  zodSqlSchema: z.ZodBoolean;
2012
2012
  zodNewSchema: TNewNext;
2013
- initialValue: TDefaultNext;
2013
+ initialValue: z.TypeOf<TNewNext>;
2014
2014
  zodClientSchema: InferSmartClientType<z.ZodBoolean, TNewNext>;
2015
2015
  zodValidationSchema: TValidationNext;
2016
2016
  };
@@ -2028,7 +2028,7 @@ export declare const shape: {
2028
2028
  };
2029
2029
  zodSqlSchema: z.ZodBoolean;
2030
2030
  zodNewSchema: TNewNext;
2031
- initialValue: TDefaultNext;
2031
+ initialValue: z.TypeOf<TNewNext>;
2032
2032
  zodClientSchema: InferSmartClientType<z.ZodBoolean, TNewNext>;
2033
2033
  zodValidationSchema: TValidationNext;
2034
2034
  } & {
@@ -2053,7 +2053,7 @@ export declare const shape: {
2053
2053
  };
2054
2054
  zodSqlSchema: z.ZodBoolean;
2055
2055
  zodNewSchema: TNewNext;
2056
- initialValue: TDefaultNext;
2056
+ initialValue: z.TypeOf<TNewNext>;
2057
2057
  zodClientSchema: TClientNext;
2058
2058
  zodValidationSchema: TClientNext;
2059
2059
  };
@@ -2072,7 +2072,7 @@ export declare const shape: {
2072
2072
  };
2073
2073
  zodSqlSchema: z.ZodBoolean;
2074
2074
  zodNewSchema: TNewNext;
2075
- initialValue: TDefaultNext;
2075
+ initialValue: z.TypeOf<TNewNext>;
2076
2076
  zodClientSchema: TClientNext;
2077
2077
  zodValidationSchema: TValidationNext;
2078
2078
  };
@@ -2090,7 +2090,7 @@ export declare const shape: {
2090
2090
  };
2091
2091
  zodSqlSchema: z.ZodBoolean;
2092
2092
  zodNewSchema: TNewNext;
2093
- initialValue: TDefaultNext;
2093
+ initialValue: z.TypeOf<TNewNext>;
2094
2094
  zodClientSchema: TClientNext;
2095
2095
  zodValidationSchema: TValidationNext;
2096
2096
  } & {
@@ -2115,7 +2115,7 @@ export declare const shape: {
2115
2115
  };
2116
2116
  zodSqlSchema: z.ZodBoolean;
2117
2117
  zodNewSchema: TNewNext;
2118
- initialValue: TDefaultNext;
2118
+ initialValue: z.TypeOf<TNewNext>;
2119
2119
  zodClientSchema: TClientNext;
2120
2120
  zodValidationSchema: TClientNext;
2121
2121
  } & {
@@ -2140,7 +2140,7 @@ export declare const shape: {
2140
2140
  };
2141
2141
  zodSqlSchema: z.ZodBoolean;
2142
2142
  zodNewSchema: TNewNext;
2143
- initialValue: TDefaultNext;
2143
+ initialValue: z.TypeOf<TNewNext>;
2144
2144
  zodClientSchema: InferSmartClientType<z.ZodBoolean, TNewNext>;
2145
2145
  zodValidationSchema: InferSmartClientType<z.ZodBoolean, TNewNext>;
2146
2146
  } & {
@@ -2335,7 +2335,7 @@ export declare const shape: {
2335
2335
  };
2336
2336
  zodSqlSchema: z.ZodDate;
2337
2337
  zodNewSchema: TNewNext;
2338
- initialValue: TDefaultNext;
2338
+ initialValue: z.TypeOf<TNewNext>;
2339
2339
  zodClientSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2340
2340
  zodValidationSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2341
2341
  };
@@ -2354,7 +2354,7 @@ export declare const shape: {
2354
2354
  };
2355
2355
  zodSqlSchema: z.ZodDate;
2356
2356
  zodNewSchema: TNewNext;
2357
- initialValue: TDefaultNext;
2357
+ initialValue: z.TypeOf<TNewNext>;
2358
2358
  zodClientSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2359
2359
  zodValidationSchema: TValidationNext;
2360
2360
  };
@@ -2372,7 +2372,7 @@ export declare const shape: {
2372
2372
  };
2373
2373
  zodSqlSchema: z.ZodDate;
2374
2374
  zodNewSchema: TNewNext;
2375
- initialValue: TDefaultNext;
2375
+ initialValue: z.TypeOf<TNewNext>;
2376
2376
  zodClientSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2377
2377
  zodValidationSchema: TValidationNext;
2378
2378
  } & {
@@ -2397,7 +2397,7 @@ export declare const shape: {
2397
2397
  };
2398
2398
  zodSqlSchema: z.ZodDate;
2399
2399
  zodNewSchema: TNewNext;
2400
- initialValue: TDefaultNext;
2400
+ initialValue: z.TypeOf<TNewNext>;
2401
2401
  zodClientSchema: TClientNext;
2402
2402
  zodValidationSchema: TClientNext;
2403
2403
  };
@@ -2416,7 +2416,7 @@ export declare const shape: {
2416
2416
  };
2417
2417
  zodSqlSchema: z.ZodDate;
2418
2418
  zodNewSchema: TNewNext;
2419
- initialValue: TDefaultNext;
2419
+ initialValue: z.TypeOf<TNewNext>;
2420
2420
  zodClientSchema: TClientNext;
2421
2421
  zodValidationSchema: TValidationNext;
2422
2422
  };
@@ -2434,7 +2434,7 @@ export declare const shape: {
2434
2434
  };
2435
2435
  zodSqlSchema: z.ZodDate;
2436
2436
  zodNewSchema: TNewNext;
2437
- initialValue: TDefaultNext;
2437
+ initialValue: z.TypeOf<TNewNext>;
2438
2438
  zodClientSchema: TClientNext;
2439
2439
  zodValidationSchema: TValidationNext;
2440
2440
  } & {
@@ -2459,7 +2459,7 @@ export declare const shape: {
2459
2459
  };
2460
2460
  zodSqlSchema: z.ZodDate;
2461
2461
  zodNewSchema: TNewNext;
2462
- initialValue: TDefaultNext;
2462
+ initialValue: z.TypeOf<TNewNext>;
2463
2463
  zodClientSchema: TClientNext;
2464
2464
  zodValidationSchema: TClientNext;
2465
2465
  } & {
@@ -2484,7 +2484,7 @@ export declare const shape: {
2484
2484
  };
2485
2485
  zodSqlSchema: z.ZodDate;
2486
2486
  zodNewSchema: TNewNext;
2487
- initialValue: TDefaultNext;
2487
+ initialValue: z.TypeOf<TNewNext>;
2488
2488
  zodClientSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2489
2489
  zodValidationSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2490
2490
  } & {
@@ -2679,7 +2679,7 @@ export declare const shape: {
2679
2679
  };
2680
2680
  zodSqlSchema: z.ZodDate;
2681
2681
  zodNewSchema: TNewNext;
2682
- initialValue: TDefaultNext;
2682
+ initialValue: z.TypeOf<TNewNext>;
2683
2683
  zodClientSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2684
2684
  zodValidationSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2685
2685
  };
@@ -2698,7 +2698,7 @@ export declare const shape: {
2698
2698
  };
2699
2699
  zodSqlSchema: z.ZodDate;
2700
2700
  zodNewSchema: TNewNext;
2701
- initialValue: TDefaultNext;
2701
+ initialValue: z.TypeOf<TNewNext>;
2702
2702
  zodClientSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2703
2703
  zodValidationSchema: TValidationNext;
2704
2704
  };
@@ -2716,7 +2716,7 @@ export declare const shape: {
2716
2716
  };
2717
2717
  zodSqlSchema: z.ZodDate;
2718
2718
  zodNewSchema: TNewNext;
2719
- initialValue: TDefaultNext;
2719
+ initialValue: z.TypeOf<TNewNext>;
2720
2720
  zodClientSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2721
2721
  zodValidationSchema: TValidationNext;
2722
2722
  } & {
@@ -2741,7 +2741,7 @@ export declare const shape: {
2741
2741
  };
2742
2742
  zodSqlSchema: z.ZodDate;
2743
2743
  zodNewSchema: TNewNext;
2744
- initialValue: TDefaultNext;
2744
+ initialValue: z.TypeOf<TNewNext>;
2745
2745
  zodClientSchema: TClientNext;
2746
2746
  zodValidationSchema: TClientNext;
2747
2747
  };
@@ -2760,7 +2760,7 @@ export declare const shape: {
2760
2760
  };
2761
2761
  zodSqlSchema: z.ZodDate;
2762
2762
  zodNewSchema: TNewNext;
2763
- initialValue: TDefaultNext;
2763
+ initialValue: z.TypeOf<TNewNext>;
2764
2764
  zodClientSchema: TClientNext;
2765
2765
  zodValidationSchema: TValidationNext;
2766
2766
  };
@@ -2778,7 +2778,7 @@ export declare const shape: {
2778
2778
  };
2779
2779
  zodSqlSchema: z.ZodDate;
2780
2780
  zodNewSchema: TNewNext;
2781
- initialValue: TDefaultNext;
2781
+ initialValue: z.TypeOf<TNewNext>;
2782
2782
  zodClientSchema: TClientNext;
2783
2783
  zodValidationSchema: TValidationNext;
2784
2784
  } & {
@@ -2803,7 +2803,7 @@ export declare const shape: {
2803
2803
  };
2804
2804
  zodSqlSchema: z.ZodDate;
2805
2805
  zodNewSchema: TNewNext;
2806
- initialValue: TDefaultNext;
2806
+ initialValue: z.TypeOf<TNewNext>;
2807
2807
  zodClientSchema: TClientNext;
2808
2808
  zodValidationSchema: TClientNext;
2809
2809
  } & {
@@ -2828,7 +2828,7 @@ export declare const shape: {
2828
2828
  };
2829
2829
  zodSqlSchema: z.ZodDate;
2830
2830
  zodNewSchema: TNewNext;
2831
- initialValue: TDefaultNext;
2831
+ initialValue: z.TypeOf<TNewNext>;
2832
2832
  zodClientSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2833
2833
  zodValidationSchema: InferSmartClientType<z.ZodDate, TNewNext>;
2834
2834
  } & {
@@ -2969,7 +2969,7 @@ export declare const shape: {
2969
2969
  sql: T;
2970
2970
  zodSqlSchema: SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never;
2971
2971
  zodNewSchema: TNewNext;
2972
- initialValue: TDefaultNext;
2972
+ initialValue: z.TypeOf<TNewNext>;
2973
2973
  zodClientSchema: InferSmartClientType<SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never, TNewNext>;
2974
2974
  zodValidationSchema: InferSmartClientType<SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never, TNewNext>;
2975
2975
  };
@@ -2982,7 +2982,7 @@ export declare const shape: {
2982
2982
  sql: T;
2983
2983
  zodSqlSchema: SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never;
2984
2984
  zodNewSchema: TNewNext;
2985
- initialValue: TDefaultNext;
2985
+ initialValue: z.TypeOf<TNewNext>;
2986
2986
  zodClientSchema: InferSmartClientType<SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never, TNewNext>;
2987
2987
  zodValidationSchema: TValidationNext;
2988
2988
  };
@@ -2994,7 +2994,7 @@ export declare const shape: {
2994
2994
  sql: T;
2995
2995
  zodSqlSchema: SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never;
2996
2996
  zodNewSchema: TNewNext;
2997
- initialValue: TDefaultNext;
2997
+ initialValue: z.TypeOf<TNewNext>;
2998
2998
  zodClientSchema: InferSmartClientType<SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never, TNewNext>;
2999
2999
  zodValidationSchema: TValidationNext;
3000
3000
  } & {
@@ -3013,7 +3013,7 @@ export declare const shape: {
3013
3013
  sql: T;
3014
3014
  zodSqlSchema: SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never;
3015
3015
  zodNewSchema: TNewNext;
3016
- initialValue: TDefaultNext;
3016
+ initialValue: z.TypeOf<TNewNext>;
3017
3017
  zodClientSchema: TClientNext;
3018
3018
  zodValidationSchema: TClientNext;
3019
3019
  };
@@ -3026,7 +3026,7 @@ export declare const shape: {
3026
3026
  sql: T;
3027
3027
  zodSqlSchema: SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never;
3028
3028
  zodNewSchema: TNewNext;
3029
- initialValue: TDefaultNext;
3029
+ initialValue: z.TypeOf<TNewNext>;
3030
3030
  zodClientSchema: TClientNext;
3031
3031
  zodValidationSchema: TValidationNext;
3032
3032
  };
@@ -3038,7 +3038,7 @@ export declare const shape: {
3038
3038
  sql: T;
3039
3039
  zodSqlSchema: SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never;
3040
3040
  zodNewSchema: TNewNext;
3041
- initialValue: TDefaultNext;
3041
+ initialValue: z.TypeOf<TNewNext>;
3042
3042
  zodClientSchema: TClientNext;
3043
3043
  zodValidationSchema: TValidationNext;
3044
3044
  } & {
@@ -3057,7 +3057,7 @@ export declare const shape: {
3057
3057
  sql: T;
3058
3058
  zodSqlSchema: SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never;
3059
3059
  zodNewSchema: TNewNext;
3060
- initialValue: TDefaultNext;
3060
+ initialValue: z.TypeOf<TNewNext>;
3061
3061
  zodClientSchema: TClientNext;
3062
3062
  zodValidationSchema: TClientNext;
3063
3063
  } & {
@@ -3076,7 +3076,7 @@ export declare const shape: {
3076
3076
  sql: T;
3077
3077
  zodSqlSchema: SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never;
3078
3078
  zodNewSchema: TNewNext;
3079
- initialValue: TDefaultNext;
3079
+ initialValue: z.TypeOf<TNewNext>;
3080
3080
  zodClientSchema: InferSmartClientType<SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never, TNewNext>;
3081
3081
  zodValidationSchema: InferSmartClientType<SQLToZodType<T, false> extends z.ZodTypeAny ? SQLToZodType<T, false> : never, TNewNext>;
3082
3082
  } & {
@@ -3096,7 +3096,7 @@ interface IBuilderMethods<T extends SQLType, TSql extends z.ZodTypeAny, TNew ext
3096
3096
  */
3097
3097
  initialState: <TNewNext extends z.ZodTypeAny, TDefaultNext>(schema: ((tools: {
3098
3098
  sql: TSql;
3099
- }) => TNewNext) | TNewNext, defaultValue: () => TDefaultNext) => Builder<"new", T, TSql, TNewNext, TDefaultNext, InferSmartClientType<TSql, TNewNext>, InferSmartClientType<TSql, TNewNext>>;
3099
+ }) => TNewNext) | TNewNext, defaultValue: () => TDefaultNext) => Builder<"new", T, TSql, TNewNext, z.infer<TNewNext>, InferSmartClientType<TSql, TNewNext>, InferSmartClientType<TSql, TNewNext>>;
3100
3100
  /**
3101
3101
  * Defines the schema for data sent to the client.
3102
3102
  * Moves the builder to the 'client' stage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogsbox-shape",
3
- "version": "0.5.28",
3
+ "version": "0.5.29",
4
4
  "description": "A TypeScript library for creating type-safe database schemas with Zod validation, SQL type definitions, and automatic client/server transformations. Unifies client, server, and database types through a single schema definition, with built-in support for relationships and serialization.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",