@supernova-studio/client 0.47.33 → 0.47.34

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
@@ -11074,6 +11074,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
11074
11074
  id: string;
11075
11075
  createdAt: Date;
11076
11076
  updatedAt: Date;
11077
+ designSystemVersionId: string;
11077
11078
  data: {
11078
11079
  items: ({
11079
11080
  id: string;
@@ -11164,12 +11165,12 @@ declare const DTODocumentationPageContent: z.ZodObject<{
11164
11165
  variantId?: string | undefined;
11165
11166
  })[];
11166
11167
  };
11167
- designSystemVersionId: string;
11168
11168
  documentationPageId: string;
11169
11169
  }, {
11170
11170
  id: string;
11171
11171
  createdAt: Date;
11172
11172
  updatedAt: Date;
11173
+ designSystemVersionId: string;
11173
11174
  data: {
11174
11175
  items: ({
11175
11176
  id: string;
@@ -11260,7 +11261,6 @@ declare const DTODocumentationPageContent: z.ZodObject<{
11260
11261
  variantId?: string | undefined;
11261
11262
  })[];
11262
11263
  };
11263
- designSystemVersionId: string;
11264
11264
  documentationPageId: string;
11265
11265
  }>;
11266
11266
  type DTODocumentationPageContent = z.infer<typeof DTODocumentationPageContent>;
@@ -12173,6 +12173,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
12173
12173
  id: string;
12174
12174
  createdAt: Date;
12175
12175
  updatedAt: Date;
12176
+ designSystemVersionId: string;
12176
12177
  data: {
12177
12178
  items: ({
12178
12179
  id: string;
@@ -12263,12 +12264,12 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
12263
12264
  variantId?: string | undefined;
12264
12265
  })[];
12265
12266
  };
12266
- designSystemVersionId: string;
12267
12267
  documentationPageId: string;
12268
12268
  }, {
12269
12269
  id: string;
12270
12270
  createdAt: Date;
12271
12271
  updatedAt: Date;
12272
+ designSystemVersionId: string;
12272
12273
  data: {
12273
12274
  items: ({
12274
12275
  id: string;
@@ -12359,7 +12360,6 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
12359
12360
  variantId?: string | undefined;
12360
12361
  })[];
12361
12362
  };
12362
- designSystemVersionId: string;
12363
12363
  documentationPageId: string;
12364
12364
  }>;
12365
12365
  }, "strip", z.ZodTypeAny, {
@@ -12367,6 +12367,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
12367
12367
  id: string;
12368
12368
  createdAt: Date;
12369
12369
  updatedAt: Date;
12370
+ designSystemVersionId: string;
12370
12371
  data: {
12371
12372
  items: ({
12372
12373
  id: string;
@@ -12457,7 +12458,6 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
12457
12458
  variantId?: string | undefined;
12458
12459
  })[];
12459
12460
  };
12460
- designSystemVersionId: string;
12461
12461
  documentationPageId: string;
12462
12462
  };
12463
12463
  }, {
@@ -12465,6 +12465,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
12465
12465
  id: string;
12466
12466
  createdAt: Date;
12467
12467
  updatedAt: Date;
12468
+ designSystemVersionId: string;
12468
12469
  data: {
12469
12470
  items: ({
12470
12471
  id: string;
@@ -12555,7 +12556,6 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
12555
12556
  variantId?: string | undefined;
12556
12557
  })[];
12557
12558
  };
12558
- designSystemVersionId: string;
12559
12559
  documentationPageId: string;
12560
12560
  };
12561
12561
  }>;
