@supernova-studio/client 0.59.7 → 0.59.8
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 +412 -22
- package/dist/index.d.ts +412 -22
- package/dist/index.js +12 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5270,13 +5270,13 @@ declare const DTODataSourceFigmaVariablesPlugin: z.ZodObject<{
|
|
|
5270
5270
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
5271
5271
|
}, "strip", z.ZodTypeAny, {
|
|
5272
5272
|
remoteId: string;
|
|
5273
|
-
remoteSourceType: "
|
|
5273
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5274
5274
|
isTokenTypeSplitEnabled: boolean;
|
|
5275
5275
|
lastImportedAt?: Date | undefined;
|
|
5276
5276
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
5277
5277
|
}, {
|
|
5278
5278
|
remoteId: string;
|
|
5279
|
-
remoteSourceType: "
|
|
5279
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5280
5280
|
isTokenTypeSplitEnabled: boolean;
|
|
5281
5281
|
lastImportedAt?: Date | undefined;
|
|
5282
5282
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -5307,7 +5307,7 @@ declare const DTODataSourceFigmaVariablesPlugin: z.ZodObject<{
|
|
|
5307
5307
|
fileName: string;
|
|
5308
5308
|
upload: {
|
|
5309
5309
|
remoteId: string;
|
|
5310
|
-
remoteSourceType: "
|
|
5310
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5311
5311
|
isTokenTypeSplitEnabled: boolean;
|
|
5312
5312
|
lastImportedAt?: Date | undefined;
|
|
5313
5313
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -5326,7 +5326,7 @@ declare const DTODataSourceFigmaVariablesPlugin: z.ZodObject<{
|
|
|
5326
5326
|
fileName: string;
|
|
5327
5327
|
upload: {
|
|
5328
5328
|
remoteId: string;
|
|
5329
|
-
remoteSourceType: "
|
|
5329
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5330
5330
|
isTokenTypeSplitEnabled: boolean;
|
|
5331
5331
|
lastImportedAt?: Date | undefined;
|
|
5332
5332
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -5789,13 +5789,13 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5789
5789
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
5790
5790
|
}, "strip", z.ZodTypeAny, {
|
|
5791
5791
|
remoteId: string;
|
|
5792
|
-
remoteSourceType: "
|
|
5792
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5793
5793
|
isTokenTypeSplitEnabled: boolean;
|
|
5794
5794
|
lastImportedAt?: Date | undefined;
|
|
5795
5795
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
5796
5796
|
}, {
|
|
5797
5797
|
remoteId: string;
|
|
5798
|
-
remoteSourceType: "
|
|
5798
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5799
5799
|
isTokenTypeSplitEnabled: boolean;
|
|
5800
5800
|
lastImportedAt?: Date | undefined;
|
|
5801
5801
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -5826,7 +5826,7 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5826
5826
|
fileName: string;
|
|
5827
5827
|
upload: {
|
|
5828
5828
|
remoteId: string;
|
|
5829
|
-
remoteSourceType: "
|
|
5829
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5830
5830
|
isTokenTypeSplitEnabled: boolean;
|
|
5831
5831
|
lastImportedAt?: Date | undefined;
|
|
5832
5832
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -5845,7 +5845,7 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5845
5845
|
fileName: string;
|
|
5846
5846
|
upload: {
|
|
5847
5847
|
remoteId: string;
|
|
5848
|
-
remoteSourceType: "
|
|
5848
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5849
5849
|
isTokenTypeSplitEnabled: boolean;
|
|
5850
5850
|
lastImportedAt?: Date | undefined;
|
|
5851
5851
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -6461,13 +6461,13 @@ declare const DTODataSourceResponse: z.ZodObject<{
|
|
|
6461
6461
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
6462
6462
|
}, "strip", z.ZodTypeAny, {
|
|
6463
6463
|
remoteId: string;
|
|
6464
|
-
remoteSourceType: "
|
|
6464
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6465
6465
|
isTokenTypeSplitEnabled: boolean;
|
|
6466
6466
|
lastImportedAt?: Date | undefined;
|
|
6467
6467
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
6468
6468
|
}, {
|
|
6469
6469
|
remoteId: string;
|
|
6470
|
-
remoteSourceType: "
|
|
6470
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6471
6471
|
isTokenTypeSplitEnabled: boolean;
|
|
6472
6472
|
lastImportedAt?: Date | undefined;
|
|
6473
6473
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -6498,7 +6498,7 @@ declare const DTODataSourceResponse: z.ZodObject<{
|
|
|
6498
6498
|
fileName: string;
|
|
6499
6499
|
upload: {
|
|
6500
6500
|
remoteId: string;
|
|
6501
|
-
remoteSourceType: "
|
|
6501
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6502
6502
|
isTokenTypeSplitEnabled: boolean;
|
|
6503
6503
|
lastImportedAt?: Date | undefined;
|
|
6504
6504
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -6517,7 +6517,7 @@ declare const DTODataSourceResponse: z.ZodObject<{
|
|
|
6517
6517
|
fileName: string;
|
|
6518
6518
|
upload: {
|
|
6519
6519
|
remoteId: string;
|
|
6520
|
-
remoteSourceType: "
|
|
6520
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6521
6521
|
isTokenTypeSplitEnabled: boolean;
|
|
6522
6522
|
lastImportedAt?: Date | undefined;
|
|
6523
6523
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -6784,7 +6784,7 @@ declare const DTODataSourceResponse: z.ZodObject<{
|
|
|
6784
6784
|
fileName: string;
|
|
6785
6785
|
upload: {
|
|
6786
6786
|
remoteId: string;
|
|
6787
|
-
remoteSourceType: "
|
|
6787
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6788
6788
|
isTokenTypeSplitEnabled: boolean;
|
|
6789
6789
|
lastImportedAt?: Date | undefined;
|
|
6790
6790
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -6899,7 +6899,7 @@ declare const DTODataSourceResponse: z.ZodObject<{
|
|
|
6899
6899
|
fileName: string;
|
|
6900
6900
|
upload: {
|
|
6901
6901
|
remoteId: string;
|
|
6902
|
-
remoteSourceType: "
|
|
6902
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6903
6903
|
isTokenTypeSplitEnabled: boolean;
|
|
6904
6904
|
lastImportedAt?: Date | undefined;
|
|
6905
6905
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -7364,13 +7364,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
7364
7364
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
7365
7365
|
}, "strip", z.ZodTypeAny, {
|
|
7366
7366
|
remoteId: string;
|
|
7367
|
-
remoteSourceType: "
|
|
7367
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
7368
7368
|
isTokenTypeSplitEnabled: boolean;
|
|
7369
7369
|
lastImportedAt?: Date | undefined;
|
|
7370
7370
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
7371
7371
|
}, {
|
|
7372
7372
|
remoteId: string;
|
|
7373
|
-
remoteSourceType: "
|
|
7373
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
7374
7374
|
isTokenTypeSplitEnabled: boolean;
|
|
7375
7375
|
lastImportedAt?: Date | undefined;
|
|
7376
7376
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -7401,7 +7401,7 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
7401
7401
|
fileName: string;
|
|
7402
7402
|
upload: {
|
|
7403
7403
|
remoteId: string;
|
|
7404
|
-
remoteSourceType: "
|
|
7404
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
7405
7405
|
isTokenTypeSplitEnabled: boolean;
|
|
7406
7406
|
lastImportedAt?: Date | undefined;
|
|
7407
7407
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -7420,7 +7420,7 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
7420
7420
|
fileName: string;
|
|
7421
7421
|
upload: {
|
|
7422
7422
|
remoteId: string;
|
|
7423
|
-
remoteSourceType: "
|
|
7423
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
7424
7424
|
isTokenTypeSplitEnabled: boolean;
|
|
7425
7425
|
lastImportedAt?: Date | undefined;
|
|
7426
7426
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -7687,7 +7687,7 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
7687
7687
|
fileName: string;
|
|
7688
7688
|
upload: {
|
|
7689
7689
|
remoteId: string;
|
|
7690
|
-
remoteSourceType: "
|
|
7690
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
7691
7691
|
isTokenTypeSplitEnabled: boolean;
|
|
7692
7692
|
lastImportedAt?: Date | undefined;
|
|
7693
7693
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -7802,7 +7802,7 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
7802
7802
|
fileName: string;
|
|
7803
7803
|
upload: {
|
|
7804
7804
|
remoteId: string;
|
|
7805
|
-
remoteSourceType: "
|
|
7805
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
7806
7806
|
isTokenTypeSplitEnabled: boolean;
|
|
7807
7807
|
lastImportedAt?: Date | undefined;
|
|
7808
7808
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -76422,10 +76422,48 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
76422
76422
|
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
76423
76423
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
76424
76424
|
}>>;
|
|
76425
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
76426
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
76427
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
76428
|
+
accentColor: z.ZodOptional<z.ZodString>;
|
|
76429
|
+
contrast: z.ZodOptional<z.ZodNumber>;
|
|
76430
|
+
isSecondaryEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
76431
|
+
secondaryBackgroundColor: z.ZodOptional<z.ZodString>;
|
|
76432
|
+
secondaryContrast: z.ZodOptional<z.ZodNumber>;
|
|
76433
|
+
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
76434
|
+
}, "strip", z.ZodTypeAny, {
|
|
76435
|
+
backgroundColor?: string | undefined;
|
|
76436
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
76437
|
+
accentColor?: string | undefined;
|
|
76438
|
+
contrast?: number | undefined;
|
|
76439
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
76440
|
+
secondaryBackgroundColor?: string | undefined;
|
|
76441
|
+
secondaryContrast?: number | undefined;
|
|
76442
|
+
isEditorWhite?: boolean | undefined;
|
|
76443
|
+
}, {
|
|
76444
|
+
backgroundColor?: string | undefined;
|
|
76445
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
76446
|
+
accentColor?: string | undefined;
|
|
76447
|
+
contrast?: number | undefined;
|
|
76448
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
76449
|
+
secondaryBackgroundColor?: string | undefined;
|
|
76450
|
+
secondaryContrast?: number | undefined;
|
|
76451
|
+
isEditorWhite?: boolean | undefined;
|
|
76452
|
+
}>>;
|
|
76425
76453
|
}, "strip", z.ZodTypeAny, {
|
|
76426
76454
|
name: string;
|
|
76427
76455
|
avatar?: string | undefined;
|
|
76428
76456
|
nickname?: string | undefined;
|
|
76457
|
+
theme?: {
|
|
76458
|
+
backgroundColor?: string | undefined;
|
|
76459
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
76460
|
+
accentColor?: string | undefined;
|
|
76461
|
+
contrast?: number | undefined;
|
|
76462
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
76463
|
+
secondaryBackgroundColor?: string | undefined;
|
|
76464
|
+
secondaryContrast?: number | undefined;
|
|
76465
|
+
isEditorWhite?: boolean | undefined;
|
|
76466
|
+
} | undefined;
|
|
76429
76467
|
onboarding?: {
|
|
76430
76468
|
companyName?: string | undefined;
|
|
76431
76469
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -76444,6 +76482,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
76444
76482
|
name: string;
|
|
76445
76483
|
avatar?: string | undefined;
|
|
76446
76484
|
nickname?: string | undefined;
|
|
76485
|
+
theme?: {
|
|
76486
|
+
backgroundColor?: string | undefined;
|
|
76487
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
76488
|
+
accentColor?: string | undefined;
|
|
76489
|
+
contrast?: number | undefined;
|
|
76490
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
76491
|
+
secondaryBackgroundColor?: string | undefined;
|
|
76492
|
+
secondaryContrast?: number | undefined;
|
|
76493
|
+
isEditorWhite?: boolean | undefined;
|
|
76494
|
+
} | undefined;
|
|
76447
76495
|
onboarding?: {
|
|
76448
76496
|
companyName?: string | undefined;
|
|
76449
76497
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -76663,6 +76711,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
76663
76711
|
name: string;
|
|
76664
76712
|
avatar?: string | undefined;
|
|
76665
76713
|
nickname?: string | undefined;
|
|
76714
|
+
theme?: {
|
|
76715
|
+
backgroundColor?: string | undefined;
|
|
76716
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
76717
|
+
accentColor?: string | undefined;
|
|
76718
|
+
contrast?: number | undefined;
|
|
76719
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
76720
|
+
secondaryBackgroundColor?: string | undefined;
|
|
76721
|
+
secondaryContrast?: number | undefined;
|
|
76722
|
+
isEditorWhite?: boolean | undefined;
|
|
76723
|
+
} | undefined;
|
|
76666
76724
|
onboarding?: {
|
|
76667
76725
|
companyName?: string | undefined;
|
|
76668
76726
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -76733,6 +76791,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
76733
76791
|
name: string;
|
|
76734
76792
|
avatar?: string | undefined;
|
|
76735
76793
|
nickname?: string | undefined;
|
|
76794
|
+
theme?: {
|
|
76795
|
+
backgroundColor?: string | undefined;
|
|
76796
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
76797
|
+
accentColor?: string | undefined;
|
|
76798
|
+
contrast?: number | undefined;
|
|
76799
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
76800
|
+
secondaryBackgroundColor?: string | undefined;
|
|
76801
|
+
secondaryContrast?: number | undefined;
|
|
76802
|
+
isEditorWhite?: boolean | undefined;
|
|
76803
|
+
} | undefined;
|
|
76736
76804
|
onboarding?: {
|
|
76737
76805
|
companyName?: string | undefined;
|
|
76738
76806
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -76805,6 +76873,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
76805
76873
|
name: string;
|
|
76806
76874
|
avatar?: string | undefined;
|
|
76807
76875
|
nickname?: string | undefined;
|
|
76876
|
+
theme?: {
|
|
76877
|
+
backgroundColor?: string | undefined;
|
|
76878
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
76879
|
+
accentColor?: string | undefined;
|
|
76880
|
+
contrast?: number | undefined;
|
|
76881
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
76882
|
+
secondaryBackgroundColor?: string | undefined;
|
|
76883
|
+
secondaryContrast?: number | undefined;
|
|
76884
|
+
isEditorWhite?: boolean | undefined;
|
|
76885
|
+
} | undefined;
|
|
76808
76886
|
onboarding?: {
|
|
76809
76887
|
companyName?: string | undefined;
|
|
76810
76888
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -76877,6 +76955,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
76877
76955
|
name: string;
|
|
76878
76956
|
avatar?: string | undefined;
|
|
76879
76957
|
nickname?: string | undefined;
|
|
76958
|
+
theme?: {
|
|
76959
|
+
backgroundColor?: string | undefined;
|
|
76960
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
76961
|
+
accentColor?: string | undefined;
|
|
76962
|
+
contrast?: number | undefined;
|
|
76963
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
76964
|
+
secondaryBackgroundColor?: string | undefined;
|
|
76965
|
+
secondaryContrast?: number | undefined;
|
|
76966
|
+
isEditorWhite?: boolean | undefined;
|
|
76967
|
+
} | undefined;
|
|
76880
76968
|
onboarding?: {
|
|
76881
76969
|
companyName?: string | undefined;
|
|
76882
76970
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -77098,9 +77186,47 @@ declare const DTOUserProfileUpdate: z.ZodObject<Omit<{
|
|
|
77098
77186
|
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
77099
77187
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
77100
77188
|
}>>>;
|
|
77189
|
+
theme: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
77190
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
77191
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
77192
|
+
accentColor: z.ZodOptional<z.ZodString>;
|
|
77193
|
+
contrast: z.ZodOptional<z.ZodNumber>;
|
|
77194
|
+
isSecondaryEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
77195
|
+
secondaryBackgroundColor: z.ZodOptional<z.ZodString>;
|
|
77196
|
+
secondaryContrast: z.ZodOptional<z.ZodNumber>;
|
|
77197
|
+
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
77198
|
+
}, "strip", z.ZodTypeAny, {
|
|
77199
|
+
backgroundColor?: string | undefined;
|
|
77200
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
77201
|
+
accentColor?: string | undefined;
|
|
77202
|
+
contrast?: number | undefined;
|
|
77203
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
77204
|
+
secondaryBackgroundColor?: string | undefined;
|
|
77205
|
+
secondaryContrast?: number | undefined;
|
|
77206
|
+
isEditorWhite?: boolean | undefined;
|
|
77207
|
+
}, {
|
|
77208
|
+
backgroundColor?: string | undefined;
|
|
77209
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
77210
|
+
accentColor?: string | undefined;
|
|
77211
|
+
contrast?: number | undefined;
|
|
77212
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
77213
|
+
secondaryBackgroundColor?: string | undefined;
|
|
77214
|
+
secondaryContrast?: number | undefined;
|
|
77215
|
+
isEditorWhite?: boolean | undefined;
|
|
77216
|
+
}>>>;
|
|
77101
77217
|
}, "avatar">, "strip", z.ZodTypeAny, {
|
|
77102
77218
|
name?: string | undefined;
|
|
77103
77219
|
nickname?: string | undefined;
|
|
77220
|
+
theme?: {
|
|
77221
|
+
backgroundColor?: string | undefined;
|
|
77222
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
77223
|
+
accentColor?: string | undefined;
|
|
77224
|
+
contrast?: number | undefined;
|
|
77225
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
77226
|
+
secondaryBackgroundColor?: string | undefined;
|
|
77227
|
+
secondaryContrast?: number | undefined;
|
|
77228
|
+
isEditorWhite?: boolean | undefined;
|
|
77229
|
+
} | undefined;
|
|
77104
77230
|
onboarding?: {
|
|
77105
77231
|
companyName?: string | undefined;
|
|
77106
77232
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -77118,6 +77244,16 @@ declare const DTOUserProfileUpdate: z.ZodObject<Omit<{
|
|
|
77118
77244
|
}, {
|
|
77119
77245
|
name?: string | undefined;
|
|
77120
77246
|
nickname?: string | undefined;
|
|
77247
|
+
theme?: {
|
|
77248
|
+
backgroundColor?: string | undefined;
|
|
77249
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
77250
|
+
accentColor?: string | undefined;
|
|
77251
|
+
contrast?: number | undefined;
|
|
77252
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
77253
|
+
secondaryBackgroundColor?: string | undefined;
|
|
77254
|
+
secondaryContrast?: number | undefined;
|
|
77255
|
+
isEditorWhite?: boolean | undefined;
|
|
77256
|
+
} | undefined;
|
|
77121
77257
|
onboarding?: {
|
|
77122
77258
|
companyName?: string | undefined;
|
|
77123
77259
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -78356,10 +78492,48 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
78356
78492
|
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
78357
78493
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
78358
78494
|
}>>;
|
|
78495
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
78496
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
78497
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
78498
|
+
accentColor: z.ZodOptional<z.ZodString>;
|
|
78499
|
+
contrast: z.ZodOptional<z.ZodNumber>;
|
|
78500
|
+
isSecondaryEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
78501
|
+
secondaryBackgroundColor: z.ZodOptional<z.ZodString>;
|
|
78502
|
+
secondaryContrast: z.ZodOptional<z.ZodNumber>;
|
|
78503
|
+
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
78504
|
+
}, "strip", z.ZodTypeAny, {
|
|
78505
|
+
backgroundColor?: string | undefined;
|
|
78506
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
78507
|
+
accentColor?: string | undefined;
|
|
78508
|
+
contrast?: number | undefined;
|
|
78509
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
78510
|
+
secondaryBackgroundColor?: string | undefined;
|
|
78511
|
+
secondaryContrast?: number | undefined;
|
|
78512
|
+
isEditorWhite?: boolean | undefined;
|
|
78513
|
+
}, {
|
|
78514
|
+
backgroundColor?: string | undefined;
|
|
78515
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
78516
|
+
accentColor?: string | undefined;
|
|
78517
|
+
contrast?: number | undefined;
|
|
78518
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
78519
|
+
secondaryBackgroundColor?: string | undefined;
|
|
78520
|
+
secondaryContrast?: number | undefined;
|
|
78521
|
+
isEditorWhite?: boolean | undefined;
|
|
78522
|
+
}>>;
|
|
78359
78523
|
}, "strip", z.ZodTypeAny, {
|
|
78360
78524
|
name: string;
|
|
78361
78525
|
avatar?: string | undefined;
|
|
78362
78526
|
nickname?: string | undefined;
|
|
78527
|
+
theme?: {
|
|
78528
|
+
backgroundColor?: string | undefined;
|
|
78529
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
78530
|
+
accentColor?: string | undefined;
|
|
78531
|
+
contrast?: number | undefined;
|
|
78532
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
78533
|
+
secondaryBackgroundColor?: string | undefined;
|
|
78534
|
+
secondaryContrast?: number | undefined;
|
|
78535
|
+
isEditorWhite?: boolean | undefined;
|
|
78536
|
+
} | undefined;
|
|
78363
78537
|
onboarding?: {
|
|
78364
78538
|
companyName?: string | undefined;
|
|
78365
78539
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -78378,6 +78552,16 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
78378
78552
|
name: string;
|
|
78379
78553
|
avatar?: string | undefined;
|
|
78380
78554
|
nickname?: string | undefined;
|
|
78555
|
+
theme?: {
|
|
78556
|
+
backgroundColor?: string | undefined;
|
|
78557
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
78558
|
+
accentColor?: string | undefined;
|
|
78559
|
+
contrast?: number | undefined;
|
|
78560
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
78561
|
+
secondaryBackgroundColor?: string | undefined;
|
|
78562
|
+
secondaryContrast?: number | undefined;
|
|
78563
|
+
isEditorWhite?: boolean | undefined;
|
|
78564
|
+
} | undefined;
|
|
78381
78565
|
onboarding?: {
|
|
78382
78566
|
companyName?: string | undefined;
|
|
78383
78567
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -78597,6 +78781,16 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
78597
78781
|
name: string;
|
|
78598
78782
|
avatar?: string | undefined;
|
|
78599
78783
|
nickname?: string | undefined;
|
|
78784
|
+
theme?: {
|
|
78785
|
+
backgroundColor?: string | undefined;
|
|
78786
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
78787
|
+
accentColor?: string | undefined;
|
|
78788
|
+
contrast?: number | undefined;
|
|
78789
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
78790
|
+
secondaryBackgroundColor?: string | undefined;
|
|
78791
|
+
secondaryContrast?: number | undefined;
|
|
78792
|
+
isEditorWhite?: boolean | undefined;
|
|
78793
|
+
} | undefined;
|
|
78600
78794
|
onboarding?: {
|
|
78601
78795
|
companyName?: string | undefined;
|
|
78602
78796
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -78667,6 +78861,16 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
78667
78861
|
name: string;
|
|
78668
78862
|
avatar?: string | undefined;
|
|
78669
78863
|
nickname?: string | undefined;
|
|
78864
|
+
theme?: {
|
|
78865
|
+
backgroundColor?: string | undefined;
|
|
78866
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
78867
|
+
accentColor?: string | undefined;
|
|
78868
|
+
contrast?: number | undefined;
|
|
78869
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
78870
|
+
secondaryBackgroundColor?: string | undefined;
|
|
78871
|
+
secondaryContrast?: number | undefined;
|
|
78872
|
+
isEditorWhite?: boolean | undefined;
|
|
78873
|
+
} | undefined;
|
|
78670
78874
|
onboarding?: {
|
|
78671
78875
|
companyName?: string | undefined;
|
|
78672
78876
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -78741,6 +78945,16 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
78741
78945
|
name: string;
|
|
78742
78946
|
avatar?: string | undefined;
|
|
78743
78947
|
nickname?: string | undefined;
|
|
78948
|
+
theme?: {
|
|
78949
|
+
backgroundColor?: string | undefined;
|
|
78950
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
78951
|
+
accentColor?: string | undefined;
|
|
78952
|
+
contrast?: number | undefined;
|
|
78953
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
78954
|
+
secondaryBackgroundColor?: string | undefined;
|
|
78955
|
+
secondaryContrast?: number | undefined;
|
|
78956
|
+
isEditorWhite?: boolean | undefined;
|
|
78957
|
+
} | undefined;
|
|
78744
78958
|
onboarding?: {
|
|
78745
78959
|
companyName?: string | undefined;
|
|
78746
78960
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -78815,6 +79029,16 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
78815
79029
|
name: string;
|
|
78816
79030
|
avatar?: string | undefined;
|
|
78817
79031
|
nickname?: string | undefined;
|
|
79032
|
+
theme?: {
|
|
79033
|
+
backgroundColor?: string | undefined;
|
|
79034
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
79035
|
+
accentColor?: string | undefined;
|
|
79036
|
+
contrast?: number | undefined;
|
|
79037
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
79038
|
+
secondaryBackgroundColor?: string | undefined;
|
|
79039
|
+
secondaryContrast?: number | undefined;
|
|
79040
|
+
isEditorWhite?: boolean | undefined;
|
|
79041
|
+
} | undefined;
|
|
78818
79042
|
onboarding?: {
|
|
78819
79043
|
companyName?: string | undefined;
|
|
78820
79044
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -82834,10 +83058,48 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
82834
83058
|
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
82835
83059
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
82836
83060
|
}>>;
|
|
83061
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
83062
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
83063
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
83064
|
+
accentColor: z.ZodOptional<z.ZodString>;
|
|
83065
|
+
contrast: z.ZodOptional<z.ZodNumber>;
|
|
83066
|
+
isSecondaryEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
83067
|
+
secondaryBackgroundColor: z.ZodOptional<z.ZodString>;
|
|
83068
|
+
secondaryContrast: z.ZodOptional<z.ZodNumber>;
|
|
83069
|
+
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
83070
|
+
}, "strip", z.ZodTypeAny, {
|
|
83071
|
+
backgroundColor?: string | undefined;
|
|
83072
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83073
|
+
accentColor?: string | undefined;
|
|
83074
|
+
contrast?: number | undefined;
|
|
83075
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83076
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83077
|
+
secondaryContrast?: number | undefined;
|
|
83078
|
+
isEditorWhite?: boolean | undefined;
|
|
83079
|
+
}, {
|
|
83080
|
+
backgroundColor?: string | undefined;
|
|
83081
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83082
|
+
accentColor?: string | undefined;
|
|
83083
|
+
contrast?: number | undefined;
|
|
83084
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83085
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83086
|
+
secondaryContrast?: number | undefined;
|
|
83087
|
+
isEditorWhite?: boolean | undefined;
|
|
83088
|
+
}>>;
|
|
82837
83089
|
}, "strip", z.ZodTypeAny, {
|
|
82838
83090
|
name: string;
|
|
82839
83091
|
avatar?: string | undefined;
|
|
82840
83092
|
nickname?: string | undefined;
|
|
83093
|
+
theme?: {
|
|
83094
|
+
backgroundColor?: string | undefined;
|
|
83095
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83096
|
+
accentColor?: string | undefined;
|
|
83097
|
+
contrast?: number | undefined;
|
|
83098
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83099
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83100
|
+
secondaryContrast?: number | undefined;
|
|
83101
|
+
isEditorWhite?: boolean | undefined;
|
|
83102
|
+
} | undefined;
|
|
82841
83103
|
onboarding?: {
|
|
82842
83104
|
companyName?: string | undefined;
|
|
82843
83105
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -82856,6 +83118,16 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
82856
83118
|
name: string;
|
|
82857
83119
|
avatar?: string | undefined;
|
|
82858
83120
|
nickname?: string | undefined;
|
|
83121
|
+
theme?: {
|
|
83122
|
+
backgroundColor?: string | undefined;
|
|
83123
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83124
|
+
accentColor?: string | undefined;
|
|
83125
|
+
contrast?: number | undefined;
|
|
83126
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83127
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83128
|
+
secondaryContrast?: number | undefined;
|
|
83129
|
+
isEditorWhite?: boolean | undefined;
|
|
83130
|
+
} | undefined;
|
|
82859
83131
|
onboarding?: {
|
|
82860
83132
|
companyName?: string | undefined;
|
|
82861
83133
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -83075,6 +83347,16 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
83075
83347
|
name: string;
|
|
83076
83348
|
avatar?: string | undefined;
|
|
83077
83349
|
nickname?: string | undefined;
|
|
83350
|
+
theme?: {
|
|
83351
|
+
backgroundColor?: string | undefined;
|
|
83352
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83353
|
+
accentColor?: string | undefined;
|
|
83354
|
+
contrast?: number | undefined;
|
|
83355
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83356
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83357
|
+
secondaryContrast?: number | undefined;
|
|
83358
|
+
isEditorWhite?: boolean | undefined;
|
|
83359
|
+
} | undefined;
|
|
83078
83360
|
onboarding?: {
|
|
83079
83361
|
companyName?: string | undefined;
|
|
83080
83362
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -83145,6 +83427,16 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
83145
83427
|
name: string;
|
|
83146
83428
|
avatar?: string | undefined;
|
|
83147
83429
|
nickname?: string | undefined;
|
|
83430
|
+
theme?: {
|
|
83431
|
+
backgroundColor?: string | undefined;
|
|
83432
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83433
|
+
accentColor?: string | undefined;
|
|
83434
|
+
contrast?: number | undefined;
|
|
83435
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83436
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83437
|
+
secondaryContrast?: number | undefined;
|
|
83438
|
+
isEditorWhite?: boolean | undefined;
|
|
83439
|
+
} | undefined;
|
|
83148
83440
|
onboarding?: {
|
|
83149
83441
|
companyName?: string | undefined;
|
|
83150
83442
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -83219,6 +83511,16 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
83219
83511
|
name: string;
|
|
83220
83512
|
avatar?: string | undefined;
|
|
83221
83513
|
nickname?: string | undefined;
|
|
83514
|
+
theme?: {
|
|
83515
|
+
backgroundColor?: string | undefined;
|
|
83516
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83517
|
+
accentColor?: string | undefined;
|
|
83518
|
+
contrast?: number | undefined;
|
|
83519
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83520
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83521
|
+
secondaryContrast?: number | undefined;
|
|
83522
|
+
isEditorWhite?: boolean | undefined;
|
|
83523
|
+
} | undefined;
|
|
83222
83524
|
onboarding?: {
|
|
83223
83525
|
companyName?: string | undefined;
|
|
83224
83526
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -83293,6 +83595,16 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
83293
83595
|
name: string;
|
|
83294
83596
|
avatar?: string | undefined;
|
|
83295
83597
|
nickname?: string | undefined;
|
|
83598
|
+
theme?: {
|
|
83599
|
+
backgroundColor?: string | undefined;
|
|
83600
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83601
|
+
accentColor?: string | undefined;
|
|
83602
|
+
contrast?: number | undefined;
|
|
83603
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83604
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83605
|
+
secondaryContrast?: number | undefined;
|
|
83606
|
+
isEditorWhite?: boolean | undefined;
|
|
83607
|
+
} | undefined;
|
|
83296
83608
|
onboarding?: {
|
|
83297
83609
|
companyName?: string | undefined;
|
|
83298
83610
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -83369,6 +83681,16 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
83369
83681
|
name: string;
|
|
83370
83682
|
avatar?: string | undefined;
|
|
83371
83683
|
nickname?: string | undefined;
|
|
83684
|
+
theme?: {
|
|
83685
|
+
backgroundColor?: string | undefined;
|
|
83686
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83687
|
+
accentColor?: string | undefined;
|
|
83688
|
+
contrast?: number | undefined;
|
|
83689
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83690
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83691
|
+
secondaryContrast?: number | undefined;
|
|
83692
|
+
isEditorWhite?: boolean | undefined;
|
|
83693
|
+
} | undefined;
|
|
83372
83694
|
onboarding?: {
|
|
83373
83695
|
companyName?: string | undefined;
|
|
83374
83696
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -83445,6 +83767,16 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
83445
83767
|
name: string;
|
|
83446
83768
|
avatar?: string | undefined;
|
|
83447
83769
|
nickname?: string | undefined;
|
|
83770
|
+
theme?: {
|
|
83771
|
+
backgroundColor?: string | undefined;
|
|
83772
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
83773
|
+
accentColor?: string | undefined;
|
|
83774
|
+
contrast?: number | undefined;
|
|
83775
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
83776
|
+
secondaryBackgroundColor?: string | undefined;
|
|
83777
|
+
secondaryContrast?: number | undefined;
|
|
83778
|
+
isEditorWhite?: boolean | undefined;
|
|
83779
|
+
} | undefined;
|
|
83448
83780
|
onboarding?: {
|
|
83449
83781
|
companyName?: string | undefined;
|
|
83450
83782
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -89159,9 +89491,47 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
89159
89491
|
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
89160
89492
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
89161
89493
|
}>>>;
|
|
89494
|
+
theme: zod.ZodOptional<zod.ZodOptional<zod.ZodObject<{
|
|
89495
|
+
preset: zod.ZodOptional<zod.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
89496
|
+
backgroundColor: zod.ZodOptional<zod.ZodString>;
|
|
89497
|
+
accentColor: zod.ZodOptional<zod.ZodString>;
|
|
89498
|
+
contrast: zod.ZodOptional<zod.ZodNumber>;
|
|
89499
|
+
isSecondaryEnabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
89500
|
+
secondaryBackgroundColor: zod.ZodOptional<zod.ZodString>;
|
|
89501
|
+
secondaryContrast: zod.ZodOptional<zod.ZodNumber>;
|
|
89502
|
+
isEditorWhite: zod.ZodOptional<zod.ZodBoolean>;
|
|
89503
|
+
}, "strip", zod.ZodTypeAny, {
|
|
89504
|
+
backgroundColor?: string | undefined;
|
|
89505
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
89506
|
+
accentColor?: string | undefined;
|
|
89507
|
+
contrast?: number | undefined;
|
|
89508
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
89509
|
+
secondaryBackgroundColor?: string | undefined;
|
|
89510
|
+
secondaryContrast?: number | undefined;
|
|
89511
|
+
isEditorWhite?: boolean | undefined;
|
|
89512
|
+
}, {
|
|
89513
|
+
backgroundColor?: string | undefined;
|
|
89514
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
89515
|
+
accentColor?: string | undefined;
|
|
89516
|
+
contrast?: number | undefined;
|
|
89517
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
89518
|
+
secondaryBackgroundColor?: string | undefined;
|
|
89519
|
+
secondaryContrast?: number | undefined;
|
|
89520
|
+
isEditorWhite?: boolean | undefined;
|
|
89521
|
+
}>>>;
|
|
89162
89522
|
}, "avatar">, "strip", zod.ZodTypeAny, {
|
|
89163
89523
|
name?: string | undefined;
|
|
89164
89524
|
nickname?: string | undefined;
|
|
89525
|
+
theme?: {
|
|
89526
|
+
backgroundColor?: string | undefined;
|
|
89527
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
89528
|
+
accentColor?: string | undefined;
|
|
89529
|
+
contrast?: number | undefined;
|
|
89530
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
89531
|
+
secondaryBackgroundColor?: string | undefined;
|
|
89532
|
+
secondaryContrast?: number | undefined;
|
|
89533
|
+
isEditorWhite?: boolean | undefined;
|
|
89534
|
+
} | undefined;
|
|
89165
89535
|
onboarding?: {
|
|
89166
89536
|
companyName?: string | undefined;
|
|
89167
89537
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -89179,6 +89549,16 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
89179
89549
|
}, {
|
|
89180
89550
|
name?: string | undefined;
|
|
89181
89551
|
nickname?: string | undefined;
|
|
89552
|
+
theme?: {
|
|
89553
|
+
backgroundColor?: string | undefined;
|
|
89554
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
89555
|
+
accentColor?: string | undefined;
|
|
89556
|
+
contrast?: number | undefined;
|
|
89557
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
89558
|
+
secondaryBackgroundColor?: string | undefined;
|
|
89559
|
+
secondaryContrast?: number | undefined;
|
|
89560
|
+
isEditorWhite?: boolean | undefined;
|
|
89561
|
+
} | undefined;
|
|
89182
89562
|
onboarding?: {
|
|
89183
89563
|
companyName?: string | undefined;
|
|
89184
89564
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -93665,7 +94045,7 @@ declare class DesignSystemSourcesEndpoint {
|
|
|
93665
94045
|
fileName: string;
|
|
93666
94046
|
upload: {
|
|
93667
94047
|
remoteId: string;
|
|
93668
|
-
remoteSourceType: "
|
|
94048
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
93669
94049
|
isTokenTypeSplitEnabled: boolean;
|
|
93670
94050
|
lastImportedAt?: Date | undefined;
|
|
93671
94051
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -93781,7 +94161,7 @@ declare class DesignSystemSourcesEndpoint {
|
|
|
93781
94161
|
fileName: string;
|
|
93782
94162
|
upload: {
|
|
93783
94163
|
remoteId: string;
|
|
93784
|
-
remoteSourceType: "
|
|
94164
|
+
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
93785
94165
|
isTokenTypeSplitEnabled: boolean;
|
|
93786
94166
|
lastImportedAt?: Date | undefined;
|
|
93787
94167
|
lastImportMetadata?: Record<string, any> | undefined;
|
|
@@ -94207,6 +94587,16 @@ declare class WorkspaceMembersEndpoint {
|
|
|
94207
94587
|
name: string;
|
|
94208
94588
|
avatar?: string | undefined;
|
|
94209
94589
|
nickname?: string | undefined;
|
|
94590
|
+
theme?: {
|
|
94591
|
+
backgroundColor?: string | undefined;
|
|
94592
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
94593
|
+
accentColor?: string | undefined;
|
|
94594
|
+
contrast?: number | undefined;
|
|
94595
|
+
isSecondaryEnabled?: boolean | undefined;
|
|
94596
|
+
secondaryBackgroundColor?: string | undefined;
|
|
94597
|
+
secondaryContrast?: number | undefined;
|
|
94598
|
+
isEditorWhite?: boolean | undefined;
|
|
94599
|
+
} | undefined;
|
|
94210
94600
|
onboarding?: {
|
|
94211
94601
|
companyName?: string | undefined;
|
|
94212
94602
|
numberOfPeopleInOrg?: string | undefined;
|