@supernova-studio/client 1.17.0 → 1.17.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
@@ -78255,14 +78255,17 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
78255
78255
  name: z__default.ZodOptional<z__default.ZodString>;
78256
78256
  description: z__default.ZodOptional<z__default.ZodString>;
78257
78257
  isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
78258
+ status: z__default.ZodOptional<z__default.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
78258
78259
  }, "strip", z__default.ZodTypeAny, {
78259
78260
  id: string;
78260
78261
  name?: string | undefined;
78262
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
78261
78263
  description?: string | undefined;
78262
78264
  isArchived?: boolean | undefined;
78263
78265
  }, {
78264
78266
  id: string;
78265
78267
  name?: string | undefined;
78268
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
78266
78269
  description?: string | undefined;
78267
78270
  isArchived?: boolean | undefined;
78268
78271
  }>;
@@ -78271,6 +78274,7 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
78271
78274
  input: {
78272
78275
  id: string;
78273
78276
  name?: string | undefined;
78277
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
78274
78278
  description?: string | undefined;
78275
78279
  isArchived?: boolean | undefined;
78276
78280
  };
@@ -78279,6 +78283,7 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
78279
78283
  input: {
78280
78284
  id: string;
78281
78285
  name?: string | undefined;
78286
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
78282
78287
  description?: string | undefined;
78283
78288
  isArchived?: boolean | undefined;
78284
78289
  };
@@ -78634,14 +78639,17 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
78634
78639
  name: z__default.ZodOptional<z__default.ZodString>;
78635
78640
  description: z__default.ZodOptional<z__default.ZodString>;
78636
78641
  isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
78642
+ status: z__default.ZodOptional<z__default.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
78637
78643
  }, "strip", z__default.ZodTypeAny, {
78638
78644
  id: string;
78639
78645
  name?: string | undefined;
78646
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
78640
78647
  description?: string | undefined;
78641
78648
  isArchived?: boolean | undefined;
78642
78649
  }, {
78643
78650
  id: string;
78644
78651
  name?: string | undefined;
78652
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
78645
78653
  description?: string | undefined;
78646
78654
  isArchived?: boolean | undefined;
78647
78655
  }>;
@@ -78650,6 +78658,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
78650
78658
  input: {
78651
78659
  id: string;
78652
78660
  name?: string | undefined;
78661
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
78653
78662
  description?: string | undefined;
78654
78663
  isArchived?: boolean | undefined;
78655
78664
  };
@@ -78658,6 +78667,7 @@ declare const DTOForgeProjectAction: z__default.ZodIntersection<z__default.ZodDi
78658
78667
  input: {
78659
78668
  id: string;
78660
78669
  name?: string | undefined;
78670
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
78661
78671
  description?: string | undefined;
78662
78672
  isArchived?: boolean | undefined;
78663
78673
  };