@@ -24278,6 +24278,12 @@ declare const DTOExportJob: z.ZodObject<{
24278
24278
  github?: {
24279
24279
  pullRequestUrl: string;
24280
24280
  } | undefined;
24281
+ logs?: {
24282
+ message: string;
24283
+ type: "user" | "success" | "warning" | "error" | "info";
24284
+ time: Date;
24285
+ id?: string | undefined;
24286
+ }[] | undefined;
24281
24287
  azure?: {
24282
24288
  pullRequestUrl: string;
24283
24289
  } | undefined;
@@ -24287,12 +24293,6 @@ declare const DTOExportJob: z.ZodObject<{
24287
24293
  bitbucket?: {
24288
24294
  pullRequestUrl: string;
24289
24295
  } | undefined;
24290
- logs?: {
24291
- message: string;
24292
- type: "user" | "success" | "warning" | "error" | "info";
24293
- time: Date;
24294
- id?: string | undefined;
24295
- }[] | undefined;
24296
24296
  s3?: {
24297
24297
  path: string;
24298
24298
  files: string[];
@@ -24309,6 +24309,12 @@ declare const DTOExportJob: z.ZodObject<{
24309
24309
  github?: {
24310
24310
  pullRequestUrl: string;
24311
24311
  } | null | undefined;
24312
+ logs?: {
24313
+ message: string;
24314
+ type: "user" | "success" | "warning" | "error" | "info";
24315
+ time: Date;
24316
+ id?: string | undefined;
24317
+ }[] | null | undefined;
24312
24318
  azure?: {
24313
24319
  pullRequestUrl: string;
24314
24320
  } | null | undefined;
@@ -24318,12 +24324,6 @@ declare const DTOExportJob: z.ZodObject<{
24318
24324
  bitbucket?: {
24319
24325
  pullRequestUrl: string;
24320
24326
  } | null | undefined;
24321
- logs?: {
24322
- message: string;
24323
- type: "user" | "success" | "warning" | "error" | "info";
24324
- time: Date;
24325
- id?: string | undefined;
24326
- }[] | null | undefined;
24327
24327
  s3?: {
24328
24328
  path: string;
24329
24329
  files: string[];
@@ -24419,6 +24419,12 @@ declare const DTOExportJob: z.ZodObject<{
24419
24419
  github?: {
24420
24420
  pullRequestUrl: string;
24421
24421
  } | undefined;
24422
+ logs?: {
24423
+ message: string;
24424
+ type: "user" | "success" | "warning" | "error" | "info";
24425
+ time: Date;
24426
+ id?: string | undefined;
24427
+ }[] | undefined;
24422
24428
  azure?: {
24423
24429
  pullRequestUrl: string;
24424
24430
  } | undefined;
@@ -24428,12 +24434,6 @@ declare const DTOExportJob: z.ZodObject<{
24428
24434
  bitbucket?: {
24429
24435
  pullRequestUrl: string;
24430
24436
  } | undefined;
24431
- logs?: {
24432
- message: string;
24433
- type: "user" | "success" | "warning" | "error" | "info";
24434
- time: Date;
24435
- id?: string | undefined;
24436
- }[] | undefined;
24437
24437
  s3?: {
24438
24438
  path: string;
24439
24439
  files: string[];
@@ -24527,6 +24527,12 @@ declare const DTOExportJob: z.ZodObject<{
24527
24527
  github?: {
24528
24528
  pullRequestUrl: string;
24529
24529
  } | null | undefined;
24530
+ logs?: {
24531
+ message: string;
24532
+ type: "user" | "success" | "warning" | "error" | "info";
24533
+ time: Date;
24534
+ id?: string | undefined;
24535
+ }[] | null | undefined;
24530
24536
  azure?: {
24531
24537
  pullRequestUrl: string;
24532
24538
  } | null | undefined;
@@ -24536,12 +24542,6 @@ declare const DTOExportJob: z.ZodObject<{
24536
24542
  bitbucket?: {
24537
24543
  pullRequestUrl: string;
24538
24544
  } | null | undefined;
24539
- logs?: {
24540
- message: string;
24541
- type: "user" | "success" | "warning" | "error" | "info";
24542
- time: Date;
24543
- id?: string | undefined;
24544
- }[] | null | undefined;
24545
24545
  s3?: {
24546
24546
  path: string;
24547
24547
  files: string[];
@@ -24939,6 +24939,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
24939
24939
  github?: {
24940
24940
  pullRequestUrl: string;
24941
24941
  } | undefined;
24942
+ logs?: {
24943
+ message: string;
24944
+ type: "user" | "success" | "warning" | "error" | "info";
24945
+ time: Date;
24946
+ id?: string | undefined;
24947
+ }[] | undefined;
24942
24948
  azure?: {
24943
24949
  pullRequestUrl: string;
24944
24950
  } | undefined;
@@ -24948,12 +24954,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
24948
24954
  bitbucket?: {
24949
24955
  pullRequestUrl: string;
24950
24956
  } | undefined;
24951
- logs?: {
24952
- message: string;
24953
- type: "user" | "success" | "warning" | "error" | "info";
24954
- time: Date;
24955
- id?: string | undefined;
24956
- }[] | undefined;
24957
24957
  s3?: {
24958
24958
  path: string;
24959
24959
  files: string[];
@@ -24970,6 +24970,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
24970
24970
  github?: {
24971
24971
  pullRequestUrl: string;
24972
24972
  } | null | undefined;
24973
+ logs?: {
24974
+ message: string;
24975
+ type: "user" | "success" | "warning" | "error" | "info";
24976
+ time: Date;
24977
+ id?: string | undefined;
24978
+ }[] | null | undefined;
24973
24979
  azure?: {
24974
24980
  pullRequestUrl: string;
24975
24981
  } | null | undefined;
@@ -24979,12 +24985,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
24979
24985
  bitbucket?: {
24980
24986
  pullRequestUrl: string;
24981
24987
  } | null | undefined;
24982
- logs?: {
24983
- message: string;
24984
- type: "user" | "success" | "warning" | "error" | "info";
24985
- time: Date;
24986
- id?: string | undefined;
24987
- }[] | null | undefined;
24988
24988
  s3?: {
24989
24989
  path: string;
24990
24990
  files: string[];
@@ -25080,6 +25080,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
25080
25080
  github?: {
25081
25081
  pullRequestUrl: string;
25082
25082
  } | undefined;
25083
+ logs?: {
25084
+ message: string;
25085
+ type: "user" | "success" | "warning" | "error" | "info";
25086
+ time: Date;
25087
+ id?: string | undefined;
25088
+ }[] | undefined;
25083
25089
  azure?: {
25084
25090
  pullRequestUrl: string;
25085
25091
  } | undefined;
@@ -25089,12 +25095,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
25089
25095
  bitbucket?: {
25090
25096
  pullRequestUrl: string;
25091
25097
  } | undefined;
25092
- logs?: {
25093
- message: string;
25094
- type: "user" | "success" | "warning" | "error" | "info";
25095
- time: Date;
25096
- id?: string | undefined;
25097
- }[] | undefined;
25098
25098
  s3?: {
25099
25099
  path: string;
25100
25100
  files: string[];
@@ -25188,6 +25188,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
25188
25188
  github?: {
25189
25189
  pullRequestUrl: string;
25190
25190
  } | null | undefined;
25191
+ logs?: {
25192
+ message: string;
25193
+ type: "user" | "success" | "warning" | "error" | "info";
25194
+ time: Date;
25195
+ id?: string | undefined;
25196
+ }[] | null | undefined;
25191
25197
  azure?: {
25192
25198
  pullRequestUrl: string;
25193
25199
  } | null | undefined;
@@ -25197,12 +25203,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
25197
25203
  bitbucket?: {
25198
25204
  pullRequestUrl: string;
25199
25205
  } | null | undefined;
25200
- logs?: {
25201
- message: string;
25202
- type: "user" | "success" | "warning" | "error" | "info";
25203
- time: Date;
25204
- id?: string | undefined;
25205
- }[] | null | undefined;
25206
25206
  s3?: {
25207
25207
  path: string;
25208
25208
  files: string[];
@@ -25298,6 +25298,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
25298
25298
  github?: {
25299
25299
  pullRequestUrl: string;
25300
25300
  } | undefined;
25301
+ logs?: {
25302
+ message: string;
25303
+ type: "user" | "success" | "warning" | "error" | "info";
25304
+ time: Date;
25305
+ id?: string | undefined;
25306
+ }[] | undefined;
25301
25307
  azure?: {
25302
25308
  pullRequestUrl: string;
25303
25309
  } | undefined;
@@ -25307,12 +25313,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
25307
25313
  bitbucket?: {
25308
25314
  pullRequestUrl: string;
25309
25315
  } | undefined;
25310
- logs?: {
25311
- message: string;
25312
- type: "user" | "success" | "warning" | "error" | "info";
25313
- time: Date;
25314
- id?: string | undefined;
25315
- }[] | undefined;
25316
25316
  s3?: {
25317
25317
  path: string;
25318
25318
  files: string[];
@@ -25408,6 +25408,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
25408
25408
  github?: {
25409
25409
  pullRequestUrl: string;
25410
25410
  } | null | undefined;
25411
+ logs?: {
25412
+ message: string;
25413
+ type: "user" | "success" | "warning" | "error" | "info";
25414
+ time: Date;
25415
+ id?: string | undefined;
25416
+ }[] | null | undefined;
25411
25417
  azure?: {
25412
25418
  pullRequestUrl: string;
25413
25419
  } | null | undefined;
@@ -25417,12 +25423,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
25417
25423
  bitbucket?: {
25418
25424
  pullRequestUrl: string;
25419
25425
  } | null | undefined;
25420
- logs?: {
25421
- message: string;
25422
- type: "user" | "success" | "warning" | "error" | "info";
25423
- time: Date;
25424
- id?: string | undefined;
25425
- }[] | null | undefined;
25426
25426
  s3?: {
25427
25427
  path: string;
25428
25428
  files: string[];
@@ -25822,6 +25822,12 @@ declare const DTOPipeline: z.ZodObject<{
25822
25822
  github?: {
25823
25823
  pullRequestUrl: string;
25824
25824
  } | undefined;
25825
+ logs?: {
25826
+ message: string;
25827
+ type: "user" | "success" | "warning" | "error" | "info";
25828
+ time: Date;
25829
+ id?: string | undefined;
25830
+ }[] | undefined;
25825
25831
  azure?: {
25826
25832
  pullRequestUrl: string;
25827
25833
  } | undefined;
@@ -25831,12 +25837,6 @@ declare const DTOPipeline: z.ZodObject<{
25831
25837
  bitbucket?: {
25832
25838
  pullRequestUrl: string;
25833
25839
  } | undefined;
25834
- logs?: {
25835
- message: string;
25836
- type: "user" | "success" | "warning" | "error" | "info";
25837
- time: Date;
25838
- id?: string | undefined;
25839
- }[] | undefined;
25840
25840
  s3?: {
25841
25841
  path: string;
25842
25842
  files: string[];
@@ -25853,6 +25853,12 @@ declare const DTOPipeline: z.ZodObject<{
25853
25853
  github?: {
25854
25854
  pullRequestUrl: string;
25855
25855
  } | null | undefined;
25856
+ logs?: {
25857
+ message: string;
25858
+ type: "user" | "success" | "warning" | "error" | "info";
25859
+ time: Date;
25860
+ id?: string | undefined;
25861
+ }[] | null | undefined;
25856
25862
  azure?: {
25857
25863
  pullRequestUrl: string;
25858
25864
  } | null | undefined;
@@ -25862,12 +25868,6 @@ declare const DTOPipeline: z.ZodObject<{
25862
25868
  bitbucket?: {
25863
25869
  pullRequestUrl: string;
25864
25870
  } | null | undefined;
25865
- logs?: {
25866
- message: string;
25867
- type: "user" | "success" | "warning" | "error" | "info";
25868
- time: Date;
25869
- id?: string | undefined;
25870
- }[] | null | undefined;
25871
25871
  s3?: {
25872
25872
  path: string;
25873
25873
  files: string[];
@@ -25963,6 +25963,12 @@ declare const DTOPipeline: z.ZodObject<{
25963
25963
  github?: {
25964
25964
  pullRequestUrl: string;
25965
25965
  } | undefined;
25966
+ logs?: {
25967
+ message: string;
25968
+ type: "user" | "success" | "warning" | "error" | "info";
25969
+ time: Date;
25970
+ id?: string | undefined;
25971
+ }[] | undefined;
25966
25972
  azure?: {
25967
25973
  pullRequestUrl: string;
25968
25974
  } | undefined;
@@ -25972,12 +25978,6 @@ declare const DTOPipeline: z.ZodObject<{
25972
25978
  bitbucket?: {
25973
25979
  pullRequestUrl: string;
25974
25980
  } | undefined;
25975
- logs?: {
25976
- message: string;
25977
- type: "user" | "success" | "warning" | "error" | "info";
25978
- time: Date;
25979
- id?: string | undefined;
25980
- }[] | undefined;
25981
25981
  s3?: {
25982
25982
  path: string;
25983
25983
  files: string[];
@@ -26071,6 +26071,12 @@ declare const DTOPipeline: z.ZodObject<{
26071
26071
  github?: {
26072
26072
  pullRequestUrl: string;
26073
26073
  } | null | undefined;
26074
+ logs?: {
26075
+ message: string;
26076
+ type: "user" | "success" | "warning" | "error" | "info";
26077
+ time: Date;
26078
+ id?: string | undefined;
26079
+ }[] | null | undefined;
26074
26080
  azure?: {
26075
26081
  pullRequestUrl: string;
26076
26082
  } | null | undefined;
@@ -26080,12 +26086,6 @@ declare const DTOPipeline: z.ZodObject<{
26080
26086
  bitbucket?: {
26081
26087
  pullRequestUrl: string;
26082
26088
  } | null | undefined;
26083
- logs?: {
26084
- message: string;
26085
- type: "user" | "success" | "warning" | "error" | "info";
26086
- time: Date;
26087
- id?: string | undefined;
26088
- }[] | null | undefined;
26089
26089
  s3?: {
26090
26090
  path: string;
26091
26091
  files: string[];
@@ -26312,6 +26312,12 @@ declare const DTOPipeline: z.ZodObject<{
26312
26312
  github?: {
26313
26313
  pullRequestUrl: string;
26314
26314
  } | undefined;
26315
+ logs?: {
26316
+ message: string;
26317
+ type: "user" | "success" | "warning" | "error" | "info";
26318
+ time: Date;
26319
+ id?: string | undefined;
26320
+ }[] | undefined;
26315
26321
  azure?: {
26316
26322
  pullRequestUrl: string;
26317
26323
  } | undefined;
@@ -26321,12 +26327,6 @@ declare const DTOPipeline: z.ZodObject<{
26321
26327
  bitbucket?: {
26322
26328
  pullRequestUrl: string;
26323
26329
  } | undefined;
26324
- logs?: {
26325
- message: string;
26326
- type: "user" | "success" | "warning" | "error" | "info";
26327
- time: Date;
26328
- id?: string | undefined;
26329
- }[] | undefined;
26330
26330
  s3?: {
26331
26331
  path: string;
26332
26332
  files: string[];
@@ -26474,6 +26474,12 @@ declare const DTOPipeline: z.ZodObject<{
26474
26474
  github?: {
26475
26475
  pullRequestUrl: string;
26476
26476
  } | null | undefined;
26477
+ logs?: {
26478
+ message: string;
26479
+ type: "user" | "success" | "warning" | "error" | "info";
26480
+ time: Date;
26481
+ id?: string | undefined;
26482
+ }[] | null | undefined;
26477
26483
  azure?: {
26478
26484
  pullRequestUrl: string;
26479
26485
  } | null | undefined;
@@ -26483,12 +26489,6 @@ declare const DTOPipeline: z.ZodObject<{
26483
26489
  bitbucket?: {
26484
26490
  pullRequestUrl: string;
26485
26491
  } | null | undefined;
26486
- logs?: {
26487
- message: string;
26488
- type: "user" | "success" | "warning" | "error" | "info";
26489
- time: Date;
26490
- id?: string | undefined;
26491
- }[] | null | undefined;
26492
26492
  s3?: {
26493
26493
  path: string;
26494
26494
  files: string[];
@@ -26648,16 +26648,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26648
26648
  }, "strip", z.ZodTypeAny, {
26649
26649
  id: string;
26650
26650
  email?: string | undefined;
26651
+ authType?: "OAuth2" | "PAT" | undefined;
26651
26652
  handle?: string | undefined;
26652
26653
  avatarUrl?: string | undefined;
26653
- authType?: "OAuth2" | "PAT" | undefined;
26654
26654
  customUrl?: string | undefined;
26655
26655
  }, {
26656
26656
  id: string;
26657
26657
  email?: string | undefined;
26658
+ authType?: "OAuth2" | "PAT" | undefined;
26658
26659
  handle?: string | undefined;
26659
26660
  avatarUrl?: string | undefined;
26660
- authType?: "OAuth2" | "PAT" | undefined;
26661
26661
  customUrl?: string | undefined;
26662
26662
  }>>;
26663
26663
  github: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -26670,16 +26670,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26670
26670
  }, "strip", z.ZodTypeAny, {
26671
26671
  id: string;
26672
26672
  email?: string | undefined;
26673
+ authType?: "OAuth2" | "PAT" | undefined;
26673
26674
  handle?: string | undefined;
26674
26675
  avatarUrl?: string | undefined;
26675
- authType?: "OAuth2" | "PAT" | undefined;
26676
26676
  customUrl?: string | undefined;
26677
26677
  }, {
26678
26678
  id: string;
26679
26679
  email?: string | undefined;
26680
+ authType?: "OAuth2" | "PAT" | undefined;
26680
26681
  handle?: string | undefined;
26681
26682
  avatarUrl?: string | undefined;
26682
- authType?: "OAuth2" | "PAT" | undefined;
26683
26683
  customUrl?: string | undefined;
26684
26684
  }>, "many">>;
26685
26685
  azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -26692,16 +26692,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26692
26692
  }, "strip", z.ZodTypeAny, {
26693
26693
  id: string;
26694
26694
  email?: string | undefined;
26695
+ authType?: "OAuth2" | "PAT" | undefined;
26695
26696
  handle?: string | undefined;
26696
26697
  avatarUrl?: string | undefined;
26697
- authType?: "OAuth2" | "PAT" | undefined;
26698
26698
  customUrl?: string | undefined;
26699
26699
  }, {
26700
26700
  id: string;
26701
26701
  email?: string | undefined;
26702
+ authType?: "OAuth2" | "PAT" | undefined;
26702
26703
  handle?: string | undefined;
26703
26704
  avatarUrl?: string | undefined;
26704
- authType?: "OAuth2" | "PAT" | undefined;
26705
26705
  customUrl?: string | undefined;
26706
26706
  }>, "many">>;
26707
26707
  gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -26714,16 +26714,16 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26714
26714
  }, "strip", z.ZodTypeAny, {
26715
26715
  id: string;
26716
26716
  email?: string | undefined;
26717
+ authType?: "OAuth2" | "PAT" | undefined;
26717
26718
  handle?: string | undefined;
26718
26719
  avatarUrl?: string | undefined;
26719
- authType?: "OAuth2" | "PAT" | undefined;
26720
26720
  customUrl?: string | undefined;
26721
26721
  }, {
26722
26722
  id: string;
26723
26723
  email?: string | undefined;
26724
+ authType?: "OAuth2" | "PAT" | undefined;
26724
26725
  handle?: string | undefined;
26725
26726
  avatarUrl?: string | undefined;
26726
- authType?: "OAuth2" | "PAT" | undefined;
26727
26727
  customUrl?: string | undefined;
26728
26728
  }>, "many">>;
26729
26729
  bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -26736,98 +26736,98 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26736
26736
  }, "strip", z.ZodTypeAny, {
26737
26737
  id: string;
26738
26738
  email?: string | undefined;
26739
+ authType?: "OAuth2" | "PAT" | undefined;
26739
26740
  handle?: string | undefined;
26740
26741
  avatarUrl?: string | undefined;
26741
- authType?: "OAuth2" | "PAT" | undefined;
26742
26742
  customUrl?: string | undefined;
26743
26743
  }, {
26744
26744
  id: string;
26745
26745
  email?: string | undefined;
26746
+ authType?: "OAuth2" | "PAT" | undefined;
26746
26747
  handle?: string | undefined;
26747
26748
  avatarUrl?: string | undefined;
26748
- authType?: "OAuth2" | "PAT" | undefined;
26749
26749
  customUrl?: string | undefined;
26750
26750
  }>, "many">>;
26751
26751
  }, "strip", z.ZodTypeAny, {
26752
- figma?: {
26752
+ github?: {
26753
26753
  id: string;
26754
26754
  email?: string | undefined;
26755
+ authType?: "OAuth2" | "PAT" | undefined;
26755
26756
  handle?: string | undefined;
26756
26757
  avatarUrl?: string | undefined;
26757
- authType?: "OAuth2" | "PAT" | undefined;
26758
26758
  customUrl?: string | undefined;
26759
- } | undefined;
26760
- github?: {
26759
+ }[] | undefined;
26760
+ figma?: {
26761
26761
  id: string;
26762
26762
  email?: string | undefined;
26763
+ authType?: "OAuth2" | "PAT" | undefined;
26763
26764
  handle?: string | undefined;
26764
26765
  avatarUrl?: string | undefined;
26765
- authType?: "OAuth2" | "PAT" | undefined;
26766
26766
  customUrl?: string | undefined;
26767
- }[] | undefined;
26767
+ } | undefined;
26768
26768
  azure?: {
26769
26769
  id: string;
26770
26770
  email?: string | undefined;
26771
+ authType?: "OAuth2" | "PAT" | undefined;
26771
26772
  handle?: string | undefined;
26772
26773
  avatarUrl?: string | undefined;
26773
- authType?: "OAuth2" | "PAT" | undefined;
26774
26774
  customUrl?: string | undefined;
26775
26775
  }[] | undefined;
26776
26776
  gitlab?: {
26777
26777
  id: string;
26778
26778
  email?: string | undefined;
26779
+ authType?: "OAuth2" | "PAT" | undefined;
26779
26780
  handle?: string | undefined;
26780
26781
  avatarUrl?: string | undefined;
26781
- authType?: "OAuth2" | "PAT" | undefined;
26782
26782
  customUrl?: string | undefined;
26783
26783
  }[] | undefined;
26784
26784
  bitbucket?: {
26785
26785
  id: string;
26786
26786
  email?: string | undefined;
26787
+ authType?: "OAuth2" | "PAT" | undefined;
26787
26788
  handle?: string | undefined;
26788
26789
  avatarUrl?: string | undefined;
26789
- authType?: "OAuth2" | "PAT" | undefined;
26790
26790
  customUrl?: string | undefined;
26791
26791
  }[] | undefined;
26792
26792
  }, {
26793
- figma?: {
26793
+ github?: {
26794
26794
  id: string;
26795
26795
  email?: string | undefined;
26796
+ authType?: "OAuth2" | "PAT" | undefined;
26796
26797
  handle?: string | undefined;
26797
26798
  avatarUrl?: string | undefined;
26798
- authType?: "OAuth2" | "PAT" | undefined;
26799
26799
  customUrl?: string | undefined;
26800
- } | undefined;
26801
- github?: {
26800
+ }[] | undefined;
26801
+ figma?: {
26802
26802
  id: string;
26803
26803
  email?: string | undefined;
26804
+ authType?: "OAuth2" | "PAT" | undefined;
26804
26805
  handle?: string | undefined;
26805
26806
  avatarUrl?: string | undefined;
26806
- authType?: "OAuth2" | "PAT" | undefined;
26807
26807
  customUrl?: string | undefined;
26808
- }[] | undefined;
26808
+ } | undefined;
26809
26809
  azure?: {
26810
26810
  id: string;
26811
26811
  email?: string | undefined;
26812
+ authType?: "OAuth2" | "PAT" | undefined;
26812
26813
  handle?: string | undefined;
26813
26814
  avatarUrl?: string | undefined;
26814
- authType?: "OAuth2" | "PAT" | undefined;
26815
26815
  customUrl?: string | undefined;
26816
26816
  }[] | undefined;
26817
26817
  gitlab?: {
26818
26818
  id: string;
26819
26819
  email?: string | undefined;
26820
+ authType?: "OAuth2" | "PAT" | undefined;
26820
26821
  handle?: string | undefined;
26821
26822
  avatarUrl?: string | undefined;
26822
- authType?: "OAuth2" | "PAT" | undefined;
26823
26823
  customUrl?: string | undefined;
26824
26824
  }[] | undefined;
26825
26825
  bitbucket?: {
26826
26826
  id: string;
26827
26827
  email?: string | undefined;
26828
+ authType?: "OAuth2" | "PAT" | undefined;
26828
26829
  handle?: string | undefined;
26829
26830
  avatarUrl?: string | undefined;
26830
- authType?: "OAuth2" | "PAT" | undefined;
26831
26831
  customUrl?: string | undefined;
26832
26832
  }[] | undefined;
26833
26833
  }>>;
@@ -26837,7 +26837,6 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26837
26837
  id: string;
26838
26838
  createdAt: Date;
26839
26839
  email: string;
26840
- emailVerified: boolean;
26841
26840
  profile: {
26842
26841
  name: string;
26843
26842
  avatar?: string | undefined;
@@ -26855,47 +26854,48 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26855
26854
  figmaUrl?: string | undefined;
26856
26855
  } | undefined;
26857
26856
  };
26857
+ emailVerified: boolean;
26858
26858
  isProtected: boolean;
26859
26859
  trialExpiresAt?: Date | undefined;
26860
26860
  linkedIntegrations?: {
26861
- figma?: {
26861
+ github?: {
26862
26862
  id: string;
26863
26863
  email?: string | undefined;
26864
+ authType?: "OAuth2" | "PAT" | undefined;
26864
26865
  handle?: string | undefined;
26865
26866
  avatarUrl?: string | undefined;
26866
- authType?: "OAuth2" | "PAT" | undefined;
26867
26867
  customUrl?: string | undefined;
26868
- } | undefined;
26869
- github?: {
26868
+ }[] | undefined;
26869
+ figma?: {
26870
26870
  id: string;
26871
26871
  email?: string | undefined;
26872
+ authType?: "OAuth2" | "PAT" | undefined;
26872
26873
  handle?: string | undefined;
26873
26874
  avatarUrl?: string | undefined;
26874
- authType?: "OAuth2" | "PAT" | undefined;
26875
26875
  customUrl?: string | undefined;
26876
- }[] | undefined;
26876
+ } | undefined;
26877
26877
  azure?: {
26878
26878
  id: string;
26879
26879
  email?: string | undefined;
26880
+ authType?: "OAuth2" | "PAT" | undefined;
26880
26881
  handle?: string | undefined;
26881
26882
  avatarUrl?: string | undefined;
26882
- authType?: "OAuth2" | "PAT" | undefined;
26883
26883
  customUrl?: string | undefined;
26884
26884
  }[] | undefined;
26885
26885
  gitlab?: {
26886
26886
  id: string;
26887
26887
  email?: string | undefined;
26888
+ authType?: "OAuth2" | "PAT" | undefined;
26888
26889
  handle?: string | undefined;
26889
26890
  avatarUrl?: string | undefined;
26890
- authType?: "OAuth2" | "PAT" | undefined;
26891
26891
  customUrl?: string | undefined;
26892
26892
  }[] | undefined;
26893
26893
  bitbucket?: {
26894
26894
  id: string;
26895
26895
  email?: string | undefined;
26896
+ authType?: "OAuth2" | "PAT" | undefined;
26896
26897
  handle?: string | undefined;
26897
26898
  avatarUrl?: string | undefined;
26898
- authType?: "OAuth2" | "PAT" | undefined;
26899
26899
  customUrl?: string | undefined;
26900
26900
  }[] | undefined;
26901
26901
  } | undefined;
@@ -26904,7 +26904,6 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26904
26904
  id: string;
26905
26905
  createdAt: Date;
26906
26906
  email: string;
26907
- emailVerified: boolean;
26908
26907
  profile: {
26909
26908
  name: string;
26910
26909
  avatar?: string | undefined;
@@ -26922,47 +26921,48 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26922
26921
  figmaUrl?: string | undefined;
26923
26922
  } | undefined;
26924
26923
  };
26924
+ emailVerified: boolean;
26925
26925
  isProtected: boolean;
26926
26926
  trialExpiresAt?: Date | undefined;
26927
26927
  linkedIntegrations?: {
26928
- figma?: {
26928
+ github?: {
26929
26929
  id: string;
26930
26930
  email?: string | undefined;
26931
+ authType?: "OAuth2" | "PAT" | undefined;
26931
26932
  handle?: string | undefined;
26932
26933
  avatarUrl?: string | undefined;
26933
- authType?: "OAuth2" | "PAT" | undefined;
26934
26934
  customUrl?: string | undefined;
26935
- } | undefined;
26936
- github?: {
26935
+ }[] | undefined;
26936
+ figma?: {
26937
26937
  id: string;
26938
26938
  email?: string | undefined;
26939
+ authType?: "OAuth2" | "PAT" | undefined;
26939
26940
  handle?: string | undefined;
26940
26941
  avatarUrl?: string | undefined;
26941
- authType?: "OAuth2" | "PAT" | undefined;
26942
26942
  customUrl?: string | undefined;
26943
- }[] | undefined;
26943
+ } | undefined;
26944
26944
  azure?: {
26945
26945
  id: string;
26946
26946
  email?: string | undefined;
26947
+ authType?: "OAuth2" | "PAT" | undefined;
26947
26948
  handle?: string | undefined;
26948
26949
  avatarUrl?: string | undefined;
26949
- authType?: "OAuth2" | "PAT" | undefined;
26950
26950
  customUrl?: string | undefined;
26951
26951
  }[] | undefined;
26952
26952
  gitlab?: {
26953
26953
  id: string;
26954
26954
  email?: string | undefined;
26955
+ authType?: "OAuth2" | "PAT" | undefined;
26955
26956
  handle?: string | undefined;
26956
26957
  avatarUrl?: string | undefined;
26957
- authType?: "OAuth2" | "PAT" | undefined;
26958
26958
  customUrl?: string | undefined;
26959
26959
  }[] | undefined;
26960
26960
  bitbucket?: {
26961
26961
  id: string;
26962
26962
  email?: string | undefined;
26963
+ authType?: "OAuth2" | "PAT" | undefined;
26963
26964
  handle?: string | undefined;
26964
26965
  avatarUrl?: string | undefined;
26965
- authType?: "OAuth2" | "PAT" | undefined;
26966
26966
  customUrl?: string | undefined;
26967
26967
  }[] | undefined;
26968
26968
  } | undefined;
@@ -26973,7 +26973,6 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26973
26973
  id: string;
26974
26974
  createdAt: Date;
26975
26975
  email: string;
26976
- emailVerified: boolean;
26977
26976
  profile: {
26978
26977
  name: string;
26979
26978
  avatar?: string | undefined;
@@ -26991,47 +26990,48 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
26991
26990
  figmaUrl?: string | undefined;
26992
26991
  } | undefined;
26993
26992
  };
26993
+ emailVerified: boolean;
26994
26994
  isProtected: boolean;
26995
26995
  trialExpiresAt?: Date | undefined;
26996
26996
  linkedIntegrations?: {
26997
- figma?: {
26997
+ github?: {
26998
26998
  id: string;
26999
26999
  email?: string | undefined;
27000
+ authType?: "OAuth2" | "PAT" | undefined;
27000
27001
  handle?: string | undefined;
27001
27002
  avatarUrl?: string | undefined;
27002
- authType?: "OAuth2" | "PAT" | undefined;
27003
27003
  customUrl?: string | undefined;
27004
- } | undefined;
27005
- github?: {
27004
+ }[] | undefined;
27005
+ figma?: {
27006
27006
  id: string;
27007
27007
  email?: string | undefined;
27008
+ authType?: "OAuth2" | "PAT" | undefined;
27008
27009
  handle?: string | undefined;
27009
27010
  avatarUrl?: string | undefined;
27010
- authType?: "OAuth2" | "PAT" | undefined;
27011
27011
  customUrl?: string | undefined;
27012
- }[] | undefined;
27012
+ } | undefined;
27013
27013
  azure?: {
27014
27014
  id: string;
27015
27015
  email?: string | undefined;
27016
+ authType?: "OAuth2" | "PAT" | undefined;
27016
27017
  handle?: string | undefined;
27017
27018
  avatarUrl?: string | undefined;
27018
- authType?: "OAuth2" | "PAT" | undefined;
27019
27019
  customUrl?: string | undefined;
27020
27020
  }[] | undefined;
27021
27021
  gitlab?: {
27022
27022
  id: string;
27023
27023
  email?: string | undefined;
27024
+ authType?: "OAuth2" | "PAT" | undefined;
27024
27025
  handle?: string | undefined;
27025
27026
  avatarUrl?: string | undefined;
27026
- authType?: "OAuth2" | "PAT" | undefined;
27027
27027
  customUrl?: string | undefined;
27028
27028
  }[] | undefined;
27029
27029
  bitbucket?: {
27030
27030
  id: string;
27031
27031
  email?: string | undefined;
27032
+ authType?: "OAuth2" | "PAT" | undefined;
27032
27033
  handle?: string | undefined;
27033
27034
  avatarUrl?: string | undefined;
27034
- authType?: "OAuth2" | "PAT" | undefined;
27035
27035
  customUrl?: string | undefined;
27036
27036
  }[] | undefined;
27037
27037
  } | undefined;
@@ -27042,7 +27042,6 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
27042
27042
  id: string;
27043
27043
  createdAt: Date;
27044
27044
  email: string;
27045
- emailVerified: boolean;
27046
27045
  profile: {
27047
27046
  name: string;
27048
27047
  avatar?: string | undefined;
@@ -27060,47 +27059,48 @@ declare const DTOUserProfileUpdateResponse: z.ZodObject<{
27060
27059
  figmaUrl?: string | undefined;
27061
27060
  } | undefined;
27062
27061
  };
27062
+ emailVerified: boolean;
27063
27063
  isProtected: boolean;
27064
27064
  trialExpiresAt?: Date | undefined;
27065
27065
  linkedIntegrations?: {
27066
- figma?: {
27066
+ github?: {
27067
27067
  id: string;
27068
27068
  email?: string | undefined;
27069
+ authType?: "OAuth2" | "PAT" | undefined;
27069
27070
  handle?: string | undefined;
27070
27071
  avatarUrl?: string | undefined;
27071
- authType?: "OAuth2" | "PAT" | undefined;
27072
27072
  customUrl?: string | undefined;
27073
- } | undefined;
27074
- github?: {
27073
+ }[] | undefined;
27074
+ figma?: {
27075
27075
  id: string;
27076
27076
  email?: string | undefined;
27077
+ authType?: "OAuth2" | "PAT" | undefined;
27077
27078
  handle?: string | undefined;
27078
27079
  avatarUrl?: string | undefined;
27079
- authType?: "OAuth2" | "PAT" | undefined;
27080
27080
  customUrl?: string | undefined;
27081
- }[] | undefined;
27081
+ } | undefined;
27082
27082
  azure?: {
27083
27083
  id: string;
27084
27084
  email?: string | undefined;
27085
+ authType?: "OAuth2" | "PAT" | undefined;
27085
27086
  handle?: string | undefined;
27086
27087
  avatarUrl?: string | undefined;
27087
- authType?: "OAuth2" | "PAT" | undefined;
27088
27088
  customUrl?: string | undefined;
27089
27089
  }[] | undefined;
27090
27090
  gitlab?: {
27091
27091
  id: string;
27092
27092
  email?: string | undefined;
27093
+ authType?: "OAuth2" | "PAT" | undefined;
27093
27094
  handle?: string | undefined;
27094
27095
  avatarUrl?: string | undefined;
27095
- authType?: "OAuth2" | "PAT" | undefined;
27096
27096
  customUrl?: string | undefined;
27097
27097
  }[] | undefined;
27098
27098
  bitbucket?: {
27099
27099
  id: string;
27100
27100
  email?: string | undefined;
27101
+ authType?: "OAuth2" | "PAT" | undefined;
27101
27102
  handle?: string | undefined;
27102
27103
  avatarUrl?: string | undefined;
27103
- authType?: "OAuth2" | "PAT" | undefined;
27104
27104
  customUrl?: string | undefined;
27105
27105
  }[] | undefined;
27106
27106
  } | undefined;
@@ -27205,18 +27205,18 @@ declare const DTOIntegration: z.ZodObject<{
27205
27205
  id?: string | undefined;
27206
27206
  type?: string | undefined;
27207
27207
  email?: string | undefined;
27208
- handle?: string | undefined;
27209
- avatarUrl?: string | undefined;
27210
27208
  organization?: string | undefined;
27211
27209
  collection?: string | undefined;
27210
+ handle?: string | undefined;
27211
+ avatarUrl?: string | undefined;
27212
27212
  }, {
27213
27213
  id?: string | null | undefined;
27214
27214
  type?: string | null | undefined;
27215
27215
  email?: string | null | undefined;
27216
- handle?: string | null | undefined;
27217
- avatarUrl?: string | null | undefined;
27218
27216
  organization?: string | null | undefined;
27219
27217
  collection?: string | null | undefined;
27218
+ handle?: string | null | undefined;
27219
+ avatarUrl?: string | null | undefined;
27220
27220
  }>>;
27221
27221
  customUrl: z.ZodOptional<z.ZodString>;
27222
27222
  state: z.ZodEnum<["Active", "Inactive"]>;
@@ -27248,10 +27248,10 @@ declare const DTOIntegration: z.ZodObject<{
27248
27248
  id?: string | undefined;
27249
27249
  type?: string | undefined;
27250
27250
  email?: string | undefined;
27251
- handle?: string | undefined;
27252
- avatarUrl?: string | undefined;
27253
27251
  organization?: string | undefined;
27254
27252
  collection?: string | undefined;
27253
+ handle?: string | undefined;
27254
+ avatarUrl?: string | undefined;
27255
27255
  } | undefined;
27256
27256
  user?: {
27257
27257
  id: string;
@@ -27276,10 +27276,10 @@ declare const DTOIntegration: z.ZodObject<{
27276
27276
  id?: string | null | undefined;
27277
27277
  type?: string | null | undefined;
27278
27278
  email?: string | null | undefined;
27279
- handle?: string | null | undefined;
27280
- avatarUrl?: string | null | undefined;
27281
27279
  organization?: string | null | undefined;
27282
27280
  collection?: string | null | undefined;
27281
+ handle?: string | null | undefined;
27282
+ avatarUrl?: string | null | undefined;
27283
27283
  } | undefined;
27284
27284
  user?: {
27285
27285
  id: string;
@@ -27303,14 +27303,14 @@ declare const DTOIntegration: z.ZodObject<{
27303
27303
  designSystemId: string;
27304
27304
  brandId: string;
27305
27305
  date?: Date | undefined;
27306
- userId?: string | undefined;
27307
27306
  title?: string | undefined;
27307
+ userId?: string | undefined;
27308
27308
  }, {
27309
27309
  designSystemId: string;
27310
27310
  brandId: string;
27311
27311
  date?: Date | undefined;
27312
- userId?: string | undefined;
27313
27312
  title?: string | undefined;
27313
+ userId?: string | undefined;
27314
27314
  }>, "many">>;
27315
27315
  }, "strip", z.ZodTypeAny, {
27316
27316
  id: string;
@@ -27329,10 +27329,10 @@ declare const DTOIntegration: z.ZodObject<{
27329
27329
  id?: string | undefined;
27330
27330
  type?: string | undefined;
27331
27331
  email?: string | undefined;
27332
- handle?: string | undefined;
27333
- avatarUrl?: string | undefined;
27334
27332
  organization?: string | undefined;
27335
27333
  collection?: string | undefined;
27334
+ handle?: string | undefined;
27335
+ avatarUrl?: string | undefined;
27336
27336
  } | undefined;
27337
27337
  user?: {
27338
27338
  id: string;
@@ -27350,8 +27350,8 @@ declare const DTOIntegration: z.ZodObject<{
27350
27350
  designSystemId: string;
27351
27351
  brandId: string;
27352
27352
  date?: Date | undefined;
27353
- userId?: string | undefined;
27354
27353
  title?: string | undefined;
27354
+ userId?: string | undefined;
27355
27355
  }[] | undefined;
27356
27356
  }, {
27357
27357
  id: string;
@@ -27370,10 +27370,10 @@ declare const DTOIntegration: z.ZodObject<{
27370
27370
  id?: string | null | undefined;
27371
27371
  type?: string | null | undefined;
27372
27372
  email?: string | null | undefined;
27373
- handle?: string | null | undefined;
27374
- avatarUrl?: string | null | undefined;
27375
27373
  organization?: string | null | undefined;
27376
27374
  collection?: string | null | undefined;
27375
+ handle?: string | null | undefined;
27376
+ avatarUrl?: string | null | undefined;
27377
27377
  } | undefined;
27378
27378
  user?: {
27379
27379
  id: string;
@@ -27391,8 +27391,8 @@ declare const DTOIntegration: z.ZodObject<{
27391
27391
  designSystemId: string;
27392
27392
  brandId: string;
27393
27393
  date?: Date | undefined;
27394
- userId?: string | undefined;
27395
27394
  title?: string | undefined;
27395
+ userId?: string | undefined;
27396
27396
  }[] | undefined;
27397
27397
  }>;
27398
27398
  type DTOIntegration = z.infer<typeof DTOIntegration>;
@@ -27421,18 +27421,18 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27421
27421
  id?: string | undefined;
27422
27422
  type?: string | undefined;
27423
27423
  email?: string | undefined;
27424
- handle?: string | undefined;
27425
- avatarUrl?: string | undefined;
27426
27424
  organization?: string | undefined;
27427
27425
  collection?: string | undefined;
27426
+ handle?: string | undefined;
27427
+ avatarUrl?: string | undefined;
27428
27428
  }, {
27429
27429
  id?: string | null | undefined;
27430
27430
  type?: string | null | undefined;
27431
27431
  email?: string | null | undefined;
27432
- handle?: string | null | undefined;
27433
- avatarUrl?: string | null | undefined;
27434
27432
  organization?: string | null | undefined;
27435
27433
  collection?: string | null | undefined;
27434
+ handle?: string | null | undefined;
27435
+ avatarUrl?: string | null | undefined;
27436
27436
  }>>;
27437
27437
  customUrl: z.ZodOptional<z.ZodString>;
27438
27438
  state: z.ZodEnum<["Active", "Inactive"]>;
@@ -27464,10 +27464,10 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27464
27464
  id?: string | undefined;
27465
27465
  type?: string | undefined;
27466
27466
  email?: string | undefined;
27467
- handle?: string | undefined;
27468
- avatarUrl?: string | undefined;
27469
27467
  organization?: string | undefined;
27470
27468
  collection?: string | undefined;
27469
+ handle?: string | undefined;
27470
+ avatarUrl?: string | undefined;
27471
27471
  } | undefined;
27472
27472
  user?: {
27473
27473
  id: string;
@@ -27492,10 +27492,10 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27492
27492
  id?: string | null | undefined;
27493
27493
  type?: string | null | undefined;
27494
27494
  email?: string | null | undefined;
27495
- handle?: string | null | undefined;
27496
- avatarUrl?: string | null | undefined;
27497
27495
  organization?: string | null | undefined;
27498
27496
  collection?: string | null | undefined;
27497
+ handle?: string | null | undefined;
27498
+ avatarUrl?: string | null | undefined;
27499
27499
  } | undefined;
27500
27500
  user?: {
27501
27501
  id: string;
@@ -27549,18 +27549,18 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27549
27549
  id?: string | undefined;
27550
27550
  type?: string | undefined;
27551
27551
  email?: string | undefined;
27552
- handle?: string | undefined;
27553
- avatarUrl?: string | undefined;
27554
27552
  organization?: string | undefined;
27555
27553
  collection?: string | undefined;
27554
+ handle?: string | undefined;
27555
+ avatarUrl?: string | undefined;
27556
27556
  }, {
27557
27557
  id?: string | null | undefined;
27558
27558
  type?: string | null | undefined;
27559
27559
  email?: string | null | undefined;
27560
- handle?: string | null | undefined;
27561
- avatarUrl?: string | null | undefined;
27562
27560
  organization?: string | null | undefined;
27563
27561
  collection?: string | null | undefined;
27562
+ handle?: string | null | undefined;
27563
+ avatarUrl?: string | null | undefined;
27564
27564
  }>>;
27565
27565
  customUrl: z.ZodOptional<z.ZodString>;
27566
27566
  state: z.ZodEnum<["Active", "Inactive"]>;
@@ -27592,10 +27592,10 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27592
27592
  id?: string | undefined;
27593
27593
  type?: string | undefined;
27594
27594
  email?: string | undefined;
27595
- handle?: string | undefined;
27596
- avatarUrl?: string | undefined;
27597
27595
  organization?: string | undefined;
27598
27596
  collection?: string | undefined;
27597
+ handle?: string | undefined;
27598
+ avatarUrl?: string | undefined;
27599
27599
  } | undefined;
27600
27600
  user?: {
27601
27601
  id: string;
@@ -27620,10 +27620,10 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27620
27620
  id?: string | null | undefined;
27621
27621
  type?: string | null | undefined;
27622
27622
  email?: string | null | undefined;
27623
- handle?: string | null | undefined;
27624
- avatarUrl?: string | null | undefined;
27625
27623
  organization?: string | null | undefined;
27626
27624
  collection?: string | null | undefined;
27625
+ handle?: string | null | undefined;
27626
+ avatarUrl?: string | null | undefined;
27627
27627
  } | undefined;
27628
27628
  user?: {
27629
27629
  id: string;
@@ -27647,14 +27647,14 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27647
27647
  designSystemId: string;
27648
27648
  brandId: string;
27649
27649
  date?: Date | undefined;
27650
- userId?: string | undefined;
27651
27650
  title?: string | undefined;
27651
+ userId?: string | undefined;
27652
27652
  }, {
27653
27653
  designSystemId: string;
27654
27654
  brandId: string;
27655
27655
  date?: Date | undefined;
27656
- userId?: string | undefined;
27657
27656
  title?: string | undefined;
27657
+ userId?: string | undefined;
27658
27658
  }>, "many">>;
27659
27659
  }, "strip", z.ZodTypeAny, {
27660
27660
  id: string;
@@ -27673,10 +27673,10 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27673
27673
  id?: string | undefined;
27674
27674
  type?: string | undefined;
27675
27675
  email?: string | undefined;
27676
- handle?: string | undefined;
27677
- avatarUrl?: string | undefined;
27678
27676
  organization?: string | undefined;
27679
27677
  collection?: string | undefined;
27678
+ handle?: string | undefined;
27679
+ avatarUrl?: string | undefined;
27680
27680
  } | undefined;
27681
27681
  user?: {
27682
27682
  id: string;
@@ -27694,8 +27694,8 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27694
27694
  designSystemId: string;
27695
27695
  brandId: string;
27696
27696
  date?: Date | undefined;
27697
- userId?: string | undefined;
27698
27697
  title?: string | undefined;
27698
+ userId?: string | undefined;
27699
27699
  }[] | undefined;
27700
27700
  }, {
27701
27701
  id: string;
@@ -27714,10 +27714,10 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27714
27714
  id?: string | null | undefined;
27715
27715
  type?: string | null | undefined;
27716
27716
  email?: string | null | undefined;
27717
- handle?: string | null | undefined;
27718
- avatarUrl?: string | null | undefined;
27719
27717
  organization?: string | null | undefined;
27720
27718
  collection?: string | null | undefined;
27719
+ handle?: string | null | undefined;
27720
+ avatarUrl?: string | null | undefined;
27721
27721
  } | undefined;
27722
27722
  user?: {
27723
27723
  id: string;
@@ -27735,8 +27735,8 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27735
27735
  designSystemId: string;
27736
27736
  brandId: string;
27737
27737
  date?: Date | undefined;
27738
- userId?: string | undefined;
27739
27738
  title?: string | undefined;
27739
+ userId?: string | undefined;
27740
27740
  }[] | undefined;
27741
27741
  }>;
27742
27742
  }, "strip", z.ZodTypeAny, {
@@ -27757,10 +27757,10 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27757
27757
  id?: string | undefined;
27758
27758
  type?: string | undefined;
27759
27759
  email?: string | undefined;
27760
- handle?: string | undefined;
27761
- avatarUrl?: string | undefined;
27762
27760
  organization?: string | undefined;
27763
27761
  collection?: string | undefined;
27762
+ handle?: string | undefined;
27763
+ avatarUrl?: string | undefined;
27764
27764
  } | undefined;
27765
27765
  user?: {
27766
27766
  id: string;
@@ -27778,8 +27778,8 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27778
27778
  designSystemId: string;
27779
27779
  brandId: string;
27780
27780
  date?: Date | undefined;
27781
- userId?: string | undefined;
27782
27781
  title?: string | undefined;
27782
+ userId?: string | undefined;
27783
27783
  }[] | undefined;
27784
27784
  };
27785
27785
  }, {
@@ -27800,10 +27800,10 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27800
27800
  id?: string | null | undefined;
27801
27801
  type?: string | null | undefined;
27802
27802
  email?: string | null | undefined;
27803
- handle?: string | null | undefined;
27804
- avatarUrl?: string | null | undefined;
27805
27803
  organization?: string | null | undefined;
27806
27804
  collection?: string | null | undefined;
27805
+ handle?: string | null | undefined;
27806
+ avatarUrl?: string | null | undefined;
27807
27807
  } | undefined;
27808
27808
  user?: {
27809
27809
  id: string;
@@ -27821,8 +27821,8 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27821
27821
  designSystemId: string;
27822
27822
  brandId: string;
27823
27823
  date?: Date | undefined;
27824
- userId?: string | undefined;
27825
27824
  title?: string | undefined;
27825
+ userId?: string | undefined;
27826
27826
  }[] | undefined;
27827
27827
  };
27828
27828
  }>;
@@ -27858,18 +27858,18 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27858
27858
  id?: string | undefined;
27859
27859
  type?: string | undefined;
27860
27860
  email?: string | undefined;
27861
- handle?: string | undefined;
27862
- avatarUrl?: string | undefined;
27863
27861
  organization?: string | undefined;
27864
27862
  collection?: string | undefined;
27863
+ handle?: string | undefined;
27864
+ avatarUrl?: string | undefined;
27865
27865
  }, {
27866
27866
  id?: string | null | undefined;
27867
27867
  type?: string | null | undefined;
27868
27868
  email?: string | null | undefined;
27869
- handle?: string | null | undefined;
27870
- avatarUrl?: string | null | undefined;
27871
27869
  organization?: string | null | undefined;
27872
27870
  collection?: string | null | undefined;
27871
+ handle?: string | null | undefined;
27872
+ avatarUrl?: string | null | undefined;
27873
27873
  }>>;
27874
27874
  customUrl: z.ZodOptional<z.ZodString>;
27875
27875
  state: z.ZodEnum<["Active", "Inactive"]>;
@@ -27901,10 +27901,10 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27901
27901
  id?: string | undefined;
27902
27902
  type?: string | undefined;
27903
27903
  email?: string | undefined;
27904
- handle?: string | undefined;
27905
- avatarUrl?: string | undefined;
27906
27904
  organization?: string | undefined;
27907
27905
  collection?: string | undefined;
27906
+ handle?: string | undefined;
27907
+ avatarUrl?: string | undefined;
27908
27908
  } | undefined;
27909
27909
  user?: {
27910
27910
  id: string;
@@ -27929,10 +27929,10 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27929
27929
  id?: string | null | undefined;
27930
27930
  type?: string | null | undefined;
27931
27931
  email?: string | null | undefined;
27932
- handle?: string | null | undefined;
27933
- avatarUrl?: string | null | undefined;
27934
27932
  organization?: string | null | undefined;
27935
27933
  collection?: string | null | undefined;
27934
+ handle?: string | null | undefined;
27935
+ avatarUrl?: string | null | undefined;
27936
27936
  } | undefined;
27937
27937
  user?: {
27938
27938
  id: string;
@@ -27956,14 +27956,14 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27956
27956
  designSystemId: string;
27957
27957
  brandId: string;
27958
27958
  date?: Date | undefined;
27959
- userId?: string | undefined;
27960
27959
  title?: string | undefined;
27960
+ userId?: string | undefined;
27961
27961
  }, {
27962
27962
  designSystemId: string;
27963
27963
  brandId: string;
27964
27964
  date?: Date | undefined;
27965
- userId?: string | undefined;
27966
27965
  title?: string | undefined;
27966
+ userId?: string | undefined;
27967
27967
  }>, "many">>;
27968
27968
  }, "strip", z.ZodTypeAny, {
27969
27969
  id: string;
@@ -27982,10 +27982,10 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27982
27982
  id?: string | undefined;
27983
27983
  type?: string | undefined;
27984
27984
  email?: string | undefined;
27985
- handle?: string | undefined;
27986
- avatarUrl?: string | undefined;
27987
27985
  organization?: string | undefined;
27988
27986
  collection?: string | undefined;
27987
+ handle?: string | undefined;
27988
+ avatarUrl?: string | undefined;
27989
27989
  } | undefined;
27990
27990
  user?: {
27991
27991
  id: string;
@@ -28003,8 +28003,8 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
28003
28003
  designSystemId: string;
28004
28004
  brandId: string;
28005
28005
  date?: Date | undefined;
28006
- userId?: string | undefined;
28007
28006
  title?: string | undefined;
28007
+ userId?: string | undefined;
28008
28008
  }[] | undefined;
28009
28009
  }, {
28010
28010
  id: string;
@@ -28023,10 +28023,10 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
28023
28023
  id?: string | null | undefined;
28024
28024
  type?: string | null | undefined;
28025
28025
  email?: string | null | undefined;
28026
- handle?: string | null | undefined;
28027
- avatarUrl?: string | null | undefined;
28028
28026
  organization?: string | null | undefined;
28029
28027
  collection?: string | null | undefined;
28028
+ handle?: string | null | undefined;
28029
+ avatarUrl?: string | null | undefined;
28030
28030
  } | undefined;
28031
28031
  user?: {
28032
28032
  id: string;
@@ -28044,8 +28044,8 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
28044
28044
  designSystemId: string;
28045
28045
  brandId: string;
28046
28046
  date?: Date | undefined;
28047
- userId?: string | undefined;
28048
28047
  title?: string | undefined;
28048
+ userId?: string | undefined;
28049
28049
  }[] | undefined;
28050
28050
  }>, "many">;
28051
28051
  }, "strip", z.ZodTypeAny, {
@@ -28066,10 +28066,10 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
28066
28066
  id?: string | undefined;
28067
28067
  type?: string | undefined;
28068
28068
  email?: string | undefined;
28069
- handle?: string | undefined;
28070
- avatarUrl?: string | undefined;
28071
28069
  organization?: string | undefined;
28072
28070
  collection?: string | undefined;
28071
+ handle?: string | undefined;
28072
+ avatarUrl?: string | undefined;
28073
28073
  } | undefined;
28074
28074
  user?: {
28075
28075
  id: string;
@@ -28087,8 +28087,8 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
28087
28087
  designSystemId: string;
28088
28088
  brandId: string;
28089
28089
  date?: Date | undefined;
28090
- userId?: string | undefined;
28091
28090
  title?: string | undefined;
28091
+ userId?: string | undefined;
28092
28092
  }[] | undefined;
28093
28093
  }[];
28094
28094
  }, {
@@ -28109,10 +28109,10 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
28109
28109
  id?: string | null | undefined;
28110
28110
  type?: string | null | undefined;
28111
28111
  email?: string | null | undefined;
28112
- handle?: string | null | undefined;
28113
- avatarUrl?: string | null | undefined;
28114
28112
  organization?: string | null | undefined;
28115
28113
  collection?: string | null | undefined;
28114
+ handle?: string | null | undefined;
28115
+ avatarUrl?: string | null | undefined;
28116
28116
  } | undefined;
28117
28117
  user?: {
28118
28118
  id: string;
@@ -28130,8 +28130,8 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
28130
28130
  designSystemId: string;
28131
28131
  brandId: string;
28132
28132
  date?: Date | undefined;
28133
- userId?: string | undefined;
28134
28133
  title?: string | undefined;
28134
+ userId?: string | undefined;
28135
28135
  }[] | undefined;
28136
28136
  }[];
28137
28137
  }>;
@@ -28210,8 +28210,8 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
28210
28210
  } | null | undefined>;
28211
28211
  }, "strip", z.ZodTypeAny, {
28212
28212
  name: string;
28213
- handle: string;
28214
28213
  color: string;
28214
+ handle: string;
28215
28215
  avatar?: string | undefined;
28216
28216
  billingDetails?: {
28217
28217
  address?: {
@@ -28231,8 +28231,8 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
28231
28231
  } | undefined;
28232
28232
  }, {
28233
28233
  name: string;
28234
- handle: string;
28235
28234
  color: string;
28235
+ handle: string;
28236
28236
  avatar?: string | null | undefined;
28237
28237
  billingDetails?: {
28238
28238
  address?: {
@@ -29020,8 +29020,8 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
29020
29020
  id: string;
29021
29021
  profile: {
29022
29022
  name: string;
29023
- handle: string;
29024
29023
  color: string;
29024
+ handle: string;
29025
29025
  avatar?: string | undefined;
29026
29026
  billingDetails?: {
29027
29027
  address?: {
@@ -29184,8 +29184,8 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
29184
29184
  id: string;
29185
29185
  profile: {
29186
29186
  name: string;
29187
- handle: string;
29188
29187
  color: string;
29188
+ handle: string;
29189
29189
  avatar?: string | null | undefined;
29190
29190
  billingDetails?: {
29191
29191
  address?: {
@@ -29353,8 +29353,8 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
29353
29353
  id: string;
29354
29354
  profile: {
29355
29355
  name: string;
29356
- handle: string;
29357
29356
  color: string;
29357
+ handle: string;
29358
29358
  avatar?: string | undefined;
29359
29359
  billingDetails?: {
29360
29360
  address?: {
@@ -29521,8 +29521,8 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
29521
29521
  id: string;
29522
29522
  profile: {
29523
29523
  name: string;
29524
- handle: string;
29525
29524
  color: string;
29525
+ handle: string;
29526
29526
  avatar?: string | null | undefined;
29527
29527
  billingDetails?: {
29528
29528
  address?: {
@@ -29757,8 +29757,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
29757
29757
  } | null | undefined>;
29758
29758
  }, "strip", z.ZodTypeAny, {
29759
29759
  name: string;
29760
- handle: string;
29761
29760
  color: string;
29761
+ handle: string;
29762
29762
  avatar?: string | undefined;
29763
29763
  billingDetails?: {
29764
29764
  address?: {
@@ -29778,8 +29778,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
29778
29778
  } | undefined;
29779
29779
  }, {
29780
29780
  name: string;
29781
- handle: string;
29782
29781
  color: string;
29782
+ handle: string;
29783
29783
  avatar?: string | null | undefined;
29784
29784
  billingDetails?: {
29785
29785
  address?: {
@@ -30567,8 +30567,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
30567
30567
  id: string;
30568
30568
  profile: {
30569
30569
  name: string;
30570
- handle: string;
30571
30570
  color: string;
30571
+ handle: string;
30572
30572
  avatar?: string | undefined;
30573
30573
  billingDetails?: {
30574
30574
  address?: {
@@ -30731,8 +30731,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
30731
30731
  id: string;
30732
30732
  profile: {
30733
30733
  name: string;
30734
- handle: string;
30735
30734
  color: string;
30735
+ handle: string;
30736
30736
  avatar?: string | null | undefined;
30737
30737
  billingDetails?: {
30738
30738
  address?: {
@@ -30900,8 +30900,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
30900
30900
  id: string;
30901
30901
  profile: {
30902
30902
  name: string;
30903
- handle: string;
30904
30903
  color: string;
30904
+ handle: string;
30905
30905
  avatar?: string | undefined;
30906
30906
  billingDetails?: {
30907
30907
  address?: {
@@ -31068,8 +31068,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
31068
31068
  id: string;
31069
31069
  profile: {
31070
31070
  name: string;
31071
- handle: string;
31072
31071
  color: string;
31072
+ handle: string;
31073
31073
  avatar?: string | null | undefined;
31074
31074
  billingDetails?: {
31075
31075
  address?: {
@@ -31238,8 +31238,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
31238
31238
  id: string;
31239
31239
  profile: {
31240
31240
  name: string;
31241
- handle: string;
31242
31241
  color: string;
31242
+ handle: string;
31243
31243
  avatar?: string | undefined;
31244
31244
  billingDetails?: {
31245
31245
  address?: {
@@ -31408,8 +31408,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
31408
31408
  id: string;
31409
31409
  profile: {
31410
31410
  name: string;
31411
- handle: string;
31412
31411
  color: string;
31412
+ handle: string;
31413
31413
  avatar?: string | null | undefined;
31414
31414
  billingDetails?: {
31415
31415
  address?: {
@@ -31683,8 +31683,8 @@ declare const DTOWorkspace: z.ZodObject<{
31683
31683
  } | null | undefined>;
31684
31684
  }, "strip", z.ZodTypeAny, {
31685
31685
  name: string;
31686
- handle: string;
31687
31686
  color: string;
31687
+ handle: string;
31688
31688
  avatar?: string | undefined;
31689
31689
  billingDetails?: {
31690
31690
  address?: {
@@ -31704,8 +31704,8 @@ declare const DTOWorkspace: z.ZodObject<{
31704
31704
  } | undefined;
31705
31705
  }, {
31706
31706
  name: string;
31707
- handle: string;
31708
31707
  color: string;
31708
+ handle: string;
31709
31709
  avatar?: string | null | undefined;
31710
31710
  billingDetails?: {
31711
31711
  address?: {
@@ -32493,8 +32493,8 @@ declare const DTOWorkspace: z.ZodObject<{
32493
32493
  id: string;
32494
32494
  profile: {
32495
32495
  name: string;
32496
- handle: string;
32497
32496
  color: string;
32497
+ handle: string;
32498
32498
  avatar?: string | undefined;
32499
32499
  billingDetails?: {
32500
32500
  address?: {
@@ -32657,8 +32657,8 @@ declare const DTOWorkspace: z.ZodObject<{
32657
32657
  id: string;
32658
32658
  profile: {
32659
32659
  name: string;
32660
- handle: string;
32661
32660
  color: string;
32661
+ handle: string;
32662
32662
  avatar?: string | null | undefined;
32663
32663
  billingDetails?: {
32664
32664
  address?: {
@@ -33311,7 +33311,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33311
33311
  showBlockHeaderInEditor?: boolean | undefined;
33312
33312
  } | undefined;
33313
33313
  };
33314
- category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
33314
+ category: "Figma" | "Text" | "Code" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
33315
33315
  behavior: {
33316
33316
  dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
33317
33317
  items?: {
@@ -33383,7 +33383,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33383
33383
  showBlockHeaderInEditor?: boolean | undefined;
33384
33384
  } | undefined;
33385
33385
  };
33386
- category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
33386
+ category: "Figma" | "Text" | "Code" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
33387
33387
  behavior: {
33388
33388
  dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
33389
33389
  items?: {
@@ -33457,7 +33457,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33457
33457
  showBlockHeaderInEditor?: boolean | undefined;
33458
33458
  } | undefined;
33459
33459
  };
33460
- category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
33460
+ category: "Figma" | "Text" | "Code" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
33461
33461
  behavior: {
33462
33462
  dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
33463
33463
  items?: {
@@ -33531,7 +33531,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
33531
33531
  showBlockHeaderInEditor?: boolean | undefined;
33532
33532
  } | undefined;
33533
33533
  };
33534
- category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
33534
+ category: "Figma" | "Text" | "Code" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
33535
33535
  behavior: {
33536
33536
  dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
33537
33537
  items?: {