@supernova-studio/client 1.11.3 → 1.12.0
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 +171 -38
- package/dist/index.d.ts +171 -38
- package/dist/index.js +71 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1800 -1748
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -78203,14 +78203,20 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
78203
78203
|
id: z__default.ZodString;
|
|
78204
78204
|
name: z__default.ZodString;
|
|
78205
78205
|
description: z__default.ZodString;
|
|
78206
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78207
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78206
78208
|
}, "strip", z__default.ZodTypeAny, {
|
|
78207
78209
|
id: string;
|
|
78208
78210
|
name: string;
|
|
78209
78211
|
description: string;
|
|
78212
|
+
sectionId?: string | undefined;
|
|
78213
|
+
afterFeatureId?: string | null | undefined;
|
|
78210
78214
|
}, {
|
|
78211
78215
|
id: string;
|
|
78212
78216
|
name: string;
|
|
78213
78217
|
description: string;
|
|
78218
|
+
sectionId?: string | undefined;
|
|
78219
|
+
afterFeatureId?: string | null | undefined;
|
|
78214
78220
|
}>;
|
|
78215
78221
|
}, "strip", z__default.ZodTypeAny, {
|
|
78216
78222
|
type: "FeatureCreate";
|
|
@@ -78218,6 +78224,8 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
78218
78224
|
id: string;
|
|
78219
78225
|
name: string;
|
|
78220
78226
|
description: string;
|
|
78227
|
+
sectionId?: string | undefined;
|
|
78228
|
+
afterFeatureId?: string | null | undefined;
|
|
78221
78229
|
};
|
|
78222
78230
|
}, {
|
|
78223
78231
|
type: "FeatureCreate";
|
|
@@ -78225,6 +78233,8 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
78225
78233
|
id: string;
|
|
78226
78234
|
name: string;
|
|
78227
78235
|
description: string;
|
|
78236
|
+
sectionId?: string | undefined;
|
|
78237
|
+
afterFeatureId?: string | null | undefined;
|
|
78228
78238
|
};
|
|
78229
78239
|
}>;
|
|
78230
78240
|
type DTOForgeProjectActionFeatureCreate = z__default.infer<typeof DTOForgeProjectActionFeatureCreate>;
|
|
@@ -78234,14 +78244,20 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
|
|
|
78234
78244
|
id: z__default.ZodString;
|
|
78235
78245
|
name: z__default.ZodString;
|
|
78236
78246
|
description: z__default.ZodString;
|
|
78247
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78248
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78237
78249
|
}, "strip", z__default.ZodTypeAny, {
|
|
78238
78250
|
id: string;
|
|
78239
78251
|
name: string;
|
|
78240
78252
|
description: string;
|
|
78253
|
+
sectionId?: string | undefined;
|
|
78254
|
+
afterFeatureId?: string | null | undefined;
|
|
78241
78255
|
}, {
|
|
78242
78256
|
id: string;
|
|
78243
78257
|
name: string;
|
|
78244
78258
|
description: string;
|
|
78259
|
+
sectionId?: string | undefined;
|
|
78260
|
+
afterFeatureId?: string | null | undefined;
|
|
78245
78261
|
}>;
|
|
78246
78262
|
}, "strip", z__default.ZodTypeAny, {
|
|
78247
78263
|
type: "FeatureUpdate";
|
|
@@ -78249,6 +78265,8 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
|
|
|
78249
78265
|
id: string;
|
|
78250
78266
|
name: string;
|
|
78251
78267
|
description: string;
|
|
78268
|
+
sectionId?: string | undefined;
|
|
78269
|
+
afterFeatureId?: string | null | undefined;
|
|
78252
78270
|
};
|
|
78253
78271
|
}, {
|
|
78254
78272
|
type: "FeatureUpdate";
|
|
@@ -78256,6 +78274,8 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
|
|
|
78256
78274
|
id: string;
|
|
78257
78275
|
name: string;
|
|
78258
78276
|
description: string;
|
|
78277
|
+
sectionId?: string | undefined;
|
|
78278
|
+
afterFeatureId?: string | null | undefined;
|
|
78259
78279
|
};
|
|
78260
78280
|
}>;
|
|
78261
78281
|
type DTOForgeProjectActionFeatureUpdate = z__default.infer<typeof DTOForgeProjectActionFeatureUpdate>;
|
|
@@ -78399,14 +78419,20 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78399
78419
|
id: z__default.ZodString;
|
|
78400
78420
|
name: z__default.ZodString;
|
|
78401
78421
|
description: z__default.ZodString;
|
|
78422
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78423
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78402
78424
|
}, "strip", z__default.ZodTypeAny, {
|
|
78403
78425
|
id: string;
|
|
78404
78426
|
name: string;
|
|
78405
78427
|
description: string;
|
|
78428
|
+
sectionId?: string | undefined;
|
|
78429
|
+
afterFeatureId?: string | null | undefined;
|
|
78406
78430
|
}, {
|
|
78407
78431
|
id: string;
|
|
78408
78432
|
name: string;
|
|
78409
78433
|
description: string;
|
|
78434
|
+
sectionId?: string | undefined;
|
|
78435
|
+
afterFeatureId?: string | null | undefined;
|
|
78410
78436
|
}>;
|
|
78411
78437
|
}, "strip", z__default.ZodTypeAny, {
|
|
78412
78438
|
type: "FeatureCreate";
|
|
@@ -78414,6 +78440,8 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78414
78440
|
id: string;
|
|
78415
78441
|
name: string;
|
|
78416
78442
|
description: string;
|
|
78443
|
+
sectionId?: string | undefined;
|
|
78444
|
+
afterFeatureId?: string | null | undefined;
|
|
78417
78445
|
};
|
|
78418
78446
|
}, {
|
|
78419
78447
|
type: "FeatureCreate";
|
|
@@ -78421,6 +78449,8 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78421
78449
|
id: string;
|
|
78422
78450
|
name: string;
|
|
78423
78451
|
description: string;
|
|
78452
|
+
sectionId?: string | undefined;
|
|
78453
|
+
afterFeatureId?: string | null | undefined;
|
|
78424
78454
|
};
|
|
78425
78455
|
}>, z__default.ZodObject<{
|
|
78426
78456
|
type: z__default.ZodLiteral<"FeatureUpdate">;
|
|
@@ -78428,14 +78458,20 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78428
78458
|
id: z__default.ZodString;
|
|
78429
78459
|
name: z__default.ZodString;
|
|
78430
78460
|
description: z__default.ZodString;
|
|
78461
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78462
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78431
78463
|
}, "strip", z__default.ZodTypeAny, {
|
|
78432
78464
|
id: string;
|
|
78433
78465
|
name: string;
|
|
78434
78466
|
description: string;
|
|
78467
|
+
sectionId?: string | undefined;
|
|
78468
|
+
afterFeatureId?: string | null | undefined;
|
|
78435
78469
|
}, {
|
|
78436
78470
|
id: string;
|
|
78437
78471
|
name: string;
|
|
78438
78472
|
description: string;
|
|
78473
|
+
sectionId?: string | undefined;
|
|
78474
|
+
afterFeatureId?: string | null | undefined;
|
|
78439
78475
|
}>;
|
|
78440
78476
|
}, "strip", z__default.ZodTypeAny, {
|
|
78441
78477
|
type: "FeatureUpdate";
|
|
@@ -78443,6 +78479,8 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78443
78479
|
id: string;
|
|
78444
78480
|
name: string;
|
|
78445
78481
|
description: string;
|
|
78482
|
+
sectionId?: string | undefined;
|
|
78483
|
+
afterFeatureId?: string | null | undefined;
|
|
78446
78484
|
};
|
|
78447
78485
|
}, {
|
|
78448
78486
|
type: "FeatureUpdate";
|
|
@@ -78450,6 +78488,8 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78450
78488
|
id: string;
|
|
78451
78489
|
name: string;
|
|
78452
78490
|
description: string;
|
|
78491
|
+
sectionId?: string | undefined;
|
|
78492
|
+
afterFeatureId?: string | null | undefined;
|
|
78453
78493
|
};
|
|
78454
78494
|
}>, z__default.ZodObject<{
|
|
78455
78495
|
type: z__default.ZodLiteral<"FeatureDelete">;
|
|
@@ -80716,53 +80756,65 @@ declare const DTOForgeProjectContextRemoveResponse: z$1.ZodObject<{
|
|
|
80716
80756
|
}>;
|
|
80717
80757
|
type DTOForgeProjectContextRemoveResponse = z$1.infer<typeof DTOForgeProjectContextRemoveResponse>;
|
|
80718
80758
|
|
|
80719
|
-
declare const DTOForgeProjectFeature: z__default.ZodObject<{
|
|
80759
|
+
declare const DTOForgeProjectFeature: z__default.ZodObject<Pick<{
|
|
80760
|
+
createdAt: z__default.ZodDate;
|
|
80761
|
+
createdByUserId: z__default.ZodOptional<z__default.ZodString>;
|
|
80762
|
+
description: z__default.ZodString;
|
|
80720
80763
|
id: z__default.ZodString;
|
|
80764
|
+
isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
80721
80765
|
name: z__default.ZodString;
|
|
80722
|
-
|
|
80723
|
-
|
|
80724
|
-
|
|
80766
|
+
projectId: z__default.ZodString;
|
|
80767
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80768
|
+
sortOrder: z__default.ZodNumber;
|
|
80769
|
+
updatedAt: z__default.ZodOptional<z__default.ZodDate>;
|
|
80770
|
+
}, "id" | "name" | "description" | "isArchived">, "strip", z__default.ZodTypeAny, {
|
|
80725
80771
|
id: string;
|
|
80726
80772
|
name: string;
|
|
80727
80773
|
description: string;
|
|
80728
|
-
isArchived
|
|
80774
|
+
isArchived?: boolean | undefined;
|
|
80729
80775
|
}, {
|
|
80730
80776
|
id: string;
|
|
80731
80777
|
name: string;
|
|
80732
80778
|
description: string;
|
|
80733
|
-
isArchived
|
|
80779
|
+
isArchived?: boolean | undefined;
|
|
80734
80780
|
}>;
|
|
80735
80781
|
type DTOForgeProjectFeature = z__default.infer<typeof DTOForgeProjectFeature>;
|
|
80736
80782
|
declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
|
|
80737
|
-
features: z__default.ZodArray<z__default.ZodObject<{
|
|
80783
|
+
features: z__default.ZodArray<z__default.ZodObject<Pick<{
|
|
80784
|
+
createdAt: z__default.ZodDate;
|
|
80785
|
+
createdByUserId: z__default.ZodOptional<z__default.ZodString>;
|
|
80786
|
+
description: z__default.ZodString;
|
|
80738
80787
|
id: z__default.ZodString;
|
|
80788
|
+
isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
80739
80789
|
name: z__default.ZodString;
|
|
80740
|
-
|
|
80741
|
-
|
|
80742
|
-
|
|
80790
|
+
projectId: z__default.ZodString;
|
|
80791
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80792
|
+
sortOrder: z__default.ZodNumber;
|
|
80793
|
+
updatedAt: z__default.ZodOptional<z__default.ZodDate>;
|
|
80794
|
+
}, "id" | "name" | "description" | "isArchived">, "strip", z__default.ZodTypeAny, {
|
|
80743
80795
|
id: string;
|
|
80744
80796
|
name: string;
|
|
80745
80797
|
description: string;
|
|
80746
|
-
isArchived
|
|
80798
|
+
isArchived?: boolean | undefined;
|
|
80747
80799
|
}, {
|
|
80748
80800
|
id: string;
|
|
80749
80801
|
name: string;
|
|
80750
80802
|
description: string;
|
|
80751
|
-
isArchived
|
|
80803
|
+
isArchived?: boolean | undefined;
|
|
80752
80804
|
}>, "many">;
|
|
80753
80805
|
}, "strip", z__default.ZodTypeAny, {
|
|
80754
80806
|
features: {
|
|
80755
80807
|
id: string;
|
|
80756
80808
|
name: string;
|
|
80757
80809
|
description: string;
|
|
80758
|
-
isArchived
|
|
80810
|
+
isArchived?: boolean | undefined;
|
|
80759
80811
|
}[];
|
|
80760
80812
|
}, {
|
|
80761
80813
|
features: {
|
|
80762
80814
|
id: string;
|
|
80763
80815
|
name: string;
|
|
80764
80816
|
description: string;
|
|
80765
|
-
isArchived
|
|
80817
|
+
isArchived?: boolean | undefined;
|
|
80766
80818
|
}[];
|
|
80767
80819
|
}>;
|
|
80768
80820
|
type DTOForgeProjectFeatureListResponse = z__default.infer<typeof DTOForgeProjectFeatureListResponse>;
|
|
@@ -80770,14 +80822,20 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
80770
80822
|
id: z__default.ZodString;
|
|
80771
80823
|
name: z__default.ZodString;
|
|
80772
80824
|
description: z__default.ZodString;
|
|
80825
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80826
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
80773
80827
|
}, "strip", z__default.ZodTypeAny, {
|
|
80774
80828
|
id: string;
|
|
80775
80829
|
name: string;
|
|
80776
80830
|
description: string;
|
|
80831
|
+
sectionId?: string | undefined;
|
|
80832
|
+
afterFeatureId?: string | null | undefined;
|
|
80777
80833
|
}, {
|
|
80778
80834
|
id: string;
|
|
80779
80835
|
name: string;
|
|
80780
80836
|
description: string;
|
|
80837
|
+
sectionId?: string | undefined;
|
|
80838
|
+
afterFeatureId?: string | null | undefined;
|
|
80781
80839
|
}>;
|
|
80782
80840
|
type DTOForgeProjectFeatureCreateInput = z__default.infer<typeof DTOForgeProjectFeatureCreateInput>;
|
|
80783
80841
|
declare const DTOForgeProjectFeatureUpdateInput: z__default.ZodObject<{
|
|
@@ -80805,6 +80863,59 @@ declare const DTOForgeProjectFeatureDeleteInput: z__default.ZodObject<{
|
|
|
80805
80863
|
id: string;
|
|
80806
80864
|
}>;
|
|
80807
80865
|
type DTOForgeProjectFeatureDeleteInput = z__default.infer<typeof DTOForgeProjectFeatureDeleteInput>;
|
|
80866
|
+
declare const DTOForgeProjectFeatureMoveInput: z__default.ZodObject<{
|
|
80867
|
+
id: z__default.ZodString;
|
|
80868
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80869
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
80870
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
80871
|
+
id: string;
|
|
80872
|
+
sectionId?: string | undefined;
|
|
80873
|
+
afterFeatureId?: string | null | undefined;
|
|
80874
|
+
}, {
|
|
80875
|
+
id: string;
|
|
80876
|
+
sectionId?: string | undefined;
|
|
80877
|
+
afterFeatureId?: string | null | undefined;
|
|
80878
|
+
}>;
|
|
80879
|
+
type DTOForgeProjectFeatureMoveInput = z__default.infer<typeof DTOForgeProjectFeatureMoveInput>;
|
|
80880
|
+
declare const DTOForgeProjectFeatureResponse: z__default.ZodObject<{
|
|
80881
|
+
feature: z__default.ZodObject<Pick<{
|
|
80882
|
+
createdAt: z__default.ZodDate;
|
|
80883
|
+
createdByUserId: z__default.ZodOptional<z__default.ZodString>;
|
|
80884
|
+
description: z__default.ZodString;
|
|
80885
|
+
id: z__default.ZodString;
|
|
80886
|
+
isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
80887
|
+
name: z__default.ZodString;
|
|
80888
|
+
projectId: z__default.ZodString;
|
|
80889
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80890
|
+
sortOrder: z__default.ZodNumber;
|
|
80891
|
+
updatedAt: z__default.ZodOptional<z__default.ZodDate>;
|
|
80892
|
+
}, "id" | "name" | "description" | "isArchived">, "strip", z__default.ZodTypeAny, {
|
|
80893
|
+
id: string;
|
|
80894
|
+
name: string;
|
|
80895
|
+
description: string;
|
|
80896
|
+
isArchived?: boolean | undefined;
|
|
80897
|
+
}, {
|
|
80898
|
+
id: string;
|
|
80899
|
+
name: string;
|
|
80900
|
+
description: string;
|
|
80901
|
+
isArchived?: boolean | undefined;
|
|
80902
|
+
}>;
|
|
80903
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
80904
|
+
feature: {
|
|
80905
|
+
id: string;
|
|
80906
|
+
name: string;
|
|
80907
|
+
description: string;
|
|
80908
|
+
isArchived?: boolean | undefined;
|
|
80909
|
+
};
|
|
80910
|
+
}, {
|
|
80911
|
+
feature: {
|
|
80912
|
+
id: string;
|
|
80913
|
+
name: string;
|
|
80914
|
+
description: string;
|
|
80915
|
+
isArchived?: boolean | undefined;
|
|
80916
|
+
};
|
|
80917
|
+
}>;
|
|
80918
|
+
type DTOForgeProjectFeatureResponse = z__default.infer<typeof DTOForgeProjectFeatureResponse>;
|
|
80808
80919
|
|
|
80809
80920
|
declare const DTOForgeProjectInvitation: z$1.ZodObject<{
|
|
80810
80921
|
email: z$1.ZodString;
|
|
@@ -120167,6 +120278,23 @@ declare const DTOUserProfileUpdate: z$1.ZodObject<Omit<{
|
|
|
120167
120278
|
}>;
|
|
120168
120279
|
type DTOUserProfileUpdate = z$1.infer<typeof DTOUserProfileUpdate>;
|
|
120169
120280
|
|
|
120281
|
+
declare const DTOBillingCreditsSpendInput: z__default.ZodObject<{
|
|
120282
|
+
amount: z__default.ZodNumber;
|
|
120283
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
120284
|
+
amount: number;
|
|
120285
|
+
}, {
|
|
120286
|
+
amount: number;
|
|
120287
|
+
}>;
|
|
120288
|
+
type DTOBillingCreditsSpendInput = z__default.infer<typeof DTOBillingCreditsSpendInput>;
|
|
120289
|
+
declare const DTOBillingCreditsSpendResponse: z__default.ZodObject<{
|
|
120290
|
+
hasSpentCredits: z__default.ZodBoolean;
|
|
120291
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
120292
|
+
hasSpentCredits: boolean;
|
|
120293
|
+
}, {
|
|
120294
|
+
hasSpentCredits: boolean;
|
|
120295
|
+
}>;
|
|
120296
|
+
type DTOBillingCreditsSpendResponse = z__default.infer<typeof DTOBillingCreditsSpendResponse>;
|
|
120297
|
+
|
|
120170
120298
|
declare const DTOGitOrganization: z$1.ZodObject<{
|
|
120171
120299
|
id: z$1.ZodString;
|
|
120172
120300
|
name: z$1.ZodString;
|
|
@@ -124174,12 +124302,12 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124174
124302
|
};
|
|
124175
124303
|
}>>;
|
|
124176
124304
|
}, "strip", z__default.ZodTypeAny, {
|
|
124305
|
+
amount: number;
|
|
124177
124306
|
product: "free" | "team" | "company" | "enterprise";
|
|
124178
124307
|
planPriceId: string;
|
|
124179
124308
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
124180
124309
|
seats: number;
|
|
124181
124310
|
seatLimit: number;
|
|
124182
|
-
amount: number;
|
|
124183
124311
|
isTrial: boolean;
|
|
124184
124312
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
124185
124313
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -124349,12 +124477,12 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124349
124477
|
};
|
|
124350
124478
|
} | undefined;
|
|
124351
124479
|
}, {
|
|
124480
|
+
amount: number;
|
|
124352
124481
|
product: "free" | "team" | "company" | "enterprise";
|
|
124353
124482
|
planPriceId: string;
|
|
124354
124483
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
124355
124484
|
seats: number;
|
|
124356
124485
|
seatLimit: number;
|
|
124357
|
-
amount: number;
|
|
124358
124486
|
isTrial: boolean;
|
|
124359
124487
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
124360
124488
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -125219,12 +125347,12 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125219
125347
|
};
|
|
125220
125348
|
}>>;
|
|
125221
125349
|
}, "strip", z__default.ZodTypeAny, {
|
|
125350
|
+
amount: number;
|
|
125222
125351
|
product: "free" | "team" | "company" | "enterprise";
|
|
125223
125352
|
planPriceId: string;
|
|
125224
125353
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125225
125354
|
seats: number;
|
|
125226
125355
|
seatLimit: number;
|
|
125227
|
-
amount: number;
|
|
125228
125356
|
isTrial: boolean;
|
|
125229
125357
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125230
125358
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -125394,12 +125522,12 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125394
125522
|
};
|
|
125395
125523
|
} | undefined;
|
|
125396
125524
|
}, {
|
|
125525
|
+
amount: number;
|
|
125397
125526
|
product: "free" | "team" | "company" | "enterprise";
|
|
125398
125527
|
planPriceId: string;
|
|
125399
125528
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125400
125529
|
seats: number;
|
|
125401
125530
|
seatLimit: number;
|
|
125402
|
-
amount: number;
|
|
125403
125531
|
isTrial: boolean;
|
|
125404
125532
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125405
125533
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -125571,12 +125699,12 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125571
125699
|
}>;
|
|
125572
125700
|
}, "strip", z__default.ZodTypeAny, {
|
|
125573
125701
|
subscription: {
|
|
125702
|
+
amount: number;
|
|
125574
125703
|
product: "free" | "team" | "company" | "enterprise";
|
|
125575
125704
|
planPriceId: string;
|
|
125576
125705
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125577
125706
|
seats: number;
|
|
125578
125707
|
seatLimit: number;
|
|
125579
|
-
amount: number;
|
|
125580
125708
|
isTrial: boolean;
|
|
125581
125709
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125582
125710
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -125748,12 +125876,12 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125748
125876
|
};
|
|
125749
125877
|
}, {
|
|
125750
125878
|
subscription: {
|
|
125879
|
+
amount: number;
|
|
125751
125880
|
product: "free" | "team" | "company" | "enterprise";
|
|
125752
125881
|
planPriceId: string;
|
|
125753
125882
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125754
125883
|
seats: number;
|
|
125755
125884
|
seatLimit: number;
|
|
125756
|
-
amount: number;
|
|
125757
125885
|
isTrial: boolean;
|
|
125758
125886
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125759
125887
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -127000,23 +127128,6 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
127000
127128
|
}>;
|
|
127001
127129
|
type DTOWorkspaceResponse = z$1.infer<typeof DTOWorkspaceResponse>;
|
|
127002
127130
|
|
|
127003
|
-
declare const DTOBillingCreditsSpendInput: z__default.ZodObject<{
|
|
127004
|
-
amount: z__default.ZodNumber;
|
|
127005
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
127006
|
-
amount: number;
|
|
127007
|
-
}, {
|
|
127008
|
-
amount: number;
|
|
127009
|
-
}>;
|
|
127010
|
-
type DTOBillingCreditsSpendInput = z__default.infer<typeof DTOBillingCreditsSpendInput>;
|
|
127011
|
-
declare const DTOBillingCreditsSpendResponse: z__default.ZodObject<{
|
|
127012
|
-
hasSpentCredits: z__default.ZodBoolean;
|
|
127013
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
127014
|
-
hasSpentCredits: boolean;
|
|
127015
|
-
}, {
|
|
127016
|
-
hasSpentCredits: boolean;
|
|
127017
|
-
}>;
|
|
127018
|
-
type DTOBillingCreditsSpendResponse = z__default.infer<typeof DTOBillingCreditsSpendResponse>;
|
|
127019
|
-
|
|
127020
127131
|
type PageAnalyticsInput = {
|
|
127021
127132
|
pagePersistentId: string;
|
|
127022
127133
|
priorDataPoints: PublishedDocPageVisitsEntry[];
|
|
@@ -138052,6 +138163,27 @@ declare class ForgeArtifactsEndpoint {
|
|
|
138052
138163
|
}>;
|
|
138053
138164
|
}
|
|
138054
138165
|
|
|
138166
|
+
declare class ForgeFeaturesEndpoint {
|
|
138167
|
+
private readonly requestExecutor;
|
|
138168
|
+
constructor(requestExecutor: RequestExecutor);
|
|
138169
|
+
list(workspaceId: string, projectId: string): Promise<{
|
|
138170
|
+
features: {
|
|
138171
|
+
id: string;
|
|
138172
|
+
name: string;
|
|
138173
|
+
description: string;
|
|
138174
|
+
isArchived?: boolean | undefined;
|
|
138175
|
+
}[];
|
|
138176
|
+
}>;
|
|
138177
|
+
get(workspaceId: string, projectId: string, featureId: string): Promise<{
|
|
138178
|
+
feature: {
|
|
138179
|
+
id: string;
|
|
138180
|
+
name: string;
|
|
138181
|
+
description: string;
|
|
138182
|
+
isArchived?: boolean | undefined;
|
|
138183
|
+
};
|
|
138184
|
+
}>;
|
|
138185
|
+
}
|
|
138186
|
+
|
|
138055
138187
|
declare class ForgeProjectsEndpoint {
|
|
138056
138188
|
private readonly requestExecutor;
|
|
138057
138189
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -139298,6 +139430,7 @@ declare class ForgesEndpoint {
|
|
|
139298
139430
|
readonly projectMembers: ForgeProjectMembersEndpoint;
|
|
139299
139431
|
readonly projects: ForgeProjectsEndpoint;
|
|
139300
139432
|
readonly projectInvitations: ForgeProjectInvitationsEndpoint;
|
|
139433
|
+
readonly projectFeatures: ForgeFeaturesEndpoint;
|
|
139301
139434
|
constructor(requestExecutor: RequestExecutor);
|
|
139302
139435
|
}
|
|
139303
139436
|
|
|
@@ -142400,4 +142533,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
142400
142533
|
reason: ValidationErrorReason | undefined;
|
|
142401
142534
|
};
|
|
142402
142535
|
|
|
142403
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContextsEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, 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 };
|
|
142536
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureResponse, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContextsEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, 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 };
|