@supernova-studio/client 0.54.28 → 0.54.29

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.ts CHANGED
@@ -35748,7 +35748,7 @@ declare const DTOLiveblocksAuthResponse: z.ZodObject<{
35748
35748
  }>;
35749
35749
  type DTOLiveblocksAuthResponse = z.infer<typeof DTOLiveblocksAuthResponse>;
35750
35750
 
35751
- declare const DTOUserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>;
35751
+ declare const DTOUserOnboardingDepartment: z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>;
35752
35752
  type DTOUserOnboardingDepartment = z.infer<typeof DTOUserOnboardingDepartment>;
35753
35753
  declare const DTOUserOnboardingJobLevel: z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>;
35754
35754
  type DTOUserOnboardingJobLevel = z.infer<typeof DTOUserOnboardingJobLevel>;
@@ -35758,7 +35758,7 @@ declare const DTOUserOnboarding: z.ZodObject<{
35758
35758
  companyName: z.ZodOptional<z.ZodString>;
35759
35759
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
35760
35760
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
35761
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
35761
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
35762
35762
  jobTitle: z.ZodOptional<z.ZodString>;
35763
35763
  phase: z.ZodOptional<z.ZodString>;
35764
35764
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -35769,7 +35769,7 @@ declare const DTOUserOnboarding: z.ZodObject<{
35769
35769
  companyName?: string | undefined;
35770
35770
  numberOfPeopleInOrg?: string | undefined;
35771
35771
  numberOfPeopleInDesignTeam?: string | undefined;
35772
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35772
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35773
35773
  jobTitle?: string | undefined;
35774
35774
  phase?: string | undefined;
35775
35775
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35780,7 +35780,7 @@ declare const DTOUserOnboarding: z.ZodObject<{
35780
35780
  companyName?: string | undefined;
35781
35781
  numberOfPeopleInOrg?: string | undefined;
35782
35782
  numberOfPeopleInDesignTeam?: string | undefined;
35783
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35783
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35784
35784
  jobTitle?: string | undefined;
35785
35785
  phase?: string | undefined;
35786
35786
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35798,7 +35798,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
35798
35798
  companyName: z.ZodOptional<z.ZodString>;
35799
35799
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
35800
35800
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
35801
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
35801
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
35802
35802
  jobTitle: z.ZodOptional<z.ZodString>;
35803
35803
  phase: z.ZodOptional<z.ZodString>;
35804
35804
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -35809,7 +35809,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
35809
35809
  companyName?: string | undefined;
35810
35810
  numberOfPeopleInOrg?: string | undefined;
35811
35811
  numberOfPeopleInDesignTeam?: string | undefined;
35812
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35812
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35813
35813
  jobTitle?: string | undefined;
35814
35814
  phase?: string | undefined;
35815
35815
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35820,7 +35820,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
35820
35820
  companyName?: string | undefined;
35821
35821
  numberOfPeopleInOrg?: string | undefined;
35822
35822
  numberOfPeopleInDesignTeam?: string | undefined;
35823
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35823
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35824
35824
  jobTitle?: string | undefined;
35825
35825
  phase?: string | undefined;
35826
35826
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35836,7 +35836,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
35836
35836
  companyName?: string | undefined;
35837
35837
  numberOfPeopleInOrg?: string | undefined;
35838
35838
  numberOfPeopleInDesignTeam?: string | undefined;
35839
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35839
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35840
35840
  jobTitle?: string | undefined;
35841
35841
  phase?: string | undefined;
35842
35842
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35852,7 +35852,7 @@ declare const DTOAuthenticatedUserProfile: z.ZodObject<z.objectUtil.extendShape<
35852
35852
  companyName?: string | undefined;
35853
35853
  numberOfPeopleInOrg?: string | undefined;
35854
35854
  numberOfPeopleInDesignTeam?: string | undefined;
35855
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35855
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35856
35856
  jobTitle?: string | undefined;
35857
35857
  phase?: string | undefined;
35858
35858
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35888,7 +35888,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
35888
35888
  companyName: z.ZodOptional<z.ZodString>;
35889
35889
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
35890
35890
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
35891
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
35891
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
35892
35892
  jobTitle: z.ZodOptional<z.ZodString>;
35893
35893
  phase: z.ZodOptional<z.ZodString>;
35894
35894
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -35899,7 +35899,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
35899
35899
  companyName?: string | undefined;
35900
35900
  numberOfPeopleInOrg?: string | undefined;
35901
35901
  numberOfPeopleInDesignTeam?: string | undefined;
35902
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35902
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35903
35903
  jobTitle?: string | undefined;
35904
35904
  phase?: string | undefined;
35905
35905
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35910,7 +35910,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
35910
35910
  companyName?: string | undefined;
35911
35911
  numberOfPeopleInOrg?: string | undefined;
35912
35912
  numberOfPeopleInDesignTeam?: string | undefined;
35913
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35913
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35914
35914
  jobTitle?: string | undefined;
35915
35915
  phase?: string | undefined;
35916
35916
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35926,7 +35926,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
35926
35926
  companyName?: string | undefined;
35927
35927
  numberOfPeopleInOrg?: string | undefined;
35928
35928
  numberOfPeopleInDesignTeam?: string | undefined;
35929
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35929
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35930
35930
  jobTitle?: string | undefined;
35931
35931
  phase?: string | undefined;
35932
35932
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35942,7 +35942,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
35942
35942
  companyName?: string | undefined;
35943
35943
  numberOfPeopleInOrg?: string | undefined;
35944
35944
  numberOfPeopleInDesignTeam?: string | undefined;
35945
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35945
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35946
35946
  jobTitle?: string | undefined;
35947
35947
  phase?: string | undefined;
35948
35948
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35965,7 +35965,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
35965
35965
  companyName?: string | undefined;
35966
35966
  numberOfPeopleInOrg?: string | undefined;
35967
35967
  numberOfPeopleInDesignTeam?: string | undefined;
35968
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35968
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35969
35969
  jobTitle?: string | undefined;
35970
35970
  phase?: string | undefined;
35971
35971
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -35988,7 +35988,7 @@ declare const DTOAuthenticatedUser: z.ZodObject<z.objectUtil.extendShape<{
35988
35988
  companyName?: string | undefined;
35989
35989
  numberOfPeopleInOrg?: string | undefined;
35990
35990
  numberOfPeopleInDesignTeam?: string | undefined;
35991
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
35991
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
35992
35992
  jobTitle?: string | undefined;
35993
35993
  phase?: string | undefined;
35994
35994
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36029,7 +36029,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36029
36029
  companyName: z.ZodOptional<z.ZodString>;
36030
36030
  numberOfPeopleInOrg: z.ZodOptional<z.ZodString>;
36031
36031
  numberOfPeopleInDesignTeam: z.ZodOptional<z.ZodString>;
36032
- department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Brand", "Other"]>>;
36032
+ department: z.ZodOptional<z.ZodEnum<["Design", "Engineering", "Product", "Brand", "Other"]>>;
36033
36033
  jobTitle: z.ZodOptional<z.ZodString>;
36034
36034
  phase: z.ZodOptional<z.ZodString>;
36035
36035
  jobLevel: z.ZodOptional<z.ZodEnum<["Executive", "Manager", "IndividualContributor", "Other"]>>;
@@ -36040,7 +36040,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36040
36040
  companyName?: string | undefined;
36041
36041
  numberOfPeopleInOrg?: string | undefined;
36042
36042
  numberOfPeopleInDesignTeam?: string | undefined;
36043
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
36043
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36044
36044
  jobTitle?: string | undefined;
36045
36045
  phase?: string | undefined;
36046
36046
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36051,7 +36051,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36051
36051
  companyName?: string | undefined;
36052
36052
  numberOfPeopleInOrg?: string | undefined;
36053
36053
  numberOfPeopleInDesignTeam?: string | undefined;
36054
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
36054
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36055
36055
  jobTitle?: string | undefined;
36056
36056
  phase?: string | undefined;
36057
36057
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36067,7 +36067,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36067
36067
  companyName?: string | undefined;
36068
36068
  numberOfPeopleInOrg?: string | undefined;
36069
36069
  numberOfPeopleInDesignTeam?: string | undefined;
36070
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
36070
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36071
36071
  jobTitle?: string | undefined;
36072
36072
  phase?: string | undefined;
36073
36073
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36083,7 +36083,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36083
36083
  companyName?: string | undefined;
36084
36084
  numberOfPeopleInOrg?: string | undefined;
36085
36085
  numberOfPeopleInDesignTeam?: string | undefined;
36086
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
36086
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36087
36087
  jobTitle?: string | undefined;
36088
36088
  phase?: string | undefined;
36089
36089
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36106,7 +36106,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36106
36106
  companyName?: string | undefined;
36107
36107
  numberOfPeopleInOrg?: string | undefined;
36108
36108
  numberOfPeopleInDesignTeam?: string | undefined;
36109
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
36109
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36110
36110
  jobTitle?: string | undefined;
36111
36111
  phase?: string | undefined;
36112
36112
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36129,7 +36129,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36129
36129
  companyName?: string | undefined;
36130
36130
  numberOfPeopleInOrg?: string | undefined;
36131
36131
  numberOfPeopleInDesignTeam?: string | undefined;
36132
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
36132
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36133
36133
  jobTitle?: string | undefined;
36134
36134
  phase?: string | undefined;
36135
36135
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36154,7 +36154,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36154
36154
  companyName?: string | undefined;
36155
36155
  numberOfPeopleInOrg?: string | undefined;
36156
36156
  numberOfPeopleInDesignTeam?: string | undefined;
36157
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
36157
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36158
36158
  jobTitle?: string | undefined;
36159
36159
  phase?: string | undefined;
36160
36160
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36179,7 +36179,7 @@ declare const DTOAuthenticatedUserResponse: z.ZodObject<{
36179
36179
  companyName?: string | undefined;
36180
36180
  numberOfPeopleInOrg?: string | undefined;
36181
36181
  numberOfPeopleInDesignTeam?: string | undefined;
36182
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
36182
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36183
36183
  jobTitle?: string | undefined;
36184
36184
  phase?: string | undefined;
36185
36185
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36223,7 +36223,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36223
36223
  companyName?: string | undefined;
36224
36224
  numberOfPeopleInOrg?: string | undefined;
36225
36225
  numberOfPeopleInDesignTeam?: string | undefined;
36226
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
36226
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36227
36227
  jobTitle?: string | undefined;
36228
36228
  phase?: string | undefined;
36229
36229
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36236,7 +36236,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36236
36236
  companyName?: string | undefined;
36237
36237
  numberOfPeopleInOrg?: string | undefined;
36238
36238
  numberOfPeopleInDesignTeam?: string | undefined;
36239
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
36239
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36240
36240
  jobTitle?: string | undefined;
36241
36241
  phase?: string | undefined;
36242
36242
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36254,7 +36254,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36254
36254
  companyName?: string | undefined;
36255
36255
  numberOfPeopleInOrg?: string | undefined;
36256
36256
  numberOfPeopleInDesignTeam?: string | undefined;
36257
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
36257
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36258
36258
  jobTitle?: string | undefined;
36259
36259
  phase?: string | undefined;
36260
36260
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36272,7 +36272,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36272
36272
  companyName?: string | undefined;
36273
36273
  numberOfPeopleInOrg?: string | undefined;
36274
36274
  numberOfPeopleInDesignTeam?: string | undefined;
36275
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
36275
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36276
36276
  jobTitle?: string | undefined;
36277
36277
  phase?: string | undefined;
36278
36278
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36479,6 +36479,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36479
36479
  }>>;
36480
36480
  loggedOutAt: z.ZodOptional<z.ZodDate>;
36481
36481
  isProtected: z.ZodBoolean;
36482
+ source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
36482
36483
  }, "strip", z.ZodTypeAny, {
36483
36484
  id: string;
36484
36485
  createdAt: Date;
@@ -36491,7 +36492,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36491
36492
  companyName?: string | undefined;
36492
36493
  numberOfPeopleInOrg?: string | undefined;
36493
36494
  numberOfPeopleInDesignTeam?: string | undefined;
36494
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
36495
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36495
36496
  jobTitle?: string | undefined;
36496
36497
  phase?: string | undefined;
36497
36498
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36504,6 +36505,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36504
36505
  };
36505
36506
  emailVerified: boolean;
36506
36507
  isProtected: boolean;
36508
+ source?: "SignUp" | "Invite" | "SSO" | undefined;
36507
36509
  trialExpiresAt?: Date | undefined;
36508
36510
  linkedIntegrations?: {
36509
36511
  azure?: {
@@ -36560,7 +36562,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36560
36562
  companyName?: string | undefined;
36561
36563
  numberOfPeopleInOrg?: string | undefined;
36562
36564
  numberOfPeopleInDesignTeam?: string | undefined;
36563
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
36565
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36564
36566
  jobTitle?: string | undefined;
36565
36567
  phase?: string | undefined;
36566
36568
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36573,6 +36575,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36573
36575
  };
36574
36576
  emailVerified: boolean;
36575
36577
  isProtected: boolean;
36578
+ source?: "SignUp" | "Invite" | "SSO" | undefined;
36576
36579
  trialExpiresAt?: Date | undefined;
36577
36580
  linkedIntegrations?: {
36578
36581
  azure?: {
@@ -36631,7 +36634,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36631
36634
  companyName?: string | undefined;
36632
36635
  numberOfPeopleInOrg?: string | undefined;
36633
36636
  numberOfPeopleInDesignTeam?: string | undefined;
36634
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
36637
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36635
36638
  jobTitle?: string | undefined;
36636
36639
  phase?: string | undefined;
36637
36640
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36644,6 +36647,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36644
36647
  };
36645
36648
  emailVerified: boolean;
36646
36649
  isProtected: boolean;
36650
+ source?: "SignUp" | "Invite" | "SSO" | undefined;
36647
36651
  trialExpiresAt?: Date | undefined;
36648
36652
  linkedIntegrations?: {
36649
36653
  azure?: {
@@ -36702,7 +36706,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36702
36706
  companyName?: string | undefined;
36703
36707
  numberOfPeopleInOrg?: string | undefined;
36704
36708
  numberOfPeopleInDesignTeam?: string | undefined;
36705
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
36709
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
36706
36710
  jobTitle?: string | undefined;
36707
36711
  phase?: string | undefined;
36708
36712
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -36715,6 +36719,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36715
36719
  };
36716
36720
  emailVerified: boolean;
36717
36721
  isProtected: boolean;
36722
+ source?: "SignUp" | "Invite" | "SSO" | undefined;
36718
36723
  trialExpiresAt?: Date | undefined;
36719
36724
  linkedIntegrations?: {
36720
36725
  azure?: {
@@ -46715,7 +46720,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
46715
46720
  companyName?: string | undefined;
46716
46721
  numberOfPeopleInOrg?: string | undefined;
46717
46722
  numberOfPeopleInDesignTeam?: string | undefined;
46718
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
46723
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
46719
46724
  jobTitle?: string | undefined;
46720
46725
  phase?: string | undefined;
46721
46726
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -46728,7 +46733,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
46728
46733
  companyName?: string | undefined;
46729
46734
  numberOfPeopleInOrg?: string | undefined;
46730
46735
  numberOfPeopleInDesignTeam?: string | undefined;
46731
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
46736
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
46732
46737
  jobTitle?: string | undefined;
46733
46738
  phase?: string | undefined;
46734
46739
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -46745,7 +46750,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
46745
46750
  companyName?: string | undefined;
46746
46751
  numberOfPeopleInOrg?: string | undefined;
46747
46752
  numberOfPeopleInDesignTeam?: string | undefined;
46748
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
46753
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
46749
46754
  jobTitle?: string | undefined;
46750
46755
  phase?: string | undefined;
46751
46756
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -46762,7 +46767,7 @@ declare const DTOUserProfileUpdatePayload: zod.ZodObject<Omit<{
46762
46767
  companyName?: string | undefined;
46763
46768
  numberOfPeopleInOrg?: string | undefined;
46764
46769
  numberOfPeopleInDesignTeam?: string | undefined;
46765
- department?: "Design" | "Engineering" | "Brand" | "Other" | "Product" | undefined;
46770
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
46766
46771
  jobTitle?: string | undefined;
46767
46772
  phase?: string | undefined;
46768
46773
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -47410,7 +47415,7 @@ declare class UsersEndpoint {
47410
47415
  companyName?: string | undefined;
47411
47416
  numberOfPeopleInOrg?: string | undefined;
47412
47417
  numberOfPeopleInDesignTeam?: string | undefined;
47413
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
47418
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
47414
47419
  jobTitle?: string | undefined;
47415
47420
  phase?: string | undefined;
47416
47421
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
@@ -47622,7 +47627,7 @@ declare class UsersEndpoint {
47622
47627
  companyName?: string | undefined;
47623
47628
  numberOfPeopleInOrg?: string | undefined;
47624
47629
  numberOfPeopleInDesignTeam?: string | undefined;
47625
- department?: "Design" | "Engineering" | "Brand" | "Other" | undefined;
47630
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
47626
47631
  jobTitle?: string | undefined;
47627
47632
  phase?: string | undefined;
47628
47633
  jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
package/dist/index.js CHANGED
@@ -4016,6 +4016,7 @@ var UserTest = _zod.z.object({
4016
4016
  id: _zod.z.string(),
4017
4017
  email: _zod.z.string()
4018
4018
  });
4019
+ var UserSource = _zod.z.enum(["SignUp", "Invite", "SSO"]);
4019
4020
  var User = _zod.z.object({
4020
4021
  id: _zod.z.string(),
4021
4022
  email: _zod.z.string(),
@@ -4025,7 +4026,8 @@ var User = _zod.z.object({
4025
4026
  profile: UserProfile,
4026
4027
  linkedIntegrations: UserLinkedIntegrations.optional(),
4027
4028
  loggedOutAt: _zod.z.coerce.date().optional(),
4028
- isProtected: _zod.z.boolean()
4029
+ isProtected: _zod.z.boolean(),
4030
+ source: UserSource.optional()
4029
4031
  });
4030
4032
  var IntegrationDesignSystem = _zod.z.object({
4031
4033
  designSystemId: _zod.z.string(),
@@ -6399,9 +6401,9 @@ var DTOUserGetResponse = _zod.z.object({
6399
6401
  });
6400
6402
 
6401
6403
  // src/api/dto/users/authenticated-user.ts
6402
- var DTOUserOnboardingDepartment = _zod.z.enum(["Design", "Engineering", "Brand", "Other"]);
6403
- var DTOUserOnboardingJobLevel = _zod.z.enum(["Executive", "Manager", "IndividualContributor", "Other"]);
6404
- var DTOUserSource = _zod.z.enum(["SignUp", "Invite", "SSO"]);
6404
+ var DTOUserOnboardingDepartment = UserOnboardingDepartment;
6405
+ var DTOUserOnboardingJobLevel = UserOnboardingJobLevel;
6406
+ var DTOUserSource = UserSource;
6405
6407
  var DTOUserOnboarding = _zod.z.object({
6406
6408
  companyName: _zod.z.string().optional(),
6407
6409
  numberOfPeopleInOrg: _zod.z.string().optional(),