@nyig/models 0.6.11 → 0.6.12

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/index.d.mts CHANGED
@@ -6417,7 +6417,7 @@ type Semester = z.infer<typeof zSemester>;
6417
6417
  declare enum YouthOrAdult {
6418
6418
  YOUTH_ONLY = "Youth only",
6419
6419
  ADULT_ONLY = "Adult only",
6420
- BOTH = "both"
6420
+ BOTH = "Both"
6421
6421
  }
6422
6422
 
6423
6423
  declare const zBEventConfig: z.ZodObject<{
package/index.d.ts CHANGED
@@ -6417,7 +6417,7 @@ type Semester = z.infer<typeof zSemester>;
6417
6417
  declare enum YouthOrAdult {
6418
6418
  YOUTH_ONLY = "Youth only",
6419
6419
  ADULT_ONLY = "Adult only",
6420
- BOTH = "both"
6420
+ BOTH = "Both"
6421
6421
  }
6422
6422
 
6423
6423
  declare const zBEventConfig: z.ZodObject<{
package/index.js CHANGED
@@ -843,7 +843,7 @@ var zEventTicket = addAutoProps(zBEventTicket);
843
843
  var YouthOrAdult = /* @__PURE__ */ ((YouthOrAdult2) => {
844
844
  YouthOrAdult2["YOUTH_ONLY"] = "Youth only";
845
845
  YouthOrAdult2["ADULT_ONLY"] = "Adult only";
846
- YouthOrAdult2["BOTH"] = "both";
846
+ YouthOrAdult2["BOTH"] = "Both";
847
847
  return YouthOrAdult2;
848
848
  })(YouthOrAdult || {});
849
849
 
package/index.mjs CHANGED
@@ -731,7 +731,7 @@ var zEventTicket = addAutoProps(zBEventTicket);
731
731
  var YouthOrAdult = /* @__PURE__ */ ((YouthOrAdult2) => {
732
732
  YouthOrAdult2["YOUTH_ONLY"] = "Youth only";
733
733
  YouthOrAdult2["ADULT_ONLY"] = "Adult only";
734
- YouthOrAdult2["BOTH"] = "both";
734
+ YouthOrAdult2["BOTH"] = "Both";
735
735
  return YouthOrAdult2;
736
736
  })(YouthOrAdult || {});
737
737
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyig/models",
3
- "version": "0.6.11",
3
+ "version": "0.6.12",
4
4
  "license": "MIT",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",