@supernova-studio/client 1.46.4 → 1.46.5

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
@@ -227672,6 +227672,77 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
227672
227672
  }>]>;
227673
227673
  type DTOThreadEvent = z$1.infer<typeof DTOThreadEvent>;
227674
227674
 
227675
+ declare const DTOTrailEventClientCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
227676
+ type: z.ZodLiteral<"DocumentUpdated">;
227677
+ payload: z.ZodObject<{
227678
+ documentId: z.ZodString;
227679
+ title: z.ZodString;
227680
+ sectionId: z.ZodOptional<z.ZodString>;
227681
+ }, "strip", z.ZodTypeAny, {
227682
+ title: string;
227683
+ documentId: string;
227684
+ sectionId?: string | undefined;
227685
+ }, {
227686
+ title: string;
227687
+ documentId: string;
227688
+ sectionId?: string | undefined;
227689
+ }>;
227690
+ }, "strip", z.ZodTypeAny, {
227691
+ type: "DocumentUpdated";
227692
+ payload: {
227693
+ title: string;
227694
+ documentId: string;
227695
+ sectionId?: string | undefined;
227696
+ };
227697
+ }, {
227698
+ type: "DocumentUpdated";
227699
+ payload: {
227700
+ title: string;
227701
+ documentId: string;
227702
+ sectionId?: string | undefined;
227703
+ };
227704
+ }>, z.ZodObject<{
227705
+ type: z.ZodLiteral<"DocumentCommentSent">;
227706
+ payload: z.ZodObject<{
227707
+ documentId: z.ZodString;
227708
+ title: z.ZodString;
227709
+ sectionId: z.ZodOptional<z.ZodString>;
227710
+ }, "strip", z.ZodTypeAny, {
227711
+ title: string;
227712
+ documentId: string;
227713
+ sectionId?: string | undefined;
227714
+ }, {
227715
+ title: string;
227716
+ documentId: string;
227717
+ sectionId?: string | undefined;
227718
+ }>;
227719
+ }, "strip", z.ZodTypeAny, {
227720
+ type: "DocumentCommentSent";
227721
+ payload: {
227722
+ title: string;
227723
+ documentId: string;
227724
+ sectionId?: string | undefined;
227725
+ };
227726
+ }, {
227727
+ type: "DocumentCommentSent";
227728
+ payload: {
227729
+ title: string;
227730
+ documentId: string;
227731
+ sectionId?: string | undefined;
227732
+ };
227733
+ }>]>, z.ZodObject<Omit<{
227734
+ id: z.ZodString;
227735
+ projectId: z.ZodString;
227736
+ userId: z.ZodString;
227737
+ createdAt: z.ZodDate;
227738
+ updatedAt: z.ZodDate;
227739
+ }, "id" | "createdAt" | "updatedAt">, "strip", z.ZodTypeAny, {
227740
+ userId: string;
227741
+ projectId: string;
227742
+ }, {
227743
+ userId: string;
227744
+ projectId: string;
227745
+ }>>;
227675
227746
  declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
227676
227747
  type: z.ZodLiteral<"IterationCreated">;
227677
227748
  payload: z.ZodObject<{
@@ -227783,6 +227854,30 @@ declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
227783
227854
  name: string;
227784
227855
  featureId: string;
227785
227856
  };
