@supernova-studio/model 0.48.21 → 0.48.22
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 +38 -0
- package/dist/index.d.ts +38 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/users/user-profile.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -4431,7 +4431,8 @@ var UserOnboarding = z138.object({
|
|
|
4431
4431
|
jobLevel: UserOnboardingJobLevel.optional(),
|
|
4432
4432
|
designSystemName: z138.string().optional(),
|
|
4433
4433
|
defaultDestination: z138.string().optional(),
|
|
4434
|
-
figmaUrl: z138.string().optional()
|
|
4434
|
+
figmaUrl: z138.string().optional(),
|
|
4435
|
+
isPageDraftOnboardingFinished: z138.boolean().optional()
|
|
4435
4436
|
});
|
|
4436
4437
|
var UserProfile = z138.object({
|
|
4437
4438
|
name: z138.string(),
|