@supernova-studio/client 1.47.5 → 1.47.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +126 -1
- package/dist/index.d.ts +126 -1
- package/dist/index.js +49 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +257 -209
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -482,6 +482,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
482
482
|
password?: string | undefined;
|
|
483
483
|
}>>;
|
|
484
484
|
aiFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
485
|
+
projectsEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
485
486
|
aiAskFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
486
487
|
aiCustomInstruction: z.ZodOptional<z.ZodString>;
|
|
487
488
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -544,6 +545,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
544
545
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
545
546
|
};
|
|
546
547
|
aiFeaturesEnabled: boolean;
|
|
548
|
+
projectsEnabled: boolean;
|
|
547
549
|
aiAskFeaturesEnabled: boolean;
|
|
548
550
|
npmRegistry?: {
|
|
549
551
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -630,6 +632,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
630
632
|
password?: string | undefined;
|
|
631
633
|
} | undefined;
|
|
632
634
|
aiFeaturesEnabled?: boolean | undefined;
|
|
635
|
+
projectsEnabled?: boolean | undefined;
|
|
633
636
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
634
637
|
aiCustomInstruction?: string | undefined;
|
|
635
638
|
}>;
|
|
@@ -698,6 +701,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
698
701
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
699
702
|
};
|
|
700
703
|
aiFeaturesEnabled: boolean;
|
|
704
|
+
projectsEnabled: boolean;
|
|
701
705
|
aiAskFeaturesEnabled: boolean;
|
|
702
706
|
npmRegistry?: {
|
|
703
707
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -790,6 +794,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
790
794
|
password?: string | undefined;
|
|
791
795
|
} | undefined;
|
|
792
796
|
aiFeaturesEnabled?: boolean | undefined;
|
|
797
|
+
projectsEnabled?: boolean | undefined;
|
|
793
798
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
794
799
|
aiCustomInstruction?: string | undefined;
|
|
795
800
|
};
|
|
@@ -1089,6 +1094,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1089
1094
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
1090
1095
|
};
|
|
1091
1096
|
aiFeaturesEnabled: boolean;
|
|
1097
|
+
projectsEnabled: boolean;
|
|
1092
1098
|
aiAskFeaturesEnabled: boolean;
|
|
1093
1099
|
npmRegistry?: {
|
|
1094
1100
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -1234,6 +1240,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1234
1240
|
password?: string | undefined;
|
|
1235
1241
|
} | undefined;
|
|
1236
1242
|
aiFeaturesEnabled?: boolean | undefined;
|
|
1243
|
+
projectsEnabled?: boolean | undefined;
|
|
1237
1244
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
1238
1245
|
aiCustomInstruction?: string | undefined;
|
|
1239
1246
|
};
|
|
@@ -10217,6 +10224,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10217
10224
|
password?: string | undefined;
|
|
10218
10225
|
}>>;
|
|
10219
10226
|
aiFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
10227
|
+
projectsEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
10220
10228
|
aiAskFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
10221
10229
|
aiCustomInstruction: z.ZodOptional<z.ZodString>;
|
|
10222
10230
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10279,6 +10287,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10279
10287
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
10280
10288
|
};
|
|
10281
10289
|
aiFeaturesEnabled: boolean;
|
|
10290
|
+
projectsEnabled: boolean;
|
|
10282
10291
|
aiAskFeaturesEnabled: boolean;
|
|
10283
10292
|
npmRegistry?: {
|
|
10284
10293
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -10365,6 +10374,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10365
10374
|
password?: string | undefined;
|
|
10366
10375
|
} | undefined;
|
|
10367
10376
|
aiFeaturesEnabled?: boolean | undefined;
|
|
10377
|
+
projectsEnabled?: boolean | undefined;
|
|
10368
10378
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
10369
10379
|
aiCustomInstruction?: string | undefined;
|
|
10370
10380
|
}>, "many">;
|
|
@@ -10459,6 +10469,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10459
10469
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
10460
10470
|
};
|
|
10461
10471
|
aiFeaturesEnabled: boolean;
|
|
10472
|
+
projectsEnabled: boolean;
|
|
10462
10473
|
aiAskFeaturesEnabled: boolean;
|
|
10463
10474
|
npmRegistry?: {
|
|
10464
10475
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -10577,6 +10588,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10577
10588
|
password?: string | undefined;
|
|
10578
10589
|
} | undefined;
|
|
10579
10590
|
aiFeaturesEnabled?: boolean | undefined;
|
|
10591
|
+
projectsEnabled?: boolean | undefined;
|
|
10580
10592
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
10581
10593
|
aiCustomInstruction?: string | undefined;
|
|
10582
10594
|
}[];
|
|
@@ -206085,6 +206097,60 @@ declare const DTOLiveblocksAuthResponse: z.ZodObject<{
|
|
|
206085
206097
|
}>;
|
|
206086
206098
|
type DTOLiveblocksAuthResponse = z.infer<typeof DTOLiveblocksAuthResponse>;
|
|
206087
206099
|
|
|
206100
|
+
declare const DTOMCPStream: z$1.ZodObject<{
|
|
206101
|
+
id: z$1.ZodString;
|
|
206102
|
+
projectFeatureId: z$1.ZodOptional<z$1.ZodString>;
|
|
206103
|
+
projectDocumentId: z$1.ZodOptional<z$1.ZodString>;
|
|
206104
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
206105
|
+
id: string;
|
|
206106
|
+
projectFeatureId?: string | undefined;
|
|
206107
|
+
projectDocumentId?: string | undefined;
|
|
206108
|
+
}, {
|
|
206109
|
+
id: string;
|
|
206110
|
+
projectFeatureId?: string | undefined;
|
|
206111
|
+
projectDocumentId?: string | undefined;
|
|
206112
|
+
}>;
|
|
206113
|
+
type DTOMCPStream = z$1.infer<typeof DTOMCPStream>;
|
|
206114
|
+
declare const DTOMCPStreamUpdateInput: z$1.ZodObject<{
|
|
206115
|
+
projectFeatureId: z$1.ZodOptional<z$1.ZodString>;
|
|
206116
|
+
projectDocumentId: z$1.ZodOptional<z$1.ZodString>;
|
|
206117
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
206118
|
+
projectFeatureId?: string | undefined;
|
|
206119
|
+
projectDocumentId?: string | undefined;
|
|
206120
|
+
}, {
|
|
206121
|
+
projectFeatureId?: string | undefined;
|
|
206122
|
+
projectDocumentId?: string | undefined;
|
|
206123
|
+
}>;
|
|
206124
|
+
type DTOMCPStreamUpdateInput = z$1.infer<typeof DTOMCPStreamUpdateInput>;
|
|
206125
|
+
declare const DTOMCPStreamResponse: z$1.ZodObject<{
|
|
206126
|
+
stream: z$1.ZodObject<{
|
|
206127
|
+
id: z$1.ZodString;
|
|
206128
|
+
projectFeatureId: z$1.ZodOptional<z$1.ZodString>;
|
|
206129
|
+
projectDocumentId: z$1.ZodOptional<z$1.ZodString>;
|
|
206130
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
206131
|
+
id: string;
|
|
206132
|
+
projectFeatureId?: string | undefined;
|
|
206133
|
+
projectDocumentId?: string | undefined;
|
|
206134
|
+
}, {
|
|
206135
|
+
id: string;
|
|
206136
|
+
projectFeatureId?: string | undefined;
|
|
206137
|
+
projectDocumentId?: string | undefined;
|
|
206138
|
+
}>;
|
|
206139
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
206140
|
+
stream: {
|
|
206141
|
+
id: string;
|
|
206142
|
+
projectFeatureId?: string | undefined;
|
|
206143
|
+
projectDocumentId?: string | undefined;
|
|
206144
|
+
};
|
|
206145
|
+
}, {
|
|
206146
|
+
stream: {
|
|
206147
|
+
id: string;
|
|
206148
|
+
projectFeatureId?: string | undefined;
|
|
206149
|
+
projectDocumentId?: string | undefined;
|
|
206150
|
+
};
|
|
206151
|
+
}>;
|
|
206152
|
+
type DTOMCPStreamResponse = z$1.infer<typeof DTOMCPStreamResponse>;
|
|
206153
|
+
|
|
206088
206154
|
declare const DTOPortalSettingsTheme: z.ZodObject<{
|
|
206089
206155
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
206090
206156
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
@@ -233020,6 +233086,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
233020
233086
|
password?: string | undefined;
|
|
233021
233087
|
}>>;
|
|
233022
233088
|
aiFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
233089
|
+
projectsEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
233023
233090
|
aiAskFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
233024
233091
|
aiCustomInstruction: z.ZodOptional<z.ZodString>;
|
|
233025
233092
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -233082,6 +233149,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
233082
233149
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
233083
233150
|
};
|
|
233084
233151
|
aiFeaturesEnabled: boolean;
|
|
233152
|
+
projectsEnabled: boolean;
|
|
233085
233153
|
aiAskFeaturesEnabled: boolean;
|
|
233086
233154
|
npmRegistry?: {
|
|
233087
233155
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -233168,6 +233236,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
233168
233236
|
password?: string | undefined;
|
|
233169
233237
|
} | undefined;
|
|
233170
233238
|
aiFeaturesEnabled?: boolean | undefined;
|
|
233239
|
+
projectsEnabled?: boolean | undefined;
|
|
233171
233240
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
233172
233241
|
aiCustomInstruction?: string | undefined;
|
|
233173
233242
|
}>;
|
|
@@ -233236,6 +233305,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
233236
233305
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
233237
233306
|
};
|
|
233238
233307
|
aiFeaturesEnabled: boolean;
|
|
233308
|
+
projectsEnabled: boolean;
|
|
233239
233309
|
aiAskFeaturesEnabled: boolean;
|
|
233240
233310
|
npmRegistry?: {
|
|
233241
233311
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -233328,6 +233398,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
233328
233398
|
password?: string | undefined;
|
|
233329
233399
|
} | undefined;
|
|
233330
233400
|
aiFeaturesEnabled?: boolean | undefined;
|
|
233401
|
+
projectsEnabled?: boolean | undefined;
|
|
233331
233402
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
233332
233403
|
aiCustomInstruction?: string | undefined;
|
|
233333
233404
|
};
|
|
@@ -234047,6 +234118,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
234047
234118
|
password?: string | undefined;
|
|
234048
234119
|
}>>;
|
|
234049
234120
|
aiFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
234121
|
+
projectsEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
234050
234122
|
aiAskFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
234051
234123
|
aiCustomInstruction: z.ZodOptional<z.ZodString>;
|
|
234052
234124
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -234109,6 +234181,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
234109
234181
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
234110
234182
|
};
|
|
234111
234183
|
aiFeaturesEnabled: boolean;
|
|
234184
|
+
projectsEnabled: boolean;
|
|
234112
234185
|
aiAskFeaturesEnabled: boolean;
|
|
234113
234186
|
npmRegistry?: {
|
|
234114
234187
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -234195,6 +234268,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
234195
234268
|
password?: string | undefined;
|
|
234196
234269
|
} | undefined;
|
|
234197
234270
|
aiFeaturesEnabled?: boolean | undefined;
|
|
234271
|
+
projectsEnabled?: boolean | undefined;
|
|
234198
234272
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
234199
234273
|
aiCustomInstruction?: string | undefined;
|
|
234200
234274
|
}>;
|
|
@@ -234263,6 +234337,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
234263
234337
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
234264
234338
|
};
|
|
234265
234339
|
aiFeaturesEnabled: boolean;
|
|
234340
|
+
projectsEnabled: boolean;
|
|
234266
234341
|
aiAskFeaturesEnabled: boolean;
|
|
234267
234342
|
npmRegistry?: {
|
|
234268
234343
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -234355,6 +234430,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
234355
234430
|
password?: string | undefined;
|
|
234356
234431
|
} | undefined;
|
|
234357
234432
|
aiFeaturesEnabled?: boolean | undefined;
|
|
234433
|
+
projectsEnabled?: boolean | undefined;
|
|
234358
234434
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
234359
234435
|
aiCustomInstruction?: string | undefined;
|
|
234360
234436
|
};
|
|
@@ -234425,6 +234501,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
234425
234501
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
234426
234502
|
};
|
|
234427
234503
|
aiFeaturesEnabled: boolean;
|
|
234504
|
+
projectsEnabled: boolean;
|
|
234428
234505
|
aiAskFeaturesEnabled: boolean;
|
|
234429
234506
|
npmRegistry?: {
|
|
234430
234507
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -234519,6 +234596,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
234519
234596
|
password?: string | undefined;
|
|
234520
234597
|
} | undefined;
|
|
234521
234598
|
aiFeaturesEnabled?: boolean | undefined;
|
|
234599
|
+
projectsEnabled?: boolean | undefined;
|
|
234522
234600
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
234523
234601
|
aiCustomInstruction?: string | undefined;
|
|
234524
234602
|
};
|
|
@@ -239360,6 +239438,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
239360
239438
|
password?: string | undefined;
|
|
239361
239439
|
}>>;
|
|
239362
239440
|
aiFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
239441
|
+
projectsEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
239363
239442
|
aiAskFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
239364
239443
|
aiCustomInstruction: z.ZodOptional<z.ZodString>;
|
|
239365
239444
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -239422,6 +239501,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
239422
239501
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
239423
239502
|
};
|
|
239424
239503
|
aiFeaturesEnabled: boolean;
|
|
239504
|
+
projectsEnabled: boolean;
|
|
239425
239505
|
aiAskFeaturesEnabled: boolean;
|
|
239426
239506
|
npmRegistry?: {
|
|
239427
239507
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -239508,6 +239588,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
239508
239588
|
password?: string | undefined;
|
|
239509
239589
|
} | undefined;
|
|
239510
239590
|
aiFeaturesEnabled?: boolean | undefined;
|
|
239591
|
+
projectsEnabled?: boolean | undefined;
|
|
239511
239592
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
239512
239593
|
aiCustomInstruction?: string | undefined;
|
|
239513
239594
|
}>;
|
|
@@ -239791,6 +239872,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
239791
239872
|
password?: string | undefined;
|
|
239792
239873
|
}>>;
|
|
239793
239874
|
aiFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
239875
|
+
projectsEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
239794
239876
|
aiAskFeaturesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
239795
239877
|
aiCustomInstruction: z.ZodOptional<z.ZodString>;
|
|
239796
239878
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -239853,6 +239935,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
239853
239935
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
239854
239936
|
};
|
|
239855
239937
|
aiFeaturesEnabled: boolean;
|
|
239938
|
+
projectsEnabled: boolean;
|
|
239856
239939
|
aiAskFeaturesEnabled: boolean;
|
|
239857
239940
|
npmRegistry?: {
|
|
239858
239941
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -239939,6 +240022,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
239939
240022
|
password?: string | undefined;
|
|
239940
240023
|
} | undefined;
|
|
239941
240024
|
aiFeaturesEnabled?: boolean | undefined;
|
|
240025
|
+
projectsEnabled?: boolean | undefined;
|
|
239942
240026
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
239943
240027
|
aiCustomInstruction?: string | undefined;
|
|
239944
240028
|
}>;
|
|
@@ -240003,6 +240087,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
240003
240087
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
240004
240088
|
};
|
|
240005
240089
|
aiFeaturesEnabled: boolean;
|
|
240090
|
+
projectsEnabled: boolean;
|
|
240006
240091
|
aiAskFeaturesEnabled: boolean;
|
|
240007
240092
|
npmRegistry?: {
|
|
240008
240093
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -240091,6 +240176,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
240091
240176
|
password?: string | undefined;
|
|
240092
240177
|
} | undefined;
|
|
240093
240178
|
aiFeaturesEnabled?: boolean | undefined;
|
|
240179
|
+
projectsEnabled?: boolean | undefined;
|
|
240094
240180
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
240095
240181
|
aiCustomInstruction?: string | undefined;
|
|
240096
240182
|
};
|
|
@@ -244371,6 +244457,7 @@ declare const WorkspaceConfigurationPayload: z.ZodObject<{
|
|
|
244371
244457
|
} | null | undefined;
|
|
244372
244458
|
}>>;
|
|
244373
244459
|
aiFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
244460
|
+
projectsEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
244374
244461
|
aiAskFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
244375
244462
|
aiCustomInstruction: z.ZodOptional<z.ZodString>;
|
|
244376
244463
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -244411,6 +244498,7 @@ declare const WorkspaceConfigurationPayload: z.ZodObject<{
|
|
|
244411
244498
|
npmProxyRegistryConfigId?: string | undefined;
|
|
244412
244499
|
} | undefined;
|
|
244413
244500
|
aiFeaturesEnabled?: boolean | undefined;
|
|
244501
|
+
projectsEnabled?: boolean | undefined;
|
|
244414
244502
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
244415
244503
|
aiCustomInstruction?: string | undefined;
|
|
244416
244504
|
ipWhitelist?: {
|
|
@@ -244470,6 +244558,7 @@ declare const WorkspaceConfigurationPayload: z.ZodObject<{
|
|
|
244470
244558
|
npmProxyRegistryConfigId?: string | undefined;
|
|
244471
244559
|
} | undefined;
|
|
244472
244560
|
aiFeaturesEnabled?: boolean | undefined;
|
|
244561
|
+
projectsEnabled?: boolean | undefined;
|
|
244473
244562
|
aiAskFeaturesEnabled?: boolean | undefined;
|
|
244474
244563
|
aiCustomInstruction?: string | undefined;
|
|
244475
244564
|
ipWhitelist?: {
|
|
@@ -250772,6 +250861,7 @@ declare class DesignSystemsEndpoint {
|
|
|
250772
250861
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
250773
250862
|
};
|
|
250774
250863
|
aiFeaturesEnabled: boolean;
|
|
250864
|
+
projectsEnabled: boolean;
|
|
250775
250865
|
aiAskFeaturesEnabled: boolean;
|
|
250776
250866
|
npmRegistry?: {
|
|
250777
250867
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -257236,6 +257326,32 @@ declare class ForgeProjectIterationsEndpoint {
|
|
|
257236
257326
|
}>;
|
|
257237
257327
|
}
|
|
257238
257328
|
|
|
257329
|
+
declare class MCPStreamsEndpoint {
|
|
257330
|
+
private readonly requestExecutor;
|
|
257331
|
+
constructor(requestExecutor: RequestExecutor);
|
|
257332
|
+
getById(streamId: string): Promise<{
|
|
257333
|
+
stream: {
|
|
257334
|
+
id: string;
|
|
257335
|
+
projectFeatureId?: string | undefined;
|
|
257336
|
+
projectDocumentId?: string | undefined;
|
|
257337
|
+
};
|
|
257338
|
+
}>;
|
|
257339
|
+
getForUser(): Promise<{
|
|
257340
|
+
stream: {
|
|
257341
|
+
id: string;
|
|
257342
|
+
projectFeatureId?: string | undefined;
|
|
257343
|
+
projectDocumentId?: string | undefined;
|
|
257344
|
+
};
|
|
257345
|
+
}>;
|
|
257346
|
+
updateForUser(body: DTOMCPStreamUpdateInput): Promise<{
|
|
257347
|
+
stream: {
|
|
257348
|
+
id: string;
|
|
257349
|
+
projectFeatureId?: string | undefined;
|
|
257350
|
+
projectDocumentId?: string | undefined;
|
|
257351
|
+
};
|
|
257352
|
+
}>;
|
|
257353
|
+
}
|
|
257354
|
+
|
|
257239
257355
|
declare class WorkspaceChatThreadsEndpoint {
|
|
257240
257356
|
private readonly requestExecutor;
|
|
257241
257357
|
readonly messages: ChatThreadMessagesEndpoint;
|
|
@@ -257483,6 +257599,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
257483
257599
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
257484
257600
|
};
|
|
257485
257601
|
aiFeaturesEnabled: boolean;
|
|
257602
|
+
projectsEnabled: boolean;
|
|
257486
257603
|
aiAskFeaturesEnabled: boolean;
|
|
257487
257604
|
npmRegistry?: {
|
|
257488
257605
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -257623,6 +257740,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
257623
257740
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
257624
257741
|
};
|
|
257625
257742
|
aiFeaturesEnabled: boolean;
|
|
257743
|
+
projectsEnabled: boolean;
|
|
257626
257744
|
aiAskFeaturesEnabled: boolean;
|
|
257627
257745
|
npmRegistry?: {
|
|
257628
257746
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -257701,6 +257819,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
257701
257819
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
257702
257820
|
};
|
|
257703
257821
|
aiFeaturesEnabled: boolean;
|
|
257822
|
+
projectsEnabled: boolean;
|
|
257704
257823
|
aiAskFeaturesEnabled: boolean;
|
|
257705
257824
|
npmRegistry?: {
|
|
257706
257825
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -258070,6 +258189,7 @@ declare class WorkspacesEndpoint {
|
|
|
258070
258189
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
258071
258190
|
};
|
|
258072
258191
|
aiFeaturesEnabled: boolean;
|
|
258192
|
+
projectsEnabled: boolean;
|
|
258073
258193
|
aiAskFeaturesEnabled: boolean;
|
|
258074
258194
|
npmRegistry?: {
|
|
258075
258195
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -258148,6 +258268,7 @@ declare class WorkspacesEndpoint {
|
|
|
258148
258268
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
258149
258269
|
};
|
|
258150
258270
|
aiFeaturesEnabled: boolean;
|
|
258271
|
+
projectsEnabled: boolean;
|
|
258151
258272
|
aiAskFeaturesEnabled: boolean;
|
|
258152
258273
|
npmRegistry?: {
|
|
258153
258274
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -258230,6 +258351,7 @@ declare class WorkspacesEndpoint {
|
|
|
258230
258351
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
258231
258352
|
};
|
|
258232
258353
|
aiFeaturesEnabled: boolean;
|
|
258354
|
+
projectsEnabled: boolean;
|
|
258233
258355
|
aiAskFeaturesEnabled: boolean;
|
|
258234
258356
|
npmRegistry?: {
|
|
258235
258357
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -258364,6 +258486,7 @@ declare class WorkspacesEndpoint {
|
|
|
258364
258486
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
258365
258487
|
};
|
|
258366
258488
|
aiFeaturesEnabled: boolean;
|
|
258489
|
+
projectsEnabled: boolean;
|
|
258367
258490
|
aiAskFeaturesEnabled: boolean;
|
|
258368
258491
|
npmRegistry?: {
|
|
258369
258492
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -258663,6 +258786,7 @@ declare class UsersEndpoint {
|
|
|
258663
258786
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
258664
258787
|
};
|
|
258665
258788
|
aiFeaturesEnabled: boolean;
|
|
258789
|
+
projectsEnabled: boolean;
|
|
258666
258790
|
aiAskFeaturesEnabled: boolean;
|
|
258667
258791
|
npmRegistry?: {
|
|
258668
258792
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
@@ -258802,6 +258926,7 @@ declare class SupernovaApiClient {
|
|
|
258802
258926
|
readonly forge: ForgeEndpoint;
|
|
258803
258927
|
readonly files: FilesEndpoint;
|
|
258804
258928
|
readonly threads: ThreadsEndpoint;
|
|
258929
|
+
readonly mcpStreams: MCPStreamsEndpoint;
|
|
258805
258930
|
constructor(config: SupernovaApiClientConfig);
|
|
258806
258931
|
}
|
|
258807
258932
|
|
|
@@ -261600,4 +261725,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
261600
261725
|
reason: ValidationErrorReason | undefined;
|
|
261601
261726
|
};
|
|
261602
261727
|
|
|
261603
|
-
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, DTOFeatureUpdateThemeInput, 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, DTOForgeEntity, 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, DTOSandboxError, 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, DTOThreadMessageRetryInput, 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 };
|
|
261728
|
+
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, DTOFeatureUpdateThemeInput, 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, DTOForgeEntity, 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, DTOMCPStream, DTOMCPStreamResponse, DTOMCPStreamUpdateInput, 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, DTOSandboxError, 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, DTOThreadMessageRetryInput, 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, MCPStreamsEndpoint, 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 };
|