227857
+ }>, z.ZodObject<{
227858
+ type: z.ZodLiteral<"FeatureArchived">;
227859
+ payload: z.ZodObject<{
227860
+ featureId: z.ZodString;
227861
+ name: z.ZodString;
227862
+ }, "strip", z.ZodTypeAny, {
227863
+ name: string;
227864
+ featureId: string;
227865
+ }, {
227866
+ name: string;
227867
+ featureId: string;
227868
+ }>;
227869
+ }, "strip", z.ZodTypeAny, {
227870
+ type: "FeatureArchived";
227871
+ payload: {
227872
+ name: string;
227873
+ featureId: string;
227874
+ };
227875
+ }, {
227876
+ type: "FeatureArchived";
227877
+ payload: {
227878
+ name: string;
227879
+ featureId: string;
227880
+ };
227786
227881
  }>, z.ZodObject<{
227787
227882
  type: z.ZodLiteral<"DocumentCreated">;
227788
227883
  payload: z.ZodObject<{
@@ -227836,6 +227931,64 @@ declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
227836
227931
  title: string;
227837
227932
  documentId: string;
227838
227933
  };
227934
+ }>, z.ZodObject<{
227935
+ type: z.ZodLiteral<"DocumentUpdated">;
227936
+ payload: z.ZodObject<{
227937
+ documentId: z.ZodString;
227938
+ title: z.ZodString;
227939
+ sectionId: z.ZodOptional<z.ZodString>;
227940
+ }, "strip", z.ZodTypeAny, {
227941
+ title: string;
227942
+ documentId: string;
227943
+ sectionId?: string | undefined;
227944
+ }, {
227945
+ title: string;
227946
+ documentId: string;
227947
+ sectionId?: string | undefined;
227948
+ }>;
227949
+ }, "strip", z.ZodTypeAny, {
227950
+ type: "DocumentUpdated";
227951
+ payload: {
227952
+ title: string;
227953
+ documentId: string;
227954
+ sectionId?: string | undefined;
227955
+ };
227956
+ }, {
227957
+ type: "DocumentUpdated";
227958
+ payload: {
227959
+ title: string;
227960
+ documentId: string;
227961
+ sectionId?: string | undefined;
227962
+ };
227963
+ }>, z.ZodObject<{
227964
+ type: z.ZodLiteral<"DocumentCommentSent">;
227965
+ payload: z.ZodObject<{
227966
+ documentId: z.ZodString;
227967
+ title: z.ZodString;
227968
+ sectionId: z.ZodOptional<z.ZodString>;
227969
+ }, "strip", z.ZodTypeAny, {
227970
+ title: string;
227971
+ documentId: string;
227972
+ sectionId?: string | undefined;
227973
+ }, {
227974
+ title: string;
227975
+ documentId: string;
227976
+ sectionId?: string | undefined;
227977
+ }>;
227978
+ }, "strip", z.ZodTypeAny, {
227979
+ type: "DocumentCommentSent";
227980
+ payload: {
227981
+ title: string;
227982
+ documentId: string;
227983
+ sectionId?: string | undefined;
227984
+ };
227985
+ }, {
227986
+ type: "DocumentCommentSent";
227987
+ payload: {
227988
+ title: string;
227989
+ documentId: string;
227990
+ sectionId?: string | undefined;
227991
+ };
227839
227992
  }>, z.ZodObject<{
227840
227993
  type: z.ZodLiteral<"ProjectCreated">;
227841
227994
  payload: z.ZodObject<{
@@ -228087,6 +228240,30 @@ declare const DTOTrailEventWithDetails: z.ZodIntersection<z.ZodIntersection<z.Zo
228087
228240
  name: string;
228088
228241
  featureId: string;
228089
228242
  };
228243
+ }>, z.ZodObject<{
228244
+ type: z.ZodLiteral<"FeatureArchived">;
228245
+ payload: z.ZodObject<{
228246
+ featureId: z.ZodString;
228247
+ name: z.ZodString;
228248
+ }, "strip", z.ZodTypeAny, {
228249
+ name: string;
228250
+ featureId: string;
228251
+ }, {
228252
+ name: string;
228253
+ featureId: string;
228254
+ }>;
228255
+ }, "strip", z.ZodTypeAny, {
228256
+ type: "FeatureArchived";
228257
+ payload: {
228258
+ name: string;
228259
+ featureId: string;
228260
+ };
228261
+ }, {
228262
+ type: "FeatureArchived";
228263
+ payload: {
228264
+ name: string;
228265
+ featureId: string;
228266
+ };
228090
228267
  }>, z.ZodObject<{
228091
228268
  type: z.ZodLiteral<"DocumentCreated">;
228092
228269
  payload: z.ZodObject<{
@@ -228140,6 +228317,64 @@ declare const DTOTrailEventWithDetails: z.ZodIntersection<z.ZodIntersection<z.Zo
228140
228317
  title: string;
228141
228318
  documentId: string;
228142
228319
  };
228320
+ }>, z.ZodObject<{
228321
+ type: z.ZodLiteral<"DocumentUpdated">;
228322
+ payload: z.ZodObject<{
228323
+ documentId: z.ZodString;
228324
+ title: z.ZodString;
228325
+ sectionId: z.ZodOptional<z.ZodString>;
228326
+ }, "strip", z.ZodTypeAny, {
228327
+ title: string;
228328
+ documentId: string;
228329
+ sectionId?: string | undefined;
228330
+ }, {
228331
+ title: string;
228332
+ documentId: string;
228333
+ sectionId?: string | undefined;
228334
+ }>;
228335
+ }, "strip", z.ZodTypeAny, {
228336
+ type: "DocumentUpdated";
228337
+ payload: {
228338
+ title: string;
228339
+ documentId: string;
228340
+ sectionId?: string | undefined;
228341
+ };
228342
+ }, {
228343
+ type: "DocumentUpdated";
228344
+ payload: {
228345
+ title: string;
228346
+ documentId: string;
228347
+ sectionId?: string | undefined;
228348
+ };
228349
+ }>, z.ZodObject<{
228350
+ type: z.ZodLiteral<"DocumentCommentSent">;
228351
+ payload: z.ZodObject<{
228352
+ documentId: z.ZodString;
228353
+ title: z.ZodString;
228354
+ sectionId: z.ZodOptional<z.ZodString>;
228355
+ }, "strip", z.ZodTypeAny, {
228356
+ title: string;
228357
+ documentId: string;
228358
+ sectionId?: string | undefined;
228359
+ }, {
228360
+ title: string;
228361
+ documentId: string;
228362
+ sectionId?: string | undefined;
228363
+ }>;
228364
+ }, "strip", z.ZodTypeAny, {
228365
+ type: "DocumentCommentSent";
228366
+ payload: {
228367
+ title: string;
228368
+ documentId: string;
228369
+ sectionId?: string | undefined;
228370
+ };
228371
+ }, {
228372
+ type: "DocumentCommentSent";
228373
+ payload: {
228374
+ title: string;
228375
+ documentId: string;
228376
+ sectionId?: string | undefined;
228377
+ };
228143
228378
  }>, z.ZodObject<{
228144
228379
  type: z.ZodLiteral<"ProjectCreated">;
228145
228380
  payload: z.ZodObject<{
@@ -228409,6 +228644,30 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
228409
228644
  name: string;
228410
228645
  featureId: string;
228411
228646
  };
228647
+ }>, z.ZodObject<{
228648
+ type: z.ZodLiteral<"FeatureArchived">;
228649
+ payload: z.ZodObject<{
228650
+ featureId: z.ZodString;
228651
+ name: z.ZodString;
228652
+ }, "strip", z.ZodTypeAny, {
228653
+ name: string;
228654
+ featureId: string;
228655
+ }, {
228656
+ name: string;
228657
+ featureId: string;
228658
+ }>;
228659
+ }, "strip", z.ZodTypeAny, {
228660
+ type: "FeatureArchived";
228661
+ payload: {
228662
+ name: string;
228663
+ featureId: string;
228664
+ };
228665
+ }, {
228666
+ type: "FeatureArchived";
228667
+ payload: {
228668
+ name: string;
228669
+ featureId: string;
228670
+ };
228412
228671
  }>, z.ZodObject<{
228413
228672
  type: z.ZodLiteral<"DocumentCreated">;
228414
228673
  payload: z.ZodObject<{
@@ -228462,6 +228721,64 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
228462
228721
  title: string;
228463
228722
  documentId: string;
228464
228723
  };
228724
+ }>, z.ZodObject<{
228725
+ type: z.ZodLiteral<"DocumentUpdated">;
228726
+ payload: z.ZodObject<{
228727
+ documentId: z.ZodString;
228728
+ title: z.ZodString;
228729
+ sectionId: z.ZodOptional<z.ZodString>;
228730
+ }, "strip", z.ZodTypeAny, {
228731
+ title: string;
228732
+ documentId: string;
228733
+ sectionId?: string | undefined;
228734
+ }, {
228735
+ title: string;
228736
+ documentId: string;
228737
+ sectionId?: string | undefined;
228738
+ }>;
228739
+ }, "strip", z.ZodTypeAny, {
228740
+ type: "DocumentUpdated";
228741
+ payload: {
228742
+ title: string;
228743
+ documentId: string;
228744
+ sectionId?: string | undefined;
228745
+ };
228746
+ }, {
228747
+ type: "DocumentUpdated";
228748
+ payload: {
228749
+ title: string;
228750
+ documentId: string;
228751
+ sectionId?: string | undefined;
228752
+ };
228753
+ }>, z.ZodObject<{
228754
+ type: z.ZodLiteral<"DocumentCommentSent">;
228755
+ payload: z.ZodObject<{
228756
+ documentId: z.ZodString;
228757
+ title: z.ZodString;
228758
+ sectionId: z.ZodOptional<z.ZodString>;
228759
+ }, "strip", z.ZodTypeAny, {
228760
+ title: string;
228761
+ documentId: string;
228762
+ sectionId?: string | undefined;
228763
+ }, {
228764
+ title: string;
228765
+ documentId: string;
228766
+ sectionId?: string | undefined;
228767
+ }>;
228768
+ }, "strip", z.ZodTypeAny, {
228769
+ type: "DocumentCommentSent";
228770
+ payload: {
228771
+ title: string;
228772
+ documentId: string;
228773
+ sectionId?: string | undefined;
228774
+ };
228775
+ }, {
228776
+ type: "DocumentCommentSent";
228777
+ payload: {
228778
+ title: string;
228779
+ documentId: string;
228780
+ sectionId?: string | undefined;
228781
+ };
228465
228782
  }>, z.ZodObject<{
228466
228783
  type: z.ZodLiteral<"ProjectCreated">;
228467
228784
  payload: z.ZodObject<{
@@ -228638,6 +228955,12 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
228638
228955
  name: string;
228639
228956
  featureId: string;
228640
228957
  };
228958
+ } | {
228959
+ type: "FeatureArchived";
228960
+ payload: {
228961
+ name: string;
228962
+ featureId: string;
228963
+ };
228641
228964
  } | {
228642
228965
  type: "DocumentCreated";
228643
228966
  payload: {
@@ -228651,6 +228974,20 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
228651
228974
  title: string;
228652
228975
  documentId: string;
228653
228976
  };
228977
+ } | {
228978
+ type: "DocumentUpdated";
228979
+ payload: {
228980
+ title: string;
228981
+ documentId: string;
228982
+ sectionId?: string | undefined;
228983
+ };
228984
+ } | {
228985
+ type: "DocumentCommentSent";
228986
+ payload: {
228987
+ title: string;
228988
+ documentId: string;
228989
+ sectionId?: string | undefined;
228990
+ };
228654
228991
  } | {
228655
228992
  type: "ProjectCreated";
228656
228993
  payload: {
@@ -228719,6 +229056,12 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
228719
229056
  name: string;
228720
229057
  featureId: string;
228721
229058
  };
229059
+ } | {
229060
+ type: "FeatureArchived";
229061
+ payload: {
229062
+ name: string;
229063
+ featureId: string;
229064
+ };
228722
229065
  } | {
228723
229066
  type: "DocumentCreated";
228724
229067
  payload: {
@@ -228732,6 +229075,20 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
228732
229075
  title: string;
228733
229076
  documentId: string;
228734
229077
  };
229078
+ } | {
229079
+ type: "DocumentUpdated";
229080
+ payload: {
229081
+ title: string;
229082
+ documentId: string;
229083
+ sectionId?: string | undefined;
229084
+ };
229085
+ } | {
229086
+ type: "DocumentCommentSent";
229087
+ payload: {
229088
+ title: string;
229089
+ documentId: string;
229090
+ sectionId?: string | undefined;
229091
+ };
228735
229092
  } | {
228736
229093
  type: "ProjectCreated";
228737
229094
  payload: {
@@ -228774,7 +229131,7 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
228774
229131
  })[];
