@supernova-studio/model 0.46.5 → 0.46.6

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.d.mts CHANGED
@@ -3724,7 +3724,7 @@ declare const UserSession: z.ZodObject<{
3724
3724
  companyName: z.ZodOptional<z.ZodString>;
3725
3725
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
3726
3726
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
3727
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
3727
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
3728
3728
  jobTitle: z.ZodOptional<z.ZodString>;
3729
3729
  phase: z.ZodOptional<z.ZodString>;
3730
3730
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -3732,7 +3732,7 @@ declare const UserSession: z.ZodObject<{
3732
3732
  companyName?: string | undefined;
3733
3733
  numberOfPeopleInOrg?: string | undefined;
3734
3734
  numberOfPeopleInDesignTeam?: string | undefined;
3735
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3735
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3736
3736
  jobTitle?: string | undefined;
3737
3737
  phase?: string | undefined;
3738
3738
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -3740,7 +3740,7 @@ declare const UserSession: z.ZodObject<{
3740
3740
  companyName?: string | undefined;
3741
3741
  numberOfPeopleInOrg?: string | undefined;
3742
3742
  numberOfPeopleInDesignTeam?: string | undefined;
3743
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3743
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3744
3744
  jobTitle?: string | undefined;
3745
3745
  phase?: string | undefined;
3746
3746
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -3753,7 +3753,7 @@ declare const UserSession: z.ZodObject<{
3753
3753
  companyName?: string | undefined;
3754
3754
  numberOfPeopleInOrg?: string | undefined;
3755
3755
  numberOfPeopleInDesignTeam?: string | undefined;
3756
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3756
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3757
3757
  jobTitle?: string | undefined;
3758
3758
  phase?: string | undefined;
3759
3759
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -3766,7 +3766,7 @@ declare const UserSession: z.ZodObject<{
3766
3766
  companyName?: string | undefined;
3767
3767
  numberOfPeopleInOrg?: string | undefined;
3768
3768
  numberOfPeopleInDesignTeam?: string | undefined;
3769
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3769
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3770
3770
  jobTitle?: string | undefined;
3771
3771
  phase?: string | undefined;
3772
3772
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -3980,7 +3980,7 @@ declare const UserSession: z.ZodObject<{
3980
3980
  companyName?: string | undefined;
3981
3981
  numberOfPeopleInOrg?: string | undefined;
3982
3982
  numberOfPeopleInDesignTeam?: string | undefined;
3983
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3983
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3984
3984
  jobTitle?: string | undefined;
3985
3985
  phase?: string | undefined;
3986
3986
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -4044,7 +4044,7 @@ declare const UserSession: z.ZodObject<{
4044
4044
  companyName?: string | undefined;
4045
4045
  numberOfPeopleInOrg?: string | undefined;
4046
4046
  numberOfPeopleInDesignTeam?: string | undefined;
4047
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
4047
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
4048
4048
  jobTitle?: string | undefined;
4049
4049
  phase?: string | undefined;
4050
4050
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -4122,7 +4122,7 @@ declare const UserSession: z.ZodObject<{
4122
4122
  companyName?: string | undefined;
4123
4123
  numberOfPeopleInOrg?: string | undefined;
4124
4124
  numberOfPeopleInDesignTeam?: string | undefined;
4125
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
4125
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
4126
4126
  jobTitle?: string | undefined;
4127
4127
  phase?: string | undefined;
4128
4128
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -4200,7 +4200,7 @@ declare const UserSession: z.ZodObject<{
4200
4200
  companyName?: string | undefined;
4201
4201
  numberOfPeopleInOrg?: string | undefined;
4202
4202
  numberOfPeopleInDesignTeam?: string | undefined;
4203
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
4203
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
4204
4204
  jobTitle?: string | undefined;
4205
4205
  phase?: string | undefined;
4206
4206
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112660,13 +112660,13 @@ declare const UserMinified: z.ZodObject<{
112660
112660
  }>;
112661
112661
  type UserMinified = z.infer<typeof UserMinified>;
112662
112662
 
112663
- declare const UserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>;
112663
+ declare const UserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>;
112664
112664
  declare const UserOnboardingJobLevel: z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>;
112665
112665
  declare const UserOnboarding: z.ZodObject<{
112666
112666
  companyName: z.ZodOptional<z.ZodString>;
112667
112667
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
112668
112668
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
112669
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
112669
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
112670
112670
  jobTitle: z.ZodOptional<z.ZodString>;
112671
112671
  phase: z.ZodOptional<z.ZodString>;
112672
112672
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -112674,7 +112674,7 @@ declare const UserOnboarding: z.ZodObject<{
112674
112674
  companyName?: string | undefined;
112675
112675
  numberOfPeopleInOrg?: string | undefined;
112676
112676
  numberOfPeopleInDesignTeam?: string | undefined;
112677
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112677
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112678
112678
  jobTitle?: string | undefined;
112679
112679
  phase?: string | undefined;
112680
112680
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112682,7 +112682,7 @@ declare const UserOnboarding: z.ZodObject<{
112682
112682
  companyName?: string | undefined;
112683
112683
  numberOfPeopleInOrg?: string | undefined;
112684
112684
  numberOfPeopleInDesignTeam?: string | undefined;
112685
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112685
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112686
112686
  jobTitle?: string | undefined;
112687
112687
  phase?: string | undefined;
112688
112688
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112696,7 +112696,7 @@ declare const UserProfile: z.ZodObject<{
112696
112696
  companyName: z.ZodOptional<z.ZodString>;
112697
112697
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
112698
112698
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
112699
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
112699
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
112700
112700
  jobTitle: z.ZodOptional<z.ZodString>;
112701
112701
  phase: z.ZodOptional<z.ZodString>;
112702
112702
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -112704,7 +112704,7 @@ declare const UserProfile: z.ZodObject<{
112704
112704
  companyName?: string | undefined;
112705
112705
  numberOfPeopleInOrg?: string | undefined;
112706
112706
  numberOfPeopleInDesignTeam?: string | undefined;
112707
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112707
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112708
112708
  jobTitle?: string | undefined;
112709
112709
  phase?: string | undefined;
112710
112710
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112712,7 +112712,7 @@ declare const UserProfile: z.ZodObject<{
112712
112712
  companyName?: string | undefined;
112713
112713
  numberOfPeopleInOrg?: string | undefined;
112714
112714
  numberOfPeopleInDesignTeam?: string | undefined;
112715
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112715
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112716
112716
  jobTitle?: string | undefined;
112717
112717
  phase?: string | undefined;
112718
112718
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112725,7 +112725,7 @@ declare const UserProfile: z.ZodObject<{
112725
112725
  companyName?: string | undefined;
112726
112726
  numberOfPeopleInOrg?: string | undefined;
112727
112727
  numberOfPeopleInDesignTeam?: string | undefined;
112728
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112728
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112729
112729
  jobTitle?: string | undefined;
112730
112730
  phase?: string | undefined;
112731
112731
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112738,7 +112738,7 @@ declare const UserProfile: z.ZodObject<{
112738
112738
  companyName?: string | undefined;
112739
112739
  numberOfPeopleInOrg?: string | undefined;
112740
112740
  numberOfPeopleInDesignTeam?: string | undefined;
112741
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112741
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112742
112742
  jobTitle?: string | undefined;
112743
112743
  phase?: string | undefined;
112744
112744
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112772,7 +112772,7 @@ declare const User: z.ZodObject<{
112772
112772
  companyName: z.ZodOptional<z.ZodString>;
112773
112773
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
112774
112774
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
112775
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
112775
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
112776
112776
  jobTitle: z.ZodOptional<z.ZodString>;
112777
112777
  phase: z.ZodOptional<z.ZodString>;
112778
112778
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -112780,7 +112780,7 @@ declare const User: z.ZodObject<{
112780
112780
  companyName?: string | undefined;
112781
112781
  numberOfPeopleInOrg?: string | undefined;
112782
112782
  numberOfPeopleInDesignTeam?: string | undefined;
112783
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112783
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112784
112784
  jobTitle?: string | undefined;
112785
112785
  phase?: string | undefined;
112786
112786
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112788,7 +112788,7 @@ declare const User: z.ZodObject<{
112788
112788
  companyName?: string | undefined;
112789
112789
  numberOfPeopleInOrg?: string | undefined;
112790
112790
  numberOfPeopleInDesignTeam?: string | undefined;
112791
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112791
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112792
112792
  jobTitle?: string | undefined;
112793
112793
  phase?: string | undefined;
112794
112794
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112801,7 +112801,7 @@ declare const User: z.ZodObject<{
112801
112801
  companyName?: string | undefined;
112802
112802
  numberOfPeopleInOrg?: string | undefined;
112803
112803
  numberOfPeopleInDesignTeam?: string | undefined;
112804
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112804
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112805
112805
  jobTitle?: string | undefined;
112806
112806
  phase?: string | undefined;
112807
112807
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112814,7 +112814,7 @@ declare const User: z.ZodObject<{
112814
112814
  companyName?: string | undefined;
112815
112815
  numberOfPeopleInOrg?: string | undefined;
112816
112816
  numberOfPeopleInDesignTeam?: string | undefined;
112817
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112817
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112818
112818
  jobTitle?: string | undefined;
112819
112819
  phase?: string | undefined;
112820
112820
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -113028,7 +113028,7 @@ declare const User: z.ZodObject<{
113028
113028
  companyName?: string | undefined;
113029
113029
  numberOfPeopleInOrg?: string | undefined;
113030
113030
  numberOfPeopleInDesignTeam?: string | undefined;
113031
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
113031
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
113032
113032
  jobTitle?: string | undefined;
113033
113033
  phase?: string | undefined;
113034
113034
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -113092,7 +113092,7 @@ declare const User: z.ZodObject<{
113092
113092
  companyName?: string | undefined;
113093
113093
  numberOfPeopleInOrg?: string | undefined;
113094
113094
  numberOfPeopleInDesignTeam?: string | undefined;
113095
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
113095
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
113096
113096
  jobTitle?: string | undefined;
113097
113097
  phase?: string | undefined;
113098
113098
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
package/dist/index.d.ts CHANGED
@@ -3724,7 +3724,7 @@ declare const UserSession: z.ZodObject<{
3724
3724
  companyName: z.ZodOptional<z.ZodString>;
3725
3725
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
3726
3726
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
3727
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
3727
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
3728
3728
  jobTitle: z.ZodOptional<z.ZodString>;
3729
3729
  phase: z.ZodOptional<z.ZodString>;
3730
3730
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -3732,7 +3732,7 @@ declare const UserSession: z.ZodObject<{
3732
3732
  companyName?: string | undefined;
3733
3733
  numberOfPeopleInOrg?: string | undefined;
3734
3734
  numberOfPeopleInDesignTeam?: string | undefined;
3735
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3735
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3736
3736
  jobTitle?: string | undefined;
3737
3737
  phase?: string | undefined;
3738
3738
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -3740,7 +3740,7 @@ declare const UserSession: z.ZodObject<{
3740
3740
  companyName?: string | undefined;
3741
3741
  numberOfPeopleInOrg?: string | undefined;
3742
3742
  numberOfPeopleInDesignTeam?: string | undefined;
3743
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3743
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3744
3744
  jobTitle?: string | undefined;
3745
3745
  phase?: string | undefined;
3746
3746
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -3753,7 +3753,7 @@ declare const UserSession: z.ZodObject<{
3753
3753
  companyName?: string | undefined;
3754
3754
  numberOfPeopleInOrg?: string | undefined;
3755
3755
  numberOfPeopleInDesignTeam?: string | undefined;
3756
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3756
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3757
3757
  jobTitle?: string | undefined;
3758
3758
  phase?: string | undefined;
3759
3759
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -3766,7 +3766,7 @@ declare const UserSession: z.ZodObject<{
3766
3766
  companyName?: string | undefined;
3767
3767
  numberOfPeopleInOrg?: string | undefined;
3768
3768
  numberOfPeopleInDesignTeam?: string | undefined;
3769
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3769
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3770
3770
  jobTitle?: string | undefined;
3771
3771
  phase?: string | undefined;
3772
3772
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -3980,7 +3980,7 @@ declare const UserSession: z.ZodObject<{
3980
3980
  companyName?: string | undefined;
3981
3981
  numberOfPeopleInOrg?: string | undefined;
3982
3982
  numberOfPeopleInDesignTeam?: string | undefined;
3983
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
3983
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
3984
3984
  jobTitle?: string | undefined;
3985
3985
  phase?: string | undefined;
3986
3986
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -4044,7 +4044,7 @@ declare const UserSession: z.ZodObject<{
4044
4044
  companyName?: string | undefined;
4045
4045
  numberOfPeopleInOrg?: string | undefined;
4046
4046
  numberOfPeopleInDesignTeam?: string | undefined;
4047
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
4047
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
4048
4048
  jobTitle?: string | undefined;
4049
4049
  phase?: string | undefined;
4050
4050
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -4122,7 +4122,7 @@ declare const UserSession: z.ZodObject<{
4122
4122
  companyName?: string | undefined;
4123
4123
  numberOfPeopleInOrg?: string | undefined;
4124
4124
  numberOfPeopleInDesignTeam?: string | undefined;
4125
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
4125
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
4126
4126
  jobTitle?: string | undefined;
4127
4127
  phase?: string | undefined;
4128
4128
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -4200,7 +4200,7 @@ declare const UserSession: z.ZodObject<{
4200
4200
  companyName?: string | undefined;
4201
4201
  numberOfPeopleInOrg?: string | undefined;
4202
4202
  numberOfPeopleInDesignTeam?: string | undefined;
4203
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
4203
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
4204
4204
  jobTitle?: string | undefined;
4205
4205
  phase?: string | undefined;
4206
4206
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112660,13 +112660,13 @@ declare const UserMinified: z.ZodObject<{
112660
112660
  }>;
112661
112661
  type UserMinified = z.infer<typeof UserMinified>;
112662
112662
 
112663
- declare const UserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>;
112663
+ declare const UserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>;
112664
112664
  declare const UserOnboardingJobLevel: z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>;
112665
112665
  declare const UserOnboarding: z.ZodObject<{
112666
112666
  companyName: z.ZodOptional<z.ZodString>;
112667
112667
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
112668
112668
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
112669
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
112669
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
112670
112670
  jobTitle: z.ZodOptional<z.ZodString>;
112671
112671
  phase: z.ZodOptional<z.ZodString>;
112672
112672
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -112674,7 +112674,7 @@ declare const UserOnboarding: z.ZodObject<{
112674
112674
  companyName?: string | undefined;
112675
112675
  numberOfPeopleInOrg?: string | undefined;
112676
112676
  numberOfPeopleInDesignTeam?: string | undefined;
112677
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112677
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112678
112678
  jobTitle?: string | undefined;
112679
112679
  phase?: string | undefined;
112680
112680
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112682,7 +112682,7 @@ declare const UserOnboarding: z.ZodObject<{
112682
112682
  companyName?: string | undefined;
112683
112683
  numberOfPeopleInOrg?: string | undefined;
112684
112684
  numberOfPeopleInDesignTeam?: string | undefined;
112685
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112685
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112686
112686
  jobTitle?: string | undefined;
112687
112687
  phase?: string | undefined;
112688
112688
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112696,7 +112696,7 @@ declare const UserProfile: z.ZodObject<{
112696
112696
  companyName: z.ZodOptional<z.ZodString>;
112697
112697
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
112698
112698
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
112699
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
112699
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
112700
112700
  jobTitle: z.ZodOptional<z.ZodString>;
112701
112701
  phase: z.ZodOptional<z.ZodString>;
112702
112702
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -112704,7 +112704,7 @@ declare const UserProfile: z.ZodObject<{
112704
112704
  companyName?: string | undefined;
112705
112705
  numberOfPeopleInOrg?: string | undefined;
112706
112706
  numberOfPeopleInDesignTeam?: string | undefined;
112707
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112707
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112708
112708
  jobTitle?: string | undefined;
112709
112709
  phase?: string | undefined;
112710
112710
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112712,7 +112712,7 @@ declare const UserProfile: z.ZodObject<{
112712
112712
  companyName?: string | undefined;
112713
112713
  numberOfPeopleInOrg?: string | undefined;
112714
112714
  numberOfPeopleInDesignTeam?: string | undefined;
112715
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112715
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112716
112716
  jobTitle?: string | undefined;
112717
112717
  phase?: string | undefined;
112718
112718
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112725,7 +112725,7 @@ declare const UserProfile: z.ZodObject<{
112725
112725
  companyName?: string | undefined;
112726
112726
  numberOfPeopleInOrg?: string | undefined;
112727
112727
  numberOfPeopleInDesignTeam?: string | undefined;
112728
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112728
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112729
112729
  jobTitle?: string | undefined;
112730
112730
  phase?: string | undefined;
112731
112731
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112738,7 +112738,7 @@ declare const UserProfile: z.ZodObject<{
112738
112738
  companyName?: string | undefined;
112739
112739
  numberOfPeopleInOrg?: string | undefined;
112740
112740
  numberOfPeopleInDesignTeam?: string | undefined;
112741
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112741
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112742
112742
  jobTitle?: string | undefined;
112743
112743
  phase?: string | undefined;
112744
112744
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112772,7 +112772,7 @@ declare const User: z.ZodObject<{
112772
112772
  companyName: z.ZodOptional<z.ZodString>;
112773
112773
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
112774
112774
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
112775
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
112775
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
112776
112776
  jobTitle: z.ZodOptional<z.ZodString>;
112777
112777
  phase: z.ZodOptional<z.ZodString>;
112778
112778
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -112780,7 +112780,7 @@ declare const User: z.ZodObject<{
112780
112780
  companyName?: string | undefined;
112781
112781
  numberOfPeopleInOrg?: string | undefined;
112782
112782
  numberOfPeopleInDesignTeam?: string | undefined;
112783
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112783
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112784
112784
  jobTitle?: string | undefined;
112785
112785
  phase?: string | undefined;
112786
112786
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112788,7 +112788,7 @@ declare const User: z.ZodObject<{
112788
112788
  companyName?: string | undefined;
112789
112789
  numberOfPeopleInOrg?: string | undefined;
112790
112790
  numberOfPeopleInDesignTeam?: string | undefined;
112791
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112791
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112792
112792
  jobTitle?: string | undefined;
112793
112793
  phase?: string | undefined;
112794
112794
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112801,7 +112801,7 @@ declare const User: z.ZodObject<{
112801
112801
  companyName?: string | undefined;
112802
112802
  numberOfPeopleInOrg?: string | undefined;
112803
112803
  numberOfPeopleInDesignTeam?: string | undefined;
112804
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112804
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112805
112805
  jobTitle?: string | undefined;
112806
112806
  phase?: string | undefined;
112807
112807
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -112814,7 +112814,7 @@ declare const User: z.ZodObject<{
112814
112814
  companyName?: string | undefined;
112815
112815
  numberOfPeopleInOrg?: string | undefined;
112816
112816
  numberOfPeopleInDesignTeam?: string | undefined;
112817
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
112817
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
112818
112818
  jobTitle?: string | undefined;
112819
112819
  phase?: string | undefined;
112820
112820
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -113028,7 +113028,7 @@ declare const User: z.ZodObject<{
113028
113028
  companyName?: string | undefined;
113029
113029
  numberOfPeopleInOrg?: string | undefined;
113030
113030
  numberOfPeopleInDesignTeam?: string | undefined;
113031
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
113031
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
113032
113032
  jobTitle?: string | undefined;
113033
113033
  phase?: string | undefined;
113034
113034
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -113092,7 +113092,7 @@ declare const User: z.ZodObject<{
113092
113092
  companyName?: string | undefined;
113093
113093
  numberOfPeopleInOrg?: string | undefined;
113094
113094
  numberOfPeopleInDesignTeam?: string | undefined;
113095
- department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
113095
+ department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
113096
113096
  jobTitle?: string | undefined;
113097
113097
  phase?: string | undefined;
113098
113098
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
package/dist/index.js CHANGED
@@ -3267,7 +3267,7 @@ var UserMinified = _zod.z.object({
3267
3267
 
3268
3268
  // src/users/user-profile.ts
3269
3269
 
3270
- var UserOnboardingDepartment = _zod.z.enum(["Design", "Engineering", "Brand", "Other"]);
3270
+ var UserOnboardingDepartment = _zod.z.enum(["Design", "Engineering", "Product", "Brand", "Other"]);
3271
3271
  var UserOnboardingJobLevel = _zod.z.enum(["Executive", "Manager", "IndividualContributor", "Other"]);
3272
3272
  var UserOnboarding = _zod.z.object({
3273
3273
  companyName: _zod.z.string().optional(),