@supernova-studio/client 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
@@ -449,7 +449,9 @@ var UserOnboarding = z21.object({
449
449
  jobTitle: z21.string().optional(),
450
450
  phase: z21.string().optional(),
451
451
  jobLevel: UserOnboardingJobLevel.optional(),
452
- designSystemName: z21.string().optional()
452
+ designSystemName: z21.string().optional(),
453
+ defaultDestination: z21.string().optional(),
454
+ figmaUrl: z21.string().optional()
453
455
  });
454
456
  var UserProfile = z21.object({
455
457
  name: z21.string(),