@supernova-studio/client 0.59.13 → 0.59.14
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 +67 -67
- package/dist/index.d.ts +67 -67
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3937,7 +3937,17 @@ var UserNotificationSettings = z131.object({
|
|
|
3937
3937
|
var UserOnboardingDepartment = z132.enum(["Design", "Engineering", "Product", "Brand", "Other"]);
|
|
3938
3938
|
var UserOnboardingJobLevel = z132.enum(["Executive", "Manager", "IndividualContributor", "Other"]);
|
|
3939
3939
|
var UserTheme = z132.object({
|
|
3940
|
-
preset: z132.enum([
|
|
3940
|
+
preset: z132.enum([
|
|
3941
|
+
"Custom",
|
|
3942
|
+
"Default",
|
|
3943
|
+
"HighContrast",
|
|
3944
|
+
"DefaultDark",
|
|
3945
|
+
"HighContrastDark",
|
|
3946
|
+
"SpaceBlue",
|
|
3947
|
+
"DarkGrey",
|
|
3948
|
+
"SystemPreference",
|
|
3949
|
+
"Sepia"
|
|
3950
|
+
]).optional(),
|
|
3941
3951
|
backgroundColor: z132.string().optional(),
|
|
3942
3952
|
accentColor: z132.string().optional(),
|
|
3943
3953
|
contrast: z132.number().min(16).max(100).optional(),
|