@supernova-studio/model 0.54.30 → 0.54.31
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 +334 -334
- package/dist/index.d.ts +334 -334
- package/dist/index.js +45 -47
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +66 -68
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/design-system.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2945,7 +2945,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2945
2945
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2946
2946
|
docSlugDeprecated: z.ZodString;
|
|
2947
2947
|
isPublic: z.ZodBoolean;
|
|
2948
|
-
|
|
2948
|
+
isMultiBrand: z.ZodBoolean;
|
|
2949
2949
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2950
2950
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
2951
2951
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -2977,7 +2977,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2977
2977
|
workspaceId: string;
|
|
2978
2978
|
docSlug: string;
|
|
2979
2979
|
docSlugDeprecated: string;
|
|
2980
|
-
|
|
2980
|
+
isMultiBrand: boolean;
|
|
2981
2981
|
basePrefixes: string[];
|
|
2982
2982
|
isApprovalFeatureEnabled: boolean;
|
|
2983
2983
|
approvalRequiredForPublishing: boolean;
|
|
@@ -3000,7 +3000,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3000
3000
|
workspaceId: string;
|
|
3001
3001
|
docSlug: string;
|
|
3002
3002
|
docSlugDeprecated: string;
|
|
3003
|
-
|
|
3003
|
+
isMultiBrand: boolean;
|
|
3004
3004
|
basePrefixes: string[];
|
|
3005
3005
|
isApprovalFeatureEnabled: boolean;
|
|
3006
3006
|
approvalRequiredForPublishing: boolean;
|
|
@@ -6085,7 +6085,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6085
6085
|
workspaceId: string;
|
|
6086
6086
|
docSlug: string;
|
|
6087
6087
|
docSlugDeprecated: string;
|
|
6088
|
-
|
|
6088
|
+
isMultiBrand: boolean;
|
|
6089
6089
|
basePrefixes: string[];
|
|
6090
6090
|
isApprovalFeatureEnabled: boolean;
|
|
6091
6091
|
approvalRequiredForPublishing: boolean;
|
|
@@ -6516,7 +6516,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6516
6516
|
workspaceId: string;
|
|
6517
6517
|
docSlug: string;
|
|
6518
6518
|
docSlugDeprecated: string;
|
|
6519
|
-
|
|
6519
|
+
isMultiBrand: boolean;
|
|
6520
6520
|
basePrefixes: string[];
|
|
6521
6521
|
isApprovalFeatureEnabled: boolean;
|
|
6522
6522
|
approvalRequiredForPublishing: boolean;
|
|
@@ -11993,7 +11993,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11993
11993
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
11994
11994
|
docSlugDeprecated: z.ZodString;
|
|
11995
11995
|
isPublic: z.ZodBoolean;
|
|
11996
|
-
|
|
11996
|
+
isMultiBrand: z.ZodBoolean;
|
|
11997
11997
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
11998
11998
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
11999
11999
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -12025,7 +12025,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12025
12025
|
workspaceId: string;
|
|
12026
12026
|
docSlug: string;
|
|
12027
12027
|
docSlugDeprecated: string;
|
|
12028
|
-
|
|
12028
|
+
isMultiBrand: boolean;
|
|
12029
12029
|
basePrefixes: string[];
|
|
12030
12030
|
isApprovalFeatureEnabled: boolean;
|
|
12031
12031
|
approvalRequiredForPublishing: boolean;
|
|
@@ -12048,7 +12048,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12048
12048
|
workspaceId: string;
|
|
12049
12049
|
docSlug: string;
|
|
12050
12050
|
docSlugDeprecated: string;
|
|
12051
|
-
|
|
12051
|
+
isMultiBrand: boolean;
|
|
12052
12052
|
basePrefixes: string[];
|
|
12053
12053
|
isApprovalFeatureEnabled: boolean;
|
|
12054
12054
|
approvalRequiredForPublishing: boolean;
|
|
@@ -15133,7 +15133,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15133
15133
|
workspaceId: string;
|
|
15134
15134
|
docSlug: string;
|
|
15135
15135
|
docSlugDeprecated: string;
|
|
15136
|
-
|
|
15136
|
+
isMultiBrand: boolean;
|
|
15137
15137
|
basePrefixes: string[];
|
|
15138
15138
|
isApprovalFeatureEnabled: boolean;
|
|
15139
15139
|
approvalRequiredForPublishing: boolean;
|
|
@@ -15564,7 +15564,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15564
15564
|
workspaceId: string;
|
|
15565
15565
|
docSlug: string;
|
|
15566
15566
|
docSlugDeprecated: string;
|
|
15567
|
-
|
|
15567
|
+
isMultiBrand: boolean;
|
|
15568
15568
|
basePrefixes: string[];
|
|
15569
15569
|
isApprovalFeatureEnabled: boolean;
|
|
15570
15570
|
approvalRequiredForPublishing: boolean;
|
|
@@ -17190,7 +17190,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17190
17190
|
workspaceId: string;
|
|
17191
17191
|
docSlug: string;
|
|
17192
17192
|
docSlugDeprecated: string;
|
|
17193
|
-
|
|
17193
|
+
isMultiBrand: boolean;
|
|
17194
17194
|
basePrefixes: string[];
|
|
17195
17195
|
isApprovalFeatureEnabled: boolean;
|
|
17196
17196
|
approvalRequiredForPublishing: boolean;
|
|
@@ -18007,7 +18007,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18007
18007
|
workspaceId: string;
|
|
18008
18008
|
docSlug: string;
|
|
18009
18009
|
docSlugDeprecated: string;
|
|
18010
|
-
|
|
18010
|
+
isMultiBrand: boolean;
|
|
18011
18011
|
basePrefixes: string[];
|
|
18012
18012
|
isApprovalFeatureEnabled: boolean;
|
|
18013
18013
|
approvalRequiredForPublishing: boolean;
|
|
@@ -18826,7 +18826,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18826
18826
|
workspaceId: string;
|
|
18827
18827
|
docSlug: string;
|
|
18828
18828
|
docSlugDeprecated: string;
|
|
18829
|
-
|
|
18829
|
+
isMultiBrand: boolean;
|
|
18830
18830
|
basePrefixes: string[];
|
|
18831
18831
|
isApprovalFeatureEnabled: boolean;
|
|
18832
18832
|
approvalRequiredForPublishing: boolean;
|
|
@@ -19716,7 +19716,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19716
19716
|
workspaceId: string;
|
|
19717
19717
|
docSlug: string;
|
|
19718
19718
|
docSlugDeprecated: string;
|
|
19719
|
-
|
|
19719
|
+
isMultiBrand: boolean;
|
|
19720
19720
|
basePrefixes: string[];
|
|
19721
19721
|
isApprovalFeatureEnabled: boolean;
|
|
19722
19722
|
approvalRequiredForPublishing: boolean;
|
|
@@ -22093,7 +22093,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22093
22093
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
22094
22094
|
docSlugDeprecated: z.ZodString;
|
|
22095
22095
|
isPublic: z.ZodBoolean;
|
|
22096
|
-
|
|
22096
|
+
isMultiBrand: z.ZodBoolean;
|
|
22097
22097
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
22098
22098
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
22099
22099
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -22125,7 +22125,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22125
22125
|
workspaceId: string;
|
|
22126
22126
|
docSlug: string;
|
|
22127
22127
|
docSlugDeprecated: string;
|
|
22128
|
-
|
|
22128
|
+
isMultiBrand: boolean;
|
|
22129
22129
|
basePrefixes: string[];
|
|
22130
22130
|
isApprovalFeatureEnabled: boolean;
|
|
22131
22131
|
approvalRequiredForPublishing: boolean;
|
|
@@ -22148,7 +22148,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22148
22148
|
workspaceId: string;
|
|
22149
22149
|
docSlug: string;
|
|
22150
22150
|
docSlugDeprecated: string;
|
|
22151
|
-
|
|
22151
|
+
isMultiBrand: boolean;
|
|
22152
22152
|
basePrefixes: string[];
|
|
22153
22153
|
isApprovalFeatureEnabled: boolean;
|
|
22154
22154
|
approvalRequiredForPublishing: boolean;
|
|
@@ -25233,7 +25233,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25233
25233
|
workspaceId: string;
|
|
25234
25234
|
docSlug: string;
|
|
25235
25235
|
docSlugDeprecated: string;
|
|
25236
|
-
|
|
25236
|
+
isMultiBrand: boolean;
|
|
25237
25237
|
basePrefixes: string[];
|
|
25238
25238
|
isApprovalFeatureEnabled: boolean;
|
|
25239
25239
|
approvalRequiredForPublishing: boolean;
|
|
@@ -25664,7 +25664,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25664
25664
|
workspaceId: string;
|
|
25665
25665
|
docSlug: string;
|
|
25666
25666
|
docSlugDeprecated: string;
|
|
25667
|
-
|
|
25667
|
+
isMultiBrand: boolean;
|
|
25668
25668
|
basePrefixes: string[];
|
|
25669
25669
|
isApprovalFeatureEnabled: boolean;
|
|
25670
25670
|
approvalRequiredForPublishing: boolean;
|
|
@@ -27290,7 +27290,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27290
27290
|
workspaceId: string;
|
|
27291
27291
|
docSlug: string;
|
|
27292
27292
|
docSlugDeprecated: string;
|
|
27293
|
-
|
|
27293
|
+
isMultiBrand: boolean;
|
|
27294
27294
|
basePrefixes: string[];
|
|
27295
27295
|
isApprovalFeatureEnabled: boolean;
|
|
27296
27296
|
approvalRequiredForPublishing: boolean;
|
|
@@ -28107,7 +28107,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28107
28107
|
workspaceId: string;
|
|
28108
28108
|
docSlug: string;
|
|
28109
28109
|
docSlugDeprecated: string;
|
|
28110
|
-
|
|
28110
|
+
isMultiBrand: boolean;
|
|
28111
28111
|
basePrefixes: string[];
|
|
28112
28112
|
isApprovalFeatureEnabled: boolean;
|
|
28113
28113
|
approvalRequiredForPublishing: boolean;
|
|
@@ -128870,7 +128870,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128870
128870
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
128871
128871
|
docSlugDeprecated: z.ZodString;
|
|
128872
128872
|
isPublic: z.ZodBoolean;
|
|
128873
|
-
|
|
128873
|
+
isMultiBrand: z.ZodBoolean;
|
|
128874
128874
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
128875
128875
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
128876
128876
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -128902,7 +128902,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128902
128902
|
workspaceId: string;
|
|
128903
128903
|
docSlug: string;
|
|
128904
128904
|
docSlugDeprecated: string;
|
|
128905
|
-
|
|
128905
|
+
isMultiBrand: boolean;
|
|
128906
128906
|
basePrefixes: string[];
|
|
128907
128907
|
isApprovalFeatureEnabled: boolean;
|
|
128908
128908
|
approvalRequiredForPublishing: boolean;
|
|
@@ -128925,7 +128925,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128925
128925
|
workspaceId: string;
|
|
128926
128926
|
docSlug: string;
|
|
128927
128927
|
docSlugDeprecated: string;
|
|
128928
|
-
|
|
128928
|
+
isMultiBrand: boolean;
|
|
128929
128929
|
basePrefixes: string[];
|
|
128930
128930
|
isApprovalFeatureEnabled: boolean;
|
|
128931
128931
|
approvalRequiredForPublishing: boolean;
|
|
@@ -160927,6 +160927,311 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
160927
160927
|
}>;
|
|
160928
160928
|
type UserLinkedIntegrations = z.infer<typeof UserLinkedIntegrations>;
|
|
160929
160929
|
|
|
160930
|
+
declare const UserAnalyticsCleanupSchedule: z.ZodObject<{
|
|
160931
|
+
userId: z.ZodString;
|
|
160932
|
+
createdAt: z.ZodDate;
|
|
160933
|
+
deleteAt: z.ZodDate;
|
|
160934
|
+
}, "strip", z.ZodTypeAny, {
|
|
160935
|
+
createdAt: Date;
|
|
160936
|
+
deleteAt: Date;
|
|
160937
|
+
userId: string;
|
|
160938
|
+
}, {
|
|
160939
|
+
createdAt: Date;
|
|
160940
|
+
deleteAt: Date;
|
|
160941
|
+
userId: string;
|
|
160942
|
+
}>;
|
|
160943
|
+
type UserAnalyticsCleanupSchedule = z.infer<typeof UserAnalyticsCleanupSchedule>;
|
|
160944
|
+
declare const UserAnalyticsCleanupScheduleDbInput: z.ZodObject<Omit<{
|
|
160945
|
+
userId: z.ZodString;
|
|
160946
|
+
createdAt: z.ZodDate;
|
|
160947
|
+
deleteAt: z.ZodDate;
|
|
160948
|
+
}, "createdAt">, "strip", z.ZodTypeAny, {
|
|
160949
|
+
deleteAt: Date;
|
|
160950
|
+
userId: string;
|
|
160951
|
+
}, {
|
|
160952
|
+
deleteAt: Date;
|
|
160953
|
+
userId: string;
|
|
160954
|
+
}>;
|
|
160955
|
+
type UserAnalyticsCleanupScheduleDbInput = z.infer<typeof UserAnalyticsCleanupScheduleDbInput>;
|
|
160956
|
+
|
|
160957
|
+
declare const UserIdentity: z.ZodObject<{
|
|
160958
|
+
id: z.ZodString;
|
|
160959
|
+
userId: z.ZodString;
|
|
160960
|
+
}, "strip", z.ZodTypeAny, {
|
|
160961
|
+
id: string;
|
|
160962
|
+
userId: string;
|
|
160963
|
+
}, {
|
|
160964
|
+
id: string;
|
|
160965
|
+
userId: string;
|
|
160966
|
+
}>;
|
|
160967
|
+
type UserIdentity = z.infer<typeof UserIdentity>;
|
|
160968
|
+
|
|
160969
|
+
declare const UserMinified: z.ZodObject<{
|
|
160970
|
+
id: z.ZodString;
|
|
160971
|
+
name: z.ZodString;
|
|
160972
|
+
email: z.ZodString;
|
|
160973
|
+
avatar: z.ZodOptional<z.ZodString>;
|
|
160974
|
+
}, "strip", z.ZodTypeAny, {
|
|
160975
|
+
id: string;
|
|
160976
|
+
name: string;
|
|
160977
|
+
email: string;
|
|
160978
|
+
avatar?: string | undefined;
|
|
160979
|
+
}, {
|
|
160980
|
+
id: string;
|
|
160981
|
+
name: string;
|
|
160982
|
+
email: string;
|
|
160983
|
+
avatar?: string | undefined;
|
|
160984
|
+
}>;
|
|
160985
|
+
type UserMinified = z.infer<typeof UserMinified>;
|
|
160986
|
+
|
|
160987
|
+
declare const LiveblocksNotificationSettings: z.ZodObject<{
|
|
160988
|
+
sendCommentNotificationEmails: z.ZodBoolean;
|
|
160989
|
+
}, "strip", z.ZodTypeAny, {
|
|
160990
|
+
sendCommentNotificationEmails: boolean;
|
|
160991
|
+
}, {
|
|
160992
|
+
sendCommentNotificationEmails: boolean;
|
|
160993
|
+
}>;
|
|
160994
|
+
type LiveblocksNotificationSettings = z.infer<typeof LiveblocksNotificationSettings>;
|
|
160995
|
+
declare const UserNotificationSettings: z.ZodObject<{
|
|
160996
|
+
liveblocksNotificationSettings: z.ZodObject<{
|
|
160997
|
+
sendCommentNotificationEmails: z.ZodBoolean;
|
|
160998
|
+
}, "strip", z.ZodTypeAny, {
|
|
160999
|
+
sendCommentNotificationEmails: boolean;
|
|
161000
|
+
}, {
|
|
161001
|
+
sendCommentNotificationEmails: boolean;
|
|
161002
|
+
}>;
|
|
161003
|
+
}, "strip", z.ZodTypeAny, {
|
|
161004
|
+
liveblocksNotificationSettings: {
|
|
161005
|
+
sendCommentNotificationEmails: boolean;
|
|
161006
|
+
};
|
|
161007
|
+
}, {
|
|
161008
|
+
liveblocksNotificationSettings: {
|
|
161009
|
+
sendCommentNotificationEmails: boolean;
|
|
161010
|
+
};
|
|
161011
|
+
}>;
|
|
161012
|
+
type UserNotificationSettings = z.infer<typeof UserNotificationSettings>;
|
|
161013
|
+
declare const defaultNotificationSettings: UserNotificationSettings;
|
|
161014
|
+
|
|
161015
|
+
declare const UserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>;
|
|
161016
|
+
type UserOnboardingDepartment = z.infer<typeof UserOnboardingDepartment>;
|
|
161017
|
+
declare const UserOnboardingJobLevel: z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>;
|
|
161018
|
+
type UserOnboardingJobLevel = z.infer<typeof UserOnboardingJobLevel>;
|
|
161019
|
+
declare const UserOnboarding: z.ZodObject<{
|
|
161020
|
+
companyName: z.ZodOptional<z.ZodString>;
|
|
161021
|
+
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
161022
|
+
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
161023
|
+
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
161024
|
+
jobTitle: z.ZodOptional<z.ZodString>;
|
|
161025
|
+
phase: z.ZodOptional<z.ZodString>;
|
|
161026
|
+
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
161027
|
+
designSystemName: z.ZodOptional<z.ZodString>;
|
|
161028
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
161029
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
161030
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161031
|
+
isApprovalsOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161032
|
+
}, "strip", z.ZodTypeAny, {
|
|
161033
|
+
companyName?: string | undefined;
|
|
161034
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161035
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161036
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161037
|
+
jobTitle?: string | undefined;
|
|
161038
|
+
phase?: string | undefined;
|
|
161039
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161040
|
+
designSystemName?: string | undefined;
|
|
161041
|
+
defaultDestination?: string | undefined;
|
|
161042
|
+
figmaUrl?: string | undefined;
|
|
161043
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161044
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161045
|
+
}, {
|
|
161046
|
+
companyName?: string | undefined;
|
|
161047
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161048
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161049
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161050
|
+
jobTitle?: string | undefined;
|
|
161051
|
+
phase?: string | undefined;
|
|
161052
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161053
|
+
designSystemName?: string | undefined;
|
|
161054
|
+
defaultDestination?: string | undefined;
|
|
161055
|
+
figmaUrl?: string | undefined;
|
|
161056
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161057
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161058
|
+
}>;
|
|
161059
|
+
type UserOnboarding = z.infer<typeof UserOnboarding>;
|
|
161060
|
+
declare const UserProfile: z.ZodObject<{
|
|
161061
|
+
name: z.ZodString;
|
|
161062
|
+
avatar: z.ZodOptional<z.ZodString>;
|
|
161063
|
+
nickname: z.ZodOptional<z.ZodString>;
|
|
161064
|
+
onboarding: z.ZodOptional<z.ZodObject<{
|
|
161065
|
+
companyName: z.ZodOptional<z.ZodString>;
|
|
161066
|
+
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
161067
|
+
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
161068
|
+
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
161069
|
+
jobTitle: z.ZodOptional<z.ZodString>;
|
|
161070
|
+
phase: z.ZodOptional<z.ZodString>;
|
|
161071
|
+
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
161072
|
+
designSystemName: z.ZodOptional<z.ZodString>;
|
|
161073
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
161074
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
161075
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161076
|
+
isApprovalsOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161077
|
+
}, "strip", z.ZodTypeAny, {
|
|
161078
|
+
companyName?: string | undefined;
|
|
161079
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161080
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161081
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161082
|
+
jobTitle?: string | undefined;
|
|
161083
|
+
phase?: string | undefined;
|
|
161084
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161085
|
+
designSystemName?: string | undefined;
|
|
161086
|
+
defaultDestination?: string | undefined;
|
|
161087
|
+
figmaUrl?: string | undefined;
|
|
161088
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161089
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161090
|
+
}, {
|
|
161091
|
+
companyName?: string | undefined;
|
|
161092
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161093
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161094
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161095
|
+
jobTitle?: string | undefined;
|
|
161096
|
+
phase?: string | undefined;
|
|
161097
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161098
|
+
designSystemName?: string | undefined;
|
|
161099
|
+
defaultDestination?: string | undefined;
|
|
161100
|
+
figmaUrl?: string | undefined;
|
|
161101
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161102
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161103
|
+
}>>;
|
|
161104
|
+
}, "strip", z.ZodTypeAny, {
|
|
161105
|
+
name: string;
|
|
161106
|
+
avatar?: string | undefined;
|
|
161107
|
+
nickname?: string | undefined;
|
|
161108
|
+
onboarding?: {
|
|
161109
|
+
companyName?: string | undefined;
|
|
161110
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161111
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161112
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161113
|
+
jobTitle?: string | undefined;
|
|
161114
|
+
phase?: string | undefined;
|
|
161115
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161116
|
+
designSystemName?: string | undefined;
|
|
161117
|
+
defaultDestination?: string | undefined;
|
|
161118
|
+
figmaUrl?: string | undefined;
|
|
161119
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161120
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161121
|
+
} | undefined;
|
|
161122
|
+
}, {
|
|
161123
|
+
name: string;
|
|
161124
|
+
avatar?: string | undefined;
|
|
161125
|
+
nickname?: string | undefined;
|
|
161126
|
+
onboarding?: {
|
|
161127
|
+
companyName?: string | undefined;
|
|
161128
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161129
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161130
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161131
|
+
jobTitle?: string | undefined;
|
|
161132
|
+
phase?: string | undefined;
|
|
161133
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161134
|
+
designSystemName?: string | undefined;
|
|
161135
|
+
defaultDestination?: string | undefined;
|
|
161136
|
+
figmaUrl?: string | undefined;
|
|
161137
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161138
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161139
|
+
} | undefined;
|
|
161140
|
+
}>;
|
|
161141
|
+
type UserProfile = z.infer<typeof UserProfile>;
|
|
161142
|
+
declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
161143
|
+
name: z.ZodOptional<z.ZodString>;
|
|
161144
|
+
avatar: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
161145
|
+
nickname: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
161146
|
+
onboarding: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
161147
|
+
companyName: z.ZodOptional<z.ZodString>;
|
|
161148
|
+
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
161149
|
+
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
161150
|
+
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
161151
|
+
jobTitle: z.ZodOptional<z.ZodString>;
|
|
161152
|
+
phase: z.ZodOptional<z.ZodString>;
|
|
161153
|
+
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
161154
|
+
designSystemName: z.ZodOptional<z.ZodString>;
|
|
161155
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
161156
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
161157
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161158
|
+
isApprovalsOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161159
|
+
}, "strip", z.ZodTypeAny, {
|
|
161160
|
+
companyName?: string | undefined;
|
|
161161
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161162
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161163
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161164
|
+
jobTitle?: string | undefined;
|
|
161165
|
+
phase?: string | undefined;
|
|
161166
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161167
|
+
designSystemName?: string | undefined;
|
|
161168
|
+
defaultDestination?: string | undefined;
|
|
161169
|
+
figmaUrl?: string | undefined;
|
|
161170
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161171
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161172
|
+
}, {
|
|
161173
|
+
companyName?: string | undefined;
|
|
161174
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161175
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161176
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161177
|
+
jobTitle?: string | undefined;
|
|
161178
|
+
phase?: string | undefined;
|
|
161179
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161180
|
+
designSystemName?: string | undefined;
|
|
161181
|
+
defaultDestination?: string | undefined;
|
|
161182
|
+
figmaUrl?: string | undefined;
|
|
161183
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161184
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161185
|
+
}>>>;
|
|
161186
|
+
}, "avatar">, "strip", z.ZodTypeAny, {
|
|
161187
|
+
name?: string | undefined;
|
|
161188
|
+
nickname?: string | undefined;
|
|
161189
|
+
onboarding?: {
|
|
161190
|
+
companyName?: string | undefined;
|
|
161191
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161192
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161193
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161194
|
+
jobTitle?: string | undefined;
|
|
161195
|
+
phase?: string | undefined;
|
|
161196
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161197
|
+
designSystemName?: string | undefined;
|
|
161198
|
+
defaultDestination?: string | undefined;
|
|
161199
|
+
figmaUrl?: string | undefined;
|
|
161200
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161201
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161202
|
+
} | undefined;
|
|
161203
|
+
}, {
|
|
161204
|
+
name?: string | undefined;
|
|
161205
|
+
nickname?: string | undefined;
|
|
161206
|
+
onboarding?: {
|
|
161207
|
+
companyName?: string | undefined;
|
|
161208
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
161209
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161210
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161211
|
+
jobTitle?: string | undefined;
|
|
161212
|
+
phase?: string | undefined;
|
|
161213
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161214
|
+
designSystemName?: string | undefined;
|
|
161215
|
+
defaultDestination?: string | undefined;
|
|
161216
|
+
figmaUrl?: string | undefined;
|
|
161217
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161218
|
+
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161219
|
+
} | undefined;
|
|
161220
|
+
}>;
|
|
161221
|
+
type UserProfileUpdate = z.infer<typeof UserProfileUpdate>;
|
|
161222
|
+
|
|
161223
|
+
declare const UserTest: z.ZodObject<{
|
|
161224
|
+
id: z.ZodString;
|
|
161225
|
+
email: z.ZodString;
|
|
161226
|
+
}, "strip", z.ZodTypeAny, {
|
|
161227
|
+
id: string;
|
|
161228
|
+
email: string;
|
|
161229
|
+
}, {
|
|
161230
|
+
id: string;
|
|
161231
|
+
email: string;
|
|
161232
|
+
}>;
|
|
161233
|
+
type UserTest = z.infer<typeof UserTest>;
|
|
161234
|
+
|
|
160930
161235
|
declare const UserSource: z.ZodEnum<["SignUp", "Invite", "SSO"]>;
|
|
160931
161236
|
type UserSource = z.infer<typeof UserSource>;
|
|
160932
161237
|
declare const User: z.ZodObject<{
|
|
@@ -161356,311 +161661,6 @@ declare const User: z.ZodObject<{
|
|
|
161356
161661
|
}>;
|
|
161357
161662
|
type User = z.infer<typeof User>;
|
|
161358
161663
|
|
|
161359
|
-
declare const UserAnalyticsCleanupSchedule: z.ZodObject<{
|
|
161360
|
-
userId: z.ZodString;
|
|
161361
|
-
createdAt: z.ZodDate;
|
|
161362
|
-
deleteAt: z.ZodDate;
|
|
161363
|
-
}, "strip", z.ZodTypeAny, {
|
|
161364
|
-
createdAt: Date;
|
|
161365
|
-
deleteAt: Date;
|
|
161366
|
-
userId: string;
|
|
161367
|
-
}, {
|
|
161368
|
-
createdAt: Date;
|
|
161369
|
-
deleteAt: Date;
|
|
161370
|
-
userId: string;
|
|
161371
|
-
}>;
|
|
161372
|
-
type UserAnalyticsCleanupSchedule = z.infer<typeof UserAnalyticsCleanupSchedule>;
|
|
161373
|
-
declare const UserAnalyticsCleanupScheduleDbInput: z.ZodObject<Omit<{
|
|
161374
|
-
userId: z.ZodString;
|
|
161375
|
-
createdAt: z.ZodDate;
|
|
161376
|
-
deleteAt: z.ZodDate;
|
|
161377
|
-
}, "createdAt">, "strip", z.ZodTypeAny, {
|
|
161378
|
-
deleteAt: Date;
|
|
161379
|
-
userId: string;
|
|
161380
|
-
}, {
|
|
161381
|
-
deleteAt: Date;
|
|
161382
|
-
userId: string;
|
|
161383
|
-
}>;
|
|
161384
|
-
type UserAnalyticsCleanupScheduleDbInput = z.infer<typeof UserAnalyticsCleanupScheduleDbInput>;
|
|
161385
|
-
|
|
161386
|
-
declare const UserIdentity: z.ZodObject<{
|
|
161387
|
-
id: z.ZodString;
|
|
161388
|
-
userId: z.ZodString;
|
|
161389
|
-
}, "strip", z.ZodTypeAny, {
|
|
161390
|
-
id: string;
|
|
161391
|
-
userId: string;
|
|
161392
|
-
}, {
|
|
161393
|
-
id: string;
|
|
161394
|
-
userId: string;
|
|
161395
|
-
}>;
|
|
161396
|
-
type UserIdentity = z.infer<typeof UserIdentity>;
|
|
161397
|
-
|
|
161398
|
-
declare const UserMinified: z.ZodObject<{
|
|
161399
|
-
id: z.ZodString;
|
|
161400
|
-
name: z.ZodString;
|
|
161401
|
-
email: z.ZodString;
|
|
161402
|
-
avatar: z.ZodOptional<z.ZodString>;
|
|
161403
|
-
}, "strip", z.ZodTypeAny, {
|
|
161404
|
-
id: string;
|
|
161405
|
-
name: string;
|
|
161406
|
-
email: string;
|
|
161407
|
-
avatar?: string | undefined;
|
|
161408
|
-
}, {
|
|
161409
|
-
id: string;
|
|
161410
|
-
name: string;
|
|
161411
|
-
email: string;
|
|
161412
|
-
avatar?: string | undefined;
|
|
161413
|
-
}>;
|
|
161414
|
-
type UserMinified = z.infer<typeof UserMinified>;
|
|
161415
|
-
|
|
161416
|
-
declare const LiveblocksNotificationSettings: z.ZodObject<{
|
|
161417
|
-
sendCommentNotificationEmails: z.ZodBoolean;
|
|
161418
|
-
}, "strip", z.ZodTypeAny, {
|
|
161419
|
-
sendCommentNotificationEmails: boolean;
|
|
161420
|
-
}, {
|
|
161421
|
-
sendCommentNotificationEmails: boolean;
|
|
161422
|
-
}>;
|
|
161423
|
-
type LiveblocksNotificationSettings = z.infer<typeof LiveblocksNotificationSettings>;
|
|
161424
|
-
declare const UserNotificationSettings: z.ZodObject<{
|
|
161425
|
-
liveblocksNotificationSettings: z.ZodObject<{
|
|
161426
|
-
sendCommentNotificationEmails: z.ZodBoolean;
|
|
161427
|
-
}, "strip", z.ZodTypeAny, {
|
|
161428
|
-
sendCommentNotificationEmails: boolean;
|
|
161429
|
-
}, {
|
|
161430
|
-
sendCommentNotificationEmails: boolean;
|
|
161431
|
-
}>;
|
|
161432
|
-
}, "strip", z.ZodTypeAny, {
|
|
161433
|
-
liveblocksNotificationSettings: {
|
|
161434
|
-
sendCommentNotificationEmails: boolean;
|
|
161435
|
-
};
|
|
161436
|
-
}, {
|
|
161437
|
-
liveblocksNotificationSettings: {
|
|
161438
|
-
sendCommentNotificationEmails: boolean;
|
|
161439
|
-
};
|
|
161440
|
-
}>;
|
|
161441
|
-
type UserNotificationSettings = z.infer<typeof UserNotificationSettings>;
|
|
161442
|
-
declare const defaultNotificationSettings: UserNotificationSettings;
|
|
161443
|
-
|
|
161444
|
-
declare const UserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>;
|
|
161445
|
-
type UserOnboardingDepartment = z.infer<typeof UserOnboardingDepartment>;
|
|
161446
|
-
declare const UserOnboardingJobLevel: z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>;
|
|
161447
|
-
type UserOnboardingJobLevel = z.infer<typeof UserOnboardingJobLevel>;
|
|
161448
|
-
declare const UserOnboarding: z.ZodObject<{
|
|
161449
|
-
companyName: z.ZodOptional<z.ZodString>;
|
|
161450
|
-
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
161451
|
-
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
161452
|
-
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
161453
|
-
jobTitle: z.ZodOptional<z.ZodString>;
|
|
161454
|
-
phase: z.ZodOptional<z.ZodString>;
|
|
161455
|
-
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
161456
|
-
designSystemName: z.ZodOptional<z.ZodString>;
|
|
161457
|
-
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
161458
|
-
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
161459
|
-
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161460
|
-
isApprovalsOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161461
|
-
}, "strip", z.ZodTypeAny, {
|
|
161462
|
-
companyName?: string | undefined;
|
|
161463
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161464
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161465
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161466
|
-
jobTitle?: string | undefined;
|
|
161467
|
-
phase?: string | undefined;
|
|
161468
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161469
|
-
designSystemName?: string | undefined;
|
|
161470
|
-
defaultDestination?: string | undefined;
|
|
161471
|
-
figmaUrl?: string | undefined;
|
|
161472
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161473
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161474
|
-
}, {
|
|
161475
|
-
companyName?: string | undefined;
|
|
161476
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161477
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161478
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161479
|
-
jobTitle?: string | undefined;
|
|
161480
|
-
phase?: string | undefined;
|
|
161481
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161482
|
-
designSystemName?: string | undefined;
|
|
161483
|
-
defaultDestination?: string | undefined;
|
|
161484
|
-
figmaUrl?: string | undefined;
|
|
161485
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161486
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161487
|
-
}>;
|
|
161488
|
-
type UserOnboarding = z.infer<typeof UserOnboarding>;
|
|
161489
|
-
declare const UserProfile: z.ZodObject<{
|
|
161490
|
-
name: z.ZodString;
|
|
161491
|
-
avatar: z.ZodOptional<z.ZodString>;
|
|
161492
|
-
nickname: z.ZodOptional<z.ZodString>;
|
|
161493
|
-
onboarding: z.ZodOptional<z.ZodObject<{
|
|
161494
|
-
companyName: z.ZodOptional<z.ZodString>;
|
|
161495
|
-
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
161496
|
-
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
161497
|
-
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
161498
|
-
jobTitle: z.ZodOptional<z.ZodString>;
|
|
161499
|
-
phase: z.ZodOptional<z.ZodString>;
|
|
161500
|
-
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
161501
|
-
designSystemName: z.ZodOptional<z.ZodString>;
|
|
161502
|
-
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
161503
|
-
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
161504
|
-
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161505
|
-
isApprovalsOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161506
|
-
}, "strip", z.ZodTypeAny, {
|
|
161507
|
-
companyName?: string | undefined;
|
|
161508
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161509
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161510
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161511
|
-
jobTitle?: string | undefined;
|
|
161512
|
-
phase?: string | undefined;
|
|
161513
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161514
|
-
designSystemName?: string | undefined;
|
|
161515
|
-
defaultDestination?: string | undefined;
|
|
161516
|
-
figmaUrl?: string | undefined;
|
|
161517
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161518
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161519
|
-
}, {
|
|
161520
|
-
companyName?: string | undefined;
|
|
161521
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161522
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161523
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161524
|
-
jobTitle?: string | undefined;
|
|
161525
|
-
phase?: string | undefined;
|
|
161526
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161527
|
-
designSystemName?: string | undefined;
|
|
161528
|
-
defaultDestination?: string | undefined;
|
|
161529
|
-
figmaUrl?: string | undefined;
|
|
161530
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161531
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161532
|
-
}>>;
|
|
161533
|
-
}, "strip", z.ZodTypeAny, {
|
|
161534
|
-
name: string;
|
|
161535
|
-
avatar?: string | undefined;
|
|
161536
|
-
nickname?: string | undefined;
|
|
161537
|
-
onboarding?: {
|
|
161538
|
-
companyName?: string | undefined;
|
|
161539
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161540
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161541
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161542
|
-
jobTitle?: string | undefined;
|
|
161543
|
-
phase?: string | undefined;
|
|
161544
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161545
|
-
designSystemName?: string | undefined;
|
|
161546
|
-
defaultDestination?: string | undefined;
|
|
161547
|
-
figmaUrl?: string | undefined;
|
|
161548
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161549
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161550
|
-
} | undefined;
|
|
161551
|
-
}, {
|
|
161552
|
-
name: string;
|
|
161553
|
-
avatar?: string | undefined;
|
|
161554
|
-
nickname?: string | undefined;
|
|
161555
|
-
onboarding?: {
|
|
161556
|
-
companyName?: string | undefined;
|
|
161557
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161558
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161559
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161560
|
-
jobTitle?: string | undefined;
|
|
161561
|
-
phase?: string | undefined;
|
|
161562
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161563
|
-
designSystemName?: string | undefined;
|
|
161564
|
-
defaultDestination?: string | undefined;
|
|
161565
|
-
figmaUrl?: string | undefined;
|
|
161566
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161567
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161568
|
-
} | undefined;
|
|
161569
|
-
}>;
|
|
161570
|
-
type UserProfile = z.infer<typeof UserProfile>;
|
|
161571
|
-
declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
161572
|
-
name: z.ZodOptional<z.ZodString>;
|
|
161573
|
-
avatar: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
161574
|
-
nickname: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
161575
|
-
onboarding: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
161576
|
-
companyName: z.ZodOptional<z.ZodString>;
|
|
161577
|
-
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
161578
|
-
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
161579
|
-
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
161580
|
-
jobTitle: z.ZodOptional<z.ZodString>;
|
|
161581
|
-
phase: z.ZodOptional<z.ZodString>;
|
|
161582
|
-
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
161583
|
-
designSystemName: z.ZodOptional<z.ZodString>;
|
|
161584
|
-
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
161585
|
-
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
161586
|
-
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161587
|
-
isApprovalsOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
161588
|
-
}, "strip", z.ZodTypeAny, {
|
|
161589
|
-
companyName?: string | undefined;
|
|
161590
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161591
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161592
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161593
|
-
jobTitle?: string | undefined;
|
|
161594
|
-
phase?: string | undefined;
|
|
161595
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161596
|
-
designSystemName?: string | undefined;
|
|
161597
|
-
defaultDestination?: string | undefined;
|
|
161598
|
-
figmaUrl?: string | undefined;
|
|
161599
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161600
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161601
|
-
}, {
|
|
161602
|
-
companyName?: string | undefined;
|
|
161603
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161604
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161605
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161606
|
-
jobTitle?: string | undefined;
|
|
161607
|
-
phase?: string | undefined;
|
|
161608
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161609
|
-
designSystemName?: string | undefined;
|
|
161610
|
-
defaultDestination?: string | undefined;
|
|
161611
|
-
figmaUrl?: string | undefined;
|
|
161612
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161613
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161614
|
-
}>>>;
|
|
161615
|
-
}, "avatar">, "strip", z.ZodTypeAny, {
|
|
161616
|
-
name?: string | undefined;
|
|
161617
|
-
nickname?: string | undefined;
|
|
161618
|
-
onboarding?: {
|
|
161619
|
-
companyName?: string | undefined;
|
|
161620
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161621
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161622
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161623
|
-
jobTitle?: string | undefined;
|
|
161624
|
-
phase?: string | undefined;
|
|
161625
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161626
|
-
designSystemName?: string | undefined;
|
|
161627
|
-
defaultDestination?: string | undefined;
|
|
161628
|
-
figmaUrl?: string | undefined;
|
|
161629
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161630
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161631
|
-
} | undefined;
|
|
161632
|
-
}, {
|
|
161633
|
-
name?: string | undefined;
|
|
161634
|
-
nickname?: string | undefined;
|
|
161635
|
-
onboarding?: {
|
|
161636
|
-
companyName?: string | undefined;
|
|
161637
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
161638
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
161639
|
-
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
161640
|
-
jobTitle?: string | undefined;
|
|
161641
|
-
phase?: string | undefined;
|
|
161642
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
161643
|
-
designSystemName?: string | undefined;
|
|
161644
|
-
defaultDestination?: string | undefined;
|
|
161645
|
-
figmaUrl?: string | undefined;
|
|
161646
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
161647
|
-
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
161648
|
-
} | undefined;
|
|
161649
|
-
}>;
|
|
161650
|
-
type UserProfileUpdate = z.infer<typeof UserProfileUpdate>;
|
|
161651
|
-
|
|
161652
|
-
declare const UserTest: z.ZodObject<{
|
|
161653
|
-
id: z.ZodString;
|
|
161654
|
-
email: z.ZodString;
|
|
161655
|
-
}, "strip", z.ZodTypeAny, {
|
|
161656
|
-
id: string;
|
|
161657
|
-
email: string;
|
|
161658
|
-
}, {
|
|
161659
|
-
id: string;
|
|
161660
|
-
email: string;
|
|
161661
|
-
}>;
|
|
161662
|
-
type UserTest = z.infer<typeof UserTest>;
|
|
161663
|
-
|
|
161664
161664
|
type PersonalAccessTokenWithUser = {
|
|
161665
161665
|
user: User;
|
|
161666
161666
|
token: PersonalAccessToken;
|
|
@@ -165981,7 +165981,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165981
165981
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
165982
165982
|
docSlugDeprecated: z.ZodString;
|
|
165983
165983
|
isPublic: z.ZodBoolean;
|
|
165984
|
-
|
|
165984
|
+
isMultiBrand: z.ZodBoolean;
|
|
165985
165985
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
165986
165986
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
165987
165987
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -166013,7 +166013,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166013
166013
|
workspaceId: string;
|
|
166014
166014
|
docSlug: string;
|
|
166015
166015
|
docSlugDeprecated: string;
|
|
166016
|
-
|
|
166016
|
+
isMultiBrand: boolean;
|
|
166017
166017
|
basePrefixes: string[];
|
|
166018
166018
|
isApprovalFeatureEnabled: boolean;
|
|
166019
166019
|
approvalRequiredForPublishing: boolean;
|
|
@@ -166036,7 +166036,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166036
166036
|
workspaceId: string;
|
|
166037
166037
|
docSlug: string;
|
|
166038
166038
|
docSlugDeprecated: string;
|
|
166039
|
-
|
|
166039
|
+
isMultiBrand: boolean;
|
|
166040
166040
|
basePrefixes: string[];
|
|
166041
166041
|
isApprovalFeatureEnabled: boolean;
|
|
166042
166042
|
approvalRequiredForPublishing: boolean;
|
|
@@ -166061,7 +166061,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166061
166061
|
workspaceId: string;
|
|
166062
166062
|
docSlug: string;
|
|
166063
166063
|
docSlugDeprecated: string;
|
|
166064
|
-
|
|
166064
|
+
isMultiBrand: boolean;
|
|
166065
166065
|
basePrefixes: string[];
|
|
166066
166066
|
isApprovalFeatureEnabled: boolean;
|
|
166067
166067
|
approvalRequiredForPublishing: boolean;
|
|
@@ -166294,7 +166294,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166294
166294
|
workspaceId: string;
|
|
166295
166295
|
docSlug: string;
|
|
166296
166296
|
docSlugDeprecated: string;
|
|
166297
|
-
|
|
166297
|
+
isMultiBrand: boolean;
|
|
166298
166298
|
basePrefixes: string[];
|
|
166299
166299
|
isApprovalFeatureEnabled: boolean;
|
|
166300
166300
|
approvalRequiredForPublishing: boolean;
|