@supernova-studio/client 1.44.5 → 1.44.7
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 +181 -1
- package/dist/index.d.ts +181 -1
- package/dist/index.js +29 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -367,6 +367,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
367
367
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
368
368
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
369
369
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
370
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
370
371
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
371
372
|
planPriceId: z.ZodString;
|
|
372
373
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -403,6 +404,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
403
404
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
404
405
|
stripeSubscriptionId?: string | undefined;
|
|
405
406
|
stripeCustomerId?: string | undefined;
|
|
407
|
+
stripeScheduleId?: string | undefined;
|
|
406
408
|
currentPeriodStart?: string | undefined;
|
|
407
409
|
currentPeriodEnd?: string | undefined;
|
|
408
410
|
cancelAt?: string | undefined;
|
|
@@ -436,6 +438,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
436
438
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
437
439
|
stripeSubscriptionId?: string | null | undefined;
|
|
438
440
|
stripeCustomerId?: string | null | undefined;
|
|
441
|
+
stripeScheduleId?: string | null | undefined;
|
|
439
442
|
currentPeriodStart?: string | null | undefined;
|
|
440
443
|
currentPeriodEnd?: string | null | undefined;
|
|
441
444
|
cancelAt?: string | null | undefined;
|
|
@@ -531,6 +534,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
531
534
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
532
535
|
stripeSubscriptionId?: string | undefined;
|
|
533
536
|
stripeCustomerId?: string | undefined;
|
|
537
|
+
stripeScheduleId?: string | undefined;
|
|
534
538
|
currentPeriodStart?: string | undefined;
|
|
535
539
|
currentPeriodEnd?: string | undefined;
|
|
536
540
|
cancelAt?: string | undefined;
|
|
@@ -604,6 +608,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
604
608
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
605
609
|
stripeSubscriptionId?: string | null | undefined;
|
|
606
610
|
stripeCustomerId?: string | null | undefined;
|
|
611
|
+
stripeScheduleId?: string | null | undefined;
|
|
607
612
|
currentPeriodStart?: string | null | undefined;
|
|
608
613
|
currentPeriodEnd?: string | null | undefined;
|
|
609
614
|
cancelAt?: string | null | undefined;
|
|
@@ -683,6 +688,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
683
688
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
684
689
|
stripeSubscriptionId?: string | undefined;
|
|
685
690
|
stripeCustomerId?: string | undefined;
|
|
691
|
+
stripeScheduleId?: string | undefined;
|
|
686
692
|
currentPeriodStart?: string | undefined;
|
|
687
693
|
currentPeriodEnd?: string | undefined;
|
|
688
694
|
cancelAt?: string | undefined;
|
|
@@ -762,6 +768,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
762
768
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
763
769
|
stripeSubscriptionId?: string | null | undefined;
|
|
764
770
|
stripeCustomerId?: string | null | undefined;
|
|
771
|
+
stripeScheduleId?: string | null | undefined;
|
|
765
772
|
currentPeriodStart?: string | null | undefined;
|
|
766
773
|
currentPeriodEnd?: string | null | undefined;
|
|
767
774
|
cancelAt?: string | null | undefined;
|
|
@@ -1072,6 +1079,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1072
1079
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
1073
1080
|
stripeSubscriptionId?: string | undefined;
|
|
1074
1081
|
stripeCustomerId?: string | undefined;
|
|
1082
|
+
stripeScheduleId?: string | undefined;
|
|
1075
1083
|
currentPeriodStart?: string | undefined;
|
|
1076
1084
|
currentPeriodEnd?: string | undefined;
|
|
1077
1085
|
cancelAt?: string | undefined;
|
|
@@ -1204,6 +1212,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1204
1212
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
1205
1213
|
stripeSubscriptionId?: string | null | undefined;
|
|
1206
1214
|
stripeCustomerId?: string | null | undefined;
|
|
1215
|
+
stripeScheduleId?: string | null | undefined;
|
|
1207
1216
|
currentPeriodStart?: string | null | undefined;
|
|
1208
1217
|
currentPeriodEnd?: string | null | undefined;
|
|
1209
1218
|
cancelAt?: string | null | undefined;
|
|
@@ -10093,6 +10102,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10093
10102
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
10094
10103
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10095
10104
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10105
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10096
10106
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
10097
10107
|
planPriceId: z.ZodString;
|
|
10098
10108
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -10129,6 +10139,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10129
10139
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
10130
10140
|
stripeSubscriptionId?: string | undefined;
|
|
10131
10141
|
stripeCustomerId?: string | undefined;
|
|
10142
|
+
stripeScheduleId?: string | undefined;
|
|
10132
10143
|
currentPeriodStart?: string | undefined;
|
|
10133
10144
|
currentPeriodEnd?: string | undefined;
|
|
10134
10145
|
cancelAt?: string | undefined;
|
|
@@ -10162,6 +10173,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10162
10173
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
10163
10174
|
stripeSubscriptionId?: string | null | undefined;
|
|
10164
10175
|
stripeCustomerId?: string | null | undefined;
|
|
10176
|
+
stripeScheduleId?: string | null | undefined;
|
|
10165
10177
|
currentPeriodStart?: string | null | undefined;
|
|
10166
10178
|
currentPeriodEnd?: string | null | undefined;
|
|
10167
10179
|
cancelAt?: string | null | undefined;
|
|
@@ -10257,6 +10269,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10257
10269
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
10258
10270
|
stripeSubscriptionId?: string | undefined;
|
|
10259
10271
|
stripeCustomerId?: string | undefined;
|
|
10272
|
+
stripeScheduleId?: string | undefined;
|
|
10260
10273
|
currentPeriodStart?: string | undefined;
|
|
10261
10274
|
currentPeriodEnd?: string | undefined;
|
|
10262
10275
|
cancelAt?: string | undefined;
|
|
@@ -10330,6 +10343,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10330
10343
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
10331
10344
|
stripeSubscriptionId?: string | null | undefined;
|
|
10332
10345
|
stripeCustomerId?: string | null | undefined;
|
|
10346
|
+
stripeScheduleId?: string | null | undefined;
|
|
10333
10347
|
currentPeriodStart?: string | null | undefined;
|
|
10334
10348
|
currentPeriodEnd?: string | null | undefined;
|
|
10335
10349
|
cancelAt?: string | null | undefined;
|
|
@@ -10435,6 +10449,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10435
10449
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
10436
10450
|
stripeSubscriptionId?: string | undefined;
|
|
10437
10451
|
stripeCustomerId?: string | undefined;
|
|
10452
|
+
stripeScheduleId?: string | undefined;
|
|
10438
10453
|
currentPeriodStart?: string | undefined;
|
|
10439
10454
|
currentPeriodEnd?: string | undefined;
|
|
10440
10455
|
cancelAt?: string | undefined;
|
|
@@ -10540,6 +10555,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10540
10555
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
10541
10556
|
stripeSubscriptionId?: string | null | undefined;
|
|
10542
10557
|
stripeCustomerId?: string | null | undefined;
|
|
10558
|
+
stripeScheduleId?: string | null | undefined;
|
|
10543
10559
|
currentPeriodStart?: string | null | undefined;
|
|
10544
10560
|
currentPeriodEnd?: string | null | undefined;
|
|
10545
10561
|
cancelAt?: string | null | undefined;
|
|
@@ -69473,6 +69489,8 @@ declare const DTOFeatureArtifact: z$1.ZodObject<{
|
|
|
69473
69489
|
filePath?: string | undefined;
|
|
69474
69490
|
}>;
|
|
69475
69491
|
type DTOFeatureArtifact = z$1.infer<typeof DTOFeatureArtifact>;
|
|
69492
|
+
declare const DTOFeatureIterationState: z$1.ZodEnum<["InProgress", "Success", "Error", "Timeout"]>;
|
|
69493
|
+
type DTOFeatureIterationState = z$1.infer<typeof DTOFeatureIterationState>;
|
|
69476
69494
|
declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
69477
69495
|
id: z$1.ZodString;
|
|
69478
69496
|
/**
|
|
@@ -69489,8 +69507,20 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69489
69507
|
startedFromMessageId: z$1.ZodString;
|
|
69490
69508
|
/**
|
|
69491
69509
|
* Indicates whether the iteration is currently being generated by an agent
|
|
69510
|
+
* @deprecated use `state`
|
|
69492
69511
|
*/
|
|
69493
69512
|
isInProgress: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
69513
|
+
/**
|
|
69514
|
+
* Indicates current processing (creation) state of this iteration.
|
|
69515
|
+
* This property is optional only for backward compatibility with data stored in Liveblocks rooms.
|
|
69516
|
+
* It can be treated as non-optional (undefined doesn't have any meaning here).
|
|
69517
|
+
*
|
|
69518
|
+
* - InProgress: iteration is being created by an AI agent
|
|
69519
|
+
* - Success: iteration has been successfully finished and is ready to be consumed
|
|
69520
|
+
* - Error: an error has occured during iteration processing, the iteration cannot be consumed
|
|
69521
|
+
* - Timeout: the iteration hasn't been finished in a reasonable time, the iteration cannot be consumed
|
|
69522
|
+
*/
|
|
69523
|
+
state: z$1.ZodOptional<z$1.ZodEnum<["InProgress", "Success", "Error", "Timeout"]>>;
|
|
69494
69524
|
/**
|
|
69495
69525
|
* URL of a static preview of the feature
|
|
69496
69526
|
*/
|
|
@@ -69577,6 +69607,7 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69577
69607
|
name: string;
|
|
69578
69608
|
startedFromMessageId: string;
|
|
69579
69609
|
updatedAt?: string | undefined;
|
|
69610
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
69580
69611
|
thumbnailUrl?: string | undefined;
|
|
69581
69612
|
baseIterationId?: string | undefined;
|
|
69582
69613
|
isInProgress?: boolean | undefined;
|
|
@@ -69605,6 +69636,7 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69605
69636
|
name: string;
|
|
69606
69637
|
startedFromMessageId: string;
|
|
69607
69638
|
updatedAt?: string | undefined;
|
|
69639
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
69608
69640
|
thumbnailUrl?: string | undefined;
|
|
69609
69641
|
baseIterationId?: string | undefined;
|
|
69610
69642
|
isInProgress?: boolean | undefined;
|
|
@@ -69861,8 +69893,20 @@ declare const DTOFeatureIterationCreateInput: z$1.ZodObject<Pick<{
|
|
|
69861
69893
|
startedFromMessageId: z$1.ZodString;
|
|
69862
69894
|
/**
|
|
69863
69895
|
* Indicates whether the iteration is currently being generated by an agent
|
|
69896
|
+
* @deprecated use `state`
|
|
69864
69897
|
*/
|
|
69865
69898
|
isInProgress: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
69899
|
+
/**
|
|
69900
|
+
* Indicates current processing (creation) state of this iteration.
|
|
69901
|
+
* This property is optional only for backward compatibility with data stored in Liveblocks rooms.
|
|
69902
|
+
* It can be treated as non-optional (undefined doesn't have any meaning here).
|
|
69903
|
+
*
|
|
69904
|
+
* - InProgress: iteration is being created by an AI agent
|
|
69905
|
+
* - Success: iteration has been successfully finished and is ready to be consumed
|
|
69906
|
+
* - Error: an error has occured during iteration processing, the iteration cannot be consumed
|
|
69907
|
+
* - Timeout: the iteration hasn't been finished in a reasonable time, the iteration cannot be consumed
|
|
69908
|
+
*/
|
|
69909
|
+
state: z$1.ZodOptional<z$1.ZodEnum<["InProgress", "Success", "Error", "Timeout"]>>;
|
|
69866
69910
|
/**
|
|
69867
69911
|
* URL of a static preview of the feature
|
|
69868
69912
|
*/
|
|
@@ -70734,8 +70778,20 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
70734
70778
|
startedFromMessageId: z$1.ZodString;
|
|
70735
70779
|
/**
|
|
70736
70780
|
* Indicates whether the iteration is currently being generated by an agent
|
|
70781
|
+
* @deprecated use `state`
|
|
70737
70782
|
*/
|
|
70738
70783
|
isInProgress: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
70784
|
+
/**
|
|
70785
|
+
* Indicates current processing (creation) state of this iteration.
|
|
70786
|
+
* This property is optional only for backward compatibility with data stored in Liveblocks rooms.
|
|
70787
|
+
* It can be treated as non-optional (undefined doesn't have any meaning here).
|
|
70788
|
+
*
|
|
70789
|
+
* - InProgress: iteration is being created by an AI agent
|
|
70790
|
+
* - Success: iteration has been successfully finished and is ready to be consumed
|
|
70791
|
+
* - Error: an error has occured during iteration processing, the iteration cannot be consumed
|
|
70792
|
+
* - Timeout: the iteration hasn't been finished in a reasonable time, the iteration cannot be consumed
|
|
70793
|
+
*/
|
|
70794
|
+
state: z$1.ZodOptional<z$1.ZodEnum<["InProgress", "Success", "Error", "Timeout"]>>;
|
|
70739
70795
|
/**
|
|
70740
70796
|
* URL of a static preview of the feature
|
|
70741
70797
|
*/
|
|
@@ -70822,6 +70878,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
70822
70878
|
name: string;
|
|
70823
70879
|
startedFromMessageId: string;
|
|
70824
70880
|
updatedAt?: string | undefined;
|
|
70881
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
70825
70882
|
thumbnailUrl?: string | undefined;
|
|
70826
70883
|
baseIterationId?: string | undefined;
|
|
70827
70884
|
isInProgress?: boolean | undefined;
|
|
@@ -70850,6 +70907,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
70850
70907
|
name: string;
|
|
70851
70908
|
startedFromMessageId: string;
|
|
70852
70909
|
updatedAt?: string | undefined;
|
|
70910
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
70853
70911
|
thumbnailUrl?: string | undefined;
|
|
70854
70912
|
baseIterationId?: string | undefined;
|
|
70855
70913
|
isInProgress?: boolean | undefined;
|
|
@@ -70880,6 +70938,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
70880
70938
|
name: string;
|
|
70881
70939
|
startedFromMessageId: string;
|
|
70882
70940
|
updatedAt?: string | undefined;
|
|
70941
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
70883
70942
|
thumbnailUrl?: string | undefined;
|
|
70884
70943
|
baseIterationId?: string | undefined;
|
|
70885
70944
|
isInProgress?: boolean | undefined;
|
|
@@ -70910,6 +70969,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
70910
70969
|
name: string;
|
|
70911
70970
|
startedFromMessageId: string;
|
|
70912
70971
|
updatedAt?: string | undefined;
|
|
70972
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
70913
70973
|
thumbnailUrl?: string | undefined;
|
|
70914
70974
|
baseIterationId?: string | undefined;
|
|
70915
70975
|
isInProgress?: boolean | undefined;
|
|
@@ -70952,8 +71012,20 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
70952
71012
|
startedFromMessageId: z$1.ZodString;
|
|
70953
71013
|
/**
|
|
70954
71014
|
* Indicates whether the iteration is currently being generated by an agent
|
|
71015
|
+
* @deprecated use `state`
|
|
70955
71016
|
*/
|
|
70956
71017
|
isInProgress: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
71018
|
+
/**
|
|
71019
|
+
* Indicates current processing (creation) state of this iteration.
|
|
71020
|
+
* This property is optional only for backward compatibility with data stored in Liveblocks rooms.
|
|
71021
|
+
* It can be treated as non-optional (undefined doesn't have any meaning here).
|
|
71022
|
+
*
|
|
71023
|
+
* - InProgress: iteration is being created by an AI agent
|
|
71024
|
+
* - Success: iteration has been successfully finished and is ready to be consumed
|
|
71025
|
+
* - Error: an error has occured during iteration processing, the iteration cannot be consumed
|
|
71026
|
+
* - Timeout: the iteration hasn't been finished in a reasonable time, the iteration cannot be consumed
|
|
71027
|
+
*/
|
|
71028
|
+
state: z$1.ZodOptional<z$1.ZodEnum<["InProgress", "Success", "Error", "Timeout"]>>;
|
|
70957
71029
|
/**
|
|
70958
71030
|
* URL of a static preview of the feature
|
|
70959
71031
|
*/
|
|
@@ -71040,6 +71112,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71040
71112
|
name: string;
|
|
71041
71113
|
startedFromMessageId: string;
|
|
71042
71114
|
updatedAt?: string | undefined;
|
|
71115
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71043
71116
|
thumbnailUrl?: string | undefined;
|
|
71044
71117
|
baseIterationId?: string | undefined;
|
|
71045
71118
|
isInProgress?: boolean | undefined;
|
|
@@ -71068,6 +71141,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71068
71141
|
name: string;
|
|
71069
71142
|
startedFromMessageId: string;
|
|
71070
71143
|
updatedAt?: string | undefined;
|
|
71144
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71071
71145
|
thumbnailUrl?: string | undefined;
|
|
71072
71146
|
baseIterationId?: string | undefined;
|
|
71073
71147
|
isInProgress?: boolean | undefined;
|
|
@@ -71098,6 +71172,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71098
71172
|
name: string;
|
|
71099
71173
|
startedFromMessageId: string;
|
|
71100
71174
|
updatedAt?: string | undefined;
|
|
71175
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71101
71176
|
thumbnailUrl?: string | undefined;
|
|
71102
71177
|
baseIterationId?: string | undefined;
|
|
71103
71178
|
isInProgress?: boolean | undefined;
|
|
@@ -71128,6 +71203,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71128
71203
|
name: string;
|
|
71129
71204
|
startedFromMessageId: string;
|
|
71130
71205
|
updatedAt?: string | undefined;
|
|
71206
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71131
71207
|
thumbnailUrl?: string | undefined;
|
|
71132
71208
|
baseIterationId?: string | undefined;
|
|
71133
71209
|
isInProgress?: boolean | undefined;
|
|
@@ -222145,6 +222221,8 @@ declare const DTOThreadSubjectType: z$1.ZodEnum<["ForgeDocument", "ForgeFeature"
|
|
|
222145
222221
|
type DTOThreadSubjectType = z$1.infer<typeof DTOThreadSubjectType>;
|
|
222146
222222
|
declare const DTOThreadAgentType: z$1.ZodEnum<["Ask", "Document", "Prototype", "ReleaseNotes"]>;
|
|
222147
222223
|
type DTOThreadAgentType = z$1.infer<typeof DTOThreadAgentType>;
|
|
222224
|
+
declare const DTOThreadPromptState: z$1.ZodEnum<["Success", "Timeout", "Error"]>;
|
|
222225
|
+
type DTOThreadPromptState = z$1.infer<typeof DTOThreadPromptState>;
|
|
222148
222226
|
declare const DTOThread: z$1.ZodObject<{
|
|
222149
222227
|
id: z$1.ZodString;
|
|
222150
222228
|
liveblocksRoomId: z$1.ZodString;
|
|
@@ -222580,12 +222658,15 @@ type DTOThreadMessageAttachmentsCreateInput = z$1.infer<typeof DTOThreadMessageA
|
|
|
222580
222658
|
declare const DTOThreadMessageFinalizeInput: z$1.ZodObject<{
|
|
222581
222659
|
messageId: z$1.ZodString;
|
|
222582
222660
|
agentMessageBody: z$1.ZodOptional<z$1.ZodString>;
|
|
222661
|
+
promptState: z$1.ZodOptional<z$1.ZodEnum<["Success", "Timeout", "Error"]>>;
|
|
222583
222662
|
}, "strip", z$1.ZodTypeAny, {
|
|
222584
222663
|
messageId: string;
|
|
222585
222664
|
agentMessageBody?: string | undefined;
|
|
222665
|
+
promptState?: "Success" | "Error" | "Timeout" | undefined;
|
|
222586
222666
|
}, {
|
|
222587
222667
|
messageId: string;
|
|
222588
222668
|
agentMessageBody?: string | undefined;
|
|
222669
|
+
promptState?: "Success" | "Error" | "Timeout" | undefined;
|
|
222589
222670
|
}>;
|
|
222590
222671
|
type DTOThreadMessageFinalizeInput = z$1.infer<typeof DTOThreadMessageFinalizeInput>;
|
|
222591
222672
|
declare const DTOThreadMessageCreateInput: z$1.ZodObject<Pick<{
|
|
@@ -229654,6 +229735,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229654
229735
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
229655
229736
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
229656
229737
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
229738
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
229657
229739
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
229658
229740
|
planPriceId: z.ZodString;
|
|
229659
229741
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -229690,6 +229772,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229690
229772
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
229691
229773
|
stripeSubscriptionId?: string | undefined;
|
|
229692
229774
|
stripeCustomerId?: string | undefined;
|
|
229775
|
+
stripeScheduleId?: string | undefined;
|
|
229693
229776
|
currentPeriodStart?: string | undefined;
|
|
229694
229777
|
currentPeriodEnd?: string | undefined;
|
|
229695
229778
|
cancelAt?: string | undefined;
|
|
@@ -229723,6 +229806,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229723
229806
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
229724
229807
|
stripeSubscriptionId?: string | null | undefined;
|
|
229725
229808
|
stripeCustomerId?: string | null | undefined;
|
|
229809
|
+
stripeScheduleId?: string | null | undefined;
|
|
229726
229810
|
currentPeriodStart?: string | null | undefined;
|
|
229727
229811
|
currentPeriodEnd?: string | null | undefined;
|
|
229728
229812
|
cancelAt?: string | null | undefined;
|
|
@@ -229818,6 +229902,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229818
229902
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
229819
229903
|
stripeSubscriptionId?: string | undefined;
|
|
229820
229904
|
stripeCustomerId?: string | undefined;
|
|
229905
|
+
stripeScheduleId?: string | undefined;
|
|
229821
229906
|
currentPeriodStart?: string | undefined;
|
|
229822
229907
|
currentPeriodEnd?: string | undefined;
|
|
229823
229908
|
cancelAt?: string | undefined;
|
|
@@ -229891,6 +229976,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229891
229976
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
229892
229977
|
stripeSubscriptionId?: string | null | undefined;
|
|
229893
229978
|
stripeCustomerId?: string | null | undefined;
|
|
229979
|
+
stripeScheduleId?: string | null | undefined;
|
|
229894
229980
|
currentPeriodStart?: string | null | undefined;
|
|
229895
229981
|
currentPeriodEnd?: string | null | undefined;
|
|
229896
229982
|
cancelAt?: string | null | undefined;
|
|
@@ -229970,6 +230056,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229970
230056
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
229971
230057
|
stripeSubscriptionId?: string | undefined;
|
|
229972
230058
|
stripeCustomerId?: string | undefined;
|
|
230059
|
+
stripeScheduleId?: string | undefined;
|
|
229973
230060
|
currentPeriodStart?: string | undefined;
|
|
229974
230061
|
currentPeriodEnd?: string | undefined;
|
|
229975
230062
|
cancelAt?: string | undefined;
|
|
@@ -230049,6 +230136,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
230049
230136
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
230050
230137
|
stripeSubscriptionId?: string | null | undefined;
|
|
230051
230138
|
stripeCustomerId?: string | null | undefined;
|
|
230139
|
+
stripeScheduleId?: string | null | undefined;
|
|
230052
230140
|
currentPeriodStart?: string | null | undefined;
|
|
230053
230141
|
currentPeriodEnd?: string | null | undefined;
|
|
230054
230142
|
cancelAt?: string | null | undefined;
|
|
@@ -230674,6 +230762,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230674
230762
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
230675
230763
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
230676
230764
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
230765
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
230677
230766
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
230678
230767
|
planPriceId: z.ZodString;
|
|
230679
230768
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -230710,6 +230799,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230710
230799
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
230711
230800
|
stripeSubscriptionId?: string | undefined;
|
|
230712
230801
|
stripeCustomerId?: string | undefined;
|
|
230802
|
+
stripeScheduleId?: string | undefined;
|
|
230713
230803
|
currentPeriodStart?: string | undefined;
|
|
230714
230804
|
currentPeriodEnd?: string | undefined;
|
|
230715
230805
|
cancelAt?: string | undefined;
|
|
@@ -230743,6 +230833,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230743
230833
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
230744
230834
|
stripeSubscriptionId?: string | null | undefined;
|
|
230745
230835
|
stripeCustomerId?: string | null | undefined;
|
|
230836
|
+
stripeScheduleId?: string | null | undefined;
|
|
230746
230837
|
currentPeriodStart?: string | null | undefined;
|
|
230747
230838
|
currentPeriodEnd?: string | null | undefined;
|
|
230748
230839
|
cancelAt?: string | null | undefined;
|
|
@@ -230838,6 +230929,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230838
230929
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
230839
230930
|
stripeSubscriptionId?: string | undefined;
|
|
230840
230931
|
stripeCustomerId?: string | undefined;
|
|
230932
|
+
stripeScheduleId?: string | undefined;
|
|
230841
230933
|
currentPeriodStart?: string | undefined;
|
|
230842
230934
|
currentPeriodEnd?: string | undefined;
|
|
230843
230935
|
cancelAt?: string | undefined;
|
|
@@ -230911,6 +231003,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230911
231003
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
230912
231004
|
stripeSubscriptionId?: string | null | undefined;
|
|
230913
231005
|
stripeCustomerId?: string | null | undefined;
|
|
231006
|
+
stripeScheduleId?: string | null | undefined;
|
|
230914
231007
|
currentPeriodStart?: string | null | undefined;
|
|
230915
231008
|
currentPeriodEnd?: string | null | undefined;
|
|
230916
231009
|
cancelAt?: string | null | undefined;
|
|
@@ -230990,6 +231083,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230990
231083
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
230991
231084
|
stripeSubscriptionId?: string | undefined;
|
|
230992
231085
|
stripeCustomerId?: string | undefined;
|
|
231086
|
+
stripeScheduleId?: string | undefined;
|
|
230993
231087
|
currentPeriodStart?: string | undefined;
|
|
230994
231088
|
currentPeriodEnd?: string | undefined;
|
|
230995
231089
|
cancelAt?: string | undefined;
|
|
@@ -231069,6 +231163,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
231069
231163
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
231070
231164
|
stripeSubscriptionId?: string | null | undefined;
|
|
231071
231165
|
stripeCustomerId?: string | null | undefined;
|
|
231166
|
+
stripeScheduleId?: string | null | undefined;
|
|
231072
231167
|
currentPeriodStart?: string | null | undefined;
|
|
231073
231168
|
currentPeriodEnd?: string | null | undefined;
|
|
231074
231169
|
cancelAt?: string | null | undefined;
|
|
@@ -231150,6 +231245,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
231150
231245
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
231151
231246
|
stripeSubscriptionId?: string | undefined;
|
|
231152
231247
|
stripeCustomerId?: string | undefined;
|
|
231248
|
+
stripeScheduleId?: string | undefined;
|
|
231153
231249
|
currentPeriodStart?: string | undefined;
|
|
231154
231250
|
currentPeriodEnd?: string | undefined;
|
|
231155
231251
|
cancelAt?: string | undefined;
|
|
@@ -231231,6 +231327,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
231231
231327
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
231232
231328
|
stripeSubscriptionId?: string | null | undefined;
|
|
231233
231329
|
stripeCustomerId?: string | null | undefined;
|
|
231330
|
+
stripeScheduleId?: string | null | undefined;
|
|
231234
231331
|
currentPeriodStart?: string | null | undefined;
|
|
231235
231332
|
currentPeriodEnd?: string | null | undefined;
|
|
231236
231333
|
cancelAt?: string | null | undefined;
|
|
@@ -232406,6 +232503,7 @@ type DTOCreditBalance = z$1.infer<typeof DTOCreditBalance>;
|
|
|
232406
232503
|
declare const DTOSubscription: z$1.ZodObject<{
|
|
232407
232504
|
stripeSubscriptionId: z$1.ZodOptional<z$1.ZodString>;
|
|
232408
232505
|
stripeCustomerId: z$1.ZodOptional<z$1.ZodString>;
|
|
232506
|
+
stripeScheduleId: z$1.ZodOptional<z$1.ZodString>;
|
|
232409
232507
|
status: z$1.ZodOptional<z$1.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
232410
232508
|
subscriptionStatus: z$1.ZodOptional<z$1.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
|
|
232411
232509
|
internalStatus: z$1.ZodOptional<z$1.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
@@ -233119,6 +233217,7 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
233119
233217
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
233120
233218
|
stripeSubscriptionId?: string | undefined;
|
|
233121
233219
|
stripeCustomerId?: string | undefined;
|
|
233220
|
+
stripeScheduleId?: string | undefined;
|
|
233122
233221
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
233123
233222
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
233124
233223
|
featuresSummary?: {
|
|
@@ -233299,6 +233398,7 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
233299
233398
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
233300
233399
|
stripeSubscriptionId?: string | undefined;
|
|
233301
233400
|
stripeCustomerId?: string | undefined;
|
|
233401
|
+
stripeScheduleId?: string | undefined;
|
|
233302
233402
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
233303
233403
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
233304
233404
|
featuresSummary?: {
|
|
@@ -233463,6 +233563,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
233463
233563
|
subscription: z$1.ZodObject<{
|
|
233464
233564
|
stripeSubscriptionId: z$1.ZodOptional<z$1.ZodString>;
|
|
233465
233565
|
stripeCustomerId: z$1.ZodOptional<z$1.ZodString>;
|
|
233566
|
+
stripeScheduleId: z$1.ZodOptional<z$1.ZodString>;
|
|
233466
233567
|
status: z$1.ZodOptional<z$1.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
233467
233568
|
subscriptionStatus: z$1.ZodOptional<z$1.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
|
|
233468
233569
|
internalStatus: z$1.ZodOptional<z$1.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
@@ -234176,6 +234277,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234176
234277
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
234177
234278
|
stripeSubscriptionId?: string | undefined;
|
|
234178
234279
|
stripeCustomerId?: string | undefined;
|
|
234280
|
+
stripeScheduleId?: string | undefined;
|
|
234179
234281
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
234180
234282
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
234181
234283
|
featuresSummary?: {
|
|
@@ -234356,6 +234458,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234356
234458
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
234357
234459
|
stripeSubscriptionId?: string | undefined;
|
|
234358
234460
|
stripeCustomerId?: string | undefined;
|
|
234461
|
+
stripeScheduleId?: string | undefined;
|
|
234359
234462
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
234360
234463
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
234361
234464
|
featuresSummary?: {
|
|
@@ -234515,6 +234618,22 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234515
234618
|
builderSeatPriceId?: string | undefined;
|
|
234516
234619
|
additionalCreditsPriceId?: string | undefined;
|
|
234517
234620
|
}>;
|
|
234621
|
+
subscriptionUpcomingChange: z$1.ZodOptional<z$1.ZodObject<{
|
|
234622
|
+
effectiveAt: z$1.ZodString;
|
|
234623
|
+
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
234624
|
+
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
234625
|
+
additionalCredits: z$1.ZodOptional<z$1.ZodNumber>;
|
|
234626
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
234627
|
+
effectiveAt: string;
|
|
234628
|
+
additionalCredits?: number | undefined;
|
|
234629
|
+
fullSeatLimit?: number | undefined;
|
|
234630
|
+
builderSeatLimit?: number | undefined;
|
|
234631
|
+
}, {
|
|
234632
|
+
effectiveAt: string;
|
|
234633
|
+
additionalCredits?: number | undefined;
|
|
234634
|
+
fullSeatLimit?: number | undefined;
|
|
234635
|
+
builderSeatLimit?: number | undefined;
|
|
234636
|
+
}>>;
|
|
234518
234637
|
creditBalance: z$1.ZodOptional<z$1.ZodObject<{
|
|
234519
234638
|
paidTopUp: z$1.ZodOptional<z$1.ZodObject<{
|
|
234520
234639
|
total: z$1.ZodNumber;
|
|
@@ -234691,6 +234810,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234691
234810
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
234692
234811
|
stripeSubscriptionId?: string | undefined;
|
|
234693
234812
|
stripeCustomerId?: string | undefined;
|
|
234813
|
+
stripeScheduleId?: string | undefined;
|
|
234694
234814
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
234695
234815
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
234696
234816
|
featuresSummary?: {
|
|
@@ -234854,6 +234974,12 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234854
234974
|
creditsToCentsConversionRate: number;
|
|
234855
234975
|
purchaseTopUpCreditsToCentsConversionRate: number;
|
|
234856
234976
|
};
|
|
234977
|
+
subscriptionUpcomingChange?: {
|
|
234978
|
+
effectiveAt: string;
|
|
234979
|
+
additionalCredits?: number | undefined;
|
|
234980
|
+
fullSeatLimit?: number | undefined;
|
|
234981
|
+
builderSeatLimit?: number | undefined;
|
|
234982
|
+
} | undefined;
|
|
234857
234983
|
creditBalance?: {
|
|
234858
234984
|
free?: {
|
|
234859
234985
|
credits: {
|
|
@@ -234904,6 +235030,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234904
235030
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
234905
235031
|
stripeSubscriptionId?: string | undefined;
|
|
234906
235032
|
stripeCustomerId?: string | undefined;
|
|
235033
|
+
stripeScheduleId?: string | undefined;
|
|
234907
235034
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
234908
235035
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
234909
235036
|
featuresSummary?: {
|
|
@@ -235067,6 +235194,12 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
235067
235194
|
creditsToCentsConversionRate: number;
|
|
235068
235195
|
purchaseTopUpCreditsToCentsConversionRate: number;
|
|
235069
235196
|
};
|
|
235197
|
+
subscriptionUpcomingChange?: {
|
|
235198
|
+
effectiveAt: string;
|
|
235199
|
+
additionalCredits?: number | undefined;
|
|
235200
|
+
fullSeatLimit?: number | undefined;
|
|
235201
|
+
builderSeatLimit?: number | undefined;
|
|
235202
|
+
} | undefined;
|
|
235070
235203
|
creditBalance?: {
|
|
235071
235204
|
free?: {
|
|
235072
235205
|
credits: {
|
|
@@ -235189,6 +235322,23 @@ declare const DTOSubscriptionUpdatePreviewResponse: z$1.ZodObject<{
|
|
|
235189
235322
|
};
|
|
235190
235323
|
}>;
|
|
235191
235324
|
type DTOSubscriptionUpdatePreviewResponse = z$1.infer<typeof DTOSubscriptionUpdatePreviewResponse>;
|
|
235325
|
+
declare const DTOSubscriptionUpcomingChange: z$1.ZodObject<{
|
|
235326
|
+
effectiveAt: z$1.ZodString;
|
|
235327
|
+
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235328
|
+
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235329
|
+
additionalCredits: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235330
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
235331
|
+
effectiveAt: string;
|
|
235332
|
+
additionalCredits?: number | undefined;
|
|
235333
|
+
fullSeatLimit?: number | undefined;
|
|
235334
|
+
builderSeatLimit?: number | undefined;
|
|
235335
|
+
}, {
|
|
235336
|
+
effectiveAt: string;
|
|
235337
|
+
additionalCredits?: number | undefined;
|
|
235338
|
+
fullSeatLimit?: number | undefined;
|
|
235339
|
+
builderSeatLimit?: number | undefined;
|
|
235340
|
+
}>;
|
|
235341
|
+
type DTOSubscriptionUpcomingChange = z$1.infer<typeof DTOSubscriptionUpcomingChange>;
|
|
235192
235342
|
declare const DTOSubscriptionUpdateInput: z$1.ZodObject<{
|
|
235193
235343
|
additionalCredits: z$1.ZodNumber;
|
|
235194
235344
|
builderSeats: z$1.ZodNumber;
|
|
@@ -235591,6 +235741,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235591
235741
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
235592
235742
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
235593
235743
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
235744
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
235594
235745
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
235595
235746
|
planPriceId: z.ZodString;
|
|
235596
235747
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -235627,6 +235778,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235627
235778
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
235628
235779
|
stripeSubscriptionId?: string | undefined;
|
|
235629
235780
|
stripeCustomerId?: string | undefined;
|
|
235781
|
+
stripeScheduleId?: string | undefined;
|
|
235630
235782
|
currentPeriodStart?: string | undefined;
|
|
235631
235783
|
currentPeriodEnd?: string | undefined;
|
|
235632
235784
|
cancelAt?: string | undefined;
|
|
@@ -235660,6 +235812,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235660
235812
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
235661
235813
|
stripeSubscriptionId?: string | null | undefined;
|
|
235662
235814
|
stripeCustomerId?: string | null | undefined;
|
|
235815
|
+
stripeScheduleId?: string | null | undefined;
|
|
235663
235816
|
currentPeriodStart?: string | null | undefined;
|
|
235664
235817
|
currentPeriodEnd?: string | null | undefined;
|
|
235665
235818
|
cancelAt?: string | null | undefined;
|
|
@@ -235755,6 +235908,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235755
235908
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
235756
235909
|
stripeSubscriptionId?: string | undefined;
|
|
235757
235910
|
stripeCustomerId?: string | undefined;
|
|
235911
|
+
stripeScheduleId?: string | undefined;
|
|
235758
235912
|
currentPeriodStart?: string | undefined;
|
|
235759
235913
|
currentPeriodEnd?: string | undefined;
|
|
235760
235914
|
cancelAt?: string | undefined;
|
|
@@ -235828,6 +235982,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235828
235982
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
235829
235983
|
stripeSubscriptionId?: string | null | undefined;
|
|
235830
235984
|
stripeCustomerId?: string | null | undefined;
|
|
235985
|
+
stripeScheduleId?: string | null | undefined;
|
|
235831
235986
|
currentPeriodStart?: string | null | undefined;
|
|
235832
235987
|
currentPeriodEnd?: string | null | undefined;
|
|
235833
235988
|
cancelAt?: string | null | undefined;
|
|
@@ -236017,6 +236172,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236017
236172
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
|
|
236018
236173
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
236019
236174
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
236175
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
236020
236176
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
236021
236177
|
planPriceId: z.ZodString;
|
|
236022
236178
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -236053,6 +236209,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236053
236209
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
236054
236210
|
stripeSubscriptionId?: string | undefined;
|
|
236055
236211
|
stripeCustomerId?: string | undefined;
|
|
236212
|
+
stripeScheduleId?: string | undefined;
|
|
236056
236213
|
currentPeriodStart?: string | undefined;
|
|
236057
236214
|
currentPeriodEnd?: string | undefined;
|
|
236058
236215
|
cancelAt?: string | undefined;
|
|
@@ -236086,6 +236243,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236086
236243
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
236087
236244
|
stripeSubscriptionId?: string | null | undefined;
|
|
236088
236245
|
stripeCustomerId?: string | null | undefined;
|
|
236246
|
+
stripeScheduleId?: string | null | undefined;
|
|
236089
236247
|
currentPeriodStart?: string | null | undefined;
|
|
236090
236248
|
currentPeriodEnd?: string | null | undefined;
|
|
236091
236249
|
cancelAt?: string | null | undefined;
|
|
@@ -236181,6 +236339,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236181
236339
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
236182
236340
|
stripeSubscriptionId?: string | undefined;
|
|
236183
236341
|
stripeCustomerId?: string | undefined;
|
|
236342
|
+
stripeScheduleId?: string | undefined;
|
|
236184
236343
|
currentPeriodStart?: string | undefined;
|
|
236185
236344
|
currentPeriodEnd?: string | undefined;
|
|
236186
236345
|
cancelAt?: string | undefined;
|
|
@@ -236254,6 +236413,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236254
236413
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
236255
236414
|
stripeSubscriptionId?: string | null | undefined;
|
|
236256
236415
|
stripeCustomerId?: string | null | undefined;
|
|
236416
|
+
stripeScheduleId?: string | null | undefined;
|
|
236257
236417
|
currentPeriodStart?: string | null | undefined;
|
|
236258
236418
|
currentPeriodEnd?: string | null | undefined;
|
|
236259
236419
|
cancelAt?: string | null | undefined;
|
|
@@ -236329,6 +236489,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236329
236489
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
236330
236490
|
stripeSubscriptionId?: string | undefined;
|
|
236331
236491
|
stripeCustomerId?: string | undefined;
|
|
236492
|
+
stripeScheduleId?: string | undefined;
|
|
236332
236493
|
currentPeriodStart?: string | undefined;
|
|
236333
236494
|
currentPeriodEnd?: string | undefined;
|
|
236334
236495
|
cancelAt?: string | undefined;
|
|
@@ -236404,6 +236565,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236404
236565
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
236405
236566
|
stripeSubscriptionId?: string | null | undefined;
|
|
236406
236567
|
stripeCustomerId?: string | null | undefined;
|
|
236568
|
+
stripeScheduleId?: string | null | undefined;
|
|
236407
236569
|
currentPeriodStart?: string | null | undefined;
|
|
236408
236570
|
currentPeriodEnd?: string | null | undefined;
|
|
236409
236571
|
cancelAt?: string | null | undefined;
|
|
@@ -247095,6 +247257,7 @@ declare class DesignSystemsEndpoint {
|
|
|
247095
247257
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
247096
247258
|
stripeSubscriptionId?: string | undefined;
|
|
247097
247259
|
stripeCustomerId?: string | undefined;
|
|
247260
|
+
stripeScheduleId?: string | undefined;
|
|
247098
247261
|
currentPeriodStart?: string | undefined;
|
|
247099
247262
|
currentPeriodEnd?: string | undefined;
|
|
247100
247263
|
cancelAt?: string | undefined;
|
|
@@ -247433,6 +247596,7 @@ declare class ForgeFeatureIterationsEndpoint {
|
|
|
247433
247596
|
name: string;
|
|
247434
247597
|
startedFromMessageId: string;
|
|
247435
247598
|
updatedAt?: string | undefined;
|
|
247599
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
247436
247600
|
thumbnailUrl?: string | undefined;
|
|
247437
247601
|
baseIterationId?: string | undefined;
|
|
247438
247602
|
isInProgress?: boolean | undefined;
|
|
@@ -247593,6 +247757,7 @@ declare class ForgeProjectFeaturesEndpoint {
|
|
|
247593
247757
|
name: string;
|
|
247594
247758
|
startedFromMessageId: string;
|
|
247595
247759
|
updatedAt?: string | undefined;
|
|
247760
|
+
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
247596
247761
|
thumbnailUrl?: string | undefined;
|
|
247597
247762
|
baseIterationId?: string | undefined;
|
|
247598
247763
|
isInProgress?: boolean | undefined;
|
|
@@ -253552,6 +253717,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
253552
253717
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
253553
253718
|
stripeSubscriptionId?: string | undefined;
|
|
253554
253719
|
stripeCustomerId?: string | undefined;
|
|
253720
|
+
stripeScheduleId?: string | undefined;
|
|
253555
253721
|
currentPeriodStart?: string | undefined;
|
|
253556
253722
|
currentPeriodEnd?: string | undefined;
|
|
253557
253723
|
cancelAt?: string | undefined;
|
|
@@ -253691,6 +253857,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
253691
253857
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
253692
253858
|
stripeSubscriptionId?: string | undefined;
|
|
253693
253859
|
stripeCustomerId?: string | undefined;
|
|
253860
|
+
stripeScheduleId?: string | undefined;
|
|
253694
253861
|
currentPeriodStart?: string | undefined;
|
|
253695
253862
|
currentPeriodEnd?: string | undefined;
|
|
253696
253863
|
cancelAt?: string | undefined;
|
|
@@ -253768,6 +253935,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
253768
253935
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
253769
253936
|
stripeSubscriptionId?: string | undefined;
|
|
253770
253937
|
stripeCustomerId?: string | undefined;
|
|
253938
|
+
stripeScheduleId?: string | undefined;
|
|
253771
253939
|
currentPeriodStart?: string | undefined;
|
|
253772
253940
|
currentPeriodEnd?: string | undefined;
|
|
253773
253941
|
cancelAt?: string | undefined;
|
|
@@ -253845,6 +254013,7 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
253845
254013
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
253846
254014
|
stripeSubscriptionId?: string | undefined;
|
|
253847
254015
|
stripeCustomerId?: string | undefined;
|
|
254016
|
+
stripeScheduleId?: string | undefined;
|
|
253848
254017
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
253849
254018
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
253850
254019
|
featuresSummary?: {
|
|
@@ -254008,6 +254177,12 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
254008
254177
|
creditsToCentsConversionRate: number;
|
|
254009
254178
|
purchaseTopUpCreditsToCentsConversionRate: number;
|
|
254010
254179
|
};
|
|
254180
|
+
subscriptionUpcomingChange?: {
|
|
254181
|
+
effectiveAt: string;
|
|
254182
|
+
additionalCredits?: number | undefined;
|
|
254183
|
+
fullSeatLimit?: number | undefined;
|
|
254184
|
+
builderSeatLimit?: number | undefined;
|
|
254185
|
+
} | undefined;
|
|
254011
254186
|
creditBalance?: {
|
|
254012
254187
|
free?: {
|
|
254013
254188
|
credits: {
|
|
@@ -254109,6 +254284,7 @@ declare class WorkspacesEndpoint {
|
|
|
254109
254284
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254110
254285
|
stripeSubscriptionId?: string | undefined;
|
|
254111
254286
|
stripeCustomerId?: string | undefined;
|
|
254287
|
+
stripeScheduleId?: string | undefined;
|
|
254112
254288
|
currentPeriodStart?: string | undefined;
|
|
254113
254289
|
currentPeriodEnd?: string | undefined;
|
|
254114
254290
|
cancelAt?: string | undefined;
|
|
@@ -254186,6 +254362,7 @@ declare class WorkspacesEndpoint {
|
|
|
254186
254362
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254187
254363
|
stripeSubscriptionId?: string | undefined;
|
|
254188
254364
|
stripeCustomerId?: string | undefined;
|
|
254365
|
+
stripeScheduleId?: string | undefined;
|
|
254189
254366
|
currentPeriodStart?: string | undefined;
|
|
254190
254367
|
currentPeriodEnd?: string | undefined;
|
|
254191
254368
|
cancelAt?: string | undefined;
|
|
@@ -254267,6 +254444,7 @@ declare class WorkspacesEndpoint {
|
|
|
254267
254444
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254268
254445
|
stripeSubscriptionId?: string | undefined;
|
|
254269
254446
|
stripeCustomerId?: string | undefined;
|
|
254447
|
+
stripeScheduleId?: string | undefined;
|
|
254270
254448
|
currentPeriodStart?: string | undefined;
|
|
254271
254449
|
currentPeriodEnd?: string | undefined;
|
|
254272
254450
|
cancelAt?: string | undefined;
|
|
@@ -254400,6 +254578,7 @@ declare class WorkspacesEndpoint {
|
|
|
254400
254578
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254401
254579
|
stripeSubscriptionId?: string | undefined;
|
|
254402
254580
|
stripeCustomerId?: string | undefined;
|
|
254581
|
+
stripeScheduleId?: string | undefined;
|
|
254403
254582
|
currentPeriodStart?: string | undefined;
|
|
254404
254583
|
currentPeriodEnd?: string | undefined;
|
|
254405
254584
|
cancelAt?: string | undefined;
|
|
@@ -254696,6 +254875,7 @@ declare class UsersEndpoint {
|
|
|
254696
254875
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254697
254876
|
stripeSubscriptionId?: string | undefined;
|
|
254698
254877
|
stripeCustomerId?: string | undefined;
|
|
254878
|
+
stripeScheduleId?: string | undefined;
|
|
254699
254879
|
currentPeriodStart?: string | undefined;
|
|
254700
254880
|
currentPeriodEnd?: string | undefined;
|
|
254701
254881
|
cancelAt?: string | undefined;
|
|
@@ -257592,4 +257772,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
257592
257772
|
reason: ValidationErrorReason | undefined;
|
|
257593
257773
|
};
|
|
257594
257774
|
|
|
257595
|
-
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, 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, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };
|
|
257775
|
+
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };
|