@supernova-studio/client 0.55.25 → 0.55.26
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 +51 -51
- package/dist/index.d.ts +51 -51
- package/dist/index.js +229 -226
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1501 -1498
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7901,11 +7901,11 @@ declare const DTODesignSystemCreateInput: z.ZodObject<{
|
|
|
7901
7901
|
inviteId: z.ZodString;
|
|
7902
7902
|
designSystemRole: z.ZodNullable<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
7903
7903
|
}, "strip", z.ZodTypeAny, {
|
|
7904
|
-
inviteId: string;
|
|
7905
7904
|
designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
|
|
7906
|
-
}, {
|
|
7907
7905
|
inviteId: string;
|
|
7906
|
+
}, {
|
|
7908
7907
|
designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
|
|
7908
|
+
inviteId: string;
|
|
7909
7909
|
}>, "many">>;
|
|
7910
7910
|
removeUserIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7911
7911
|
deleteInvitationIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -8208,11 +8208,11 @@ declare const DTODesignSystemMembersUpdatePayload: z.ZodObject<{
|
|
|
8208
8208
|
inviteId: z.ZodString;
|
|
8209
8209
|
designSystemRole: z.ZodNullable<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
8210
8210
|
}, "strip", z.ZodTypeAny, {
|
|
8211
|
-
inviteId: string;
|
|
8212
8211
|
designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
|
|
8213
|
-
}, {
|
|
8214
8212
|
inviteId: string;
|
|
8213
|
+
}, {
|
|
8215
8214
|
designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
|
|
8215
|
+
inviteId: string;
|
|
8216
8216
|
}>, "many">>;
|
|
8217
8217
|
removeUserIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8218
8218
|
deleteInvitationIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -8235,8 +8235,8 @@ declare const DTODesignSystemMembersUpdatePayload: z.ZodObject<{
|
|
|
8235
8235
|
designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
|
|
8236
8236
|
}[] | undefined;
|
|
8237
8237
|
invitesToUpdate?: {
|
|
8238
|
-
inviteId: string;
|
|
8239
8238
|
designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
|
|
8239
|
+
inviteId: string;
|
|
8240
8240
|
}[] | undefined;
|
|
8241
8241
|
removeUserIds?: string[] | undefined;
|
|
8242
8242
|
deleteInvitationIds?: string[] | undefined;
|
|
@@ -8259,8 +8259,8 @@ declare const DTODesignSystemMembersUpdatePayload: z.ZodObject<{
|
|
|
8259
8259
|
designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
|
|
8260
8260
|
}[] | undefined;
|
|
8261
8261
|
invitesToUpdate?: {
|
|
8262
|
-
inviteId: string;
|
|
8263
8262
|
designSystemRole: "Admin" | "Creator" | "Viewer" | "Contributor" | null;
|
|
8263
|
+
inviteId: string;
|
|
8264
8264
|
}[] | undefined;
|
|
8265
8265
|
removeUserIds?: string[] | undefined;
|
|
8266
8266
|
deleteInvitationIds?: string[] | undefined;
|
|
@@ -36909,16 +36909,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
36909
36909
|
}, "strip", z.ZodTypeAny, {
|
|
36910
36910
|
id: string;
|
|
36911
36911
|
email?: string | undefined;
|
|
36912
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
36912
36913
|
handle?: string | undefined;
|
|
36913
36914
|
avatarUrl?: string | undefined;
|
|
36914
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
36915
36915
|
customUrl?: string | undefined;
|
|
36916
36916
|
}, {
|
|
36917
36917
|
id: string;
|
|
36918
36918
|
email?: string | undefined;
|
|
36919
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
36919
36920
|
handle?: string | undefined;
|
|
36920
36921
|
avatarUrl?: string | undefined;
|
|
36921
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
36922
36922
|
customUrl?: string | undefined;
|
|
36923
36923
|
}>>;
|
|
36924
36924
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -36931,16 +36931,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
36931
36931
|
}, "strip", z.ZodTypeAny, {
|
|
36932
36932
|
id: string;
|
|
36933
36933
|
email?: string | undefined;
|
|
36934
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
36934
36935
|
handle?: string | undefined;
|
|
36935
36936
|
avatarUrl?: string | undefined;
|
|
36936
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
36937
36937
|
customUrl?: string | undefined;
|
|
36938
36938
|
}, {
|
|
36939
36939
|
id: string;
|
|
36940
36940
|
email?: string | undefined;
|
|
36941
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
36941
36942
|
handle?: string | undefined;
|
|
36942
36943
|
avatarUrl?: string | undefined;
|
|
36943
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
36944
36944
|
customUrl?: string | undefined;
|
|
36945
36945
|
}>, "many">>;
|
|
36946
36946
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -36953,16 +36953,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
36953
36953
|
}, "strip", z.ZodTypeAny, {
|
|
36954
36954
|
id: string;
|
|
36955
36955
|
email?: string | undefined;
|
|
36956
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
36956
36957
|
handle?: string | undefined;
|
|
36957
36958
|
avatarUrl?: string | undefined;
|
|
36958
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
36959
36959
|
customUrl?: string | undefined;
|
|
36960
36960
|
}, {
|
|
36961
36961
|
id: string;
|
|
36962
36962
|
email?: string | undefined;
|
|
36963
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
36963
36964
|
handle?: string | undefined;
|
|
36964
36965
|
avatarUrl?: string | undefined;
|
|
36965
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
36966
36966
|
customUrl?: string | undefined;
|
|
36967
36967
|
}>, "many">>;
|
|
36968
36968
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -36975,16 +36975,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
36975
36975
|
}, "strip", z.ZodTypeAny, {
|
|
36976
36976
|
id: string;
|
|
36977
36977
|
email?: string | undefined;
|
|
36978
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
36978
36979
|
handle?: string | undefined;
|
|
36979
36980
|
avatarUrl?: string | undefined;
|
|
36980
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
36981
36981
|
customUrl?: string | undefined;
|
|
36982
36982
|
}, {
|
|
36983
36983
|
id: string;
|
|
36984
36984
|
email?: string | undefined;
|
|
36985
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
36985
36986
|
handle?: string | undefined;
|
|
36986
36987
|
avatarUrl?: string | undefined;
|
|
36987
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
36988
36988
|
customUrl?: string | undefined;
|
|
36989
36989
|
}>, "many">>;
|
|
36990
36990
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -36997,98 +36997,98 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
36997
36997
|
}, "strip", z.ZodTypeAny, {
|
|
36998
36998
|
id: string;
|
|
36999
36999
|
email?: string | undefined;
|
|
37000
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37000
37001
|
handle?: string | undefined;
|
|
37001
37002
|
avatarUrl?: string | undefined;
|
|
37002
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37003
37003
|
customUrl?: string | undefined;
|
|
37004
37004
|
}, {
|
|
37005
37005
|
id: string;
|
|
37006
37006
|
email?: string | undefined;
|
|
37007
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37007
37008
|
handle?: string | undefined;
|
|
37008
37009
|
avatarUrl?: string | undefined;
|
|
37009
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37010
37010
|
customUrl?: string | undefined;
|
|
37011
37011
|
}>, "many">>;
|
|
37012
37012
|
}, "strip", z.ZodTypeAny, {
|
|
37013
37013
|
azure?: {
|
|
37014
37014
|
id: string;
|
|
37015
37015
|
email?: string | undefined;
|
|
37016
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37016
37017
|
handle?: string | undefined;
|
|
37017
37018
|
avatarUrl?: string | undefined;
|
|
37018
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37019
37019
|
customUrl?: string | undefined;
|
|
37020
37020
|
}[] | undefined;
|
|
37021
37021
|
github?: {
|
|
37022
37022
|
id: string;
|
|
37023
37023
|
email?: string | undefined;
|
|
37024
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37024
37025
|
handle?: string | undefined;
|
|
37025
37026
|
avatarUrl?: string | undefined;
|
|
37026
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37027
37027
|
customUrl?: string | undefined;
|
|
37028
37028
|
}[] | undefined;
|
|
37029
37029
|
gitlab?: {
|
|
37030
37030
|
id: string;
|
|
37031
37031
|
email?: string | undefined;
|
|
37032
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37032
37033
|
handle?: string | undefined;
|
|
37033
37034
|
avatarUrl?: string | undefined;
|
|
37034
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37035
37035
|
customUrl?: string | undefined;
|
|
37036
37036
|
}[] | undefined;
|
|
37037
37037
|
bitbucket?: {
|
|
37038
37038
|
id: string;
|
|
37039
37039
|
email?: string | undefined;
|
|
37040
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37040
37041
|
handle?: string | undefined;
|
|
37041
37042
|
avatarUrl?: string | undefined;
|
|
37042
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37043
37043
|
customUrl?: string | undefined;
|
|
37044
37044
|
}[] | undefined;
|
|
37045
37045
|
figma?: {
|
|
37046
37046
|
id: string;
|
|
37047
37047
|
email?: string | undefined;
|
|
37048
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37048
37049
|
handle?: string | undefined;
|
|
37049
37050
|
avatarUrl?: string | undefined;
|
|
37050
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37051
37051
|
customUrl?: string | undefined;
|
|
37052
37052
|
} | undefined;
|
|
37053
37053
|
}, {
|
|
37054
37054
|
azure?: {
|
|
37055
37055
|
id: string;
|
|
37056
37056
|
email?: string | undefined;
|
|
37057
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37057
37058
|
handle?: string | undefined;
|
|
37058
37059
|
avatarUrl?: string | undefined;
|
|
37059
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37060
37060
|
customUrl?: string | undefined;
|
|
37061
37061
|
}[] | undefined;
|
|
37062
37062
|
github?: {
|
|
37063
37063
|
id: string;
|
|
37064
37064
|
email?: string | undefined;
|
|
37065
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37065
37066
|
handle?: string | undefined;
|
|
37066
37067
|
avatarUrl?: string | undefined;
|
|
37067
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37068
37068
|
customUrl?: string | undefined;
|
|
37069
37069
|
}[] | undefined;
|
|
37070
37070
|
gitlab?: {
|
|
37071
37071
|
id: string;
|
|
37072
37072
|
email?: string | undefined;
|
|
37073
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37073
37074
|
handle?: string | undefined;
|
|
37074
37075
|
avatarUrl?: string | undefined;
|
|
37075
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37076
37076
|
customUrl?: string | undefined;
|
|
37077
37077
|
}[] | undefined;
|
|
37078
37078
|
bitbucket?: {
|
|
37079
37079
|
id: string;
|
|
37080
37080
|
email?: string | undefined;
|
|
37081
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37081
37082
|
handle?: string | undefined;
|
|
37082
37083
|
avatarUrl?: string | undefined;
|
|
37083
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37084
37084
|
customUrl?: string | undefined;
|
|
37085
37085
|
}[] | undefined;
|
|
37086
37086
|
figma?: {
|
|
37087
37087
|
id: string;
|
|
37088
37088
|
email?: string | undefined;
|
|
37089
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37089
37090
|
handle?: string | undefined;
|
|
37090
37091
|
avatarUrl?: string | undefined;
|
|
37091
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37092
37092
|
customUrl?: string | undefined;
|
|
37093
37093
|
} | undefined;
|
|
37094
37094
|
}>>;
|
|
@@ -37126,41 +37126,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
37126
37126
|
azure?: {
|
|
37127
37127
|
id: string;
|
|
37128
37128
|
email?: string | undefined;
|
|
37129
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37129
37130
|
handle?: string | undefined;
|
|
37130
37131
|
avatarUrl?: string | undefined;
|
|
37131
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37132
37132
|
customUrl?: string | undefined;
|
|
37133
37133
|
}[] | undefined;
|
|
37134
37134
|
github?: {
|
|
37135
37135
|
id: string;
|
|
37136
37136
|
email?: string | undefined;
|
|
37137
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37137
37138
|
handle?: string | undefined;
|
|
37138
37139
|
avatarUrl?: string | undefined;
|
|
37139
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37140
37140
|
customUrl?: string | undefined;
|
|
37141
37141
|
}[] | undefined;
|
|
37142
37142
|
gitlab?: {
|
|
37143
37143
|
id: string;
|
|
37144
37144
|
email?: string | undefined;
|
|
37145
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37145
37146
|
handle?: string | undefined;
|
|
37146
37147
|
avatarUrl?: string | undefined;
|
|
37147
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37148
37148
|
customUrl?: string | undefined;
|
|
37149
37149
|
}[] | undefined;
|
|
37150
37150
|
bitbucket?: {
|
|
37151
37151
|
id: string;
|
|
37152
37152
|
email?: string | undefined;
|
|
37153
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37153
37154
|
handle?: string | undefined;
|
|
37154
37155
|
avatarUrl?: string | undefined;
|
|
37155
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37156
37156
|
customUrl?: string | undefined;
|
|
37157
37157
|
}[] | undefined;
|
|
37158
37158
|
figma?: {
|
|
37159
37159
|
id: string;
|
|
37160
37160
|
email?: string | undefined;
|
|
37161
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37161
37162
|
handle?: string | undefined;
|
|
37162
37163
|
avatarUrl?: string | undefined;
|
|
37163
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37164
37164
|
customUrl?: string | undefined;
|
|
37165
37165
|
} | undefined;
|
|
37166
37166
|
} | undefined;
|
|
@@ -37196,41 +37196,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
37196
37196
|
azure?: {
|
|
37197
37197
|
id: string;
|
|
37198
37198
|
email?: string | undefined;
|
|
37199
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37199
37200
|
handle?: string | undefined;
|
|
37200
37201
|
avatarUrl?: string | undefined;
|
|
37201
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37202
37202
|
customUrl?: string | undefined;
|
|
37203
37203
|
}[] | undefined;
|
|
37204
37204
|
github?: {
|
|
37205
37205
|
id: string;
|
|
37206
37206
|
email?: string | undefined;
|
|
37207
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37207
37208
|
handle?: string | undefined;
|
|
37208
37209
|
avatarUrl?: string | undefined;
|
|
37209
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37210
37210
|
customUrl?: string | undefined;
|
|
37211
37211
|
}[] | undefined;
|
|
37212
37212
|
gitlab?: {
|
|
37213
37213
|
id: string;
|
|
37214
37214
|
email?: string | undefined;
|
|
37215
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37215
37216
|
handle?: string | undefined;
|
|
37216
37217
|
avatarUrl?: string | undefined;
|
|
37217
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37218
37218
|
customUrl?: string | undefined;
|
|
37219
37219
|
}[] | undefined;
|
|
37220
37220
|
bitbucket?: {
|
|
37221
37221
|
id: string;
|
|
37222
37222
|
email?: string | undefined;
|
|
37223
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37223
37224
|
handle?: string | undefined;
|
|
37224
37225
|
avatarUrl?: string | undefined;
|
|
37225
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37226
37226
|
customUrl?: string | undefined;
|
|
37227
37227
|
}[] | undefined;
|
|
37228
37228
|
figma?: {
|
|
37229
37229
|
id: string;
|
|
37230
37230
|
email?: string | undefined;
|
|
37231
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37231
37232
|
handle?: string | undefined;
|
|
37232
37233
|
avatarUrl?: string | undefined;
|
|
37233
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37234
37234
|
customUrl?: string | undefined;
|
|
37235
37235
|
} | undefined;
|
|
37236
37236
|
} | undefined;
|
|
@@ -37268,41 +37268,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
37268
37268
|
azure?: {
|
|
37269
37269
|
id: string;
|
|
37270
37270
|
email?: string | undefined;
|
|
37271
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37271
37272
|
handle?: string | undefined;
|
|
37272
37273
|
avatarUrl?: string | undefined;
|
|
37273
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37274
37274
|
customUrl?: string | undefined;
|
|
37275
37275
|
}[] | undefined;
|
|
37276
37276
|
github?: {
|
|
37277
37277
|
id: string;
|
|
37278
37278
|
email?: string | undefined;
|
|
37279
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37279
37280
|
handle?: string | undefined;
|
|
37280
37281
|
avatarUrl?: string | undefined;
|
|
37281
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37282
37282
|
customUrl?: string | undefined;
|
|
37283
37283
|
}[] | undefined;
|
|
37284
37284
|
gitlab?: {
|
|
37285
37285
|
id: string;
|
|
37286
37286
|
email?: string | undefined;
|
|
37287
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37287
37288
|
handle?: string | undefined;
|
|
37288
37289
|
avatarUrl?: string | undefined;
|
|
37289
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37290
37290
|
customUrl?: string | undefined;
|
|
37291
37291
|
}[] | undefined;
|
|
37292
37292
|
bitbucket?: {
|
|
37293
37293
|
id: string;
|
|
37294
37294
|
email?: string | undefined;
|
|
37295
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37295
37296
|
handle?: string | undefined;
|
|
37296
37297
|
avatarUrl?: string | undefined;
|
|
37297
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37298
37298
|
customUrl?: string | undefined;
|
|
37299
37299
|
}[] | undefined;
|
|
37300
37300
|
figma?: {
|
|
37301
37301
|
id: string;
|
|
37302
37302
|
email?: string | undefined;
|
|
37303
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37303
37304
|
handle?: string | undefined;
|
|
37304
37305
|
avatarUrl?: string | undefined;
|
|
37305
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37306
37306
|
customUrl?: string | undefined;
|
|
37307
37307
|
} | undefined;
|
|
37308
37308
|
} | undefined;
|
|
@@ -37340,41 +37340,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
|
|
|
37340
37340
|
azure?: {
|
|
37341
37341
|
id: string;
|
|
37342
37342
|
email?: string | undefined;
|
|
37343
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37343
37344
|
handle?: string | undefined;
|
|
37344
37345
|
avatarUrl?: string | undefined;
|
|
37345
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37346
37346
|
customUrl?: string | undefined;
|
|
37347
37347
|
}[] | undefined;
|
|
37348
37348
|
github?: {
|
|
37349
37349
|
id: string;
|
|
37350
37350
|
email?: string | undefined;
|
|
37351
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37351
37352
|
handle?: string | undefined;
|
|
37352
37353
|
avatarUrl?: string | undefined;
|
|
37353
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37354
37354
|
customUrl?: string | undefined;
|
|
37355
37355
|
}[] | undefined;
|
|
37356
37356
|
gitlab?: {
|
|
37357
37357
|
id: string;
|
|
37358
37358
|
email?: string | undefined;
|
|
37359
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37359
37360
|
handle?: string | undefined;
|
|
37360
37361
|
avatarUrl?: string | undefined;
|
|
37361
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37362
37362
|
customUrl?: string | undefined;
|
|
37363
37363
|
}[] | undefined;
|
|
37364
37364
|
bitbucket?: {
|
|
37365
37365
|
id: string;
|
|
37366
37366
|
email?: string | undefined;
|
|
37367
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37367
37368
|
handle?: string | undefined;
|
|
37368
37369
|
avatarUrl?: string | undefined;
|
|
37369
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37370
37370
|
customUrl?: string | undefined;
|
|
37371
37371
|
}[] | undefined;
|
|
37372
37372
|
figma?: {
|
|
37373
37373
|
id: string;
|
|
37374
37374
|
email?: string | undefined;
|
|
37375
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
37375
37376
|
handle?: string | undefined;
|
|
37376
37377
|
avatarUrl?: string | undefined;
|
|
37377
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
37378
37378
|
customUrl?: string | undefined;
|
|
37379
37379
|
} | undefined;
|
|
37380
37380
|
} | undefined;
|
|
@@ -38652,16 +38652,16 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
|
|
|
38652
38652
|
id: string;
|
|
38653
38653
|
createdAt: Date;
|
|
38654
38654
|
email: string;
|
|
38655
|
-
workspaceId: string;
|
|
38656
38655
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
38656
|
+
workspaceId: string;
|
|
38657
38657
|
invitedBy: string;
|
|
38658
38658
|
resentAt?: Date | null | undefined;
|
|
38659
38659
|
}, {
|
|
38660
38660
|
id: string;
|
|
38661
38661
|
createdAt: Date;
|
|
38662
38662
|
email: string;
|
|
38663
|
-
workspaceId: string;
|
|
38664
38663
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
38664
|
+
workspaceId: string;
|
|
38665
38665
|
invitedBy: string;
|
|
38666
38666
|
resentAt?: Date | null | undefined;
|
|
38667
38667
|
}>, "many">;
|
|
@@ -38670,8 +38670,8 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
|
|
|
38670
38670
|
id: string;
|
|
38671
38671
|
createdAt: Date;
|
|
38672
38672
|
email: string;
|
|
38673
|
-
workspaceId: string;
|
|
38674
38673
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
38674
|
+
workspaceId: string;
|
|
38675
38675
|
invitedBy: string;
|
|
38676
38676
|
resentAt?: Date | null | undefined;
|
|
38677
38677
|
}[];
|
|
@@ -38680,8 +38680,8 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
|
|
|
38680
38680
|
id: string;
|
|
38681
38681
|
createdAt: Date;
|
|
38682
38682
|
email: string;
|
|
38683
|
-
workspaceId: string;
|
|
38684
38683
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
38684
|
+
workspaceId: string;
|
|
38685
38685
|
invitedBy: string;
|
|
38686
38686
|
resentAt?: Date | null | undefined;
|
|
38687
38687
|
}[];
|
|
@@ -48334,8 +48334,8 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
48334
48334
|
id: string;
|
|
48335
48335
|
createdAt: Date;
|
|
48336
48336
|
email: string;
|
|
48337
|
-
workspaceId: string;
|
|
48338
48337
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
48338
|
+
workspaceId: string;
|
|
48339
48339
|
invitedBy: string;
|
|
48340
48340
|
resentAt?: Date | null | undefined;
|
|
48341
48341
|
}[];
|