@supernova-studio/client 1.46.3 → 1.46.5
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 +829 -128
- package/dist/index.d.ts +829 -128
- 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
|
@@ -158284,6 +158284,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
158284
158284
|
emoji: z.ZodOptional<z.ZodString>;
|
|
158285
158285
|
createdAt: z.ZodDate;
|
|
158286
158286
|
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
158287
|
+
lastUserActivityAt: z.ZodOptional<z.ZodDate>;
|
|
158287
158288
|
updatedAt: z.ZodDate;
|
|
158288
158289
|
documents: z.ZodArray<z.ZodObject<{
|
|
158289
158290
|
id: z.ZodString;
|
|
@@ -168096,6 +168097,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
168096
168097
|
tokenThemeIds: string[];
|
|
168097
168098
|
}[] | undefined;
|
|
168098
168099
|
} | undefined;
|
|
168100
|
+
lastUserActivityAt?: Date | undefined;
|
|
168099
168101
|
numberOfDocuments?: number | undefined;
|
|
168100
168102
|
}, {
|
|
168101
168103
|
id: string;
|
|
@@ -169129,6 +169131,7 @@ declare const DTOForgeProject: z.ZodObject<{
|
|
|
169129
169131
|
}[] | undefined;
|
|
169130
169132
|
} | undefined;
|
|
169131
169133
|
defaultRole?: "Viewer" | "Builder" | undefined;
|
|
169134
|
+
lastUserActivityAt?: Date | undefined;
|
|
169132
169135
|
numberOfDocuments?: number | undefined;
|
|
169133
169136
|
}>;
|
|
169134
169137
|
type DTOForgeProject = z.infer<typeof DTOForgeProject>;
|
|
@@ -169146,6 +169149,7 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
|
|
|
169146
169149
|
emoji: z.ZodOptional<z.ZodString>;
|
|
169147
169150
|
createdAt: z.ZodDate;
|
|
169148
169151
|
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
169152
|
+
lastUserActivityAt: z.ZodOptional<z.ZodDate>;
|
|
169149
169153
|
updatedAt: z.ZodDate;
|
|
169150
169154
|
documents: z.ZodArray<z.ZodObject<{
|
|
169151
169155
|
id: z.ZodString;
|
|
@@ -179014,6 +179018,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
179014
179018
|
emoji: z.ZodOptional<z.ZodString>;
|
|
179015
179019
|
createdAt: z.ZodDate;
|
|
179016
179020
|
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
179021
|
+
lastUserActivityAt: z.ZodOptional<z.ZodDate>;
|
|
179017
179022
|
updatedAt: z.ZodDate;
|
|
179018
179023
|
documents: z.ZodArray<z.ZodObject<{
|
|
179019
179024
|
id: z.ZodString;
|
|
@@ -188829,6 +188834,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
188829
188834
|
tokenThemeIds: string[];
|
|
188830
188835
|
}[] | undefined;
|
|
188831
188836
|
} | undefined;
|
|
188837
|
+
lastUserActivityAt?: Date | undefined;
|
|
188832
188838
|
numberOfDocuments?: number | undefined;
|
|
188833
188839
|
}, {
|
|
188834
188840
|
id: string;
|
|
@@ -189863,6 +189869,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
189863
189869
|
}[] | undefined;
|
|
189864
189870
|
} | undefined;
|
|
189865
189871
|
defaultRole?: "Viewer" | "Builder" | undefined;
|
|
189872
|
+
lastUserActivityAt?: Date | undefined;
|
|
189866
189873
|
numberOfDocuments?: number | undefined;
|
|
189867
189874
|
}>;
|
|
189868
189875
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -190899,6 +190906,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
190899
190906
|
tokenThemeIds: string[];
|
|
190900
190907
|
}[] | undefined;
|
|
190901
190908
|
} | undefined;
|
|
190909
|
+
lastUserActivityAt?: Date | undefined;
|
|
190902
190910
|
numberOfDocuments?: number | undefined;
|
|
190903
190911
|
};
|
|
190904
190912
|
}, {
|
|
@@ -191935,6 +191943,7 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
|
|
|
191935
191943
|
}[] | undefined;
|
|
191936
191944
|
} | undefined;
|
|
191937
191945
|
defaultRole?: "Viewer" | "Builder" | undefined;
|
|
191946
|
+
lastUserActivityAt?: Date | undefined;
|
|
191938
191947
|
numberOfDocuments?: number | undefined;
|
|
191939
191948
|
};
|
|
191940
191949
|
}>;
|
|
@@ -191954,6 +191963,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
191954
191963
|
emoji: z.ZodOptional<z.ZodString>;
|
|
191955
191964
|
createdAt: z.ZodDate;
|
|
191956
191965
|
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
191966
|
+
lastUserActivityAt: z.ZodOptional<z.ZodDate>;
|
|
191957
191967
|
updatedAt: z.ZodDate;
|
|
191958
191968
|
documents: z.ZodArray<z.ZodObject<{
|
|
191959
191969
|
id: z.ZodString;
|
|
@@ -201769,6 +201779,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
201769
201779
|
tokenThemeIds: string[];
|
|
201770
201780
|
}[] | undefined;
|
|
201771
201781
|
} | undefined;
|
|
201782
|
+
lastUserActivityAt?: Date | undefined;
|
|
201772
201783
|
numberOfDocuments?: number | undefined;
|
|
201773
201784
|
}, {
|
|
201774
201785
|
id: string;
|
|
@@ -202803,6 +202814,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
202803
202814
|
}[] | undefined;
|
|
202804
202815
|
} | undefined;
|
|
202805
202816
|
defaultRole?: "Viewer" | "Builder" | undefined;
|
|
202817
|
+
lastUserActivityAt?: Date | undefined;
|
|
202806
202818
|
numberOfDocuments?: number | undefined;
|
|
202807
202819
|
}>, "many">;
|
|
202808
202820
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -203839,6 +203851,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
203839
203851
|
tokenThemeIds: string[];
|
|
203840
203852
|
}[] | undefined;
|
|
203841
203853
|
} | undefined;
|
|
203854
|
+
lastUserActivityAt?: Date | undefined;
|
|
203842
203855
|
numberOfDocuments?: number | undefined;
|
|
203843
203856
|
}[];
|
|
203844
203857
|
}, {
|
|
@@ -204875,6 +204888,7 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
|
|
|
204875
204888
|
}[] | undefined;
|
|
204876
204889
|
} | undefined;
|
|
204877
204890
|
defaultRole?: "Viewer" | "Builder" | undefined;
|
|
204891
|
+
lastUserActivityAt?: Date | undefined;
|
|
204878
204892
|
numberOfDocuments?: number | undefined;
|
|
204879
204893
|
}[];
|
|
204880
204894
|
}>;
|
|
@@ -227658,6 +227672,77 @@ declare const DTOThreadEvent: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
|
227658
227672
|
}>]>;
|
|
227659
227673
|
type DTOThreadEvent = z$1.infer<typeof DTOThreadEvent>;
|
|
227660
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
|
+
}>>;
|
|
227661
227746
|
declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
227662
227747
|
type: z.ZodLiteral<"IterationCreated">;
|
|
227663
227748
|
payload: z.ZodObject<{
|
|
@@ -227769,6 +227854,30 @@ declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
227769
227854
|
name: string;
|
|
227770
227855
|
featureId: string;
|
|
227771
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
|
+
};
|
|
227772
227881
|
}>, z.ZodObject<{
|
|
227773
227882
|
type: z.ZodLiteral<"DocumentCreated">;
|
|
227774
227883
|
payload: z.ZodObject<{
|
|
@@ -227822,6 +227931,64 @@ declare const DTOTrailEvent: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
227822
227931
|
title: string;
|
|
227823
227932
|
documentId: string;
|
|
227824
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
|
+
};
|
|
227825
227992
|
}>, z.ZodObject<{
|
|
227826
227993
|
type: z.ZodLiteral<"ProjectCreated">;
|
|
227827
227994
|
payload: z.ZodObject<{
|
|
@@ -228073,6 +228240,30 @@ declare const DTOTrailEventWithDetails: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
228073
228240
|
name: string;
|
|
228074
228241
|
featureId: string;
|
|
228075
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
|
+
};
|
|
228076
228267
|
}>, z.ZodObject<{
|
|
228077
228268
|
type: z.ZodLiteral<"DocumentCreated">;
|
|
228078
228269
|
payload: z.ZodObject<{
|
|
@@ -228126,6 +228317,64 @@ declare const DTOTrailEventWithDetails: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
228126
228317
|
title: string;
|
|
228127
228318
|
documentId: string;
|
|
228128
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
|
+
};
|
|
228129
228378
|
}>, z.ZodObject<{
|
|
228130
228379
|
type: z.ZodLiteral<"ProjectCreated">;
|
|
228131
228380
|
payload: z.ZodObject<{
|
|
@@ -228395,6 +228644,30 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228395
228644
|
name: string;
|
|
228396
228645
|
featureId: string;
|
|
228397
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
|
+
};
|
|
228398
228671
|
}>, z.ZodObject<{
|
|
228399
228672
|
type: z.ZodLiteral<"DocumentCreated">;
|
|
228400
228673
|
payload: z.ZodObject<{
|
|
@@ -228448,6 +228721,64 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228448
228721
|
title: string;
|
|
228449
228722
|
documentId: string;
|
|
228450
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
|
+
};
|
|
228451
228782
|
}>, z.ZodObject<{
|
|
228452
228783
|
type: z.ZodLiteral<"ProjectCreated">;
|
|
228453
228784
|
payload: z.ZodObject<{
|
|
@@ -228624,6 +228955,12 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228624
228955
|
name: string;
|
|
228625
228956
|
featureId: string;
|
|
228626
228957
|
};
|
|
228958
|
+
} | {
|
|
228959
|
+
type: "FeatureArchived";
|
|
228960
|
+
payload: {
|
|
228961
|
+
name: string;
|
|
228962
|
+
featureId: string;
|
|
228963
|
+
};
|
|
228627
228964
|
} | {
|
|
228628
228965
|
type: "DocumentCreated";
|
|
228629
228966
|
payload: {
|
|
@@ -228637,6 +228974,20 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228637
228974
|
title: string;
|
|
228638
228975
|
documentId: string;
|
|
228639
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
|
+
};
|
|
228640
228991
|
} | {
|
|
228641
228992
|
type: "ProjectCreated";
|
|
228642
228993
|
payload: {
|
|
@@ -228705,6 +229056,12 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228705
229056
|
name: string;
|
|
228706
229057
|
featureId: string;
|
|
228707
229058
|
};
|
|
229059
|
+
} | {
|
|
229060
|
+
type: "FeatureArchived";
|
|
229061
|
+
payload: {
|
|
229062
|
+
name: string;
|
|
229063
|
+
featureId: string;
|
|
229064
|
+
};
|
|
228708
229065
|
} | {
|
|
228709
229066
|
type: "DocumentCreated";
|
|
228710
229067
|
payload: {
|
|
@@ -228718,6 +229075,20 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228718
229075
|
title: string;
|
|
228719
229076
|
documentId: string;
|
|
228720
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
|
+
};
|
|
228721
229092
|
} | {
|
|
228722
229093
|
type: "ProjectCreated";
|
|
228723
229094
|
payload: {
|
|
@@ -228760,7 +229131,7 @@ declare const DTOTrailEventListResponse: z.ZodObject<{
|
|
|
228760
229131
|
})[];
|
|
228761
229132
|
}>;
|
|
228762
229133
|
type DTOTrailEventListResponse = z.infer<typeof DTOTrailEventListResponse>;
|
|
228763
|
-
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"]>;
|
|
228764
229135
|
type DTOTrailEventType = z.infer<typeof DTOTrailEventType>;
|
|
228765
229136
|
declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
228766
229137
|
type: z.ZodLiteral<"IterationCreated">;
|
|
@@ -228873,6 +229244,30 @@ declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"ty
|
|
|
228873
229244
|
name: string;
|
|
228874
229245
|
featureId: string;
|
|
228875
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
|
+
};
|
|
228876
229271
|
}>, z.ZodObject<{
|
|
228877
229272
|
type: z.ZodLiteral<"DocumentCreated">;
|
|
228878
229273
|
payload: z.ZodObject<{
|
|
@@ -228926,6 +229321,64 @@ declare const DTOTrailEventCreate: z.ZodIntersection<z.ZodDiscriminatedUnion<"ty
|
|
|
228926
229321
|
title: string;
|
|
228927
229322
|
documentId: string;
|
|
228928
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
|
+
};
|
|
228929
229382
|
}>, z.ZodObject<{
|
|
228930
229383
|
type: z.ZodLiteral<"ProjectCreated">;
|
|
228931
229384
|
payload: z.ZodObject<{
|
|
@@ -235362,6 +235815,45 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235362
235815
|
errorReason: string;
|
|
235363
235816
|
max?: number | undefined;
|
|
235364
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
|
+
}>;
|
|
235365
235857
|
}, "strip", z$1.ZodTypeAny, {
|
|
235366
235858
|
analytics: {
|
|
235367
235859
|
errorMessage: string;
|
|
@@ -235500,144 +235992,174 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235500
235992
|
errorReason: string;
|
|
235501
235993
|
max?: number | undefined;
|
|
235502
235994
|
};
|
|
235503
|
-
|
|
235504
|
-
|
|
235505
|
-
|
|
235506
|
-
|
|
235507
|
-
|
|
235508
|
-
|
|
235509
|
-
|
|
235510
|
-
|
|
235511
|
-
|
|
235512
|
-
|
|
235513
|
-
|
|
235514
|
-
|
|
235515
|
-
|
|
235516
|
-
|
|
235517
|
-
|
|
235518
|
-
|
|
235519
|
-
|
|
235995
|
+
forgeActiveFeaturesPerProject: {
|
|
235996
|
+
errorMessage: string;
|
|
235997
|
+
errorReason: string;
|
|
235998
|
+
max?: number | undefined;
|
|
235999
|
+
};
|
|
236000
|
+
forgeActiveDocumentsPerProject: {
|
|
236001
|
+
errorMessage: string;
|
|
236002
|
+
errorReason: string;
|
|
236003
|
+
max?: number | undefined;
|
|
236004
|
+
};
|
|
236005
|
+
forgePrivateProjects: {
|
|
236006
|
+
errorMessage: string;
|
|
236007
|
+
errorReason: string;
|
|
236008
|
+
enabled: boolean;
|
|
236009
|
+
};
|
|
236010
|
+
}, {
|
|
236011
|
+
analytics: {
|
|
236012
|
+
errorMessage: string;
|
|
236013
|
+
errorReason: string;
|
|
236014
|
+
max?: number | undefined;
|
|
236015
|
+
};
|
|
236016
|
+
themes: {
|
|
236017
|
+
errorMessage: string;
|
|
236018
|
+
errorReason: string;
|
|
236019
|
+
max?: number | undefined;
|
|
236020
|
+
};
|
|
236021
|
+
designSystems: {
|
|
236022
|
+
errorMessage: string;
|
|
236023
|
+
errorReason: string;
|
|
236024
|
+
max?: number | undefined;
|
|
236025
|
+
};
|
|
236026
|
+
designSystemSources: {
|
|
236027
|
+
errorMessage: string;
|
|
236028
|
+
errorReason: string;
|
|
236029
|
+
noImportJobsErrorMessage: string;
|
|
236030
|
+
noImportJobsErrorReason: string;
|
|
236031
|
+
max?: number | undefined;
|
|
236032
|
+
};
|
|
236033
|
+
designSystemVersions: {
|
|
236034
|
+
errorMessage: string;
|
|
236035
|
+
errorReason: string;
|
|
236036
|
+
max?: number | undefined;
|
|
236037
|
+
};
|
|
236038
|
+
brands: {
|
|
236039
|
+
errorMessage: string;
|
|
236040
|
+
errorReason: string;
|
|
236041
|
+
max?: number | undefined;
|
|
236042
|
+
};
|
|
236043
|
+
codegenSchedules: {
|
|
236044
|
+
errorMessage: string;
|
|
236045
|
+
errorReason: string;
|
|
236046
|
+
max?: number | undefined;
|
|
236047
|
+
};
|
|
236048
|
+
publicDocumentation: {
|
|
236049
|
+
errorMessage: string;
|
|
236050
|
+
errorReason: string;
|
|
236051
|
+
enabled: boolean;
|
|
236052
|
+
};
|
|
236053
|
+
customDocumentationUrl: {
|
|
236054
|
+
errorMessage: string;
|
|
236055
|
+
errorReason: string;
|
|
236056
|
+
enabled: boolean;
|
|
236057
|
+
};
|
|
236058
|
+
customDocumentationViewButton: {
|
|
236059
|
+
errorMessage: string;
|
|
236060
|
+
errorReason: string;
|
|
236061
|
+
enabled: boolean;
|
|
236062
|
+
};
|
|
236063
|
+
designSystemSourceAutoImport: {
|
|
236064
|
+
errorMessage: string;
|
|
236065
|
+
errorReason: string;
|
|
236066
|
+
enabled: boolean;
|
|
236067
|
+
};
|
|
236068
|
+
designSystemSlug: {
|
|
236069
|
+
errorMessage: string;
|
|
236070
|
+
errorReason: string;
|
|
236071
|
+
enabled: boolean;
|
|
236072
|
+
};
|
|
236073
|
+
ipWhitelisting: {
|
|
236074
|
+
errorMessage: string;
|
|
236075
|
+
errorReason: string;
|
|
236076
|
+
enabled: boolean;
|
|
236077
|
+
};
|
|
236078
|
+
npmRegistry: {
|
|
236079
|
+
errorMessage: string;
|
|
236080
|
+
errorReason: string;
|
|
236081
|
+
enabled: boolean;
|
|
236082
|
+
};
|
|
236083
|
+
sso: {
|
|
236084
|
+
errorMessage: string;
|
|
236085
|
+
errorReason: string;
|
|
236086
|
+
enabled: boolean;
|
|
236087
|
+
};
|
|
236088
|
+
workspacePaidSeats: {
|
|
236089
|
+
errorMessage: string;
|
|
236090
|
+
errorReason: string;
|
|
236091
|
+
max?: number | undefined;
|
|
236092
|
+
};
|
|
236093
|
+
workspaceViewers: {
|
|
236094
|
+
errorMessage: string;
|
|
236095
|
+
errorReason: string;
|
|
236096
|
+
max?: number | undefined;
|
|
236097
|
+
};
|
|
236098
|
+
customDocumentationExporter: {
|
|
236099
|
+
errorMessage: string;
|
|
236100
|
+
errorReason: string;
|
|
236101
|
+
enabled: boolean;
|
|
236102
|
+
};
|
|
236103
|
+
protectedPages: {
|
|
236104
|
+
errorMessage: string;
|
|
236105
|
+
errorReason: string;
|
|
236106
|
+
enabled: boolean;
|
|
236107
|
+
};
|
|
236108
|
+
approvals: {
|
|
236109
|
+
errorMessage: string;
|
|
236110
|
+
errorReason: string;
|
|
236111
|
+
enabled: boolean;
|
|
236112
|
+
};
|
|
236113
|
+
selectivePublishing: {
|
|
236114
|
+
errorMessage: string;
|
|
236115
|
+
errorReason: string;
|
|
236116
|
+
enabled: boolean;
|
|
236117
|
+
};
|
|
236118
|
+
designSystemAccessModes: {
|
|
236119
|
+
errorMessage: string;
|
|
236120
|
+
errorReason: string;
|
|
236121
|
+
enabled: boolean;
|
|
236122
|
+
};
|
|
236123
|
+
designSystemRoles: {
|
|
236124
|
+
errorMessage: string;
|
|
236125
|
+
errorReason: string;
|
|
236126
|
+
enabled: boolean;
|
|
236127
|
+
};
|
|
236128
|
+
documentationPageRedirects: {
|
|
236129
|
+
errorMessage: string;
|
|
236130
|
+
errorReason: string;
|
|
236131
|
+
enabled: boolean;
|
|
236132
|
+
};
|
|
236133
|
+
designSystemFileSize: {
|
|
236134
|
+
errorMessage: string;
|
|
236135
|
+
errorReason: string;
|
|
236136
|
+
max?: number | undefined;
|
|
236137
|
+
};
|
|
236138
|
+
forgeActiveProjects: {
|
|
236139
|
+
errorMessage: string;
|
|
236140
|
+
errorReason: string;
|
|
236141
|
+
max?: number | undefined;
|
|
236142
|
+
};
|
|
236143
|
+
forgeProjectFileSize: {
|
|
236144
|
+
errorMessage: string;
|
|
236145
|
+
errorReason: string;
|
|
236146
|
+
max?: number | undefined;
|
|
236147
|
+
};
|
|
236148
|
+
forgeActiveFeaturesPerProject: {
|
|
235520
236149
|
errorMessage: string;
|
|
235521
236150
|
errorReason: string;
|
|
235522
|
-
noImportJobsErrorMessage: string;
|
|
235523
|
-
noImportJobsErrorReason: string;
|
|
235524
236151
|
max?: number | undefined;
|
|
235525
236152
|
};
|
|
235526
|
-
|
|
236153
|
+
forgeActiveDocumentsPerProject: {
|
|
235527
236154
|
errorMessage: string;
|
|
235528
236155
|
errorReason: string;
|
|
235529
236156
|
max?: number | undefined;
|
|
235530
236157
|
};
|
|
235531
|
-
|
|
235532
|
-
errorMessage: string;
|
|
235533
|
-
errorReason: string;
|
|
235534
|
-
max?: number | undefined;
|
|
235535
|
-
};
|
|
235536
|
-
codegenSchedules: {
|
|
235537
|
-
errorMessage: string;
|
|
235538
|
-
errorReason: string;
|
|
235539
|
-
max?: number | undefined;
|
|
235540
|
-
};
|
|
235541
|
-
publicDocumentation: {
|
|
235542
|
-
errorMessage: string;
|
|
235543
|
-
errorReason: string;
|
|
235544
|
-
enabled: boolean;
|
|
235545
|
-
};
|
|
235546
|
-
customDocumentationUrl: {
|
|
235547
|
-
errorMessage: string;
|
|
235548
|
-
errorReason: string;
|
|
235549
|
-
enabled: boolean;
|
|
235550
|
-
};
|
|
235551
|
-
customDocumentationViewButton: {
|
|
235552
|
-
errorMessage: string;
|
|
235553
|
-
errorReason: string;
|
|
235554
|
-
enabled: boolean;
|
|
235555
|
-
};
|
|
235556
|
-
designSystemSourceAutoImport: {
|
|
235557
|
-
errorMessage: string;
|
|
235558
|
-
errorReason: string;
|
|
235559
|
-
enabled: boolean;
|
|
235560
|
-
};
|
|
235561
|
-
designSystemSlug: {
|
|
235562
|
-
errorMessage: string;
|
|
235563
|
-
errorReason: string;
|
|
235564
|
-
enabled: boolean;
|
|
235565
|
-
};
|
|
235566
|
-
ipWhitelisting: {
|
|
236158
|
+
forgePrivateProjects: {
|
|
235567
236159
|
errorMessage: string;
|
|
235568
236160
|
errorReason: string;
|
|
235569
236161
|
enabled: boolean;
|
|
235570
236162
|
};
|
|
235571
|
-
npmRegistry: {
|
|
235572
|
-
errorMessage: string;
|
|
235573
|
-
errorReason: string;
|
|
235574
|
-
enabled: boolean;
|
|
235575
|
-
};
|
|
235576
|
-
sso: {
|
|
235577
|
-
errorMessage: string;
|
|
235578
|
-
errorReason: string;
|
|
235579
|
-
enabled: boolean;
|
|
235580
|
-
};
|
|
235581
|
-
workspacePaidSeats: {
|
|
235582
|
-
errorMessage: string;
|
|
235583
|
-
errorReason: string;
|
|
235584
|
-
max?: number | undefined;
|
|
235585
|
-
};
|
|
235586
|
-
workspaceViewers: {
|
|
235587
|
-
errorMessage: string;
|
|
235588
|
-
errorReason: string;
|
|
235589
|
-
max?: number | undefined;
|
|
235590
|
-
};
|
|
235591
|
-
customDocumentationExporter: {
|
|
235592
|
-
errorMessage: string;
|
|
235593
|
-
errorReason: string;
|
|
235594
|
-
enabled: boolean;
|
|
235595
|
-
};
|
|
235596
|
-
protectedPages: {
|
|
235597
|
-
errorMessage: string;
|
|
235598
|
-
errorReason: string;
|
|
235599
|
-
enabled: boolean;
|
|
235600
|
-
};
|
|
235601
|
-
approvals: {
|
|
235602
|
-
errorMessage: string;
|
|
235603
|
-
errorReason: string;
|
|
235604
|
-
enabled: boolean;
|
|
235605
|
-
};
|
|
235606
|
-
selectivePublishing: {
|
|
235607
|
-
errorMessage: string;
|
|
235608
|
-
errorReason: string;
|
|
235609
|
-
enabled: boolean;
|
|
235610
|
-
};
|
|
235611
|
-
designSystemAccessModes: {
|
|
235612
|
-
errorMessage: string;
|
|
235613
|
-
errorReason: string;
|
|
235614
|
-
enabled: boolean;
|
|
235615
|
-
};
|
|
235616
|
-
designSystemRoles: {
|
|
235617
|
-
errorMessage: string;
|
|
235618
|
-
errorReason: string;
|
|
235619
|
-
enabled: boolean;
|
|
235620
|
-
};
|
|
235621
|
-
documentationPageRedirects: {
|
|
235622
|
-
errorMessage: string;
|
|
235623
|
-
errorReason: string;
|
|
235624
|
-
enabled: boolean;
|
|
235625
|
-
};
|
|
235626
|
-
designSystemFileSize: {
|
|
235627
|
-
errorMessage: string;
|
|
235628
|
-
errorReason: string;
|
|
235629
|
-
max?: number | undefined;
|
|
235630
|
-
};
|
|
235631
|
-
forgeActiveProjects: {
|
|
235632
|
-
errorMessage: string;
|
|
235633
|
-
errorReason: string;
|
|
235634
|
-
max?: number | undefined;
|
|
235635
|
-
};
|
|
235636
|
-
forgeProjectFileSize: {
|
|
235637
|
-
errorMessage: string;
|
|
235638
|
-
errorReason: string;
|
|
235639
|
-
max?: number | undefined;
|
|
235640
|
-
};
|
|
235641
236163
|
}>>;
|
|
235642
236164
|
stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
|
|
235643
236165
|
stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -235853,6 +236375,21 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235853
236375
|
errorReason: string;
|
|
235854
236376
|
max?: number | undefined;
|
|
235855
236377
|
};
|
|
236378
|
+
forgeActiveFeaturesPerProject: {
|
|
236379
|
+
errorMessage: string;
|
|
236380
|
+
errorReason: string;
|
|
236381
|
+
max?: number | undefined;
|
|
236382
|
+
};
|
|
236383
|
+
forgeActiveDocumentsPerProject: {
|
|
236384
|
+
errorMessage: string;
|
|
236385
|
+
errorReason: string;
|
|
236386
|
+
max?: number | undefined;
|
|
236387
|
+
};
|
|
236388
|
+
forgePrivateProjects: {
|
|
236389
|
+
errorMessage: string;
|
|
236390
|
+
errorReason: string;
|
|
236391
|
+
enabled: boolean;
|
|
236392
|
+
};
|
|
235856
236393
|
} | undefined;
|
|
235857
236394
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
235858
236395
|
currentPeriodStart?: string | undefined;
|
|
@@ -236034,6 +236571,21 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236034
236571
|
errorReason: string;
|
|
236035
236572
|
max?: number | undefined;
|
|
236036
236573
|
};
|
|
236574
|
+
forgeActiveFeaturesPerProject: {
|
|
236575
|
+
errorMessage: string;
|
|
236576
|
+
errorReason: string;
|
|
236577
|
+
max?: number | undefined;
|
|
236578
|
+
};
|
|
236579
|
+
forgeActiveDocumentsPerProject: {
|
|
236580
|
+
errorMessage: string;
|
|
236581
|
+
errorReason: string;
|
|
236582
|
+
max?: number | undefined;
|
|
236583
|
+
};
|
|
236584
|
+
forgePrivateProjects: {
|
|
236585
|
+
errorMessage: string;
|
|
236586
|
+
errorReason: string;
|
|
236587
|
+
enabled: boolean;
|
|
236588
|
+
};
|
|
236037
236589
|
} | undefined;
|
|
236038
236590
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
236039
236591
|
currentPeriodStart?: string | undefined;
|
|
@@ -236422,6 +236974,45 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
236422
236974
|
errorReason: string;
|
|
236423
236975
|
max?: number | undefined;
|
|
236424
236976
|
}>;
|
|
236977
|
+
forgeActiveFeaturesPerProject: z$1.ZodObject<{
|
|
236978
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
236979
|
+
errorMessage: z$1.ZodString;
|
|
236980
|
+
errorReason: z$1.ZodString;
|
|
236981
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
236982
|
+
errorMessage: string;
|
|
236983
|
+
errorReason: string;
|
|
236984
|
+
max?: number | undefined;
|
|
236985
|
+
}, {
|
|
236986
|
+
errorMessage: string;
|
|
236987
|
+
errorReason: string;
|
|
236988
|
+
max?: number | undefined;
|
|
236989
|
+
}>;
|
|
236990
|
+
forgeActiveDocumentsPerProject: z$1.ZodObject<{
|
|
236991
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
236992
|
+
errorMessage: z$1.ZodString;
|
|
236993
|
+
errorReason: z$1.ZodString;
|
|
236994
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
236995
|
+
errorMessage: string;
|
|
236996
|
+
errorReason: string;
|
|
236997
|
+
max?: number | undefined;
|
|
236998
|
+
}, {
|
|
236999
|
+
errorMessage: string;
|
|
237000
|
+
errorReason: string;
|
|
237001
|
+
max?: number | undefined;
|
|
237002
|
+
}>;
|
|
237003
|
+
forgePrivateProjects: z$1.ZodObject<{
|
|
237004
|
+
enabled: z$1.ZodBoolean;
|
|
237005
|
+
errorMessage: z$1.ZodString;
|
|
237006
|
+
errorReason: z$1.ZodString;
|
|
237007
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237008
|
+
errorMessage: string;
|
|
237009
|
+
errorReason: string;
|
|
237010
|
+
enabled: boolean;
|
|
237011
|
+
}, {
|
|
237012
|
+
errorMessage: string;
|
|
237013
|
+
errorReason: string;
|
|
237014
|
+
enabled: boolean;
|
|
237015
|
+
}>;
|
|
236425
237016
|
}, "strip", z$1.ZodTypeAny, {
|
|
236426
237017
|
analytics: {
|
|
236427
237018
|
errorMessage: string;
|
|
@@ -236560,6 +237151,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
236560
237151
|
errorReason: string;
|
|
236561
237152
|
max?: number | undefined;
|
|
236562
237153
|
};
|
|
237154
|
+
forgeActiveFeaturesPerProject: {
|
|
237155
|
+
errorMessage: string;
|
|
237156
|
+
errorReason: string;
|
|
237157
|
+
max?: number | undefined;
|
|
237158
|
+
};
|
|
237159
|
+
forgeActiveDocumentsPerProject: {
|
|
237160
|
+
errorMessage: string;
|
|
237161
|
+
errorReason: string;
|
|
237162
|
+
max?: number | undefined;
|
|
237163
|
+
};
|
|
237164
|
+
forgePrivateProjects: {
|
|
237165
|
+
errorMessage: string;
|
|
237166
|
+
errorReason: string;
|
|
237167
|
+
enabled: boolean;
|
|
237168
|
+
};
|
|
236563
237169
|
}, {
|
|
236564
237170
|
analytics: {
|
|
236565
237171
|
errorMessage: string;
|
|
@@ -236698,6 +237304,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
236698
237304
|
errorReason: string;
|
|
236699
237305
|
max?: number | undefined;
|
|
236700
237306
|
};
|
|
237307
|
+
forgeActiveFeaturesPerProject: {
|
|
237308
|
+
errorMessage: string;
|
|
237309
|
+
errorReason: string;
|
|
237310
|
+
max?: number | undefined;
|
|
237311
|
+
};
|
|
237312
|
+
forgeActiveDocumentsPerProject: {
|
|
237313
|
+
errorMessage: string;
|
|
237314
|
+
errorReason: string;
|
|
237315
|
+
max?: number | undefined;
|
|
237316
|
+
};
|
|
237317
|
+
forgePrivateProjects: {
|
|
237318
|
+
errorMessage: string;
|
|
237319
|
+
errorReason: string;
|
|
237320
|
+
enabled: boolean;
|
|
237321
|
+
};
|
|
236701
237322
|
}>>;
|
|
236702
237323
|
stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
|
|
236703
237324
|
stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -236913,6 +237534,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
236913
237534
|
errorReason: string;
|
|
236914
237535
|
max?: number | undefined;
|
|
236915
237536
|
};
|
|
237537
|
+
forgeActiveFeaturesPerProject: {
|
|
237538
|
+
errorMessage: string;
|
|
237539
|
+
errorReason: string;
|
|
237540
|
+
max?: number | undefined;
|
|
237541
|
+
};
|
|
237542
|
+
forgeActiveDocumentsPerProject: {
|
|
237543
|
+
errorMessage: string;
|
|
237544
|
+
errorReason: string;
|
|
237545
|
+
max?: number | undefined;
|
|
237546
|
+
};
|
|
237547
|
+
forgePrivateProjects: {
|
|
237548
|
+
errorMessage: string;
|
|
237549
|
+
errorReason: string;
|
|
237550
|
+
enabled: boolean;
|
|
237551
|
+
};
|
|
236916
237552
|
} | undefined;
|
|
236917
237553
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
236918
237554
|
currentPeriodStart?: string | undefined;
|
|
@@ -237094,6 +237730,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237094
237730
|
errorReason: string;
|
|
237095
237731
|
max?: number | undefined;
|
|
237096
237732
|
};
|
|
237733
|
+
forgeActiveFeaturesPerProject: {
|
|
237734
|
+
errorMessage: string;
|
|
237735
|
+
errorReason: string;
|
|
237736
|
+
max?: number | undefined;
|
|
237737
|
+
};
|
|
237738
|
+
forgeActiveDocumentsPerProject: {
|
|
237739
|
+
errorMessage: string;
|
|
237740
|
+
errorReason: string;
|
|
237741
|
+
max?: number | undefined;
|
|
237742
|
+
};
|
|
237743
|
+
forgePrivateProjects: {
|
|
237744
|
+
errorMessage: string;
|
|
237745
|
+
errorReason: string;
|
|
237746
|
+
enabled: boolean;
|
|
237747
|
+
};
|
|
237097
237748
|
} | undefined;
|
|
237098
237749
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237099
237750
|
currentPeriodStart?: string | undefined;
|
|
@@ -237446,6 +238097,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237446
238097
|
errorReason: string;
|
|
237447
238098
|
max?: number | undefined;
|
|
237448
238099
|
};
|
|
238100
|
+
forgeActiveFeaturesPerProject: {
|
|
238101
|
+
errorMessage: string;
|
|
238102
|
+
errorReason: string;
|
|
238103
|
+
max?: number | undefined;
|
|
238104
|
+
};
|
|
238105
|
+
forgeActiveDocumentsPerProject: {
|
|
238106
|
+
errorMessage: string;
|
|
238107
|
+
errorReason: string;
|
|
238108
|
+
max?: number | undefined;
|
|
238109
|
+
};
|
|
238110
|
+
forgePrivateProjects: {
|
|
238111
|
+
errorMessage: string;
|
|
238112
|
+
errorReason: string;
|
|
238113
|
+
enabled: boolean;
|
|
238114
|
+
};
|
|
237449
238115
|
} | undefined;
|
|
237450
238116
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237451
238117
|
currentPeriodStart?: string | undefined;
|
|
@@ -237666,6 +238332,21 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237666
238332
|
errorReason: string;
|
|
237667
238333
|
max?: number | undefined;
|
|
237668
238334
|
};
|
|
238335
|
+
forgeActiveFeaturesPerProject: {
|
|
238336
|
+
errorMessage: string;
|
|
238337
|
+
errorReason: string;
|
|
238338
|
+
max?: number | undefined;
|
|
238339
|
+
};
|
|
238340
|
+
forgeActiveDocumentsPerProject: {
|
|
238341
|
+
errorMessage: string;
|
|
238342
|
+
errorReason: string;
|
|
238343
|
+
max?: number | undefined;
|
|
238344
|
+
};
|
|
238345
|
+
forgePrivateProjects: {
|
|
238346
|
+
errorMessage: string;
|
|
238347
|
+
errorReason: string;
|
|
238348
|
+
enabled: boolean;
|
|
238349
|
+
};
|
|
237669
238350
|
} | undefined;
|
|
237670
238351
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237671
238352
|
currentPeriodStart?: string | undefined;
|
|
@@ -251650,6 +252331,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
251650
252331
|
tokenThemeIds: string[];
|
|
251651
252332
|
}[] | undefined;
|
|
251652
252333
|
} | undefined;
|
|
252334
|
+
lastUserActivityAt?: Date | undefined;
|
|
251653
252335
|
numberOfDocuments?: number | undefined;
|
|
251654
252336
|
}[];
|
|
251655
252337
|
}>;
|
|
@@ -252687,6 +253369,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
252687
253369
|
tokenThemeIds: string[];
|
|
252688
253370
|
}[] | undefined;
|
|
252689
253371
|
} | undefined;
|
|
253372
|
+
lastUserActivityAt?: Date | undefined;
|
|
252690
253373
|
numberOfDocuments?: number | undefined;
|
|
252691
253374
|
};
|
|
252692
253375
|
}>;
|
|
@@ -253724,6 +254407,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
253724
254407
|
tokenThemeIds: string[];
|
|
253725
254408
|
}[] | undefined;
|
|
253726
254409
|
} | undefined;
|
|
254410
|
+
lastUserActivityAt?: Date | undefined;
|
|
253727
254411
|
numberOfDocuments?: number | undefined;
|
|
253728
254412
|
};
|
|
253729
254413
|
}>;
|
|
@@ -254761,6 +255445,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
254761
255445
|
tokenThemeIds: string[];
|
|
254762
255446
|
}[] | undefined;
|
|
254763
255447
|
} | undefined;
|
|
255448
|
+
lastUserActivityAt?: Date | undefined;
|
|
254764
255449
|
numberOfDocuments?: number | undefined;
|
|
254765
255450
|
};
|
|
254766
255451
|
}>;
|
|
@@ -255798,6 +256483,7 @@ declare class ForgeProjectsEndpoint {
|
|
|
255798
256483
|
tokenThemeIds: string[];
|
|
255799
256484
|
}[] | undefined;
|
|
255800
256485
|
} | undefined;
|
|
256486
|
+
lastUserActivityAt?: Date | undefined;
|
|
255801
256487
|
numberOfDocuments?: number | undefined;
|
|
255802
256488
|
};
|
|
255803
256489
|
}>;
|
|
@@ -256889,6 +257575,21 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
256889
257575
|
errorReason: string;
|
|
256890
257576
|
max?: number | undefined;
|
|
256891
257577
|
};
|
|
257578
|
+
forgeActiveFeaturesPerProject: {
|
|
257579
|
+
errorMessage: string;
|
|
257580
|
+
errorReason: string;
|
|
257581
|
+
max?: number | undefined;
|
|
257582
|
+
};
|
|
257583
|
+
forgeActiveDocumentsPerProject: {
|
|
257584
|
+
errorMessage: string;
|
|
257585
|
+
errorReason: string;
|
|
257586
|
+
max?: number | undefined;
|
|
257587
|
+
};
|
|
257588
|
+
forgePrivateProjects: {
|
|
257589
|
+
errorMessage: string;
|
|
257590
|
+
errorReason: string;
|
|
257591
|
+
enabled: boolean;
|
|
257592
|
+
};
|
|
256892
257593
|
} | undefined;
|
|
256893
257594
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
256894
257595
|
currentPeriodStart?: string | undefined;
|
|
@@ -260555,4 +261256,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
260555
261256
|
reason: ValidationErrorReason | undefined;
|
|
260556
261257
|
};
|
|
260557
261258
|
|
|
260558
|
-
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 };
|
|
261259
|
+
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 };
|