228775
229132
  }>;
228776
229133
  type DTOTrailEventListResponse = z.infer<typeof DTOTrailEventListResponse>;
228777
- declare const DTOTrailEventType: z.ZodEnum<["IterationCreated", "IterationBookmarked", "FeatureCreated", "FeatureDeleted", "DocumentCreated", "DocumentDeleted", "ProjectCreated", "ProjectArchived", "IterationPromoted", "ProjectContextCreated", "ProjectContextArchived"]>;
229134
+ declare const DTOTrailEventType: z.ZodEnum<["IterationCreated", "IterationBookmarked", "FeatureCreated", "FeatureDeleted", "FeatureArchived", "DocumentCreated", "DocumentDeleted", "DocumentUpdated", "DocumentCommentSent", "ProjectCreated", "ProjectArchived", "IterationPromoted", "ProjectContextCreated", "ProjectContextArchived"]>;
228778
229135
  type DTOTrailEventType = z.infer<typeof DTOTrailEventType>;
228779
229136
  declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
228780
229137
  type: z.ZodLiteral<"IterationCreated">;
@@ -228887,6 +229244,30 @@ declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"ty
228887
229244
  name: string;
228888
229245
  featureId: string;
228889
229246
  };
229247
+ }>, z.ZodObject<{
229248
+ type: z.ZodLiteral<"FeatureArchived">;
229249
+ payload: z.ZodObject<{
229250
+ featureId: z.ZodString;
229251
+ name: z.ZodString;
229252
+ }, "strip", z.ZodTypeAny, {
229253
+ name: string;
229254
+ featureId: string;
229255
+ }, {
229256
+ name: string;
229257
+ featureId: string;
229258
+ }>;
229259
+ }, "strip", z.ZodTypeAny, {
229260
+ type: "FeatureArchived";
229261
+ payload: {
229262
+ name: string;
229263
+ featureId: string;
229264
+ };
229265
+ }, {
229266
+ type: "FeatureArchived";
229267
+ payload: {
229268
+ name: string;
229269
+ featureId: string;
229270
+ };
228890
229271
  }>, z.ZodObject<{
228891
229272
  type: z.ZodLiteral<"DocumentCreated">;
228892
229273
  payload: z.ZodObject<{
@@ -228940,6 +229321,64 @@ declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"ty
228940
229321
  title: string;
228941
229322
  documentId: string;
228942
229323
  };
229324
+ }>, z.ZodObject<{
229325
+ type: z.ZodLiteral<"DocumentUpdated">;
229326
+ payload: z.ZodObject<{
229327
+ documentId: z.ZodString;
229328
+ title: z.ZodString;
229329
+ sectionId: z.ZodOptional<z.ZodString>;
229330
+ }, "strip", z.ZodTypeAny, {
229331
+ title: string;
229332
+ documentId: string;
229333
+ sectionId?: string | undefined;
229334
+ }, {
229335
+ title: string;
229336
+ documentId: string;
229337
+ sectionId?: string | undefined;
229338
+ }>;
229339
+ }, "strip", z.ZodTypeAny, {
229340
+ type: "DocumentUpdated";
229341
+ payload: {
229342
+ title: string;
229343
+ documentId: string;
229344
+ sectionId?: string | undefined;
229345
+ };
229346
+ }, {
229347
+ type: "DocumentUpdated";
229348
+ payload: {
229349
+ title: string;
229350
+ documentId: string;
229351
+ sectionId?: string | undefined;
229352
+ };
229353
+ }>, z.ZodObject<{
229354
+ type: z.ZodLiteral<"DocumentCommentSent">;
229355
+ payload: z.ZodObject<{
229356
+ documentId: z.ZodString;
229357
+ title: z.ZodString;
229358
+ sectionId: z.ZodOptional<z.ZodString>;
229359
+ }, "strip", z.ZodTypeAny, {
229360
+ title: string;
229361
+ documentId: string;
229362
+ sectionId?: string | undefined;
229363
+ }, {
229364
+ title: string;
229365
+ documentId: string;
229366
+ sectionId?: string | undefined;
229367
+ }>;
229368
+ }, "strip", z.ZodTypeAny, {
229369
+ type: "DocumentCommentSent";
229370
+ payload: {
229371
+ title: string;
229372
+ documentId: string;
229373
+ sectionId?: string | undefined;
229374
+ };
229375
+ }, {
229376
+ type: "DocumentCommentSent";
229377
+ payload: {
229378
+ title: string;
229379
+ documentId: string;
229380
+ sectionId?: string | undefined;
229381
+ };
228943
229382
  }>, z.ZodObject<{
228944
229383
  type: z.ZodLiteral<"ProjectCreated">;
228945
229384
  payload: z.ZodObject<{
@@ -235376,6 +235815,45 @@ declare const DTOSubscription: z$1.ZodObject<{
235376
235815
  errorReason: string;
235377
235816
  max?: number | undefined;
235378
235817
  }>;
235818
+ forgeActiveFeaturesPerProject: z$1.ZodObject<{
235819
+ max: z$1.ZodOptional<z$1.ZodNumber>;
235820
+ errorMessage: z$1.ZodString;
235821
+ errorReason: z$1.ZodString;
235822
+ }, "strip", z$1.ZodTypeAny, {
235823
+ errorMessage: string;
235824
+ errorReason: string;
235825
+ max?: number | undefined;
235826
+ }, {
235827
+ errorMessage: string;
235828
+ errorReason: string;
235829
+ max?: number | undefined;
235830
+ }>;
235831
+ forgeActiveDocumentsPerProject: z$1.ZodObject<{
235832
+ max: z$1.ZodOptional<z$1.ZodNumber>;
235833
+ errorMessage: z$1.ZodString;
235834
+ errorReason: z$1.ZodString;
235835
+ }, "strip", z$1.ZodTypeAny, {
235836
+ errorMessage: string;
235837
+ errorReason: string;
235838
+ max?: number | undefined;
235839
+ }, {
235840
+ errorMessage: string;
235841
+ errorReason: string;
235842
+ max?: number | undefined;
235843
+ }>;
235844
+ forgePrivateProjects: z$1.ZodObject<{
235845
+ enabled: z$1.ZodBoolean;
235846
+ errorMessage: z$1.ZodString;
235847
+ errorReason: z$1.ZodString;
235848
+ }, "strip", z$1.ZodTypeAny, {
235849
+ errorMessage: string;
235850
+ errorReason: string;
235851
+ enabled: boolean;
235852
+ }, {
235853
+ errorMessage: string;
235854
+ errorReason: string;
235855
+ enabled: boolean;
235856
+ }>;
235379
235857
  }, "strip", z$1.ZodTypeAny, {
235380
235858
  analytics: {
235381
235859
  errorMessage: string;
@@ -235514,144 +235992,174 @@ declare const DTOSubscription: z$1.ZodObject<{
235514
235992
  errorReason: string;
235515
235993
  max?: number | undefined;
235516
235994
  };
235517
- }, {
235518
- analytics: {
235519
- errorMessage: string;
235520
- errorReason: string;
235521
- max?: number | undefined;
235522
- };
235523
- themes: {
235524
- errorMessage: string;
235525
- errorReason: string;
235526
- max?: number | undefined;
235527
- };
235528
- designSystems: {
235529
- errorMessage: string;
235530
- errorReason: string;
235531
- max?: number | undefined;
235532
- };
235533
- designSystemSources: {
235995
+ forgeActiveFeaturesPerProject: {
235996
+ errorMessage: string;
235997
+ errorReason: string;
235998
+ max?: number | undefined;
235999
+ };
236000
+ forgeActiveDocumentsPerProject: {
236001
+ errorMessage: string;
236002
+ errorReason: string;
236003
+ max?: number | undefined;
236004
+ };
236005
+ forgePrivateProjects: {
236006
+ errorMessage: string;
236007
+ errorReason: string;
236008
+ enabled: boolean;
236009
+ };
236010
+ }, {
236011
+ analytics: {
236012
+ errorMessage: string;
236013
+ errorReason: string;
236014
+ max?: number | undefined;
236015
+ };
236016
+ themes: {
236017
+ errorMessage: string;
236018
+ errorReason: string;
236019
+ max?: number | undefined;
236020
+ };
236021
+ designSystems: {
236022
+ errorMessage: string;
236023
+ errorReason: string;
236024
+ max?: number | undefined;
236025
+ };
236026
+ designSystemSources: {
236027
+ errorMessage: string;
236028
+ errorReason: string;
236029
+ noImportJobsErrorMessage: string;
236030
+ noImportJobsErrorReason: string;
236031
+ max?: number | undefined;
236032
+ };
236033
+ designSystemVersions: {
236034
+ errorMessage: string;
236035
+ errorReason: string;
236036
+ max?: number | undefined;
236037
+ };
236038
+ brands: {
236039
+ errorMessage: string;
236040
+ errorReason: string;
236041
+ max?: number | undefined;
236042
+ };
236043
+ codegenSchedules: {
236044
+ errorMessage: string;
236045
+ errorReason: string;
236046
+ max?: number | undefined;
236047
+ };
236048
+ publicDocumentation: {
236049
+ errorMessage: string;
236050
+ errorReason: string;
236051
+ enabled: boolean;
236052
+ };
236053
+ customDocumentationUrl: {
236054
+ errorMessage: string;
236055
+ errorReason: string;
236056
+ enabled: boolean;
236057
+ };
236058
+ customDocumentationViewButton: {
236059
+ errorMessage: string;
236060
+ errorReason: string;
236061
+ enabled: boolean;
236062
+ };
236063
+ designSystemSourceAutoImport: {
236064
+ errorMessage: string;
236065
+ errorReason: string;
236066
+ enabled: boolean;
236067
+ };
236068
+ designSystemSlug: {
236069
+ errorMessage: string;
236070
+ errorReason: string;
236071
+ enabled: boolean;
236072
+ };
236073
+ ipWhitelisting: {
236074
+ errorMessage: string;
236075
+ errorReason: string;
236076
+ enabled: boolean;
236077
+ };
236078
+ npmRegistry: {
236079
+ errorMessage: string;
236080
+ errorReason: string;
236081
+ enabled: boolean;
236082
+ };
236083
+ sso: {
236084
+ errorMessage: string;
236085
+ errorReason: string;
236086
+ enabled: boolean;
236087
+ };
236088
+ workspacePaidSeats: {
236089
+ errorMessage: string;
236090
+ errorReason: string;
236091
+ max?: number | undefined;
236092
+ };
236093
+ workspaceViewers: {
236094
+ errorMessage: string;
236095
+ errorReason: string;
236096
+ max?: number | undefined;
236097
+ };
236098
+ customDocumentationExporter: {
236099
+ errorMessage: string;
236100
+ errorReason: string;
236101
+ enabled: boolean;
236102
+ };
236103
+ protectedPages: {
236104
+ errorMessage: string;
236105
+ errorReason: string;
236106
+ enabled: boolean;
236107
+ };
236108
+ approvals: {
236109
+ errorMessage: string;
236110
+ errorReason: string;
236111
+ enabled: boolean;
236112
+ };
236113
+ selectivePublishing: {
236114
+ errorMessage: string;
236115
+ errorReason: string;
236116
+ enabled: boolean;
236117
+ };
236118
+ designSystemAccessModes: {
236119
+ errorMessage: string;
236120
+ errorReason: string;
236121
+ enabled: boolean;
236122
+ };
236123
+ designSystemRoles: {
236124
+ errorMessage: string;
236125
+ errorReason: string;
236126
+ enabled: boolean;
236127
+ };
236128
+ documentationPageRedirects: {
236129
+ errorMessage: string;
236130
+ errorReason: string;
236131
+ enabled: boolean;
236132
+ };
236133
+ designSystemFileSize: {
236134
+ errorMessage: string;
236135
+ errorReason: string;
236136
+ max?: number | undefined;
236137
+ };
236138
+ forgeActiveProjects: {
236139
+ errorMessage: string;
236140
+ errorReason: string;
236141
+ max?: number | undefined;
236142
+ };
236143
+ forgeProjectFileSize: {
236144
+ errorMessage: string;
236145
+ errorReason: string;
236146
+ max?: number | undefined;
236147
+ };
236148
+ forgeActiveFeaturesPerProject: {
235534
236149
  errorMessage: string;
235535
236150
  errorReason: string;
235536
- noImportJobsErrorMessage: string;
235537
- noImportJobsErrorReason: string;
235538
236151
  max?: number | undefined;
235539
236152
  };
235540
- designSystemVersions: {
236153
+ forgeActiveDocumentsPerProject: {
235541
236154
  errorMessage: string;
235542
236155
  errorReason: string;
235543
236156
  max?: number | undefined;
235544
236157
  };
235545
- brands: {
235546
- errorMessage: string;
235547
- errorReason: string;
235548
- max?: number | undefined;
235549
- };
235550
- codegenSchedules: {
235551
- errorMessage: string;
235552
- errorReason: string;
235553
- max?: number | undefined;
235554
- };
235555
- publicDocumentation: {
235556
- errorMessage: string;
235557
- errorReason: string;
235558
- enabled: boolean;
235559
- };
235560
- customDocumentationUrl: {
235561
- errorMessage: string;
235562
- errorReason: string;
235563
- enabled: boolean;
235564
- };
235565
- customDocumentationViewButton: {
235566
- errorMessage: string;
235567
- errorReason: string;
235568
- enabled: boolean;
235569
- };
235570
- designSystemSourceAutoImport: {
235571
- errorMessage: string;
235572
- errorReason: string;
235573
- enabled: boolean;
235574
- };
235575
- designSystemSlug: {
235576
- errorMessage: string;
235577
- errorReason: string;
235578
- enabled: boolean;
235579
- };
235580
- ipWhitelisting: {
236158
+ forgePrivateProjects: {
235581
236159
  errorMessage: string;
235582
236160
  errorReason: string;
235583
236161
  enabled: boolean;
235584
236162
  };
235585
- npmRegistry: {
235586
- errorMessage: string;
235587
- errorReason: string;
235588
- enabled: boolean;
235589
- };
235590
- sso: {
235591
- errorMessage: string;
235592
- errorReason: string;
235593
- enabled: boolean;
235594
- };
235595
- workspacePaidSeats: {
235596
- errorMessage: string;
235597
- errorReason: string;
235598
- max?: number | undefined;
235599
- };
235600
- workspaceViewers: {
235601
- errorMessage: string;
235602
- errorReason: string;
235603
- max?: number | undefined;
235604
- };
235605
- customDocumentationExporter: {
235606
- errorMessage: string;
235607
- errorReason: string;
235608
- enabled: boolean;
235609
- };
235610
- protectedPages: {
235611
- errorMessage: string;
235612
- errorReason: string;
235613
- enabled: boolean;
235614
- };
235615
- approvals: {
235616
- errorMessage: string;
235617
- errorReason: string;
235618
- enabled: boolean;
235619
- };
235620
- selectivePublishing: {
235621
- errorMessage: string;
235622
- errorReason: string;
235623
- enabled: boolean;
235624
- };
235625
- designSystemAccessModes: {
235626
- errorMessage: string;
235627
- errorReason: string;
235628
- enabled: boolean;
235629
- };
235630
- designSystemRoles: {
235631
- errorMessage: string;
235632
- errorReason: string;
235633
- enabled: boolean;
235634
- };
235635
- documentationPageRedirects: {
235636
- errorMessage: string;
235637
- errorReason: string;
235638
- enabled: boolean;
235639
- };
235640
- designSystemFileSize: {
235641
- errorMessage: string;
235642
- errorReason: string;
235643
- max?: number | undefined;
235644
- };
235645
- forgeActiveProjects: {
235646
- errorMessage: string;
235647
- errorReason: string;
235648
- max?: number | undefined;
235649
- };
235650
- forgeProjectFileSize: {
235651
- errorMessage: string;
235652
- errorReason: string;
235653
- max?: number | undefined;
235654
- };
235655
236163
  }>>;
235656
236164
  stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
235657
236165
  stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
@@ -235867,6 +236375,21 @@ declare const DTOSubscription: z$1.ZodObject<{
235867
236375
  errorReason: string;
235868
236376
  max?: number | undefined;
235869
236377
  };
236378
+ forgeActiveFeaturesPerProject: {
236379
+ errorMessage: string;
236380
+ errorReason: string;
236381
+ max?: number | undefined;
236382
+ };
236383
+ forgeActiveDocumentsPerProject: {
236384
+ errorMessage: string;
236385
+ errorReason: string;
236386
+ max?: number | undefined;
236387
+ };
236388
+ forgePrivateProjects: {
236389
+ errorMessage: string;
236390
+ errorReason: string;
236391
+ enabled: boolean;
236392
+ };
235870
236393
  } | undefined;
235871
236394
  stripeSubscriptionMainItemId?: string | undefined;
235872
236395
  currentPeriodStart?: string | undefined;
@@ -236048,6 +236571,21 @@ declare const DTOSubscription: z$1.ZodObject<{
236048
236571
  errorReason: string;
236049
236572
  max?: number | undefined;
236050
236573
  };
236574
+ forgeActiveFeaturesPerProject: {
236575
+ errorMessage: string;
236576
+ errorReason: string;
236577
+ max?: number | undefined;
236578
+ };
236579
+ forgeActiveDocumentsPerProject: {
236580
+ errorMessage: string;
236581
+ errorReason: string;
236582
+ max?: number | undefined;
236583
+ };
236584
+ forgePrivateProjects: {
236585
+ errorMessage: string;
236586
+ errorReason: string;
236587
+ enabled: boolean;
236588
+ };
236051
236589
  } | undefined;
236052
236590
  stripeSubscriptionMainItemId?: string | undefined;
236053
236591
  currentPeriodStart?: string | undefined;
@@ -236436,6 +236974,45 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
236436
236974
  errorReason: string;
236437
236975
  max?: number | undefined;
236438
236976
  }>;
236977
+ forgeActiveFeaturesPerProject: z$1.ZodObject<{
236978
+ max: z$1.ZodOptional<z$1.ZodNumber>;
236979
+ errorMessage: z$1.ZodString;
236980
+ errorReason: z$1.ZodString;
236981
+ }, "strip", z$1.ZodTypeAny, {
236982
+ errorMessage: string;
236983
+ errorReason: string;
236984
+ max?: number | undefined;
236985
+ }, {
236986
+ errorMessage: string;
236987
+ errorReason: string;
236988
+ max?: number | undefined;
236989
+ }>;
236990
+ forgeActiveDocumentsPerProject: z$1.ZodObject<{
236991
+ max: z$1.ZodOptional<z$1.ZodNumber>;
236992
+ errorMessage: z$1.ZodString;
236993
+ errorReason: z$1.ZodString;
236994
+ }, "strip", z$1.ZodTypeAny, {
236995
+ errorMessage: string;
236996
+ errorReason: string;
236997
+ max?: number | undefined;
236998
+ }, {
236999
+ errorMessage: string;
237000
+ errorReason: string;
237001
+ max?: number | undefined;
237002
+ }>;
237003
+ forgePrivateProjects: z$1.ZodObject<{
237004
+ enabled: z$1.ZodBoolean;
237005
+ errorMessage: z$1.ZodString;
237006
+ errorReason: z$1.ZodString;
237007
+ }, "strip", z$1.ZodTypeAny, {
237008
+ errorMessage: string;
237009
+ errorReason: string;
237010
+ enabled: boolean;
237011
+ }, {
237012
+ errorMessage: string;
237013
+ errorReason: string;
237014
+ enabled: boolean;
237015
+ }>;
236439
237016
  }, "strip", z$1.ZodTypeAny, {
236440
237017
  analytics: {
236441
237018
  errorMessage: string;
@@ -236574,6 +237151,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
236574
237151
  errorReason: string;
236575
237152
  max?: number | undefined;
236576
237153
  };
237154
+ forgeActiveFeaturesPerProject: {
237155
+ errorMessage: string;
237156
+ errorReason: string;
237157
+ max?: number | undefined;
237158
+ };
237159
+ forgeActiveDocumentsPerProject: {
237160
+ errorMessage: string;
237161
+ errorReason: string;
237162
+ max?: number | undefined;
237163
+ };
237164
+ forgePrivateProjects: {
237165
+ errorMessage: string;
237166
+ errorReason: string;
237167
+ enabled: boolean;
237168
+ };
236577
237169
  }, {
236578
237170
  analytics: {
236579
237171
  errorMessage: string;
@@ -236712,6 +237304,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
236712
237304
  errorReason: string;
236713
237305
  max?: number | undefined;
236714
237306
  };
237307
+ forgeActiveFeaturesPerProject: {
237308
+ errorMessage: string;
237309
+ errorReason: string;
237310
+ max?: number | undefined;
237311
+ };
237312
+ forgeActiveDocumentsPerProject: {
237313
+ errorMessage: string;
237314
+ errorReason: string;
237315
+ max?: number | undefined;
237316
+ };
237317
+ forgePrivateProjects: {
237318
+ errorMessage: string;
237319
+ errorReason: string;
237320
+ enabled: boolean;
237321
+ };
236715
237322
  }>>;
236716
237323
  stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
236717
237324
  stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
@@ -236927,6 +237534,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
236927
237534
  errorReason: string;
236928
237535
  max?: number | undefined;
236929
237536
  };
