@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 +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
package/index.d.ts
CHANGED
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"] = "
|
|
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"] = "
|
|
734
|
+
YouthOrAdult2["BOTH"] = "Both";
|
|
735
735
|
return YouthOrAdult2;
|
|
736
736
|
})(YouthOrAdult || {});
|
|
737
737
|
|