@supernova-studio/model 0.46.4 → 0.46.6
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 +112 -26
- package/dist/index.d.ts +112 -26
- package/dist/index.js +14 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +189 -178
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/integrations/integration.ts +2 -2
- package/src/users/index.ts +1 -0
- package/src/users/user-minified.ts +10 -0
- package/src/users/user-profile.ts +1 -1
- package/src/users/user.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3724,7 +3724,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
3724
3724
|
companyName: z.ZodOptional<z.ZodString>;
|
|
3725
3725
|
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
3726
3726
|
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
3727
|
-
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
|
|
3727
|
+
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
3728
3728
|
jobTitle: z.ZodOptional<z.ZodString>;
|
|
3729
3729
|
phase: z.ZodOptional<z.ZodString>;
|
|
3730
3730
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
@@ -3732,7 +3732,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
3732
3732
|
companyName?: string | undefined;
|
|
3733
3733
|
numberOfPeopleInOrg?: string | undefined;
|
|
3734
3734
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
3735
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
3735
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
3736
3736
|
jobTitle?: string | undefined;
|
|
3737
3737
|
phase?: string | undefined;
|
|
3738
3738
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -3740,7 +3740,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
3740
3740
|
companyName?: string | undefined;
|
|
3741
3741
|
numberOfPeopleInOrg?: string | undefined;
|
|
3742
3742
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
3743
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
3743
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
3744
3744
|
jobTitle?: string | undefined;
|
|
3745
3745
|
phase?: string | undefined;
|
|
3746
3746
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -3753,7 +3753,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
3753
3753
|
companyName?: string | undefined;
|
|
3754
3754
|
numberOfPeopleInOrg?: string | undefined;
|
|
3755
3755
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
3756
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
3756
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
3757
3757
|
jobTitle?: string | undefined;
|
|
3758
3758
|
phase?: string | undefined;
|
|
3759
3759
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -3766,7 +3766,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
3766
3766
|
companyName?: string | undefined;
|
|
3767
3767
|
numberOfPeopleInOrg?: string | undefined;
|
|
3768
3768
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
3769
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
3769
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
3770
3770
|
jobTitle?: string | undefined;
|
|
3771
3771
|
phase?: string | undefined;
|
|
3772
3772
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -3980,7 +3980,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
3980
3980
|
companyName?: string | undefined;
|
|
3981
3981
|
numberOfPeopleInOrg?: string | undefined;
|
|
3982
3982
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
3983
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
3983
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
3984
3984
|
jobTitle?: string | undefined;
|
|
3985
3985
|
phase?: string | undefined;
|
|
3986
3986
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -4044,7 +4044,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
4044
4044
|
companyName?: string | undefined;
|
|
4045
4045
|
numberOfPeopleInOrg?: string | undefined;
|
|
4046
4046
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
4047
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
4047
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
4048
4048
|
jobTitle?: string | undefined;
|
|
4049
4049
|
phase?: string | undefined;
|
|
4050
4050
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -4122,7 +4122,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
4122
4122
|
companyName?: string | undefined;
|
|
4123
4123
|
numberOfPeopleInOrg?: string | undefined;
|
|
4124
4124
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
4125
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
4125
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
4126
4126
|
jobTitle?: string | undefined;
|
|
4127
4127
|
phase?: string | undefined;
|
|
4128
4128
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -4200,7 +4200,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
4200
4200
|
companyName?: string | undefined;
|
|
4201
4201
|
numberOfPeopleInOrg?: string | undefined;
|
|
4202
4202
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
4203
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
4203
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
4204
4204
|
jobTitle?: string | undefined;
|
|
4205
4205
|
phase?: string | undefined;
|
|
4206
4206
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -99993,6 +99993,22 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
99993
99993
|
avatarUrl?: string | undefined;
|
|
99994
99994
|
}>>;
|
|
99995
99995
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
99996
|
+
user: z.ZodOptional<z.ZodObject<{
|
|
99997
|
+
id: z.ZodString;
|
|
99998
|
+
name: z.ZodString;
|
|
99999
|
+
email: z.ZodString;
|
|
100000
|
+
avatar: z.ZodOptional<z.ZodString>;
|
|
100001
|
+
}, "strip", z.ZodTypeAny, {
|
|
100002
|
+
id: string;
|
|
100003
|
+
name: string;
|
|
100004
|
+
email: string;
|
|
100005
|
+
avatar?: string | undefined;
|
|
100006
|
+
}, {
|
|
100007
|
+
id: string;
|
|
100008
|
+
name: string;
|
|
100009
|
+
email: string;
|
|
100010
|
+
avatar?: string | undefined;
|
|
100011
|
+
}>>;
|
|
99996
100012
|
}, "strip", z.ZodTypeAny, {
|
|
99997
100013
|
id: string;
|
|
99998
100014
|
createdAt: Date;
|
|
@@ -100010,6 +100026,12 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100010
100026
|
avatarUrl?: string | undefined;
|
|
100011
100027
|
} | undefined;
|
|
100012
100028
|
customUrl?: string | undefined;
|
|
100029
|
+
user?: {
|
|
100030
|
+
id: string;
|
|
100031
|
+
name: string;
|
|
100032
|
+
email: string;
|
|
100033
|
+
avatar?: string | undefined;
|
|
100034
|
+
} | undefined;
|
|
100013
100035
|
}, {
|
|
100014
100036
|
id: string;
|
|
100015
100037
|
createdAt: Date;
|
|
@@ -100027,6 +100049,12 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100027
100049
|
avatarUrl?: string | undefined;
|
|
100028
100050
|
} | undefined;
|
|
100029
100051
|
customUrl?: string | undefined;
|
|
100052
|
+
user?: {
|
|
100053
|
+
id: string;
|
|
100054
|
+
name: string;
|
|
100055
|
+
email: string;
|
|
100056
|
+
avatar?: string | undefined;
|
|
100057
|
+
} | undefined;
|
|
100030
100058
|
}>;
|
|
100031
100059
|
type IntegrationCredentials = z.infer<typeof IntegrationCredentials>;
|
|
100032
100060
|
declare const ExtendedIntegrationType: z.ZodEnum<["Figma", "Github", "Gitlab", "Bitbucket", "Azure", "TokenStudio", "FigmaVariablesPlugin"]>;
|
|
@@ -100065,6 +100093,22 @@ declare const Integration: z.ZodObject<{
|
|
|
100065
100093
|
avatarUrl?: string | undefined;
|
|
100066
100094
|
}>>;
|
|
100067
100095
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
100096
|
+
user: z.ZodOptional<z.ZodObject<{
|
|
100097
|
+
id: z.ZodString;
|
|
100098
|
+
name: z.ZodString;
|
|
100099
|
+
email: z.ZodString;
|
|
100100
|
+
avatar: z.ZodOptional<z.ZodString>;
|
|
100101
|
+
}, "strip", z.ZodTypeAny, {
|
|
100102
|
+
id: string;
|
|
100103
|
+
name: string;
|
|
100104
|
+
email: string;
|
|
100105
|
+
avatar?: string | undefined;
|
|
100106
|
+
}, {
|
|
100107
|
+
id: string;
|
|
100108
|
+
name: string;
|
|
100109
|
+
email: string;
|
|
100110
|
+
avatar?: string | undefined;
|
|
100111
|
+
}>>;
|
|
100068
100112
|
}, "strip", z.ZodTypeAny, {
|
|
100069
100113
|
id: string;
|
|
100070
100114
|
createdAt: Date;
|
|
@@ -100082,6 +100126,12 @@ declare const Integration: z.ZodObject<{
|
|
|
100082
100126
|
avatarUrl?: string | undefined;
|
|
100083
100127
|
} | undefined;
|
|
100084
100128
|
customUrl?: string | undefined;
|
|
100129
|
+
user?: {
|
|
100130
|
+
id: string;
|
|
100131
|
+
name: string;
|
|
100132
|
+
email: string;
|
|
100133
|
+
avatar?: string | undefined;
|
|
100134
|
+
} | undefined;
|
|
100085
100135
|
}, {
|
|
100086
100136
|
id: string;
|
|
100087
100137
|
createdAt: Date;
|
|
@@ -100099,6 +100149,12 @@ declare const Integration: z.ZodObject<{
|
|
|
100099
100149
|
avatarUrl?: string | undefined;
|
|
100100
100150
|
} | undefined;
|
|
100101
100151
|
customUrl?: string | undefined;
|
|
100152
|
+
user?: {
|
|
100153
|
+
id: string;
|
|
100154
|
+
name: string;
|
|
100155
|
+
email: string;
|
|
100156
|
+
avatar?: string | undefined;
|
|
100157
|
+
} | undefined;
|
|
100102
100158
|
}>, "many">>;
|
|
100103
100159
|
}, "strip", z.ZodTypeAny, {
|
|
100104
100160
|
id: string;
|
|
@@ -100122,6 +100178,12 @@ declare const Integration: z.ZodObject<{
|
|
|
100122
100178
|
avatarUrl?: string | undefined;
|
|
100123
100179
|
} | undefined;
|
|
100124
100180
|
customUrl?: string | undefined;
|
|
100181
|
+
user?: {
|
|
100182
|
+
id: string;
|
|
100183
|
+
name: string;
|
|
100184
|
+
email: string;
|
|
100185
|
+
avatar?: string | undefined;
|
|
100186
|
+
} | undefined;
|
|
100125
100187
|
}[] | undefined;
|
|
100126
100188
|
}, {
|
|
100127
100189
|
id: string;
|
|
@@ -100145,6 +100207,12 @@ declare const Integration: z.ZodObject<{
|
|
|
100145
100207
|
avatarUrl?: string | undefined;
|
|
100146
100208
|
} | undefined;
|
|
100147
100209
|
customUrl?: string | undefined;
|
|
100210
|
+
user?: {
|
|
100211
|
+
id: string;
|
|
100212
|
+
name: string;
|
|
100213
|
+
email: string;
|
|
100214
|
+
avatar?: string | undefined;
|
|
100215
|
+
} | undefined;
|
|
100148
100216
|
}[] | undefined;
|
|
100149
100217
|
}>;
|
|
100150
100218
|
type Integration = z.infer<typeof Integration>;
|
|
@@ -112574,13 +112642,31 @@ declare const UserIdentity: z.ZodObject<{
|
|
|
112574
112642
|
}>;
|
|
112575
112643
|
type UserIdentity = z.infer<typeof UserIdentity>;
|
|
112576
112644
|
|
|
112577
|
-
declare const
|
|
112645
|
+
declare const UserMinified: z.ZodObject<{
|
|
112646
|
+
id: z.ZodString;
|
|
112647
|
+
name: z.ZodString;
|
|
112648
|
+
email: z.ZodString;
|
|
112649
|
+
avatar: z.ZodOptional<z.ZodString>;
|
|
112650
|
+
}, "strip", z.ZodTypeAny, {
|
|
112651
|
+
id: string;
|
|
112652
|
+
name: string;
|
|
112653
|
+
email: string;
|
|
112654
|
+
avatar?: string | undefined;
|
|
112655
|
+
}, {
|
|
112656
|
+
id: string;
|
|
112657
|
+
name: string;
|
|
112658
|
+
email: string;
|
|
112659
|
+
avatar?: string | undefined;
|
|
112660
|
+
}>;
|
|
112661
|
+
type UserMinified = z.infer<typeof UserMinified>;
|
|
112662
|
+
|
|
112663
|
+
declare const UserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>;
|
|
112578
112664
|
declare const UserOnboardingJobLevel: z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>;
|
|
112579
112665
|
declare const UserOnboarding: z.ZodObject<{
|
|
112580
112666
|
companyName: z.ZodOptional<z.ZodString>;
|
|
112581
112667
|
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
112582
112668
|
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
112583
|
-
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
|
|
112669
|
+
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
112584
112670
|
jobTitle: z.ZodOptional<z.ZodString>;
|
|
112585
112671
|
phase: z.ZodOptional<z.ZodString>;
|
|
112586
112672
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
@@ -112588,7 +112674,7 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
112588
112674
|
companyName?: string | undefined;
|
|
112589
112675
|
numberOfPeopleInOrg?: string | undefined;
|
|
112590
112676
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112591
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112677
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112592
112678
|
jobTitle?: string | undefined;
|
|
112593
112679
|
phase?: string | undefined;
|
|
112594
112680
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112596,7 +112682,7 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
112596
112682
|
companyName?: string | undefined;
|
|
112597
112683
|
numberOfPeopleInOrg?: string | undefined;
|
|
112598
112684
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112599
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112685
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112600
112686
|
jobTitle?: string | undefined;
|
|
112601
112687
|
phase?: string | undefined;
|
|
112602
112688
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112610,7 +112696,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
112610
112696
|
companyName: z.ZodOptional<z.ZodString>;
|
|
112611
112697
|
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
112612
112698
|
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
112613
|
-
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
|
|
112699
|
+
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
112614
112700
|
jobTitle: z.ZodOptional<z.ZodString>;
|
|
112615
112701
|
phase: z.ZodOptional<z.ZodString>;
|
|
112616
112702
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
@@ -112618,7 +112704,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
112618
112704
|
companyName?: string | undefined;
|
|
112619
112705
|
numberOfPeopleInOrg?: string | undefined;
|
|
112620
112706
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112621
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112707
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112622
112708
|
jobTitle?: string | undefined;
|
|
112623
112709
|
phase?: string | undefined;
|
|
112624
112710
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112626,7 +112712,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
112626
112712
|
companyName?: string | undefined;
|
|
112627
112713
|
numberOfPeopleInOrg?: string | undefined;
|
|
112628
112714
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112629
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112715
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112630
112716
|
jobTitle?: string | undefined;
|
|
112631
112717
|
phase?: string | undefined;
|
|
112632
112718
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112639,7 +112725,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
112639
112725
|
companyName?: string | undefined;
|
|
112640
112726
|
numberOfPeopleInOrg?: string | undefined;
|
|
112641
112727
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112642
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112728
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112643
112729
|
jobTitle?: string | undefined;
|
|
112644
112730
|
phase?: string | undefined;
|
|
112645
112731
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112652,7 +112738,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
112652
112738
|
companyName?: string | undefined;
|
|
112653
112739
|
numberOfPeopleInOrg?: string | undefined;
|
|
112654
112740
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112655
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112741
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112656
112742
|
jobTitle?: string | undefined;
|
|
112657
112743
|
phase?: string | undefined;
|
|
112658
112744
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112686,7 +112772,7 @@ declare const User: z.ZodObject<{
|
|
|
112686
112772
|
companyName: z.ZodOptional<z.ZodString>;
|
|
112687
112773
|
numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
|
|
112688
112774
|
numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
|
|
112689
|
-
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
|
|
112775
|
+
department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
|
|
112690
112776
|
jobTitle: z.ZodOptional<z.ZodString>;
|
|
112691
112777
|
phase: z.ZodOptional<z.ZodString>;
|
|
112692
112778
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
@@ -112694,7 +112780,7 @@ declare const User: z.ZodObject<{
|
|
|
112694
112780
|
companyName?: string | undefined;
|
|
112695
112781
|
numberOfPeopleInOrg?: string | undefined;
|
|
112696
112782
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112697
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112783
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112698
112784
|
jobTitle?: string | undefined;
|
|
112699
112785
|
phase?: string | undefined;
|
|
112700
112786
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112702,7 +112788,7 @@ declare const User: z.ZodObject<{
|
|
|
112702
112788
|
companyName?: string | undefined;
|
|
112703
112789
|
numberOfPeopleInOrg?: string | undefined;
|
|
112704
112790
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112705
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112791
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112706
112792
|
jobTitle?: string | undefined;
|
|
112707
112793
|
phase?: string | undefined;
|
|
112708
112794
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112715,7 +112801,7 @@ declare const User: z.ZodObject<{
|
|
|
112715
112801
|
companyName?: string | undefined;
|
|
112716
112802
|
numberOfPeopleInOrg?: string | undefined;
|
|
112717
112803
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112718
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112804
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112719
112805
|
jobTitle?: string | undefined;
|
|
112720
112806
|
phase?: string | undefined;
|
|
112721
112807
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112728,7 +112814,7 @@ declare const User: z.ZodObject<{
|
|
|
112728
112814
|
companyName?: string | undefined;
|
|
112729
112815
|
numberOfPeopleInOrg?: string | undefined;
|
|
112730
112816
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112731
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
112817
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112732
112818
|
jobTitle?: string | undefined;
|
|
112733
112819
|
phase?: string | undefined;
|
|
112734
112820
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -112942,7 +113028,7 @@ declare const User: z.ZodObject<{
|
|
|
112942
113028
|
companyName?: string | undefined;
|
|
112943
113029
|
numberOfPeopleInOrg?: string | undefined;
|
|
112944
113030
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
112945
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
113031
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
112946
113032
|
jobTitle?: string | undefined;
|
|
112947
113033
|
phase?: string | undefined;
|
|
112948
113034
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -113006,7 +113092,7 @@ declare const User: z.ZodObject<{
|
|
|
113006
113092
|
companyName?: string | undefined;
|
|
113007
113093
|
numberOfPeopleInOrg?: string | undefined;
|
|
113008
113094
|
numberOfPeopleInDesignTeam?: string | undefined;
|
|
113009
|
-
department?: "Other" | "Design" | "Engineering" | "Brand" | undefined;
|
|
113095
|
+
department?: "Other" | "Design" | "Engineering" | "Product" | "Brand" | undefined;
|
|
113010
113096
|
jobTitle?: string | undefined;
|
|
113011
113097
|
phase?: string | undefined;
|
|
113012
113098
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
@@ -117368,4 +117454,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
117368
117454
|
}>;
|
|
117369
117455
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
117370
117456
|
|
|
117371
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, 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, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, 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, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDestinationSnDocs, ExporterDetails, ExporterJob, ExporterJobDestination, ExporterJobFindByFilter, ExporterJobLogEntry, ExporterJobLogEntryType, ExporterJobResult, ExporterJobResultDocsDestination, ExporterJobResultPullRequestDestination, ExporterJobResultS3Destination, ExporterJobStatus, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterSchedule, ExporterScheduleEventType, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, 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, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, 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, IntegrationCredentialsType, IntegrationDesignSystem, type IntegrationToken, IntegrationTokenResponse, IntegrationTokenSchema, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, 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, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, 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, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, type ResolvedAsset, 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 UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };
|
|
117457
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, 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, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, 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, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDestinationSnDocs, ExporterDetails, ExporterJob, ExporterJobDestination, ExporterJobFindByFilter, ExporterJobLogEntry, ExporterJobLogEntryType, ExporterJobResult, ExporterJobResultDocsDestination, ExporterJobResultPullRequestDestination, ExporterJobResultS3Destination, ExporterJobStatus, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterSchedule, ExporterScheduleEventType, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, 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, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, 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, IntegrationCredentialsType, IntegrationDesignSystem, type IntegrationToken, IntegrationTokenResponse, IntegrationTokenSchema, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, 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, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, 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, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, type ResolvedAsset, 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 UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };
|