@supernova-studio/client 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 +28 -0
- package/dist/index.d.ts +28 -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/dist/index.d.mts
CHANGED
|
@@ -15777,6 +15777,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15777
15777
|
phase: z.ZodOptional<z.ZodString>;
|
|
15778
15778
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
15779
15779
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
15780
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
15781
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
15780
15782
|
}, "strip", z.ZodTypeAny, {
|
|
15781
15783
|
companyName?: string | undefined;
|
|
15782
15784
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -15786,6 +15788,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15786
15788
|
phase?: string | undefined;
|
|
15787
15789
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
15788
15790
|
designSystemName?: string | undefined;
|
|
15791
|
+
defaultDestination?: string | undefined;
|
|
15792
|
+
figmaUrl?: string | undefined;
|
|
15789
15793
|
}, {
|
|
15790
15794
|
companyName?: string | undefined;
|
|
15791
15795
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -15795,6 +15799,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15795
15799
|
phase?: string | undefined;
|
|
15796
15800
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
15797
15801
|
designSystemName?: string | undefined;
|
|
15802
|
+
defaultDestination?: string | undefined;
|
|
15803
|
+
figmaUrl?: string | undefined;
|
|
15798
15804
|
}>>;
|
|
15799
15805
|
}, "strip", z.ZodTypeAny, {
|
|
15800
15806
|
name: string;
|
|
@@ -15809,6 +15815,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15809
15815
|
phase?: string | undefined;
|
|
15810
15816
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
15811
15817
|
designSystemName?: string | undefined;
|
|
15818
|
+
defaultDestination?: string | undefined;
|
|
15819
|
+
figmaUrl?: string | undefined;
|
|
15812
15820
|
} | undefined;
|
|
15813
15821
|
}, {
|
|
15814
15822
|
name: string;
|
|
@@ -15823,6 +15831,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15823
15831
|
phase?: string | undefined;
|
|
15824
15832
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
15825
15833
|
designSystemName?: string | undefined;
|
|
15834
|
+
defaultDestination?: string | undefined;
|
|
15835
|
+
figmaUrl?: string | undefined;
|
|
15826
15836
|
} | undefined;
|
|
15827
15837
|
}>;
|
|
15828
15838
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -16039,6 +16049,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
16039
16049
|
phase?: string | undefined;
|
|
16040
16050
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
16041
16051
|
designSystemName?: string | undefined;
|
|
16052
|
+
defaultDestination?: string | undefined;
|
|
16053
|
+
figmaUrl?: string | undefined;
|
|
16042
16054
|
} | undefined;
|
|
16043
16055
|
};
|
|
16044
16056
|
isProtected: boolean;
|
|
@@ -16104,6 +16116,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
16104
16116
|
phase?: string | undefined;
|
|
16105
16117
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
16106
16118
|
designSystemName?: string | undefined;
|
|
16119
|
+
defaultDestination?: string | undefined;
|
|
16120
|
+
figmaUrl?: string | undefined;
|
|
16107
16121
|
} | undefined;
|
|
16108
16122
|
};
|
|
16109
16123
|
isProtected: boolean;
|
|
@@ -16171,6 +16185,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
16171
16185
|
phase?: string | undefined;
|
|
16172
16186
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
16173
16187
|
designSystemName?: string | undefined;
|
|
16188
|
+
defaultDestination?: string | undefined;
|
|
16189
|
+
figmaUrl?: string | undefined;
|
|
16174
16190
|
} | undefined;
|
|
16175
16191
|
};
|
|
16176
16192
|
isProtected: boolean;
|
|
@@ -16238,6 +16254,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
16238
16254
|
phase?: string | undefined;
|
|
16239
16255
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
16240
16256
|
designSystemName?: string | undefined;
|
|
16257
|
+
defaultDestination?: string | undefined;
|
|
16258
|
+
figmaUrl?: string | undefined;
|
|
16241
16259
|
} | undefined;
|
|
16242
16260
|
};
|
|
16243
16261
|
isProtected: boolean;
|
|
@@ -22663,6 +22681,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22663
22681
|
phase: zod.ZodOptional<zod.ZodString>;
|
|
22664
22682
|
jobLevel: zod.ZodOptional<zod.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
22665
22683
|
designSystemName: zod.ZodOptional<zod.ZodString>;
|
|
22684
|
+
defaultDestination: zod.ZodOptional<zod.ZodString>;
|
|
22685
|
+
figmaUrl: zod.ZodOptional<zod.ZodString>;
|
|
22666
22686
|
}, "strip", zod.ZodTypeAny, {
|
|
22667
22687
|
companyName?: string | undefined;
|
|
22668
22688
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -22672,6 +22692,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22672
22692
|
phase?: string | undefined;
|
|
22673
22693
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
22674
22694
|
designSystemName?: string | undefined;
|
|
22695
|
+
defaultDestination?: string | undefined;
|
|
22696
|
+
figmaUrl?: string | undefined;
|
|
22675
22697
|
}, {
|
|
22676
22698
|
companyName?: string | undefined;
|
|
22677
22699
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -22681,6 +22703,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22681
22703
|
phase?: string | undefined;
|
|
22682
22704
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
22683
22705
|
designSystemName?: string | undefined;
|
|
22706
|
+
defaultDestination?: string | undefined;
|
|
22707
|
+
figmaUrl?: string | undefined;
|
|
22684
22708
|
}>>>;
|
|
22685
22709
|
}, "avatar">, "strip", zod.ZodTypeAny, {
|
|
22686
22710
|
name?: string | undefined;
|
|
@@ -22694,6 +22718,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22694
22718
|
phase?: string | undefined;
|
|
22695
22719
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
22696
22720
|
designSystemName?: string | undefined;
|
|
22721
|
+
defaultDestination?: string | undefined;
|
|
22722
|
+
figmaUrl?: string | undefined;
|
|
22697
22723
|
} | undefined;
|
|
22698
22724
|
}, {
|
|
22699
22725
|
name?: string | undefined;
|
|
@@ -22707,6 +22733,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22707
22733
|
phase?: string | undefined;
|
|
22708
22734
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
22709
22735
|
designSystemName?: string | undefined;
|
|
22736
|
+
defaultDestination?: string | undefined;
|
|
22737
|
+
figmaUrl?: string | undefined;
|
|
22710
22738
|
} | undefined;
|
|
22711
22739
|
}>;
|
|
22712
22740
|
|
package/dist/index.d.ts
CHANGED
|
@@ -15777,6 +15777,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15777
15777
|
phase: z.ZodOptional<z.ZodString>;
|
|
15778
15778
|
jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
15779
15779
|
designSystemName: z.ZodOptional<z.ZodString>;
|
|
15780
|
+
defaultDestination: z.ZodOptional<z.ZodString>;
|
|
15781
|
+
figmaUrl: z.ZodOptional<z.ZodString>;
|
|
15780
15782
|
}, "strip", z.ZodTypeAny, {
|
|
15781
15783
|
companyName?: string | undefined;
|
|
15782
15784
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -15786,6 +15788,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15786
15788
|
phase?: string | undefined;
|
|
15787
15789
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
15788
15790
|
designSystemName?: string | undefined;
|
|
15791
|
+
defaultDestination?: string | undefined;
|
|
15792
|
+
figmaUrl?: string | undefined;
|
|
15789
15793
|
}, {
|
|
15790
15794
|
companyName?: string | undefined;
|
|
15791
15795
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -15795,6 +15799,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15795
15799
|
phase?: string | undefined;
|
|
15796
15800
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
15797
15801
|
designSystemName?: string | undefined;
|
|
15802
|
+
defaultDestination?: string | undefined;
|
|
15803
|
+
figmaUrl?: string | undefined;
|
|
15798
15804
|
}>>;
|
|
15799
15805
|
}, "strip", z.ZodTypeAny, {
|
|
15800
15806
|
name: string;
|
|
@@ -15809,6 +15815,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15809
15815
|
phase?: string | undefined;
|
|
15810
15816
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
15811
15817
|
designSystemName?: string | undefined;
|
|
15818
|
+
defaultDestination?: string | undefined;
|
|
15819
|
+
figmaUrl?: string | undefined;
|
|
15812
15820
|
} | undefined;
|
|
15813
15821
|
}, {
|
|
15814
15822
|
name: string;
|
|
@@ -15823,6 +15831,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
15823
15831
|
phase?: string | undefined;
|
|
15824
15832
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
15825
15833
|
designSystemName?: string | undefined;
|
|
15834
|
+
defaultDestination?: string | undefined;
|
|
15835
|
+
figmaUrl?: string | undefined;
|
|
15826
15836
|
} | undefined;
|
|
15827
15837
|
}>;
|
|
15828
15838
|
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
@@ -16039,6 +16049,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
16039
16049
|
phase?: string | undefined;
|
|
16040
16050
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
16041
16051
|
designSystemName?: string | undefined;
|
|
16052
|
+
defaultDestination?: string | undefined;
|
|
16053
|
+
figmaUrl?: string | undefined;
|
|
16042
16054
|
} | undefined;
|
|
16043
16055
|
};
|
|
16044
16056
|
isProtected: boolean;
|
|
@@ -16104,6 +16116,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
16104
16116
|
phase?: string | undefined;
|
|
16105
16117
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
16106
16118
|
designSystemName?: string | undefined;
|
|
16119
|
+
defaultDestination?: string | undefined;
|
|
16120
|
+
figmaUrl?: string | undefined;
|
|
16107
16121
|
} | undefined;
|
|
16108
16122
|
};
|
|
16109
16123
|
isProtected: boolean;
|
|
@@ -16171,6 +16185,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
16171
16185
|
phase?: string | undefined;
|
|
16172
16186
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
16173
16187
|
designSystemName?: string | undefined;
|
|
16188
|
+
defaultDestination?: string | undefined;
|
|
16189
|
+
figmaUrl?: string | undefined;
|
|
16174
16190
|
} | undefined;
|
|
16175
16191
|
};
|
|
16176
16192
|
isProtected: boolean;
|
|
@@ -16238,6 +16254,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
16238
16254
|
phase?: string | undefined;
|
|
16239
16255
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
16240
16256
|
designSystemName?: string | undefined;
|
|
16257
|
+
defaultDestination?: string | undefined;
|
|
16258
|
+
figmaUrl?: string | undefined;
|
|
16241
16259
|
} | undefined;
|
|
16242
16260
|
};
|
|
16243
16261
|
isProtected: boolean;
|
|
@@ -22663,6 +22681,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22663
22681
|
phase: zod.ZodOptional<zod.ZodString>;
|
|
22664
22682
|
jobLevel: zod.ZodOptional<zod.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
|
|
22665
22683
|
designSystemName: zod.ZodOptional<zod.ZodString>;
|
|
22684
|
+
defaultDestination: zod.ZodOptional<zod.ZodString>;
|
|
22685
|
+
figmaUrl: zod.ZodOptional<zod.ZodString>;
|
|
22666
22686
|
}, "strip", zod.ZodTypeAny, {
|
|
22667
22687
|
companyName?: string | undefined;
|
|
22668
22688
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -22672,6 +22692,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22672
22692
|
phase?: string | undefined;
|
|
22673
22693
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
22674
22694
|
designSystemName?: string | undefined;
|
|
22695
|
+
defaultDestination?: string | undefined;
|
|
22696
|
+
figmaUrl?: string | undefined;
|
|
22675
22697
|
}, {
|
|
22676
22698
|
companyName?: string | undefined;
|
|
22677
22699
|
numberOfPeopleInOrg?: string | undefined;
|
|
@@ -22681,6 +22703,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22681
22703
|
phase?: string | undefined;
|
|
22682
22704
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
22683
22705
|
designSystemName?: string | undefined;
|
|
22706
|
+
defaultDestination?: string | undefined;
|
|
22707
|
+
figmaUrl?: string | undefined;
|
|
22684
22708
|
}>>>;
|
|
22685
22709
|
}, "avatar">, "strip", zod.ZodTypeAny, {
|
|
22686
22710
|
name?: string | undefined;
|
|
@@ -22694,6 +22718,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22694
22718
|
phase?: string | undefined;
|
|
22695
22719
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
22696
22720
|
designSystemName?: string | undefined;
|
|
22721
|
+
defaultDestination?: string | undefined;
|
|
22722
|
+
figmaUrl?: string | undefined;
|
|
22697
22723
|
} | undefined;
|
|
22698
22724
|
}, {
|
|
22699
22725
|
name?: string | undefined;
|
|
@@ -22707,6 +22733,8 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
|
|
|
22707
22733
|
phase?: string | undefined;
|
|
22708
22734
|
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
22709
22735
|
designSystemName?: string | undefined;
|
|
22736
|
+
defaultDestination?: string | undefined;
|
|
22737
|
+
figmaUrl?: string | undefined;
|
|
22710
22738
|
} | undefined;
|
|
22711
22739
|
}>;
|
|
22712
22740
|
|
package/dist/index.js
CHANGED
|
@@ -449,7 +449,9 @@ var UserOnboarding = _zod.z.object({
|
|
|
449
449
|
jobTitle: _zod.z.string().optional(),
|
|
450
450
|
phase: _zod.z.string().optional(),
|
|
451
451
|
jobLevel: UserOnboardingJobLevel.optional(),
|
|
452
|
-
designSystemName: _zod.z.string().optional()
|
|
452
|
+
designSystemName: _zod.z.string().optional(),
|
|
453
|
+
defaultDestination: _zod.z.string().optional(),
|
|
454
|
+
figmaUrl: _zod.z.string().optional()
|
|
453
455
|
});
|
|
454
456
|
var UserProfile = _zod.z.object({
|
|
455
457
|
name: _zod.z.string(),
|