237537
+ forgeActiveFeaturesPerProject: {
237538
+ errorMessage: string;
237539
+ errorReason: string;
237540
+ max?: number | undefined;
237541
+ };
237542
+ forgeActiveDocumentsPerProject: {
237543
+ errorMessage: string;
237544
+ errorReason: string;
237545
+ max?: number | undefined;
237546
+ };
237547
+ forgePrivateProjects: {
237548
+ errorMessage: string;
237549
+ errorReason: string;
237550
+ enabled: boolean;
237551
+ };
236930
237552
  } | undefined;
236931
237553
  stripeSubscriptionMainItemId?: string | undefined;
236932
237554
  currentPeriodStart?: string | undefined;
@@ -237108,6 +237730,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
237108
237730
  errorReason: string;
237109
237731
  max?: number | undefined;
237110
237732
  };
237733
+ forgeActiveFeaturesPerProject: {
237734
+ errorMessage: string;
237735
+ errorReason: string;
237736
+ max?: number | undefined;
237737
+ };
237738
+ forgeActiveDocumentsPerProject: {
237739
+ errorMessage: string;
237740
+ errorReason: string;
237741
+ max?: number | undefined;
237742
+ };
237743
+ forgePrivateProjects: {
237744
+ errorMessage: string;
237745
+ errorReason: string;
237746
+ enabled: boolean;
237747
+ };
237111
237748
  } | undefined;
