@supernova-studio/client 0.55.25 → 0.55.27

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 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;
@@ -12287,16 +12287,39 @@ declare const DTOFigmaComponentInstanceSwapProperty: z.ZodObject<z.objectUtil.ex
12287
12287
  }, {
12288
12288
  type: z.ZodLiteral<"InstanceSwap">;
12289
12289
  defaultValue: z.ZodString;
12290
+ defaultValuePreview: z.ZodOptional<z.ZodObject<{
12291
+ componentName: z.ZodString;
12292
+ componentSetName: z.ZodOptional<z.ZodString>;
12293
+ isRemote: z.ZodBoolean;
12294
+ }, "strip", z.ZodTypeAny, {
12295
+ componentName: string;
12296
+ isRemote: boolean;
12297
+ componentSetName?: string | undefined;
12298
+ }, {
12299
+ componentName: string;
12300
+ isRemote: boolean;
12301
+ componentSetName?: string | undefined;
12302
+ }>>;
12290
12303
  }>, "strip", z.ZodTypeAny, {
12291
12304
  id: string;
12292
12305
  type: "InstanceSwap";
12293
12306
  name: string;
12294
12307
  defaultValue: string;
12308
+ defaultValuePreview?: {
12309
+ componentName: string;
12310
+ isRemote: boolean;
12311
+ componentSetName?: string | undefined;
12312
+ } | undefined;
12295
12313
  }, {
12296
12314
  id: string;
12297
12315
  type: "InstanceSwap";
12298
12316
  name: string;
12299
12317
  defaultValue: string;
12318
+ defaultValuePreview?: {
12319
+ componentName: string;
12320
+ isRemote: boolean;
12321
+ componentSetName?: string | undefined;
12322
+ } | undefined;
12300
12323
  }>;
12301
12324
  type DTOFigmaComponentInstanceSwapProperty = z.infer<typeof DTOFigmaComponentInstanceSwapProperty>;
