@supernova-studio/client 1.4.16 → 1.4.18
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 +3 -1248
- package/dist/index.d.ts +3 -1248
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -58718,6 +58718,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58718
58718
|
webhookUrl?: string | undefined;
|
|
58719
58719
|
}>;
|
|
58720
58720
|
exporterPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
|
|
58721
|
+
previewMode: z.ZodOptional<z.ZodBoolean>;
|
|
58721
58722
|
}, "strip", z.ZodTypeAny, {
|
|
58722
58723
|
designSystemVersionId: string;
|
|
58723
58724
|
designSystemId: string;
|
|
@@ -58800,6 +58801,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58800
58801
|
themeId?: string | undefined;
|
|
58801
58802
|
themePersistentIds?: string[] | undefined;
|
|
58802
58803
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
58804
|
+
previewMode?: boolean | undefined;
|
|
58803
58805
|
}, {
|
|
58804
58806
|
designSystemVersionId: string;
|
|
58805
58807
|
designSystemId: string;
|
|
@@ -58882,6 +58884,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58882
58884
|
themeId?: string | undefined;
|
|
58883
58885
|
themePersistentIds?: string[] | undefined;
|
|
58884
58886
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
58887
|
+
previewMode?: boolean | undefined;
|
|
58885
58888
|
}>;
|
|
58886
58889
|
type DTOExportJobCreateInput = z.infer<typeof DTOExportJobCreateInput>;
|
|
58887
58890
|
|
|
@@ -83672,9 +83675,7 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
83672
83675
|
user: z.ZodObject<{
|
|
83673
83676
|
id: z.ZodString;
|
|
83674
83677
|
email: z.ZodString;
|
|
83675
|
-
emailVerified: z.ZodBoolean;
|
|
83676
83678
|
createdAt: z.ZodDate;
|
|
83677
|
-
trialExpiresAt: z.ZodOptional<z.ZodDate>;
|
|
83678
83679
|
profile: z.ZodObject<{
|
|
83679
83680
|
name: z.ZodString;
|
|
83680
83681
|
avatar: z.ZodOptional<z.ZodString>;
|
|
@@ -83804,200 +83805,6 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
83804
83805
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
83805
83806
|
} | undefined;
|
|
83806
83807
|
}>;
|
|
83807
|
-
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
83808
|
-
figma: z.ZodOptional<z.ZodObject<{
|
|
83809
|
-
id: z.ZodString;
|
|
83810
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
83811
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
83812
|
-
email: z.ZodOptional<z.ZodString>;
|
|
83813
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
83814
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
83815
|
-
}, "strip", z.ZodTypeAny, {
|
|
83816
|
-
id: string;
|
|
83817
|
-
email?: string | undefined;
|
|
83818
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83819
|
-
handle?: string | undefined;
|
|
83820
|
-
avatarUrl?: string | undefined;
|
|
83821
|
-
customUrl?: string | undefined;
|
|
83822
|
-
}, {
|
|
83823
|
-
id: string;
|
|
83824
|
-
email?: string | undefined;
|
|
83825
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83826
|
-
handle?: string | undefined;
|
|
83827
|
-
avatarUrl?: string | undefined;
|
|
83828
|
-
customUrl?: string | undefined;
|
|
83829
|
-
}>>;
|
|
83830
|
-
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
83831
|
-
id: z.ZodString;
|
|
83832
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
83833
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
83834
|
-
email: z.ZodOptional<z.ZodString>;
|
|
83835
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
83836
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
83837
|
-
}, "strip", z.ZodTypeAny, {
|
|
83838
|
-
id: string;
|
|
83839
|
-
email?: string | undefined;
|
|
83840
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83841
|
-
handle?: string | undefined;
|
|
83842
|
-
avatarUrl?: string | undefined;
|
|
83843
|
-
customUrl?: string | undefined;
|
|
83844
|
-
}, {
|
|
83845
|
-
id: string;
|
|
83846
|
-
email?: string | undefined;
|
|
83847
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83848
|
-
handle?: string | undefined;
|
|
83849
|
-
avatarUrl?: string | undefined;
|
|
83850
|
-
customUrl?: string | undefined;
|
|
83851
|
-
}>, "many">>;
|
|
83852
|
-
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
83853
|
-
id: z.ZodString;
|
|
83854
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
83855
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
83856
|
-
email: z.ZodOptional<z.ZodString>;
|
|
83857
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
83858
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
83859
|
-
}, "strip", z.ZodTypeAny, {
|
|
83860
|
-
id: string;
|
|
83861
|
-
email?: string | undefined;
|
|
83862
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83863
|
-
handle?: string | undefined;
|
|
83864
|
-
avatarUrl?: string | undefined;
|
|
83865
|
-
customUrl?: string | undefined;
|
|
83866
|
-
}, {
|
|
83867
|
-
id: string;
|
|
83868
|
-
email?: string | undefined;
|
|
83869
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83870
|
-
handle?: string | undefined;
|
|
83871
|
-
avatarUrl?: string | undefined;
|
|
83872
|
-
customUrl?: string | undefined;
|
|
83873
|
-
}>, "many">>;
|
|
83874
|
-
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
83875
|
-
id: z.ZodString;
|
|
83876
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
83877
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
83878
|
-
email: z.ZodOptional<z.ZodString>;
|
|
83879
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
83880
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
83881
|
-
}, "strip", z.ZodTypeAny, {
|
|
83882
|
-
id: string;
|
|
83883
|
-
email?: string | undefined;
|
|
83884
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83885
|
-
handle?: string | undefined;
|
|
83886
|
-
avatarUrl?: string | undefined;
|
|
83887
|
-
customUrl?: string | undefined;
|
|
83888
|
-
}, {
|
|
83889
|
-
id: string;
|
|
83890
|
-
email?: string | undefined;
|
|
83891
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83892
|
-
handle?: string | undefined;
|
|
83893
|
-
avatarUrl?: string | undefined;
|
|
83894
|
-
customUrl?: string | undefined;
|
|
83895
|
-
}>, "many">>;
|
|
83896
|
-
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
83897
|
-
id: z.ZodString;
|
|
83898
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
83899
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
83900
|
-
email: z.ZodOptional<z.ZodString>;
|
|
83901
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
83902
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
83903
|
-
}, "strip", z.ZodTypeAny, {
|
|
83904
|
-
id: string;
|
|
83905
|
-
email?: string | undefined;
|
|
83906
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83907
|
-
handle?: string | undefined;
|
|
83908
|
-
avatarUrl?: string | undefined;
|
|
83909
|
-
customUrl?: string | undefined;
|
|
83910
|
-
}, {
|
|
83911
|
-
id: string;
|
|
83912
|
-
email?: string | undefined;
|
|
83913
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83914
|
-
handle?: string | undefined;
|
|
83915
|
-
avatarUrl?: string | undefined;
|
|
83916
|
-
customUrl?: string | undefined;
|
|
83917
|
-
}>, "many">>;
|
|
83918
|
-
}, "strip", z.ZodTypeAny, {
|
|
83919
|
-
github?: {
|
|
83920
|
-
id: string;
|
|
83921
|
-
email?: string | undefined;
|
|
83922
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83923
|
-
handle?: string | undefined;
|
|
83924
|
-
avatarUrl?: string | undefined;
|
|
83925
|
-
customUrl?: string | undefined;
|
|
83926
|
-
}[] | undefined;
|
|
83927
|
-
azure?: {
|
|
83928
|
-
id: string;
|
|
83929
|
-
email?: string | undefined;
|
|
83930
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83931
|
-
handle?: string | undefined;
|
|
83932
|
-
avatarUrl?: string | undefined;
|
|
83933
|
-
customUrl?: string | undefined;
|
|
83934
|
-
}[] | undefined;
|
|
83935
|
-
gitlab?: {
|
|
83936
|
-
id: string;
|
|
83937
|
-
email?: string | undefined;
|
|
83938
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83939
|
-
handle?: string | undefined;
|
|
83940
|
-
avatarUrl?: string | undefined;
|
|
83941
|
-
customUrl?: string | undefined;
|
|
83942
|
-
}[] | undefined;
|
|
83943
|
-
bitbucket?: {
|
|
83944
|
-
id: string;
|
|
83945
|
-
email?: string | undefined;
|
|
83946
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83947
|
-
handle?: string | undefined;
|
|
83948
|
-
avatarUrl?: string | undefined;
|
|
83949
|
-
customUrl?: string | undefined;
|
|
83950
|
-
}[] | undefined;
|
|
83951
|
-
figma?: {
|
|
83952
|
-
id: string;
|
|
83953
|
-
email?: string | undefined;
|
|
83954
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83955
|
-
handle?: string | undefined;
|
|
83956
|
-
avatarUrl?: string | undefined;
|
|
83957
|
-
customUrl?: string | undefined;
|
|
83958
|
-
} | undefined;
|
|
83959
|
-
}, {
|
|
83960
|
-
github?: {
|
|
83961
|
-
id: string;
|
|
83962
|
-
email?: string | undefined;
|
|
83963
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83964
|
-
handle?: string | undefined;
|
|
83965
|
-
avatarUrl?: string | undefined;
|
|
83966
|
-
customUrl?: string | undefined;
|
|
83967
|
-
}[] | undefined;
|
|
83968
|
-
azure?: {
|
|
83969
|
-
id: string;
|
|
83970
|
-
email?: string | undefined;
|
|
83971
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83972
|
-
handle?: string | undefined;
|
|
83973
|
-
avatarUrl?: string | undefined;
|
|
83974
|
-
customUrl?: string | undefined;
|
|
83975
|
-
}[] | undefined;
|
|
83976
|
-
gitlab?: {
|
|
83977
|
-
id: string;
|
|
83978
|
-
email?: string | undefined;
|
|
83979
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83980
|
-
handle?: string | undefined;
|
|
83981
|
-
avatarUrl?: string | undefined;
|
|
83982
|
-
customUrl?: string | undefined;
|
|
83983
|
-
}[] | undefined;
|
|
83984
|
-
bitbucket?: {
|
|
83985
|
-
id: string;
|
|
83986
|
-
email?: string | undefined;
|
|
83987
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83988
|
-
handle?: string | undefined;
|
|
83989
|
-
avatarUrl?: string | undefined;
|
|
83990
|
-
customUrl?: string | undefined;
|
|
83991
|
-
}[] | undefined;
|
|
83992
|
-
figma?: {
|
|
83993
|
-
id: string;
|
|
83994
|
-
email?: string | undefined;
|
|
83995
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
83996
|
-
handle?: string | undefined;
|
|
83997
|
-
avatarUrl?: string | undefined;
|
|
83998
|
-
customUrl?: string | undefined;
|
|
83999
|
-
} | undefined;
|
|
84000
|
-
}>>;
|
|
84001
83808
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
84002
83809
|
isProtected: z.ZodBoolean;
|
|
84003
83810
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
@@ -84034,52 +83841,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
84034
83841
|
} | undefined;
|
|
84035
83842
|
};
|
|
84036
83843
|
createdAt: Date;
|
|
84037
|
-
emailVerified: boolean;
|
|
84038
83844
|
isProtected: boolean;
|
|
84039
83845
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
84040
|
-
trialExpiresAt?: Date | undefined;
|
|
84041
|
-
linkedIntegrations?: {
|
|
84042
|
-
github?: {
|
|
84043
|
-
id: string;
|
|
84044
|
-
email?: string | undefined;
|
|
84045
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84046
|
-
handle?: string | undefined;
|
|
84047
|
-
avatarUrl?: string | undefined;
|
|
84048
|
-
customUrl?: string | undefined;
|
|
84049
|
-
}[] | undefined;
|
|
84050
|
-
azure?: {
|
|
84051
|
-
id: string;
|
|
84052
|
-
email?: string | undefined;
|
|
84053
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84054
|
-
handle?: string | undefined;
|
|
84055
|
-
avatarUrl?: string | undefined;
|
|
84056
|
-
customUrl?: string | undefined;
|
|
84057
|
-
}[] | undefined;
|
|
84058
|
-
gitlab?: {
|
|
84059
|
-
id: string;
|
|
84060
|
-
email?: string | undefined;
|
|
84061
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84062
|
-
handle?: string | undefined;
|
|
84063
|
-
avatarUrl?: string | undefined;
|
|
84064
|
-
customUrl?: string | undefined;
|
|
84065
|
-
}[] | undefined;
|
|
84066
|
-
bitbucket?: {
|
|
84067
|
-
id: string;
|
|
84068
|
-
email?: string | undefined;
|
|
84069
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84070
|
-
handle?: string | undefined;
|
|
84071
|
-
avatarUrl?: string | undefined;
|
|
84072
|
-
customUrl?: string | undefined;
|
|
84073
|
-
}[] | undefined;
|
|
84074
|
-
figma?: {
|
|
84075
|
-
id: string;
|
|
84076
|
-
email?: string | undefined;
|
|
84077
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84078
|
-
handle?: string | undefined;
|
|
84079
|
-
avatarUrl?: string | undefined;
|
|
84080
|
-
customUrl?: string | undefined;
|
|
84081
|
-
} | undefined;
|
|
84082
|
-
} | undefined;
|
|
84083
83846
|
loggedOutAt?: Date | undefined;
|
|
84084
83847
|
}, {
|
|
84085
83848
|
email: string;
|
|
@@ -84114,52 +83877,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
84114
83877
|
} | undefined;
|
|
84115
83878
|
};
|
|
84116
83879
|
createdAt: Date;
|
|
84117
|
-
emailVerified: boolean;
|
|
84118
83880
|
isProtected: boolean;
|
|
84119
83881
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
84120
|
-
trialExpiresAt?: Date | undefined;
|
|
84121
|
-
linkedIntegrations?: {
|
|
84122
|
-
github?: {
|
|
84123
|
-
id: string;
|
|
84124
|
-
email?: string | undefined;
|
|
84125
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84126
|
-
handle?: string | undefined;
|
|
84127
|
-
avatarUrl?: string | undefined;
|
|
84128
|
-
customUrl?: string | undefined;
|
|
84129
|
-
}[] | undefined;
|
|
84130
|
-
azure?: {
|
|
84131
|
-
id: string;
|
|
84132
|
-
email?: string | undefined;
|
|
84133
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84134
|
-
handle?: string | undefined;
|
|
84135
|
-
avatarUrl?: string | undefined;
|
|
84136
|
-
customUrl?: string | undefined;
|
|
84137
|
-
}[] | undefined;
|
|
84138
|
-
gitlab?: {
|
|
84139
|
-
id: string;
|
|
84140
|
-
email?: string | undefined;
|
|
84141
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84142
|
-
handle?: string | undefined;
|
|
84143
|
-
avatarUrl?: string | undefined;
|
|
84144
|
-
customUrl?: string | undefined;
|
|
84145
|
-
}[] | undefined;
|
|
84146
|
-
bitbucket?: {
|
|
84147
|
-
id: string;
|
|
84148
|
-
email?: string | undefined;
|
|
84149
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84150
|
-
handle?: string | undefined;
|
|
84151
|
-
avatarUrl?: string | undefined;
|
|
84152
|
-
customUrl?: string | undefined;
|
|
84153
|
-
}[] | undefined;
|
|
84154
|
-
figma?: {
|
|
84155
|
-
id: string;
|
|
84156
|
-
email?: string | undefined;
|
|
84157
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84158
|
-
handle?: string | undefined;
|
|
84159
|
-
avatarUrl?: string | undefined;
|
|
84160
|
-
customUrl?: string | undefined;
|
|
84161
|
-
} | undefined;
|
|
84162
|
-
} | undefined;
|
|
84163
83882
|
loggedOutAt?: Date | undefined;
|
|
84164
83883
|
}>;
|
|
84165
83884
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -84196,52 +83915,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
84196
83915
|
} | undefined;
|
|
84197
83916
|
};
|
|
84198
83917
|
createdAt: Date;
|
|
84199
|
-
emailVerified: boolean;
|
|
84200
83918
|
isProtected: boolean;
|
|
84201
83919
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
84202
|
-
trialExpiresAt?: Date | undefined;
|
|
84203
|
-
linkedIntegrations?: {
|
|
84204
|
-
github?: {
|
|
84205
|
-
id: string;
|
|
84206
|
-
email?: string | undefined;
|
|
84207
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84208
|
-
handle?: string | undefined;
|
|
84209
|
-
avatarUrl?: string | undefined;
|
|
84210
|
-
customUrl?: string | undefined;
|
|
84211
|
-
}[] | undefined;
|
|
84212
|
-
azure?: {
|
|
84213
|
-
id: string;
|
|
84214
|
-
email?: string | undefined;
|
|
84215
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84216
|
-
handle?: string | undefined;
|
|
84217
|
-
avatarUrl?: string | undefined;
|
|
84218
|
-
customUrl?: string | undefined;
|
|
84219
|
-
}[] | undefined;
|
|
84220
|
-
gitlab?: {
|
|
84221
|
-
id: string;
|
|
84222
|
-
email?: string | undefined;
|
|
84223
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84224
|
-
handle?: string | undefined;
|
|
84225
|
-
avatarUrl?: string | undefined;
|
|
84226
|
-
customUrl?: string | undefined;
|
|
84227
|
-
}[] | undefined;
|
|
84228
|
-
bitbucket?: {
|
|
84229
|
-
id: string;
|
|
84230
|
-
email?: string | undefined;
|
|
84231
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84232
|
-
handle?: string | undefined;
|
|
84233
|
-
avatarUrl?: string | undefined;
|
|
84234
|
-
customUrl?: string | undefined;
|
|
84235
|
-
}[] | undefined;
|
|
84236
|
-
figma?: {
|
|
84237
|
-
id: string;
|
|
84238
|
-
email?: string | undefined;
|
|
84239
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84240
|
-
handle?: string | undefined;
|
|
84241
|
-
avatarUrl?: string | undefined;
|
|
84242
|
-
customUrl?: string | undefined;
|
|
84243
|
-
} | undefined;
|
|
84244
|
-
} | undefined;
|
|
84245
83920
|
loggedOutAt?: Date | undefined;
|
|
84246
83921
|
};
|
|
84247
83922
|
}, {
|
|
@@ -84278,52 +83953,8 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
84278
83953
|
} | undefined;
|
|
84279
83954
|
};
|
|
84280
83955
|
createdAt: Date;
|
|
84281
|
-
emailVerified: boolean;
|
|
84282
83956
|
isProtected: boolean;
|
|
84283
83957
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
84284
|
-
trialExpiresAt?: Date | undefined;
|
|
84285
|
-
linkedIntegrations?: {
|
|
84286
|
-
github?: {
|
|
84287
|
-
id: string;
|
|
84288
|
-
email?: string | undefined;
|
|
84289
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84290
|
-
handle?: string | undefined;
|
|
84291
|
-
avatarUrl?: string | undefined;
|
|
84292
|
-
customUrl?: string | undefined;
|
|
84293
|
-
}[] | undefined;
|
|
84294
|
-
azure?: {
|
|
84295
|
-
id: string;
|
|
84296
|
-
email?: string | undefined;
|
|
84297
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84298
|
-
handle?: string | undefined;
|
|
84299
|
-
avatarUrl?: string | undefined;
|
|
84300
|
-
customUrl?: string | undefined;
|
|
84301
|
-
}[] | undefined;
|
|
84302
|
-
gitlab?: {
|
|
84303
|
-
id: string;
|
|
84304
|
-
email?: string | undefined;
|
|
84305
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84306
|
-
handle?: string | undefined;
|
|
84307
|
-
avatarUrl?: string | undefined;
|
|
84308
|
-
customUrl?: string | undefined;
|
|
84309
|
-
}[] | undefined;
|
|
84310
|
-
bitbucket?: {
|
|
84311
|
-
id: string;
|
|
84312
|
-
email?: string | undefined;
|
|
84313
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84314
|
-
handle?: string | undefined;
|
|
84315
|
-
avatarUrl?: string | undefined;
|
|
84316
|
-
customUrl?: string | undefined;
|
|
84317
|
-
}[] | undefined;
|
|
84318
|
-
figma?: {
|
|
84319
|
-
id: string;
|
|
84320
|
-
email?: string | undefined;
|
|
84321
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
84322
|
-
handle?: string | undefined;
|
|
84323
|
-
avatarUrl?: string | undefined;
|
|
84324
|
-
customUrl?: string | undefined;
|
|
84325
|
-
} | undefined;
|
|
84326
|
-
} | undefined;
|
|
84327
83958
|
loggedOutAt?: Date | undefined;
|
|
84328
83959
|
};
|
|
84329
83960
|
}>;
|
|
@@ -85742,9 +85373,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
85742
85373
|
user: z.ZodObject<{
|
|
85743
85374
|
id: z.ZodString;
|
|
85744
85375
|
email: z.ZodString;
|
|
85745
|
-
emailVerified: z.ZodBoolean;
|
|
85746
85376
|
createdAt: z.ZodDate;
|
|
85747
|
-
trialExpiresAt: z.ZodOptional<z.ZodDate>;
|
|
85748
85377
|
profile: z.ZodObject<{
|
|
85749
85378
|
name: z.ZodString;
|
|
85750
85379
|
avatar: z.ZodOptional<z.ZodString>;
|
|
@@ -85874,200 +85503,6 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
85874
85503
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
85875
85504
|
} | undefined;
|
|
85876
85505
|
}>;
|
|
85877
|
-
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
85878
|
-
figma: z.ZodOptional<z.ZodObject<{
|
|
85879
|
-
id: z.ZodString;
|
|
85880
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
85881
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
85882
|
-
email: z.ZodOptional<z.ZodString>;
|
|
85883
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
85884
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
85885
|
-
}, "strip", z.ZodTypeAny, {
|
|
85886
|
-
id: string;
|
|
85887
|
-
email?: string | undefined;
|
|
85888
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85889
|
-
handle?: string | undefined;
|
|
85890
|
-
avatarUrl?: string | undefined;
|
|
85891
|
-
customUrl?: string | undefined;
|
|
85892
|
-
}, {
|
|
85893
|
-
id: string;
|
|
85894
|
-
email?: string | undefined;
|
|
85895
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85896
|
-
handle?: string | undefined;
|
|
85897
|
-
avatarUrl?: string | undefined;
|
|
85898
|
-
customUrl?: string | undefined;
|
|
85899
|
-
}>>;
|
|
85900
|
-
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
85901
|
-
id: z.ZodString;
|
|
85902
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
85903
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
85904
|
-
email: z.ZodOptional<z.ZodString>;
|
|
85905
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
85906
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
85907
|
-
}, "strip", z.ZodTypeAny, {
|
|
85908
|
-
id: string;
|
|
85909
|
-
email?: string | undefined;
|
|
85910
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85911
|
-
handle?: string | undefined;
|
|
85912
|
-
avatarUrl?: string | undefined;
|
|
85913
|
-
customUrl?: string | undefined;
|
|
85914
|
-
}, {
|
|
85915
|
-
id: string;
|
|
85916
|
-
email?: string | undefined;
|
|
85917
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85918
|
-
handle?: string | undefined;
|
|
85919
|
-
avatarUrl?: string | undefined;
|
|
85920
|
-
customUrl?: string | undefined;
|
|
85921
|
-
}>, "many">>;
|
|
85922
|
-
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
85923
|
-
id: z.ZodString;
|
|
85924
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
85925
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
85926
|
-
email: z.ZodOptional<z.ZodString>;
|
|
85927
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
85928
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
85929
|
-
}, "strip", z.ZodTypeAny, {
|
|
85930
|
-
id: string;
|
|
85931
|
-
email?: string | undefined;
|
|
85932
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85933
|
-
handle?: string | undefined;
|
|
85934
|
-
avatarUrl?: string | undefined;
|
|
85935
|
-
customUrl?: string | undefined;
|
|
85936
|
-
}, {
|
|
85937
|
-
id: string;
|
|
85938
|
-
email?: string | undefined;
|
|
85939
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85940
|
-
handle?: string | undefined;
|
|
85941
|
-
avatarUrl?: string | undefined;
|
|
85942
|
-
customUrl?: string | undefined;
|
|
85943
|
-
}>, "many">>;
|
|
85944
|
-
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
85945
|
-
id: z.ZodString;
|
|
85946
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
85947
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
85948
|
-
email: z.ZodOptional<z.ZodString>;
|
|
85949
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
85950
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
85951
|
-
}, "strip", z.ZodTypeAny, {
|
|
85952
|
-
id: string;
|
|
85953
|
-
email?: string | undefined;
|
|
85954
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85955
|
-
handle?: string | undefined;
|
|
85956
|
-
avatarUrl?: string | undefined;
|
|
85957
|
-
customUrl?: string | undefined;
|
|
85958
|
-
}, {
|
|
85959
|
-
id: string;
|
|
85960
|
-
email?: string | undefined;
|
|
85961
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85962
|
-
handle?: string | undefined;
|
|
85963
|
-
avatarUrl?: string | undefined;
|
|
85964
|
-
customUrl?: string | undefined;
|
|
85965
|
-
}>, "many">>;
|
|
85966
|
-
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
85967
|
-
id: z.ZodString;
|
|
85968
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
85969
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
85970
|
-
email: z.ZodOptional<z.ZodString>;
|
|
85971
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
85972
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
85973
|
-
}, "strip", z.ZodTypeAny, {
|
|
85974
|
-
id: string;
|
|
85975
|
-
email?: string | undefined;
|
|
85976
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85977
|
-
handle?: string | undefined;
|
|
85978
|
-
avatarUrl?: string | undefined;
|
|
85979
|
-
customUrl?: string | undefined;
|
|
85980
|
-
}, {
|
|
85981
|
-
id: string;
|
|
85982
|
-
email?: string | undefined;
|
|
85983
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85984
|
-
handle?: string | undefined;
|
|
85985
|
-
avatarUrl?: string | undefined;
|
|
85986
|
-
customUrl?: string | undefined;
|
|
85987
|
-
}>, "many">>;
|
|
85988
|
-
}, "strip", z.ZodTypeAny, {
|
|
85989
|
-
github?: {
|
|
85990
|
-
id: string;
|
|
85991
|
-
email?: string | undefined;
|
|
85992
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
85993
|
-
handle?: string | undefined;
|
|
85994
|
-
avatarUrl?: string | undefined;
|
|
85995
|
-
customUrl?: string | undefined;
|
|
85996
|
-
}[] | undefined;
|
|
85997
|
-
azure?: {
|
|
85998
|
-
id: string;
|
|
85999
|
-
email?: string | undefined;
|
|
86000
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86001
|
-
handle?: string | undefined;
|
|
86002
|
-
avatarUrl?: string | undefined;
|
|
86003
|
-
customUrl?: string | undefined;
|
|
86004
|
-
}[] | undefined;
|
|
86005
|
-
gitlab?: {
|
|
86006
|
-
id: string;
|
|
86007
|
-
email?: string | undefined;
|
|
86008
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86009
|
-
handle?: string | undefined;
|
|
86010
|
-
avatarUrl?: string | undefined;
|
|
86011
|
-
customUrl?: string | undefined;
|
|
86012
|
-
}[] | undefined;
|
|
86013
|
-
bitbucket?: {
|
|
86014
|
-
id: string;
|
|
86015
|
-
email?: string | undefined;
|
|
86016
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86017
|
-
handle?: string | undefined;
|
|
86018
|
-
avatarUrl?: string | undefined;
|
|
86019
|
-
customUrl?: string | undefined;
|
|
86020
|
-
}[] | undefined;
|
|
86021
|
-
figma?: {
|
|
86022
|
-
id: string;
|
|
86023
|
-
email?: string | undefined;
|
|
86024
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86025
|
-
handle?: string | undefined;
|
|
86026
|
-
avatarUrl?: string | undefined;
|
|
86027
|
-
customUrl?: string | undefined;
|
|
86028
|
-
} | undefined;
|
|
86029
|
-
}, {
|
|
86030
|
-
github?: {
|
|
86031
|
-
id: string;
|
|
86032
|
-
email?: string | undefined;
|
|
86033
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86034
|
-
handle?: string | undefined;
|
|
86035
|
-
avatarUrl?: string | undefined;
|
|
86036
|
-
customUrl?: string | undefined;
|
|
86037
|
-
}[] | undefined;
|
|
86038
|
-
azure?: {
|
|
86039
|
-
id: string;
|
|
86040
|
-
email?: string | undefined;
|
|
86041
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86042
|
-
handle?: string | undefined;
|
|
86043
|
-
avatarUrl?: string | undefined;
|
|
86044
|
-
customUrl?: string | undefined;
|
|
86045
|
-
}[] | undefined;
|
|
86046
|
-
gitlab?: {
|
|
86047
|
-
id: string;
|
|
86048
|
-
email?: string | undefined;
|
|
86049
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86050
|
-
handle?: string | undefined;
|
|
86051
|
-
avatarUrl?: string | undefined;
|
|
86052
|
-
customUrl?: string | undefined;
|
|
86053
|
-
}[] | undefined;
|
|
86054
|
-
bitbucket?: {
|
|
86055
|
-
id: string;
|
|
86056
|
-
email?: string | undefined;
|
|
86057
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86058
|
-
handle?: string | undefined;
|
|
86059
|
-
avatarUrl?: string | undefined;
|
|
86060
|
-
customUrl?: string | undefined;
|
|
86061
|
-
}[] | undefined;
|
|
86062
|
-
figma?: {
|
|
86063
|
-
id: string;
|
|
86064
|
-
email?: string | undefined;
|
|
86065
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86066
|
-
handle?: string | undefined;
|
|
86067
|
-
avatarUrl?: string | undefined;
|
|
86068
|
-
customUrl?: string | undefined;
|
|
86069
|
-
} | undefined;
|
|
86070
|
-
}>>;
|
|
86071
85506
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
86072
85507
|
isProtected: z.ZodBoolean;
|
|
86073
85508
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
@@ -86104,52 +85539,8 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
86104
85539
|
} | undefined;
|
|
86105
85540
|
};
|
|
86106
85541
|
createdAt: Date;
|
|
86107
|
-
emailVerified: boolean;
|
|
86108
85542
|
isProtected: boolean;
|
|
86109
85543
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
86110
|
-
trialExpiresAt?: Date | undefined;
|
|
86111
|
-
linkedIntegrations?: {
|
|
86112
|
-
github?: {
|
|
86113
|
-
id: string;
|
|
86114
|
-
email?: string | undefined;
|
|
86115
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86116
|
-
handle?: string | undefined;
|
|
86117
|
-
avatarUrl?: string | undefined;
|
|
86118
|
-
customUrl?: string | undefined;
|
|
86119
|
-
}[] | undefined;
|
|
86120
|
-
azure?: {
|
|
86121
|
-
id: string;
|
|
86122
|
-
email?: string | undefined;
|
|
86123
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86124
|
-
handle?: string | undefined;
|
|
86125
|
-
avatarUrl?: string | undefined;
|
|
86126
|
-
customUrl?: string | undefined;
|
|
86127
|
-
}[] | undefined;
|
|
86128
|
-
gitlab?: {
|
|
86129
|
-
id: string;
|
|
86130
|
-
email?: string | undefined;
|
|
86131
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86132
|
-
handle?: string | undefined;
|
|
86133
|
-
avatarUrl?: string | undefined;
|
|
86134
|
-
customUrl?: string | undefined;
|
|
86135
|
-
}[] | undefined;
|
|
86136
|
-
bitbucket?: {
|
|
86137
|
-
id: string;
|
|
86138
|
-
email?: string | undefined;
|
|
86139
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86140
|
-
handle?: string | undefined;
|
|
86141
|
-
avatarUrl?: string | undefined;
|
|
86142
|
-
customUrl?: string | undefined;
|
|
86143
|
-
}[] | undefined;
|
|
86144
|
-
figma?: {
|
|
86145
|
-
id: string;
|
|
86146
|
-
email?: string | undefined;
|
|
86147
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86148
|
-
handle?: string | undefined;
|
|
86149
|
-
avatarUrl?: string | undefined;
|
|
86150
|
-
customUrl?: string | undefined;
|
|
86151
|
-
} | undefined;
|
|
86152
|
-
} | undefined;
|
|
86153
85544
|
loggedOutAt?: Date | undefined;
|
|
86154
85545
|
}, {
|
|
86155
85546
|
email: string;
|
|
@@ -86184,52 +85575,8 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
86184
85575
|
} | undefined;
|
|
86185
85576
|
};
|
|
86186
85577
|
createdAt: Date;
|
|
86187
|
-
emailVerified: boolean;
|
|
86188
85578
|
isProtected: boolean;
|
|
86189
85579
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
86190
|
-
trialExpiresAt?: Date | undefined;
|
|
86191
|
-
linkedIntegrations?: {
|
|
86192
|
-
github?: {
|
|
86193
|
-
id: string;
|
|
86194
|
-
email?: string | undefined;
|
|
86195
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86196
|
-
handle?: string | undefined;
|
|
86197
|
-
avatarUrl?: string | undefined;
|
|
86198
|
-
customUrl?: string | undefined;
|
|
86199
|
-
}[] | undefined;
|
|
86200
|
-
azure?: {
|
|
86201
|
-
id: string;
|
|
86202
|
-
email?: string | undefined;
|
|
86203
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86204
|
-
handle?: string | undefined;
|
|
86205
|
-
avatarUrl?: string | undefined;
|
|
86206
|
-
customUrl?: string | undefined;
|
|
86207
|
-
}[] | undefined;
|
|
86208
|
-
gitlab?: {
|
|
86209
|
-
id: string;
|
|
86210
|
-
email?: string | undefined;
|
|
86211
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86212
|
-
handle?: string | undefined;
|
|
86213
|
-
avatarUrl?: string | undefined;
|
|
86214
|
-
customUrl?: string | undefined;
|
|
86215
|
-
}[] | undefined;
|
|
86216
|
-
bitbucket?: {
|
|
86217
|
-
id: string;
|
|
86218
|
-
email?: string | undefined;
|
|
86219
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86220
|
-
handle?: string | undefined;
|
|
86221
|
-
avatarUrl?: string | undefined;
|
|
86222
|
-
customUrl?: string | undefined;
|
|
86223
|
-
}[] | undefined;
|
|
86224
|
-
figma?: {
|
|
86225
|
-
id: string;
|
|
86226
|
-
email?: string | undefined;
|
|
86227
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86228
|
-
handle?: string | undefined;
|
|
86229
|
-
avatarUrl?: string | undefined;
|
|
86230
|
-
customUrl?: string | undefined;
|
|
86231
|
-
} | undefined;
|
|
86232
|
-
} | undefined;
|
|
86233
85580
|
loggedOutAt?: Date | undefined;
|
|
86234
85581
|
}>;
|
|
86235
85582
|
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
@@ -86268,52 +85615,8 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
86268
85615
|
} | undefined;
|
|
86269
85616
|
};
|
|
86270
85617
|
createdAt: Date;
|
|
86271
|
-
emailVerified: boolean;
|
|
86272
85618
|
isProtected: boolean;
|
|
86273
85619
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
86274
|
-
trialExpiresAt?: Date | undefined;
|
|
86275
|
-
linkedIntegrations?: {
|
|
86276
|
-
github?: {
|
|
86277
|
-
id: string;
|
|
86278
|
-
email?: string | undefined;
|
|
86279
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86280
|
-
handle?: string | undefined;
|
|
86281
|
-
avatarUrl?: string | undefined;
|
|
86282
|
-
customUrl?: string | undefined;
|
|
86283
|
-
}[] | undefined;
|
|
86284
|
-
azure?: {
|
|
86285
|
-
id: string;
|
|
86286
|
-
email?: string | undefined;
|
|
86287
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86288
|
-
handle?: string | undefined;
|
|
86289
|
-
avatarUrl?: string | undefined;
|
|
86290
|
-
customUrl?: string | undefined;
|
|
86291
|
-
}[] | undefined;
|
|
86292
|
-
gitlab?: {
|
|
86293
|
-
id: string;
|
|
86294
|
-
email?: string | undefined;
|
|
86295
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86296
|
-
handle?: string | undefined;
|
|
86297
|
-
avatarUrl?: string | undefined;
|
|
86298
|
-
customUrl?: string | undefined;
|
|
86299
|
-
}[] | undefined;
|
|
86300
|
-
bitbucket?: {
|
|
86301
|
-
id: string;
|
|
86302
|
-
email?: string | undefined;
|
|
86303
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86304
|
-
handle?: string | undefined;
|
|
86305
|
-
avatarUrl?: string | undefined;
|
|
86306
|
-
customUrl?: string | undefined;
|
|
86307
|
-
}[] | undefined;
|
|
86308
|
-
figma?: {
|
|
86309
|
-
id: string;
|
|
86310
|
-
email?: string | undefined;
|
|
86311
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86312
|
-
handle?: string | undefined;
|
|
86313
|
-
avatarUrl?: string | undefined;
|
|
86314
|
-
customUrl?: string | undefined;
|
|
86315
|
-
} | undefined;
|
|
86316
|
-
} | undefined;
|
|
86317
85620
|
loggedOutAt?: Date | undefined;
|
|
86318
85621
|
};
|
|
86319
85622
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
@@ -86352,52 +85655,8 @@ declare const DTOWorkspaceMember: z.ZodObject<{
|
|
|
86352
85655
|
} | undefined;
|
|
86353
85656
|
};
|
|
86354
85657
|
createdAt: Date;
|
|
86355
|
-
emailVerified: boolean;
|
|
86356
85658
|
isProtected: boolean;
|
|
86357
85659
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
86358
|
-
trialExpiresAt?: Date | undefined;
|
|
86359
|
-
linkedIntegrations?: {
|
|
86360
|
-
github?: {
|
|
86361
|
-
id: string;
|
|
86362
|
-
email?: string | undefined;
|
|
86363
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86364
|
-
handle?: string | undefined;
|
|
86365
|
-
avatarUrl?: string | undefined;
|
|
86366
|
-
customUrl?: string | undefined;
|
|
86367
|
-
}[] | undefined;
|
|
86368
|
-
azure?: {
|
|
86369
|
-
id: string;
|
|
86370
|
-
email?: string | undefined;
|
|
86371
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86372
|
-
handle?: string | undefined;
|
|
86373
|
-
avatarUrl?: string | undefined;
|
|
86374
|
-
customUrl?: string | undefined;
|
|
86375
|
-
}[] | undefined;
|
|
86376
|
-
gitlab?: {
|
|
86377
|
-
id: string;
|
|
86378
|
-
email?: string | undefined;
|
|
86379
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86380
|
-
handle?: string | undefined;
|
|
86381
|
-
avatarUrl?: string | undefined;
|
|
86382
|
-
customUrl?: string | undefined;
|
|
86383
|
-
}[] | undefined;
|
|
86384
|
-
bitbucket?: {
|
|
86385
|
-
id: string;
|
|
86386
|
-
email?: string | undefined;
|
|
86387
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86388
|
-
handle?: string | undefined;
|
|
86389
|
-
avatarUrl?: string | undefined;
|
|
86390
|
-
customUrl?: string | undefined;
|
|
86391
|
-
}[] | undefined;
|
|
86392
|
-
figma?: {
|
|
86393
|
-
id: string;
|
|
86394
|
-
email?: string | undefined;
|
|
86395
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
86396
|
-
handle?: string | undefined;
|
|
86397
|
-
avatarUrl?: string | undefined;
|
|
86398
|
-
customUrl?: string | undefined;
|
|
86399
|
-
} | undefined;
|
|
86400
|
-
} | undefined;
|
|
86401
85660
|
loggedOutAt?: Date | undefined;
|
|
86402
85661
|
};
|
|
86403
85662
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
@@ -90424,9 +89683,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
90424
89683
|
user: z.ZodObject<{
|
|
90425
89684
|
id: z.ZodString;
|
|
90426
89685
|
email: z.ZodString;
|
|
90427
|
-
emailVerified: z.ZodBoolean;
|
|
90428
89686
|
createdAt: z.ZodDate;
|
|
90429
|
-
trialExpiresAt: z.ZodOptional<z.ZodDate>;
|
|
90430
89687
|
profile: z.ZodObject<{
|
|
90431
89688
|
name: z.ZodString;
|
|
90432
89689
|
avatar: z.ZodOptional<z.ZodString>;
|
|
@@ -90556,200 +89813,6 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
90556
89813
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
90557
89814
|
} | undefined;
|
|
90558
89815
|
}>;
|
|
90559
|
-
linkedIntegrations: z.ZodOptional<z.ZodObject<{
|
|
90560
|
-
figma: z.ZodOptional<z.ZodObject<{
|
|
90561
|
-
id: z.ZodString;
|
|
90562
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
90563
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
90564
|
-
email: z.ZodOptional<z.ZodString>;
|
|
90565
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
90566
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
90567
|
-
}, "strip", z.ZodTypeAny, {
|
|
90568
|
-
id: string;
|
|
90569
|
-
email?: string | undefined;
|
|
90570
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90571
|
-
handle?: string | undefined;
|
|
90572
|
-
avatarUrl?: string | undefined;
|
|
90573
|
-
customUrl?: string | undefined;
|
|
90574
|
-
}, {
|
|
90575
|
-
id: string;
|
|
90576
|
-
email?: string | undefined;
|
|
90577
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90578
|
-
handle?: string | undefined;
|
|
90579
|
-
avatarUrl?: string | undefined;
|
|
90580
|
-
customUrl?: string | undefined;
|
|
90581
|
-
}>>;
|
|
90582
|
-
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
90583
|
-
id: z.ZodString;
|
|
90584
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
90585
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
90586
|
-
email: z.ZodOptional<z.ZodString>;
|
|
90587
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
90588
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
90589
|
-
}, "strip", z.ZodTypeAny, {
|
|
90590
|
-
id: string;
|
|
90591
|
-
email?: string | undefined;
|
|
90592
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90593
|
-
handle?: string | undefined;
|
|
90594
|
-
avatarUrl?: string | undefined;
|
|
90595
|
-
customUrl?: string | undefined;
|
|
90596
|
-
}, {
|
|
90597
|
-
id: string;
|
|
90598
|
-
email?: string | undefined;
|
|
90599
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90600
|
-
handle?: string | undefined;
|
|
90601
|
-
avatarUrl?: string | undefined;
|
|
90602
|
-
customUrl?: string | undefined;
|
|
90603
|
-
}>, "many">>;
|
|
90604
|
-
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
90605
|
-
id: z.ZodString;
|
|
90606
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
90607
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
90608
|
-
email: z.ZodOptional<z.ZodString>;
|
|
90609
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
90610
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
90611
|
-
}, "strip", z.ZodTypeAny, {
|
|
90612
|
-
id: string;
|
|
90613
|
-
email?: string | undefined;
|
|
90614
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90615
|
-
handle?: string | undefined;
|
|
90616
|
-
avatarUrl?: string | undefined;
|
|
90617
|
-
customUrl?: string | undefined;
|
|
90618
|
-
}, {
|
|
90619
|
-
id: string;
|
|
90620
|
-
email?: string | undefined;
|
|
90621
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90622
|
-
handle?: string | undefined;
|
|
90623
|
-
avatarUrl?: string | undefined;
|
|
90624
|
-
customUrl?: string | undefined;
|
|
90625
|
-
}>, "many">>;
|
|
90626
|
-
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
90627
|
-
id: z.ZodString;
|
|
90628
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
90629
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
90630
|
-
email: z.ZodOptional<z.ZodString>;
|
|
90631
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
90632
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
90633
|
-
}, "strip", z.ZodTypeAny, {
|
|
90634
|
-
id: string;
|
|
90635
|
-
email?: string | undefined;
|
|
90636
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90637
|
-
handle?: string | undefined;
|
|
90638
|
-
avatarUrl?: string | undefined;
|
|
90639
|
-
customUrl?: string | undefined;
|
|
90640
|
-
}, {
|
|
90641
|
-
id: string;
|
|
90642
|
-
email?: string | undefined;
|
|
90643
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90644
|
-
handle?: string | undefined;
|
|
90645
|
-
avatarUrl?: string | undefined;
|
|
90646
|
-
customUrl?: string | undefined;
|
|
90647
|
-
}>, "many">>;
|
|
90648
|
-
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
90649
|
-
id: z.ZodString;
|
|
90650
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
90651
|
-
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
90652
|
-
email: z.ZodOptional<z.ZodString>;
|
|
90653
|
-
authType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"OAuth2">, z.ZodLiteral<"PAT">]>>;
|
|
90654
|
-
customUrl: z.ZodOptional<z.ZodString>;
|
|
90655
|
-
}, "strip", z.ZodTypeAny, {
|
|
90656
|
-
id: string;
|
|
90657
|
-
email?: string | undefined;
|
|
90658
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90659
|
-
handle?: string | undefined;
|
|
90660
|
-
avatarUrl?: string | undefined;
|
|
90661
|
-
customUrl?: string | undefined;
|
|
90662
|
-
}, {
|
|
90663
|
-
id: string;
|
|
90664
|
-
email?: string | undefined;
|
|
90665
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90666
|
-
handle?: string | undefined;
|
|
90667
|
-
avatarUrl?: string | undefined;
|
|
90668
|
-
customUrl?: string | undefined;
|
|
90669
|
-
}>, "many">>;
|
|
90670
|
-
}, "strip", z.ZodTypeAny, {
|
|
90671
|
-
github?: {
|
|
90672
|
-
id: string;
|
|
90673
|
-
email?: string | undefined;
|
|
90674
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90675
|
-
handle?: string | undefined;
|
|
90676
|
-
avatarUrl?: string | undefined;
|
|
90677
|
-
customUrl?: string | undefined;
|
|
90678
|
-
}[] | undefined;
|
|
90679
|
-
azure?: {
|
|
90680
|
-
id: string;
|
|
90681
|
-
email?: string | undefined;
|
|
90682
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90683
|
-
handle?: string | undefined;
|
|
90684
|
-
avatarUrl?: string | undefined;
|
|
90685
|
-
customUrl?: string | undefined;
|
|
90686
|
-
}[] | undefined;
|
|
90687
|
-
gitlab?: {
|
|
90688
|
-
id: string;
|
|
90689
|
-
email?: string | undefined;
|
|
90690
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90691
|
-
handle?: string | undefined;
|
|
90692
|
-
avatarUrl?: string | undefined;
|
|
90693
|
-
customUrl?: string | undefined;
|
|
90694
|
-
}[] | undefined;
|
|
90695
|
-
bitbucket?: {
|
|
90696
|
-
id: string;
|
|
90697
|
-
email?: string | undefined;
|
|
90698
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90699
|
-
handle?: string | undefined;
|
|
90700
|
-
avatarUrl?: string | undefined;
|
|
90701
|
-
customUrl?: string | undefined;
|
|
90702
|
-
}[] | undefined;
|
|
90703
|
-
figma?: {
|
|
90704
|
-
id: string;
|
|
90705
|
-
email?: string | undefined;
|
|
90706
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90707
|
-
handle?: string | undefined;
|
|
90708
|
-
avatarUrl?: string | undefined;
|
|
90709
|
-
customUrl?: string | undefined;
|
|
90710
|
-
} | undefined;
|
|
90711
|
-
}, {
|
|
90712
|
-
github?: {
|
|
90713
|
-
id: string;
|
|
90714
|
-
email?: string | undefined;
|
|
90715
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90716
|
-
handle?: string | undefined;
|
|
90717
|
-
avatarUrl?: string | undefined;
|
|
90718
|
-
customUrl?: string | undefined;
|
|
90719
|
-
}[] | undefined;
|
|
90720
|
-
azure?: {
|
|
90721
|
-
id: string;
|
|
90722
|
-
email?: string | undefined;
|
|
90723
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90724
|
-
handle?: string | undefined;
|
|
90725
|
-
avatarUrl?: string | undefined;
|
|
90726
|
-
customUrl?: string | undefined;
|
|
90727
|
-
}[] | undefined;
|
|
90728
|
-
gitlab?: {
|
|
90729
|
-
id: string;
|
|
90730
|
-
email?: string | undefined;
|
|
90731
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90732
|
-
handle?: string | undefined;
|
|
90733
|
-
avatarUrl?: string | undefined;
|
|
90734
|
-
customUrl?: string | undefined;
|
|
90735
|
-
}[] | undefined;
|
|
90736
|
-
bitbucket?: {
|
|
90737
|
-
id: string;
|
|
90738
|
-
email?: string | undefined;
|
|
90739
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90740
|
-
handle?: string | undefined;
|
|
90741
|
-
avatarUrl?: string | undefined;
|
|
90742
|
-
customUrl?: string | undefined;
|
|
90743
|
-
}[] | undefined;
|
|
90744
|
-
figma?: {
|
|
90745
|
-
id: string;
|
|
90746
|
-
email?: string | undefined;
|
|
90747
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90748
|
-
handle?: string | undefined;
|
|
90749
|
-
avatarUrl?: string | undefined;
|
|
90750
|
-
customUrl?: string | undefined;
|
|
90751
|
-
} | undefined;
|
|
90752
|
-
}>>;
|
|
90753
89816
|
loggedOutAt: z.ZodOptional<z.ZodDate>;
|
|
90754
89817
|
isProtected: z.ZodBoolean;
|
|
90755
89818
|
source: z.ZodOptional<z.ZodEnum<["SignUp", "Invite", "SSO"]>>;
|
|
@@ -90786,52 +89849,8 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
90786
89849
|
} | undefined;
|
|
90787
89850
|
};
|
|
90788
89851
|
createdAt: Date;
|
|
90789
|
-
emailVerified: boolean;
|
|
90790
89852
|
isProtected: boolean;
|
|
90791
89853
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
90792
|
-
trialExpiresAt?: Date | undefined;
|
|
90793
|
-
linkedIntegrations?: {
|
|
90794
|
-
github?: {
|
|
90795
|
-
id: string;
|
|
90796
|
-
email?: string | undefined;
|
|
90797
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90798
|
-
handle?: string | undefined;
|
|
90799
|
-
avatarUrl?: string | undefined;
|
|
90800
|
-
customUrl?: string | undefined;
|
|
90801
|
-
}[] | undefined;
|
|
90802
|
-
azure?: {
|
|
90803
|
-
id: string;
|
|
90804
|
-
email?: string | undefined;
|
|
90805
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90806
|
-
handle?: string | undefined;
|
|
90807
|
-
avatarUrl?: string | undefined;
|
|
90808
|
-
customUrl?: string | undefined;
|
|
90809
|
-
}[] | undefined;
|
|
90810
|
-
gitlab?: {
|
|
90811
|
-
id: string;
|
|
90812
|
-
email?: string | undefined;
|
|
90813
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90814
|
-
handle?: string | undefined;
|
|
90815
|
-
avatarUrl?: string | undefined;
|
|
90816
|
-
customUrl?: string | undefined;
|
|
90817
|
-
}[] | undefined;
|
|
90818
|
-
bitbucket?: {
|
|
90819
|
-
id: string;
|
|
90820
|
-
email?: string | undefined;
|
|
90821
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90822
|
-
handle?: string | undefined;
|
|
90823
|
-
avatarUrl?: string | undefined;
|
|
90824
|
-
customUrl?: string | undefined;
|
|
90825
|
-
}[] | undefined;
|
|
90826
|
-
figma?: {
|
|
90827
|
-
id: string;
|
|
90828
|
-
email?: string | undefined;
|
|
90829
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90830
|
-
handle?: string | undefined;
|
|
90831
|
-
avatarUrl?: string | undefined;
|
|
90832
|
-
customUrl?: string | undefined;
|
|
90833
|
-
} | undefined;
|
|
90834
|
-
} | undefined;
|
|
90835
89854
|
loggedOutAt?: Date | undefined;
|
|
90836
89855
|
}, {
|
|
90837
89856
|
email: string;
|
|
@@ -90866,52 +89885,8 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
90866
89885
|
} | undefined;
|
|
90867
89886
|
};
|
|
90868
89887
|
createdAt: Date;
|
|
90869
|
-
emailVerified: boolean;
|
|
90870
89888
|
isProtected: boolean;
|
|
90871
89889
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
90872
|
-
trialExpiresAt?: Date | undefined;
|
|
90873
|
-
linkedIntegrations?: {
|
|
90874
|
-
github?: {
|
|
90875
|
-
id: string;
|
|
90876
|
-
email?: string | undefined;
|
|
90877
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90878
|
-
handle?: string | undefined;
|
|
90879
|
-
avatarUrl?: string | undefined;
|
|
90880
|
-
customUrl?: string | undefined;
|
|
90881
|
-
}[] | undefined;
|
|
90882
|
-
azure?: {
|
|
90883
|
-
id: string;
|
|
90884
|
-
email?: string | undefined;
|
|
90885
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90886
|
-
handle?: string | undefined;
|
|
90887
|
-
avatarUrl?: string | undefined;
|
|
90888
|
-
customUrl?: string | undefined;
|
|
90889
|
-
}[] | undefined;
|
|
90890
|
-
gitlab?: {
|
|
90891
|
-
id: string;
|
|
90892
|
-
email?: string | undefined;
|
|
90893
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90894
|
-
handle?: string | undefined;
|
|
90895
|
-
avatarUrl?: string | undefined;
|
|
90896
|
-
customUrl?: string | undefined;
|
|
90897
|
-
}[] | undefined;
|
|
90898
|
-
bitbucket?: {
|
|
90899
|
-
id: string;
|
|
90900
|
-
email?: string | undefined;
|
|
90901
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90902
|
-
handle?: string | undefined;
|
|
90903
|
-
avatarUrl?: string | undefined;
|
|
90904
|
-
customUrl?: string | undefined;
|
|
90905
|
-
}[] | undefined;
|
|
90906
|
-
figma?: {
|
|
90907
|
-
id: string;
|
|
90908
|
-
email?: string | undefined;
|
|
90909
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90910
|
-
handle?: string | undefined;
|
|
90911
|
-
avatarUrl?: string | undefined;
|
|
90912
|
-
customUrl?: string | undefined;
|
|
90913
|
-
} | undefined;
|
|
90914
|
-
} | undefined;
|
|
90915
89890
|
loggedOutAt?: Date | undefined;
|
|
90916
89891
|
}>;
|
|
90917
89892
|
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
@@ -90950,52 +89925,8 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
90950
89925
|
} | undefined;
|
|
90951
89926
|
};
|
|
90952
89927
|
createdAt: Date;
|
|
90953
|
-
emailVerified: boolean;
|
|
90954
89928
|
isProtected: boolean;
|
|
90955
89929
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
90956
|
-
trialExpiresAt?: Date | undefined;
|
|
90957
|
-
linkedIntegrations?: {
|
|
90958
|
-
github?: {
|
|
90959
|
-
id: string;
|
|
90960
|
-
email?: string | undefined;
|
|
90961
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90962
|
-
handle?: string | undefined;
|
|
90963
|
-
avatarUrl?: string | undefined;
|
|
90964
|
-
customUrl?: string | undefined;
|
|
90965
|
-
}[] | undefined;
|
|
90966
|
-
azure?: {
|
|
90967
|
-
id: string;
|
|
90968
|
-
email?: string | undefined;
|
|
90969
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90970
|
-
handle?: string | undefined;
|
|
90971
|
-
avatarUrl?: string | undefined;
|
|
90972
|
-
customUrl?: string | undefined;
|
|
90973
|
-
}[] | undefined;
|
|
90974
|
-
gitlab?: {
|
|
90975
|
-
id: string;
|
|
90976
|
-
email?: string | undefined;
|
|
90977
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90978
|
-
handle?: string | undefined;
|
|
90979
|
-
avatarUrl?: string | undefined;
|
|
90980
|
-
customUrl?: string | undefined;
|
|
90981
|
-
}[] | undefined;
|
|
90982
|
-
bitbucket?: {
|
|
90983
|
-
id: string;
|
|
90984
|
-
email?: string | undefined;
|
|
90985
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90986
|
-
handle?: string | undefined;
|
|
90987
|
-
avatarUrl?: string | undefined;
|
|
90988
|
-
customUrl?: string | undefined;
|
|
90989
|
-
}[] | undefined;
|
|
90990
|
-
figma?: {
|
|
90991
|
-
id: string;
|
|
90992
|
-
email?: string | undefined;
|
|
90993
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
90994
|
-
handle?: string | undefined;
|
|
90995
|
-
avatarUrl?: string | undefined;
|
|
90996
|
-
customUrl?: string | undefined;
|
|
90997
|
-
} | undefined;
|
|
90998
|
-
} | undefined;
|
|
90999
89930
|
loggedOutAt?: Date | undefined;
|
|
91000
89931
|
};
|
|
91001
89932
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
@@ -91034,52 +89965,8 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
91034
89965
|
} | undefined;
|
|
91035
89966
|
};
|
|
91036
89967
|
createdAt: Date;
|
|
91037
|
-
emailVerified: boolean;
|
|
91038
89968
|
isProtected: boolean;
|
|
91039
89969
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
91040
|
-
trialExpiresAt?: Date | undefined;
|
|
91041
|
-
linkedIntegrations?: {
|
|
91042
|
-
github?: {
|
|
91043
|
-
id: string;
|
|
91044
|
-
email?: string | undefined;
|
|
91045
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91046
|
-
handle?: string | undefined;
|
|
91047
|
-
avatarUrl?: string | undefined;
|
|
91048
|
-
customUrl?: string | undefined;
|
|
91049
|
-
}[] | undefined;
|
|
91050
|
-
azure?: {
|
|
91051
|
-
id: string;
|
|
91052
|
-
email?: string | undefined;
|
|
91053
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91054
|
-
handle?: string | undefined;
|
|
91055
|
-
avatarUrl?: string | undefined;
|
|
91056
|
-
customUrl?: string | undefined;
|
|
91057
|
-
}[] | undefined;
|
|
91058
|
-
gitlab?: {
|
|
91059
|
-
id: string;
|
|
91060
|
-
email?: string | undefined;
|
|
91061
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91062
|
-
handle?: string | undefined;
|
|
91063
|
-
avatarUrl?: string | undefined;
|
|
91064
|
-
customUrl?: string | undefined;
|
|
91065
|
-
}[] | undefined;
|
|
91066
|
-
bitbucket?: {
|
|
91067
|
-
id: string;
|
|
91068
|
-
email?: string | undefined;
|
|
91069
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91070
|
-
handle?: string | undefined;
|
|
91071
|
-
avatarUrl?: string | undefined;
|
|
91072
|
-
customUrl?: string | undefined;
|
|
91073
|
-
}[] | undefined;
|
|
91074
|
-
figma?: {
|
|
91075
|
-
id: string;
|
|
91076
|
-
email?: string | undefined;
|
|
91077
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91078
|
-
handle?: string | undefined;
|
|
91079
|
-
avatarUrl?: string | undefined;
|
|
91080
|
-
customUrl?: string | undefined;
|
|
91081
|
-
} | undefined;
|
|
91082
|
-
} | undefined;
|
|
91083
89970
|
loggedOutAt?: Date | undefined;
|
|
91084
89971
|
};
|
|
91085
89972
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
@@ -91120,52 +90007,8 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
91120
90007
|
} | undefined;
|
|
91121
90008
|
};
|
|
91122
90009
|
createdAt: Date;
|
|
91123
|
-
emailVerified: boolean;
|
|
91124
90010
|
isProtected: boolean;
|
|
91125
90011
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
91126
|
-
trialExpiresAt?: Date | undefined;
|
|
91127
|
-
linkedIntegrations?: {
|
|
91128
|
-
github?: {
|
|
91129
|
-
id: string;
|
|
91130
|
-
email?: string | undefined;
|
|
91131
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91132
|
-
handle?: string | undefined;
|
|
91133
|
-
avatarUrl?: string | undefined;
|
|
91134
|
-
customUrl?: string | undefined;
|
|
91135
|
-
}[] | undefined;
|
|
91136
|
-
azure?: {
|
|
91137
|
-
id: string;
|
|
91138
|
-
email?: string | undefined;
|
|
91139
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91140
|
-
handle?: string | undefined;
|
|
91141
|
-
avatarUrl?: string | undefined;
|
|
91142
|
-
customUrl?: string | undefined;
|
|
91143
|
-
}[] | undefined;
|
|
91144
|
-
gitlab?: {
|
|
91145
|
-
id: string;
|
|
91146
|
-
email?: string | undefined;
|
|
91147
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91148
|
-
handle?: string | undefined;
|
|
91149
|
-
avatarUrl?: string | undefined;
|
|
91150
|
-
customUrl?: string | undefined;
|
|
91151
|
-
}[] | undefined;
|
|
91152
|
-
bitbucket?: {
|
|
91153
|
-
id: string;
|
|
91154
|
-
email?: string | undefined;
|
|
91155
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91156
|
-
handle?: string | undefined;
|
|
91157
|
-
avatarUrl?: string | undefined;
|
|
91158
|
-
customUrl?: string | undefined;
|
|
91159
|
-
}[] | undefined;
|
|
91160
|
-
figma?: {
|
|
91161
|
-
id: string;
|
|
91162
|
-
email?: string | undefined;
|
|
91163
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91164
|
-
handle?: string | undefined;
|
|
91165
|
-
avatarUrl?: string | undefined;
|
|
91166
|
-
customUrl?: string | undefined;
|
|
91167
|
-
} | undefined;
|
|
91168
|
-
} | undefined;
|
|
91169
90012
|
loggedOutAt?: Date | undefined;
|
|
91170
90013
|
};
|
|
91171
90014
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
@@ -91206,52 +90049,8 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
|
|
|
91206
90049
|
} | undefined;
|
|
91207
90050
|
};
|
|
91208
90051
|
createdAt: Date;
|
|
91209
|
-
emailVerified: boolean;
|
|
91210
90052
|
isProtected: boolean;
|
|
91211
90053
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
91212
|
-
trialExpiresAt?: Date | undefined;
|
|
91213
|
-
linkedIntegrations?: {
|
|
91214
|
-
github?: {
|
|
91215
|
-
id: string;
|
|
91216
|
-
email?: string | undefined;
|
|
91217
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91218
|
-
handle?: string | undefined;
|
|
91219
|
-
avatarUrl?: string | undefined;
|
|
91220
|
-
customUrl?: string | undefined;
|
|
91221
|
-
}[] | undefined;
|
|
91222
|
-
azure?: {
|
|
91223
|
-
id: string;
|
|
91224
|
-
email?: string | undefined;
|
|
91225
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91226
|
-
handle?: string | undefined;
|
|
91227
|
-
avatarUrl?: string | undefined;
|
|
91228
|
-
customUrl?: string | undefined;
|
|
91229
|
-
}[] | undefined;
|
|
91230
|
-
gitlab?: {
|
|
91231
|
-
id: string;
|
|
91232
|
-
email?: string | undefined;
|
|
91233
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91234
|
-
handle?: string | undefined;
|
|
91235
|
-
avatarUrl?: string | undefined;
|
|
91236
|
-
customUrl?: string | undefined;
|
|
91237
|
-
}[] | undefined;
|
|
91238
|
-
bitbucket?: {
|
|
91239
|
-
id: string;
|
|
91240
|
-
email?: string | undefined;
|
|
91241
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91242
|
-
handle?: string | undefined;
|
|
91243
|
-
avatarUrl?: string | undefined;
|
|
91244
|
-
customUrl?: string | undefined;
|
|
91245
|
-
}[] | undefined;
|
|
91246
|
-
figma?: {
|
|
91247
|
-
id: string;
|
|
91248
|
-
email?: string | undefined;
|
|
91249
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
91250
|
-
handle?: string | undefined;
|
|
91251
|
-
avatarUrl?: string | undefined;
|
|
91252
|
-
customUrl?: string | undefined;
|
|
91253
|
-
} | undefined;
|
|
91254
|
-
} | undefined;
|
|
91255
90054
|
loggedOutAt?: Date | undefined;
|
|
91256
90055
|
};
|
|
91257
90056
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
@@ -103730,52 +102529,8 @@ declare class WorkspaceMembersEndpoint {
|
|
|
103730
102529
|
} | undefined;
|
|
103731
102530
|
};
|
|
103732
102531
|
createdAt: Date;
|
|
103733
|
-
emailVerified: boolean;
|
|
103734
102532
|
isProtected: boolean;
|
|
103735
102533
|
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
103736
|
-
trialExpiresAt?: Date | undefined;
|
|
103737
|
-
linkedIntegrations?: {
|
|
103738
|
-
github?: {
|
|
103739
|
-
id: string;
|
|
103740
|
-
email?: string | undefined;
|
|
103741
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
103742
|
-
handle?: string | undefined;
|
|
103743
|
-
avatarUrl?: string | undefined;
|
|
103744
|
-
customUrl?: string | undefined;
|
|
103745
|
-
}[] | undefined;
|
|
103746
|
-
azure?: {
|
|
103747
|
-
id: string;
|
|
103748
|
-
email?: string | undefined;
|
|
103749
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
103750
|
-
handle?: string | undefined;
|
|
103751
|
-
avatarUrl?: string | undefined;
|
|
103752
|
-
customUrl?: string | undefined;
|
|
103753
|
-
}[] | undefined;
|
|
103754
|
-
gitlab?: {
|
|
103755
|
-
id: string;
|
|
103756
|
-
email?: string | undefined;
|
|
103757
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
103758
|
-
handle?: string | undefined;
|
|
103759
|
-
avatarUrl?: string | undefined;
|
|
103760
|
-
customUrl?: string | undefined;
|
|
103761
|
-
}[] | undefined;
|
|
103762
|
-
bitbucket?: {
|
|
103763
|
-
id: string;
|
|
103764
|
-
email?: string | undefined;
|
|
103765
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
103766
|
-
handle?: string | undefined;
|
|
103767
|
-
avatarUrl?: string | undefined;
|
|
103768
|
-
customUrl?: string | undefined;
|
|
103769
|
-
}[] | undefined;
|
|
103770
|
-
figma?: {
|
|
103771
|
-
id: string;
|
|
103772
|
-
email?: string | undefined;
|
|
103773
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
103774
|
-
handle?: string | undefined;
|
|
103775
|
-
avatarUrl?: string | undefined;
|
|
103776
|
-
customUrl?: string | undefined;
|
|
103777
|
-
} | undefined;
|
|
103778
|
-
} | undefined;
|
|
103779
102534
|
loggedOutAt?: Date | undefined;
|
|
103780
102535
|
};
|
|
103781
102536
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|