@supernova-studio/model 0.47.7 → 0.47.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +58 -0
- package/dist/index.d.ts +58 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/users/user-profile.ts +2 -0
package/dist/index.d.mts
CHANGED
|
@@ -1918,6 +1918,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1918
1918
|
phase: z.ZodOptional<z.ZodString>;
|
|
1919
1919
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
1920
1920
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
1921
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
1922
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
1921
1923
|
}, "strip", z.ZodTypeAny, {
|
|
1922
1924
|
companyName?: string | undefined;
|
|
1923
1925
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -1927,6 +1929,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1927
1929
|
phase?: string | undefined;
|
|
1928
1930
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
1929
1931
|
designSystemName?: string | undefined;
|
|
1932
|
+
defaultDestination?: string | undefined;
|
|
1933
|
+
figmaUrl?: string | undefined;
|
|
1930
1934
|
}, {
|
|
1931
1935
|
companyName?: string | undefined;
|
|
1932
1936
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -1936,6 +1940,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1936
1940
|
phase?: string | undefined;
|
|
1937
1941
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
1938
1942
|
designSystemName?: string | undefined;
|
|
1943
|
+
defaultDestination?: string | undefined;
|
|
1944
|
+
figmaUrl?: string | undefined;
|
|
1939
1945
|
}>>;
|
|
1940
1946
|
}, "strip", z.ZodTypeAny, {
|
|
1941
1947
|
name: string;
|
|
@@ -1950,6 +1956,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1950
1956
|
phase?: string | undefined;
|
|
1951
1957
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
1952
1958
|
designSystemName?: string | undefined;
|
|
1959
|
+
defaultDestination?: string | undefined;
|
|
1960
|
+
figmaUrl?: string | undefined;
|
|
1953
1961
|
} | undefined;
|
|
1954
1962
|
}, {
|
|
1955
1963
|
name: string;
|
|
@@ -1964,6 +1972,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1964
1972
|
phase?: string | undefined;
|
|
1965
1973
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
1966
1974
|
designSystemName?: string | undefined;
|
|
1975
|
+
defaultDestination?: string | undefined;
|
|
1976
|
+
figmaUrl?: string | undefined;
|
|
1967
1977
|
} | undefined;
|
|
1968
1978
|
}>;
|
|
1969
1979
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -2180,6 +2190,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
2180
2190
|
phase?: string | undefined;
|
|
2181
2191
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
2182
2192
|
designSystemName?: string | undefined;
|
|
2193
|
+
defaultDestination?: string | undefined;
|
|
2194
|
+
figmaUrl?: string | undefined;
|
|
2183
2195
|
} | undefined;
|
|
2184
2196
|
};
|
|
2185
2197
|
isProtected: boolean;
|
|
@@ -2245,6 +2257,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
2245
2257
|
phase?: string | undefined;
|
|
2246
2258
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
2247
2259
|
designSystemName?: string | undefined;
|
|
2260
|
+
defaultDestination?: string | undefined;
|
|
2261
|
+
figmaUrl?: string | undefined;
|
|
2248
2262
|
} | undefined;
|
|
2249
2263
|
};
|
|
2250
2264
|
isProtected: boolean;
|
|
@@ -2324,6 +2338,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
2324
2338
|
phase?: string | undefined;
|
|
2325
2339
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
2326
2340
|
designSystemName?: string | undefined;
|
|
2341
|
+
defaultDestination?: string | undefined;
|
|
2342
|
+
figmaUrl?: string | undefined;
|
|
2327
2343
|
} | undefined;
|
|
2328
2344
|
};
|
|
2329
2345
|
isProtected: boolean;
|
|
@@ -2403,6 +2419,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
2403
2419
|
phase?: string | undefined;
|
|
2404
2420
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
2405
2421
|
designSystemName?: string | undefined;
|
|
2422
|
+
defaultDestination?: string | undefined;
|
|
2423
|
+
figmaUrl?: string | undefined;
|
|
2406
2424
|
} | undefined;
|
|
2407
2425
|
};
|
|
2408
2426
|
isProtected: boolean;
|
|
@@ -114698,6 +114716,8 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
114698
114716
|
phase: z.ZodOptional<z.ZodString>;
|
|
114699
114717
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
114700
114718
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
114719
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
114720
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
114701
114721
|
}, "strip", z.ZodTypeAny, {
|
|
114702
114722
|
companyName?: string | undefined;
|
|
114703
114723
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114707,6 +114727,8 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
114707
114727
|
phase?: string | undefined;
|
|
114708
114728
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114709
114729
|
designSystemName?: string | undefined;
|
|
114730
|
+
defaultDestination?: string | undefined;
|
|
114731
|
+
figmaUrl?: string | undefined;
|
|
114710
114732
|
}, {
|
|
114711
114733
|
companyName?: string | undefined;
|
|
114712
114734
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114716,6 +114738,8 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
114716
114738
|
phase?: string | undefined;
|
|
114717
114739
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114718
114740
|
designSystemName?: string | undefined;
|
|
114741
|
+
defaultDestination?: string | undefined;
|
|
114742
|
+
figmaUrl?: string | undefined;
|
|
114719
114743
|
}>;
|
|
114720
114744
|
type UserOnboarding = z.infer<typeof UserOnboarding>;
|
|
114721
114745
|
declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
@@ -114731,6 +114755,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114731
114755
|
phase: z.ZodOptional<z.ZodString>;
|
|
114732
114756
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
114733
114757
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
114758
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
114759
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
114734
114760
|
}, "strip", z.ZodTypeAny, {
|
|
114735
114761
|
companyName?: string | undefined;
|
|
114736
114762
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114740,6 +114766,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114740
114766
|
phase?: string | undefined;
|
|
114741
114767
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114742
114768
|
designSystemName?: string | undefined;
|
|
114769
|
+
defaultDestination?: string | undefined;
|
|
114770
|
+
figmaUrl?: string | undefined;
|
|
114743
114771
|
}, {
|
|
114744
114772
|
companyName?: string | undefined;
|
|
114745
114773
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114749,6 +114777,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114749
114777
|
phase?: string | undefined;
|
|
114750
114778
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114751
114779
|
designSystemName?: string | undefined;
|
|
114780
|
+
defaultDestination?: string | undefined;
|
|
114781
|
+
figmaUrl?: string | undefined;
|
|
114752
114782
|
}>>>;
|
|
114753
114783
|
}, "avatar">, "strip", z.ZodTypeAny, {
|
|
114754
114784
|
name?: string | undefined;
|
|
@@ -114762,6 +114792,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114762
114792
|
phase?: string | undefined;
|
|
114763
114793
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114764
114794
|
designSystemName?: string | undefined;
|
|
114795
|
+
defaultDestination?: string | undefined;
|
|
114796
|
+
figmaUrl?: string | undefined;
|
|
114765
114797
|
} | undefined;
|
|
114766
114798
|
}, {
|
|
114767
114799
|
name?: string | undefined;
|
|
@@ -114775,6 +114807,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114775
114807
|
phase?: string | undefined;
|
|
114776
114808
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114777
114809
|
designSystemName?: string | undefined;
|
|
114810
|
+
defaultDestination?: string | undefined;
|
|
114811
|
+
figmaUrl?: string | undefined;
|
|
114778
114812
|
} | undefined;
|
|
114779
114813
|
}>;
|
|
114780
114814
|
type UserProfileUpdate = z.infer<typeof UserProfileUpdate>;
|
|
@@ -114791,6 +114825,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114791
114825
|
phase: z.ZodOptional<z.ZodString>;
|
|
114792
114826
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
114793
114827
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
114828
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
114829
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
114794
114830
|
}, "strip", z.ZodTypeAny, {
|
|
114795
114831
|
companyName?: string | undefined;
|
|
114796
114832
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114800,6 +114836,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114800
114836
|
phase?: string | undefined;
|
|
114801
114837
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114802
114838
|
designSystemName?: string | undefined;
|
|
114839
|
+
defaultDestination?: string | undefined;
|
|
114840
|
+
figmaUrl?: string | undefined;
|
|
114803
114841
|
}, {
|
|
114804
114842
|
companyName?: string | undefined;
|
|
114805
114843
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114809,6 +114847,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114809
114847
|
phase?: string | undefined;
|
|
114810
114848
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114811
114849
|
designSystemName?: string | undefined;
|
|
114850
|
+
defaultDestination?: string | undefined;
|
|
114851
|
+
figmaUrl?: string | undefined;
|
|
114812
114852
|
}>>;
|
|
114813
114853
|
}, "strip", z.ZodTypeAny, {
|
|
114814
114854
|
name: string;
|
|
@@ -114823,6 +114863,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114823
114863
|
phase?: string | undefined;
|
|
114824
114864
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114825
114865
|
designSystemName?: string | undefined;
|
|
114866
|
+
defaultDestination?: string | undefined;
|
|
114867
|
+
figmaUrl?: string | undefined;
|
|
114826
114868
|
} | undefined;
|
|
114827
114869
|
}, {
|
|
114828
114870
|
name: string;
|
|
@@ -114837,6 +114879,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114837
114879
|
phase?: string | undefined;
|
|
114838
114880
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114839
114881
|
designSystemName?: string | undefined;
|
|
114882
|
+
defaultDestination?: string | undefined;
|
|
114883
|
+
figmaUrl?: string | undefined;
|
|
114840
114884
|
} | undefined;
|
|
114841
114885
|
}>;
|
|
114842
114886
|
type UserProfile = z.infer<typeof UserProfile>;
|
|
@@ -114872,6 +114916,8 @@ declare const User: z.ZodObject<{
|
|
|
114872
114916
|
phase: z.ZodOptional<z.ZodString>;
|
|
114873
114917
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
114874
114918
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
114919
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
114920
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
114875
114921
|
}, "strip", z.ZodTypeAny, {
|
|
114876
114922
|
companyName?: string | undefined;
|
|
114877
114923
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114881,6 +114927,8 @@ declare const User: z.ZodObject<{
|
|
|
114881
114927
|
phase?: string | undefined;
|
|
114882
114928
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114883
114929
|
designSystemName?: string | undefined;
|
|
114930
|
+
defaultDestination?: string | undefined;
|
|
114931
|
+
figmaUrl?: string | undefined;
|
|
114884
114932
|
}, {
|
|
114885
114933
|
companyName?: string | undefined;
|
|
114886
114934
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114890,6 +114938,8 @@ declare const User: z.ZodObject<{
|
|
|
114890
114938
|
phase?: string | undefined;
|
|
114891
114939
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114892
114940
|
designSystemName?: string | undefined;
|
|
114941
|
+
defaultDestination?: string | undefined;
|
|
114942
|
+
figmaUrl?: string | undefined;
|
|
114893
114943
|
}>>;
|
|
114894
114944
|
}, "strip", z.ZodTypeAny, {
|
|
114895
114945
|
name: string;
|
|
@@ -114904,6 +114954,8 @@ declare const User: z.ZodObject<{
|
|
|
114904
114954
|
phase?: string | undefined;
|
|
114905
114955
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114906
114956
|
designSystemName?: string | undefined;
|
|
114957
|
+
defaultDestination?: string | undefined;
|
|
114958
|
+
figmaUrl?: string | undefined;
|
|
114907
114959
|
} | undefined;
|
|
114908
114960
|
}, {
|
|
114909
114961
|
name: string;
|
|
@@ -114918,6 +114970,8 @@ declare const User: z.ZodObject<{
|
|
|
114918
114970
|
phase?: string | undefined;
|
|
114919
114971
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114920
114972
|
designSystemName?: string | undefined;
|
|
114973
|
+
defaultDestination?: string | undefined;
|
|
114974
|
+
figmaUrl?: string | undefined;
|
|
114921
114975
|
} | undefined;
|
|
114922
114976
|
}>;
|
|
114923
114977
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -115134,6 +115188,8 @@ declare const User: z.ZodObject<{
|
|
|
115134
115188
|
phase?: string | undefined;
|
|
115135
115189
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
115136
115190
|
designSystemName?: string | undefined;
|
|
115191
|
+
defaultDestination?: string | undefined;
|
|
115192
|
+
figmaUrl?: string | undefined;
|
|
115137
115193
|
} | undefined;
|
|
115138
115194
|
};
|
|
115139
115195
|
isProtected: boolean;
|
|
@@ -115199,6 +115255,8 @@ declare const User: z.ZodObject<{
|
|
|
115199
115255
|
phase?: string | undefined;
|
|
115200
115256
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
115201
115257
|
designSystemName?: string | undefined;
|
|
115258
|
+
defaultDestination?: string | undefined;
|
|
115259
|
+
figmaUrl?: string | undefined;
|
|
115202
115260
|
} | undefined;
|
|
115203
115261
|
};
|
|
115204
115262
|
isProtected: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1918,6 +1918,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1918
1918
|
phase: z.ZodOptional<z.ZodString>;
|
|
1919
1919
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
1920
1920
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
1921
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
1922
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
1921
1923
|
}, "strip", z.ZodTypeAny, {
|
|
1922
1924
|
companyName?: string | undefined;
|
|
1923
1925
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -1927,6 +1929,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1927
1929
|
phase?: string | undefined;
|
|
1928
1930
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
1929
1931
|
designSystemName?: string | undefined;
|
|
1932
|
+
defaultDestination?: string | undefined;
|
|
1933
|
+
figmaUrl?: string | undefined;
|
|
1930
1934
|
}, {
|
|
1931
1935
|
companyName?: string | undefined;
|
|
1932
1936
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -1936,6 +1940,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1936
1940
|
phase?: string | undefined;
|
|
1937
1941
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
1938
1942
|
designSystemName?: string | undefined;
|
|
1943
|
+
defaultDestination?: string | undefined;
|
|
1944
|
+
figmaUrl?: string | undefined;
|
|
1939
1945
|
}>>;
|
|
1940
1946
|
}, "strip", z.ZodTypeAny, {
|
|
1941
1947
|
name: string;
|
|
@@ -1950,6 +1956,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1950
1956
|
phase?: string | undefined;
|
|
1951
1957
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
1952
1958
|
designSystemName?: string | undefined;
|
|
1959
|
+
defaultDestination?: string | undefined;
|
|
1960
|
+
figmaUrl?: string | undefined;
|
|
1953
1961
|
} | undefined;
|
|
1954
1962
|
}, {
|
|
1955
1963
|
name: string;
|
|
@@ -1964,6 +1972,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
1964
1972
|
phase?: string | undefined;
|
|
1965
1973
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
1966
1974
|
designSystemName?: string | undefined;
|
|
1975
|
+
defaultDestination?: string | undefined;
|
|
1976
|
+
figmaUrl?: string | undefined;
|
|
1967
1977
|
} | undefined;
|
|
1968
1978
|
}>;
|
|
1969
1979
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -2180,6 +2190,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
2180
2190
|
phase?: string | undefined;
|
|
2181
2191
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
2182
2192
|
designSystemName?: string | undefined;
|
|
2193
|
+
defaultDestination?: string | undefined;
|
|
2194
|
+
figmaUrl?: string | undefined;
|
|
2183
2195
|
} | undefined;
|
|
2184
2196
|
};
|
|
2185
2197
|
isProtected: boolean;
|
|
@@ -2245,6 +2257,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
2245
2257
|
phase?: string | undefined;
|
|
2246
2258
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
2247
2259
|
designSystemName?: string | undefined;
|
|
2260
|
+
defaultDestination?: string | undefined;
|
|
2261
|
+
figmaUrl?: string | undefined;
|
|
2248
2262
|
} | undefined;
|
|
2249
2263
|
};
|
|
2250
2264
|
isProtected: boolean;
|
|
@@ -2324,6 +2338,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
2324
2338
|
phase?: string | undefined;
|
|
2325
2339
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
2326
2340
|
designSystemName?: string | undefined;
|
|
2341
|
+
defaultDestination?: string | undefined;
|
|
2342
|
+
figmaUrl?: string | undefined;
|
|
2327
2343
|
} | undefined;
|
|
2328
2344
|
};
|
|
2329
2345
|
isProtected: boolean;
|
|
@@ -2403,6 +2419,8 @@ declare const UserSession: z.ZodObject<{
|
|
|
2403
2419
|
phase?: string | undefined;
|
|
2404
2420
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
2405
2421
|
designSystemName?: string | undefined;
|
|
2422
|
+
defaultDestination?: string | undefined;
|
|
2423
|
+
figmaUrl?: string | undefined;
|
|
2406
2424
|
} | undefined;
|
|
2407
2425
|
};
|
|
2408
2426
|
isProtected: boolean;
|
|
@@ -114698,6 +114716,8 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
114698
114716
|
phase: z.ZodOptional<z.ZodString>;
|
|
114699
114717
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
114700
114718
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
114719
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
114720
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
114701
114721
|
}, "strip", z.ZodTypeAny, {
|
|
114702
114722
|
companyName?: string | undefined;
|
|
114703
114723
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114707,6 +114727,8 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
114707
114727
|
phase?: string | undefined;
|
|
114708
114728
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114709
114729
|
designSystemName?: string | undefined;
|
|
114730
|
+
defaultDestination?: string | undefined;
|
|
114731
|
+
figmaUrl?: string | undefined;
|
|
114710
114732
|
}, {
|
|
114711
114733
|
companyName?: string | undefined;
|
|
114712
114734
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114716,6 +114738,8 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
114716
114738
|
phase?: string | undefined;
|
|
114717
114739
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114718
114740
|
designSystemName?: string | undefined;
|
|
114741
|
+
defaultDestination?: string | undefined;
|
|
114742
|
+
figmaUrl?: string | undefined;
|
|
114719
114743
|
}>;
|
|
114720
114744
|
type UserOnboarding = z.infer<typeof UserOnboarding>;
|
|
114721
114745
|
declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
@@ -114731,6 +114755,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114731
114755
|
phase: z.ZodOptional<z.ZodString>;
|
|
114732
114756
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
114733
114757
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
114758
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
114759
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
114734
114760
|
}, "strip", z.ZodTypeAny, {
|
|
114735
114761
|
companyName?: string | undefined;
|
|
114736
114762
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114740,6 +114766,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114740
114766
|
phase?: string | undefined;
|
|
114741
114767
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114742
114768
|
designSystemName?: string | undefined;
|
|
114769
|
+
defaultDestination?: string | undefined;
|
|
114770
|
+
figmaUrl?: string | undefined;
|
|
114743
114771
|
}, {
|
|
114744
114772
|
companyName?: string | undefined;
|
|
114745
114773
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114749,6 +114777,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114749
114777
|
phase?: string | undefined;
|
|
114750
114778
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114751
114779
|
designSystemName?: string | undefined;
|
|
114780
|
+
defaultDestination?: string | undefined;
|
|
114781
|
+
figmaUrl?: string | undefined;
|
|
114752
114782
|
}>>>;
|
|
114753
114783
|
}, "avatar">, "strip", z.ZodTypeAny, {
|
|
114754
114784
|
name?: string | undefined;
|
|
@@ -114762,6 +114792,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114762
114792
|
phase?: string | undefined;
|
|
114763
114793
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114764
114794
|
designSystemName?: string | undefined;
|
|
114795
|
+
defaultDestination?: string | undefined;
|
|
114796
|
+
figmaUrl?: string | undefined;
|
|
114765
114797
|
} | undefined;
|
|
114766
114798
|
}, {
|
|
114767
114799
|
name?: string | undefined;
|
|
@@ -114775,6 +114807,8 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
114775
114807
|
phase?: string | undefined;
|
|
114776
114808
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114777
114809
|
designSystemName?: string | undefined;
|
|
114810
|
+
defaultDestination?: string | undefined;
|
|
114811
|
+
figmaUrl?: string | undefined;
|
|
114778
114812
|
} | undefined;
|
|
114779
114813
|
}>;
|
|
114780
114814
|
type UserProfileUpdate = z.infer<typeof UserProfileUpdate>;
|
|
@@ -114791,6 +114825,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114791
114825
|
phase: z.ZodOptional<z.ZodString>;
|
|
114792
114826
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
114793
114827
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
114828
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
114829
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
114794
114830
|
}, "strip", z.ZodTypeAny, {
|
|
114795
114831
|
companyName?: string | undefined;
|
|
114796
114832
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114800,6 +114836,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114800
114836
|
phase?: string | undefined;
|
|
114801
114837
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114802
114838
|
designSystemName?: string | undefined;
|
|
114839
|
+
defaultDestination?: string | undefined;
|
|
114840
|
+
figmaUrl?: string | undefined;
|
|
114803
114841
|
}, {
|
|
114804
114842
|
companyName?: string | undefined;
|
|
114805
114843
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114809,6 +114847,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114809
114847
|
phase?: string | undefined;
|
|
114810
114848
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114811
114849
|
designSystemName?: string | undefined;
|
|
114850
|
+
defaultDestination?: string | undefined;
|
|
114851
|
+
figmaUrl?: string | undefined;
|
|
114812
114852
|
}>>;
|
|
114813
114853
|
}, "strip", z.ZodTypeAny, {
|
|
114814
114854
|
name: string;
|
|
@@ -114823,6 +114863,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114823
114863
|
phase?: string | undefined;
|
|
114824
114864
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114825
114865
|
designSystemName?: string | undefined;
|
|
114866
|
+
defaultDestination?: string | undefined;
|
|
114867
|
+
figmaUrl?: string | undefined;
|
|
114826
114868
|
} | undefined;
|
|
114827
114869
|
}, {
|
|
114828
114870
|
name: string;
|
|
@@ -114837,6 +114879,8 @@ declare const UserProfile: z.ZodObject<{
|
|
|
114837
114879
|
phase?: string | undefined;
|
|
114838
114880
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114839
114881
|
designSystemName?: string | undefined;
|
|
114882
|
+
defaultDestination?: string | undefined;
|
|
114883
|
+
figmaUrl?: string | undefined;
|
|
114840
114884
|
} | undefined;
|
|
114841
114885
|
}>;
|
|
114842
114886
|
type UserProfile = z.infer<typeof UserProfile>;
|
|
@@ -114872,6 +114916,8 @@ declare const User: z.ZodObject<{
|
|
|
114872
114916
|
phase: z.ZodOptional<z.ZodString>;
|
|
114873
114917
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
114874
114918
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
114919
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
114920
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
114875
114921
|
}, "strip", z.ZodTypeAny, {
|
|
114876
114922
|
companyName?: string | undefined;
|
|
114877
114923
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114881,6 +114927,8 @@ declare const User: z.ZodObject<{
|
|
|
114881
114927
|
phase?: string | undefined;
|
|
114882
114928
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114883
114929
|
designSystemName?: string | undefined;
|
|
114930
|
+
defaultDestination?: string | undefined;
|
|
114931
|
+
figmaUrl?: string | undefined;
|
|
114884
114932
|
}, {
|
|
114885
114933
|
companyName?: string | undefined;
|
|
114886
114934
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -114890,6 +114938,8 @@ declare const User: z.ZodObject<{
|
|
|
114890
114938
|
phase?: string | undefined;
|
|
114891
114939
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114892
114940
|
designSystemName?: string | undefined;
|
|
114941
|
+
defaultDestination?: string | undefined;
|
|
114942
|
+
figmaUrl?: string | undefined;
|
|
114893
114943
|
}>>;
|
|
114894
114944
|
}, "strip", z.ZodTypeAny, {
|
|
114895
114945
|
name: string;
|
|
@@ -114904,6 +114954,8 @@ declare const User: z.ZodObject<{
|
|
|
114904
114954
|
phase?: string | undefined;
|
|
114905
114955
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114906
114956
|
designSystemName?: string | undefined;
|
|
114957
|
+
defaultDestination?: string | undefined;
|
|
114958
|
+
figmaUrl?: string | undefined;
|
|
114907
114959
|
} | undefined;
|
|
114908
114960
|
}, {
|
|
114909
114961
|
name: string;
|
|
@@ -114918,6 +114970,8 @@ declare const User: z.ZodObject<{
|
|
|
114918
114970
|
phase?: string | undefined;
|
|
114919
114971
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
114920
114972
|
designSystemName?: string | undefined;
|
|
114973
|
+
defaultDestination?: string | undefined;
|
|
114974
|
+
figmaUrl?: string | undefined;
|
|
114921
114975
|
} | undefined;
|
|
114922
114976
|
}>;
|
|
114923
114977
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -115134,6 +115188,8 @@ declare const User: z.ZodObject<{
|
|
|
115134
115188
|
phase?: string | undefined;
|
|
115135
115189
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
115136
115190
|
designSystemName?: string | undefined;
|
|
115191
|
+
defaultDestination?: string | undefined;
|
|
115192
|
+
figmaUrl?: string | undefined;
|
|
115137
115193
|
} | undefined;
|
|
115138
115194
|
};
|
|
115139
115195
|
isProtected: boolean;
|
|
@@ -115199,6 +115255,8 @@ declare const User: z.ZodObject<{
|
|
|
115199
115255
|
phase?: string | undefined;
|
|
115200
115256
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
115201
115257
|
designSystemName?: string | undefined;
|
|
115258
|
+
defaultDestination?: string | undefined;
|
|
115259
|
+
figmaUrl?: string | undefined;
|
|
115202
115260
|
} | undefined;
|
|
115203
115261
|
};
|
|
115204
115262
|
isProtected: boolean;
|
package/dist/index.js
CHANGED
|
@@ -365,7 +365,9 @@ var UserOnboarding = _zod.z.object({
|
|
|
365
365
|
jobTitle: _zod.z.string().optional(),
|
|
366
366
|
phase: _zod.z.string().optional(),
|
|
367
367
|
jobLevel: UserOnboardingJobLevel.optional(),
|
|
368
|
-
designSystemName: _zod.z.string().optional()
|
|
368
|
+
designSystemName: _zod.z.string().optional(),
|
|
369
|
+
defaultDestination: _zod.z.string().optional(),
|
|
370
|
+
figmaUrl: _zod.z.string().optional()
|
|
369
371
|
});
|
|
370
372
|
var UserProfile = _zod.z.object({
|
|
371
373
|
name: _zod.z.string(),
|