@nyig/models 0.6.13 → 0.6.14

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
@@ -6476,7 +6476,7 @@ declare const zBEventConfig: z.ZodObject<{
6476
6476
  * If false, the tournament is not viewable in public APIs
6477
6477
  * admin console can still see it
6478
6478
  */
6479
- isHidden: z.ZodBoolean;
6479
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6480
6480
  /**
6481
6481
  * Defines the registration of youth and adults in the event
6482
6482
  */
@@ -6511,10 +6511,10 @@ declare const zBEventConfig: z.ZodObject<{
6511
6511
  shortDescription: string;
6512
6512
  tickets: string[];
6513
6513
  canRegister: boolean;
6514
- isHidden: boolean;
6515
6514
  location?: string | undefined;
6516
6515
  ticketsStepDescription?: string | undefined;
6517
6516
  participantStepDescription?: string | undefined;
6517
+ isHidden?: boolean | undefined;
6518
6518
  youthOrAdult?: YouthOrAdult | undefined;
6519
6519
  donationsDisabled?: boolean | undefined;
6520
6520
  image?: {
@@ -6532,10 +6532,10 @@ declare const zBEventConfig: z.ZodObject<{
6532
6532
  shortDescription: string;
6533
6533
  tickets: string[];
6534
6534
  canRegister: boolean;
6535
- isHidden: boolean;
6536
6535
  location?: string | undefined;
6537
6536
  ticketsStepDescription?: string | undefined;
6538
6537
  participantStepDescription?: string | undefined;
6538
+ isHidden?: boolean | undefined;
6539
6539
  youthOrAdult?: YouthOrAdult | undefined;
6540
6540
  donationsDisabled?: boolean | undefined;
6541
6541
  image?: {
@@ -6600,7 +6600,7 @@ declare const zEventConfig: z.ZodObject<{
6600
6600
  * If false, the tournament is not viewable in public APIs
6601
6601
  * admin console can still see it
6602
6602
  */
6603
- isHidden: z.ZodBoolean;
6603
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6604
6604
  /**
6605
6605
  * Defines the registration of youth and adults in the event
6606
6606
  */
@@ -6641,13 +6641,13 @@ declare const zEventConfig: z.ZodObject<{
6641
6641
  shortDescription: string;
6642
6642
  tickets: string[];
6643
6643
  canRegister: boolean;
6644
- isHidden: boolean;
6645
6644
  editedBy?: string | undefined;
6646
6645
  createdAt?: string | undefined;
6647
6646
  updatedAt?: string | undefined;
6648
6647
  location?: string | undefined;
6649
6648
  ticketsStepDescription?: string | undefined;
6650
6649
  participantStepDescription?: string | undefined;
6650
+ isHidden?: boolean | undefined;
6651
6651
  youthOrAdult?: YouthOrAdult | undefined;
6652
6652
  donationsDisabled?: boolean | undefined;
6653
6653
  image?: {
@@ -6666,13 +6666,13 @@ declare const zEventConfig: z.ZodObject<{
6666
6666
  shortDescription: string;
6667
6667
  tickets: string[];
6668
6668
  canRegister: boolean;
6669
- isHidden: boolean;
6670
6669
  editedBy?: string | undefined;
6671
6670
  createdAt?: string | undefined;
6672
6671
  updatedAt?: string | undefined;
6673
6672
  location?: string | undefined;
6674
6673
  ticketsStepDescription?: string | undefined;
6675
6674
  participantStepDescription?: string | undefined;
6675
+ isHidden?: boolean | undefined;
6676
6676
  youthOrAdult?: YouthOrAdult | undefined;
6677
6677
  donationsDisabled?: boolean | undefined;
6678
6678
  image?: {
@@ -6693,7 +6693,7 @@ declare const zEventConfigResponse: z.ZodObject<{
6693
6693
  ticketsStepDescription: z.ZodOptional<z.ZodString>;
6694
6694
  participantStepDescription: z.ZodOptional<z.ZodString>;
6695
6695
  canRegister: z.ZodBoolean;
6696
- isHidden: z.ZodBoolean;
6696
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6697
6697
  youthOrAdult: z.ZodOptional<z.ZodNativeEnum<typeof YouthOrAdult>>;
6698
6698
  donationsDisabled: z.ZodOptional<z.ZodBoolean>;
6699
6699
  image: z.ZodOptional<z.ZodObject<{
@@ -6771,13 +6771,13 @@ declare const zEventConfigResponse: z.ZodObject<{
6771
6771
  maxPerOrder?: number | undefined;
6772
6772
  }[];
6773
6773
  canRegister: boolean;
6774
- isHidden: boolean;
6775
6774
  editedBy?: string | undefined;
6776
6775
  createdAt?: string | undefined;
6777
6776
  updatedAt?: string | undefined;
6778
6777
  location?: string | undefined;
6779
6778
  ticketsStepDescription?: string | undefined;
6780
6779
  participantStepDescription?: string | undefined;
6780
+ isHidden?: boolean | undefined;
6781
6781
  youthOrAdult?: YouthOrAdult | undefined;
6782
6782
  donationsDisabled?: boolean | undefined;
6783
6783
  image?: {
@@ -6807,13 +6807,13 @@ declare const zEventConfigResponse: z.ZodObject<{
6807
6807
  maxPerOrder?: number | undefined;
6808
6808
  }[];
6809
6809
  canRegister: boolean;
6810
- isHidden: boolean;
6811
6810
  editedBy?: string | undefined;
6812
6811
  createdAt?: string | undefined;
6813
6812
  updatedAt?: string | undefined;
6814
6813
  location?: string | undefined;
6815
6814
  ticketsStepDescription?: string | undefined;
6816
6815
  participantStepDescription?: string | undefined;
6816
+ isHidden?: boolean | undefined;
6817
6817
  youthOrAdult?: YouthOrAdult | undefined;
6818
6818
  donationsDisabled?: boolean | undefined;
6819
6819
  image?: {
package/index.d.ts CHANGED
@@ -6476,7 +6476,7 @@ declare const zBEventConfig: z.ZodObject<{
6476
6476
  * If false, the tournament is not viewable in public APIs
6477
6477
  * admin console can still see it
6478
6478
  */
6479
- isHidden: z.ZodBoolean;
6479
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6480
6480
  /**
6481
6481
  * Defines the registration of youth and adults in the event
6482
6482
  */
@@ -6511,10 +6511,10 @@ declare const zBEventConfig: z.ZodObject<{
6511
6511
  shortDescription: string;
6512
6512
  tickets: string[];
6513
6513
  canRegister: boolean;
6514
- isHidden: boolean;
6515
6514
  location?: string | undefined;
6516
6515
  ticketsStepDescription?: string | undefined;
6517
6516
  participantStepDescription?: string | undefined;
6517
+ isHidden?: boolean | undefined;
6518
6518
  youthOrAdult?: YouthOrAdult | undefined;
6519
6519
  donationsDisabled?: boolean | undefined;
6520
6520
  image?: {
@@ -6532,10 +6532,10 @@ declare const zBEventConfig: z.ZodObject<{
6532
6532
  shortDescription: string;
6533
6533
  tickets: string[];
6534
6534
  canRegister: boolean;
6535
- isHidden: boolean;
6536
6535
  location?: string | undefined;
6537
6536
  ticketsStepDescription?: string | undefined;
6538
6537
  participantStepDescription?: string | undefined;
6538
+ isHidden?: boolean | undefined;
6539
6539
  youthOrAdult?: YouthOrAdult | undefined;
6540
6540
  donationsDisabled?: boolean | undefined;
6541
6541
  image?: {
@@ -6600,7 +6600,7 @@ declare const zEventConfig: z.ZodObject<{
6600
6600
  * If false, the tournament is not viewable in public APIs
6601
6601
  * admin console can still see it
6602
6602
  */
6603
- isHidden: z.ZodBoolean;
6603
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6604
6604
  /**
6605
6605
  * Defines the registration of youth and adults in the event
6606
6606
  */
@@ -6641,13 +6641,13 @@ declare const zEventConfig: z.ZodObject<{
6641
6641
  shortDescription: string;
6642
6642
  tickets: string[];
6643
6643
  canRegister: boolean;
6644
- isHidden: boolean;
6645
6644
  editedBy?: string | undefined;
6646
6645
  createdAt?: string | undefined;
6647
6646
  updatedAt?: string | undefined;
6648
6647
  location?: string | undefined;
6649
6648
  ticketsStepDescription?: string | undefined;
6650
6649
  participantStepDescription?: string | undefined;
6650
+ isHidden?: boolean | undefined;
6651
6651
  youthOrAdult?: YouthOrAdult | undefined;
6652
6652
  donationsDisabled?: boolean | undefined;
6653
6653
  image?: {
@@ -6666,13 +6666,13 @@ declare const zEventConfig: z.ZodObject<{
6666
6666
  shortDescription: string;
6667
6667
  tickets: string[];
6668
6668
  canRegister: boolean;
6669
- isHidden: boolean;
6670
6669
  editedBy?: string | undefined;
6671
6670
  createdAt?: string | undefined;
6672
6671
  updatedAt?: string | undefined;
6673
6672
  location?: string | undefined;
6674
6673
  ticketsStepDescription?: string | undefined;
6675
6674
  participantStepDescription?: string | undefined;
6675
+ isHidden?: boolean | undefined;
6676
6676
  youthOrAdult?: YouthOrAdult | undefined;
6677
6677
  donationsDisabled?: boolean | undefined;
6678
6678
  image?: {
@@ -6693,7 +6693,7 @@ declare const zEventConfigResponse: z.ZodObject<{
6693
6693
  ticketsStepDescription: z.ZodOptional<z.ZodString>;
6694
6694
  participantStepDescription: z.ZodOptional<z.ZodString>;
6695
6695
  canRegister: z.ZodBoolean;
6696
- isHidden: z.ZodBoolean;
6696
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6697
6697
  youthOrAdult: z.ZodOptional<z.ZodNativeEnum<typeof YouthOrAdult>>;
6698
6698
  donationsDisabled: z.ZodOptional<z.ZodBoolean>;
6699
6699
  image: z.ZodOptional<z.ZodObject<{
@@ -6771,13 +6771,13 @@ declare const zEventConfigResponse: z.ZodObject<{
6771
6771
  maxPerOrder?: number | undefined;
6772
6772
  }[];
6773
6773
  canRegister: boolean;
6774
- isHidden: boolean;
6775
6774
  editedBy?: string | undefined;
6776
6775
  createdAt?: string | undefined;
6777
6776
  updatedAt?: string | undefined;
6778
6777
  location?: string | undefined;
6779
6778
  ticketsStepDescription?: string | undefined;
6780
6779
  participantStepDescription?: string | undefined;
6780
+ isHidden?: boolean | undefined;
6781
6781
  youthOrAdult?: YouthOrAdult | undefined;
6782
6782
  donationsDisabled?: boolean | undefined;
6783
6783
  image?: {
@@ -6807,13 +6807,13 @@ declare const zEventConfigResponse: z.ZodObject<{
6807
6807
  maxPerOrder?: number | undefined;
6808
6808
  }[];
6809
6809
  canRegister: boolean;
6810
- isHidden: boolean;
6811
6810
  editedBy?: string | undefined;
6812
6811
  createdAt?: string | undefined;
6813
6812
  updatedAt?: string | undefined;
6814
6813
  location?: string | undefined;
6815
6814
  ticketsStepDescription?: string | undefined;
6816
6815
  participantStepDescription?: string | undefined;
6816
+ isHidden?: boolean | undefined;
6817
6817
  youthOrAdult?: YouthOrAdult | undefined;
6818
6818
  donationsDisabled?: boolean | undefined;
6819
6819
  image?: {
package/index.js CHANGED
@@ -904,7 +904,7 @@ var zBEventConfig = import_zod29.z.object({
904
904
  * If false, the tournament is not viewable in public APIs
905
905
  * admin console can still see it
906
906
  */
907
- isHidden: import_zod29.z.boolean(),
907
+ isHidden: import_zod29.z.boolean().optional(),
908
908
  /**
909
909
  * Defines the registration of youth and adults in the event
910
910
  */
package/index.mjs CHANGED
@@ -792,7 +792,7 @@ var zBEventConfig = z29.object({
792
792
  * If false, the tournament is not viewable in public APIs
793
793
  * admin console can still see it
794
794
  */
795
- isHidden: z29.boolean(),
795
+ isHidden: z29.boolean().optional(),
796
796
  /**
797
797
  * Defines the registration of youth and adults in the event
798
798
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyig/models",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
4
4
  "license": "MIT",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",