@supernova-studio/model 1.45.0 → 1.45.1
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 +289 -289
- package/dist/index.d.ts +289 -289
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11806,13 +11806,13 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
11806
11806
|
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
11807
11807
|
isProtected: z$1.ZodBoolean;
|
|
11808
11808
|
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
11809
|
-
emailSettings: z$1.ZodObject<{
|
|
11809
|
+
emailSettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
11810
11810
|
marketingEmails: z$1.ZodBoolean;
|
|
11811
11811
|
}, "strip", z$1.ZodTypeAny, {
|
|
11812
11812
|
marketingEmails: boolean;
|
|
11813
11813
|
}, {
|
|
11814
11814
|
marketingEmails: boolean;
|
|
11815
|
-
}
|
|
11815
|
+
}>>;
|
|
11816
11816
|
}, "strip", z$1.ZodTypeAny, {
|
|
11817
11817
|
email: string;
|
|
11818
11818
|
id: string;
|
|
@@ -11857,11 +11857,11 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
11857
11857
|
};
|
|
11858
11858
|
createdAt: Date;
|
|
11859
11859
|
isProtected: boolean;
|
|
11860
|
-
emailSettings: {
|
|
11861
|
-
marketingEmails: boolean;
|
|
11862
|
-
};
|
|
11863
11860
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
11864
11861
|
loggedOutAt?: Date | undefined;
|
|
11862
|
+
emailSettings?: {
|
|
11863
|
+
marketingEmails: boolean;
|
|
11864
|
+
} | undefined;
|
|
11865
11865
|
}, {
|
|
11866
11866
|
email: string;
|
|
11867
11867
|
id: string;
|
|
@@ -11906,11 +11906,11 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
11906
11906
|
};
|
|
11907
11907
|
createdAt: Date;
|
|
11908
11908
|
isProtected: boolean;
|
|
11909
|
-
emailSettings: {
|
|
11910
|
-
marketingEmails: boolean;
|
|
11911
|
-
};
|
|
11912
11909
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
11913
11910
|
loggedOutAt?: Date | undefined;
|
|
11911
|
+
emailSettings?: {
|
|
11912
|
+
marketingEmails: boolean;
|
|
11913
|
+
} | undefined;
|
|
11914
11914
|
}>;
|
|
11915
11915
|
workspaces: z$1.ZodArray<z$1.ZodObject<{
|
|
11916
11916
|
workspace: z$1.ZodObject<{
|
|
@@ -22058,11 +22058,11 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22058
22058
|
};
|
|
22059
22059
|
createdAt: Date;
|
|
22060
22060
|
isProtected: boolean;
|
|
22061
|
-
emailSettings: {
|
|
22062
|
-
marketingEmails: boolean;
|
|
22063
|
-
};
|
|
22064
22061
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
22065
22062
|
loggedOutAt?: Date | undefined;
|
|
22063
|
+
emailSettings?: {
|
|
22064
|
+
marketingEmails: boolean;
|
|
22065
|
+
} | undefined;
|
|
22066
22066
|
};
|
|
22067
22067
|
}, {
|
|
22068
22068
|
workspaces: {
|
|
@@ -23000,11 +23000,11 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
23000
23000
|
};
|
|
23001
23001
|
createdAt: Date;
|
|
23002
23002
|
isProtected: boolean;
|
|
23003
|
-
emailSettings: {
|
|
23004
|
-
marketingEmails: boolean;
|
|
23005
|
-
};
|
|
23006
23003
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
23007
23004
|
loggedOutAt?: Date | undefined;
|
|
23005
|
+
emailSettings?: {
|
|
23006
|
+
marketingEmails: boolean;
|
|
23007
|
+
} | undefined;
|
|
23008
23008
|
};
|
|
23009
23009
|
}>;
|
|
23010
23010
|
type UserDump = z$1.infer<typeof UserDump>;
|
|
@@ -32596,13 +32596,13 @@ declare const UserSession: z$1.ZodObject<{
|
|
|
32596
32596
|
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
32597
32597
|
isProtected: z$1.ZodBoolean;
|
|
32598
32598
|
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
32599
|
-
emailSettings: z$1.ZodObject<{
|
|
32599
|
+
emailSettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
32600
32600
|
marketingEmails: z$1.ZodBoolean;
|
|
32601
32601
|
}, "strip", z$1.ZodTypeAny, {
|
|
32602
32602
|
marketingEmails: boolean;
|
|
32603
32603
|
}, {
|
|
32604
32604
|
marketingEmails: boolean;
|
|
32605
|
-
}
|
|
32605
|
+
}>>;
|
|
32606
32606
|
}, "strip", z$1.ZodTypeAny, {
|
|
32607
32607
|
email: string;
|
|
32608
32608
|
id: string;
|
|
@@ -32647,11 +32647,11 @@ declare const UserSession: z$1.ZodObject<{
|
|
|
32647
32647
|
};
|
|
32648
32648
|
createdAt: Date;
|
|
32649
32649
|
isProtected: boolean;
|
|
32650
|
-
emailSettings: {
|
|
32651
|
-
marketingEmails: boolean;
|
|
32652
|
-
};
|
|
32653
32650
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
32654
32651
|
loggedOutAt?: Date | undefined;
|
|
32652
|
+
emailSettings?: {
|
|
32653
|
+
marketingEmails: boolean;
|
|
32654
|
+
} | undefined;
|
|
32655
32655
|
}, {
|
|
32656
32656
|
email: string;
|
|
32657
32657
|
id: string;
|
|
@@ -32696,11 +32696,11 @@ declare const UserSession: z$1.ZodObject<{
|
|
|
32696
32696
|
};
|
|
32697
32697
|
createdAt: Date;
|
|
32698
32698
|
isProtected: boolean;
|
|
32699
|
-
emailSettings: {
|
|
32700
|
-
marketingEmails: boolean;
|
|
32701
|
-
};
|
|
32702
32699
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
32703
32700
|
loggedOutAt?: Date | undefined;
|
|
32701
|
+
emailSettings?: {
|
|
32702
|
+
marketingEmails: boolean;
|
|
32703
|
+
} | undefined;
|
|
32704
32704
|
}>>;
|
|
32705
32705
|
}, "strip", z$1.ZodTypeAny, {
|
|
32706
32706
|
session: {
|
|
@@ -32760,11 +32760,11 @@ declare const UserSession: z$1.ZodObject<{
|
|
|
32760
32760
|
};
|
|
32761
32761
|
createdAt: Date;
|
|
32762
32762
|
isProtected: boolean;
|
|
32763
|
-
emailSettings: {
|
|
32764
|
-
marketingEmails: boolean;
|
|
32765
|
-
};
|
|
32766
32763
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
32767
32764
|
loggedOutAt?: Date | undefined;
|
|
32765
|
+
emailSettings?: {
|
|
32766
|
+
marketingEmails: boolean;
|
|
32767
|
+
} | undefined;
|
|
32768
32768
|
} | null;
|
|
32769
32769
|
}, {
|
|
32770
32770
|
session: {
|
|
@@ -32824,11 +32824,11 @@ declare const UserSession: z$1.ZodObject<{
|
|
|
32824
32824
|
};
|
|
32825
32825
|
createdAt: Date;
|
|
32826
32826
|
isProtected: boolean;
|
|
32827
|
-
emailSettings: {
|
|
32828
|
-
marketingEmails: boolean;
|
|
32829
|
-
};
|
|
32830
32827
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
32831
32828
|
loggedOutAt?: Date | undefined;
|
|
32829
|
+
emailSettings?: {
|
|
32830
|
+
marketingEmails: boolean;
|
|
32831
|
+
} | undefined;
|
|
32832
32832
|
} | null;
|
|
32833
32833
|
}>;
|
|
32834
32834
|
type UserSession = z$1.infer<typeof UserSession>;
|
|
@@ -144907,13 +144907,13 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
144907
144907
|
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
144908
144908
|
isProtected: z$1.ZodBoolean;
|
|
144909
144909
|
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
144910
|
-
emailSettings: z$1.ZodObject<{
|
|
144910
|
+
emailSettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
144911
144911
|
marketingEmails: z$1.ZodBoolean;
|
|
144912
144912
|
}, "strip", z$1.ZodTypeAny, {
|
|
144913
144913
|
marketingEmails: boolean;
|
|
144914
144914
|
}, {
|
|
144915
144915
|
marketingEmails: boolean;
|
|
144916
|
-
}
|
|
144916
|
+
}>>;
|
|
144917
144917
|
}, "strip", z$1.ZodTypeAny, {
|
|
144918
144918
|
email: string;
|
|
144919
144919
|
id: string;
|
|
@@ -144958,11 +144958,11 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
144958
144958
|
};
|
|
144959
144959
|
createdAt: Date;
|
|
144960
144960
|
isProtected: boolean;
|
|
144961
|
-
emailSettings: {
|
|
144962
|
-
marketingEmails: boolean;
|
|
144963
|
-
};
|
|
144964
144961
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
144965
144962
|
loggedOutAt?: Date | undefined;
|
|
144963
|
+
emailSettings?: {
|
|
144964
|
+
marketingEmails: boolean;
|
|
144965
|
+
} | undefined;
|
|
144966
144966
|
}, {
|
|
144967
144967
|
email: string;
|
|
144968
144968
|
id: string;
|
|
@@ -145007,11 +145007,11 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
145007
145007
|
};
|
|
145008
145008
|
createdAt: Date;
|
|
145009
145009
|
isProtected: boolean;
|
|
145010
|
-
emailSettings: {
|
|
145011
|
-
marketingEmails: boolean;
|
|
145012
|
-
};
|
|
145013
145010
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145014
145011
|
loggedOutAt?: Date | undefined;
|
|
145012
|
+
emailSettings?: {
|
|
145013
|
+
marketingEmails: boolean;
|
|
145014
|
+
} | undefined;
|
|
145015
145015
|
}>;
|
|
145016
145016
|
documentationDomain: z$1.ZodOptional<z$1.ZodString>;
|
|
145017
145017
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -145163,11 +145163,11 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
145163
145163
|
};
|
|
145164
145164
|
createdAt: Date;
|
|
145165
145165
|
isProtected: boolean;
|
|
145166
|
-
emailSettings: {
|
|
145167
|
-
marketingEmails: boolean;
|
|
145168
|
-
};
|
|
145169
145166
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145170
145167
|
loggedOutAt?: Date | undefined;
|
|
145168
|
+
emailSettings?: {
|
|
145169
|
+
marketingEmails: boolean;
|
|
145170
|
+
} | undefined;
|
|
145171
145171
|
};
|
|
145172
145172
|
designSystem: {
|
|
145173
145173
|
id: string;
|
|
@@ -145342,11 +145342,11 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
|
|
|
145342
145342
|
};
|
|
145343
145343
|
createdAt: Date;
|
|
145344
145344
|
isProtected: boolean;
|
|
145345
|
-
emailSettings: {
|
|
145346
|
-
marketingEmails: boolean;
|
|
145347
|
-
};
|
|
145348
145345
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
145349
145346
|
loggedOutAt?: Date | undefined;
|
|
145347
|
+
emailSettings?: {
|
|
145348
|
+
marketingEmails: boolean;
|
|
145349
|
+
} | undefined;
|
|
145350
145350
|
};
|
|
145351
145351
|
designSystem: {
|
|
145352
145352
|
id: string;
|
|
@@ -146210,13 +146210,13 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
146210
146210
|
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
146211
146211
|
isProtected: z$1.ZodBoolean;
|
|
146212
146212
|
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
146213
|
-
emailSettings: z$1.ZodObject<{
|
|
146213
|
+
emailSettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
146214
146214
|
marketingEmails: z$1.ZodBoolean;
|
|
146215
146215
|
}, "strip", z$1.ZodTypeAny, {
|
|
146216
146216
|
marketingEmails: boolean;
|
|
146217
146217
|
}, {
|
|
146218
146218
|
marketingEmails: boolean;
|
|
146219
|
-
}
|
|
146219
|
+
}>>;
|
|
146220
146220
|
}, "strip", z$1.ZodTypeAny, {
|
|
146221
146221
|
email: string;
|
|
146222
146222
|
id: string;
|
|
@@ -146261,11 +146261,11 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
146261
146261
|
};
|
|
146262
146262
|
createdAt: Date;
|
|
146263
146263
|
isProtected: boolean;
|
|
146264
|
-
emailSettings: {
|
|
146265
|
-
marketingEmails: boolean;
|
|
146266
|
-
};
|
|
146267
146264
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146268
146265
|
loggedOutAt?: Date | undefined;
|
|
146266
|
+
emailSettings?: {
|
|
146267
|
+
marketingEmails: boolean;
|
|
146268
|
+
} | undefined;
|
|
146269
146269
|
}, {
|
|
146270
146270
|
email: string;
|
|
146271
146271
|
id: string;
|
|
@@ -146310,11 +146310,11 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
146310
146310
|
};
|
|
146311
146311
|
createdAt: Date;
|
|
146312
146312
|
isProtected: boolean;
|
|
146313
|
-
emailSettings: {
|
|
146314
|
-
marketingEmails: boolean;
|
|
146315
|
-
};
|
|
146316
146313
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146317
146314
|
loggedOutAt?: Date | undefined;
|
|
146315
|
+
emailSettings?: {
|
|
146316
|
+
marketingEmails: boolean;
|
|
146317
|
+
} | undefined;
|
|
146318
146318
|
}>;
|
|
146319
146319
|
documentationDomain: z$1.ZodOptional<z$1.ZodString>;
|
|
146320
146320
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -146466,11 +146466,11 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
146466
146466
|
};
|
|
146467
146467
|
createdAt: Date;
|
|
146468
146468
|
isProtected: boolean;
|
|
146469
|
-
emailSettings: {
|
|
146470
|
-
marketingEmails: boolean;
|
|
146471
|
-
};
|
|
146472
146469
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146473
146470
|
loggedOutAt?: Date | undefined;
|
|
146471
|
+
emailSettings?: {
|
|
146472
|
+
marketingEmails: boolean;
|
|
146473
|
+
} | undefined;
|
|
146474
146474
|
};
|
|
146475
146475
|
documentationDomain?: string | undefined;
|
|
146476
146476
|
}, {
|
|
@@ -146622,11 +146622,11 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
|
|
|
146622
146622
|
};
|
|
146623
146623
|
createdAt: Date;
|
|
146624
146624
|
isProtected: boolean;
|
|
146625
|
-
emailSettings: {
|
|
146626
|
-
marketingEmails: boolean;
|
|
146627
|
-
};
|
|
146628
146625
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
146629
146626
|
loggedOutAt?: Date | undefined;
|
|
146627
|
+
emailSettings?: {
|
|
146628
|
+
marketingEmails: boolean;
|
|
146629
|
+
} | undefined;
|
|
146630
146630
|
};
|
|
146631
146631
|
documentationDomain?: string | undefined;
|
|
146632
146632
|
}>;
|
|
@@ -154098,6 +154098,171 @@ declare const FeatureFlag: z$1.ZodObject<{
|
|
|
154098
154098
|
}>;
|
|
154099
154099
|
type FeatureFlag = z$1.infer<typeof FeatureFlag>;
|
|
154100
154100
|
|
|
154101
|
+
declare const FileFigmaRenderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
154102
|
+
type FileFigmaRenderMode = z__default.infer<typeof FileFigmaRenderMode>;
|
|
154103
|
+
declare const FileSourceUpload: z__default.ZodObject<{
|
|
154104
|
+
type: z__default.ZodLiteral<"UserUpload">;
|
|
154105
|
+
userId: z__default.ZodString;
|
|
154106
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154107
|
+
type: "UserUpload";
|
|
154108
|
+
userId: string;
|
|
154109
|
+
}, {
|
|
154110
|
+
type: "UserUpload";
|
|
154111
|
+
userId: string;
|
|
154112
|
+
}>;
|
|
154113
|
+
type FileSourceUpload = z__default.infer<typeof FileSourceUpload>;
|
|
154114
|
+
declare const FileSourceFigma: z__default.ZodObject<{
|
|
154115
|
+
type: z__default.ZodLiteral<"Figma">;
|
|
154116
|
+
renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
154117
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154118
|
+
type: "Figma";
|
|
154119
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154120
|
+
}, {
|
|
154121
|
+
type: "Figma";
|
|
154122
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154123
|
+
}>;
|
|
154124
|
+
type FileSourceFigma = z__default.infer<typeof FileSourceFigma>;
|
|
154125
|
+
declare const FileSource: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
|
|
154126
|
+
type: z__default.ZodLiteral<"UserUpload">;
|
|
154127
|
+
userId: z__default.ZodString;
|
|
154128
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154129
|
+
type: "UserUpload";
|
|
154130
|
+
userId: string;
|
|
154131
|
+
}, {
|
|
154132
|
+
type: "UserUpload";
|
|
154133
|
+
userId: string;
|
|
154134
|
+
}>, z__default.ZodObject<{
|
|
154135
|
+
type: z__default.ZodLiteral<"Figma">;
|
|
154136
|
+
renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
154137
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154138
|
+
type: "Figma";
|
|
154139
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154140
|
+
}, {
|
|
154141
|
+
type: "Figma";
|
|
154142
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154143
|
+
}>]>;
|
|
154144
|
+
type FileSource = z__default.infer<typeof FileSource>;
|
|
154145
|
+
declare const File: z__default.ZodObject<{
|
|
154146
|
+
id: z__default.ZodString;
|
|
154147
|
+
name: z__default.ZodString;
|
|
154148
|
+
deduplicationKey: z__default.ZodString;
|
|
154149
|
+
pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
154150
|
+
storagePath: z__default.ZodString;
|
|
154151
|
+
url: z__default.ZodString;
|
|
154152
|
+
size: z__default.ZodNumber;
|
|
154153
|
+
/**
|
|
154154
|
+
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
154155
|
+
* system (e.g. thumbnails, etc)
|
|
154156
|
+
*/
|
|
154157
|
+
source: z__default.ZodOptional<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
|
|
154158
|
+
type: z__default.ZodLiteral<"UserUpload">;
|
|
154159
|
+
userId: z__default.ZodString;
|
|
154160
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154161
|
+
type: "UserUpload";
|
|
154162
|
+
userId: string;
|
|
154163
|
+
}, {
|
|
154164
|
+
type: "UserUpload";
|
|
154165
|
+
userId: string;
|
|
154166
|
+
}>, z__default.ZodObject<{
|
|
154167
|
+
type: z__default.ZodLiteral<"Figma">;
|
|
154168
|
+
renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
154169
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154170
|
+
type: "Figma";
|
|
154171
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154172
|
+
}, {
|
|
154173
|
+
type: "Figma";
|
|
154174
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154175
|
+
}>]>>;
|
|
154176
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154177
|
+
id: string;
|
|
154178
|
+
name: string;
|
|
154179
|
+
url: string;
|
|
154180
|
+
storagePath: string;
|
|
154181
|
+
size: number;
|
|
154182
|
+
deduplicationKey: string;
|
|
154183
|
+
source?: {
|
|
154184
|
+
type: "UserUpload";
|
|
154185
|
+
userId: string;
|
|
154186
|
+
} | {
|
|
154187
|
+
type: "Figma";
|
|
154188
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154189
|
+
} | undefined;
|
|
154190
|
+
pendingUpload?: boolean | undefined;
|
|
154191
|
+
}, {
|
|
154192
|
+
id: string;
|
|
154193
|
+
name: string;
|
|
154194
|
+
url: string;
|
|
154195
|
+
storagePath: string;
|
|
154196
|
+
size: number;
|
|
154197
|
+
deduplicationKey: string;
|
|
154198
|
+
source?: {
|
|
154199
|
+
type: "UserUpload";
|
|
154200
|
+
userId: string;
|
|
154201
|
+
} | {
|
|
154202
|
+
type: "Figma";
|
|
154203
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154204
|
+
} | undefined;
|
|
154205
|
+
pendingUpload?: boolean | undefined;
|
|
154206
|
+
}>;
|
|
154207
|
+
type File = z__default.infer<typeof File>;
|
|
154208
|
+
declare const FileReference: z__default.ZodObject<Pick<{
|
|
154209
|
+
id: z__default.ZodString;
|
|
154210
|
+
name: z__default.ZodString;
|
|
154211
|
+
deduplicationKey: z__default.ZodString;
|
|
154212
|
+
pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
154213
|
+
storagePath: z__default.ZodString;
|
|
154214
|
+
url: z__default.ZodString;
|
|
154215
|
+
size: z__default.ZodNumber;
|
|
154216
|
+
/**
|
|
154217
|
+
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
154218
|
+
* system (e.g. thumbnails, etc)
|
|
154219
|
+
*/
|
|
154220
|
+
source: z__default.ZodOptional<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
|
|
154221
|
+
type: z__default.ZodLiteral<"UserUpload">;
|
|
154222
|
+
userId: z__default.ZodString;
|
|
154223
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154224
|
+
type: "UserUpload";
|
|
154225
|
+
userId: string;
|
|
154226
|
+
}, {
|
|
154227
|
+
type: "UserUpload";
|
|
154228
|
+
userId: string;
|
|
154229
|
+
}>, z__default.ZodObject<{
|
|
154230
|
+
type: z__default.ZodLiteral<"Figma">;
|
|
154231
|
+
renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
154232
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154233
|
+
type: "Figma";
|
|
154234
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154235
|
+
}, {
|
|
154236
|
+
type: "Figma";
|
|
154237
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154238
|
+
}>]>>;
|
|
154239
|
+
}, "id" | "source" | "url"> & {
|
|
154240
|
+
name: z__default.ZodOptional<z__default.ZodString>;
|
|
154241
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
154242
|
+
id: string;
|
|
154243
|
+
url: string;
|
|
154244
|
+
name?: string | undefined;
|
|
154245
|
+
source?: {
|
|
154246
|
+
type: "UserUpload";
|
|
154247
|
+
userId: string;
|
|
154248
|
+
} | {
|
|
154249
|
+
type: "Figma";
|
|
154250
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154251
|
+
} | undefined;
|
|
154252
|
+
}, {
|
|
154253
|
+
id: string;
|
|
154254
|
+
url: string;
|
|
154255
|
+
name?: string | undefined;
|
|
154256
|
+
source?: {
|
|
154257
|
+
type: "UserUpload";
|
|
154258
|
+
userId: string;
|
|
154259
|
+
} | {
|
|
154260
|
+
type: "Figma";
|
|
154261
|
+
renderMode: "Image" | "HTML" | "JSON";
|
|
154262
|
+
} | undefined;
|
|
154263
|
+
}>;
|
|
154264
|
+
type FileReference = z__default.infer<typeof FileReference>;
|
|
154265
|
+
|
|
154101
154266
|
declare const ForgeAvatarBuilder: z$1.ZodObject<{
|
|
154102
154267
|
headType: z$1.ZodString;
|
|
154103
154268
|
hairType: z$1.ZodString;
|
|
@@ -154751,13 +154916,13 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
154751
154916
|
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
154752
154917
|
isProtected: z$1.ZodBoolean;
|
|
154753
154918
|
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
154754
|
-
emailSettings: z$1.ZodObject<{
|
|
154919
|
+
emailSettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
154755
154920
|
marketingEmails: z$1.ZodBoolean;
|
|
154756
154921
|
}, "strip", z$1.ZodTypeAny, {
|
|
154757
154922
|
marketingEmails: boolean;
|
|
154758
154923
|
}, {
|
|
154759
154924
|
marketingEmails: boolean;
|
|
154760
|
-
}
|
|
154925
|
+
}>>;
|
|
154761
154926
|
}, "strip", z$1.ZodTypeAny, {
|
|
154762
154927
|
email: string;
|
|
154763
154928
|
id: string;
|
|
@@ -154802,11 +154967,11 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
154802
154967
|
};
|
|
154803
154968
|
createdAt: Date;
|
|
154804
154969
|
isProtected: boolean;
|
|
154805
|
-
emailSettings: {
|
|
154806
|
-
marketingEmails: boolean;
|
|
154807
|
-
};
|
|
154808
154970
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154809
154971
|
loggedOutAt?: Date | undefined;
|
|
154972
|
+
emailSettings?: {
|
|
154973
|
+
marketingEmails: boolean;
|
|
154974
|
+
} | undefined;
|
|
154810
154975
|
}, {
|
|
154811
154976
|
email: string;
|
|
154812
154977
|
id: string;
|
|
@@ -154851,11 +155016,11 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
154851
155016
|
};
|
|
154852
155017
|
createdAt: Date;
|
|
154853
155018
|
isProtected: boolean;
|
|
154854
|
-
emailSettings: {
|
|
154855
|
-
marketingEmails: boolean;
|
|
154856
|
-
};
|
|
154857
155019
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154858
155020
|
loggedOutAt?: Date | undefined;
|
|
155021
|
+
emailSettings?: {
|
|
155022
|
+
marketingEmails: boolean;
|
|
155023
|
+
} | undefined;
|
|
154859
155024
|
}>>;
|
|
154860
155025
|
}, "strip", z$1.ZodTypeAny, {
|
|
154861
155026
|
type: "User" | "Agent";
|
|
@@ -154906,11 +155071,11 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
154906
155071
|
};
|
|
154907
155072
|
createdAt: Date;
|
|
154908
155073
|
isProtected: boolean;
|
|
154909
|
-
emailSettings: {
|
|
154910
|
-
marketingEmails: boolean;
|
|
154911
|
-
};
|
|
154912
155074
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154913
155075
|
loggedOutAt?: Date | undefined;
|
|
155076
|
+
emailSettings?: {
|
|
155077
|
+
marketingEmails: boolean;
|
|
155078
|
+
} | undefined;
|
|
154914
155079
|
} | undefined;
|
|
154915
155080
|
userId?: string | undefined;
|
|
154916
155081
|
agentId?: string | undefined;
|
|
@@ -154977,11 +155142,11 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
154977
155142
|
};
|
|
154978
155143
|
createdAt: Date;
|
|
154979
155144
|
isProtected: boolean;
|
|
154980
|
-
emailSettings: {
|
|
154981
|
-
marketingEmails: boolean;
|
|
154982
|
-
};
|
|
154983
155145
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
154984
155146
|
loggedOutAt?: Date | undefined;
|
|
155147
|
+
emailSettings?: {
|
|
155148
|
+
marketingEmails: boolean;
|
|
155149
|
+
} | undefined;
|
|
154985
155150
|
} | undefined;
|
|
154986
155151
|
userId?: string | undefined;
|
|
154987
155152
|
agentId?: string | undefined;
|
|
@@ -155072,11 +155237,11 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
155072
155237
|
};
|
|
155073
155238
|
createdAt: Date;
|
|
155074
155239
|
isProtected: boolean;
|
|
155075
|
-
emailSettings: {
|
|
155076
|
-
marketingEmails: boolean;
|
|
155077
|
-
};
|
|
155078
155240
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155079
155241
|
loggedOutAt?: Date | undefined;
|
|
155242
|
+
emailSettings?: {
|
|
155243
|
+
marketingEmails: boolean;
|
|
155244
|
+
} | undefined;
|
|
155080
155245
|
} | undefined;
|
|
155081
155246
|
userId?: string | undefined;
|
|
155082
155247
|
agentId?: string | undefined;
|
|
@@ -155156,11 +155321,11 @@ declare const ForgeIterationMessage: z$1.ZodObject<{
|
|
|
155156
155321
|
};
|
|
155157
155322
|
createdAt: Date;
|
|
155158
155323
|
isProtected: boolean;
|
|
155159
|
-
emailSettings: {
|
|
155160
|
-
marketingEmails: boolean;
|
|
155161
|
-
};
|
|
155162
155324
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155163
155325
|
loggedOutAt?: Date | undefined;
|
|
155326
|
+
emailSettings?: {
|
|
155327
|
+
marketingEmails: boolean;
|
|
155328
|
+
} | undefined;
|
|
155164
155329
|
} | undefined;
|
|
155165
155330
|
userId?: string | undefined;
|
|
155166
155331
|
agentId?: string | undefined;
|
|
@@ -155459,13 +155624,13 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155459
155624
|
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
155460
155625
|
isProtected: z$1.ZodBoolean;
|
|
155461
155626
|
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
155462
|
-
emailSettings: z$1.ZodObject<{
|
|
155627
|
+
emailSettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
155463
155628
|
marketingEmails: z$1.ZodBoolean;
|
|
155464
155629
|
}, "strip", z$1.ZodTypeAny, {
|
|
155465
155630
|
marketingEmails: boolean;
|
|
155466
155631
|
}, {
|
|
155467
155632
|
marketingEmails: boolean;
|
|
155468
|
-
}
|
|
155633
|
+
}>>;
|
|
155469
155634
|
}, "strip", z$1.ZodTypeAny, {
|
|
155470
155635
|
email: string;
|
|
155471
155636
|
id: string;
|
|
@@ -155510,11 +155675,11 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155510
155675
|
};
|
|
155511
155676
|
createdAt: Date;
|
|
155512
155677
|
isProtected: boolean;
|
|
155513
|
-
emailSettings: {
|
|
155514
|
-
marketingEmails: boolean;
|
|
155515
|
-
};
|
|
155516
155678
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155517
155679
|
loggedOutAt?: Date | undefined;
|
|
155680
|
+
emailSettings?: {
|
|
155681
|
+
marketingEmails: boolean;
|
|
155682
|
+
} | undefined;
|
|
155518
155683
|
}, {
|
|
155519
155684
|
email: string;
|
|
155520
155685
|
id: string;
|
|
@@ -155559,11 +155724,11 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155559
155724
|
};
|
|
155560
155725
|
createdAt: Date;
|
|
155561
155726
|
isProtected: boolean;
|
|
155562
|
-
emailSettings: {
|
|
155563
|
-
marketingEmails: boolean;
|
|
155564
|
-
};
|
|
155565
155727
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155566
155728
|
loggedOutAt?: Date | undefined;
|
|
155729
|
+
emailSettings?: {
|
|
155730
|
+
marketingEmails: boolean;
|
|
155731
|
+
} | undefined;
|
|
155567
155732
|
}>>;
|
|
155568
155733
|
}, "strip", z$1.ZodTypeAny, {
|
|
155569
155734
|
type: "User" | "Agent";
|
|
@@ -155614,11 +155779,11 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155614
155779
|
};
|
|
155615
155780
|
createdAt: Date;
|
|
155616
155781
|
isProtected: boolean;
|
|
155617
|
-
emailSettings: {
|
|
155618
|
-
marketingEmails: boolean;
|
|
155619
|
-
};
|
|
155620
155782
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155621
155783
|
loggedOutAt?: Date | undefined;
|
|
155784
|
+
emailSettings?: {
|
|
155785
|
+
marketingEmails: boolean;
|
|
155786
|
+
} | undefined;
|
|
155622
155787
|
} | undefined;
|
|
155623
155788
|
userId?: string | undefined;
|
|
155624
155789
|
agentId?: string | undefined;
|
|
@@ -155685,11 +155850,11 @@ declare const ForgeParticipant: z$1.ZodObject<{
|
|
|
155685
155850
|
};
|
|
155686
155851
|
createdAt: Date;
|
|
155687
155852
|
isProtected: boolean;
|
|
155688
|
-
emailSettings: {
|
|
155689
|
-
marketingEmails: boolean;
|
|
155690
|
-
};
|
|
155691
155853
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
155692
155854
|
loggedOutAt?: Date | undefined;
|
|
155855
|
+
emailSettings?: {
|
|
155856
|
+
marketingEmails: boolean;
|
|
155857
|
+
} | undefined;
|
|
155693
155858
|
} | undefined;
|
|
155694
155859
|
userId?: string | undefined;
|
|
155695
155860
|
agentId?: string | undefined;
|
|
@@ -158404,13 +158569,13 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158404
158569
|
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
158405
158570
|
isProtected: z$1.ZodBoolean;
|
|
158406
158571
|
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
158407
|
-
emailSettings: z$1.ZodObject<{
|
|
158572
|
+
emailSettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
158408
158573
|
marketingEmails: z$1.ZodBoolean;
|
|
158409
158574
|
}, "strip", z$1.ZodTypeAny, {
|
|
158410
158575
|
marketingEmails: boolean;
|
|
158411
158576
|
}, {
|
|
158412
158577
|
marketingEmails: boolean;
|
|
158413
|
-
}
|
|
158578
|
+
}>>;
|
|
158414
158579
|
}, "strip", z$1.ZodTypeAny, {
|
|
158415
158580
|
email: string;
|
|
158416
158581
|
id: string;
|
|
@@ -158455,11 +158620,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158455
158620
|
};
|
|
158456
158621
|
createdAt: Date;
|
|
158457
158622
|
isProtected: boolean;
|
|
158458
|
-
emailSettings: {
|
|
158459
|
-
marketingEmails: boolean;
|
|
158460
|
-
};
|
|
158461
158623
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
158462
158624
|
loggedOutAt?: Date | undefined;
|
|
158625
|
+
emailSettings?: {
|
|
158626
|
+
marketingEmails: boolean;
|
|
158627
|
+
} | undefined;
|
|
158463
158628
|
}, {
|
|
158464
158629
|
email: string;
|
|
158465
158630
|
id: string;
|
|
@@ -158504,11 +158669,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158504
158669
|
};
|
|
158505
158670
|
createdAt: Date;
|
|
158506
158671
|
isProtected: boolean;
|
|
158507
|
-
emailSettings: {
|
|
158508
|
-
marketingEmails: boolean;
|
|
158509
|
-
};
|
|
158510
158672
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
158511
158673
|
loggedOutAt?: Date | undefined;
|
|
158674
|
+
emailSettings?: {
|
|
158675
|
+
marketingEmails: boolean;
|
|
158676
|
+
} | undefined;
|
|
158512
158677
|
}>>;
|
|
158513
158678
|
}, "strip", z$1.ZodTypeAny, {
|
|
158514
158679
|
type: "User" | "Agent";
|
|
@@ -158559,11 +158724,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158559
158724
|
};
|
|
158560
158725
|
createdAt: Date;
|
|
158561
158726
|
isProtected: boolean;
|
|
158562
|
-
emailSettings: {
|
|
158563
|
-
marketingEmails: boolean;
|
|
158564
|
-
};
|
|
158565
158727
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
158566
158728
|
loggedOutAt?: Date | undefined;
|
|
158729
|
+
emailSettings?: {
|
|
158730
|
+
marketingEmails: boolean;
|
|
158731
|
+
} | undefined;
|
|
158567
158732
|
} | undefined;
|
|
158568
158733
|
userId?: string | undefined;
|
|
158569
158734
|
agentId?: string | undefined;
|
|
@@ -158630,11 +158795,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158630
158795
|
};
|
|
158631
158796
|
createdAt: Date;
|
|
158632
158797
|
isProtected: boolean;
|
|
158633
|
-
emailSettings: {
|
|
158634
|
-
marketingEmails: boolean;
|
|
158635
|
-
};
|
|
158636
158798
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
158637
158799
|
loggedOutAt?: Date | undefined;
|
|
158800
|
+
emailSettings?: {
|
|
158801
|
+
marketingEmails: boolean;
|
|
158802
|
+
} | undefined;
|
|
158638
158803
|
} | undefined;
|
|
158639
158804
|
userId?: string | undefined;
|
|
158640
158805
|
agentId?: string | undefined;
|
|
@@ -158725,11 +158890,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158725
158890
|
};
|
|
158726
158891
|
createdAt: Date;
|
|
158727
158892
|
isProtected: boolean;
|
|
158728
|
-
emailSettings: {
|
|
158729
|
-
marketingEmails: boolean;
|
|
158730
|
-
};
|
|
158731
158893
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
158732
158894
|
loggedOutAt?: Date | undefined;
|
|
158895
|
+
emailSettings?: {
|
|
158896
|
+
marketingEmails: boolean;
|
|
158897
|
+
} | undefined;
|
|
158733
158898
|
} | undefined;
|
|
158734
158899
|
userId?: string | undefined;
|
|
158735
158900
|
agentId?: string | undefined;
|
|
@@ -158809,11 +158974,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
158809
158974
|
};
|
|
158810
158975
|
createdAt: Date;
|
|
158811
158976
|
isProtected: boolean;
|
|
158812
|
-
emailSettings: {
|
|
158813
|
-
marketingEmails: boolean;
|
|
158814
|
-
};
|
|
158815
158977
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
158816
158978
|
loggedOutAt?: Date | undefined;
|
|
158979
|
+
emailSettings?: {
|
|
158980
|
+
marketingEmails: boolean;
|
|
158981
|
+
} | undefined;
|
|
158817
158982
|
} | undefined;
|
|
158818
158983
|
userId?: string | undefined;
|
|
158819
158984
|
agentId?: string | undefined;
|
|
@@ -159038,11 +159203,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159038
159203
|
};
|
|
159039
159204
|
createdAt: Date;
|
|
159040
159205
|
isProtected: boolean;
|
|
159041
|
-
emailSettings: {
|
|
159042
|
-
marketingEmails: boolean;
|
|
159043
|
-
};
|
|
159044
159206
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
159045
159207
|
loggedOutAt?: Date | undefined;
|
|
159208
|
+
emailSettings?: {
|
|
159209
|
+
marketingEmails: boolean;
|
|
159210
|
+
} | undefined;
|
|
159046
159211
|
} | undefined;
|
|
159047
159212
|
userId?: string | undefined;
|
|
159048
159213
|
agentId?: string | undefined;
|
|
@@ -159174,11 +159339,11 @@ declare const ForgeProjectIteration: z$1.ZodObject<{
|
|
|
159174
159339
|
};
|
|
159175
159340
|
createdAt: Date;
|
|
159176
159341
|
isProtected: boolean;
|
|
159177
|
-
emailSettings: {
|
|
159178
|
-
marketingEmails: boolean;
|
|
159179
|
-
};
|
|
159180
159342
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
159181
159343
|
loggedOutAt?: Date | undefined;
|
|
159344
|
+
emailSettings?: {
|
|
159345
|
+
marketingEmails: boolean;
|
|
159346
|
+
} | undefined;
|
|
159182
159347
|
} | undefined;
|
|
159183
159348
|
userId?: string | undefined;
|
|
159184
159349
|
agentId?: string | undefined;
|
|
@@ -190957,13 +191122,13 @@ declare const User: z$1.ZodObject<{
|
|
|
190957
191122
|
loggedOutAt: z$1.ZodOptional<z$1.ZodDate>;
|
|
190958
191123
|
isProtected: z$1.ZodBoolean;
|
|
190959
191124
|
source: z$1.ZodOptional<z$1.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
190960
|
-
emailSettings: z$1.ZodObject<{
|
|
191125
|
+
emailSettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
190961
191126
|
marketingEmails: z$1.ZodBoolean;
|
|
190962
191127
|
}, "strip", z$1.ZodTypeAny, {
|
|
190963
191128
|
marketingEmails: boolean;
|
|
190964
191129
|
}, {
|
|
190965
191130
|
marketingEmails: boolean;
|
|
190966
|
-
}
|
|
191131
|
+
}>>;
|
|
190967
191132
|
}, "strip", z$1.ZodTypeAny, {
|
|
190968
191133
|
email: string;
|
|
190969
191134
|
id: string;
|
|
@@ -191008,11 +191173,11 @@ declare const User: z$1.ZodObject<{
|
|
|
191008
191173
|
};
|
|
191009
191174
|
createdAt: Date;
|
|
191010
191175
|
isProtected: boolean;
|
|
191011
|
-
emailSettings: {
|
|
191012
|
-
marketingEmails: boolean;
|
|
191013
|
-
};
|
|
191014
191176
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
191015
191177
|
loggedOutAt?: Date | undefined;
|
|
191178
|
+
emailSettings?: {
|
|
191179
|
+
marketingEmails: boolean;
|
|
191180
|
+
} | undefined;
|
|
191016
191181
|
}, {
|
|
191017
191182
|
email: string;
|
|
191018
191183
|
id: string;
|
|
@@ -191057,11 +191222,11 @@ declare const User: z$1.ZodObject<{
|
|
|
191057
191222
|
};
|
|
191058
191223
|
createdAt: Date;
|
|
191059
191224
|
isProtected: boolean;
|
|
191060
|
-
emailSettings: {
|
|
191061
|
-
marketingEmails: boolean;
|
|
191062
|
-
};
|
|
191063
191225
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
191064
191226
|
loggedOutAt?: Date | undefined;
|
|
191227
|
+
emailSettings?: {
|
|
191228
|
+
marketingEmails: boolean;
|
|
191229
|
+
} | undefined;
|
|
191065
191230
|
}>;
|
|
191066
191231
|
type User = z$1.infer<typeof User>;
|
|
191067
191232
|
|
|
@@ -191070,169 +191235,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
191070
191235
|
token: PersonalAccessToken;
|
|
191071
191236
|
};
|
|
191072
191237
|
|
|
191073
|
-
declare const FileFigmaRenderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
191074
|
-
type FileFigmaRenderMode = z__default.infer<typeof FileFigmaRenderMode>;
|
|
191075
|
-
declare const FileSourceUpload: z__default.ZodObject<{
|
|
191076
|
-
type: z__default.ZodLiteral<"UserUpload">;
|
|
191077
|
-
userId: z__default.ZodString;
|
|
191078
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191079
|
-
type: "UserUpload";
|
|
191080
|
-
userId: string;
|
|
191081
|
-
}, {
|
|
191082
|
-
type: "UserUpload";
|
|
191083
|
-
userId: string;
|
|
191084
|
-
}>;
|
|
191085
|
-
type FileSourceUpload = z__default.infer<typeof FileSourceUpload>;
|
|
191086
|
-
declare const FileSourceFigma: z__default.ZodObject<{
|
|
191087
|
-
type: z__default.ZodLiteral<"Figma">;
|
|
191088
|
-
renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
191089
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191090
|
-
type: "Figma";
|
|
191091
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191092
|
-
}, {
|
|
191093
|
-
type: "Figma";
|
|
191094
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191095
|
-
}>;
|
|
191096
|
-
type FileSourceFigma = z__default.infer<typeof FileSourceFigma>;
|
|
191097
|
-
declare const FileSource: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
|
|
191098
|
-
type: z__default.ZodLiteral<"UserUpload">;
|
|
191099
|
-
userId: z__default.ZodString;
|
|
191100
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191101
|
-
type: "UserUpload";
|
|
191102
|
-
userId: string;
|
|
191103
|
-
}, {
|
|
191104
|
-
type: "UserUpload";
|
|
191105
|
-
userId: string;
|
|
191106
|
-
}>, z__default.ZodObject<{
|
|
191107
|
-
type: z__default.ZodLiteral<"Figma">;
|
|
191108
|
-
renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
191109
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191110
|
-
type: "Figma";
|
|
191111
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191112
|
-
}, {
|
|
191113
|
-
type: "Figma";
|
|
191114
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191115
|
-
}>]>;
|
|
191116
|
-
type FileSource = z__default.infer<typeof FileSource>;
|
|
191117
|
-
declare const File: z__default.ZodObject<{
|
|
191118
|
-
id: z__default.ZodString;
|
|
191119
|
-
name: z__default.ZodString;
|
|
191120
|
-
deduplicationKey: z__default.ZodString;
|
|
191121
|
-
pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
191122
|
-
storagePath: z__default.ZodString;
|
|
191123
|
-
url: z__default.ZodString;
|
|
191124
|
-
size: z__default.ZodNumber;
|
|
191125
|
-
/**
|
|
191126
|
-
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
191127
|
-
* system (e.g. thumbnails, etc)
|
|
191128
|
-
*/
|
|
191129
|
-
source: z__default.ZodOptional<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
|
|
191130
|
-
type: z__default.ZodLiteral<"UserUpload">;
|
|
191131
|
-
userId: z__default.ZodString;
|
|
191132
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191133
|
-
type: "UserUpload";
|
|
191134
|
-
userId: string;
|
|
191135
|
-
}, {
|
|
191136
|
-
type: "UserUpload";
|
|
191137
|
-
userId: string;
|
|
191138
|
-
}>, z__default.ZodObject<{
|
|
191139
|
-
type: z__default.ZodLiteral<"Figma">;
|
|
191140
|
-
renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
191141
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191142
|
-
type: "Figma";
|
|
191143
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191144
|
-
}, {
|
|
191145
|
-
type: "Figma";
|
|
191146
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191147
|
-
}>]>>;
|
|
191148
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191149
|
-
id: string;
|
|
191150
|
-
name: string;
|
|
191151
|
-
url: string;
|
|
191152
|
-
storagePath: string;
|
|
191153
|
-
size: number;
|
|
191154
|
-
deduplicationKey: string;
|
|
191155
|
-
source?: {
|
|
191156
|
-
type: "UserUpload";
|
|
191157
|
-
userId: string;
|
|
191158
|
-
} | {
|
|
191159
|
-
type: "Figma";
|
|
191160
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191161
|
-
} | undefined;
|
|
191162
|
-
pendingUpload?: boolean | undefined;
|
|
191163
|
-
}, {
|
|
191164
|
-
id: string;
|
|
191165
|
-
name: string;
|
|
191166
|
-
url: string;
|
|
191167
|
-
storagePath: string;
|
|
191168
|
-
size: number;
|
|
191169
|
-
deduplicationKey: string;
|
|
191170
|
-
source?: {
|
|
191171
|
-
type: "UserUpload";
|
|
191172
|
-
userId: string;
|
|
191173
|
-
} | {
|
|
191174
|
-
type: "Figma";
|
|
191175
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191176
|
-
} | undefined;
|
|
191177
|
-
pendingUpload?: boolean | undefined;
|
|
191178
|
-
}>;
|
|
191179
|
-
type File = z__default.infer<typeof File>;
|
|
191180
|
-
declare const FileReference: z__default.ZodObject<Pick<{
|
|
191181
|
-
id: z__default.ZodString;
|
|
191182
|
-
name: z__default.ZodString;
|
|
191183
|
-
deduplicationKey: z__default.ZodString;
|
|
191184
|
-
pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
191185
|
-
storagePath: z__default.ZodString;
|
|
191186
|
-
url: z__default.ZodString;
|
|
191187
|
-
size: z__default.ZodNumber;
|
|
191188
|
-
/**
|
|
191189
|
-
* Object describing where did the file come from. Undefined source indicates a file produced by the
|
|
191190
|
-
* system (e.g. thumbnails, etc)
|
|
191191
|
-
*/
|
|
191192
|
-
source: z__default.ZodOptional<z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
|
|
191193
|
-
type: z__default.ZodLiteral<"UserUpload">;
|
|
191194
|
-
userId: z__default.ZodString;
|
|
191195
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191196
|
-
type: "UserUpload";
|
|
191197
|
-
userId: string;
|
|
191198
|
-
}, {
|
|
191199
|
-
type: "UserUpload";
|
|
191200
|
-
userId: string;
|
|
191201
|
-
}>, z__default.ZodObject<{
|
|
191202
|
-
type: z__default.ZodLiteral<"Figma">;
|
|
191203
|
-
renderMode: z__default.ZodEnum<["Image", "HTML", "JSON"]>;
|
|
191204
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191205
|
-
type: "Figma";
|
|
191206
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191207
|
-
}, {
|
|
191208
|
-
type: "Figma";
|
|
191209
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191210
|
-
}>]>>;
|
|
191211
|
-
}, "id" | "source" | "url"> & {
|
|
191212
|
-
name: z__default.ZodOptional<z__default.ZodString>;
|
|
191213
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
191214
|
-
id: string;
|
|
191215
|
-
url: string;
|
|
191216
|
-
name?: string | undefined;
|
|
191217
|
-
source?: {
|
|
191218
|
-
type: "UserUpload";
|
|
191219
|
-
userId: string;
|
|
191220
|
-
} | {
|
|
191221
|
-
type: "Figma";
|
|
191222
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191223
|
-
} | undefined;
|
|
191224
|
-
}, {
|
|
191225
|
-
id: string;
|
|
191226
|
-
url: string;
|
|
191227
|
-
name?: string | undefined;
|
|
191228
|
-
source?: {
|
|
191229
|
-
type: "UserUpload";
|
|
191230
|
-
userId: string;
|
|
191231
|
-
} | {
|
|
191232
|
-
type: "Figma";
|
|
191233
|
-
renderMode: "Image" | "HTML" | "JSON";
|
|
191234
|
-
} | undefined;
|
|
191235
|
-
}>;
|
|
191236
|
-
type FileReference = z__default.infer<typeof FileReference>;
|
|
191237
|
-
|
|
191238
191238
|
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|