@supernova-studio/client 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 +14 -0
- package/dist/index.d.ts +14 -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/dist/index.mjs
CHANGED
|
@@ -3835,7 +3835,8 @@ var UserOnboarding = z138.object({
|
|
|
3835
3835
|
jobLevel: UserOnboardingJobLevel.optional(),
|
|
3836
3836
|
designSystemName: z138.string().optional(),
|
|
3837
3837
|
defaultDestination: z138.string().optional(),
|
|
3838
|
-
figmaUrl: z138.string().optional()
|
|
3838
|
+
figmaUrl: z138.string().optional(),
|
|
3839
|
+
isPageDraftOnboardingFinished: z138.boolean().optional()
|
|
3839
3840
|
});
|
|
3840
3841
|
var UserProfile = z138.object({
|
|
3841
3842
|
name: z138.string(),
|