@supernova-studio/model 0.48.21 → 0.48.23
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 +47 -1
- package/dist/index.d.ts +47 -1
- package/dist/index.js +8 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/liveblocks/rooms/documentation-page-room.ts +5 -0
- package/src/users/user-profile.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -9813,6 +9813,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
9813
9813
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
9814
9814
|
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
9815
9815
|
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
9816
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
9816
9817
|
}, "strip", z.ZodTypeAny, {
|
|
9817
9818
|
companyName?: string | undefined;
|
|
9818
9819
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -9824,6 +9825,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
9824
9825
|
designSystemName?: string | undefined;
|
|
9825
9826
|
defaultDestination?: string | undefined;
|
|
9826
9827
|
figmaUrl?: string | undefined;
|
|
9828
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
9827
9829
|
}, {
|
|
9828
9830
|
companyName?: string | undefined;
|
|
9829
9831
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -9835,6 +9837,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
9835
9837
|
designSystemName?: string | undefined;
|
|
9836
9838
|
defaultDestination?: string | undefined;
|
|
9837
9839
|
figmaUrl?: string | undefined;
|
|
9840
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
9838
9841
|
}>>;
|
|
9839
9842
|
}, "strip", z.ZodTypeAny, {
|
|
9840
9843
|
name: string;
|
|
@@ -9851,6 +9854,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
9851
9854
|
designSystemName?: string | undefined;
|
|
9852
9855
|
defaultDestination?: string | undefined;
|
|
9853
9856
|
figmaUrl?: string | undefined;
|
|
9857
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
9854
9858
|
} | undefined;
|
|
9855
9859
|
}, {
|
|
9856
9860
|
name: string;
|
|
@@ -9867,6 +9871,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
9867
9871
|
designSystemName?: string | undefined;
|
|
9868
9872
|
defaultDestination?: string | undefined;
|
|
9869
9873
|
figmaUrl?: string | undefined;
|
|
9874
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
9870
9875
|
} | undefined;
|
|
9871
9876
|
}>;
|
|
9872
9877
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -10084,6 +10089,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
10084
10089
|
designSystemName?: string | undefined;
|
|
10085
10090
|
defaultDestination?: string | undefined;
|
|
10086
10091
|
figmaUrl?: string | undefined;
|
|
10092
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
10087
10093
|
} | undefined;
|
|
10088
10094
|
};
|
|
10089
10095
|
emailVerified: boolean;
|
|
@@ -10151,6 +10157,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
10151
10157
|
designSystemName?: string | undefined;
|
|
10152
10158
|
defaultDestination?: string | undefined;
|
|
10153
10159
|
figmaUrl?: string | undefined;
|
|
10160
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
10154
10161
|
} | undefined;
|
|
10155
10162
|
};
|
|
10156
10163
|
emailVerified: boolean;
|
|
@@ -19051,6 +19058,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19051
19058
|
designSystemName?: string | undefined;
|
|
19052
19059
|
defaultDestination?: string | undefined;
|
|
19053
19060
|
figmaUrl?: string | undefined;
|
|
19061
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
19054
19062
|
} | undefined;
|
|
19055
19063
|
};
|
|
19056
19064
|
emailVerified: boolean;
|
|
@@ -19909,6 +19917,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19909
19917
|
designSystemName?: string | undefined;
|
|
19910
19918
|
defaultDestination?: string | undefined;
|
|
19911
19919
|
figmaUrl?: string | undefined;
|
|
19920
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
19912
19921
|
} | undefined;
|
|
19913
19922
|
};
|
|
19914
19923
|
emailVerified: boolean;
|
|
@@ -28180,6 +28189,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28180
28189
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
28181
28190
|
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
28182
28191
|
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
28192
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
28183
28193
|
}, "strip", z.ZodTypeAny, {
|
|
28184
28194
|
companyName?: string | undefined;
|
|
28185
28195
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -28191,6 +28201,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28191
28201
|
designSystemName?: string | undefined;
|
|
28192
28202
|
defaultDestination?: string | undefined;
|
|
28193
28203
|
figmaUrl?: string | undefined;
|
|
28204
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
28194
28205
|
}, {
|
|
28195
28206
|
companyName?: string | undefined;
|
|
28196
28207
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -28202,6 +28213,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28202
28213
|
designSystemName?: string | undefined;
|
|
28203
28214
|
defaultDestination?: string | undefined;
|
|
28204
28215
|
figmaUrl?: string | undefined;
|
|
28216
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
28205
28217
|
}>>;
|
|
28206
28218
|
}, "strip", z.ZodTypeAny, {
|
|
28207
28219
|
name: string;
|
|
@@ -28218,6 +28230,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28218
28230
|
designSystemName?: string | undefined;
|
|
28219
28231
|
defaultDestination?: string | undefined;
|
|
28220
28232
|
figmaUrl?: string | undefined;
|
|
28233
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
28221
28234
|
} | undefined;
|
|
28222
28235
|
}, {
|
|
28223
28236
|
name: string;
|
|
@@ -28234,6 +28247,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28234
28247
|
designSystemName?: string | undefined;
|
|
28235
28248
|
defaultDestination?: string | undefined;
|
|
28236
28249
|
figmaUrl?: string | undefined;
|
|
28250
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
28237
28251
|
} | undefined;
|
|
28238
28252
|
}>;
|
|
28239
28253
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -28451,6 +28465,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28451
28465
|
designSystemName?: string | undefined;
|
|
28452
28466
|
defaultDestination?: string | undefined;
|
|
28453
28467
|
figmaUrl?: string | undefined;
|
|
28468
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
28454
28469
|
} | undefined;
|
|
28455
28470
|
};
|
|
28456
28471
|
emailVerified: boolean;
|
|
@@ -28518,6 +28533,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28518
28533
|
designSystemName?: string | undefined;
|
|
28519
28534
|
defaultDestination?: string | undefined;
|
|
28520
28535
|
figmaUrl?: string | undefined;
|
|
28536
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
28521
28537
|
} | undefined;
|
|
28522
28538
|
};
|
|
28523
28539
|
emailVerified: boolean;
|
|
@@ -28599,6 +28615,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28599
28615
|
designSystemName?: string | undefined;
|
|
28600
28616
|
defaultDestination?: string | undefined;
|
|
28601
28617
|
figmaUrl?: string | undefined;
|
|
28618
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
28602
28619
|
} | undefined;
|
|
28603
28620
|
};
|
|
28604
28621
|
emailVerified: boolean;
|
|
@@ -28680,6 +28697,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
28680
28697
|
designSystemName?: string | undefined;
|
|
28681
28698
|
defaultDestination?: string | undefined;
|
|
28682
28699
|
figmaUrl?: string | undefined;
|
|
28700
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
28683
28701
|
} | undefined;
|
|
28684
28702
|
};
|
|
28685
28703
|
emailVerified: boolean;
|
|
@@ -145031,6 +145049,8 @@ declare const DocumentationPageRoom: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
145031
145049
|
type DocumentationPageRoom = z.infer<typeof DocumentationPageRoom>;
|
|
145032
145050
|
type CreateDocumentationPageRoom = DbCreateInputOmit<DocumentationPageRoom>;
|
|
145033
145051
|
type UpdateDocumentationPageRoom = OmitStrict<DbUpdate<DocumentationPageRoom>, "designSystemVersionId" | "documentationPageId" | "liveblocksId">;
|
|
145052
|
+
declare const DocumentationPageRestorationType: z.ZodEnum<["Restore", "Revert"]>;
|
|
145053
|
+
type DocumentationPageRestorationType = z.infer<typeof DocumentationPageRestorationType>;
|
|
145034
145054
|
declare const DocumentationPageRoomState: z.ZodObject<{
|
|
145035
145055
|
pageItems: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
145036
145056
|
id: z.ZodString;
|
|
@@ -155650,8 +155670,11 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155650
155670
|
})[];
|
|
155651
155671
|
}>;
|
|
155652
155672
|
contentHash: z.ZodString;
|
|
155673
|
+
snapshotId: z.ZodString;
|
|
155653
155674
|
roomId: z.ZodOptional<z.ZodString>;
|
|
155675
|
+
type: z.ZodEnum<["Restore", "Revert"]>;
|
|
155654
155676
|
}, "strip", z.ZodTypeAny, {
|
|
155677
|
+
type: "Restore" | "Revert";
|
|
155655
155678
|
page: {
|
|
155656
155679
|
id: string;
|
|
155657
155680
|
createdAt: Date;
|
|
@@ -155847,8 +155870,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155847
155870
|
})[];
|
|
155848
155871
|
};
|
|
155849
155872
|
contentHash: string;
|
|
155873
|
+
snapshotId: string;
|
|
155850
155874
|
roomId?: string | undefined;
|
|
155851
155875
|
}, {
|
|
155876
|
+
type: "Restore" | "Revert";
|
|
155852
155877
|
page: {
|
|
155853
155878
|
id: string;
|
|
155854
155879
|
createdAt: Date;
|
|
@@ -156472,6 +156497,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156472
156497
|
})[];
|
|
156473
156498
|
};
|
|
156474
156499
|
contentHash: string;
|
|
156500
|
+
snapshotId: string;
|
|
156475
156501
|
roomId?: string | undefined;
|
|
156476
156502
|
}>;
|
|
156477
156503
|
type RestoredDocumentationPage = z.infer<typeof RestoredDocumentationPage>;
|
|
@@ -157806,6 +157832,7 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
157806
157832
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
157807
157833
|
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
157808
157834
|
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
157835
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
157809
157836
|
}, "strip", z.ZodTypeAny, {
|
|
157810
157837
|
companyName?: string | undefined;
|
|
157811
157838
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -157817,6 +157844,7 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
157817
157844
|
designSystemName?: string | undefined;
|
|
157818
157845
|
defaultDestination?: string | undefined;
|
|
157819
157846
|
figmaUrl?: string | undefined;
|
|
157847
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157820
157848
|
}, {
|
|
157821
157849
|
companyName?: string | undefined;
|
|
157822
157850
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -157828,6 +157856,7 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
157828
157856
|
designSystemName?: string | undefined;
|
|
157829
157857
|
defaultDestination?: string | undefined;
|
|
157830
157858
|
figmaUrl?: string | undefined;
|
|
157859
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157831
157860
|
}>;
|
|
157832
157861
|
type UserOnboarding = z.infer<typeof UserOnboarding>;
|
|
157833
157862
|
declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
@@ -157845,6 +157874,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
157845
157874
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
157846
157875
|
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
157847
157876
|
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
157877
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
157848
157878
|
}, "strip", z.ZodTypeAny, {
|
|
157849
157879
|
companyName?: string | undefined;
|
|
157850
157880
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -157856,6 +157886,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
157856
157886
|
designSystemName?: string | undefined;
|
|
157857
157887
|
defaultDestination?: string | undefined;
|
|
157858
157888
|
figmaUrl?: string | undefined;
|
|
157889
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157859
157890
|
}, {
|
|
157860
157891
|
companyName?: string | undefined;
|
|
157861
157892
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -157867,6 +157898,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
157867
157898
|
designSystemName?: string | undefined;
|
|
157868
157899
|
defaultDestination?: string | undefined;
|
|
157869
157900
|
figmaUrl?: string | undefined;
|
|
157901
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157870
157902
|
}>>>;
|
|
157871
157903
|
}, "avatar">, "strip", z.ZodTypeAny, {
|
|
157872
157904
|
name?: string | undefined;
|
|
@@ -157882,6 +157914,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
157882
157914
|
designSystemName?: string | undefined;
|
|
157883
157915
|
defaultDestination?: string | undefined;
|
|
157884
157916
|
figmaUrl?: string | undefined;
|
|
157917
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157885
157918
|
} | undefined;
|
|
157886
157919
|
}, {
|
|
157887
157920
|
name?: string | undefined;
|
|
@@ -157897,6 +157930,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
157897
157930
|
designSystemName?: string | undefined;
|
|
157898
157931
|
defaultDestination?: string | undefined;
|
|
157899
157932
|
figmaUrl?: string | undefined;
|
|
157933
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157900
157934
|
} | undefined;
|
|
157901
157935
|
}>;
|
|
157902
157936
|
type UserProfileUpdate = z.infer<typeof UserProfileUpdate>;
|
|
@@ -157915,6 +157949,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
157915
157949
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
157916
157950
|
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
157917
157951
|
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
157952
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
157918
157953
|
}, "strip", z.ZodTypeAny, {
|
|
157919
157954
|
companyName?: string | undefined;
|
|
157920
157955
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -157926,6 +157961,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
157926
157961
|
designSystemName?: string | undefined;
|
|
157927
157962
|
defaultDestination?: string | undefined;
|
|
157928
157963
|
figmaUrl?: string | undefined;
|
|
157964
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157929
157965
|
}, {
|
|
157930
157966
|
companyName?: string | undefined;
|
|
157931
157967
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -157937,6 +157973,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
157937
157973
|
designSystemName?: string | undefined;
|
|
157938
157974
|
defaultDestination?: string | undefined;
|
|
157939
157975
|
figmaUrl?: string | undefined;
|
|
157976
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157940
157977
|
}>>;
|
|
157941
157978
|
}, "strip", z.ZodTypeAny, {
|
|
157942
157979
|
name: string;
|
|
@@ -157953,6 +157990,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
157953
157990
|
designSystemName?: string | undefined;
|
|
157954
157991
|
defaultDestination?: string | undefined;
|
|
157955
157992
|
figmaUrl?: string | undefined;
|
|
157993
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157956
157994
|
} | undefined;
|
|
157957
157995
|
}, {
|
|
157958
157996
|
name: string;
|
|
@@ -157969,6 +158007,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
157969
158007
|
designSystemName?: string | undefined;
|
|
157970
158008
|
defaultDestination?: string | undefined;
|
|
157971
158009
|
figmaUrl?: string | undefined;
|
|
158010
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
157972
158011
|
} | undefined;
|
|
157973
158012
|
}>;
|
|
157974
158013
|
type UserProfile = z.infer<typeof UserProfile>;
|
|
@@ -158006,6 +158045,7 @@ declare const User: z.ZodObject<{
|
|
|
158006
158045
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
158007
158046
|
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
158008
158047
|
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
158048
|
+
isPageDraftOnboardingFinished: z.ZodOptional<z.ZodBoolean>;
|
|
158009
158049
|
}, "strip", z.ZodTypeAny, {
|
|
158010
158050
|
companyName?: string | undefined;
|
|
158011
158051
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -158017,6 +158057,7 @@ declare const User: z.ZodObject<{
|
|
|
158017
158057
|
designSystemName?: string | undefined;
|
|
158018
158058
|
defaultDestination?: string | undefined;
|
|
158019
158059
|
figmaUrl?: string | undefined;
|
|
158060
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
158020
158061
|
}, {
|
|
158021
158062
|
companyName?: string | undefined;
|
|
158022
158063
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -158028,6 +158069,7 @@ declare const User: z.ZodObject<{
|
|
|
158028
158069
|
designSystemName?: string | undefined;
|
|
158029
158070
|
defaultDestination?: string | undefined;
|
|
158030
158071
|
figmaUrl?: string | undefined;
|
|
158072
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
158031
158073
|
}>>;
|
|
158032
158074
|
}, "strip", z.ZodTypeAny, {
|
|
158033
158075
|
name: string;
|
|
@@ -158044,6 +158086,7 @@ declare const User: z.ZodObject<{
|
|
|
158044
158086
|
designSystemName?: string | undefined;
|
|
158045
158087
|
defaultDestination?: string | undefined;
|
|
158046
158088
|
figmaUrl?: string | undefined;
|
|
158089
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
158047
158090
|
} | undefined;
|
|
158048
158091
|
}, {
|
|
158049
158092
|
name: string;
|
|
@@ -158060,6 +158103,7 @@ declare const User: z.ZodObject<{
|
|
|
158060
158103
|
designSystemName?: string | undefined;
|
|
158061
158104
|
defaultDestination?: string | undefined;
|
|
158062
158105
|
figmaUrl?: string | undefined;
|
|
158106
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
158063
158107
|
} | undefined;
|
|
158064
158108
|
}>;
|
|
158065
158109
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -158277,6 +158321,7 @@ declare const User: z.ZodObject<{
|
|
|
158277
158321
|
designSystemName?: string | undefined;
|
|
158278
158322
|
defaultDestination?: string | undefined;
|
|
158279
158323
|
figmaUrl?: string | undefined;
|
|
158324
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
158280
158325
|
} | undefined;
|
|
158281
158326
|
};
|
|
158282
158327
|
emailVerified: boolean;
|
|
@@ -158344,6 +158389,7 @@ declare const User: z.ZodObject<{
|
|
|
158344
158389
|
designSystemName?: string | undefined;
|
|
158345
158390
|
defaultDestination?: string | undefined;
|
|
158346
158391
|
figmaUrl?: string | undefined;
|
|
158392
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
158347
158393
|
} | undefined;
|
|
158348
158394
|
};
|
|
158349
158395
|
emailVerified: boolean;
|
|
@@ -162945,4 +162991,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
162945
162991
|
}>;
|
|
162946
162992
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
162947
162993
|
|
|
162948
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BaseComponent, 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, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ComponentSet, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, 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 CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, 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, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponentBooleanProperty, FigmaComponentInstanceSwapProperty, FigmaComponentProperties, FigmaComponentPropertyType, FigmaComponentSetProperties, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, 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, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, 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 UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
|
162994
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BaseComponent, 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, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ComponentSet, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, 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 CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, 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, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRestorationType, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponentBooleanProperty, FigmaComponentInstanceSwapProperty, FigmaComponentProperties, FigmaComponentPropertyType, FigmaComponentSetProperties, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, 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, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, 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 UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|