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