@@ -81103,8 +81113,10 @@ declare const DTOForgeProjectFeature: z__default.ZodObject<{
81103
81113
  projectId: z__default.ZodString;
81104
81114
  sectionId: z__default.ZodOptional<z__default.ZodString>;
81105
81115
  sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
81116
+ status: z__default.ZodDefault<z__default.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
81106
81117
  updatedAt: z__default.ZodOptional<z__default.ZodDate>;
81107
81118
  }, "strip", z__default.ZodTypeAny, {
81119
+ status: "Draft" | "ReadyForDevelopment";
81108
81120
  id: string;
81109
81121
  name: string;
81110
81122
  createdAt: Date;
@@ -81122,6 +81134,7 @@ declare const DTOForgeProjectFeature: z__default.ZodObject<{
81122
81134
  description: string;
81123
81135
  createdByUserId: string;
81124
81136
  projectId: string;
81137
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
81125
81138
  updatedAt?: Date | undefined;
81126
81139
  sortOrder?: number | undefined;
81127
81140
  sectionId?: string | undefined;
@@ -81139,8 +81152,10 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
81139
81152
  projectId: z__default.ZodString;
81140
81153
  sectionId: z__default.ZodOptional<z__default.ZodString>;
81141
81154
  sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
81155
+ status: z__default.ZodDefault<z__default.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
81142
81156
  updatedAt: z__default.ZodOptional<z__default.ZodDate>;
81143
81157
  }, "strip", z__default.ZodTypeAny, {
81158
+ status: "Draft" | "ReadyForDevelopment";
81144
81159
  id: string;
81145
81160
  name: string;
81146
81161
  createdAt: Date;
@@ -81158,6 +81173,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
81158
81173
  description: string;
81159
81174
  createdByUserId: string;
81160
81175
  projectId: string;
81176
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
81161
81177
  updatedAt?: Date | undefined;
81162
81178
  sortOrder?: number | undefined;
81163
81179
  sectionId?: string | undefined;
@@ -81165,6 +81181,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
81165
81181
  }>, "many">;
81166
81182
  }, "strip", z__default.ZodTypeAny, {
81167
81183
  features: {
81184
+ status: "Draft" | "ReadyForDevelopment";
81168
81185
  id: string;
81169
81186
  name: string;
81170
81187
  createdAt: Date;
@@ -81184,6 +81201,7 @@ declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
81184
81201
  description: string;
81185
81202
  createdByUserId: string;
81186
81203
  projectId: string;
81204
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
81187
81205
  updatedAt?: Date | undefined;
81188
81206
  sortOrder?: number | undefined;
81189
81207
  sectionId?: string | undefined;
@@ -81216,14 +81234,17 @@ declare const DTOForgeProjectFeatureUpdateInput: z__default.ZodObject<{
81216
81234
  name: z__default.ZodOptional<z__default.ZodString>;
81217
81235
  description: z__default.ZodOptional<z__default.ZodString>;
81218
81236
  isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
81237
+ status: z__default.ZodOptional<z__default.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
81219
81238
  }, "strip", z__default.ZodTypeAny, {
81220
81239
  id: string;
81221
81240
  name?: string | undefined;
81241
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
81222
81242
  description?: string | undefined;
81223
81243
  isArchived?: boolean | undefined;
81224
81244
  }, {
81225
81245
  id: string;
81226
81246
  name?: string | undefined;
81247
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
81227
81248
  description?: string | undefined;
81228
81249
  isArchived?: boolean | undefined;
81229
81250
  }>;
@@ -81261,8 +81282,10 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
81261
81282
  projectId: z__default.ZodString;
81262
81283
  sectionId: z__default.ZodOptional<z__default.ZodString>;
81263
81284
  sortOrder: z__default.ZodDefault<z__default.ZodNumber>;
81285
+ status: z__default.ZodDefault<z__default.ZodEnum<["Draft", "ReadyForDevelopment"]>>;
81264
81286
  updatedAt: z__default.ZodOptional<z__default.ZodDate>;
81265
81287
  }, "strip", z__default.ZodTypeAny, {
81288
+ status: "Draft" | "ReadyForDevelopment";
81266
81289
  id: string;
81267
81290
  name: string;
81268
81291
  createdAt: Date;
@@ -81280,6 +81303,7 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
81280
81303
  description: string;
81281
81304
  createdByUserId: string;
81282
81305
  projectId: string;
81306
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
81283
81307
  updatedAt?: Date | undefined;
81284
81308
  sortOrder?: number | undefined;
81285
81309
  sectionId?: string | undefined;
@@ -81287,6 +81311,7 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
81287
81311
  }>;
81288
81312
  }, "strip", z__default.ZodTypeAny, {
81289
81313
  feature: {
81314
+ status: "Draft" | "ReadyForDevelopment";
81290
81315
  id: string;
81291
81316
  name: string;
81292
81317
  createdAt: Date;
@@ -81306,6 +81331,7 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
81306
81331
  description: string;
81307
81332
  createdByUserId: string;
81308
81333
  projectId: string;
81334
+ status?: "Draft" | "ReadyForDevelopment" | undefined;
81309
81335
  updatedAt?: Date | undefined;
81310
81336
  sortOrder?: number | undefined;
81311
81337
  sectionId?: string | undefined;
@@ -81314,6 +81340,100 @@ declare const DTOForgeProjectFeatureGetResponse: z__default.ZodObject<{
81314
81340
  }>;
81315
81341
  type DTOForgeProjectFeatureGetResponse = z__default.infer<typeof DTOForgeProjectFeatureGetResponse>;
81316
81342
 
81343
+ declare const DTOForgeProjectFigmaNode: z$1.ZodObject<{
81344
+ id: z$1.ZodString;
81345
+ projectId: z$1.ZodString;
81346
+ sceneNodeId: z$1.ZodString;
81347
+ format: z$1.ZodEnum<["Png", "Svg"]>;
81348
+ scale: z$1.ZodOptional<z$1.ZodNumber>;
81349
+ renderState: z$1.ZodEnum<["InProgress", "Success", "Failed"]>;
81350
+ renderedImage: z$1.ZodOptional<z$1.ZodObject<{
81351
+ resourceId: z$1.ZodString;
81352
+ format: z$1.ZodEnum<["Png", "Svg"]>;
81353
+ scale: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
81354
+ width: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
81355
+ height: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
81356
+ url: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
81357
+ originKey: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
81358
+ }, "strip", z$1.ZodTypeAny, {
81359
+ resourceId: string;
81360
+ format: "Png" | "Svg";
81361
+ url?: string | undefined;
81362
+ width?: number | undefined;
81363
+ height?: number | undefined;
81364
+ originKey?: string | undefined;
81365
+ scale?: number | undefined;
81366
+ }, {
81367
+ resourceId: string;
81368
+ format: "Png" | "Svg";
81369
+ url?: string | null | undefined;
81370
+ width?: number | null | undefined;
81371
+ height?: number | null | undefined;
81372
+ originKey?: string | null | undefined;
81373
+ scale?: number | null | undefined;
81374
+ }>>;
81375
+ renderError: z$1.ZodOptional<z$1.ZodObject<{
81376
+ type: z$1.ZodEnum<["MissingIntegration", "NodeNotFound", "RenderError"]>;
81377
+ }, "strip", z$1.ZodTypeAny, {
81378
+ type: "MissingIntegration" | "NodeNotFound" | "RenderError";
81379
+ }, {
81380
+ type: "MissingIntegration" | "NodeNotFound" | "RenderError";
81381
+ }>>;
81382
+ }, "strip", z$1.ZodTypeAny, {
81383
+ id: string;
81384
+ format: "Png" | "Svg";
81385
+ sceneNodeId: string;
81386
+ renderState: "InProgress" | "Success" | "Failed";
81387
+ projectId: string;
81388
+ scale?: number | undefined;
81389
+ renderedImage?: {
81390
+ resourceId: string;
81391
+ format: "Png" | "Svg";
81392
+ url?: string | undefined;
81393
+ width?: number | undefined;
81394
+ height?: number | undefined;
81395
+ originKey?: string | undefined;
81396
+ scale?: number | undefined;
81397
+ } | undefined;
81398
+ renderError?: {
81399
+ type: "MissingIntegration" | "NodeNotFound" | "RenderError";
81400
+ } | undefined;
81401
+ }, {
81402
+ id: string;
81403
+ format: "Png" | "Svg";
81404
+ sceneNodeId: string;
81405
+ renderState: "InProgress" | "Success" | "Failed";
81406
+ projectId: string;
81407
+ scale?: number | undefined;
81408
+ renderedImage?: {
81409
+ resourceId: string;
81410
+ format: "Png" | "Svg";
81411
+ url?: string | null | undefined;
81412
+ width?: number | null | undefined;
81413
+ height?: number | null | undefined;
81414
+ originKey?: string | null | undefined;
81415
+ scale?: number | null | undefined;
81416
+ } | undefined;
81417
+ renderError?: {
81418
+ type: "MissingIntegration" | "NodeNotFound" | "RenderError";
81419
+ } | undefined;
81420
+ }>;
81421
+ type DTOForgeProjectFigmaNode = z$1.infer<typeof DTOForgeProjectFigmaNode>;
81422
+ declare const DTOForgeProjectFigmaNodeRenderInput: z$1.ZodObject<{
81423
+ url: z$1.ZodString;
81424
+ format: z$1.ZodEnum<["Png", "Svg"]>;
81425
+ scale: z$1.ZodNumber;
81426
+ }, "strip", z$1.ZodTypeAny, {
81427
+ url: string;
81428
+ format: "Png" | "Svg";
81429
+ scale: number;
81430
+ }, {
81431
+ url: string;
81432
+ format: "Png" | "Svg";
81433
+ scale: number;
81434
+ }>;
81435
+ type DTOForgeProjectFigmaNodeRenderInput = z$1.infer<typeof DTOForgeProjectFigmaNodeRenderInput>;
81436
+
81317
81437
  declare const DTOForgeProjectInvitation: z$1.ZodObject<{
81318
81438
  email: z$1.ZodString;
81319
81439
  forgeProjectId: z$1.ZodString;
@@ -124665,6 +124785,150 @@ declare const DTOUpdateRegistryOutput: z$1.ZodObject<{
124665
124785
  }>;
124666
124786
  type DTOUpdateRegistryOutput = z$1.infer<typeof DTOUpdateRegistryOutput>;
124667
124787
 
124788
+ declare const DTOCreditBalance: z__default.ZodOptional<z__default.ZodObject<{
124789
+ paidTopUp: z__default.ZodOptional<z__default.ZodObject<{
124790
+ total: z__default.ZodNumber;
124791
+ used: z__default.ZodNumber;
124792
+ balance: z__default.ZodNumber;
124793
+ }, "strip", z__default.ZodTypeAny, {
124794
+ total: number;
124795
+ used: number;
124796
+ balance: number;
124797
+ }, {
124798
+ total: number;
124799
+ used: number;
124800
+ balance: number;
124801
+ }>>;
124802
+ paidRecurring: z__default.ZodOptional<z__default.ZodObject<{
124803
+ total: z__default.ZodNumber;
124804
+ used: z__default.ZodNumber;
124805
+ balance: z__default.ZodNumber;
124806
+ resetAt: z__default.ZodOptional<z__default.ZodString>;
124807
+ }, "strip", z__default.ZodTypeAny, {
124808
+ total: number;
124809
+ used: number;
124810
+ balance: number;
124811
+ resetAt?: string | undefined;
124812
+ }, {
124813
+ total: number;
124814
+ used: number;
124815
+ balance: number;
124816
+ resetAt?: string | undefined;
124817
+ }>>;
124818
+ free: z__default.ZodOptional<z__default.ZodObject<{
124819
+ credits: z__default.ZodObject<{
124820
+ total: z__default.ZodNumber;
124821
+ used: z__default.ZodNumber;
124822
+ balance: z__default.ZodNumber;
124823
+ resetAt: z__default.ZodOptional<z__default.ZodString>;
124824
+ }, "strip", z__default.ZodTypeAny, {
124825
+ total: number;
124826
+ used: number;
124827
+ balance: number;
124828
+ resetAt?: string | undefined;
124829
+ }, {
124830
+ total: number;
124831
+ used: number;
124832
+ balance: number;
124833
+ resetAt?: string | undefined;
124834
+ }>;
124835
+ spendingLimit: z__default.ZodObject<{
124836
+ total: z__default.ZodNumber;
124837
+ used: z__default.ZodNumber;
124838
+ balance: z__default.ZodNumber;
124839
+ resetAt: z__default.ZodOptional<z__default.ZodString>;
124840
+ }, "strip", z__default.ZodTypeAny, {
124841
+ total: number;
124842
+ used: number;
124843
+ balance: number;
124844
+ resetAt?: string | undefined;
124845
+ }, {
124846
+ total: number;
124847
+ used: number;
124848
+ balance: number;
124849
+ resetAt?: string | undefined;
124850
+ }>;
124851
+ }, "strip", z__default.ZodTypeAny, {
124852
+ credits: {
124853
+ total: number;
124854
+ used: number;
124855
+ balance: number;
124856
+ resetAt?: string | undefined;
124857
+ };
124858
+ spendingLimit: {
124859
+ total: number;
124860
+ used: number;
124861
+ balance: number;
124862
+ resetAt?: string | undefined;
124863
+ };
124864
+ }, {
124865
+ credits: {
124866
+ total: number;
124867
+ used: number;
124868
+ balance: number;
124869
+ resetAt?: string | undefined;
124870
+ };
124871
+ spendingLimit: {
124872
+ total: number;
124873
+ used: number;
124874
+ balance: number;
124875
+ resetAt?: string | undefined;
124876
+ };
124877
+ }>>;
124878
+ }, "strip", z__default.ZodTypeAny, {
124879
+ free?: {
124880
+ credits: {
124881
+ total: number;
124882
+ used: number;
124883
+ balance: number;
124884
+ resetAt?: string | undefined;
124885
+ };
124886
+ spendingLimit: {
124887
+ total: number;
124888
+ used: number;
124889
+ balance: number;
124890
+ resetAt?: string | undefined;
124891
+ };
124892
+ } | undefined;
124893
+ paidTopUp?: {
124894
+ total: number;
124895
+ used: number;
124896
+ balance: number;
124897
+ } | undefined;
124898
+ paidRecurring?: {
124899
+ total: number;
124900
+ used: number;
124901
+ balance: number;
124902
+ resetAt?: string | undefined;
124903
+ } | undefined;
124904
+ }, {
124905
+ free?: {
124906
+ credits: {
124907
+ total: number;
124908
+ used: number;
124909
+ balance: number;
124910
+ resetAt?: string | undefined;
124911
+ };
124912
+ spendingLimit: {
124913
+ total: number;
124914
+ used: number;
124915
+ balance: number;
124916
+ resetAt?: string | undefined;
124917
+ };
124918
+ } | undefined;
124919
+ paidTopUp?: {
124920
+ total: number;
124921
+ used: number;
124922
+ balance: number;
124923
+ } | undefined;
124924
+ paidRecurring?: {
124925
+ total: number;
124926
+ used: number;
124927
+ balance: number;
124928
+ resetAt?: string | undefined;
124929
+ } | undefined;
124930
+ }>>;
124931
+ type DTOCreditBalance = z__default.infer<typeof DTOCreditBalance>;
124668
124932
  declare const DTOSubscription: z__default.ZodObject<{
124669
124933
  stripeSubscriptionId: z__default.ZodOptional<z__default.ZodString>;
124670
124934
  stripeCustomerId: z__default.ZodOptional<z__default.ZodString>;
@@ -125325,61 +125589,6 @@ declare const DTOSubscription: z__default.ZodObject<{
125325
125589
  isTrial: z__default.ZodBoolean;
125326
125590
  billingType: z__default.ZodOptional<z__default.ZodEnum<["Auto", "Invoice"]>>;
125327
125591
  daysUntilDue: z__default.ZodOptional<z__default.ZodNumber>;
125328
- creditBalance: z__default.ZodOptional<z__default.ZodObject<{
125329
- oneTime: z__default.ZodObject<{
125330
- total: z__default.ZodNumber;
125331
- used: z__default.ZodNumber;
125332
- balance: z__default.ZodNumber;
125333
- }, "strip", z__default.ZodTypeAny, {
125334
- total: number;
125335
- used: number;
125336
- balance: number;
125337
- }, {
125338
- total: number;
125339
- used: number;
125340
- balance: number;
125341
- }>;
125342
- recurring: z__default.ZodObject<{
125343
- total: z__default.ZodNumber;
125344
- used: z__default.ZodNumber;
125345
- balance: z__default.ZodNumber;
125346
- resetAt: z__default.ZodOptional<z__default.ZodString>;
125347
- }, "strip", z__default.ZodTypeAny, {
125348
- total: number;
125349
- used: number;
125350
- balance: number;
125351
- resetAt?: string | undefined;
125352
- }, {
125353
- total: number;
125354
- used: number;
125355
- balance: number;
125356
- resetAt?: string | undefined;
125357
- }>;
125358
- }, "strip", z__default.ZodTypeAny, {
125359
- oneTime: {
125360
- total: number;
125361
- used: number;
125362
- balance: number;
125363
- };
125364
- recurring: {
125365
- total: number;
125366
- used: number;
125367
- balance: number;
125368
- resetAt?: string | undefined;
125369
- };
125370
- }, {
125371
- oneTime: {
125372
- total: number;
125373
- used: number;
125374
- balance: number;
125375
- };
125376
- recurring: {
125377
- total: number;
125378
- used: number;
125379
- balance: number;
125380
- resetAt?: string | undefined;
125381
- };
125382
- }>>;
125383
125592
  }, "strip", z__default.ZodTypeAny, {
125384
125593
  amount: number;
125385
125594
  product: "free" | "team" | "company" | "enterprise";
@@ -125547,19 +125756,6 @@ declare const DTOSubscription: z__default.ZodObject<{
125547
125756
  } | undefined;
125548
125757
  billingType?: "Auto" | "Invoice" | undefined;
125549
125758
  daysUntilDue?: number | undefined;
125550
- creditBalance?: {
125551
- oneTime: {
125552
- total: number;
125553
- used: number;
125554
- balance: number;
125555
- };
125556
- recurring: {
125557
- total: number;
125558
- used: number;
125559
- balance: number;
125560
- resetAt?: string | undefined;
125561
- };
125562
- } | undefined;
125563
125759
  }, {
125564
125760
  amount: number;
125565
125761
  product: "free" | "team" | "company" | "enterprise";
@@ -125727,19 +125923,6 @@ declare const DTOSubscription: z__default.ZodObject<{
125727
125923
  } | undefined;
125728
125924
  billingType?: "Auto" | "Invoice" | undefined;
125729
125925
  daysUntilDue?: number | undefined;
125730
- creditBalance?: {
125731
- oneTime: {
125732
- total: number;
125733
- used: number;
125734
- balance: number;
125735
- };
125736
- recurring: {
125737
- total: number;
125738
- used: number;
125739
- balance: number;
125740
- resetAt?: string | undefined;
125741
- };
125742
- } | undefined;
125743
125926
  }>;
125744
125927
  type DTOSubscription = z__default.infer<typeof DTOSubscription>;
125745
125928
  declare const DTOSubscriptionResponse: z__default.ZodObject<{
@@ -126403,61 +126586,6 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
126403
126586
  isTrial: z__default.ZodBoolean;
126404
126587
  billingType: z__default.ZodOptional<z__default.ZodEnum<["Auto", "Invoice"]>>;
126405
126588
  daysUntilDue: z__default.ZodOptional<z__default.ZodNumber>;
126406
- creditBalance: z__default.ZodOptional<z__default.ZodObject<{
126407
- oneTime: z__default.ZodObject<{
126408
- total: z__default.ZodNumber;
126409
- used: z__default.ZodNumber;
126410
- balance: z__default.ZodNumber;
126411
- }, "strip", z__default.ZodTypeAny, {
126412
- total: number;
126413
- used: number;
126414
- balance: number;
126415
- }, {
126416
- total: number;
126417
- used: number;
126418
- balance: number;
126419
- }>;
126420
- recurring: z__default.ZodObject<{
126421
- total: z__default.ZodNumber;
126422
- used: z__default.ZodNumber;
126423
- balance: z__default.ZodNumber;
126424
- resetAt: z__default.ZodOptional<z__default.ZodString>;
126425
- }, "strip", z__default.ZodTypeAny, {
126426
- total: number;
126427
- used: number;
126428
- balance: number;
126429
- resetAt?: string | undefined;
126430
- }, {
126431
- total: number;
126432
- used: number;
126433
- balance: number;
126434
- resetAt?: string | undefined;
126435
- }>;
126436
- }, "strip", z__default.ZodTypeAny, {
126437
- oneTime: {
126438
- total: number;
126439
- used: number;
126440
- balance: number;
126441
- };
126442
- recurring: {
126443
- total: number;
126444
- used: number;
126445
- balance: number;
126446
- resetAt?: string | undefined;
126447
- };
126448
- }, {
126449
- oneTime: {
126450
- total: number;
126451
- used: number;
126452
- balance: number;
126453
- };
126454
- recurring: {
126455
- total: number;
126456
- used: number;
126457
- balance: number;
126458
- resetAt?: string | undefined;
126459
- };
126460
- }>>;
126461
126589
  }, "strip", z__default.ZodTypeAny, {
126462
126590
  amount: number;
126463
126591
  product: "free" | "team" | "company" | "enterprise";
@@ -126625,19 +126753,6 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
126625
126753
  } | undefined;
126626
126754
  billingType?: "Auto" | "Invoice" | undefined;
126627
126755
  daysUntilDue?: number | undefined;
126628
- creditBalance?: {
126629
- oneTime: {
126630
- total: number;
126631
- used: number;
126632
- balance: number;
126633
- };
126634
- recurring: {
126635
- total: number;
126636
- used: number;
126637
- balance: number;
126638
- resetAt?: string | undefined;
126639
- };
126640
- } | undefined;
126641
126756
  }, {
126642
126757
  amount: number;
126643
126758
  product: "free" | "team" | "company" | "enterprise";
@@ -126805,20 +126920,150 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
126805
126920
  } | undefined;
126806
126921
  billingType?: "Auto" | "Invoice" | undefined;
126807
126922
  daysUntilDue?: number | undefined;
126808
- creditBalance?: {
126809
- oneTime: {
126923
+ }>;
126924
+ creditBalance: z__default.ZodOptional<z__default.ZodObject<{
126925
+ paidTopUp: z__default.ZodOptional<z__default.ZodObject<{
126926
+ total: z__default.ZodNumber;
126927
+ used: z__default.ZodNumber;
126928
+ balance: z__default.ZodNumber;
126929
+ }, "strip", z__default.ZodTypeAny, {
126930
+ total: number;
126931
+ used: number;
126932
+ balance: number;
126933
+ }, {
126934
+ total: number;
126935
+ used: number;
126936
+ balance: number;
126937
+ }>>;
126938
+ paidRecurring: z__default.ZodOptional<z__default.ZodObject<{
126939
+ total: z__default.ZodNumber;
126940
+ used: z__default.ZodNumber;
126941
+ balance: z__default.ZodNumber;
126942
+ resetAt: z__default.ZodOptional<z__default.ZodString>;
126943
+ }, "strip", z__default.ZodTypeAny, {
126944
+ total: number;
126945
+ used: number;
126946
+ balance: number;
126947
+ resetAt?: string | undefined;
126948
+ }, {
126949
+ total: number;
126950
+ used: number;
126951
+ balance: number;
126952
+ resetAt?: string | undefined;
126953
+ }>>;
126954
+ free: z__default.ZodOptional<z__default.ZodObject<{
126955
+ credits: z__default.ZodObject<{
126956
+ total: z__default.ZodNumber;
126957
+ used: z__default.ZodNumber;
126958
+ balance: z__default.ZodNumber;
126959
+ resetAt: z__default.ZodOptional<z__default.ZodString>;
126960
+ }, "strip", z__default.ZodTypeAny, {
126961
+ total: number;
126962
+ used: number;
126963
+ balance: number;
126964
+ resetAt?: string | undefined;
126965
+ }, {
126966
+ total: number;
126967
+ used: number;
126968
+ balance: number;
126969
+ resetAt?: string | undefined;
126970
+ }>;
126971
+ spendingLimit: z__default.ZodObject<{
126972
+ total: z__default.ZodNumber;
126973
+ used: z__default.ZodNumber;
126974
+ balance: z__default.ZodNumber;
126975
+ resetAt: z__default.ZodOptional<z__default.ZodString>;
126976
+ }, "strip", z__default.ZodTypeAny, {
126977
+ total: number;
126978
+ used: number;
126979
+ balance: number;
126980
+ resetAt?: string | undefined;
126981
+ }, {
126982
+ total: number;
126983
+ used: number;
126984
+ balance: number;
126985
+ resetAt?: string | undefined;
126986
+ }>;
126987
+ }, "strip", z__default.ZodTypeAny, {
126988
+ credits: {
126810
126989
  total: number;
126811
126990
  used: number;
126812
126991
  balance: number;
126992
+ resetAt?: string | undefined;
126993
+ };
126994
+ spendingLimit: {
126995
+ total: number;
126996
+ used: number;
126997
+ balance: number;
126998
+ resetAt?: string | undefined;
126999
+ };
127000
+ }, {
127001
+ credits: {
127002
+ total: number;
127003
+ used: number;
127004
+ balance: number;
127005
+ resetAt?: string | undefined;
127006
+ };
127007
+ spendingLimit: {
127008
+ total: number;
127009
+ used: number;
127010
+ balance: number;
127011
+ resetAt?: string | undefined;
127012
+ };
127013
+ }>>;
127014
+ }, "strip", z__default.ZodTypeAny, {
127015
+ free?: {
127016
+ credits: {
127017
+ total: number;
127018
+ used: number;
127019
+ balance: number;
127020
+ resetAt?: string | undefined;
126813
127021
  };
126814
- recurring: {
127022
+ spendingLimit: {
126815
127023
  total: number;
126816
127024
  used: number;
126817
127025
  balance: number;
126818
127026
  resetAt?: string | undefined;
126819
127027
  };
126820
127028
  } | undefined;
126821
- }>;
127029
+ paidTopUp?: {
127030
+ total: number;
127031
+ used: number;
127032
+ balance: number;
127033
+ } | undefined;
127034
+ paidRecurring?: {
127035
+ total: number;
127036
+ used: number;
127037
+ balance: number;
127038
+ resetAt?: string | undefined;
127039
+ } | undefined;
127040
+ }, {
127041
+ free?: {
127042
+ credits: {
127043
+ total: number;
127044
+ used: number;
127045
+ balance: number;
127046
+ resetAt?: string | undefined;
127047
+ };
127048
+ spendingLimit: {
127049
+ total: number;
127050
+ used: number;
127051
+ balance: number;
127052
+ resetAt?: string | undefined;
127053
+ };
127054
+ } | undefined;
127055
+ paidTopUp?: {
127056
+ total: number;
127057
+ used: number;
127058
+ balance: number;
127059
+ } | undefined;
127060
+ paidRecurring?: {
127061
+ total: number;
127062
+ used: number;
127063
+ balance: number;
127064
+ resetAt?: string | undefined;
127065
+ } | undefined;
127066
+ }>>;
126822
127067
  }, "strip", z__default.ZodTypeAny, {
126823
127068
  subscription: {
126824
127069
  amount: number;
@@ -126987,20 +127232,34 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
126987
127232
  } | undefined;
126988
127233
  billingType?: "Auto" | "Invoice" | undefined;
126989
127234
  daysUntilDue?: number | undefined;
126990
- creditBalance?: {
126991
- oneTime: {
127235
+ };
127236
+ creditBalance?: {
127237
+ free?: {
127238
+ credits: {
126992
127239
  total: number;
126993
127240
  used: number;
126994
127241
  balance: number;
127242
+ resetAt?: string | undefined;
126995
127243
  };
126996
- recurring: {
127244
+ spendingLimit: {
126997
127245
  total: number;
126998
127246
  used: number;
126999
127247
  balance: number;
127000
127248
  resetAt?: string | undefined;
127001
127249
  };
127002
127250
  } | undefined;
127003
- };
127251
+ paidTopUp?: {
127252
+ total: number;
127253
+ used: number;
127254
+ balance: number;
127255
+ } | undefined;
127256
+ paidRecurring?: {
127257
+ total: number;
127258
+ used: number;
127259
+ balance: number;
127260
+ resetAt?: string | undefined;
127261
+ } | undefined;
127262
+ } | undefined;
127004
127263
  }, {
127005
127264
  subscription: {
127006
127265
  amount: number;
@@ -127169,20 +127428,34 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
127169
127428
  } | undefined;
127170
127429
  billingType?: "Auto" | "Invoice" | undefined;
127171
127430
  daysUntilDue?: number | undefined;
127172
- creditBalance?: {
127173
- oneTime: {
127431
+ };
127432
+ creditBalance?: {
127433
+ free?: {
127434
+ credits: {
127174
127435
  total: number;
127175
127436
  used: number;
127176
127437
  balance: number;
127438
+ resetAt?: string | undefined;
127177
127439
  };
127178
- recurring: {
127440
+ spendingLimit: {
127179
127441
  total: number;
127180
127442
  used: number;
127181
127443
  balance: number;
127182
127444
  resetAt?: string | undefined;
127183
127445
  };
127184
127446
  } | undefined;
127185
- };
127447
+ paidTopUp?: {
127448
+ total: number;
127449
+ used: number;
127450
+ balance: number;
127451
+ } | undefined;
127452
+ paidRecurring?: {
127453
+ total: number;
127454
+ used: number;
127455
+ balance: number;
127456
+ resetAt?: string | undefined;
127457
+ } | undefined;
127458
+ } | undefined;
127186
127459
  }>;
127187
127460
  type DTOSubscriptionResponse = z__default.infer<typeof DTOSubscriptionResponse>;
127188
127461
 
@@ -139306,6 +139579,7 @@ declare class ForgeFeaturesEndpoint {
139306
139579
  constructor(requestExecutor: RequestExecutor);
139307
139580
  list(workspaceId: string, projectId: string): Promise<{
139308
139581
  features: {
139582
+ status: "Draft" | "ReadyForDevelopment";
139309
139583
  id: string;
139310
139584
  name: string;
139311
139585
  createdAt: Date;
@@ -139320,6 +139594,7 @@ declare class ForgeFeaturesEndpoint {
139320
139594
  }>;
139321
139595
  get(workspaceId: string, projectId: string, featureId: string): Promise<{
139322
139596
  feature: {
139597
+ status: "Draft" | "ReadyForDevelopment";
139323
139598
  id: string;
139324
139599
  name: string;
139325
139600
  createdAt: Date;
@@ -140667,6 +140942,7 @@ declare class ForgeProjectFeaturesEndpoint {
140667
140942
  constructor(requestExecutor: RequestExecutor);
140668
140943
  list(workspaceId: string, projectId: string): Promise<{
140669
140944
  features: {
140945
+ status: "Draft" | "ReadyForDevelopment";
140670
140946
  id: string;
140671
140947
  name: string;
140672
140948
  createdAt: Date;
@@ -140681,6 +140957,7 @@ declare class ForgeProjectFeaturesEndpoint {
140681
140957
  }>;
140682
140958
  get(workspaceId: string, projectId: string, featureId: string): Promise<{
140683
140959
  feature: {
140960
+ status: "Draft" | "ReadyForDevelopment";
140684
140961
  id: string;
140685
140962
  name: string;
140686
140963
  createdAt: Date;
@@ -143869,6 +144146,7 @@ declare function applyProjectActionsLocally(input: Input): {
143869
144146
  sectionId?: string | undefined;
143870
144147
  }[];
143871
144148
  features: {
144149
+ status: "Draft" | "ReadyForDevelopment";
143872
144150
  id: string;
143873
144151
  name: string;
143874
144152
  createdAt: Date;
@@ -143932,6 +144210,7 @@ declare class LocalProjectActionExecutor {
143932
144210
  sectionId?: string | undefined;
143933
144211
  }[];
143934
144212
  features: {
144213
+ status: "Draft" | "ReadyForDevelopment";
143935
144214
  id: string;
143936
144215
  name: string;
143937
144216
  createdAt: Date;
@@ -144036,4 +144315,4 @@ declare function isValidRedirectPath(path: string): {
144036
144315
  reason: ValidationErrorReason | undefined;
144037
144316
  };
144038
144317
 
144039
- export { BackendForgeProjectRoomYDoc, 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, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, 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, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, 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, 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, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, 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, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, 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, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, 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, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, 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, 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 };
144318
+ export { BackendForgeProjectRoomYDoc, 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, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, 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, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, 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, 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, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, 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, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, 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, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, 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, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, 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, 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 };