@supernova-studio/client 1.41.0 → 1.41.2

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
@@ -66384,6 +66384,201 @@ type DTOFigmaNodeResponse = {
66384
66384
  nodes: FigmaExporter["AnyDesignNode"];
66385
66385
  };
66386
66386
 
66387
+ declare const DTOFile: z__default.ZodObject<{
66388
+ id: z__default.ZodString;
66389
+ name: z__default.ZodString;
66390
+ deduplicationKey: z__default.ZodString;
66391
+ pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
66392
+ storagePath: z__default.ZodString;
66393
+ url: z__default.ZodString;
66394
+ size: z__default.ZodNumber;
66395
+ }, "strip", z__default.ZodTypeAny, {
66396
+ id: string;
66397
+ name: string;
66398
+ url: string;
66399
+ size: number;
66400
+ deduplicationKey: string;
66401
+ storagePath: string;
66402
+ pendingUpload?: boolean | undefined;
66403
+ }, {
66404
+ id: string;
66405
+ name: string;
66406
+ url: string;
66407
+ size: number;
66408
+ deduplicationKey: string;
66409
+ storagePath: string;
66410
+ pendingUpload?: boolean | undefined;
66411
+ }>;
66412
+ type DTOFile = z__default.infer<typeof DTOFile>;
66413
+ declare const DTOFileReference: z__default.ZodObject<{
66414
+ fileId: z__default.ZodString;
66415
+ fileUrl: z__default.ZodString;
66416
+ }, "strip", z__default.ZodTypeAny, {
66417
+ fileId: string;
66418
+ fileUrl: string;
66419
+ }, {
66420
+ fileId: string;
66421
+ fileUrl: string;
66422
+ }>;
66423
+ type DTOFileReference = z__default.infer<typeof DTOFileReference>;
66424
+ declare const DTOFileUploadBulkInput: z__default.ZodIntersection<z__default.ZodObject<{
66425
+ files: z__default.ZodArray<z__default.ZodObject<{
66426
+ size: z__default.ZodNumber;
66427
+ name: z__default.ZodString;
66428
+ checksum: z__default.ZodString;
66429
+ }, "strip", z__default.ZodTypeAny, {
66430
+ name: string;
66431
+ size: number;
66432
+ checksum: string;
66433
+ }, {
66434
+ name: string;
66435
+ size: number;
66436
+ checksum: string;
66437
+ }>, "many">;
66438
+ }, "strip", z__default.ZodTypeAny, {
66439
+ files: {
66440
+ name: string;
66441
+ size: number;
66442
+ checksum: string;
66443
+ }[];
66444
+ }, {
66445
+ files: {
66446
+ name: string;
66447
+ size: number;
66448
+ checksum: string;
66449
+ }[];
66450
+ }>, z__default.ZodDiscriminatedUnion<"uploadTo", [z__default.ZodObject<{
66451
+ uploadTo: z__default.ZodLiteral<"User">;
66452
+ }, "strip", z__default.ZodTypeAny, {
66453
+ uploadTo: "User";
66454
+ }, {
66455
+ uploadTo: "User";
66456
+ }>, z__default.ZodObject<{
66457
+ uploadTo: z__default.ZodLiteral<"Workspace">;
66458
+ workspaceId: z__default.ZodString;
66459
+ }, "strip", z__default.ZodTypeAny, {
66460
+ workspaceId: string;
66461
+ uploadTo: "Workspace";
66462
+ }, {
66463
+ workspaceId: string;
66464
+ uploadTo: "Workspace";
66465
+ }>]>>;
66466
+ type DTOFileUploadBulkInput = z__default.infer<typeof DTOFileUploadBulkInput>;
66467
+ declare const DTOFileListResponse: z__default.ZodObject<{
66468
+ files: z__default.ZodArray<z__default.ZodObject<{
66469
+ id: z__default.ZodString;
66470
+ name: z__default.ZodString;
66471
+ deduplicationKey: z__default.ZodString;
66472
+ pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
66473
+ storagePath: z__default.ZodString;
66474
+ url: z__default.ZodString;
66475
+ size: z__default.ZodNumber;
66476
+ }, "strip", z__default.ZodTypeAny, {
66477
+ id: string;
66478
+ name: string;
66479
+ url: string;
66480
+ size: number;
66481
+ deduplicationKey: string;
66482
+ storagePath: string;
66483
+ pendingUpload?: boolean | undefined;
66484
+ }, {
66485
+ id: string;
66486
+ name: string;
66487
+ url: string;
66488
+ size: number;
66489
+ deduplicationKey: string;
66490
+ storagePath: string;
66491
+ pendingUpload?: boolean | undefined;
66492
+ }>, "many">;
66493
+ }, "strip", z__default.ZodTypeAny, {
66494
+ files: {
66495
+ id: string;
66496
+ name: string;
66497
+ url: string;
66498
+ size: number;
66499
+ deduplicationKey: string;
66500
+ storagePath: string;
66501
+ pendingUpload?: boolean | undefined;
66502
+ }[];
66503
+ }, {
66504
+ files: {
66505
+ id: string;
66506
+ name: string;
66507
+ url: string;
66508
+ size: number;
66509
+ deduplicationKey: string;
66510
+ storagePath: string;
66511
+ pendingUpload?: boolean | undefined;
66512
+ }[];
66513
+ }>;
66514
+ type DTOFileListResponse = z__default.infer<typeof DTOFileListResponse>;
66515
+ declare const DTOFileUploadBulkResponse: z__default.ZodObject<{
66516
+ files: z__default.ZodArray<z__default.ZodObject<{
66517
+ id: z__default.ZodString;
66518
+ name: z__default.ZodString;
66519
+ deduplicationKey: z__default.ZodString;
66520
+ pendingUpload: z__default.ZodOptional<z__default.ZodBoolean>;
66521
+ storagePath: z__default.ZodString;
66522
+ url: z__default.ZodString;
66523
+ size: z__default.ZodNumber;
66524
+ }, "strip", z__default.ZodTypeAny, {
66525
+ id: string;
66526
+ name: string;
66527
+ url: string;
66528
+ size: number;
66529
+ deduplicationKey: string;
66530
+ storagePath: string;
66531
+ pendingUpload?: boolean | undefined;
66532
+ }, {
66533
+ id: string;
66534
+ name: string;
66535
+ url: string;
66536
+ size: number;
66537
+ deduplicationKey: string;
66538
+ storagePath: string;
66539
+ pendingUpload?: boolean | undefined;
66540
+ }>, "many">;
66541
+ uploadUrls: z__default.ZodArray<z__default.ZodObject<{
66542
+ fileId: z__default.ZodString;
66543
+ uploadUrl: z__default.ZodString;
66544
+ }, "strip", z__default.ZodTypeAny, {
66545
+ fileId: string;
66546
+ uploadUrl: string;
66547
+ }, {
66548
+ fileId: string;
66549
+ uploadUrl: string;
66550
+ }>, "many">;
66551
+ }, "strip", z__default.ZodTypeAny, {
66552
+ files: {
66553
+ id: string;
66554
+ name: string;
66555
+ url: string;
66556
+ size: number;
66557
+ deduplicationKey: string;
66558
+ storagePath: string;
66559
+ pendingUpload?: boolean | undefined;
66560
+ }[];
66561
+ uploadUrls: {
66562
+ fileId: string;
66563
+ uploadUrl: string;
66564
+ }[];
66565
+ }, {
66566
+ files: {
66567
+ id: string;
66568
+ name: string;
66569
+ url: string;
66570
+ size: number;
66571
+ deduplicationKey: string;
66572
+ storagePath: string;
66573
+ pendingUpload?: boolean | undefined;
66574
+ }[];
66575
+ uploadUrls: {
66576
+ fileId: string;
66577
+ uploadUrl: string;
66578
+ }[];
66579
+ }>;
66580
+ type DTOFileUploadBulkResponse = z__default.infer<typeof DTOFileUploadBulkResponse>;
66581
+
66387
66582
  declare const DTOUGetForgeAgentResponse: z$1.ZodObject<{
66388
66583
  agent: z$1.ZodNullable<z$1.ZodObject<{
66389
66584
  avatar: z$1.ZodUnion<[z$1.ZodString, z$1.ZodObject<{
@@ -68781,9 +68976,20 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
68781
68976
  */
68782
68977
  isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
68783
68978
  /**
68979
+ * @deprecated use thumbnail.fileUrl
68784
68980
  * URL of a static thumbnail of the feature iteration
68785
68981
  */
68786
68982
  thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
68983
+ thumbnail: z__default.ZodOptional<z__default.ZodObject<{
68984
+ fileId: z__default.ZodString;
68985
+ fileUrl: z__default.ZodString;
68986
+ }, "strip", z__default.ZodTypeAny, {
68987
+ fileId: string;
68988
+ fileUrl: string;
68989
+ }, {
68990
+ fileId: string;
68991
+ fileUrl: string;
68992
+ }>>;
68787
68993
  createdAt: z__default.ZodString;
68788
68994
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
68789
68995
  artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
@@ -68810,6 +69016,10 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
68810
69016
  isInProgress?: boolean | undefined;
68811
69017
  staticPreviewUrl?: string | undefined;
68812
69018
  isBookmarked?: boolean | undefined;
69019
+ thumbnail?: {
69020
+ fileId: string;
69021
+ fileUrl: string;
69022
+ } | undefined;
68813
69023
  artifactsDiff?: {
68814
69024
  created: string[];
68815
69025
  updated: string[];
@@ -68826,6 +69036,10 @@ declare const DTOFeatureIteration: z__default.ZodObject<{
68826
69036
  isInProgress?: boolean | undefined;
68827
69037
  staticPreviewUrl?: string | undefined;
68828
69038
  isBookmarked?: boolean | undefined;
69039
+ thumbnail?: {
69040
+ fileId: string;
69041
+ fileUrl: string;
69042
+ } | undefined;
68829
69043
  artifactsDiff?: {
68830
69044
  created?: string[] | undefined;
68831
69045
  updated?: string[] | undefined;
@@ -69076,9 +69290,20 @@ declare const DTOFeatureIterationCreateInput: z__default.ZodObject<Pick<{
69076
69290
  */
69077
69291
  isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
69078
69292
  /**
69293
+ * @deprecated use thumbnail.fileUrl
69079
69294
  * URL of a static thumbnail of the feature iteration
69080
69295
  */
69081
69296
  thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
69297
+ thumbnail: z__default.ZodOptional<z__default.ZodObject<{
69298
+ fileId: z__default.ZodString;
69299
+ fileUrl: z__default.ZodString;
69300
+ }, "strip", z__default.ZodTypeAny, {
69301
+ fileId: string;
69302
+ fileUrl: string;
69303
+ }, {
69304
+ fileId: string;
69305
+ fileUrl: string;
69306
+ }>>;
69082
69307
  createdAt: z__default.ZodString;
69083
69308
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
69084
69309
  artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
@@ -69815,9 +70040,20 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69815
70040
  */
69816
70041
  isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
69817
70042
  /**
70043
+ * @deprecated use thumbnail.fileUrl
69818
70044
  * URL of a static thumbnail of the feature iteration
69819
70045
  */
69820
70046
  thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
70047
+ thumbnail: z__default.ZodOptional<z__default.ZodObject<{
70048
+ fileId: z__default.ZodString;
70049
+ fileUrl: z__default.ZodString;
70050
+ }, "strip", z__default.ZodTypeAny, {
70051
+ fileId: string;
70052
+ fileUrl: string;
70053
+ }, {
70054
+ fileId: string;
70055
+ fileUrl: string;
70056
+ }>>;
69821
70057
  createdAt: z__default.ZodString;
69822
70058
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
69823
70059
  artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
@@ -69844,6 +70080,10 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69844
70080
  isInProgress?: boolean | undefined;
69845
70081
  staticPreviewUrl?: string | undefined;
69846
70082
  isBookmarked?: boolean | undefined;
70083
+ thumbnail?: {
70084
+ fileId: string;
70085
+ fileUrl: string;
70086
+ } | undefined;
69847
70087
  artifactsDiff?: {
69848
70088
  created: string[];
69849
70089
  updated: string[];
@@ -69860,6 +70100,10 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69860
70100
  isInProgress?: boolean | undefined;
69861
70101
  staticPreviewUrl?: string | undefined;
69862
70102
  isBookmarked?: boolean | undefined;
70103
+ thumbnail?: {
70104
+ fileId: string;
70105
+ fileUrl: string;
70106
+ } | undefined;
69863
70107
  artifactsDiff?: {
69864
70108
  created?: string[] | undefined;
69865
70109
  updated?: string[] | undefined;
@@ -69878,6 +70122,10 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69878
70122
  isInProgress?: boolean | undefined;
69879
70123
  staticPreviewUrl?: string | undefined;
69880
70124
  isBookmarked?: boolean | undefined;
70125
+ thumbnail?: {
70126
+ fileId: string;
70127
+ fileUrl: string;
70128
+ } | undefined;
69881
70129
  artifactsDiff?: {
69882
70130
  created: string[];
69883
70131
  updated: string[];
@@ -69896,6 +70144,10 @@ declare const DTOFeatureIterationListResponse: z__default.ZodObject<{
69896
70144
  isInProgress?: boolean | undefined;
69897
70145
  staticPreviewUrl?: string | undefined;
69898
70146
  isBookmarked?: boolean | undefined;
70147
+ thumbnail?: {
70148
+ fileId: string;
70149
+ fileUrl: string;
70150
+ } | undefined;
69899
70151
  artifactsDiff?: {
69900
70152
  created?: string[] | undefined;
69901
70153
  updated?: string[] | undefined;
@@ -69932,9 +70184,20 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69932
70184
  */
69933
70185
  isBookmarked: z__default.ZodOptional<z__default.ZodBoolean>;
69934
70186
  /**
70187
+ * @deprecated use thumbnail.fileUrl
69935
70188
  * URL of a static thumbnail of the feature iteration
69936
70189
  */
69937
70190
  thumbnailUrl: z__default.ZodOptional<z__default.ZodString>;
70191
+ thumbnail: z__default.ZodOptional<z__default.ZodObject<{
70192
+ fileId: z__default.ZodString;
70193
+ fileUrl: z__default.ZodString;
70194
+ }, "strip", z__default.ZodTypeAny, {
70195
+ fileId: string;
70196
+ fileUrl: string;
70197
+ }, {
70198
+ fileId: string;
70199
+ fileUrl: string;
70200
+ }>>;
69938
70201
  createdAt: z__default.ZodString;
69939
70202
  updatedAt: z__default.ZodOptional<z__default.ZodString>;
69940
70203
  artifactsDiff: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
@@ -69961,6 +70224,10 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69961
70224
  isInProgress?: boolean | undefined;
69962
70225
  staticPreviewUrl?: string | undefined;
69963
70226
  isBookmarked?: boolean | undefined;
70227
+ thumbnail?: {
70228
+ fileId: string;
70229
+ fileUrl: string;
70230
+ } | undefined;
69964
70231
  artifactsDiff?: {
69965
70232
  created: string[];
69966
70233
  updated: string[];
@@ -69977,6 +70244,10 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69977
70244
  isInProgress?: boolean | undefined;
69978
70245
  staticPreviewUrl?: string | undefined;
69979
70246
  isBookmarked?: boolean | undefined;
70247
+ thumbnail?: {
70248
+ fileId: string;
70249
+ fileUrl: string;
70250
+ } | undefined;
69980
70251
  artifactsDiff?: {
69981
70252
  created?: string[] | undefined;
69982
70253
  updated?: string[] | undefined;
@@ -69995,6 +70266,10 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
69995
70266
  isInProgress?: boolean | undefined;
69996
70267
  staticPreviewUrl?: string | undefined;
69997
70268
  isBookmarked?: boolean | undefined;
70269
+ thumbnail?: {
70270
+ fileId: string;
70271
+ fileUrl: string;
70272
+ } | undefined;
69998
70273
  artifactsDiff?: {
69999
70274
  created: string[];
70000
70275
  updated: string[];
@@ -70013,6 +70288,10 @@ declare const DTOFeatureIterationResponse: z__default.ZodObject<{
70013
70288
  isInProgress?: boolean | undefined;
70014
70289
  staticPreviewUrl?: string | undefined;
70015
70290
  isBookmarked?: boolean | undefined;
70291
+ thumbnail?: {
70292
+ fileId: string;
70293
+ fileUrl: string;
70294
+ } | undefined;
70016
70295
  artifactsDiff?: {
70017
70296
  created?: string[] | undefined;
70018
70297
  updated?: string[] | undefined;
@@ -81034,16 +81313,101 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
81034
81313
  title: z__default.ZodString;
81035
81314
  sectionId: z__default.ZodOptional<z__default.ZodString>;
81036
81315
  afterArtifactId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
81316
+ initialMessage: z__default.ZodOptional<z__default.ZodObject<Pick<{
81317
+ id: z__default.ZodString;
81318
+ threadId: z__default.ZodString;
81319
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
81320
+ type: z__default.ZodLiteral<"User">;
81321
+ userId: z__default.ZodString;
81322
+ }, "strip", z__default.ZodTypeAny, {
81323
+ type: "User";
81324
+ userId: string;
81325
+ }, {
81326
+ type: "User";
81327
+ userId: string;
81328
+ }>, z__default.ZodObject<{
81329
+ type: z__default.ZodLiteral<"Agent">;
81330
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
81331
+ }, "strip", z__default.ZodTypeAny, {
81332
+ type: "Agent";
81333
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
81334
+ }, {
81335
+ type: "Agent";
81336
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
81337
+ }>, z__default.ZodObject<{
81338
+ type: z__default.ZodLiteral<"System">;
81339
+ onBehalfOfUserId: z__default.ZodString;
81340
+ }, "strip", z__default.ZodTypeAny, {
81341
+ type: "System";
81342
+ onBehalfOfUserId: string;
81343
+ }, {
81344
+ type: "System";
81345
+ onBehalfOfUserId: string;
81346
+ }>]>;
81347
+ body: z__default.ZodString;
81348
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
81349
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
81350
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
81351
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
81352
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
81353
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
81354
+ }, "strip", z__default.ZodTypeAny, {
81355
+ iterationId?: string | undefined;
81356
+ }, {
81357
+ iterationId?: string | undefined;
81358
+ }>>;
81359
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
81360
+ createdAt: z__default.ZodString;
81361
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
81362
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
81363
+ id: string;
81364
+ body: string;
81365
+ isPrompt?: boolean | undefined;
81366
+ startsNewThread?: boolean | undefined;
81367
+ parentMessageId?: string | undefined;
81368
+ attachments?: {
81369
+ iterationId?: string | undefined;
81370
+ } | undefined;
81371
+ }, {
81372
+ id: string;
81373
+ body: string;
81374
+ isPrompt?: boolean | undefined;
81375
+ startsNewThread?: boolean | undefined;
81376
+ parentMessageId?: string | undefined;
81377
+ attachments?: {
81378
+ iterationId?: string | undefined;
81379
+ } | undefined;
81380
+ }>>;
81037
81381
  }, "strip", z__default.ZodTypeAny, {
81038
81382
  id: string;
81039
81383
  title: string;
81040
81384
  sectionId?: string | undefined;
81041
81385
  afterArtifactId?: string | null | undefined;
81386
+ initialMessage?: {
81387
+ id: string;
81388
+ body: string;
81389
+ isPrompt?: boolean | undefined;
81390
+ startsNewThread?: boolean | undefined;
81391
+ parentMessageId?: string | undefined;
81392
+ attachments?: {
81393
+ iterationId?: string | undefined;
81394
+ } | undefined;
81395
+ } | undefined;
81042
81396
  }, {
81043
81397
  id: string;
81044
81398
  title: string;
81045
81399
  sectionId?: string | undefined;
81046
81400
  afterArtifactId?: string | null | undefined;
81401
+ initialMessage?: {
81402
+ id: string;
81403
+ body: string;
81404
+ isPrompt?: boolean | undefined;
81405
+ startsNewThread?: boolean | undefined;
81406
+ parentMessageId?: string | undefined;
81407
+ attachments?: {
81408
+ iterationId?: string | undefined;
81409
+ } | undefined;
81410
+ } | undefined;
81047
81411
  }>;
81048
81412
  }, "strip", z__default.ZodTypeAny, {
81049
81413
  type: "ArtifactCreate";
@@ -81052,6 +81416,16 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
81052
81416
  title: string;
81053
81417
  sectionId?: string | undefined;
81054
81418
  afterArtifactId?: string | null | undefined;
81419
+ initialMessage?: {
81420
+ id: string;
81421
+ body: string;
81422
+ isPrompt?: boolean | undefined;
81423
+ startsNewThread?: boolean | undefined;
81424
+ parentMessageId?: string | undefined;
81425
+ attachments?: {
81426
+ iterationId?: string | undefined;
81427
+ } | undefined;
81428
+ } | undefined;
81055
81429
  };
81056
81430
  }, {
81057
81431
  type: "ArtifactCreate";
@@ -81060,6 +81434,16 @@ declare const DTOForgeProjectActionArtifactCreate: z__default.ZodObject<{
81060
81434
  title: string;
81061
81435
  sectionId?: string | undefined;
81062
81436
  afterArtifactId?: string | null | undefined;
81437
+ initialMessage?: {
81438
+ id: string;
81439
+ body: string;
81440
+ isPrompt?: boolean | undefined;
81441
+ startsNewThread?: boolean | undefined;
81442
+ parentMessageId?: string | undefined;
81443
+ attachments?: {
81444
+ iterationId?: string | undefined;
81445
+ } | undefined;
81446
+ } | undefined;
81063
81447
  };
81064
81448
  }>;
81065
81449
  type DTOForgeProjectActionArtifactCreate = z__default.infer<typeof DTOForgeProjectActionArtifactCreate>;
@@ -81513,16 +81897,101 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81513
81897
  title: z__default.ZodString;
81514
81898
  sectionId: z__default.ZodOptional<z__default.ZodString>;
81515
81899
  afterArtifactId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
81900
+ initialMessage: z__default.ZodOptional<z__default.ZodObject<Pick<{
81901
+ id: z__default.ZodString;
81902
+ threadId: z__default.ZodString;
81903
+ sender: z__default.ZodDiscriminatedUnion<"type", [z__default.ZodObject<{
81904
+ type: z__default.ZodLiteral<"User">;
81905
+ userId: z__default.ZodString;
81906
+ }, "strip", z__default.ZodTypeAny, {
81907
+ type: "User";
81908
+ userId: string;
81909
+ }, {
81910
+ type: "User";
81911
+ userId: string;
81912
+ }>, z__default.ZodObject<{
81913
+ type: z__default.ZodLiteral<"Agent">;
81914
+ agentType: z__default.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
81915
+ }, "strip", z__default.ZodTypeAny, {
81916
+ type: "Agent";
81917
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
81918
+ }, {
81919
+ type: "Agent";
81920
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
81921
+ }>, z__default.ZodObject<{
81922
+ type: z__default.ZodLiteral<"System">;
81923
+ onBehalfOfUserId: z__default.ZodString;
81924
+ }, "strip", z__default.ZodTypeAny, {
81925
+ type: "System";
81926
+ onBehalfOfUserId: string;
81927
+ }, {
81928
+ type: "System";
81929
+ onBehalfOfUserId: string;
81930
+ }>]>;
81931
+ body: z__default.ZodString;
81932
+ isPrompt: z__default.ZodOptional<z__default.ZodBoolean>;
81933
+ startsNewThread: z__default.ZodOptional<z__default.ZodBoolean>;
81934
+ parentMessageId: z__default.ZodOptional<z__default.ZodString>;
81935
+ agentResponseTrackerId: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodString>>;
81936
+ attachments: z__default.ZodOptional<z__default.ZodObject<{
81937
+ iterationId: z__default.ZodOptional<z__default.ZodString>;
81938
+ }, "strip", z__default.ZodTypeAny, {
81939
+ iterationId?: string | undefined;
81940
+ }, {
81941
+ iterationId?: string | undefined;
81942
+ }>>;
81943
+ replyToMessageId: z__default.ZodOptional<z__default.ZodString>;
81944
+ createdAt: z__default.ZodString;
81945
+ updatedAt: z__default.ZodOptional<z__default.ZodString>;
81946
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z__default.ZodTypeAny, {
81947
+ id: string;
81948
+ body: string;
81949
+ isPrompt?: boolean | undefined;
81950
+ startsNewThread?: boolean | undefined;
81951
+ parentMessageId?: string | undefined;
81952
+ attachments?: {
81953
+ iterationId?: string | undefined;
81954
+ } | undefined;
81955
+ }, {
81956
+ id: string;
81957
+ body: string;
81958
+ isPrompt?: boolean | undefined;
81959
+ startsNewThread?: boolean | undefined;
81960
+ parentMessageId?: string | undefined;
81961
+ attachments?: {
81962
+ iterationId?: string | undefined;
81963
+ } | undefined;
81964
+ }>>;
81516
81965
  }, "strip", z__default.ZodTypeAny, {
81517
81966
  id: string;
81518
81967
  title: string;
81519
81968
  sectionId?: string | undefined;
81520
81969
  afterArtifactId?: string | null | undefined;
81970
+ initialMessage?: {
81971
+ id: string;
81972
+ body: string;
81973
+ isPrompt?: boolean | undefined;
81974
+ startsNewThread?: boolean | undefined;
81975
+ parentMessageId?: string | undefined;
81976
+ attachments?: {
81977
+ iterationId?: string | undefined;
81978
+ } | undefined;
81979
+ } | undefined;
81521
81980
  }, {
81522
81981
  id: string;
81523
81982
  title: string;
81524
81983
  sectionId?: string | undefined;
81525
81984
  afterArtifactId?: string | null | undefined;
81985
+ initialMessage?: {
81986
+ id: string;
81987
+ body: string;
81988
+ isPrompt?: boolean | undefined;
81989
+ startsNewThread?: boolean | undefined;
81990
+ parentMessageId?: string | undefined;
81991
+ attachments?: {
81992
+ iterationId?: string | undefined;
81993
+ } | undefined;
81994
+ } | undefined;
81526
81995
  }>;
81527
81996
  }, "strip", z__default.ZodTypeAny, {
81528
81997
  type: "ArtifactCreate";
@@ -81531,6 +82000,16 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81531
82000
  title: string;
81532
82001
  sectionId?: string | undefined;
81533
82002
  afterArtifactId?: string | null | undefined;
82003
+ initialMessage?: {
82004
+ id: string;
82005
+ body: string;
82006
+ isPrompt?: boolean | undefined;
82007
+ startsNewThread?: boolean | undefined;
82008
+ parentMessageId?: string | undefined;
82009
+ attachments?: {
82010
+ iterationId?: string | undefined;
82011
+ } | undefined;
82012
+ } | undefined;
81534
82013
  };
81535
82014
  }, {
81536
82015
  type: "ArtifactCreate";
@@ -81539,6 +82018,16 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
81539
82018
  title: string;
81540
82019
  sectionId?: string | undefined;
81541
82020
  afterArtifactId?: string | null | undefined;
82021
+ initialMessage?: {
82022
+ id: string;
82023
+ body: string;
82024
+ isPrompt?: boolean | undefined;
82025
+ startsNewThread?: boolean | undefined;
82026
+ parentMessageId?: string | undefined;
82027
+ attachments?: {
82028
+ iterationId?: string | undefined;
82029
+ } | undefined;
82030
+ } | undefined;
81542
82031
  };
81543
82032
  }>, z__default.ZodObject<{
81544
82033
  type: z__default.ZodLiteral<"ArtifactUpdate">;
@@ -81836,16 +82325,101 @@ declare const DTOForgeProjectArtifactCreateInput: z$1.ZodObject<{
81836
82325
  title: z$1.ZodString;
81837
82326
  sectionId: z$1.ZodOptional<z$1.ZodString>;
81838
82327
  afterArtifactId: z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>;
82328
+ initialMessage: z$1.ZodOptional<z$1.ZodObject<Pick<{
82329
+ id: z$1.ZodString;
82330
+ threadId: z$1.ZodString;
82331
+ sender: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
82332
+ type: z$1.ZodLiteral<"User">;
82333
+ userId: z$1.ZodString;
82334
+ }, "strip", z$1.ZodTypeAny, {
82335
+ type: "User";
82336
+ userId: string;
82337
+ }, {
82338
+ type: "User";
82339
+ userId: string;
82340
+ }>, z$1.ZodObject<{
82341
+ type: z$1.ZodLiteral<"Agent">;
82342
+ agentType: z$1.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
82343
+ }, "strip", z$1.ZodTypeAny, {
82344
+ type: "Agent";
82345
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
82346
+ }, {
82347
+ type: "Agent";
82348
+ agentType: "Ask" | "Document" | "Prototype" | "ReleaseNotes";
82349
+ }>, z$1.ZodObject<{
82350
+ type: z$1.ZodLiteral<"System">;
82351
+ onBehalfOfUserId: z$1.ZodString;
82352
+ }, "strip", z$1.ZodTypeAny, {
82353
+ type: "System";
82354
+ onBehalfOfUserId: string;
82355
+ }, {
82356
+ type: "System";
82357
+ onBehalfOfUserId: string;
82358
+ }>]>;
82359
+ body: z$1.ZodString;
82360
+ isPrompt: z$1.ZodOptional<z$1.ZodBoolean>;
82361
+ startsNewThread: z$1.ZodOptional<z$1.ZodBoolean>;
82362
+ parentMessageId: z$1.ZodOptional<z$1.ZodString>;
82363
+ agentResponseTrackerId: z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>;
82364
+ attachments: z$1.ZodOptional<z$1.ZodObject<{
82365
+ iterationId: z$1.ZodOptional<z$1.ZodString>;
82366
+ }, "strip", z$1.ZodTypeAny, {
82367
+ iterationId?: string | undefined;
82368
+ }, {
82369
+ iterationId?: string | undefined;
82370
+ }>>;
82371
+ replyToMessageId: z$1.ZodOptional<z$1.ZodString>;
82372
+ createdAt: z$1.ZodString;
82373
+ updatedAt: z$1.ZodOptional<z$1.ZodString>;
82374
+ }, "id" | "body" | "isPrompt" | "startsNewThread" | "parentMessageId" | "attachments">, "strip", z$1.ZodTypeAny, {
82375
+ id: string;
82376
+ body: string;
82377
+ isPrompt?: boolean | undefined;
82378
+ startsNewThread?: boolean | undefined;
82379
+ parentMessageId?: string | undefined;
82380
+ attachments?: {
82381
+ iterationId?: string | undefined;
82382
+ } | undefined;
82383
+ }, {
82384
+ id: string;
82385
+ body: string;
82386
+ isPrompt?: boolean | undefined;
82387
+ startsNewThread?: boolean | undefined;
82388
+ parentMessageId?: string | undefined;
82389
+ attachments?: {
82390
+ iterationId?: string | undefined;
82391
+ } | undefined;
82392
+ }>>;
81839
82393
  }, "strip", z$1.ZodTypeAny, {
81840
82394
  id: string;
81841
82395
  title: string;
81842
82396
  sectionId?: string | undefined;
81843
82397
  afterArtifactId?: string | null | undefined;
82398
+ initialMessage?: {
82399
+ id: string;
82400
+ body: string;
82401
+ isPrompt?: boolean | undefined;
82402
+ startsNewThread?: boolean | undefined;
82403
+ parentMessageId?: string | undefined;
82404
+ attachments?: {
82405
+ iterationId?: string | undefined;
82406
+ } | undefined;
82407
+ } | undefined;
81844
82408
  }, {
81845
82409
  id: string;
81846
82410
  title: string;
81847
82411
  sectionId?: string | undefined;
81848
82412
  afterArtifactId?: string | null | undefined;
82413
+ initialMessage?: {
82414
+ id: string;
82415
+ body: string;
82416
+ isPrompt?: boolean | undefined;
82417
+ startsNewThread?: boolean | undefined;
82418
+ parentMessageId?: string | undefined;
82419
+ attachments?: {
82420
+ iterationId?: string | undefined;
82421
+ } | undefined;
82422
+ } | undefined;
81849
82423
  }>;
81850
82424
  type DTOForgeProjectArtifactCreateInput = z$1.infer<typeof DTOForgeProjectArtifactCreateInput>;
81851
82425
  declare const DTOForgeProjectArtifactDeleteInput: z$1.ZodObject<{
@@ -255300,6 +255874,10 @@ declare class ForgeFeatureIterationsEndpoint {
255300
255874
  isInProgress?: boolean | undefined;
255301
255875
  staticPreviewUrl?: string | undefined;
255302
255876
  isBookmarked?: boolean | undefined;
255877
+ thumbnail?: {
255878
+ fileId: string;
255879
+ fileUrl: string;
255880
+ } | undefined;
255303
255881
  artifactsDiff?: {
255304
255882
  created: string[];
255305
255883
  updated: string[];
@@ -255448,6 +256026,10 @@ declare class ForgeProjectFeaturesEndpoint {
255448
256026
  isInProgress?: boolean | undefined;
255449
256027
  staticPreviewUrl?: string | undefined;
255450
256028
  isBookmarked?: boolean | undefined;
256029
+ thumbnail?: {
256030
+ fileId: string;
256031
+ fileUrl: string;
256032
+ } | undefined;
255451
256033
  artifactsDiff?: {
255452
256034
  created: string[];
255453
256035
  updated: string[];
@@ -263957,4 +264539,4 @@ declare function isValidRedirectPath(path: string): {
263957
264539
  reason: ValidationErrorReason | undefined;
263958
264540
  };
263959
264541
 
263960
- 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, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, 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, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, 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, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, 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, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemePreset, 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, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, 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, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, 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, 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, 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 };
264542
+ 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, DTOFeatureEventAgentResponseFinished, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, 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, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileUploadBulkInput, 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, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, 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, DTOForgeProjectCreateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRemoveResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeProjectUpdateResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemePreset, 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, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, 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, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, 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, 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, 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 };