@supernova-studio/client 1.46.4 → 1.46.6
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 +964 -201
- package/dist/index.d.ts +964 -201
- package/dist/index.js +31 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -227672,6 +227672,77 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
227672
227672
|
}>]>;
|
|
227673
227673
|
type DTOThreadEvent = z$1.infer<typeof DTOThreadEvent>;
|
|
227674
227674
|
|
|
227675
|
+
declare const DTOTrailEventClientCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
227676
|
+
type: z.ZodLiteral<"DocumentUpdated">;
|
|
227677
|
+
payload: z.ZodObject<{
|
|
227678
|
+
documentId: z.ZodString;
|
|
227679
|
+
title: z.ZodString;
|
|
227680
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
227681
|
+
}, "strip", z.ZodTypeAny, {
|
|
227682
|
+
title: string;
|
|
227683
|
+
documentId: string;
|
|
227684
|
+
sectionId?: string | undefined;
|
|
227685
|
+
}, {
|
|
227686
|
+
title: string;
|
|
227687
|
+
documentId: string;
|
|
227688
|
+
sectionId?: string | undefined;
|
|
227689
|
+
}>;
|
|
227690
|
+
}, "strip", z.ZodTypeAny, {
|
|
227691
|
+
type: "DocumentUpdated";
|
|
227692
|
+
payload: {
|
|
227693
|
+
title: string;
|
|
227694
|
+
documentId: string;
|
|
227695
|
+
sectionId?: string | undefined;
|
|
227696
|
+
};
|
|
227697
|
+
}, {
|
|
227698
|
+
type: "DocumentUpdated";
|
|
227699
|
+
payload: {
|
|
227700
|
+
title: string;
|
|
227701
|
+
documentId: string;
|
|
227702
|
+
sectionId?: string | undefined;
|
|
227703
|
+
};
|
|
227704
|
+
}>, z.ZodObject<{
|
|
227705
|
+
type: z.ZodLiteral<"DocumentCommentSent">;
|
|
227706
|
+
payload: z.ZodObject<{
|
|
227707
|
+
documentId: z.ZodString;
|
|
227708
|
+
title: z.ZodString;
|
|
227709
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
227710
|
+
}, "strip", z.ZodTypeAny, {
|
|
227711
|
+
title: string;
|
|
227712
|
+
documentId: string;
|
|
227713
|
+
sectionId?: string | undefined;
|
|
227714
|
+
}, {
|
|
227715
|
+
title: string;
|
|
227716
|
+
documentId: string;
|
|
227717
|
+
sectionId?: string | undefined;
|
|
227718
|
+
}>;
|
|
227719
|
+
}, "strip", z.ZodTypeAny, {
|
|
227720
|
+
type: "DocumentCommentSent";
|
|
227721
|
+
payload: {
|
|
227722
|
+
title: string;
|
|
227723
|
+
documentId: string;
|
|
227724
|
+
sectionId?: string | undefined;
|
|
227725
|
+
};
|
|
227726
|
+
}, {
|
|
227727
|
+
type: "DocumentCommentSent";
|
|
227728
|
+
payload: {
|
|
227729
|
+
title: string;
|
|
227730
|
+
documentId: string;
|
|
227731
|
+
sectionId?: string | undefined;
|
|
227732
|
+
};
|
|
227733
|
+
}>]>, z.ZodObject<Omit<{
|
|
227734
|
+
id: z.ZodString;
|
|
227735
|
+
projectId: z.ZodString;
|
|
227736
|
+
userId: z.ZodString;
|
|
227737
|
+
createdAt: z.ZodDate;
|
|
227738
|
+
updatedAt: z.ZodDate;
|
|
227739
|
+
}, "id" | "createdAt" | "updatedAt">, "strip", z.ZodTypeAny, {
|
|
227740
|
+
userId: string;
|
|
227741
|
+
projectId: string;
|
|
227742
|
+
}, {
|
|
227743
|
+
userId: string;
|
|
227744
|
+
projectId: string;
|
|
227745
|
+
}>>;
|
|
227675
227746
|
declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
227676
227747
|
type: z.ZodLiteral<"IterationCreated">;
|
|
227677
227748
|
payload: z.ZodObject<{
|
|
@@ -227783,6 +227854,30 @@ declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
227783
227854
|
name: string;
|
|
227784
227855
|
featureId: string;
|
|
227785
227856
|
};
|
|
227857
|
+
}>, z.ZodObject<{
|
|
227858
|
+
type: z.ZodLiteral<"FeatureArchived">;
|
|
227859
|
+
payload: z.ZodObject<{
|
|
227860
|
+
featureId: z.ZodString;
|
|
227861
|
+
name: z.ZodString;
|
|
227862
|
+
}, "strip", z.ZodTypeAny, {
|
|
227863
|
+
name: string;
|
|
227864
|
+
featureId: string;
|
|
227865
|
+
}, {
|
|
227866
|
+
name: string;
|
|
227867
|
+
featureId: string;
|
|
227868
|
+
}>;
|
|
227869
|
+
}, "strip", z.ZodTypeAny, {
|
|
227870
|
+
type: "FeatureArchived";
|
|
227871
|
+
payload: {
|
|
227872
|
+
name: string;
|
|
227873
|
+
featureId: string;
|
|
227874
|
+
};
|
|
227875
|
+
}, {
|
|
227876
|
+
type: "FeatureArchived";
|
|
227877
|
+
payload: {
|
|
227878
|
+
name: string;
|
|
227879
|
+
featureId: string;
|
|
227880
|
+
};
|
|
227786
227881
|
}>, z.ZodObject<{
|
|
227787
227882
|
type: z.ZodLiteral<"DocumentCreated">;
|
|
227788
227883
|
payload: z.ZodObject<{
|
|
@@ -227836,6 +227931,64 @@ declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
227836
227931
|
title: string;
|
|
227837
227932
|
documentId: string;
|
|
227838
227933
|
};
|
|
227934
|
+
}>, z.ZodObject<{
|
|
227935
|
+
type: z.ZodLiteral<"DocumentUpdated">;
|
|
227936
|
+
payload: z.ZodObject<{
|
|
227937
|
+
documentId: z.ZodString;
|
|
227938
|
+
title: z.ZodString;
|
|
227939
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
227940
|
+
}, "strip", z.ZodTypeAny, {
|
|
227941
|
+
title: string;
|
|
227942
|
+
documentId: string;
|
|
227943
|
+
sectionId?: string | undefined;
|
|
227944
|
+
}, {
|
|
227945
|
+
title: string;
|
|
227946
|
+
documentId: string;
|
|
227947
|
+
sectionId?: string | undefined;
|
|
227948
|
+
}>;
|
|
227949
|
+
}, "strip", z.ZodTypeAny, {
|
|
227950
|
+
type: "DocumentUpdated";
|
|
227951
|
+
payload: {
|
|
227952
|
+
title: string;
|
|
227953
|
+
documentId: string;
|
|
227954
|
+
sectionId?: string | undefined;
|
|
227955
|
+
};
|
|
227956
|
+
}, {
|
|
227957
|
+
type: "DocumentUpdated";
|
|
227958
|
+
payload: {
|
|
227959
|
+
title: string;
|
|
227960
|
+
documentId: string;
|
|
227961
|
+
sectionId?: string | undefined;
|
|
227962
|
+
};
|
|
227963
|
+
}>, z.ZodObject<{
|
|
227964
|
+
type: z.ZodLiteral<"DocumentCommentSent">;
|
|
227965
|
+
payload: z.ZodObject<{
|
|
227966
|
+
documentId: z.ZodString;
|
|
227967
|
+
title: z.ZodString;
|
|
227968
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
227969
|
+
}, "strip", z.ZodTypeAny, {
|
|
227970
|
+
title: string;
|
|
227971
|
+
documentId: string;
|
|
227972
|
+
sectionId?: string | undefined;
|
|
227973
|
+
}, {
|
|
227974
|
+
title: string;
|
|
227975
|
+
documentId: string;
|
|
227976
|
+
sectionId?: string | undefined;
|
|
227977
|
+
}>;
|
|
227978
|
+
}, "strip", z.ZodTypeAny, {
|
|
227979
|
+
type: "DocumentCommentSent";
|
|
227980
|
+
payload: {
|
|
227981
|
+
title: string;
|
|
227982
|
+
documentId: string;
|
|
227983
|
+
sectionId?: string | undefined;
|
|
227984
|
+
};
|
|
227985
|
+
}, {
|
|
227986
|
+
type: "DocumentCommentSent";
|
|
227987
|
+
payload: {
|
|
227988
|
+
title: string;
|
|
227989
|
+
documentId: string;
|
|
227990
|
+
sectionId?: string | undefined;
|
|
227991
|
+
};
|
|
227839
227992
|
}>, z.ZodObject<{
|
|
227840
227993
|
type: z.ZodLiteral<"ProjectCreated">;
|
|
227841
227994
|
payload: z.ZodObject<{
|
|
@@ -228087,6 +228240,30 @@ declare const DTOTrailEventWithDetails: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
228087
228240
|
name: string;
|
|
228088
228241
|
featureId: string;
|
|
228089
228242
|
};
|
|
228243
|
+
}>, z.ZodObject<{
|
|
228244
|
+
type: z.ZodLiteral<"FeatureArchived">;
|
|
228245
|
+
payload: z.ZodObject<{
|
|
228246
|
+
featureId: z.ZodString;
|
|
228247
|
+
name: z.ZodString;
|
|
228248
|
+
}, "strip", z.ZodTypeAny, {
|
|
228249
|
+
name: string;
|
|
228250
|
+
featureId: string;
|
|
228251
|
+
}, {
|
|
228252
|
+
name: string;
|
|
228253
|
+
featureId: string;
|
|
228254
|
+
}>;
|
|
228255
|
+
}, "strip", z.ZodTypeAny, {
|
|
228256
|
+
type: "FeatureArchived";
|
|
228257
|
+
payload: {
|
|
228258
|
+
name: string;
|
|
228259
|
+
featureId: string;
|
|
228260
|
+
};
|
|
228261
|
+
}, {
|
|
228262
|
+
type: "FeatureArchived";
|
|
228263
|
+
payload: {
|
|
228264
|
+
name: string;
|
|
228265
|
+
featureId: string;
|
|
228266
|
+
};
|
|
228090
228267
|
}>, z.ZodObject<{
|
|
228091
228268
|
type: z.ZodLiteral<"DocumentCreated">;
|
|
228092
228269
|
payload: z.ZodObject<{
|
|
@@ -228140,6 +228317,64 @@ declare const DTOTrailEventWithDetails: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
228140
228317
|
title: string;
|
|
228141
228318
|
documentId: string;
|
|
228142
228319
|
};
|
|
228320
|
+
}>, z.ZodObject<{
|
|
228321
|
+
type: z.ZodLiteral<"DocumentUpdated">;
|
|
228322
|
+
payload: z.ZodObject<{
|
|
228323
|
+
documentId: z.ZodString;
|
|
228324
|
+
title: z.ZodString;
|
|
228325
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
228326
|
+
}, "strip", z.ZodTypeAny, {
|
|
228327
|
+
title: string;
|
|
228328
|
+
documentId: string;
|
|
228329
|
+
sectionId?: string | undefined;
|
|
228330
|
+
}, {
|
|
228331
|
+
title: string;
|
|
228332
|
+
documentId: string;
|
|
228333
|
+
sectionId?: string | undefined;
|
|
228334
|
+
}>;
|
|
228335
|
+
}, "strip", z.ZodTypeAny, {
|
|
228336
|
+
type: "DocumentUpdated";
|
|
228337
|
+
payload: {
|
|
228338
|
+
title: string;
|
|
228339
|
+
documentId: string;
|
|
228340
|
+
sectionId?: string | undefined;
|
|
228341
|
+
};
|
|
228342
|
+
}, {
|
|
228343
|
+
type: "DocumentUpdated";
|
|
228344
|
+
payload: {
|
|
228345
|
+
title: string;
|
|
228346
|
+
documentId: string;
|
|
228347
|
+
sectionId?: string | undefined;
|
|
228348
|
+
};
|
|
228349
|
+
}>, z.ZodObject<{
|
|
228350
|
+
type: z.ZodLiteral<"DocumentCommentSent">;
|
|
228351
|
+
payload: z.ZodObject<{
|
|
228352
|
+
documentId: z.ZodString;
|
|
228353
|
+
title: z.ZodString;
|
|
228354
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
228355
|
+
}, "strip", z.ZodTypeAny, {
|
|
228356
|
+
title: string;
|
|
228357
|
+
documentId: string;
|
|
228358
|
+
sectionId?: string | undefined;
|
|
228359
|
+
}, {
|
|
228360
|
+
title: string;
|
|
228361
|
+
documentId: string;
|
|
228362
|
+
sectionId?: string | undefined;
|
|
228363
|
+
}>;
|
|
228364
|
+
}, "strip", z.ZodTypeAny, {
|
|
228365
|
+
type: "DocumentCommentSent";
|
|
228366
|
+
payload: {
|
|
228367
|
+
title: string;
|
|
228368
|
+
documentId: string;
|
|
228369
|
+
sectionId?: string | undefined;
|
|
228370
|
+
};
|
|
228371
|
+
}, {
|
|
228372
|
+
type: "DocumentCommentSent";
|
|
228373
|
+
payload: {
|
|
228374
|
+
title: string;
|
|
228375
|
+
documentId: string;
|
|
228376
|
+
sectionId?: string | undefined;
|
|
228377
|
+
};
|
|
228143
228378
|
}>, z.ZodObject<{
|
|
228144
228379
|
type: z.ZodLiteral<"ProjectCreated">;
|
|
228145
228380
|
payload: z.ZodObject<{
|
|
@@ -228409,6 +228644,30 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228409
228644
|
name: string;
|
|
228410
228645
|
featureId: string;
|
|
228411
228646
|
};
|
|
228647
|
+
}>, z.ZodObject<{
|
|
228648
|
+
type: z.ZodLiteral<"FeatureArchived">;
|
|
228649
|
+
payload: z.ZodObject<{
|
|
228650
|
+
featureId: z.ZodString;
|
|
228651
|
+
name: z.ZodString;
|
|
228652
|
+
}, "strip", z.ZodTypeAny, {
|
|
228653
|
+
name: string;
|
|
228654
|
+
featureId: string;
|
|
228655
|
+
}, {
|
|
228656
|
+
name: string;
|
|
228657
|
+
featureId: string;
|
|
228658
|
+
}>;
|
|
228659
|
+
}, "strip", z.ZodTypeAny, {
|
|
228660
|
+
type: "FeatureArchived";
|
|
228661
|
+
payload: {
|
|
228662
|
+
name: string;
|
|
228663
|
+
featureId: string;
|
|
228664
|
+
};
|
|
228665
|
+
}, {
|
|
228666
|
+
type: "FeatureArchived";
|
|
228667
|
+
payload: {
|
|
228668
|
+
name: string;
|
|
228669
|
+
featureId: string;
|
|
228670
|
+
};
|
|
228412
228671
|
}>, z.ZodObject<{
|
|
228413
228672
|
type: z.ZodLiteral<"DocumentCreated">;
|
|
228414
228673
|
payload: z.ZodObject<{
|
|
@@ -228462,6 +228721,64 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228462
228721
|
title: string;
|
|
228463
228722
|
documentId: string;
|
|
228464
228723
|
};
|
|
228724
|
+
}>, z.ZodObject<{
|
|
228725
|
+
type: z.ZodLiteral<"DocumentUpdated">;
|
|
228726
|
+
payload: z.ZodObject<{
|
|
228727
|
+
documentId: z.ZodString;
|
|
228728
|
+
title: z.ZodString;
|
|
228729
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
228730
|
+
}, "strip", z.ZodTypeAny, {
|
|
228731
|
+
title: string;
|
|
228732
|
+
documentId: string;
|
|
228733
|
+
sectionId?: string | undefined;
|
|
228734
|
+
}, {
|
|
228735
|
+
title: string;
|
|
228736
|
+
documentId: string;
|
|
228737
|
+
sectionId?: string | undefined;
|
|
228738
|
+
}>;
|
|
228739
|
+
}, "strip", z.ZodTypeAny, {
|
|
228740
|
+
type: "DocumentUpdated";
|
|
228741
|
+
payload: {
|
|
228742
|
+
title: string;
|
|
228743
|
+
documentId: string;
|
|
228744
|
+
sectionId?: string | undefined;
|
|
228745
|
+
};
|
|
228746
|
+
}, {
|
|
228747
|
+
type: "DocumentUpdated";
|
|
228748
|
+
payload: {
|
|
228749
|
+
title: string;
|
|
228750
|
+
documentId: string;
|
|
228751
|
+
sectionId?: string | undefined;
|
|
228752
|
+
};
|
|
228753
|
+
}>, z.ZodObject<{
|
|
228754
|
+
type: z.ZodLiteral<"DocumentCommentSent">;
|
|
228755
|
+
payload: z.ZodObject<{
|
|
228756
|
+
documentId: z.ZodString;
|
|
228757
|
+
title: z.ZodString;
|
|
228758
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
228759
|
+
}, "strip", z.ZodTypeAny, {
|
|
228760
|
+
title: string;
|
|
228761
|
+
documentId: string;
|
|
228762
|
+
sectionId?: string | undefined;
|
|
228763
|
+
}, {
|
|
228764
|
+
title: string;
|
|
228765
|
+
documentId: string;
|
|
228766
|
+
sectionId?: string | undefined;
|
|
228767
|
+
}>;
|
|
228768
|
+
}, "strip", z.ZodTypeAny, {
|
|
228769
|
+
type: "DocumentCommentSent";
|
|
228770
|
+
payload: {
|
|
228771
|
+
title: string;
|
|
228772
|
+
documentId: string;
|
|
228773
|
+
sectionId?: string | undefined;
|
|
228774
|
+
};
|
|
228775
|
+
}, {
|
|
228776
|
+
type: "DocumentCommentSent";
|
|
228777
|
+
payload: {
|
|
228778
|
+
title: string;
|
|
228779
|
+
documentId: string;
|
|
228780
|
+
sectionId?: string | undefined;
|
|
228781
|
+
};
|
|
228465
228782
|
}>, z.ZodObject<{
|
|
228466
228783
|
type: z.ZodLiteral<"ProjectCreated">;
|
|
228467
228784
|
payload: z.ZodObject<{
|
|
@@ -228638,6 +228955,12 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228638
228955
|
name: string;
|
|
228639
228956
|
featureId: string;
|
|
228640
228957
|
};
|
|
228958
|
+
} | {
|
|
228959
|
+
type: "FeatureArchived";
|
|
228960
|
+
payload: {
|
|
228961
|
+
name: string;
|
|
228962
|
+
featureId: string;
|
|
228963
|
+
};
|
|
228641
228964
|
} | {
|
|
228642
228965
|
type: "DocumentCreated";
|
|
228643
228966
|
payload: {
|
|
@@ -228651,6 +228974,20 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228651
228974
|
title: string;
|
|
228652
228975
|
documentId: string;
|
|
228653
228976
|
};
|
|
228977
|
+
} | {
|
|
228978
|
+
type: "DocumentUpdated";
|
|
228979
|
+
payload: {
|
|
228980
|
+
title: string;
|
|
228981
|
+
documentId: string;
|
|
228982
|
+
sectionId?: string | undefined;
|
|
228983
|
+
};
|
|
228984
|
+
} | {
|
|
228985
|
+
type: "DocumentCommentSent";
|
|
228986
|
+
payload: {
|
|
228987
|
+
title: string;
|
|
228988
|
+
documentId: string;
|
|
228989
|
+
sectionId?: string | undefined;
|
|
228990
|
+
};
|
|
228654
228991
|
} | {
|
|
228655
228992
|
type: "ProjectCreated";
|
|
228656
228993
|
payload: {
|
|
@@ -228719,6 +229056,12 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228719
229056
|
name: string;
|
|
228720
229057
|
featureId: string;
|
|
228721
229058
|
};
|
|
229059
|
+
} | {
|
|
229060
|
+
type: "FeatureArchived";
|
|
229061
|
+
payload: {
|
|
229062
|
+
name: string;
|
|
229063
|
+
featureId: string;
|
|
229064
|
+
};
|
|
228722
229065
|
} | {
|
|
228723
229066
|
type: "DocumentCreated";
|
|
228724
229067
|
payload: {
|
|
@@ -228732,6 +229075,20 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228732
229075
|
title: string;
|
|
228733
229076
|
documentId: string;
|
|
228734
229077
|
};
|
|
229078
|
+
} | {
|
|
229079
|
+
type: "DocumentUpdated";
|
|
229080
|
+
payload: {
|
|
229081
|
+
title: string;
|
|
229082
|
+
documentId: string;
|
|
229083
|
+
sectionId?: string | undefined;
|
|
229084
|
+
};
|
|
229085
|
+
} | {
|
|
229086
|
+
type: "DocumentCommentSent";
|
|
229087
|
+
payload: {
|
|
229088
|
+
title: string;
|
|
229089
|
+
documentId: string;
|
|
229090
|
+
sectionId?: string | undefined;
|
|
229091
|
+
};
|
|
228735
229092
|
} | {
|
|
228736
229093
|
type: "ProjectCreated";
|
|
228737
229094
|
payload: {
|
|
@@ -228774,7 +229131,7 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228774
229131
|
})[];
|
|
228775
229132
|
}>;
|
|
228776
229133
|
type DTOTrailEventListResponse = z.infer<typeof DTOTrailEventListResponse>;
|
|
228777
|
-
declare const DTOTrailEventType: z.ZodEnum<["IterationCreated", "IterationBookmarked", "FeatureCreated", "FeatureDeleted", "DocumentCreated", "DocumentDeleted", "ProjectCreated", "ProjectArchived", "IterationPromoted", "ProjectContextCreated", "ProjectContextArchived"]>;
|
|
229134
|
+
declare const DTOTrailEventType: z.ZodEnum<["IterationCreated", "IterationBookmarked", "FeatureCreated", "FeatureDeleted", "FeatureArchived", "DocumentCreated", "DocumentDeleted", "DocumentUpdated", "DocumentCommentSent", "ProjectCreated", "ProjectArchived", "IterationPromoted", "ProjectContextCreated", "ProjectContextArchived"]>;
|
|
228778
229135
|
type DTOTrailEventType = z.infer<typeof DTOTrailEventType>;
|
|
228779
229136
|
declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
228780
229137
|
type: z.ZodLiteral<"IterationCreated">;
|
|
@@ -228887,6 +229244,30 @@ declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"ty
|
|
|
228887
229244
|
name: string;
|
|
228888
229245
|
featureId: string;
|
|
228889
229246
|
};
|
|
229247
|
+
}>, z.ZodObject<{
|
|
229248
|
+
type: z.ZodLiteral<"FeatureArchived">;
|
|
229249
|
+
payload: z.ZodObject<{
|
|
229250
|
+
featureId: z.ZodString;
|
|
229251
|
+
name: z.ZodString;
|
|
229252
|
+
}, "strip", z.ZodTypeAny, {
|
|
229253
|
+
name: string;
|
|
229254
|
+
featureId: string;
|
|
229255
|
+
}, {
|
|
229256
|
+
name: string;
|
|
229257
|
+
featureId: string;
|
|
229258
|
+
}>;
|
|
229259
|
+
}, "strip", z.ZodTypeAny, {
|
|
229260
|
+
type: "FeatureArchived";
|
|
229261
|
+
payload: {
|
|
229262
|
+
name: string;
|
|
229263
|
+
featureId: string;
|
|
229264
|
+
};
|
|
229265
|
+
}, {
|
|
229266
|
+
type: "FeatureArchived";
|
|
229267
|
+
payload: {
|
|
229268
|
+
name: string;
|
|
229269
|
+
featureId: string;
|
|
229270
|
+
};
|
|
228890
229271
|
}>, z.ZodObject<{
|
|
228891
229272
|
type: z.ZodLiteral<"DocumentCreated">;
|
|
228892
229273
|
payload: z.ZodObject<{
|
|
@@ -228940,6 +229321,64 @@ declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"ty
|
|
|
228940
229321
|
title: string;
|
|
228941
229322
|
documentId: string;
|
|
228942
229323
|
};
|
|
229324
|
+
}>, z.ZodObject<{
|
|
229325
|
+
type: z.ZodLiteral<"DocumentUpdated">;
|
|
229326
|
+
payload: z.ZodObject<{
|
|
229327
|
+
documentId: z.ZodString;
|
|
229328
|
+
title: z.ZodString;
|
|
229329
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
229330
|
+
}, "strip", z.ZodTypeAny, {
|
|
229331
|
+
title: string;
|
|
229332
|
+
documentId: string;
|
|
229333
|
+
sectionId?: string | undefined;
|
|
229334
|
+
}, {
|
|
229335
|
+
title: string;
|
|
229336
|
+
documentId: string;
|
|
229337
|
+
sectionId?: string | undefined;
|
|
229338
|
+
}>;
|
|
229339
|
+
}, "strip", z.ZodTypeAny, {
|
|
229340
|
+
type: "DocumentUpdated";
|
|
229341
|
+
payload: {
|
|
229342
|
+
title: string;
|
|
229343
|
+
documentId: string;
|
|
229344
|
+
sectionId?: string | undefined;
|
|
229345
|
+
};
|
|
229346
|
+
}, {
|
|
229347
|
+
type: "DocumentUpdated";
|
|
229348
|
+
payload: {
|
|
229349
|
+
title: string;
|
|
229350
|
+
documentId: string;
|
|
229351
|
+
sectionId?: string | undefined;
|
|
229352
|
+
};
|
|
229353
|
+
}>, z.ZodObject<{
|
|
229354
|
+
type: z.ZodLiteral<"DocumentCommentSent">;
|
|
229355
|
+
payload: z.ZodObject<{
|
|
229356
|
+
documentId: z.ZodString;
|
|
229357
|
+
title: z.ZodString;
|
|
229358
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
229359
|
+
}, "strip", z.ZodTypeAny, {
|
|
229360
|
+
title: string;
|
|
229361
|
+
documentId: string;
|
|
229362
|
+
sectionId?: string | undefined;
|
|
229363
|
+
}, {
|
|
229364
|
+
title: string;
|
|
229365
|
+
documentId: string;
|
|
229366
|
+
sectionId?: string | undefined;
|
|
229367
|
+
}>;
|
|
229368
|
+
}, "strip", z.ZodTypeAny, {
|
|
229369
|
+
type: "DocumentCommentSent";
|
|
229370
|
+
payload: {
|
|
229371
|
+
title: string;
|
|
229372
|
+
documentId: string;
|
|
229373
|
+
sectionId?: string | undefined;
|
|
229374
|
+
};
|
|
229375
|
+
}, {
|
|
229376
|
+
type: "DocumentCommentSent";
|
|
229377
|
+
payload: {
|
|
229378
|
+
title: string;
|
|
229379
|
+
documentId: string;
|
|
229380
|
+
sectionId?: string | undefined;
|
|
229381
|
+
};
|
|
228943
229382
|
}>, z.ZodObject<{
|
|
228944
229383
|
type: z.ZodLiteral<"ProjectCreated">;
|
|
228945
229384
|
payload: z.ZodObject<{
|
|
@@ -235376,6 +235815,58 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235376
235815
|
errorReason: string;
|
|
235377
235816
|
max?: number | undefined;
|
|
235378
235817
|
}>;
|
|
235818
|
+
forgeActiveFeaturesPerProject: z$1.ZodObject<{
|
|
235819
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235820
|
+
errorMessage: z$1.ZodString;
|
|
235821
|
+
errorReason: z$1.ZodString;
|
|
235822
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
235823
|
+
errorMessage: string;
|
|
235824
|
+
errorReason: string;
|
|
235825
|
+
max?: number | undefined;
|
|
235826
|
+
}, {
|
|
235827
|
+
errorMessage: string;
|
|
235828
|
+
errorReason: string;
|
|
235829
|
+
max?: number | undefined;
|
|
235830
|
+
}>;
|
|
235831
|
+
forgeActiveDocumentsPerProject: z$1.ZodObject<{
|
|
235832
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235833
|
+
errorMessage: z$1.ZodString;
|
|
235834
|
+
errorReason: z$1.ZodString;
|
|
235835
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
235836
|
+
errorMessage: string;
|
|
235837
|
+
errorReason: string;
|
|
235838
|
+
max?: number | undefined;
|
|
235839
|
+
}, {
|
|
235840
|
+
errorMessage: string;
|
|
235841
|
+
errorReason: string;
|
|
235842
|
+
max?: number | undefined;
|
|
235843
|
+
}>;
|
|
235844
|
+
forgePrivateProjects: z$1.ZodObject<{
|
|
235845
|
+
enabled: z$1.ZodBoolean;
|
|
235846
|
+
errorMessage: z$1.ZodString;
|
|
235847
|
+
errorReason: z$1.ZodString;
|
|
235848
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
235849
|
+
errorMessage: string;
|
|
235850
|
+
errorReason: string;
|
|
235851
|
+
enabled: boolean;
|
|
235852
|
+
}, {
|
|
235853
|
+
errorMessage: string;
|
|
235854
|
+
errorReason: string;
|
|
235855
|
+
enabled: boolean;
|
|
235856
|
+
}>;
|
|
235857
|
+
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
235858
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235859
|
+
errorMessage: z$1.ZodString;
|
|
235860
|
+
errorReason: z$1.ZodString;
|
|
235861
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
235862
|
+
errorMessage: string;
|
|
235863
|
+
errorReason: string;
|
|
235864
|
+
max?: number | undefined;
|
|
235865
|
+
}, {
|
|
235866
|
+
errorMessage: string;
|
|
235867
|
+
errorReason: string;
|
|
235868
|
+
max?: number | undefined;
|
|
235869
|
+
}>;
|
|
235379
235870
|
}, "strip", z$1.ZodTypeAny, {
|
|
235380
235871
|
analytics: {
|
|
235381
235872
|
errorMessage: string;
|
|
@@ -235514,6 +236005,26 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235514
236005
|
errorReason: string;
|
|
235515
236006
|
max?: number | undefined;
|
|
235516
236007
|
};
|
|
236008
|
+
forgeActiveFeaturesPerProject: {
|
|
236009
|
+
errorMessage: string;
|
|
236010
|
+
errorReason: string;
|
|
236011
|
+
max?: number | undefined;
|
|
236012
|
+
};
|
|
236013
|
+
forgeActiveDocumentsPerProject: {
|
|
236014
|
+
errorMessage: string;
|
|
236015
|
+
errorReason: string;
|
|
236016
|
+
max?: number | undefined;
|
|
236017
|
+
};
|
|
236018
|
+
forgePrivateProjects: {
|
|
236019
|
+
errorMessage: string;
|
|
236020
|
+
errorReason: string;
|
|
236021
|
+
enabled: boolean;
|
|
236022
|
+
};
|
|
236023
|
+
forgeActiveProjectContexts: {
|
|
236024
|
+
errorMessage: string;
|
|
236025
|
+
errorReason: string;
|
|
236026
|
+
max?: number | undefined;
|
|
236027
|
+
};
|
|
235517
236028
|
}, {
|
|
235518
236029
|
analytics: {
|
|
235519
236030
|
errorMessage: string;
|
|
@@ -235652,6 +236163,26 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235652
236163
|
errorReason: string;
|
|
235653
236164
|
max?: number | undefined;
|
|
235654
236165
|
};
|
|
236166
|
+
forgeActiveFeaturesPerProject: {
|
|
236167
|
+
errorMessage: string;
|
|
236168
|
+
errorReason: string;
|
|
236169
|
+
max?: number | undefined;
|
|
236170
|
+
};
|
|
236171
|
+
forgeActiveDocumentsPerProject: {
|
|
236172
|
+
errorMessage: string;
|
|
236173
|
+
errorReason: string;
|
|
236174
|
+
max?: number | undefined;
|
|
236175
|
+
};
|
|
236176
|
+
forgePrivateProjects: {
|
|
236177
|
+
errorMessage: string;
|
|
236178
|
+
errorReason: string;
|
|
236179
|
+
enabled: boolean;
|
|
236180
|
+
};
|
|
236181
|
+
forgeActiveProjectContexts: {
|
|
236182
|
+
errorMessage: string;
|
|
236183
|
+
errorReason: string;
|
|
236184
|
+
max?: number | undefined;
|
|
236185
|
+
};
|
|
235655
236186
|
}>>;
|
|
235656
236187
|
stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
|
|
235657
236188
|
stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -235867,6 +236398,26 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235867
236398
|
errorReason: string;
|
|
235868
236399
|
max?: number | undefined;
|
|
235869
236400
|
};
|
|
236401
|
+
forgeActiveFeaturesPerProject: {
|
|
236402
|
+
errorMessage: string;
|
|
236403
|
+
errorReason: string;
|
|
236404
|
+
max?: number | undefined;
|
|
236405
|
+
};
|
|
236406
|
+
forgeActiveDocumentsPerProject: {
|
|
236407
|
+
errorMessage: string;
|
|
236408
|
+
errorReason: string;
|
|
236409
|
+
max?: number | undefined;
|
|
236410
|
+
};
|
|
236411
|
+
forgePrivateProjects: {
|
|
236412
|
+
errorMessage: string;
|
|
236413
|
+
errorReason: string;
|
|
236414
|
+
enabled: boolean;
|
|
236415
|
+
};
|
|
236416
|
+
forgeActiveProjectContexts: {
|
|
236417
|
+
errorMessage: string;
|
|
236418
|
+
errorReason: string;
|
|
236419
|
+
max?: number | undefined;
|
|
236420
|
+
};
|
|
235870
236421
|
} | undefined;
|
|
235871
236422
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
235872
236423
|
currentPeriodStart?: string | undefined;
|
|
@@ -236048,6 +236599,26 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236048
236599
|
errorReason: string;
|
|
236049
236600
|
max?: number | undefined;
|
|
236050
236601
|
};
|
|
236602
|
+
forgeActiveFeaturesPerProject: {
|
|
236603
|
+
errorMessage: string;
|
|
236604
|
+
errorReason: string;
|
|
236605
|
+
max?: number | undefined;
|
|
236606
|
+
};
|
|
236607
|
+
forgeActiveDocumentsPerProject: {
|
|
236608
|
+
errorMessage: string;
|
|
236609
|
+
errorReason: string;
|
|
236610
|
+
max?: number | undefined;
|
|
236611
|
+
};
|
|
236612
|
+
forgePrivateProjects: {
|
|
236613
|
+
errorMessage: string;
|
|
236614
|
+
errorReason: string;
|
|
236615
|
+
enabled: boolean;
|
|
236616
|
+
};
|
|
236617
|
+
forgeActiveProjectContexts: {
|
|
236618
|
+
errorMessage: string;
|
|
236619
|
+
errorReason: string;
|
|
236620
|
+
max?: number | undefined;
|
|
236621
|
+
};
|
|
236051
236622
|
} | undefined;
|
|
236052
236623
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
236053
236624
|
currentPeriodStart?: string | undefined;
|
|
@@ -236436,6 +237007,58 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
236436
237007
|
errorReason: string;
|
|
236437
237008
|
max?: number | undefined;
|
|
236438
237009
|
}>;
|
|
237010
|
+
forgeActiveFeaturesPerProject: z$1.ZodObject<{
|
|
237011
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
237012
|
+
errorMessage: z$1.ZodString;
|
|
237013
|
+
errorReason: z$1.ZodString;
|
|
237014
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237015
|
+
errorMessage: string;
|
|
237016
|
+
errorReason: string;
|
|
237017
|
+
max?: number | undefined;
|
|
237018
|
+
}, {
|
|
237019
|
+
errorMessage: string;
|
|
237020
|
+
errorReason: string;
|
|
237021
|
+
max?: number | undefined;
|
|
237022
|
+
}>;
|
|
237023
|
+
forgeActiveDocumentsPerProject: z$1.ZodObject<{
|
|
237024
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
237025
|
+
errorMessage: z$1.ZodString;
|
|
237026
|
+
errorReason: z$1.ZodString;
|
|
237027
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237028
|
+
errorMessage: string;
|
|
237029
|
+
errorReason: string;
|
|
237030
|
+
max?: number | undefined;
|
|
237031
|
+
}, {
|
|
237032
|
+
errorMessage: string;
|
|
237033
|
+
errorReason: string;
|
|
237034
|
+
max?: number | undefined;
|
|
237035
|
+
}>;
|
|
237036
|
+
forgePrivateProjects: z$1.ZodObject<{
|
|
237037
|
+
enabled: z$1.ZodBoolean;
|
|
237038
|
+
errorMessage: z$1.ZodString;
|
|
237039
|
+
errorReason: z$1.ZodString;
|
|
237040
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237041
|
+
errorMessage: string;
|
|
237042
|
+
errorReason: string;
|
|
237043
|
+
enabled: boolean;
|
|
237044
|
+
}, {
|
|
237045
|
+
errorMessage: string;
|
|
237046
|
+
errorReason: string;
|
|
237047
|
+
enabled: boolean;
|
|
237048
|
+
}>;
|
|
237049
|
+
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
237050
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
237051
|
+
errorMessage: z$1.ZodString;
|
|
237052
|
+
errorReason: z$1.ZodString;
|
|
237053
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237054
|
+
errorMessage: string;
|
|
237055
|
+
errorReason: string;
|
|
237056
|
+
max?: number | undefined;
|
|
237057
|
+
}, {
|
|
237058
|
+
errorMessage: string;
|
|
237059
|
+
errorReason: string;
|
|
237060
|
+
max?: number | undefined;
|
|
237061
|
+
}>;
|
|
236439
237062
|
}, "strip", z$1.ZodTypeAny, {
|
|
236440
237063
|
analytics: {
|
|
236441
237064
|
errorMessage: string;
|
|
@@ -236574,6 +237197,26 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
236574
237197
|
errorReason: string;
|
|
236575
237198
|
max?: number | undefined;
|
|
236576
237199
|
};
|
|
237200
|
+
forgeActiveFeaturesPerProject: {
|
|
237201
|
+
errorMessage: string;
|
|
237202
|
+
errorReason: string;
|
|
237203
|
+
max?: number | undefined;
|
|
237204
|
+
};
|
|
237205
|
+
forgeActiveDocumentsPerProject: {
|
|
237206
|
+
errorMessage: string;
|
|
237207
|
+
errorReason: string;
|
|
237208
|
+
max?: number | undefined;
|
|
237209
|
+
};
|
|
237210
|
+
forgePrivateProjects: {
|
|
237211
|
+
errorMessage: string;
|
|
237212
|
+
errorReason: string;
|
|
237213
|
+
enabled: boolean;
|
|
237214
|
+
};
|
|
237215
|
+
forgeActiveProjectContexts: {
|
|
237216
|
+
errorMessage: string;
|
|
237217
|
+
errorReason: string;
|
|
237218
|
+
max?: number | undefined;
|
|
237219
|
+
};
|
|
236577
237220
|
}, {
|
|
236578
237221
|
analytics: {
|
|
236579
237222
|
errorMessage: string;
|
|
@@ -236712,217 +237355,257 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
236712
237355
|
errorReason: string;
|
|
236713
237356
|
max?: number | undefined;
|
|
236714
237357
|
};
|
|
236715
|
-
|
|
236716
|
-
|
|
236717
|
-
|
|
236718
|
-
|
|
236719
|
-
|
|
236720
|
-
|
|
236721
|
-
|
|
236722
|
-
|
|
236723
|
-
|
|
236724
|
-
|
|
236725
|
-
|
|
236726
|
-
|
|
236727
|
-
|
|
236728
|
-
|
|
236729
|
-
|
|
236730
|
-
|
|
236731
|
-
|
|
236732
|
-
|
|
236733
|
-
|
|
236734
|
-
|
|
236735
|
-
|
|
236736
|
-
|
|
236737
|
-
|
|
236738
|
-
|
|
236739
|
-
|
|
236740
|
-
|
|
236741
|
-
|
|
236742
|
-
|
|
236743
|
-
|
|
236744
|
-
|
|
236745
|
-
|
|
236746
|
-
|
|
236747
|
-
|
|
236748
|
-
|
|
236749
|
-
|
|
236750
|
-
|
|
236751
|
-
|
|
236752
|
-
|
|
236753
|
-
|
|
236754
|
-
|
|
236755
|
-
|
|
236756
|
-
|
|
236757
|
-
|
|
236758
|
-
|
|
236759
|
-
|
|
236760
|
-
|
|
236761
|
-
|
|
236762
|
-
|
|
236763
|
-
|
|
236764
|
-
|
|
236765
|
-
|
|
236766
|
-
|
|
236767
|
-
|
|
236768
|
-
|
|
236769
|
-
|
|
236770
|
-
|
|
236771
|
-
|
|
236772
|
-
|
|
236773
|
-
|
|
236774
|
-
|
|
236775
|
-
|
|
236776
|
-
|
|
236777
|
-
|
|
236778
|
-
|
|
236779
|
-
|
|
236780
|
-
|
|
236781
|
-
|
|
236782
|
-
|
|
236783
|
-
|
|
236784
|
-
|
|
236785
|
-
|
|
236786
|
-
|
|
236787
|
-
|
|
236788
|
-
|
|
236789
|
-
|
|
236790
|
-
|
|
236791
|
-
|
|
236792
|
-
|
|
236793
|
-
|
|
236794
|
-
|
|
236795
|
-
|
|
236796
|
-
|
|
236797
|
-
|
|
236798
|
-
|
|
236799
|
-
|
|
236800
|
-
|
|
236801
|
-
|
|
236802
|
-
|
|
236803
|
-
|
|
236804
|
-
|
|
236805
|
-
|
|
236806
|
-
|
|
236807
|
-
|
|
236808
|
-
|
|
236809
|
-
|
|
236810
|
-
|
|
236811
|
-
|
|
236812
|
-
|
|
236813
|
-
|
|
236814
|
-
|
|
236815
|
-
|
|
237358
|
+
forgeActiveFeaturesPerProject: {
|
|
237359
|
+
errorMessage: string;
|
|
237360
|
+
errorReason: string;
|
|
237361
|
+
max?: number | undefined;
|
|
237362
|
+
};
|
|
237363
|
+
forgeActiveDocumentsPerProject: {
|
|
237364
|
+
errorMessage: string;
|
|
237365
|
+
errorReason: string;
|
|
237366
|
+
max?: number | undefined;
|
|
237367
|
+
};
|
|
237368
|
+
forgePrivateProjects: {
|
|
237369
|
+
errorMessage: string;
|
|
237370
|
+
errorReason: string;
|
|
237371
|
+
enabled: boolean;
|
|
237372
|
+
};
|
|
237373
|
+
forgeActiveProjectContexts: {
|
|
237374
|
+
errorMessage: string;
|
|
237375
|
+
errorReason: string;
|
|
237376
|
+
max?: number | undefined;
|
|
237377
|
+
};
|
|
237378
|
+
}>>;
|
|
237379
|
+
stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
|
|
237380
|
+
stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
237381
|
+
stripeProductAdditionalFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
237382
|
+
stripeSubscriptionMainItemId: z$1.ZodOptional<z$1.ZodString>;
|
|
237383
|
+
/**
|
|
237384
|
+
* @deprecated use `fullSeatPriceId` or `builderSeatPriceId`
|
|
237385
|
+
*/
|
|
237386
|
+
planPriceId: z$1.ZodString;
|
|
237387
|
+
planInterval: z$1.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
237388
|
+
isPricePerCreator: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
237389
|
+
legacyVersion: z$1.ZodOptional<z$1.ZodString>;
|
|
237390
|
+
seats: z$1.ZodNumber;
|
|
237391
|
+
seatLimit: z$1.ZodNumber;
|
|
237392
|
+
fullSeats: z$1.ZodNumber;
|
|
237393
|
+
fullSeatLimit: z$1.ZodNumber;
|
|
237394
|
+
builderSeats: z$1.ZodNumber;
|
|
237395
|
+
builderSeatLimit: z$1.ZodNumber;
|
|
237396
|
+
additionalCredits: z$1.ZodNumber;
|
|
237397
|
+
currentPeriodStart: z$1.ZodOptional<z$1.ZodString>;
|
|
237398
|
+
currentPeriodEnd: z$1.ZodOptional<z$1.ZodString>;
|
|
237399
|
+
subscriptionStatusUpdatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
237400
|
+
cancelAt: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
237401
|
+
card: z$1.ZodOptional<z$1.ZodObject<{
|
|
237402
|
+
cardId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
237403
|
+
last4: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
237404
|
+
expiryMonth: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
237405
|
+
expiryYear: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
237406
|
+
brand: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
237407
|
+
name: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
237408
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237409
|
+
name?: string | null | undefined;
|
|
237410
|
+
cardId?: string | null | undefined;
|
|
237411
|
+
last4?: string | null | undefined;
|
|
237412
|
+
expiryMonth?: string | null | undefined;
|
|
237413
|
+
expiryYear?: string | null | undefined;
|
|
237414
|
+
brand?: string | null | undefined;
|
|
237415
|
+
}, {
|
|
237416
|
+
name?: string | null | undefined;
|
|
237417
|
+
cardId?: string | null | undefined;
|
|
237418
|
+
last4?: string | null | undefined;
|
|
237419
|
+
expiryMonth?: string | null | undefined;
|
|
237420
|
+
expiryYear?: string | null | undefined;
|
|
237421
|
+
brand?: string | null | undefined;
|
|
237422
|
+
}>>;
|
|
237423
|
+
amount: z$1.ZodNumber;
|
|
237424
|
+
isTrial: z$1.ZodBoolean;
|
|
237425
|
+
billingType: z$1.ZodOptional<z$1.ZodEnum<["Auto", "Invoice"]>>;
|
|
237426
|
+
daysUntilDue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
237427
|
+
fullSeatPriceId: z$1.ZodString;
|
|
237428
|
+
builderSeatPriceId: z$1.ZodOptional<z$1.ZodString>;
|
|
237429
|
+
additionalCreditsPriceId: z$1.ZodOptional<z$1.ZodString>;
|
|
237430
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237431
|
+
fullSeats: number;
|
|
237432
|
+
builderSeats: number;
|
|
237433
|
+
additionalCredits: number;
|
|
237434
|
+
amount: number;
|
|
237435
|
+
isTrial: boolean;
|
|
237436
|
+
product: "free" | "pro" | "team" | "company" | "enterprise";
|
|
237437
|
+
planPriceId: string;
|
|
237438
|
+
planInterval: "daily" | "monthly" | "yearly";
|
|
237439
|
+
seats: number;
|
|
237440
|
+
seatLimit: number;
|
|
237441
|
+
fullSeatLimit: number;
|
|
237442
|
+
builderSeatLimit: number;
|
|
237443
|
+
fullSeatPriceId: string;
|
|
237444
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
237445
|
+
isPricePerCreator?: boolean | undefined;
|
|
237446
|
+
legacyVersion?: string | undefined;
|
|
237447
|
+
stripeProductDescription?: string | undefined;
|
|
237448
|
+
stripeProductFeatures?: string[] | undefined;
|
|
237449
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
237450
|
+
stripeSubscriptionId?: string | undefined;
|
|
237451
|
+
stripeCustomerId?: string | undefined;
|
|
237452
|
+
stripeScheduleId?: string | undefined;
|
|
237453
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
237454
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
237455
|
+
featuresSummary?: {
|
|
237456
|
+
analytics: {
|
|
237457
|
+
errorMessage: string;
|
|
237458
|
+
errorReason: string;
|
|
237459
|
+
max?: number | undefined;
|
|
237460
|
+
};
|
|
237461
|
+
themes: {
|
|
237462
|
+
errorMessage: string;
|
|
237463
|
+
errorReason: string;
|
|
237464
|
+
max?: number | undefined;
|
|
237465
|
+
};
|
|
237466
|
+
designSystems: {
|
|
237467
|
+
errorMessage: string;
|
|
237468
|
+
errorReason: string;
|
|
237469
|
+
max?: number | undefined;
|
|
237470
|
+
};
|
|
237471
|
+
designSystemSources: {
|
|
237472
|
+
errorMessage: string;
|
|
237473
|
+
errorReason: string;
|
|
237474
|
+
noImportJobsErrorMessage: string;
|
|
237475
|
+
noImportJobsErrorReason: string;
|
|
237476
|
+
max?: number | undefined;
|
|
237477
|
+
};
|
|
237478
|
+
designSystemVersions: {
|
|
237479
|
+
errorMessage: string;
|
|
237480
|
+
errorReason: string;
|
|
237481
|
+
max?: number | undefined;
|
|
237482
|
+
};
|
|
237483
|
+
brands: {
|
|
237484
|
+
errorMessage: string;
|
|
237485
|
+
errorReason: string;
|
|
237486
|
+
max?: number | undefined;
|
|
237487
|
+
};
|
|
237488
|
+
codegenSchedules: {
|
|
237489
|
+
errorMessage: string;
|
|
237490
|
+
errorReason: string;
|
|
237491
|
+
max?: number | undefined;
|
|
237492
|
+
};
|
|
237493
|
+
publicDocumentation: {
|
|
237494
|
+
errorMessage: string;
|
|
237495
|
+
errorReason: string;
|
|
237496
|
+
enabled: boolean;
|
|
237497
|
+
};
|
|
237498
|
+
customDocumentationUrl: {
|
|
237499
|
+
errorMessage: string;
|
|
237500
|
+
errorReason: string;
|
|
237501
|
+
enabled: boolean;
|
|
237502
|
+
};
|
|
237503
|
+
customDocumentationViewButton: {
|
|
237504
|
+
errorMessage: string;
|
|
237505
|
+
errorReason: string;
|
|
237506
|
+
enabled: boolean;
|
|
237507
|
+
};
|
|
237508
|
+
designSystemSourceAutoImport: {
|
|
237509
|
+
errorMessage: string;
|
|
237510
|
+
errorReason: string;
|
|
237511
|
+
enabled: boolean;
|
|
237512
|
+
};
|
|
237513
|
+
designSystemSlug: {
|
|
237514
|
+
errorMessage: string;
|
|
237515
|
+
errorReason: string;
|
|
237516
|
+
enabled: boolean;
|
|
237517
|
+
};
|
|
237518
|
+
ipWhitelisting: {
|
|
237519
|
+
errorMessage: string;
|
|
237520
|
+
errorReason: string;
|
|
237521
|
+
enabled: boolean;
|
|
237522
|
+
};
|
|
237523
|
+
npmRegistry: {
|
|
237524
|
+
errorMessage: string;
|
|
237525
|
+
errorReason: string;
|
|
237526
|
+
enabled: boolean;
|
|
237527
|
+
};
|
|
237528
|
+
sso: {
|
|
237529
|
+
errorMessage: string;
|
|
237530
|
+
errorReason: string;
|
|
237531
|
+
enabled: boolean;
|
|
237532
|
+
};
|
|
237533
|
+
workspacePaidSeats: {
|
|
237534
|
+
errorMessage: string;
|
|
237535
|
+
errorReason: string;
|
|
237536
|
+
max?: number | undefined;
|
|
237537
|
+
};
|
|
237538
|
+
workspaceViewers: {
|
|
237539
|
+
errorMessage: string;
|
|
237540
|
+
errorReason: string;
|
|
237541
|
+
max?: number | undefined;
|
|
237542
|
+
};
|
|
237543
|
+
customDocumentationExporter: {
|
|
237544
|
+
errorMessage: string;
|
|
237545
|
+
errorReason: string;
|
|
237546
|
+
enabled: boolean;
|
|
237547
|
+
};
|
|
237548
|
+
protectedPages: {
|
|
237549
|
+
errorMessage: string;
|
|
237550
|
+
errorReason: string;
|
|
237551
|
+
enabled: boolean;
|
|
237552
|
+
};
|
|
237553
|
+
approvals: {
|
|
237554
|
+
errorMessage: string;
|
|
237555
|
+
errorReason: string;
|
|
237556
|
+
enabled: boolean;
|
|
237557
|
+
};
|
|
237558
|
+
selectivePublishing: {
|
|
237559
|
+
errorMessage: string;
|
|
237560
|
+
errorReason: string;
|
|
237561
|
+
enabled: boolean;
|
|
237562
|
+
};
|
|
237563
|
+
designSystemAccessModes: {
|
|
237564
|
+
errorMessage: string;
|
|
237565
|
+
errorReason: string;
|
|
237566
|
+
enabled: boolean;
|
|
237567
|
+
};
|
|
237568
|
+
designSystemRoles: {
|
|
237569
|
+
errorMessage: string;
|
|
237570
|
+
errorReason: string;
|
|
237571
|
+
enabled: boolean;
|
|
237572
|
+
};
|
|
237573
|
+
documentationPageRedirects: {
|
|
237574
|
+
errorMessage: string;
|
|
237575
|
+
errorReason: string;
|
|
237576
|
+
enabled: boolean;
|
|
237577
|
+
};
|
|
237578
|
+
designSystemFileSize: {
|
|
237579
|
+
errorMessage: string;
|
|
237580
|
+
errorReason: string;
|
|
237581
|
+
max?: number | undefined;
|
|
237582
|
+
};
|
|
237583
|
+
forgeActiveProjects: {
|
|
237584
|
+
errorMessage: string;
|
|
237585
|
+
errorReason: string;
|
|
237586
|
+
max?: number | undefined;
|
|
237587
|
+
};
|
|
237588
|
+
forgeProjectFileSize: {
|
|
237589
|
+
errorMessage: string;
|
|
237590
|
+
errorReason: string;
|
|
237591
|
+
max?: number | undefined;
|
|
237592
|
+
};
|
|
237593
|
+
forgeActiveFeaturesPerProject: {
|
|
236816
237594
|
errorMessage: string;
|
|
236817
237595
|
errorReason: string;
|
|
236818
237596
|
max?: number | undefined;
|
|
236819
237597
|
};
|
|
236820
|
-
|
|
237598
|
+
forgeActiveDocumentsPerProject: {
|
|
236821
237599
|
errorMessage: string;
|
|
236822
237600
|
errorReason: string;
|
|
236823
237601
|
max?: number | undefined;
|
|
236824
237602
|
};
|
|
236825
|
-
|
|
236826
|
-
errorMessage: string;
|
|
236827
|
-
errorReason: string;
|
|
236828
|
-
max?: number | undefined;
|
|
236829
|
-
};
|
|
236830
|
-
publicDocumentation: {
|
|
237603
|
+
forgePrivateProjects: {
|
|
236831
237604
|
errorMessage: string;
|
|
236832
237605
|
errorReason: string;
|
|
236833
237606
|
enabled: boolean;
|
|
236834
237607
|
};
|
|
236835
|
-
|
|
236836
|
-
errorMessage: string;
|
|
236837
|
-
errorReason: string;
|
|
236838
|
-
enabled: boolean;
|
|
236839
|
-
};
|
|
236840
|
-
customDocumentationViewButton: {
|
|
236841
|
-
errorMessage: string;
|
|
236842
|
-
errorReason: string;
|
|
236843
|
-
enabled: boolean;
|
|
236844
|
-
};
|
|
236845
|
-
designSystemSourceAutoImport: {
|
|
236846
|
-
errorMessage: string;
|
|
236847
|
-
errorReason: string;
|
|
236848
|
-
enabled: boolean;
|
|
236849
|
-
};
|
|
236850
|
-
designSystemSlug: {
|
|
236851
|
-
errorMessage: string;
|
|
236852
|
-
errorReason: string;
|
|
236853
|
-
enabled: boolean;
|
|
236854
|
-
};
|
|
236855
|
-
ipWhitelisting: {
|
|
236856
|
-
errorMessage: string;
|
|
236857
|
-
errorReason: string;
|
|
236858
|
-
enabled: boolean;
|
|
236859
|
-
};
|
|
236860
|
-
npmRegistry: {
|
|
236861
|
-
errorMessage: string;
|
|
236862
|
-
errorReason: string;
|
|
236863
|
-
enabled: boolean;
|
|
236864
|
-
};
|
|
236865
|
-
sso: {
|
|
236866
|
-
errorMessage: string;
|
|
236867
|
-
errorReason: string;
|
|
236868
|
-
enabled: boolean;
|
|
236869
|
-
};
|
|
236870
|
-
workspacePaidSeats: {
|
|
236871
|
-
errorMessage: string;
|
|
236872
|
-
errorReason: string;
|
|
236873
|
-
max?: number | undefined;
|
|
236874
|
-
};
|
|
236875
|
-
workspaceViewers: {
|
|
236876
|
-
errorMessage: string;
|
|
236877
|
-
errorReason: string;
|
|
236878
|
-
max?: number | undefined;
|
|
236879
|
-
};
|
|
236880
|
-
customDocumentationExporter: {
|
|
236881
|
-
errorMessage: string;
|
|
236882
|
-
errorReason: string;
|
|
236883
|
-
enabled: boolean;
|
|
236884
|
-
};
|
|
236885
|
-
protectedPages: {
|
|
236886
|
-
errorMessage: string;
|
|
236887
|
-
errorReason: string;
|
|
236888
|
-
enabled: boolean;
|
|
236889
|
-
};
|
|
236890
|
-
approvals: {
|
|
236891
|
-
errorMessage: string;
|
|
236892
|
-
errorReason: string;
|
|
236893
|
-
enabled: boolean;
|
|
236894
|
-
};
|
|
236895
|
-
selectivePublishing: {
|
|
236896
|
-
errorMessage: string;
|
|
236897
|
-
errorReason: string;
|
|
236898
|
-
enabled: boolean;
|
|
236899
|
-
};
|
|
236900
|
-
designSystemAccessModes: {
|
|
236901
|
-
errorMessage: string;
|
|
236902
|
-
errorReason: string;
|
|
236903
|
-
enabled: boolean;
|
|
236904
|
-
};
|
|
236905
|
-
designSystemRoles: {
|
|
236906
|
-
errorMessage: string;
|
|
236907
|
-
errorReason: string;
|
|
236908
|
-
enabled: boolean;
|
|
236909
|
-
};
|
|
236910
|
-
documentationPageRedirects: {
|
|
236911
|
-
errorMessage: string;
|
|
236912
|
-
errorReason: string;
|
|
236913
|
-
enabled: boolean;
|
|
236914
|
-
};
|
|
236915
|
-
designSystemFileSize: {
|
|
236916
|
-
errorMessage: string;
|
|
236917
|
-
errorReason: string;
|
|
236918
|
-
max?: number | undefined;
|
|
236919
|
-
};
|
|
236920
|
-
forgeActiveProjects: {
|
|
236921
|
-
errorMessage: string;
|
|
236922
|
-
errorReason: string;
|
|
236923
|
-
max?: number | undefined;
|
|
236924
|
-
};
|
|
236925
|
-
forgeProjectFileSize: {
|
|
237608
|
+
forgeActiveProjectContexts: {
|
|
236926
237609
|
errorMessage: string;
|
|
236927
237610
|
errorReason: string;
|
|
236928
237611
|
max?: number | undefined;
|
|
@@ -237108,6 +237791,26 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237108
237791
|
errorReason: string;
|
|
237109
237792
|
max?: number | undefined;
|
|
237110
237793
|
};
|
|
237794
|
+
forgeActiveFeaturesPerProject: {
|
|
237795
|
+
errorMessage: string;
|
|
237796
|
+
errorReason: string;
|
|
237797
|
+
max?: number | undefined;
|
|
237798
|
+
};
|
|
237799
|
+
forgeActiveDocumentsPerProject: {
|
|
237800
|
+
errorMessage: string;
|
|
237801
|
+
errorReason: string;
|
|
237802
|
+
max?: number | undefined;
|
|
237803
|
+
};
|
|
237804
|
+
forgePrivateProjects: {
|
|
237805
|
+
errorMessage: string;
|
|
237806
|
+
errorReason: string;
|
|
237807
|
+
enabled: boolean;
|
|
237808
|
+
};
|
|
237809
|
+
forgeActiveProjectContexts: {
|
|
237810
|
+
errorMessage: string;
|
|
237811
|
+
errorReason: string;
|
|
237812
|
+
max?: number | undefined;
|
|
237813
|
+
};
|
|
237111
237814
|
} | undefined;
|
|
237112
237815
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237113
237816
|
currentPeriodStart?: string | undefined;
|
|
@@ -237460,6 +238163,26 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237460
238163
|
errorReason: string;
|
|
237461
238164
|
max?: number | undefined;
|
|
237462
238165
|
};
|
|
238166
|
+
forgeActiveFeaturesPerProject: {
|
|
238167
|
+
errorMessage: string;
|
|
238168
|
+
errorReason: string;
|
|
238169
|
+
max?: number | undefined;
|
|
238170
|
+
};
|
|
238171
|
+
forgeActiveDocumentsPerProject: {
|
|
238172
|
+
errorMessage: string;
|
|
238173
|
+
errorReason: string;
|
|
238174
|
+
max?: number | undefined;
|
|
238175
|
+
};
|
|
238176
|
+
forgePrivateProjects: {
|
|
238177
|
+
errorMessage: string;
|
|
238178
|
+
errorReason: string;
|
|
238179
|
+
enabled: boolean;
|
|
238180
|
+
};
|
|
238181
|
+
forgeActiveProjectContexts: {
|
|
238182
|
+
errorMessage: string;
|
|
238183
|
+
errorReason: string;
|
|
238184
|
+
max?: number | undefined;
|
|
238185
|
+
};
|
|
237463
238186
|
} | undefined;
|
|
237464
238187
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237465
238188
|
currentPeriodStart?: string | undefined;
|
|
@@ -237680,6 +238403,26 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237680
238403
|
errorReason: string;
|
|
237681
238404
|
max?: number | undefined;
|
|
237682
238405
|
};
|
|
238406
|
+
forgeActiveFeaturesPerProject: {
|
|
238407
|
+
errorMessage: string;
|
|
238408
|
+
errorReason: string;
|
|
238409
|
+
max?: number | undefined;
|
|
238410
|
+
};
|
|
238411
|
+
forgeActiveDocumentsPerProject: {
|
|
238412
|
+
errorMessage: string;
|
|
238413
|
+
errorReason: string;
|
|
238414
|
+
max?: number | undefined;
|
|
238415
|
+
};
|
|
238416
|
+
forgePrivateProjects: {
|
|
238417
|
+
errorMessage: string;
|
|
238418
|
+
errorReason: string;
|
|
238419
|
+
enabled: boolean;
|
|
238420
|
+
};
|
|
238421
|
+
forgeActiveProjectContexts: {
|
|
238422
|
+
errorMessage: string;
|
|
238423
|
+
errorReason: string;
|
|
238424
|
+
max?: number | undefined;
|
|
238425
|
+
};
|
|
237683
238426
|
} | undefined;
|
|
237684
238427
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237685
238428
|
currentPeriodStart?: string | undefined;
|
|
@@ -256908,6 +257651,26 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
256908
257651
|
errorReason: string;
|
|
256909
257652
|
max?: number | undefined;
|
|
256910
257653
|
};
|
|
257654
|
+
forgeActiveFeaturesPerProject: {
|
|
257655
|
+
errorMessage: string;
|
|
257656
|
+
errorReason: string;
|
|
257657
|
+
max?: number | undefined;
|
|
257658
|
+
};
|
|
257659
|
+
forgeActiveDocumentsPerProject: {
|
|
257660
|
+
errorMessage: string;
|
|
257661
|
+
errorReason: string;
|
|
257662
|
+
max?: number | undefined;
|
|
257663
|
+
};
|
|
257664
|
+
forgePrivateProjects: {
|
|
257665
|
+
errorMessage: string;
|
|
257666
|
+
errorReason: string;
|
|
257667
|
+
enabled: boolean;
|
|
257668
|
+
};
|
|
257669
|
+
forgeActiveProjectContexts: {
|
|
257670
|
+
errorMessage: string;
|
|
257671
|
+
errorReason: string;
|
|
257672
|
+
max?: number | undefined;
|
|
257673
|
+
};
|
|
256911
257674
|
} | undefined;
|
|
256912
257675
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
256913
257676
|
currentPeriodStart?: string | undefined;
|
|
@@ -260574,4 +261337,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
260574
261337
|
reason: ValidationErrorReason | undefined;
|
|
260575
261338
|
};
|
|
260576
261339
|
|
|
260577
|
-
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectDocumentPreview, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeaturePreview, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOForgeTokenThemeSet, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };
|
|
261340
|
+
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectDocumentPreview, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeaturePreview, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOForgeTokenThemeSet, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventClientCreate, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };
|