12302
12325
  declare const DTOFigmaComponentTextProperty: z.ZodObject<z.objectUtil.extendShape<{
@@ -12361,16 +12384,39 @@ declare const DTOFigmaComponentProperty: z.ZodDiscriminatedUnion<"type", [z.ZodO
12361
12384
  }, {
12362
12385
  type: z.ZodLiteral<"InstanceSwap">;
12363
12386
  defaultValue: z.ZodString;
12387
+ defaultValuePreview: z.ZodOptional<z.ZodObject<{
12388
+ componentName: z.ZodString;
12389
+ componentSetName: z.ZodOptional<z.ZodString>;
12390
+ isRemote: z.ZodBoolean;
12391
+ }, "strip", z.ZodTypeAny, {
12392
+ componentName: string;
12393
+ isRemote: boolean;
12394
+ componentSetName?: string | undefined;
12395
+ }, {
12396
+ componentName: string;
12397
+ isRemote: boolean;
12398
+ componentSetName?: string | undefined;
12399
+ }>>;
12364
12400
  }>, "strip", z.ZodTypeAny, {
12365
12401
  id: string;
12366
12402
  type: "InstanceSwap";
12367
12403
  name: string;
12368
12404
  defaultValue: string;
12405
+ defaultValuePreview?: {
12406
+ componentName: string;
12407
+ isRemote: boolean;
12408
+ componentSetName?: string | undefined;
12409
+ } | undefined;
12369
12410
  }, {
12370
12411
  id: string;
12371
12412
  type: "InstanceSwap";
12372
12413
  name: string;
12373
12414
  defaultValue: string;
12415
+ defaultValuePreview?: {
12416
+ componentName: string;
12417
+ isRemote: boolean;
12418
+ componentSetName?: string | undefined;
12419
+ } | undefined;
12374
12420
  }>, z.ZodObject<z.objectUtil.extendShape<{
12375
12421
  id: z.ZodString;
12376
12422
  name: z.ZodString;
@@ -12431,16 +12477,39 @@ declare const DTOFigmaComponentPropertyMap: z.ZodRecord<z.ZodString, z.ZodDiscri
12431
12477
  }, {
12432
12478
  type: z.ZodLiteral<"InstanceSwap">;
12433
12479
  defaultValue: z.ZodString;
12480
+ defaultValuePreview: z.ZodOptional<z.ZodObject<{
12481
+ componentName: z.ZodString;
12482
+ componentSetName: z.ZodOptional<z.ZodString>;
12483
+ isRemote: z.ZodBoolean;
12484
+ }, "strip", z.ZodTypeAny, {
12485
+ componentName: string;
12486
+ isRemote: boolean;
12487
+ componentSetName?: string | undefined;
12488
+ }, {
12489
+ componentName: string;
12490
+ isRemote: boolean;
12491
+ componentSetName?: string | undefined;
12492
+ }>>;
12434
12493
  }>, "strip", z.ZodTypeAny, {
12435
12494
  id: string;
12436
12495
  type: "InstanceSwap";
12437
12496
  name: string;
12438
12497
  defaultValue: string;
12498
+ defaultValuePreview?: {
12499
+ componentName: string;
12500
+ isRemote: boolean;
12501
+ componentSetName?: string | undefined;
12502
+ } | undefined;
12439
12503
  }, {
12440
12504
  id: string;
12441
12505
  type: "InstanceSwap";
12442
12506
  name: string;
12443
12507
  defaultValue: string;
12508
+ defaultValuePreview?: {
12509
+ componentName: string;
12510
+ isRemote: boolean;
12511
+ componentSetName?: string | undefined;
12512
+ } | undefined;
12444
12513
  }>, z.ZodObject<z.objectUtil.extendShape<{
12445
12514
  id: z.ZodString;
12446
12515
  name: z.ZodString;
@@ -12552,16 +12621,39 @@ declare const DTOFigmaComponent: z.ZodObject<{
12552
12621
  }, {
12553
12622
  type: z.ZodLiteral<"InstanceSwap">;
12554
12623
  defaultValue: z.ZodString;
12624
+ defaultValuePreview: z.ZodOptional<z.ZodObject<{
12625
+ componentName: z.ZodString;
12626
+ componentSetName: z.ZodOptional<z.ZodString>;
12627
+ isRemote: z.ZodBoolean;
12628
+ }, "strip", z.ZodTypeAny, {
12629
+ componentName: string;
12630
+ isRemote: boolean;
12631
+ componentSetName?: string | undefined;
12632
+ }, {
12633
+ componentName: string;
12634
+ isRemote: boolean;
12635
+ componentSetName?: string | undefined;
12636
+ }>>;
12555
12637
  }>, "strip", z.ZodTypeAny, {
12556
12638
  id: string;
12557
12639
  type: "InstanceSwap";
12558
12640
  name: string;
12559
12641
  defaultValue: string;
12642
+ defaultValuePreview?: {
12643
+ componentName: string;
12644
+ isRemote: boolean;
12645
+ componentSetName?: string | undefined;
12646
+ } | undefined;
12560
12647
  }, {
12561
12648
  id: string;
12562
12649
  type: "InstanceSwap";
12563
12650
  name: string;
12564
12651
  defaultValue: string;
12652
+ defaultValuePreview?: {
12653
+ componentName: string;
12654
+ isRemote: boolean;
12655
+ componentSetName?: string | undefined;
12656
+ } | undefined;
12565
12657
  }>, z.ZodObject<z.objectUtil.extendShape<{
12566
12658
  id: z.ZodString;
12567
12659
  name: z.ZodString;
@@ -12636,6 +12728,11 @@ declare const DTOFigmaComponent: z.ZodObject<{
12636
12728
  type: "InstanceSwap";
12637
12729
  name: string;
12638
12730
  defaultValue: string;
12731
+ defaultValuePreview?: {
12732
+ componentName: string;
12733
+ isRemote: boolean;
12734
+ componentSetName?: string | undefined;
12735
+ } | undefined;
12639
12736
  } | {
12640
12737
  id: string;
12641
12738
  type: "Text";
@@ -12685,6 +12782,11 @@ declare const DTOFigmaComponent: z.ZodObject<{
12685
12782
  type: "InstanceSwap";
12686
12783
  name: string;
12687
12784
  defaultValue: string;
12785
+ defaultValuePreview?: {
12786
+ componentName: string;
12787
+ isRemote: boolean;
12788
+ componentSetName?: string | undefined;
12789
+ } | undefined;
12688
12790
  } | {
12689
12791
  id: string;
12690
12792
  type: "Text";
@@ -12774,16 +12876,39 @@ declare const DTOFigmaComponentListResponse: z.ZodObject<{
12774
12876
  }, {
12775
12877
  type: z.ZodLiteral<"InstanceSwap">;
12776
12878
  defaultValue: z.ZodString;
12879
+ defaultValuePreview: z.ZodOptional<z.ZodObject<{
12880
+ componentName: z.ZodString;
12881
+ componentSetName: z.ZodOptional<z.ZodString>;
12882
+ isRemote: z.ZodBoolean;
12883
+ }, "strip", z.ZodTypeAny, {
12884
+ componentName: string;
12885
+ isRemote: boolean;
12886
+ componentSetName?: string | undefined;
12887
+ }, {
12888
+ componentName: string;
12889
+ isRemote: boolean;
12890
+ componentSetName?: string | undefined;
12891
+ }>>;
12777
12892
  }>, "strip", z.ZodTypeAny, {
12778
12893
  id: string;
12779
12894
  type: "InstanceSwap";
12780
12895
  name: string;
12781
12896
  defaultValue: string;
12897
+ defaultValuePreview?: {
12898
+ componentName: string;
12899
+ isRemote: boolean;
12900
+ componentSetName?: string | undefined;
12901
+ } | undefined;
12782
12902
  }, {
12783
12903
  id: string;
12784
12904
  type: "InstanceSwap";
12785
12905
  name: string;
12786
12906
  defaultValue: string;
12907
+ defaultValuePreview?: {
12908
+ componentName: string;
12909
+ isRemote: boolean;
12910
+ componentSetName?: string | undefined;
12911
+ } | undefined;
12787
12912
  }>, z.ZodObject<z.objectUtil.extendShape<{
12788
12913
  id: z.ZodString;
12789
12914
  name: z.ZodString;
@@ -12858,6 +12983,11 @@ declare const DTOFigmaComponentListResponse: z.ZodObject<{
12858
12983
  type: "InstanceSwap";
12859
12984
  name: string;
12860
12985
  defaultValue: string;
12986
+ defaultValuePreview?: {
12987
+ componentName: string;
12988
+ isRemote: boolean;
12989
+ componentSetName?: string | undefined;
12990
+ } | undefined;
12861
12991
  } | {
12862
12992
  id: string;
12863
12993
  type: "Text";
@@ -12907,6 +13037,11 @@ declare const DTOFigmaComponentListResponse: z.ZodObject<{
12907
13037
  type: "InstanceSwap";
12908
13038
  name: string;
12909
13039
  defaultValue: string;
13040
+ defaultValuePreview?: {
13041
+ componentName: string;
13042
+ isRemote: boolean;
13043
+ componentSetName?: string | undefined;
13044
+ } | undefined;
12910
13045
  } | {
12911
13046
  id: string;
12912
13047
  type: "Text";
@@ -12958,6 +13093,11 @@ declare const DTOFigmaComponentListResponse: z.ZodObject<{
12958
13093
  type: "InstanceSwap";
12959
13094
  name: string;
12960
13095
  defaultValue: string;
13096
+ defaultValuePreview?: {
13097
+ componentName: string;
13098
+ isRemote: boolean;
13099
+ componentSetName?: string | undefined;
13100
+ } | undefined;
12961
13101
  } | {
12962
13102
  id: string;
12963
13103
  type: "Text";
@@ -13009,6 +13149,11 @@ declare const DTOFigmaComponentListResponse: z.ZodObject<{
13009
13149
  type: "InstanceSwap";
13010
13150
  name: string;
13011
13151
  defaultValue: string;
13152
+ defaultValuePreview?: {
13153
+ componentName: string;
13154
+ isRemote: boolean;
13155
+ componentSetName?: string | undefined;
13156
+ } | undefined;
13012
13157
  } | {
13013
13158
  id: string;
13014
13159
  type: "Text";
@@ -36909,16 +37054,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36909
37054
  }, "strip", z.ZodTypeAny, {
36910
37055
  id: string;
36911
37056
  email?: string | undefined;
37057
+ authType?: "OAuth2" | "PAT" | undefined;
36912
37058
  handle?: string | undefined;
36913
37059
  avatarUrl?: string | undefined;
36914
- authType?: "OAuth2" | "PAT" | undefined;
36915
37060
  customUrl?: string | undefined;
36916
37061
  }, {
36917
37062
  id: string;
36918
37063
  email?: string | undefined;
37064
+ authType?: "OAuth2" | "PAT" | undefined;
36919
37065
  handle?: string | undefined;
36920
37066
  avatarUrl?: string | undefined;
36921
- authType?: "OAuth2" | "PAT" | undefined;
36922
37067
  customUrl?: string | undefined;
36923
37068
  }>>;
36924
37069
  github: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -36931,16 +37076,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36931
37076
  }, "strip", z.ZodTypeAny, {
36932
37077
  id: string;
36933
37078
  email?: string | undefined;
37079
+ authType?: "OAuth2" | "PAT" | undefined;
36934
37080
  handle?: string | undefined;
36935
37081
  avatarUrl?: string | undefined;
36936
- authType?: "OAuth2" | "PAT" | undefined;
36937
37082
  customUrl?: string | undefined;
36938
37083
  }, {
36939
37084
  id: string;
36940
37085
  email?: string | undefined;
37086
+ authType?: "OAuth2" | "PAT" | undefined;
36941
37087
  handle?: string | undefined;
36942
37088
  avatarUrl?: string | undefined;
36943
- authType?: "OAuth2" | "PAT" | undefined;
36944
37089
  customUrl?: string | undefined;
36945
37090
  }>, "many">>;
36946
37091
  azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -36953,16 +37098,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36953
37098
  }, "strip", z.ZodTypeAny, {
36954
37099
  id: string;
36955
37100
  email?: string | undefined;
37101
+ authType?: "OAuth2" | "PAT" | undefined;
36956
37102
  handle?: string | undefined;
36957
37103
  avatarUrl?: string | undefined;
36958
- authType?: "OAuth2" | "PAT" | undefined;
36959
37104
  customUrl?: string | undefined;
36960
37105
  }, {
36961
37106
  id: string;
36962
37107
  email?: string | undefined;
37108
+ authType?: "OAuth2" | "PAT" | undefined;
36963
37109
  handle?: string | undefined;
36964
37110
  avatarUrl?: string | undefined;
36965
- authType?: "OAuth2" | "PAT" | undefined;
36966
37111
  customUrl?: string | undefined;
36967
37112
  }>, "many">>;
36968
37113
  gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -36975,16 +37120,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36975
37120
  }, "strip", z.ZodTypeAny, {
36976
37121
  id: string;
36977
37122
  email?: string | undefined;
37123
+ authType?: "OAuth2" | "PAT" | undefined;
36978
37124
  handle?: string | undefined;
36979
37125
  avatarUrl?: string | undefined;
36980
- authType?: "OAuth2" | "PAT" | undefined;
36981
37126
  customUrl?: string | undefined;
36982
37127
  }, {
36983
37128
  id: string;
36984
37129
  email?: string | undefined;
37130
+ authType?: "OAuth2" | "PAT" | undefined;
36985
37131
  handle?: string | undefined;
36986
37132
  avatarUrl?: string | undefined;
36987
- authType?: "OAuth2" | "PAT" | undefined;
36988
37133
  customUrl?: string | undefined;
36989
37134
  }>, "many">>;
36990
37135
  bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -36997,98 +37142,98 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
36997
37142
  }, "strip", z.ZodTypeAny, {
36998
37143
  id: string;
36999
37144
  email?: string | undefined;
37145
+ authType?: "OAuth2" | "PAT" | undefined;
37000
37146
  handle?: string | undefined;
37001
37147
  avatarUrl?: string | undefined;
37002
- authType?: "OAuth2" | "PAT" | undefined;
37003
37148
  customUrl?: string | undefined;
37004
37149
  }, {
37005
37150
  id: string;
37006
37151
  email?: string | undefined;
37152
+ authType?: "OAuth2" | "PAT" | undefined;
37007
37153
  handle?: string | undefined;
37008
37154
  avatarUrl?: string | undefined;
37009
- authType?: "OAuth2" | "PAT" | undefined;
37010
37155
  customUrl?: string | undefined;
37011
37156
  }>, "many">>;
37012
37157
  }, "strip", z.ZodTypeAny, {
37013
37158
  azure?: {
37014
37159
  id: string;
37015
37160
  email?: string | undefined;
37161
+ authType?: "OAuth2" | "PAT" | undefined;
37016
37162
  handle?: string | undefined;
37017
37163
  avatarUrl?: string | undefined;
37018
- authType?: "OAuth2" | "PAT" | undefined;
37019
37164
  customUrl?: string | undefined;
37020
37165
  }[] | undefined;
37021
37166
  github?: {
37022
37167
  id: string;
37023
37168
  email?: string | undefined;
37169
+ authType?: "OAuth2" | "PAT" | undefined;
37024
37170
  handle?: string | undefined;
37025
37171
  avatarUrl?: string | undefined;
37026
- authType?: "OAuth2" | "PAT" | undefined;
37027
37172
  customUrl?: string | undefined;
37028
37173
  }[] | undefined;
37029
37174
  gitlab?: {
37030
37175
  id: string;
37031
37176
  email?: string | undefined;
37177
+ authType?: "OAuth2" | "PAT" | undefined;
37032
37178
  handle?: string | undefined;
37033
37179
  avatarUrl?: string | undefined;
37034
- authType?: "OAuth2" | "PAT" | undefined;
37035
37180
  customUrl?: string | undefined;
37036
37181
  }[] | undefined;
37037
37182
  bitbucket?: {
37038
37183
  id: string;
37039
37184
  email?: string | undefined;
37185
+ authType?: "OAuth2" | "PAT" | undefined;
37040
37186
  handle?: string | undefined;
37041
37187
  avatarUrl?: string | undefined;
37042
- authType?: "OAuth2" | "PAT" | undefined;
37043
37188
  customUrl?: string | undefined;
37044
37189
  }[] | undefined;
37045
37190
  figma?: {
37046
37191
  id: string;
37047
37192
  email?: string | undefined;
37193
+ authType?: "OAuth2" | "PAT" | undefined;
37048
37194
  handle?: string | undefined;
37049
37195
  avatarUrl?: string | undefined;
37050
- authType?: "OAuth2" | "PAT" | undefined;
37051
37196
  customUrl?: string | undefined;
37052
37197
  } | undefined;
37053
37198
  }, {
37054
37199
  azure?: {
37055
37200
  id: string;
37056
37201
  email?: string | undefined;
37202
+ authType?: "OAuth2" | "PAT" | undefined;
37057
37203
  handle?: string | undefined;
37058
37204
  avatarUrl?: string | undefined;
37059
- authType?: "OAuth2" | "PAT" | undefined;
37060
37205
  customUrl?: string | undefined;
37061
37206
  }[] | undefined;
37062
37207
  github?: {
37063
37208
  id: string;
37064
37209
  email?: string | undefined;
37210
+ authType?: "OAuth2" | "PAT" | undefined;
37065
37211
  handle?: string | undefined;
37066
37212
  avatarUrl?: string | undefined;
37067
- authType?: "OAuth2" | "PAT" | undefined;
37068
37213
  customUrl?: string | undefined;
37069
37214
  }[] | undefined;
37070
37215
  gitlab?: {
37071
37216
  id: string;
37072
37217
  email?: string | undefined;
37218
+ authType?: "OAuth2" | "PAT" | undefined;
37073
37219
  handle?: string | undefined;
37074
37220
  avatarUrl?: string | undefined;
37075
- authType?: "OAuth2" | "PAT" | undefined;
37076
37221
  customUrl?: string | undefined;
37077
37222
  }[] | undefined;
37078
37223
  bitbucket?: {
37079
37224
  id: string;
37080
37225
  email?: string | undefined;
37226
+ authType?: "OAuth2" | "PAT" | undefined;
37081
37227
  handle?: string | undefined;
37082
37228
  avatarUrl?: string | undefined;
37083
- authType?: "OAuth2" | "PAT" | undefined;
37084
37229
  customUrl?: string | undefined;
37085
37230
  }[] | undefined;
37086
37231
  figma?: {
37087
37232
  id: string;
37088
37233
  email?: string | undefined;
37234
+ authType?: "OAuth2" | "PAT" | undefined;
37089
37235
  handle?: string | undefined;
37090
37236
  avatarUrl?: string | undefined;
37091
- authType?: "OAuth2" | "PAT" | undefined;
37092
37237
  customUrl?: string | undefined;
37093
37238
  } | undefined;
37094
37239
  }>>;
@@ -37126,41 +37271,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
37126
37271
  azure?: {
37127
37272
  id: string;
37128
37273
  email?: string | undefined;
37274
+ authType?: "OAuth2" | "PAT" | undefined;
37129
37275
  handle?: string | undefined;
37130
37276
  avatarUrl?: string | undefined;
37131
- authType?: "OAuth2" | "PAT" | undefined;
37132
37277
  customUrl?: string | undefined;
37133
37278
  }[] | undefined;
37134
37279
  github?: {
37135
37280
  id: string;
37136
37281
  email?: string | undefined;
37282
+ authType?: "OAuth2" | "PAT" | undefined;
37137
37283
  handle?: string | undefined;
37138
37284
  avatarUrl?: string | undefined;
37139
- authType?: "OAuth2" | "PAT" | undefined;
37140
37285
  customUrl?: string | undefined;
37141
37286
  }[] | undefined;
37142
37287
  gitlab?: {
37143
37288
  id: string;
37144
37289
  email?: string | undefined;
37290
+ authType?: "OAuth2" | "PAT" | undefined;
37145
37291
  handle?: string | undefined;
37146
37292
  avatarUrl?: string | undefined;
37147
- authType?: "OAuth2" | "PAT" | undefined;
37148
37293
  customUrl?: string | undefined;
37149
37294
  }[] | undefined;
37150
37295
  bitbucket?: {
37151
37296
  id: string;
37152
37297
  email?: string | undefined;
37298
+ authType?: "OAuth2" | "PAT" | undefined;
37153
37299
  handle?: string | undefined;
37154
37300
  avatarUrl?: string | undefined;
37155
- authType?: "OAuth2" | "PAT" | undefined;
37156
37301
  customUrl?: string | undefined;
37157
37302
  }[] | undefined;
37158
37303
  figma?: {
37159
37304
  id: string;
37160
37305
  email?: string | undefined;
37306
+ authType?: "OAuth2" | "PAT" | undefined;
37161
37307
  handle?: string | undefined;
37162
37308
  avatarUrl?: string | undefined;
37163
- authType?: "OAuth2" | "PAT" | undefined;
37164
37309
  customUrl?: string | undefined;
37165
37310
  } | undefined;
37166
37311
  } | undefined;
@@ -37196,41 +37341,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
37196
37341
  azure?: {
37197
37342
  id: string;
37198
37343
  email?: string | undefined;
37344
+ authType?: "OAuth2" | "PAT" | undefined;
37199
37345
  handle?: string | undefined;
37200
37346
  avatarUrl?: string | undefined;
37201
- authType?: "OAuth2" | "PAT" | undefined;
37202
37347
  customUrl?: string | undefined;
37203
37348
  }[] | undefined;
37204
37349
  github?: {
37205
37350
  id: string;
37206
37351
  email?: string | undefined;
37352
+ authType?: "OAuth2" | "PAT" | undefined;
37207
37353
  handle?: string | undefined;
37208
37354
  avatarUrl?: string | undefined;
37209
- authType?: "OAuth2" | "PAT" | undefined;
37210
37355
  customUrl?: string | undefined;
37211
37356
  }[] | undefined;
37212
37357
  gitlab?: {
37213
37358
  id: string;
37214
37359
  email?: string | undefined;
37360
+ authType?: "OAuth2" | "PAT" | undefined;
37215
37361
  handle?: string | undefined;
37216
37362
  avatarUrl?: string | undefined;
37217
- authType?: "OAuth2" | "PAT" | undefined;
37218
37363
  customUrl?: string | undefined;
37219
37364
  }[] | undefined;
37220
37365
  bitbucket?: {
37221
37366
  id: string;
37222
37367
  email?: string | undefined;
37368
+ authType?: "OAuth2" | "PAT" | undefined;
37223
37369
  handle?: string | undefined;
37224
37370
  avatarUrl?: string | undefined;
37225
- authType?: "OAuth2" | "PAT" | undefined;
37226
37371
  customUrl?: string | undefined;
37227
37372
  }[] | undefined;
37228
37373
  figma?: {
37229
37374
  id: string;
37230
37375
  email?: string | undefined;
37376
+ authType?: "OAuth2" | "PAT" | undefined;
37231
37377
  handle?: string | undefined;
37232
37378
  avatarUrl?: string | undefined;
37233
- authType?: "OAuth2" | "PAT" | undefined;
37234
37379
  customUrl?: string | undefined;
37235
37380
  } | undefined;
37236
37381
  } | undefined;
@@ -37268,41 +37413,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
37268
37413
  azure?: {
37269
37414
  id: string;
37270
37415
  email?: string | undefined;
37416
+ authType?: "OAuth2" | "PAT" | undefined;
37271
37417
  handle?: string | undefined;
37272
37418
  avatarUrl?: string | undefined;
37273
- authType?: "OAuth2" | "PAT" | undefined;
37274
37419
  customUrl?: string | undefined;
37275
37420
  }[] | undefined;
37276
37421
  github?: {
37277
37422
  id: string;
37278
37423
  email?: string | undefined;
37424
+ authType?: "OAuth2" | "PAT" | undefined;
37279
37425
  handle?: string | undefined;
37280
37426
  avatarUrl?: string | undefined;
37281
- authType?: "OAuth2" | "PAT" | undefined;
37282
37427
  customUrl?: string | undefined;
37283
37428
  }[] | undefined;
37284
37429
  gitlab?: {
37285
37430
  id: string;
37286
37431
  email?: string | undefined;
37432
+ authType?: "OAuth2" | "PAT" | undefined;
37287
37433
  handle?: string | undefined;
37288
37434
  avatarUrl?: string | undefined;
37289
- authType?: "OAuth2" | "PAT" | undefined;
37290
37435
  customUrl?: string | undefined;
37291
37436
  }[] | undefined;
37292
37437
  bitbucket?: {
37293
37438
  id: string;
37294
37439
  email?: string | undefined;
37440
+ authType?: "OAuth2" | "PAT" | undefined;
37295
37441
  handle?: string | undefined;
37296
37442
  avatarUrl?: string | undefined;
37297
- authType?: "OAuth2" | "PAT" | undefined;
37298
37443
  customUrl?: string | undefined;
37299
37444
  }[] | undefined;
37300
37445
  figma?: {
37301
37446
  id: string;
37302
37447
  email?: string | undefined;
37448
+ authType?: "OAuth2" | "PAT" | undefined;
37303
37449
  handle?: string | undefined;
37304
37450
  avatarUrl?: string | undefined;
37305
- authType?: "OAuth2" | "PAT" | undefined;
37306
37451
  customUrl?: string | undefined;
37307
37452
  } | undefined;
37308
37453
  } | undefined;
@@ -37340,41 +37485,41 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
37340
37485
  azure?: {
37341
37486
  id: string;
37342
37487
  email?: string | undefined;
37488
+ authType?: "OAuth2" | "PAT" | undefined;
37343
37489
  handle?: string | undefined;
37344
37490
  avatarUrl?: string | undefined;
37345
- authType?: "OAuth2" | "PAT" | undefined;
37346
37491
  customUrl?: string | undefined;
37347
37492
  }[] | undefined;
37348
37493
  github?: {
37349
37494
  id: string;
37350
37495
  email?: string | undefined;
37496
+ authType?: "OAuth2" | "PAT" | undefined;
37351
37497
  handle?: string | undefined;
37352
37498
  avatarUrl?: string | undefined;
37353
- authType?: "OAuth2" | "PAT" | undefined;
37354
37499
  customUrl?: string | undefined;
37355
37500
  }[] | undefined;
37356
37501
  gitlab?: {
37357
37502
  id: string;
37358
37503
  email?: string | undefined;
37504
+ authType?: "OAuth2" | "PAT" | undefined;
37359
37505
  handle?: string | undefined;
37360
37506
  avatarUrl?: string | undefined;
37361
- authType?: "OAuth2" | "PAT" | undefined;
37362
37507
  customUrl?: string | undefined;
37363
37508
  }[] | undefined;
37364
37509
  bitbucket?: {
37365
37510
  id: string;
37366
37511
  email?: string | undefined;
37512
+ authType?: "OAuth2" | "PAT" | undefined;
37367
37513
  handle?: string | undefined;
37368
37514
  avatarUrl?: string | undefined;
37369
- authType?: "OAuth2" | "PAT" | undefined;
37370
37515
  customUrl?: string | undefined;
37371
37516
  }[] | undefined;
37372
37517
  figma?: {
37373
37518
  id: string;
37374
37519
  email?: string | undefined;
37520
+ authType?: "OAuth2" | "PAT" | undefined;
37375
37521
  handle?: string | undefined;
37376
37522
  avatarUrl?: string | undefined;
37377
- authType?: "OAuth2" | "PAT" | undefined;
37378
37523
  customUrl?: string | undefined;
37379
37524
  } | undefined;
37380
37525
  } | undefined;
