@supernova-studio/model 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 +56 -56
- package/dist/index.d.ts +56 -56
- 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/src/users/user-profile.ts +11 -1
package/dist/index.d.ts
CHANGED
|
@@ -11505,7 +11505,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11505
11505
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
11506
11506
|
}>>;
|
|
11507
11507
|
theme: z.ZodOptional<z.ZodObject<{
|
|
11508
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
11508
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
11509
11509
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
11510
11510
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
11511
11511
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11515,7 +11515,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11515
11515
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
11516
11516
|
}, "strip", z.ZodTypeAny, {
|
|
11517
11517
|
backgroundColor?: string | undefined;
|
|
11518
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11518
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11519
11519
|
accentColor?: string | undefined;
|
|
11520
11520
|
contrast?: number | undefined;
|
|
11521
11521
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11524,7 +11524,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11524
11524
|
isEditorWhite?: boolean | undefined;
|
|
11525
11525
|
}, {
|
|
11526
11526
|
backgroundColor?: string | undefined;
|
|
11527
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11527
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11528
11528
|
accentColor?: string | undefined;
|
|
11529
11529
|
contrast?: number | undefined;
|
|
11530
11530
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11538,7 +11538,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11538
11538
|
nickname?: string | undefined;
|
|
11539
11539
|
theme?: {
|
|
11540
11540
|
backgroundColor?: string | undefined;
|
|
11541
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11541
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11542
11542
|
accentColor?: string | undefined;
|
|
11543
11543
|
contrast?: number | undefined;
|
|
11544
11544
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11566,7 +11566,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11566
11566
|
nickname?: string | undefined;
|
|
11567
11567
|
theme?: {
|
|
11568
11568
|
backgroundColor?: string | undefined;
|
|
11569
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11569
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11570
11570
|
accentColor?: string | undefined;
|
|
11571
11571
|
contrast?: number | undefined;
|
|
11572
11572
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11795,7 +11795,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11795
11795
|
nickname?: string | undefined;
|
|
11796
11796
|
theme?: {
|
|
11797
11797
|
backgroundColor?: string | undefined;
|
|
11798
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11798
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11799
11799
|
accentColor?: string | undefined;
|
|
11800
11800
|
contrast?: number | undefined;
|
|
11801
11801
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11875,7 +11875,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11875
11875
|
nickname?: string | undefined;
|
|
11876
11876
|
theme?: {
|
|
11877
11877
|
backgroundColor?: string | undefined;
|
|
11878
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11878
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11879
11879
|
accentColor?: string | undefined;
|
|
11880
11880
|
contrast?: number | undefined;
|
|
11881
11881
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -22634,7 +22634,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
22634
22634
|
nickname?: string | undefined;
|
|
22635
22635
|
theme?: {
|
|
22636
22636
|
backgroundColor?: string | undefined;
|
|
22637
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
22637
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
22638
22638
|
accentColor?: string | undefined;
|
|
22639
22639
|
contrast?: number | undefined;
|
|
22640
22640
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -23650,7 +23650,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
23650
23650
|
nickname?: string | undefined;
|
|
23651
23651
|
theme?: {
|
|
23652
23652
|
backgroundColor?: string | undefined;
|
|
23653
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
23653
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
23654
23654
|
accentColor?: string | undefined;
|
|
23655
23655
|
contrast?: number | undefined;
|
|
23656
23656
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33675,7 +33675,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33675
33675
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
33676
33676
|
}>>;
|
|
33677
33677
|
theme: z.ZodOptional<z.ZodObject<{
|
|
33678
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
33678
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
33679
33679
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
33680
33680
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
33681
33681
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -33685,7 +33685,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33685
33685
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
33686
33686
|
}, "strip", z.ZodTypeAny, {
|
|
33687
33687
|
backgroundColor?: string | undefined;
|
|
33688
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33688
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33689
33689
|
accentColor?: string | undefined;
|
|
33690
33690
|
contrast?: number | undefined;
|
|
33691
33691
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33694,7 +33694,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33694
33694
|
isEditorWhite?: boolean | undefined;
|
|
33695
33695
|
}, {
|
|
33696
33696
|
backgroundColor?: string | undefined;
|
|
33697
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33697
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33698
33698
|
accentColor?: string | undefined;
|
|
33699
33699
|
contrast?: number | undefined;
|
|
33700
33700
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33708,7 +33708,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33708
33708
|
nickname?: string | undefined;
|
|
33709
33709
|
theme?: {
|
|
33710
33710
|
backgroundColor?: string | undefined;
|
|
33711
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33711
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33712
33712
|
accentColor?: string | undefined;
|
|
33713
33713
|
contrast?: number | undefined;
|
|
33714
33714
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33736,7 +33736,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33736
33736
|
nickname?: string | undefined;
|
|
33737
33737
|
theme?: {
|
|
33738
33738
|
backgroundColor?: string | undefined;
|
|
33739
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33739
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33740
33740
|
accentColor?: string | undefined;
|
|
33741
33741
|
contrast?: number | undefined;
|
|
33742
33742
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33965,7 +33965,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33965
33965
|
nickname?: string | undefined;
|
|
33966
33966
|
theme?: {
|
|
33967
33967
|
backgroundColor?: string | undefined;
|
|
33968
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33968
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33969
33969
|
accentColor?: string | undefined;
|
|
33970
33970
|
contrast?: number | undefined;
|
|
33971
33971
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -34045,7 +34045,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
34045
34045
|
nickname?: string | undefined;
|
|
34046
34046
|
theme?: {
|
|
34047
34047
|
backgroundColor?: string | undefined;
|
|
34048
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
34048
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
34049
34049
|
accentColor?: string | undefined;
|
|
34050
34050
|
contrast?: number | undefined;
|
|
34051
34051
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -34139,7 +34139,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
34139
34139
|
nickname?: string | undefined;
|
|
34140
34140
|
theme?: {
|
|
34141
34141
|
backgroundColor?: string | undefined;
|
|
34142
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
34142
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
34143
34143
|
accentColor?: string | undefined;
|
|
34144
34144
|
contrast?: number | undefined;
|
|
34145
34145
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -34233,7 +34233,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
34233
34233
|
nickname?: string | undefined;
|
|
34234
34234
|
theme?: {
|
|
34235
34235
|
backgroundColor?: string | undefined;
|
|
34236
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
34236
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
34237
34237
|
accentColor?: string | undefined;
|
|
34238
34238
|
contrast?: number | undefined;
|
|
34239
34239
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -144710,7 +144710,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144710
144710
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
144711
144711
|
}>>;
|
|
144712
144712
|
theme: z.ZodOptional<z.ZodObject<{
|
|
144713
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
144713
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
144714
144714
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
144715
144715
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
144716
144716
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -144720,7 +144720,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144720
144720
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
144721
144721
|
}, "strip", z.ZodTypeAny, {
|
|
144722
144722
|
backgroundColor?: string | undefined;
|
|
144723
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144723
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
144724
144724
|
accentColor?: string | undefined;
|
|
144725
144725
|
contrast?: number | undefined;
|
|
144726
144726
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -144729,7 +144729,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144729
144729
|
isEditorWhite?: boolean | undefined;
|
|
144730
144730
|
}, {
|
|
144731
144731
|
backgroundColor?: string | undefined;
|
|
144732
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144732
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
144733
144733
|
accentColor?: string | undefined;
|
|
144734
144734
|
contrast?: number | undefined;
|
|
144735
144735
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -144743,7 +144743,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144743
144743
|
nickname?: string | undefined;
|
|
144744
144744
|
theme?: {
|
|
144745
144745
|
backgroundColor?: string | undefined;
|
|
144746
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144746
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
144747
144747
|
accentColor?: string | undefined;
|
|
144748
144748
|
contrast?: number | undefined;
|
|
144749
144749
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -144771,7 +144771,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144771
144771
|
nickname?: string | undefined;
|
|
144772
144772
|
theme?: {
|
|
144773
144773
|
backgroundColor?: string | undefined;
|
|
144774
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144774
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
144775
144775
|
accentColor?: string | undefined;
|
|
144776
144776
|
contrast?: number | undefined;
|
|
144777
144777
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -145000,7 +145000,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145000
145000
|
nickname?: string | undefined;
|
|
145001
145001
|
theme?: {
|
|
145002
145002
|
backgroundColor?: string | undefined;
|
|
145003
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
145003
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
145004
145004
|
accentColor?: string | undefined;
|
|
145005
145005
|
contrast?: number | undefined;
|
|
145006
145006
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -145080,7 +145080,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145080
145080
|
nickname?: string | undefined;
|
|
145081
145081
|
theme?: {
|
|
145082
145082
|
backgroundColor?: string | undefined;
|
|
145083
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
145083
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
145084
145084
|
accentColor?: string | undefined;
|
|
145085
145085
|
contrast?: number | undefined;
|
|
145086
145086
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -145376,7 +145376,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145376
145376
|
nickname?: string | undefined;
|
|
145377
145377
|
theme?: {
|
|
145378
145378
|
backgroundColor?: string | undefined;
|
|
145379
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
145379
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
145380
145380
|
accentColor?: string | undefined;
|
|
145381
145381
|
contrast?: number | undefined;
|
|
145382
145382
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -145695,7 +145695,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145695
145695
|
nickname?: string | undefined;
|
|
145696
145696
|
theme?: {
|
|
145697
145697
|
backgroundColor?: string | undefined;
|
|
145698
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
145698
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
145699
145699
|
accentColor?: string | undefined;
|
|
145700
145700
|
contrast?: number | undefined;
|
|
145701
145701
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147418,7 +147418,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147418
147418
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
147419
147419
|
}>>;
|
|
147420
147420
|
theme: z.ZodOptional<z.ZodObject<{
|
|
147421
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
147421
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
147422
147422
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
147423
147423
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
147424
147424
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -147428,7 +147428,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147428
147428
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
147429
147429
|
}, "strip", z.ZodTypeAny, {
|
|
147430
147430
|
backgroundColor?: string | undefined;
|
|
147431
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147431
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147432
147432
|
accentColor?: string | undefined;
|
|
147433
147433
|
contrast?: number | undefined;
|
|
147434
147434
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147437,7 +147437,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147437
147437
|
isEditorWhite?: boolean | undefined;
|
|
147438
147438
|
}, {
|
|
147439
147439
|
backgroundColor?: string | undefined;
|
|
147440
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147440
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147441
147441
|
accentColor?: string | undefined;
|
|
147442
147442
|
contrast?: number | undefined;
|
|
147443
147443
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147451,7 +147451,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147451
147451
|
nickname?: string | undefined;
|
|
147452
147452
|
theme?: {
|
|
147453
147453
|
backgroundColor?: string | undefined;
|
|
147454
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147454
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147455
147455
|
accentColor?: string | undefined;
|
|
147456
147456
|
contrast?: number | undefined;
|
|
147457
147457
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147479,7 +147479,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147479
147479
|
nickname?: string | undefined;
|
|
147480
147480
|
theme?: {
|
|
147481
147481
|
backgroundColor?: string | undefined;
|
|
147482
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147482
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147483
147483
|
accentColor?: string | undefined;
|
|
147484
147484
|
contrast?: number | undefined;
|
|
147485
147485
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147708,7 +147708,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147708
147708
|
nickname?: string | undefined;
|
|
147709
147709
|
theme?: {
|
|
147710
147710
|
backgroundColor?: string | undefined;
|
|
147711
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147711
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147712
147712
|
accentColor?: string | undefined;
|
|
147713
147713
|
contrast?: number | undefined;
|
|
147714
147714
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147788,7 +147788,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147788
147788
|
nickname?: string | undefined;
|
|
147789
147789
|
theme?: {
|
|
147790
147790
|
backgroundColor?: string | undefined;
|
|
147791
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147791
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147792
147792
|
accentColor?: string | undefined;
|
|
147793
147793
|
contrast?: number | undefined;
|
|
147794
147794
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -148084,7 +148084,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
148084
148084
|
nickname?: string | undefined;
|
|
148085
148085
|
theme?: {
|
|
148086
148086
|
backgroundColor?: string | undefined;
|
|
148087
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
148087
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
148088
148088
|
accentColor?: string | undefined;
|
|
148089
148089
|
contrast?: number | undefined;
|
|
148090
148090
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -148380,7 +148380,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
148380
148380
|
nickname?: string | undefined;
|
|
148381
148381
|
theme?: {
|
|
148382
148382
|
backgroundColor?: string | undefined;
|
|
148383
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
148383
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
148384
148384
|
accentColor?: string | undefined;
|
|
148385
148385
|
contrast?: number | undefined;
|
|
148386
148386
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182587,7 +182587,7 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
182587
182587
|
}>;
|
|
182588
182588
|
type UserOnboarding = z.infer<typeof UserOnboarding>;
|
|
182589
182589
|
declare const UserTheme: z.ZodObject<{
|
|
182590
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
182590
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
182591
182591
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
182592
182592
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
182593
182593
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -182597,7 +182597,7 @@ declare const UserTheme: z.ZodObject<{
|
|
|
182597
182597
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
182598
182598
|
}, "strip", z.ZodTypeAny, {
|
|
182599
182599
|
backgroundColor?: string | undefined;
|
|
182600
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182600
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182601
182601
|
accentColor?: string | undefined;
|
|
182602
182602
|
contrast?: number | undefined;
|
|
182603
182603
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182606,7 +182606,7 @@ declare const UserTheme: z.ZodObject<{
|
|
|
182606
182606
|
isEditorWhite?: boolean | undefined;
|
|
182607
182607
|
}, {
|
|
182608
182608
|
backgroundColor?: string | undefined;
|
|
182609
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182609
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182610
182610
|
accentColor?: string | undefined;
|
|
182611
182611
|
contrast?: number | undefined;
|
|
182612
182612
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182660,7 +182660,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182660
182660
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
182661
182661
|
}>>;
|
|
182662
182662
|
theme: z.ZodOptional<z.ZodObject<{
|
|
182663
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
182663
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
182664
182664
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
182665
182665
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
182666
182666
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -182670,7 +182670,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182670
182670
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
182671
182671
|
}, "strip", z.ZodTypeAny, {
|
|
182672
182672
|
backgroundColor?: string | undefined;
|
|
182673
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182673
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182674
182674
|
accentColor?: string | undefined;
|
|
182675
182675
|
contrast?: number | undefined;
|
|
182676
182676
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182679,7 +182679,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182679
182679
|
isEditorWhite?: boolean | undefined;
|
|
182680
182680
|
}, {
|
|
182681
182681
|
backgroundColor?: string | undefined;
|
|
182682
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182682
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182683
182683
|
accentColor?: string | undefined;
|
|
182684
182684
|
contrast?: number | undefined;
|
|
182685
182685
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182693,7 +182693,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182693
182693
|
nickname?: string | undefined;
|
|
182694
182694
|
theme?: {
|
|
182695
182695
|
backgroundColor?: string | undefined;
|
|
182696
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182696
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182697
182697
|
accentColor?: string | undefined;
|
|
182698
182698
|
contrast?: number | undefined;
|
|
182699
182699
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182721,7 +182721,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182721
182721
|
nickname?: string | undefined;
|
|
182722
182722
|
theme?: {
|
|
182723
182723
|
backgroundColor?: string | undefined;
|
|
182724
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182724
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182725
182725
|
accentColor?: string | undefined;
|
|
182726
182726
|
contrast?: number | undefined;
|
|
182727
182727
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182790,7 +182790,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182790
182790
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
182791
182791
|
}>>>;
|
|
182792
182792
|
theme: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
182793
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
182793
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
182794
182794
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
182795
182795
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
182796
182796
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -182800,7 +182800,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182800
182800
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
182801
182801
|
}, "strip", z.ZodTypeAny, {
|
|
182802
182802
|
backgroundColor?: string | undefined;
|
|
182803
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182803
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182804
182804
|
accentColor?: string | undefined;
|
|
182805
182805
|
contrast?: number | undefined;
|
|
182806
182806
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182809,7 +182809,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182809
182809
|
isEditorWhite?: boolean | undefined;
|
|
182810
182810
|
}, {
|
|
182811
182811
|
backgroundColor?: string | undefined;
|
|
182812
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182812
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182813
182813
|
accentColor?: string | undefined;
|
|
182814
182814
|
contrast?: number | undefined;
|
|
182815
182815
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182822,7 +182822,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182822
182822
|
nickname?: string | undefined;
|
|
182823
182823
|
theme?: {
|
|
182824
182824
|
backgroundColor?: string | undefined;
|
|
182825
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182825
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182826
182826
|
accentColor?: string | undefined;
|
|
182827
182827
|
contrast?: number | undefined;
|
|
182828
182828
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182849,7 +182849,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182849
182849
|
nickname?: string | undefined;
|
|
182850
182850
|
theme?: {
|
|
182851
182851
|
backgroundColor?: string | undefined;
|
|
182852
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182852
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182853
182853
|
accentColor?: string | undefined;
|
|
182854
182854
|
contrast?: number | undefined;
|
|
182855
182855
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182939,7 +182939,7 @@ declare const User: z.ZodObject<{
|
|
|
182939
182939
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
182940
182940
|
}>>;
|
|
182941
182941
|
theme: z.ZodOptional<z.ZodObject<{
|
|
182942
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
182942
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
182943
182943
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
182944
182944
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
182945
182945
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -182949,7 +182949,7 @@ declare const User: z.ZodObject<{
|
|
|
182949
182949
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
182950
182950
|
}, "strip", z.ZodTypeAny, {
|
|
182951
182951
|
backgroundColor?: string | undefined;
|
|
182952
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182952
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182953
182953
|
accentColor?: string | undefined;
|
|
182954
182954
|
contrast?: number | undefined;
|
|
182955
182955
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182958,7 +182958,7 @@ declare const User: z.ZodObject<{
|
|
|
182958
182958
|
isEditorWhite?: boolean | undefined;
|
|
182959
182959
|
}, {
|
|
182960
182960
|
backgroundColor?: string | undefined;
|
|
182961
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182961
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182962
182962
|
accentColor?: string | undefined;
|
|
182963
182963
|
contrast?: number | undefined;
|
|
182964
182964
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182972,7 +182972,7 @@ declare const User: z.ZodObject<{
|
|
|
182972
182972
|
nickname?: string | undefined;
|
|
182973
182973
|
theme?: {
|
|
182974
182974
|
backgroundColor?: string | undefined;
|
|
182975
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182975
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182976
182976
|
accentColor?: string | undefined;
|
|
182977
182977
|
contrast?: number | undefined;
|
|
182978
182978
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -183000,7 +183000,7 @@ declare const User: z.ZodObject<{
|
|
|
183000
183000
|
nickname?: string | undefined;
|
|
183001
183001
|
theme?: {
|
|
183002
183002
|
backgroundColor?: string | undefined;
|
|
183003
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
183003
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
183004
183004
|
accentColor?: string | undefined;
|
|
183005
183005
|
contrast?: number | undefined;
|
|
183006
183006
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -183229,7 +183229,7 @@ declare const User: z.ZodObject<{
|
|
|
183229
183229
|
nickname?: string | undefined;
|
|
183230
183230
|
theme?: {
|
|
183231
183231
|
backgroundColor?: string | undefined;
|
|
183232
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
183232
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
183233
183233
|
accentColor?: string | undefined;
|
|
183234
183234
|
contrast?: number | undefined;
|
|
183235
183235
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -183309,7 +183309,7 @@ declare const User: z.ZodObject<{
|
|
|
183309
183309
|
nickname?: string | undefined;
|
|
183310
183310
|
theme?: {
|
|
183311
183311
|
backgroundColor?: string | undefined;
|
|
183312
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
183312
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
183313
183313
|
accentColor?: string | undefined;
|
|
183314
183314
|
contrast?: number | undefined;
|
|
183315
183315
|
isSecondaryEnabled?: boolean | undefined;
|
package/dist/index.js
CHANGED
|
@@ -4522,7 +4522,17 @@ var defaultNotificationSettings = {
|
|
|
4522
4522
|
var UserOnboardingDepartment = _zod.z.enum(["Design", "Engineering", "Product", "Brand", "Other"]);
|
|
4523
4523
|
var UserOnboardingJobLevel = _zod.z.enum(["Executive", "Manager", "IndividualContributor", "Other"]);
|
|
4524
4524
|
var UserTheme = _zod.z.object({
|
|
4525
|
-
preset: _zod.z.enum([
|
|
4525
|
+
preset: _zod.z.enum([
|
|
4526
|
+
"Custom",
|
|
4527
|
+
"Default",
|
|
4528
|
+
"HighContrast",
|
|
4529
|
+
"DefaultDark",
|
|
4530
|
+
"HighContrastDark",
|
|
4531
|
+
"SpaceBlue",
|
|
4532
|
+
"DarkGrey",
|
|
4533
|
+
"SystemPreference",
|
|
4534
|
+
"Sepia"
|
|
4535
|
+
]).optional(),
|
|
4526
4536
|
backgroundColor: _zod.z.string().optional(),
|
|
4527
4537
|
accentColor: _zod.z.string().optional(),
|
|
4528
4538
|
contrast: _zod.z.number().min(16).max(100).optional(),
|