@supernova-studio/client 1.11.2 → 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 +241 -91
- package/dist/index.d.ts +241 -91
- package/dist/index.js +74 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1803 -1740
- 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;
|
|
@@ -124118,7 +124246,7 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124118
124246
|
isTrial: z__default.ZodBoolean;
|
|
124119
124247
|
billingType: z__default.ZodOptional<z__default.ZodEnum<["Auto", "Invoice"]>>;
|
|
124120
124248
|
daysUntilDue: z__default.ZodOptional<z__default.ZodNumber>;
|
|
124121
|
-
creditBalance: z__default.ZodObject<{
|
|
124249
|
+
creditBalance: z__default.ZodOptional<z__default.ZodObject<{
|
|
124122
124250
|
oneTime: z__default.ZodObject<{
|
|
124123
124251
|
total: z__default.ZodNumber;
|
|
124124
124252
|
used: z__default.ZodNumber;
|
|
@@ -124172,28 +124300,15 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124172
124300
|
balance: number;
|
|
124173
124301
|
resetAt?: string | undefined;
|
|
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
|
-
creditBalance: {
|
|
124185
|
-
oneTime: {
|
|
124186
|
-
total: number;
|
|
124187
|
-
used: number;
|
|
124188
|
-
balance: number;
|
|
124189
|
-
};
|
|
124190
|
-
recurring: {
|
|
124191
|
-
total: number;
|
|
124192
|
-
used: number;
|
|
124193
|
-
balance: number;
|
|
124194
|
-
resetAt?: string | undefined;
|
|
124195
|
-
};
|
|
124196
|
-
};
|
|
124197
124312
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
124198
124313
|
stripeSubscriptionId?: string | undefined;
|
|
124199
124314
|
stripeCustomerId?: string | undefined;
|
|
@@ -124348,15 +124463,7 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124348
124463
|
} | undefined;
|
|
124349
124464
|
billingType?: "Auto" | "Invoice" | undefined;
|
|
124350
124465
|
daysUntilDue?: number | undefined;
|
|
124351
|
-
|
|
124352
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
124353
|
-
planPriceId: string;
|
|
124354
|
-
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
124355
|
-
seats: number;
|
|
124356
|
-
seatLimit: number;
|
|
124357
|
-
amount: number;
|
|
124358
|
-
isTrial: boolean;
|
|
124359
|
-
creditBalance: {
|
|
124466
|
+
creditBalance?: {
|
|
124360
124467
|
oneTime: {
|
|
124361
124468
|
total: number;
|
|
124362
124469
|
used: number;
|
|
@@ -124368,7 +124475,15 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124368
124475
|
balance: number;
|
|
124369
124476
|
resetAt?: string | undefined;
|
|
124370
124477
|
};
|
|
124371
|
-
};
|
|
124478
|
+
} | undefined;
|
|
124479
|
+
}, {
|
|
124480
|
+
amount: number;
|
|
124481
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
124482
|
+
planPriceId: string;
|
|
124483
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
124484
|
+
seats: number;
|
|
124485
|
+
seatLimit: number;
|
|
124486
|
+
isTrial: boolean;
|
|
124372
124487
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
124373
124488
|
stripeSubscriptionId?: string | undefined;
|
|
124374
124489
|
stripeCustomerId?: string | undefined;
|
|
@@ -124523,6 +124638,19 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124523
124638
|
} | undefined;
|
|
124524
124639
|
billingType?: "Auto" | "Invoice" | undefined;
|
|
124525
124640
|
daysUntilDue?: number | undefined;
|
|
124641
|
+
creditBalance?: {
|
|
124642
|
+
oneTime: {
|
|
124643
|
+
total: number;
|
|
124644
|
+
used: number;
|
|
124645
|
+
balance: number;
|
|
124646
|
+
};
|
|
124647
|
+
recurring: {
|
|
124648
|
+
total: number;
|
|
124649
|
+
used: number;
|
|
124650
|
+
balance: number;
|
|
124651
|
+
resetAt?: string | undefined;
|
|
124652
|
+
};
|
|
124653
|
+
} | undefined;
|
|
124526
124654
|
}>;
|
|
124527
124655
|
type DTOSubscription = z__default.infer<typeof DTOSubscription>;
|
|
124528
124656
|
declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
@@ -125163,7 +125291,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125163
125291
|
isTrial: z__default.ZodBoolean;
|
|
125164
125292
|
billingType: z__default.ZodOptional<z__default.ZodEnum<["Auto", "Invoice"]>>;
|
|
125165
125293
|
daysUntilDue: z__default.ZodOptional<z__default.ZodNumber>;
|
|
125166
|
-
creditBalance: z__default.ZodObject<{
|
|
125294
|
+
creditBalance: z__default.ZodOptional<z__default.ZodObject<{
|
|
125167
125295
|
oneTime: z__default.ZodObject<{
|
|
125168
125296
|
total: z__default.ZodNumber;
|
|
125169
125297
|
used: z__default.ZodNumber;
|
|
@@ -125217,28 +125345,15 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125217
125345
|
balance: number;
|
|
125218
125346
|
resetAt?: string | undefined;
|
|
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
|
-
creditBalance: {
|
|
125230
|
-
oneTime: {
|
|
125231
|
-
total: number;
|
|
125232
|
-
used: number;
|
|
125233
|
-
balance: number;
|
|
125234
|
-
};
|
|
125235
|
-
recurring: {
|
|
125236
|
-
total: number;
|
|
125237
|
-
used: number;
|
|
125238
|
-
balance: number;
|
|
125239
|
-
resetAt?: string | undefined;
|
|
125240
|
-
};
|
|
125241
|
-
};
|
|
125242
125357
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125243
125358
|
stripeSubscriptionId?: string | undefined;
|
|
125244
125359
|
stripeCustomerId?: string | undefined;
|
|
@@ -125393,15 +125508,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125393
125508
|
} | undefined;
|
|
125394
125509
|
billingType?: "Auto" | "Invoice" | undefined;
|
|
125395
125510
|
daysUntilDue?: number | undefined;
|
|
125396
|
-
|
|
125397
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
125398
|
-
planPriceId: string;
|
|
125399
|
-
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125400
|
-
seats: number;
|
|
125401
|
-
seatLimit: number;
|
|
125402
|
-
amount: number;
|
|
125403
|
-
isTrial: boolean;
|
|
125404
|
-
creditBalance: {
|
|
125511
|
+
creditBalance?: {
|
|
125405
125512
|
oneTime: {
|
|
125406
125513
|
total: number;
|
|
125407
125514
|
used: number;
|
|
@@ -125413,7 +125520,15 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125413
125520
|
balance: number;
|
|
125414
125521
|
resetAt?: string | undefined;
|
|
125415
125522
|
};
|
|
125416
|
-
};
|
|
125523
|
+
} | undefined;
|
|
125524
|
+
}, {
|
|
125525
|
+
amount: number;
|
|
125526
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
125527
|
+
planPriceId: string;
|
|
125528
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125529
|
+
seats: number;
|
|
125530
|
+
seatLimit: number;
|
|
125531
|
+
isTrial: boolean;
|
|
125417
125532
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125418
125533
|
stripeSubscriptionId?: string | undefined;
|
|
125419
125534
|
stripeCustomerId?: string | undefined;
|
|
@@ -125568,17 +125683,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125568
125683
|
} | undefined;
|
|
125569
125684
|
billingType?: "Auto" | "Invoice" | undefined;
|
|
125570
125685
|
daysUntilDue?: number | undefined;
|
|
125571
|
-
|
|
125572
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
125573
|
-
subscription: {
|
|
125574
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
125575
|
-
planPriceId: string;
|
|
125576
|
-
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125577
|
-
seats: number;
|
|
125578
|
-
seatLimit: number;
|
|
125579
|
-
amount: number;
|
|
125580
|
-
isTrial: boolean;
|
|
125581
|
-
creditBalance: {
|
|
125686
|
+
creditBalance?: {
|
|
125582
125687
|
oneTime: {
|
|
125583
125688
|
total: number;
|
|
125584
125689
|
used: number;
|
|
@@ -125590,7 +125695,17 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125590
125695
|
balance: number;
|
|
125591
125696
|
resetAt?: string | undefined;
|
|
125592
125697
|
};
|
|
125593
|
-
};
|
|
125698
|
+
} | undefined;
|
|
125699
|
+
}>;
|
|
125700
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
125701
|
+
subscription: {
|
|
125702
|
+
amount: number;
|
|
125703
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
125704
|
+
planPriceId: string;
|
|
125705
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125706
|
+
seats: number;
|
|
125707
|
+
seatLimit: number;
|
|
125708
|
+
isTrial: boolean;
|
|
125594
125709
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125595
125710
|
stripeSubscriptionId?: string | undefined;
|
|
125596
125711
|
stripeCustomerId?: string | undefined;
|
|
@@ -125745,17 +125860,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125745
125860
|
} | undefined;
|
|
125746
125861
|
billingType?: "Auto" | "Invoice" | undefined;
|
|
125747
125862
|
daysUntilDue?: number | undefined;
|
|
125748
|
-
|
|
125749
|
-
}, {
|
|
125750
|
-
subscription: {
|
|
125751
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
125752
|
-
planPriceId: string;
|
|
125753
|
-
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125754
|
-
seats: number;
|
|
125755
|
-
seatLimit: number;
|
|
125756
|
-
amount: number;
|
|
125757
|
-
isTrial: boolean;
|
|
125758
|
-
creditBalance: {
|
|
125863
|
+
creditBalance?: {
|
|
125759
125864
|
oneTime: {
|
|
125760
125865
|
total: number;
|
|
125761
125866
|
used: number;
|
|
@@ -125767,7 +125872,17 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125767
125872
|
balance: number;
|
|
125768
125873
|
resetAt?: string | undefined;
|
|
125769
125874
|
};
|
|
125770
|
-
};
|
|
125875
|
+
} | undefined;
|
|
125876
|
+
};
|
|
125877
|
+
}, {
|
|
125878
|
+
subscription: {
|
|
125879
|
+
amount: number;
|
|
125880
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
125881
|
+
planPriceId: string;
|
|
125882
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125883
|
+
seats: number;
|
|
125884
|
+
seatLimit: number;
|
|
125885
|
+
isTrial: boolean;
|
|
125771
125886
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125772
125887
|
stripeSubscriptionId?: string | undefined;
|
|
125773
125888
|
stripeCustomerId?: string | undefined;
|
|
@@ -125922,6 +126037,19 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125922
126037
|
} | undefined;
|
|
125923
126038
|
billingType?: "Auto" | "Invoice" | undefined;
|
|
125924
126039
|
daysUntilDue?: number | undefined;
|
|
126040
|
+
creditBalance?: {
|
|
126041
|
+
oneTime: {
|
|
126042
|
+
total: number;
|
|
126043
|
+
used: number;
|
|
126044
|
+
balance: number;
|
|
126045
|
+
};
|
|
126046
|
+
recurring: {
|
|
126047
|
+
total: number;
|
|
126048
|
+
used: number;
|
|
126049
|
+
balance: number;
|
|
126050
|
+
resetAt?: string | undefined;
|
|
126051
|
+
};
|
|
126052
|
+
} | undefined;
|
|
125925
126053
|
};
|
|
125926
126054
|
}>;
|
|
125927
126055
|
type DTOSubscriptionResponse = z__default.infer<typeof DTOSubscriptionResponse>;
|
|
@@ -138035,6 +138163,27 @@ declare class ForgeArtifactsEndpoint {
|
|
|
138035
138163
|
}>;
|
|
138036
138164
|
}
|
|
138037
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
|
+
|
|
138038
138187
|
declare class ForgeProjectsEndpoint {
|
|
138039
138188
|
private readonly requestExecutor;
|
|
138040
138189
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -139281,6 +139430,7 @@ declare class ForgesEndpoint {
|
|
|
139281
139430
|
readonly projectMembers: ForgeProjectMembersEndpoint;
|
|
139282
139431
|
readonly projects: ForgeProjectsEndpoint;
|
|
139283
139432
|
readonly projectInvitations: ForgeProjectInvitationsEndpoint;
|
|
139433
|
+
readonly projectFeatures: ForgeFeaturesEndpoint;
|
|
139284
139434
|
constructor(requestExecutor: RequestExecutor);
|
|
139285
139435
|
}
|
|
139286
139436
|
|
|
@@ -142383,4 +142533,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
142383
142533
|
reason: ValidationErrorReason | undefined;
|
|
142384
142534
|
};
|
|
142385
142535
|
|
|
142386
|
-
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, 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 };
|