@supernova-studio/model 0.47.7 → 0.47.8

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
@@ -365,7 +365,9 @@ var UserOnboarding = z21.object({
365
365
  jobTitle: z21.string().optional(),
366
366
  phase: z21.string().optional(),
367
367
  jobLevel: UserOnboardingJobLevel.optional(),
368
- designSystemName: z21.string().optional()
368
+ designSystemName: z21.string().optional(),
369
+ defaultDestination: z21.string().optional(),
370
+ figmaUrl: z21.string().optional()
369
371
  });
370
372
  var UserProfile = z21.object({
371
373
  name: z21.string(),