237112
237749
  stripeSubscriptionMainItemId?: string | undefined;
237113
237750
  currentPeriodStart?: string | undefined;
@@ -237460,6 +238097,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
237460
238097
  errorReason: string;
237461
238098
  max?: number | undefined;
237462
238099
  };
238100
+ forgeActiveFeaturesPerProject: {
238101
+ errorMessage: string;
238102
+ errorReason: string;
238103
+ max?: number | undefined;
238104
+ };
238105
+ forgeActiveDocumentsPerProject: {
238106
+ errorMessage: string;
238107
+ errorReason: string;
238108
+ max?: number | undefined;
238109
+ };
238110
+ forgePrivateProjects: {
238111
+ errorMessage: string;
238112
+ errorReason: string;
238113
+ enabled: boolean;
238114
+ };
237463
238115
  } | undefined;
237464
238116
  stripeSubscriptionMainItemId?: string | undefined;
237465
238117
  currentPeriodStart?: string | undefined;
@@ -237680,6 +238332,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
237680
238332
  errorReason: string;
237681
238333
  max?: number | undefined;
237682
238334
  };
238335
+ forgeActiveFeaturesPerProject: {
238336
+ errorMessage: string;
238337
+ errorReason: string;
238338
+ max?: number | undefined;
238339
+ };
238340
+ forgeActiveDocumentsPerProject: {
238341
+ errorMessage: string;
238342
+ errorReason: string;
238343
+ max?: number | undefined;
238344
+ };
238345
+ forgePrivateProjects: {
238346
+ errorMessage: string;
238347
+ errorReason: string;
238348
+ enabled: boolean;
238349
+ };
237683
238350
  } | undefined;
