@supernova-studio/model 0.46.5 → 0.46.7

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.mjs CHANGED
@@ -3267,7 +3267,7 @@ var UserMinified = z130.object({
3267
3267
 
3268
3268
  // src/users/user-profile.ts
3269
3269
  import { z as z131 } from "zod";
3270
- var UserOnboardingDepartment = z131.enum(["Design", "Engineering", "Brand", "Other"]);
3270
+ var UserOnboardingDepartment = z131.enum(["Design", "Engineering", "Product", "Brand", "Other"]);
3271
3271
  var UserOnboardingJobLevel = z131.enum(["Executive", "Manager", "IndividualContributor", "Other"]);
3272
3272
  var UserOnboarding = z131.object({
3273
3273
  companyName: z131.string().optional(),