@@ -38652,16 +38797,16 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
38652
38797
  id: string;
38653
38798
  createdAt: Date;
38654
38799
  email: string;
38655
- workspaceId: string;
38656
38800
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
38801
+ workspaceId: string;
38657
38802
  invitedBy: string;
38658
38803
  resentAt?: Date | null | undefined;
38659
38804
  }, {
38660
38805
  id: string;
38661
38806
  createdAt: Date;
38662
38807
  email: string;
38663
- workspaceId: string;
38664
38808
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
38809
+ workspaceId: string;
38665
38810
  invitedBy: string;
38666
38811
  resentAt?: Date | null | undefined;
38667
38812
  }>, "many">;
@@ -38670,8 +38815,8 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
38670
38815
  id: string;
38671
38816
  createdAt: Date;
38672
38817
  email: string;
38673
- workspaceId: string;
38674
38818
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
38819
+ workspaceId: string;
38675
38820
  invitedBy: string;
38676
38821
  resentAt?: Date | null | undefined;
38677
38822
  }[];
@@ -38680,8 +38825,8 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
38680
38825
  id: string;
38681
38826
  createdAt: Date;
38682
38827
  email: string;
38683
- workspaceId: string;
38684
38828
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
38829
+ workspaceId: string;
38685
38830
  invitedBy: string;
38686
38831
  resentAt?: Date | null | undefined;
38687
38832
  }[];
@@ -48334,8 +48479,8 @@ declare class WorkspaceInvitationsEndpoint {
48334
48479
  id: string;
48335
48480
  createdAt: Date;
48336
48481
  email: string;
48337
- workspaceId: string;
48338
48482
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
48483
+ workspaceId: string;
48339
48484
  invitedBy: string;
48340
48485
  resentAt?: Date | null | undefined;
48341
48486
  }[];