237684
238351
  stripeSubscriptionMainItemId?: string | undefined;
237685
238352
  currentPeriodStart?: string | undefined;
@@ -256908,6 +257575,21 @@ declare class WorkspaceSubscriptionEndpoint {
256908
257575
  errorReason: string;
256909
257576
  max?: number | undefined;
256910
257577
  };
257578
+ forgeActiveFeaturesPerProject: {
257579
+ errorMessage: string;
257580
+ errorReason: string;
257581
+ max?: number | undefined;
257582
+ };
257583
+ forgeActiveDocumentsPerProject: {
257584
+ errorMessage: string;
257585
+ errorReason: string;
257586
+ max?: number | undefined;
257587
+ };
257588
+ forgePrivateProjects: {
257589
+ errorMessage: string;
257590
+ errorReason: string;
257591
+ enabled: boolean;
257592
+ };
256911
257593
  } | undefined;
256912
257594
  stripeSubscriptionMainItemId?: string | undefined;
256913
257595
  currentPeriodStart?: string | undefined;
@@ -260574,4 +261256,4 @@ declare function isValidRedirectPath(path: string): {
260574
261256
  reason: ValidationErrorReason | undefined;
260575
261257
  };
260576
261258
 
260577
- export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectDocumentPreview, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeaturePreview, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOForgeTokenThemeSet, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };
261259
+ export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectDocumentPreview, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeaturePreview, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOForgeTokenThemeSet, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventClientCreate, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };