@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 CHANGED
@@ -76065,7 +76065,7 @@ type DTOUserOnboardingJobLevel = z.infer<typeof DTOUserOnboardingJobLevel>;
76065
76065
  declare const DTOUserSource: z.ZodEnum<["SignUp", "Invite", "SSO"]>;
76066
76066
  type DTOUserSource = z.infer<typeof DTOUserSource>;
76067
76067
  declare const DTOUserTheme: z.ZodObject<{
76068
- preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
76068
+ preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
76069
76069
  backgroundColor: z.ZodOptional<z.ZodString>;
76070
76070
  accentColor: z.ZodOptional<z.ZodString>;
76071
76071
  contrast: z.ZodOptional<z.ZodNumber>;
@@ -76075,7 +76075,7 @@ declare const DTOUserTheme: z.ZodObject<{
76075
76075
  isEditorWhite: z.ZodOptional<z.ZodBoolean>;
76076
76076
  }, "strip", z.ZodTypeAny, {
76077
76077
  backgroundColor?: string | undefined;
76078
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76078
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76079
76079
  accentColor?: string | undefined;
76080
76080
  contrast?: number | undefined;
76081
76081
  isSecondaryEnabled?: boolean | undefined;
@@ -76084,7 +76084,7 @@ declare const DTOUserTheme: z.ZodObject<{
76084
76084
  isEditorWhite?: boolean | undefined;
76085
76085
  }, {
76086
76086
  backgroundColor?: string | undefined;
76087
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76087
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76088
76088
  accentColor?: string | undefined;
76089
76089
  contrast?: number | undefined;
76090
76090
  isSecondaryEnabled?: boolean | undefined;
@@ -76168,7 +76168,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
76168
76168
  isPageDraftOnboardingFinished?: boolean | undefined;
76169
76169
  }>>;
76170
76170
  theme: z.ZodOptional<z.ZodObject<{
76171
- preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
76171
+ preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
76172
76172
  backgroundColor: z.ZodOptional<z.ZodString>;
76173
76173
  accentColor: z.ZodOptional<z.ZodString>;
76174
76174
  contrast: z.ZodOptional<z.ZodNumber>;
@@ -76178,7 +76178,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
76178
76178
  isEditorWhite: z.ZodOptional<z.ZodBoolean>;
76179
76179
  }, "strip", z.ZodTypeAny, {
76180
76180
  backgroundColor?: string | undefined;
76181
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76181
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76182
76182
  accentColor?: string | undefined;
76183
76183
  contrast?: number | undefined;
76184
76184
  isSecondaryEnabled?: boolean | undefined;
@@ -76187,7 +76187,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
76187
76187
  isEditorWhite?: boolean | undefined;
76188
76188
  }, {
76189
76189
  backgroundColor?: string | undefined;
76190
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76190
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76191
76191
  accentColor?: string | undefined;
76192
76192
  contrast?: number | undefined;
76193
76193
  isSecondaryEnabled?: boolean | undefined;
@@ -76213,7 +76213,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
76213
76213
  } | undefined;
76214
76214
  theme?: {
76215
76215
  backgroundColor?: string | undefined;
76216
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76216
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76217
76217
  accentColor?: string | undefined;
76218
76218
  contrast?: number | undefined;
76219
76219
  isSecondaryEnabled?: boolean | undefined;
@@ -76239,7 +76239,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
76239
76239
  } | undefined;
76240
76240
  theme?: {
76241
76241
  backgroundColor?: string | undefined;
76242
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76242
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76243
76243
  accentColor?: string | undefined;
76244
76244
  contrast?: number | undefined;
76245
76245
  isSecondaryEnabled?: boolean | undefined;
@@ -76306,7 +76306,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
76306
76306
  isPageDraftOnboardingFinished?: boolean | undefined;
76307
76307
  }>>;
76308
76308
  theme: z.ZodOptional<z.ZodObject<{
76309
- preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
76309
+ preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
76310
76310
  backgroundColor: z.ZodOptional<z.ZodString>;
76311
76311
  accentColor: z.ZodOptional<z.ZodString>;
76312
76312
  contrast: z.ZodOptional<z.ZodNumber>;
@@ -76316,7 +76316,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
76316
76316
  isEditorWhite: z.ZodOptional<z.ZodBoolean>;
76317
76317
  }, "strip", z.ZodTypeAny, {
76318
76318
  backgroundColor?: string | undefined;
76319
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76319
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76320
76320
  accentColor?: string | undefined;
76321
76321
  contrast?: number | undefined;
76322
76322
  isSecondaryEnabled?: boolean | undefined;
@@ -76325,7 +76325,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
76325
76325
  isEditorWhite?: boolean | undefined;
76326
76326
  }, {
76327
76327
  backgroundColor?: string | undefined;
76328
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76328
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76329
76329
  accentColor?: string | undefined;
76330
76330
  contrast?: number | undefined;
76331
76331
  isSecondaryEnabled?: boolean | undefined;
@@ -76351,7 +76351,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
76351
76351
  } | undefined;
76352
76352
  theme?: {
76353
76353
  backgroundColor?: string | undefined;
76354
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76354
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76355
76355
  accentColor?: string | undefined;
76356
76356
  contrast?: number | undefined;
76357
76357
  isSecondaryEnabled?: boolean | undefined;
@@ -76377,7 +76377,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
76377
76377
  } | undefined;
76378
76378
  theme?: {
76379
76379
  backgroundColor?: string | undefined;
76380
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76380
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76381
76381
  accentColor?: string | undefined;
76382
76382
  contrast?: number | undefined;
76383
76383
  isSecondaryEnabled?: boolean | undefined;
@@ -76411,7 +76411,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
76411
76411
  } | undefined;
76412
76412
  theme?: {
76413
76413
  backgroundColor?: string | undefined;
76414
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76414
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76415
76415
  accentColor?: string | undefined;
76416
76416
  contrast?: number | undefined;
76417
76417
  isSecondaryEnabled?: boolean | undefined;
@@ -76444,7 +76444,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
76444
76444
  } | undefined;
76445
76445
  theme?: {
76446
76446
  backgroundColor?: string | undefined;
76447
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76447
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76448
76448
  accentColor?: string | undefined;
76449
76449
  contrast?: number | undefined;
76450
76450
  isSecondaryEnabled?: boolean | undefined;
@@ -76515,7 +76515,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76515
76515
  isPageDraftOnboardingFinished?: boolean | undefined;
76516
76516
  }>>;
76517
76517
  theme: z.ZodOptional<z.ZodObject<{
76518
- preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
76518
+ preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
76519
76519
  backgroundColor: z.ZodOptional<z.ZodString>;
76520
76520
  accentColor: z.ZodOptional<z.ZodString>;
76521
76521
  contrast: z.ZodOptional<z.ZodNumber>;
@@ -76525,7 +76525,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76525
76525
  isEditorWhite: z.ZodOptional<z.ZodBoolean>;
76526
76526
  }, "strip", z.ZodTypeAny, {
76527
76527
  backgroundColor?: string | undefined;
76528
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76528
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76529
76529
  accentColor?: string | undefined;
76530
76530
  contrast?: number | undefined;
76531
76531
  isSecondaryEnabled?: boolean | undefined;
@@ -76534,7 +76534,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76534
76534
  isEditorWhite?: boolean | undefined;
76535
76535
  }, {
76536
76536
  backgroundColor?: string | undefined;
76537
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76537
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76538
76538
  accentColor?: string | undefined;
76539
76539
  contrast?: number | undefined;
76540
76540
  isSecondaryEnabled?: boolean | undefined;
@@ -76560,7 +76560,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76560
76560
  } | undefined;
76561
76561
  theme?: {
76562
76562
  backgroundColor?: string | undefined;
76563
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76563
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76564
76564
  accentColor?: string | undefined;
76565
76565
  contrast?: number | undefined;
76566
76566
  isSecondaryEnabled?: boolean | undefined;
@@ -76586,7 +76586,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76586
76586
  } | undefined;
76587
76587
  theme?: {
76588
76588
  backgroundColor?: string | undefined;
76589
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76589
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76590
76590
  accentColor?: string | undefined;
76591
76591
  contrast?: number | undefined;
76592
76592
  isSecondaryEnabled?: boolean | undefined;
@@ -76620,7 +76620,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76620
76620
  } | undefined;
76621
76621
  theme?: {
76622
76622
  backgroundColor?: string | undefined;
76623
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76623
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76624
76624
  accentColor?: string | undefined;
76625
76625
  contrast?: number | undefined;
76626
76626
  isSecondaryEnabled?: boolean | undefined;
@@ -76653,7 +76653,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76653
76653
  } | undefined;
76654
76654
  theme?: {
76655
76655
  backgroundColor?: string | undefined;
76656
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76656
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76657
76657
  accentColor?: string | undefined;
76658
76658
  contrast?: number | undefined;
76659
76659
  isSecondaryEnabled?: boolean | undefined;
@@ -76688,7 +76688,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76688
76688
  } | undefined;
76689
76689
  theme?: {
76690
76690
  backgroundColor?: string | undefined;
76691
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76691
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76692
76692
  accentColor?: string | undefined;
76693
76693
  contrast?: number | undefined;
76694
76694
  isSecondaryEnabled?: boolean | undefined;
@@ -76723,7 +76723,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
76723
76723
  } | undefined;
76724
76724
  theme?: {
76725
76725
  backgroundColor?: string | undefined;
76726
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76726
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76727
76727
  accentColor?: string | undefined;
76728
76728
  contrast?: number | undefined;
76729
76729
  isSecondaryEnabled?: boolean | undefined;
@@ -76790,7 +76790,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
76790
76790
  isApprovalsOnboardingFinished?: boolean | undefined;
76791
76791
  }>>;
76792
76792
  theme: z.ZodOptional<z.ZodObject<{
76793
- preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
76793
+ preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
76794
76794
  backgroundColor: z.ZodOptional<z.ZodString>;
76795
76795
  accentColor: z.ZodOptional<z.ZodString>;
76796
76796
  contrast: z.ZodOptional<z.ZodNumber>;
@@ -76800,7 +76800,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
76800
76800
  isEditorWhite: z.ZodOptional<z.ZodBoolean>;
76801
76801
  }, "strip", z.ZodTypeAny, {
76802
76802
  backgroundColor?: string | undefined;
76803
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76803
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76804
76804
  accentColor?: string | undefined;
76805
76805
  contrast?: number | undefined;
76806
76806
  isSecondaryEnabled?: boolean | undefined;
@@ -76809,7 +76809,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
76809
76809
  isEditorWhite?: boolean | undefined;
76810
76810
  }, {
76811
76811
  backgroundColor?: string | undefined;
76812
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76812
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76813
76813
  accentColor?: string | undefined;
76814
76814
  contrast?: number | undefined;
76815
76815
  isSecondaryEnabled?: boolean | undefined;
@@ -76823,7 +76823,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
76823
76823
  nickname?: string | undefined;
76824
76824
  theme?: {
76825
76825
  backgroundColor?: string | undefined;
76826
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76826
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76827
76827
  accentColor?: string | undefined;
76828
76828
  contrast?: number | undefined;
76829
76829
  isSecondaryEnabled?: boolean | undefined;
@@ -76851,7 +76851,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
76851
76851
  nickname?: string | undefined;
76852
76852
  theme?: {
76853
76853
  backgroundColor?: string | undefined;
76854
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
76854
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
76855
76855
  accentColor?: string | undefined;
76856
76856
  contrast?: number | undefined;
76857
76857
  isSecondaryEnabled?: boolean | undefined;
@@ -77080,7 +77080,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
77080
77080
  nickname?: string | undefined;
77081
77081
  theme?: {
77082
77082
  backgroundColor?: string | undefined;
77083
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
77083
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
77084
77084
  accentColor?: string | undefined;
77085
77085
  contrast?: number | undefined;
77086
77086
  isSecondaryEnabled?: boolean | undefined;
@@ -77160,7 +77160,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
77160
77160
  nickname?: string | undefined;
77161
77161
  theme?: {
77162
77162
  backgroundColor?: string | undefined;
77163
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
77163
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
77164
77164
  accentColor?: string | undefined;
77165
77165
  contrast?: number | undefined;
77166
77166
  isSecondaryEnabled?: boolean | undefined;
@@ -77242,7 +77242,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
77242
77242
  nickname?: string | undefined;
77243
77243
  theme?: {
77244
77244
  backgroundColor?: string | undefined;
77245
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
77245
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
77246
77246
  accentColor?: string | undefined;
77247
77247
  contrast?: number | undefined;
77248
77248
  isSecondaryEnabled?: boolean | undefined;
@@ -77324,7 +77324,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
77324
77324
  nickname?: string | undefined;
77325
77325
  theme?: {
77326
77326
  backgroundColor?: string | undefined;
77327
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
77327
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
77328
77328
  accentColor?: string | undefined;
77329
77329
  contrast?: number | undefined;
77330
77330
  isSecondaryEnabled?: boolean | undefined;
@@ -77554,7 +77554,7 @@ declare const DTOUserProfileUpdate: z.ZodObject<Omit<{
77554
77554
  isApprovalsOnboardingFinished?: boolean | undefined;
77555
77555
  }>>>;
77556
77556
  theme: z.ZodOptional<z.ZodOptional<z.ZodObject<{
77557
- preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
77557
+ preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
77558
77558
  backgroundColor: z.ZodOptional<z.ZodString>;
77559
77559
  accentColor: z.ZodOptional<z.ZodString>;
77560
77560
  contrast: z.ZodOptional<z.ZodNumber>;
@@ -77564,7 +77564,7 @@ declare const DTOUserProfileUpdate: z.ZodObject<Omit<{
77564
77564
  isEditorWhite: z.ZodOptional<z.ZodBoolean>;
77565
77565
  }, "strip", z.ZodTypeAny, {
77566
77566
  backgroundColor?: string | undefined;
77567
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
77567
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
77568
77568
  accentColor?: string | undefined;
77569
77569
  contrast?: number | undefined;
77570
77570
  isSecondaryEnabled?: boolean | undefined;
@@ -77573,7 +77573,7 @@ declare const DTOUserProfileUpdate: z.ZodObject<Omit<{
77573
77573
  isEditorWhite?: boolean | undefined;
77574
77574
  }, {
77575
77575
  backgroundColor?: string | undefined;
77576
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
77576
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
77577
77577
  accentColor?: string | undefined;
77578
77578
  contrast?: number | undefined;
77579
77579
  isSecondaryEnabled?: boolean | undefined;
@@ -77586,7 +77586,7 @@ declare const DTOUserProfileUpdate: z.ZodObject<Omit<{
77586
77586
  nickname?: string | undefined;
77587
77587
  theme?: {
77588
77588
  backgroundColor?: string | undefined;
77589
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
77589
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
77590
77590
  accentColor?: string | undefined;
77591
77591
  contrast?: number | undefined;
77592
77592
  isSecondaryEnabled?: boolean | undefined;
@@ -77613,7 +77613,7 @@ declare const DTOUserProfileUpdate: z.ZodObject<Omit<{
77613
77613
  nickname?: string | undefined;
77614
77614
  theme?: {
77615
77615
  backgroundColor?: string | undefined;
77616
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
77616
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
77617
77617
  accentColor?: string | undefined;
77618
77618
  contrast?: number | undefined;
77619
77619
  isSecondaryEnabled?: boolean | undefined;
@@ -78860,7 +78860,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
78860
78860
  isApprovalsOnboardingFinished?: boolean | undefined;
78861
78861
  }>>;
78862
78862
  theme: z.ZodOptional<z.ZodObject<{
78863
- preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
78863
+ preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
78864
78864
  backgroundColor: z.ZodOptional<z.ZodString>;
78865
78865
  accentColor: z.ZodOptional<z.ZodString>;
78866
78866
  contrast: z.ZodOptional<z.ZodNumber>;
@@ -78870,7 +78870,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
78870
78870
  isEditorWhite: z.ZodOptional<z.ZodBoolean>;
78871
78871
  }, "strip", z.ZodTypeAny, {
78872
78872
  backgroundColor?: string | undefined;
78873
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
78873
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
78874
78874
  accentColor?: string | undefined;
78875
78875
  contrast?: number | undefined;
78876
78876
  isSecondaryEnabled?: boolean | undefined;
@@ -78879,7 +78879,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
78879
78879
  isEditorWhite?: boolean | undefined;
78880
78880
  }, {
78881
78881
  backgroundColor?: string | undefined;
78882
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
78882
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
78883
78883
  accentColor?: string | undefined;
78884
78884
  contrast?: number | undefined;
78885
78885
  isSecondaryEnabled?: boolean | undefined;
@@ -78893,7 +78893,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
78893
78893
  nickname?: string | undefined;
78894
78894
  theme?: {
78895
78895
  backgroundColor?: string | undefined;
78896
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
78896
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
78897
78897
  accentColor?: string | undefined;
78898
78898
  contrast?: number | undefined;
78899
78899
  isSecondaryEnabled?: boolean | undefined;
@@ -78921,7 +78921,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
78921
78921
  nickname?: string | undefined;
78922
78922
  theme?: {
78923
78923
  backgroundColor?: string | undefined;
78924
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
78924
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
78925
78925
  accentColor?: string | undefined;
78926
78926
  contrast?: number | undefined;
78927
78927
  isSecondaryEnabled?: boolean | undefined;
@@ -79150,7 +79150,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
79150
79150
  nickname?: string | undefined;
79151
79151
  theme?: {
79152
79152
  backgroundColor?: string | undefined;
79153
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
79153
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
79154
79154
  accentColor?: string | undefined;
79155
79155
  contrast?: number | undefined;
79156
79156
  isSecondaryEnabled?: boolean | undefined;
@@ -79230,7 +79230,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
79230
79230
  nickname?: string | undefined;
79231
79231
  theme?: {
79232
79232
  backgroundColor?: string | undefined;
79233
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
79233
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
79234
79234
  accentColor?: string | undefined;
79235
79235
  contrast?: number | undefined;
79236
79236
  isSecondaryEnabled?: boolean | undefined;
@@ -79314,7 +79314,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
79314
79314
  nickname?: string | undefined;
79315
79315
  theme?: {
79316
79316
  backgroundColor?: string | undefined;
79317
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
79317
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
79318
79318
  accentColor?: string | undefined;
79319
79319
  contrast?: number | undefined;
79320
79320
  isSecondaryEnabled?: boolean | undefined;
@@ -79398,7 +79398,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
79398
79398
  nickname?: string | undefined;
79399
79399
  theme?: {
79400
79400
  backgroundColor?: string | undefined;
79401
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
79401
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
79402
79402
  accentColor?: string | undefined;
79403
79403
  contrast?: number | undefined;
79404
79404
  isSecondaryEnabled?: boolean | undefined;
@@ -83426,7 +83426,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83426
83426
  isApprovalsOnboardingFinished?: boolean | undefined;
83427
83427
  }>>;
83428
83428
  theme: z.ZodOptional<z.ZodObject<{
83429
- preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
83429
+ preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
83430
83430
  backgroundColor: z.ZodOptional<z.ZodString>;
83431
83431
  accentColor: z.ZodOptional<z.ZodString>;
83432
83432
  contrast: z.ZodOptional<z.ZodNumber>;
@@ -83436,7 +83436,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83436
83436
  isEditorWhite: z.ZodOptional<z.ZodBoolean>;
83437
83437
  }, "strip", z.ZodTypeAny, {
83438
83438
  backgroundColor?: string | undefined;
83439
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
83439
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
83440
83440
  accentColor?: string | undefined;
83441
83441
  contrast?: number | undefined;
83442
83442
  isSecondaryEnabled?: boolean | undefined;
@@ -83445,7 +83445,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83445
83445
  isEditorWhite?: boolean | undefined;
83446
83446
  }, {
83447
83447
  backgroundColor?: string | undefined;
83448
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
83448
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
83449
83449
  accentColor?: string | undefined;
83450
83450
  contrast?: number | undefined;
83451
83451
  isSecondaryEnabled?: boolean | undefined;
@@ -83459,7 +83459,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83459
83459
  nickname?: string | undefined;
83460
83460
  theme?: {
83461
83461
  backgroundColor?: string | undefined;
83462
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
83462
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
83463
83463
  accentColor?: string | undefined;
83464
83464
  contrast?: number | undefined;
83465
83465
  isSecondaryEnabled?: boolean | undefined;
@@ -83487,7 +83487,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83487
83487
  nickname?: string | undefined;
83488
83488
  theme?: {
83489
83489
  backgroundColor?: string | undefined;
83490
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
83490
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
83491
83491
  accentColor?: string | undefined;
83492
83492
  contrast?: number | undefined;
83493
83493
  isSecondaryEnabled?: boolean | undefined;
@@ -83716,7 +83716,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83716
83716
  nickname?: string | undefined;
83717
83717
  theme?: {
83718
83718
  backgroundColor?: string | undefined;
83719
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
83719
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
83720
83720
  accentColor?: string | undefined;
83721
83721
  contrast?: number | undefined;
83722
83722
  isSecondaryEnabled?: boolean | undefined;
@@ -83796,7 +83796,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83796
83796
  nickname?: string | undefined;
83797
83797
  theme?: {
83798
83798
  backgroundColor?: string | undefined;
83799
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
83799
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
83800
83800
  accentColor?: string | undefined;
83801
83801
  contrast?: number | undefined;
83802
83802
  isSecondaryEnabled?: boolean | undefined;
@@ -83880,7 +83880,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83880
83880
  nickname?: string | undefined;
83881
83881
  theme?: {
83882
83882
  backgroundColor?: string | undefined;
83883
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
83883
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
83884
83884
  accentColor?: string | undefined;
83885
83885
  contrast?: number | undefined;
83886
83886
  isSecondaryEnabled?: boolean | undefined;
@@ -83964,7 +83964,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
83964
83964
  nickname?: string | undefined;
83965
83965
  theme?: {
83966
83966
  backgroundColor?: string | undefined;
83967
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
83967
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
83968
83968
  accentColor?: string | undefined;
83969
83969
  contrast?: number | undefined;
83970
83970
  isSecondaryEnabled?: boolean | undefined;
@@ -84050,7 +84050,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
84050
84050
  nickname?: string | undefined;
84051
84051
  theme?: {
84052
84052
  backgroundColor?: string | undefined;
84053
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
84053
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
84054
84054
  accentColor?: string | undefined;
84055
84055
  contrast?: number | undefined;
84056
84056
  isSecondaryEnabled?: boolean | undefined;
@@ -84136,7 +84136,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
84136
84136
  nickname?: string | undefined;
84137
84137
  theme?: {
84138
84138
  backgroundColor?: string | undefined;
84139
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
84139
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
84140
84140
  accentColor?: string | undefined;
84141
84141
  contrast?: number | undefined;
84142
84142
  isSecondaryEnabled?: boolean | undefined;
@@ -89852,7 +89852,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
89852
89852
  isApprovalsOnboardingFinished?: boolean | undefined;
89853
89853
  }>>>;
89854
89854
  theme: zod.ZodOptional<zod.ZodOptional<zod.ZodObject<{
89855
- preset: zod.ZodOptional<zod.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
89855
+ preset: zod.ZodOptional<zod.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
89856
89856
  backgroundColor: zod.ZodOptional<zod.ZodString>;
89857
89857
  accentColor: zod.ZodOptional<zod.ZodString>;
89858
89858
  contrast: zod.ZodOptional<zod.ZodNumber>;
@@ -89862,7 +89862,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
89862
89862
  isEditorWhite: zod.ZodOptional<zod.ZodBoolean>;
89863
89863
  }, "strip", zod.ZodTypeAny, {
89864
89864
  backgroundColor?: string | undefined;
89865
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
89865
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
89866
89866
  accentColor?: string | undefined;
89867
89867
  contrast?: number | undefined;
89868
89868
  isSecondaryEnabled?: boolean | undefined;
@@ -89871,7 +89871,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
89871
89871
  isEditorWhite?: boolean | undefined;
89872
89872
  }, {
89873
89873
  backgroundColor?: string | undefined;
89874
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
89874
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
89875
89875
  accentColor?: string | undefined;
89876
89876
  contrast?: number | undefined;
89877
89877
  isSecondaryEnabled?: boolean | undefined;
@@ -89884,7 +89884,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
89884
89884
  nickname?: string | undefined;
89885
89885
  theme?: {
89886
89886
  backgroundColor?: string | undefined;
89887
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
89887
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
89888
89888
  accentColor?: string | undefined;
89889
89889
  contrast?: number | undefined;
89890
89890
  isSecondaryEnabled?: boolean | undefined;
@@ -89911,7 +89911,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
89911
89911
  nickname?: string | undefined;
89912
89912
  theme?: {
89913
89913
  backgroundColor?: string | undefined;
89914
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
89914
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
89915
89915
  accentColor?: string | undefined;
89916
89916
  contrast?: number | undefined;
89917
89917
  isSecondaryEnabled?: boolean | undefined;
@@ -95155,7 +95155,7 @@ declare class WorkspaceMembersEndpoint {
95155
95155
  nickname?: string | undefined;
95156
95156
  theme?: {
95157
95157
  backgroundColor?: string | undefined;
95158
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
95158
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
95159
95159
  accentColor?: string | undefined;
95160
95160
  contrast?: number | undefined;
95161
95161
  isSecondaryEnabled?: boolean | undefined;
@@ -96212,7 +96212,7 @@ declare class UsersEndpoint {
96212
96212
  } | undefined;
96213
96213
  theme?: {
96214
96214
  backgroundColor?: string | undefined;
96215
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
96215
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
96216
96216
  accentColor?: string | undefined;
96217
96217
  contrast?: number | undefined;
96218
96218
  isSecondaryEnabled?: boolean | undefined;
@@ -96439,7 +96439,7 @@ declare class UsersEndpoint {
96439
96439
  } | undefined;
96440
96440
  theme?: {
96441
96441
  backgroundColor?: string | undefined;
96442
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
96442
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
96443
96443
  accentColor?: string | undefined;
96444
96444
  contrast?: number | undefined;
96445
96445
  isSecondaryEnabled?: boolean | undefined;
@@ -96475,7 +96475,7 @@ declare class UsersEndpoint {
96475
96475
  } | undefined;
96476
96476
  theme?: {
96477
96477
  backgroundColor?: string | undefined;
96478
- preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
96478
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
96479
96479
  accentColor?: string | undefined;
96480
96480
  contrast?: number | undefined;
96481
96481
  isSecondaryEnabled?: boolean | undefined;