@supernova-studio/client 1.11.3 → 1.12.1
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 +261 -186
- package/dist/index.d.ts +261 -186
- package/dist/index.js +74 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1800 -1748
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -78203,14 +78203,20 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
78203
78203
|
id: z__default.ZodString;
|
|
78204
78204
|
name: z__default.ZodString;
|
|
78205
78205
|
description: z__default.ZodString;
|
|
78206
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78207
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78206
78208
|
}, "strip", z__default.ZodTypeAny, {
|
|
78207
78209
|
id: string;
|
|
78208
78210
|
name: string;
|
|
78209
78211
|
description: string;
|
|
78212
|
+
sectionId?: string | undefined;
|
|
78213
|
+
afterFeatureId?: string | null | undefined;
|
|
78210
78214
|
}, {
|
|
78211
78215
|
id: string;
|
|
78212
78216
|
name: string;
|
|
78213
78217
|
description: string;
|
|
78218
|
+
sectionId?: string | undefined;
|
|
78219
|
+
afterFeatureId?: string | null | undefined;
|
|
78214
78220
|
}>;
|
|
78215
78221
|
}, "strip", z__default.ZodTypeAny, {
|
|
78216
78222
|
type: "FeatureCreate";
|
|
@@ -78218,6 +78224,8 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
78218
78224
|
id: string;
|
|
78219
78225
|
name: string;
|
|
78220
78226
|
description: string;
|
|
78227
|
+
sectionId?: string | undefined;
|
|
78228
|
+
afterFeatureId?: string | null | undefined;
|
|
78221
78229
|
};
|
|
78222
78230
|
}, {
|
|
78223
78231
|
type: "FeatureCreate";
|
|
@@ -78225,6 +78233,8 @@ declare const DTOForgeProjectActionFeatureCreate: z__default.ZodObject<{
|
|
|
78225
78233
|
id: string;
|
|
78226
78234
|
name: string;
|
|
78227
78235
|
description: string;
|
|
78236
|
+
sectionId?: string | undefined;
|
|
78237
|
+
afterFeatureId?: string | null | undefined;
|
|
78228
78238
|
};
|
|
78229
78239
|
}>;
|
|
78230
78240
|
type DTOForgeProjectActionFeatureCreate = z__default.infer<typeof DTOForgeProjectActionFeatureCreate>;
|
|
@@ -78234,14 +78244,20 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
|
|
|
78234
78244
|
id: z__default.ZodString;
|
|
78235
78245
|
name: z__default.ZodString;
|
|
78236
78246
|
description: z__default.ZodString;
|
|
78247
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78248
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78237
78249
|
}, "strip", z__default.ZodTypeAny, {
|
|
78238
78250
|
id: string;
|
|
78239
78251
|
name: string;
|
|
78240
78252
|
description: string;
|
|
78253
|
+
sectionId?: string | undefined;
|
|
78254
|
+
afterFeatureId?: string | null | undefined;
|
|
78241
78255
|
}, {
|
|
78242
78256
|
id: string;
|
|
78243
78257
|
name: string;
|
|
78244
78258
|
description: string;
|
|
78259
|
+
sectionId?: string | undefined;
|
|
78260
|
+
afterFeatureId?: string | null | undefined;
|
|
78245
78261
|
}>;
|
|
78246
78262
|
}, "strip", z__default.ZodTypeAny, {
|
|
78247
78263
|
type: "FeatureUpdate";
|
|
@@ -78249,6 +78265,8 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
|
|
|
78249
78265
|
id: string;
|
|
78250
78266
|
name: string;
|
|
78251
78267
|
description: string;
|
|
78268
|
+
sectionId?: string | undefined;
|
|
78269
|
+
afterFeatureId?: string | null | undefined;
|
|
78252
78270
|
};
|
|
78253
78271
|
}, {
|
|
78254
78272
|
type: "FeatureUpdate";
|
|
@@ -78256,6 +78274,8 @@ declare const DTOForgeProjectActionFeatureUpdate: z__default.ZodObject<{
|
|
|
78256
78274
|
id: string;
|
|
78257
78275
|
name: string;
|
|
78258
78276
|
description: string;
|
|
78277
|
+
sectionId?: string | undefined;
|
|
78278
|
+
afterFeatureId?: string | null | undefined;
|
|
78259
78279
|
};
|
|
78260
78280
|
}>;
|
|
78261
78281
|
type DTOForgeProjectActionFeatureUpdate = z__default.infer<typeof DTOForgeProjectActionFeatureUpdate>;
|
|
@@ -78399,14 +78419,20 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78399
78419
|
id: z__default.ZodString;
|
|
78400
78420
|
name: z__default.ZodString;
|
|
78401
78421
|
description: z__default.ZodString;
|
|
78422
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78423
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78402
78424
|
}, "strip", z__default.ZodTypeAny, {
|
|
78403
78425
|
id: string;
|
|
78404
78426
|
name: string;
|
|
78405
78427
|
description: string;
|
|
78428
|
+
sectionId?: string | undefined;
|
|
78429
|
+
afterFeatureId?: string | null | undefined;
|
|
78406
78430
|
}, {
|
|
78407
78431
|
id: string;
|
|
78408
78432
|
name: string;
|
|
78409
78433
|
description: string;
|
|
78434
|
+
sectionId?: string | undefined;
|
|
78435
|
+
afterFeatureId?: string | null | undefined;
|
|
78410
78436
|
}>;
|
|
78411
78437
|
}, "strip", z__default.ZodTypeAny, {
|
|
78412
78438
|
type: "FeatureCreate";
|
|
@@ -78414,6 +78440,8 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78414
78440
|
id: string;
|
|
78415
78441
|
name: string;
|
|
78416
78442
|
description: string;
|
|
78443
|
+
sectionId?: string | undefined;
|
|
78444
|
+
afterFeatureId?: string | null | undefined;
|
|
78417
78445
|
};
|
|
78418
78446
|
}, {
|
|
78419
78447
|
type: "FeatureCreate";
|
|
@@ -78421,6 +78449,8 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78421
78449
|
id: string;
|
|
78422
78450
|
name: string;
|
|
78423
78451
|
description: string;
|
|
78452
|
+
sectionId?: string | undefined;
|
|
78453
|
+
afterFeatureId?: string | null | undefined;
|
|
78424
78454
|
};
|
|
78425
78455
|
}>, z__default.ZodObject<{
|
|
78426
78456
|
type: z__default.ZodLiteral<"FeatureUpdate">;
|
|
@@ -78428,14 +78458,20 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78428
78458
|
id: z__default.ZodString;
|
|
78429
78459
|
name: z__default.ZodString;
|
|
78430
78460
|
description: z__default.ZodString;
|
|
78461
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
78462
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
78431
78463
|
}, "strip", z__default.ZodTypeAny, {
|
|
78432
78464
|
id: string;
|
|
78433
78465
|
name: string;
|
|
78434
78466
|
description: string;
|
|
78467
|
+
sectionId?: string | undefined;
|
|
78468
|
+
afterFeatureId?: string | null | undefined;
|
|
78435
78469
|
}, {
|
|
78436
78470
|
id: string;
|
|
78437
78471
|
name: string;
|
|
78438
78472
|
description: string;
|
|
78473
|
+
sectionId?: string | undefined;
|
|
78474
|
+
afterFeatureId?: string | null | undefined;
|
|
78439
78475
|
}>;
|
|
78440
78476
|
}, "strip", z__default.ZodTypeAny, {
|
|
78441
78477
|
type: "FeatureUpdate";
|
|
@@ -78443,6 +78479,8 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78443
78479
|
id: string;
|
|
78444
78480
|
name: string;
|
|
78445
78481
|
description: string;
|
|
78482
|
+
sectionId?: string | undefined;
|
|
78483
|
+
afterFeatureId?: string | null | undefined;
|
|
78446
78484
|
};
|
|
78447
78485
|
}, {
|
|
78448
78486
|
type: "FeatureUpdate";
|
|
@@ -78450,6 +78488,8 @@ declare const DTOForgeProjectAction: z__default.ZodDiscriminatedUnion<"type", [z
|
|
|
78450
78488
|
id: string;
|
|
78451
78489
|
name: string;
|
|
78452
78490
|
description: string;
|
|
78491
|
+
sectionId?: string | undefined;
|
|
78492
|
+
afterFeatureId?: string | null | undefined;
|
|
78453
78493
|
};
|
|
78454
78494
|
}>, z__default.ZodObject<{
|
|
78455
78495
|
type: z__default.ZodLiteral<"FeatureDelete">;
|
|
@@ -79361,9 +79401,19 @@ declare const DTOCreateForgeProjectContext: z$1.ZodObject<Pick<{
|
|
|
79361
79401
|
}>;
|
|
79362
79402
|
type DTOCreateForgeProjectContext = z$1.infer<typeof DTOCreateForgeProjectContext>;
|
|
79363
79403
|
declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
79364
|
-
|
|
79365
|
-
|
|
79366
|
-
|
|
79404
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
79405
|
+
meta: z$1.ZodOptional<z$1.ZodObject<{
|
|
79406
|
+
name: z$1.ZodString;
|
|
79407
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
79408
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
79409
|
+
name: string;
|
|
79410
|
+
description?: string | undefined;
|
|
79411
|
+
}, {
|
|
79412
|
+
name: string;
|
|
79413
|
+
description?: string | undefined;
|
|
79414
|
+
}>>;
|
|
79415
|
+
designSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
79416
|
+
dependencies: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
79367
79417
|
packageName: z$1.ZodString;
|
|
79368
79418
|
type: z$1.ZodLiteral<"npm">;
|
|
79369
79419
|
version: z$1.ZodDefault<z$1.ZodString>;
|
|
@@ -79375,180 +79425,112 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79375
79425
|
type: "npm";
|
|
79376
79426
|
packageName: string;
|
|
79377
79427
|
version?: string | undefined;
|
|
79378
|
-
}>, "many"
|
|
79379
|
-
|
|
79380
|
-
|
|
79381
|
-
|
|
79382
|
-
|
|
79428
|
+
}>, "many">>;
|
|
79429
|
+
definition: z$1.ZodOptional<z$1.ZodString>;
|
|
79430
|
+
platform: z$1.ZodOptional<z$1.ZodEnum<["React", "Vue", "Angular"]>>;
|
|
79431
|
+
styling: z$1.ZodOptional<z$1.ZodEnum<["CSS", "Tailwind"]>>;
|
|
79432
|
+
tailwindConfig: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
79433
|
+
content: z$1.ZodString;
|
|
79434
|
+
version: z$1.ZodString;
|
|
79383
79435
|
}, "strip", z$1.ZodTypeAny, {
|
|
79384
|
-
|
|
79385
|
-
|
|
79436
|
+
version: string;
|
|
79437
|
+
content: string;
|
|
79386
79438
|
}, {
|
|
79387
|
-
|
|
79388
|
-
|
|
79389
|
-
}
|
|
79390
|
-
|
|
79391
|
-
npmProxySettings: z$1.ZodIntersection<z$1.ZodObject<{
|
|
79439
|
+
version: string;
|
|
79440
|
+
content: string;
|
|
79441
|
+
}>>>;
|
|
79442
|
+
npmProxySettings: z$1.ZodOptional<z$1.ZodObject<{
|
|
79392
79443
|
registryType: z$1.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
|
|
79393
|
-
|
|
79444
|
+
registryUrl: z$1.ZodString;
|
|
79394
79445
|
customRegistryUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
79395
|
-
|
|
79396
|
-
|
|
79397
|
-
|
|
79446
|
+
proxyUrl: z$1.ZodString;
|
|
79447
|
+
authType: z$1.ZodEnum<["Basic", "Bearer", "None", "Custom"]>;
|
|
79448
|
+
accessToken: z$1.ZodOptional<z$1.ZodLiteral<string>>;
|
|
79449
|
+
username: z$1.ZodOptional<z$1.ZodString>;
|
|
79450
|
+
password: z$1.ZodOptional<z$1.ZodLiteral<string>>;
|
|
79451
|
+
enabledScopes: z$1.ZodArray<z$1.ZodString, "many">;
|
|
79452
|
+
bypassProxy: z$1.ZodBoolean;
|
|
79398
79453
|
}, "strip", z$1.ZodTypeAny, {
|
|
79399
79454
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79455
|
+
registryUrl: string;
|
|
79456
|
+
proxyUrl: string;
|
|
79457
|
+
authType: "Custom" | "Basic" | "Bearer" | "None";
|
|
79400
79458
|
enabledScopes: string[];
|
|
79401
79459
|
bypassProxy: boolean;
|
|
79460
|
+
accessToken?: string | undefined;
|
|
79461
|
+
username?: string | undefined;
|
|
79402
79462
|
customRegistryUrl?: string | undefined;
|
|
79403
|
-
|
|
79404
|
-
npmProxyVersion?: number | undefined;
|
|
79463
|
+
password?: string | undefined;
|
|
79405
79464
|
}, {
|
|
79406
79465
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79466
|
+
registryUrl: string;
|
|
79467
|
+
proxyUrl: string;
|
|
79468
|
+
authType: "Custom" | "Basic" | "Bearer" | "None";
|
|
79407
79469
|
enabledScopes: string[];
|
|
79470
|
+
bypassProxy: boolean;
|
|
79471
|
+
accessToken?: string | undefined;
|
|
79472
|
+
username?: string | undefined;
|
|
79408
79473
|
customRegistryUrl?: string | undefined;
|
|
79409
|
-
|
|
79410
|
-
npmProxyRegistryConfigId?: string | undefined;
|
|
79411
|
-
npmProxyVersion?: number | undefined;
|
|
79412
|
-
}>, z$1.ZodDiscriminatedUnion<"authType", [z$1.ZodObject<{
|
|
79413
|
-
authType: z$1.ZodLiteral<"Basic">;
|
|
79414
|
-
username: z$1.ZodString;
|
|
79415
|
-
password: z$1.ZodString;
|
|
79416
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
79417
|
-
password: string;
|
|
79418
|
-
username: string;
|
|
79419
|
-
authType: "Basic";
|
|
79420
|
-
}, {
|
|
79421
|
-
password: string;
|
|
79422
|
-
username: string;
|
|
79423
|
-
authType: "Basic";
|
|
79424
|
-
}>, z$1.ZodObject<{
|
|
79425
|
-
authType: z$1.ZodLiteral<"Bearer">;
|
|
79426
|
-
accessToken: z$1.ZodString;
|
|
79427
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
79428
|
-
accessToken: string;
|
|
79429
|
-
authType: "Bearer";
|
|
79430
|
-
}, {
|
|
79431
|
-
accessToken: string;
|
|
79432
|
-
authType: "Bearer";
|
|
79433
|
-
}>, z$1.ZodObject<{
|
|
79434
|
-
authType: z$1.ZodLiteral<"None">;
|
|
79435
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
79436
|
-
authType: "None";
|
|
79437
|
-
}, {
|
|
79438
|
-
authType: "None";
|
|
79439
|
-
}>, z$1.ZodObject<{
|
|
79440
|
-
authType: z$1.ZodLiteral<"Custom">;
|
|
79441
|
-
authHeaderName: z$1.ZodString;
|
|
79442
|
-
authHeaderValue: z$1.ZodString;
|
|
79443
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
79444
|
-
authType: "Custom";
|
|
79445
|
-
authHeaderName: string;
|
|
79446
|
-
authHeaderValue: string;
|
|
79447
|
-
}, {
|
|
79448
|
-
authType: "Custom";
|
|
79449
|
-
authHeaderName: string;
|
|
79450
|
-
authHeaderValue: string;
|
|
79451
|
-
}>]>>;
|
|
79452
|
-
platform: z$1.ZodEnum<["React", "Vue", "Angular"]>;
|
|
79453
|
-
styling: z$1.ZodEnum<["CSS", "Tailwind"]>;
|
|
79454
|
-
tailwindConfig: z$1.ZodOptional<z$1.ZodObject<{
|
|
79455
|
-
content: z$1.ZodString;
|
|
79456
|
-
version: z$1.ZodString;
|
|
79457
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
79458
|
-
version: string;
|
|
79459
|
-
content: string;
|
|
79460
|
-
}, {
|
|
79461
|
-
version: string;
|
|
79462
|
-
content: string;
|
|
79474
|
+
password?: string | undefined;
|
|
79463
79475
|
}>>;
|
|
79464
|
-
updatedAt: z$1.ZodDate;
|
|
79465
|
-
workspaceId: z$1.ZodString;
|
|
79466
|
-
} & {
|
|
79467
|
-
id: z$1.ZodString;
|
|
79468
79476
|
}, "strip", z$1.ZodTypeAny, {
|
|
79469
|
-
|
|
79470
|
-
|
|
79471
|
-
name: string;
|
|
79472
|
-
meta: {
|
|
79477
|
+
name?: string | undefined;
|
|
79478
|
+
meta?: {
|
|
79473
79479
|
name: string;
|
|
79474
79480
|
description?: string | undefined;
|
|
79475
|
-
};
|
|
79476
|
-
designSystemId
|
|
79477
|
-
dependencies
|
|
79481
|
+
} | undefined;
|
|
79482
|
+
designSystemId?: string | undefined;
|
|
79483
|
+
dependencies?: {
|
|
79478
79484
|
type: "npm";
|
|
79479
79485
|
version: string;
|
|
79480
79486
|
packageName: string;
|
|
79481
|
-
}[];
|
|
79482
|
-
|
|
79483
|
-
|
|
79484
|
-
definition: string;
|
|
79485
|
-
npmProxySettings: {
|
|
79487
|
+
}[] | undefined;
|
|
79488
|
+
definition?: string | undefined;
|
|
79489
|
+
npmProxySettings?: {
|
|
79486
79490
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79491
|
+
registryUrl: string;
|
|
79492
|
+
proxyUrl: string;
|
|
79493
|
+
authType: "Custom" | "Basic" | "Bearer" | "None";
|
|
79487
79494
|
enabledScopes: string[];
|
|
79488
79495
|
bypassProxy: boolean;
|
|
79496
|
+
accessToken?: string | undefined;
|
|
79497
|
+
username?: string | undefined;
|
|
79489
79498
|
customRegistryUrl?: string | undefined;
|
|
79490
|
-
|
|
79491
|
-
|
|
79492
|
-
|
|
79493
|
-
|
|
79494
|
-
username: string;
|
|
79495
|
-
authType: "Basic";
|
|
79496
|
-
} | {
|
|
79497
|
-
accessToken: string;
|
|
79498
|
-
authType: "Bearer";
|
|
79499
|
-
} | {
|
|
79500
|
-
authType: "None";
|
|
79501
|
-
} | {
|
|
79502
|
-
authType: "Custom";
|
|
79503
|
-
authHeaderName: string;
|
|
79504
|
-
authHeaderValue: string;
|
|
79505
|
-
});
|
|
79506
|
-
platform: "Angular" | "Vue" | "React";
|
|
79507
|
-
styling: "CSS" | "Tailwind";
|
|
79499
|
+
password?: string | undefined;
|
|
79500
|
+
} | undefined;
|
|
79501
|
+
platform?: "Angular" | "Vue" | "React" | undefined;
|
|
79502
|
+
styling?: "CSS" | "Tailwind" | undefined;
|
|
79508
79503
|
tailwindConfig?: {
|
|
79509
79504
|
version: string;
|
|
79510
79505
|
content: string;
|
|
79511
79506
|
} | undefined;
|
|
79512
79507
|
}, {
|
|
79513
|
-
|
|
79514
|
-
|
|
79515
|
-
name: string;
|
|
79516
|
-
meta: {
|
|
79508
|
+
name?: string | undefined;
|
|
79509
|
+
meta?: {
|
|
79517
79510
|
name: string;
|
|
79518
79511
|
description?: string | undefined;
|
|
79519
|
-
};
|
|
79520
|
-
designSystemId
|
|
79521
|
-
dependencies
|
|
79512
|
+
} | undefined;
|
|
79513
|
+
designSystemId?: string | undefined;
|
|
79514
|
+
dependencies?: {
|
|
79522
79515
|
type: "npm";
|
|
79523
79516
|
packageName: string;
|
|
79524
79517
|
version?: string | undefined;
|
|
79525
|
-
}[];
|
|
79526
|
-
|
|
79527
|
-
|
|
79528
|
-
definition: string;
|
|
79529
|
-
npmProxySettings: {
|
|
79518
|
+
}[] | undefined;
|
|
79519
|
+
definition?: string | undefined;
|
|
79520
|
+
npmProxySettings?: {
|
|
79530
79521
|
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
79522
|
+
registryUrl: string;
|
|
79523
|
+
proxyUrl: string;
|
|
79524
|
+
authType: "Custom" | "Basic" | "Bearer" | "None";
|
|
79531
79525
|
enabledScopes: string[];
|
|
79526
|
+
bypassProxy: boolean;
|
|
79527
|
+
accessToken?: string | undefined;
|
|
79528
|
+
username?: string | undefined;
|
|
79532
79529
|
customRegistryUrl?: string | undefined;
|
|
79533
|
-
|
|
79534
|
-
|
|
79535
|
-
|
|
79536
|
-
|
|
79537
|
-
password: string;
|
|
79538
|
-
username: string;
|
|
79539
|
-
authType: "Basic";
|
|
79540
|
-
} | {
|
|
79541
|
-
accessToken: string;
|
|
79542
|
-
authType: "Bearer";
|
|
79543
|
-
} | {
|
|
79544
|
-
authType: "None";
|
|
79545
|
-
} | {
|
|
79546
|
-
authType: "Custom";
|
|
79547
|
-
authHeaderName: string;
|
|
79548
|
-
authHeaderValue: string;
|
|
79549
|
-
});
|
|
79550
|
-
platform: "Angular" | "Vue" | "React";
|
|
79551
|
-
styling: "CSS" | "Tailwind";
|
|
79530
|
+
password?: string | undefined;
|
|
79531
|
+
} | undefined;
|
|
79532
|
+
platform?: "Angular" | "Vue" | "React" | undefined;
|
|
79533
|
+
styling?: "CSS" | "Tailwind" | undefined;
|
|
79552
79534
|
tailwindConfig?: {
|
|
79553
79535
|
version: string;
|
|
79554
79536
|
content: string;
|
|
@@ -79556,7 +79538,7 @@ declare const DTOUpdateForgeProjectContext: z$1.ZodObject<{
|
|
|
79556
79538
|
}>;
|
|
79557
79539
|
type DTOUpdateForgeProjectContext = z$1.infer<typeof DTOUpdateForgeProjectContext>;
|
|
79558
79540
|
declare const DTOForgeProjectContextGetResponse: z$1.ZodObject<{
|
|
79559
|
-
context: z$1.
|
|
79541
|
+
context: z$1.ZodObject<{
|
|
79560
79542
|
createdAt: z$1.ZodDate;
|
|
79561
79543
|
definition: z$1.ZodString;
|
|
79562
79544
|
dependencies: z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -79748,7 +79730,7 @@ declare const DTOForgeProjectContextGetResponse: z$1.ZodObject<{
|
|
|
79748
79730
|
version: string;
|
|
79749
79731
|
content: string;
|
|
79750
79732
|
} | undefined;
|
|
79751
|
-
}
|
|
79733
|
+
}>;
|
|
79752
79734
|
}, "strip", z$1.ZodTypeAny, {
|
|
79753
79735
|
context: {
|
|
79754
79736
|
id: string;
|
|
@@ -79794,7 +79776,7 @@ declare const DTOForgeProjectContextGetResponse: z$1.ZodObject<{
|
|
|
79794
79776
|
version: string;
|
|
79795
79777
|
content: string;
|
|
79796
79778
|
} | undefined;
|
|
79797
|
-
}
|
|
79779
|
+
};
|
|
79798
79780
|
}, {
|
|
79799
79781
|
context: {
|
|
79800
79782
|
id: string;
|
|
@@ -79840,7 +79822,7 @@ declare const DTOForgeProjectContextGetResponse: z$1.ZodObject<{
|
|
|
79840
79822
|
version: string;
|
|
79841
79823
|
content: string;
|
|
79842
79824
|
} | undefined;
|
|
79843
|
-
}
|
|
79825
|
+
};
|
|
79844
79826
|
}>;
|
|
79845
79827
|
type DTOForgeProjectContextGetResponse = z$1.infer<typeof DTOForgeProjectContextGetResponse>;
|
|
79846
79828
|
declare const DTOForgeProjectContextListResponse: z$1.ZodObject<{
|
|
@@ -80420,7 +80402,7 @@ declare const DTOForgeProjectContextCreateResponse: z$1.ZodObject<{
|
|
|
80420
80402
|
}>;
|
|
80421
80403
|
type DTOForgeProjectContextCreateResponse = z$1.infer<typeof DTOForgeProjectContextCreateResponse>;
|
|
80422
80404
|
declare const DTOForgeProjectContextUpdateResponse: z$1.ZodObject<{
|
|
80423
|
-
context: z$1.
|
|
80405
|
+
context: z$1.ZodObject<{
|
|
80424
80406
|
createdAt: z$1.ZodDate;
|
|
80425
80407
|
definition: z$1.ZodString;
|
|
80426
80408
|
dependencies: z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -80612,7 +80594,7 @@ declare const DTOForgeProjectContextUpdateResponse: z$1.ZodObject<{
|
|
|
80612
80594
|
version: string;
|
|
80613
80595
|
content: string;
|
|
80614
80596
|
} | undefined;
|
|
80615
|
-
}
|
|
80597
|
+
}>;
|
|
80616
80598
|
}, "strip", z$1.ZodTypeAny, {
|
|
80617
80599
|
context: {
|
|
80618
80600
|
id: string;
|
|
@@ -80658,7 +80640,7 @@ declare const DTOForgeProjectContextUpdateResponse: z$1.ZodObject<{
|
|
|
80658
80640
|
version: string;
|
|
80659
80641
|
content: string;
|
|
80660
80642
|
} | undefined;
|
|
80661
|
-
}
|
|
80643
|
+
};
|
|
80662
80644
|
}, {
|
|
80663
80645
|
context: {
|
|
80664
80646
|
id: string;
|
|
@@ -80704,7 +80686,7 @@ declare const DTOForgeProjectContextUpdateResponse: z$1.ZodObject<{
|
|
|
80704
80686
|
version: string;
|
|
80705
80687
|
content: string;
|
|
80706
80688
|
} | undefined;
|
|
80707
|
-
}
|
|
80689
|
+
};
|
|
80708
80690
|
}>;
|
|
80709
80691
|
type DTOForgeProjectContextUpdateResponse = z$1.infer<typeof DTOForgeProjectContextUpdateResponse>;
|
|
80710
80692
|
declare const DTOForgeProjectContextRemoveResponse: z$1.ZodObject<{
|
|
@@ -80716,53 +80698,65 @@ declare const DTOForgeProjectContextRemoveResponse: z$1.ZodObject<{
|
|
|
80716
80698
|
}>;
|
|
80717
80699
|
type DTOForgeProjectContextRemoveResponse = z$1.infer<typeof DTOForgeProjectContextRemoveResponse>;
|
|
80718
80700
|
|
|
80719
|
-
declare const DTOForgeProjectFeature: z__default.ZodObject<{
|
|
80701
|
+
declare const DTOForgeProjectFeature: z__default.ZodObject<Pick<{
|
|
80702
|
+
createdAt: z__default.ZodDate;
|
|
80703
|
+
createdByUserId: z__default.ZodOptional<z__default.ZodString>;
|
|
80704
|
+
description: z__default.ZodString;
|
|
80720
80705
|
id: z__default.ZodString;
|
|
80706
|
+
isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
80721
80707
|
name: z__default.ZodString;
|
|
80722
|
-
|
|
80723
|
-
|
|
80724
|
-
|
|
80708
|
+
projectId: z__default.ZodString;
|
|
80709
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80710
|
+
sortOrder: z__default.ZodNumber;
|
|
80711
|
+
updatedAt: z__default.ZodOptional<z__default.ZodDate>;
|
|
80712
|
+
}, "id" | "name" | "description" | "isArchived">, "strip", z__default.ZodTypeAny, {
|
|
80725
80713
|
id: string;
|
|
80726
80714
|
name: string;
|
|
80727
80715
|
description: string;
|
|
80728
|
-
isArchived
|
|
80716
|
+
isArchived?: boolean | undefined;
|
|
80729
80717
|
}, {
|
|
80730
80718
|
id: string;
|
|
80731
80719
|
name: string;
|
|
80732
80720
|
description: string;
|
|
80733
|
-
isArchived
|
|
80721
|
+
isArchived?: boolean | undefined;
|
|
80734
80722
|
}>;
|
|
80735
80723
|
type DTOForgeProjectFeature = z__default.infer<typeof DTOForgeProjectFeature>;
|
|
80736
80724
|
declare const DTOForgeProjectFeatureListResponse: z__default.ZodObject<{
|
|
80737
|
-
features: z__default.ZodArray<z__default.ZodObject<{
|
|
80725
|
+
features: z__default.ZodArray<z__default.ZodObject<Pick<{
|
|
80726
|
+
createdAt: z__default.ZodDate;
|
|
80727
|
+
createdByUserId: z__default.ZodOptional<z__default.ZodString>;
|
|
80728
|
+
description: z__default.ZodString;
|
|
80738
80729
|
id: z__default.ZodString;
|
|
80730
|
+
isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
80739
80731
|
name: z__default.ZodString;
|
|
80740
|
-
|
|
80741
|
-
|
|
80742
|
-
|
|
80732
|
+
projectId: z__default.ZodString;
|
|
80733
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80734
|
+
sortOrder: z__default.ZodNumber;
|
|
80735
|
+
updatedAt: z__default.ZodOptional<z__default.ZodDate>;
|
|
80736
|
+
}, "id" | "name" | "description" | "isArchived">, "strip", z__default.ZodTypeAny, {
|
|
80743
80737
|
id: string;
|
|
80744
80738
|
name: string;
|
|
80745
80739
|
description: string;
|
|
80746
|
-
isArchived
|
|
80740
|
+
isArchived?: boolean | undefined;
|
|
80747
80741
|
}, {
|
|
80748
80742
|
id: string;
|
|
80749
80743
|
name: string;
|
|
80750
80744
|
description: string;
|
|
80751
|
-
isArchived
|
|
80745
|
+
isArchived?: boolean | undefined;
|
|
80752
80746
|
}>, "many">;
|
|
80753
80747
|
}, "strip", z__default.ZodTypeAny, {
|
|
80754
80748
|
features: {
|
|
80755
80749
|
id: string;
|
|
80756
80750
|
name: string;
|
|
80757
80751
|
description: string;
|
|
80758
|
-
isArchived
|
|
80752
|
+
isArchived?: boolean | undefined;
|
|
80759
80753
|
}[];
|
|
80760
80754
|
}, {
|
|
80761
80755
|
features: {
|
|
80762
80756
|
id: string;
|
|
80763
80757
|
name: string;
|
|
80764
80758
|
description: string;
|
|
80765
|
-
isArchived
|
|
80759
|
+
isArchived?: boolean | undefined;
|
|
80766
80760
|
}[];
|
|
80767
80761
|
}>;
|
|
80768
80762
|
type DTOForgeProjectFeatureListResponse = z__default.infer<typeof DTOForgeProjectFeatureListResponse>;
|
|
@@ -80770,14 +80764,20 @@ declare const DTOForgeProjectFeatureCreateInput: z__default.ZodObject<{
|
|
|
80770
80764
|
id: z__default.ZodString;
|
|
80771
80765
|
name: z__default.ZodString;
|
|
80772
80766
|
description: z__default.ZodString;
|
|
80767
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80768
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
80773
80769
|
}, "strip", z__default.ZodTypeAny, {
|
|
80774
80770
|
id: string;
|
|
80775
80771
|
name: string;
|
|
80776
80772
|
description: string;
|
|
80773
|
+
sectionId?: string | undefined;
|
|
80774
|
+
afterFeatureId?: string | null | undefined;
|
|
80777
80775
|
}, {
|
|
80778
80776
|
id: string;
|
|
80779
80777
|
name: string;
|
|
80780
80778
|
description: string;
|
|
80779
|
+
sectionId?: string | undefined;
|
|
80780
|
+
afterFeatureId?: string | null | undefined;
|
|
80781
80781
|
}>;
|
|
80782
80782
|
type DTOForgeProjectFeatureCreateInput = z__default.infer<typeof DTOForgeProjectFeatureCreateInput>;
|
|
80783
80783
|
declare const DTOForgeProjectFeatureUpdateInput: z__default.ZodObject<{
|
|
@@ -80805,6 +80805,59 @@ declare const DTOForgeProjectFeatureDeleteInput: z__default.ZodObject<{
|
|
|
80805
80805
|
id: string;
|
|
80806
80806
|
}>;
|
|
80807
80807
|
type DTOForgeProjectFeatureDeleteInput = z__default.infer<typeof DTOForgeProjectFeatureDeleteInput>;
|
|
80808
|
+
declare const DTOForgeProjectFeatureMoveInput: z__default.ZodObject<{
|
|
80809
|
+
id: z__default.ZodString;
|
|
80810
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80811
|
+
afterFeatureId: z__default.ZodOptional<z__default.ZodNullable<z__default.ZodString>>;
|
|
80812
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
80813
|
+
id: string;
|
|
80814
|
+
sectionId?: string | undefined;
|
|
80815
|
+
afterFeatureId?: string | null | undefined;
|
|
80816
|
+
}, {
|
|
80817
|
+
id: string;
|
|
80818
|
+
sectionId?: string | undefined;
|
|
80819
|
+
afterFeatureId?: string | null | undefined;
|
|
80820
|
+
}>;
|
|
80821
|
+
type DTOForgeProjectFeatureMoveInput = z__default.infer<typeof DTOForgeProjectFeatureMoveInput>;
|
|
80822
|
+
declare const DTOForgeProjectFeatureResponse: z__default.ZodObject<{
|
|
80823
|
+
feature: z__default.ZodObject<Pick<{
|
|
80824
|
+
createdAt: z__default.ZodDate;
|
|
80825
|
+
createdByUserId: z__default.ZodOptional<z__default.ZodString>;
|
|
80826
|
+
description: z__default.ZodString;
|
|
80827
|
+
id: z__default.ZodString;
|
|
80828
|
+
isArchived: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
80829
|
+
name: z__default.ZodString;
|
|
80830
|
+
projectId: z__default.ZodString;
|
|
80831
|
+
sectionId: z__default.ZodOptional<z__default.ZodString>;
|
|
80832
|
+
sortOrder: z__default.ZodNumber;
|
|
80833
|
+
updatedAt: z__default.ZodOptional<z__default.ZodDate>;
|
|
80834
|
+
}, "id" | "name" | "description" | "isArchived">, "strip", z__default.ZodTypeAny, {
|
|
80835
|
+
id: string;
|
|
80836
|
+
name: string;
|
|
80837
|
+
description: string;
|
|
80838
|
+
isArchived?: boolean | undefined;
|
|
80839
|
+
}, {
|
|
80840
|
+
id: string;
|
|
80841
|
+
name: string;
|
|
80842
|
+
description: string;
|
|
80843
|
+
isArchived?: boolean | undefined;
|
|
80844
|
+
}>;
|
|
80845
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
80846
|
+
feature: {
|
|
80847
|
+
id: string;
|
|
80848
|
+
name: string;
|
|
80849
|
+
description: string;
|
|
80850
|
+
isArchived?: boolean | undefined;
|
|
80851
|
+
};
|
|
80852
|
+
}, {
|
|
80853
|
+
feature: {
|
|
80854
|
+
id: string;
|
|
80855
|
+
name: string;
|
|
80856
|
+
description: string;
|
|
80857
|
+
isArchived?: boolean | undefined;
|
|
80858
|
+
};
|
|
80859
|
+
}>;
|
|
80860
|
+
type DTOForgeProjectFeatureResponse = z__default.infer<typeof DTOForgeProjectFeatureResponse>;
|
|
80808
80861
|
|
|
80809
80862
|
declare const DTOForgeProjectInvitation: z$1.ZodObject<{
|
|
80810
80863
|
email: z$1.ZodString;
|
|
@@ -120167,6 +120220,23 @@ declare const DTOUserProfileUpdate: z$1.ZodObject<Omit<{
|
|
|
120167
120220
|
}>;
|
|
120168
120221
|
type DTOUserProfileUpdate = z$1.infer<typeof DTOUserProfileUpdate>;
|
|
120169
120222
|
|
|
120223
|
+
declare const DTOBillingCreditsSpendInput: z__default.ZodObject<{
|
|
120224
|
+
amount: z__default.ZodNumber;
|
|
120225
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
120226
|
+
amount: number;
|
|
120227
|
+
}, {
|
|
120228
|
+
amount: number;
|
|
120229
|
+
}>;
|
|
120230
|
+
type DTOBillingCreditsSpendInput = z__default.infer<typeof DTOBillingCreditsSpendInput>;
|
|
120231
|
+
declare const DTOBillingCreditsSpendResponse: z__default.ZodObject<{
|
|
120232
|
+
hasSpentCredits: z__default.ZodBoolean;
|
|
120233
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
120234
|
+
hasSpentCredits: boolean;
|
|
120235
|
+
}, {
|
|
120236
|
+
hasSpentCredits: boolean;
|
|
120237
|
+
}>;
|
|
120238
|
+
type DTOBillingCreditsSpendResponse = z__default.infer<typeof DTOBillingCreditsSpendResponse>;
|
|
120239
|
+
|
|
120170
120240
|
declare const DTOGitOrganization: z$1.ZodObject<{
|
|
120171
120241
|
id: z$1.ZodString;
|
|
120172
120242
|
name: z$1.ZodString;
|
|
@@ -124174,12 +124244,12 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124174
124244
|
};
|
|
124175
124245
|
}>>;
|
|
124176
124246
|
}, "strip", z__default.ZodTypeAny, {
|
|
124247
|
+
amount: number;
|
|
124177
124248
|
product: "free" | "team" | "company" | "enterprise";
|
|
124178
124249
|
planPriceId: string;
|
|
124179
124250
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
124180
124251
|
seats: number;
|
|
124181
124252
|
seatLimit: number;
|
|
124182
|
-
amount: number;
|
|
124183
124253
|
isTrial: boolean;
|
|
124184
124254
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
124185
124255
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -124349,12 +124419,12 @@ declare const DTOSubscription: z__default.ZodObject<{
|
|
|
124349
124419
|
};
|
|
124350
124420
|
} | undefined;
|
|
124351
124421
|
}, {
|
|
124422
|
+
amount: number;
|
|
124352
124423
|
product: "free" | "team" | "company" | "enterprise";
|
|
124353
124424
|
planPriceId: string;
|
|
124354
124425
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
124355
124426
|
seats: number;
|
|
124356
124427
|
seatLimit: number;
|
|
124357
|
-
amount: number;
|
|
124358
124428
|
isTrial: boolean;
|
|
124359
124429
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
124360
124430
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -125219,12 +125289,12 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125219
125289
|
};
|
|
125220
125290
|
}>>;
|
|
125221
125291
|
}, "strip", z__default.ZodTypeAny, {
|
|
125292
|
+
amount: number;
|
|
125222
125293
|
product: "free" | "team" | "company" | "enterprise";
|
|
125223
125294
|
planPriceId: string;
|
|
125224
125295
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125225
125296
|
seats: number;
|
|
125226
125297
|
seatLimit: number;
|
|
125227
|
-
amount: number;
|
|
125228
125298
|
isTrial: boolean;
|
|
125229
125299
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125230
125300
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -125394,12 +125464,12 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125394
125464
|
};
|
|
125395
125465
|
} | undefined;
|
|
125396
125466
|
}, {
|
|
125467
|
+
amount: number;
|
|
125397
125468
|
product: "free" | "team" | "company" | "enterprise";
|
|
125398
125469
|
planPriceId: string;
|
|
125399
125470
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125400
125471
|
seats: number;
|
|
125401
125472
|
seatLimit: number;
|
|
125402
|
-
amount: number;
|
|
125403
125473
|
isTrial: boolean;
|
|
125404
125474
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125405
125475
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -125571,12 +125641,12 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125571
125641
|
}>;
|
|
125572
125642
|
}, "strip", z__default.ZodTypeAny, {
|
|
125573
125643
|
subscription: {
|
|
125644
|
+
amount: number;
|
|
125574
125645
|
product: "free" | "team" | "company" | "enterprise";
|
|
125575
125646
|
planPriceId: string;
|
|
125576
125647
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125577
125648
|
seats: number;
|
|
125578
125649
|
seatLimit: number;
|
|
125579
|
-
amount: number;
|
|
125580
125650
|
isTrial: boolean;
|
|
125581
125651
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125582
125652
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -125748,12 +125818,12 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
|
|
|
125748
125818
|
};
|
|
125749
125819
|
}, {
|
|
125750
125820
|
subscription: {
|
|
125821
|
+
amount: number;
|
|
125751
125822
|
product: "free" | "team" | "company" | "enterprise";
|
|
125752
125823
|
planPriceId: string;
|
|
125753
125824
|
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
125754
125825
|
seats: number;
|
|
125755
125826
|
seatLimit: number;
|
|
125756
|
-
amount: number;
|
|
125757
125827
|
isTrial: boolean;
|
|
125758
125828
|
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
125759
125829
|
stripeSubscriptionId?: string | undefined;
|
|
@@ -127000,23 +127070,6 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
127000
127070
|
}>;
|
|
127001
127071
|
type DTOWorkspaceResponse = z$1.infer<typeof DTOWorkspaceResponse>;
|
|
127002
127072
|
|
|
127003
|
-
declare const DTOBillingCreditsSpendInput: z__default.ZodObject<{
|
|
127004
|
-
amount: z__default.ZodNumber;
|
|
127005
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
127006
|
-
amount: number;
|
|
127007
|
-
}, {
|
|
127008
|
-
amount: number;
|
|
127009
|
-
}>;
|
|
127010
|
-
type DTOBillingCreditsSpendInput = z__default.infer<typeof DTOBillingCreditsSpendInput>;
|
|
127011
|
-
declare const DTOBillingCreditsSpendResponse: z__default.ZodObject<{
|
|
127012
|
-
hasSpentCredits: z__default.ZodBoolean;
|
|
127013
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
127014
|
-
hasSpentCredits: boolean;
|
|
127015
|
-
}, {
|
|
127016
|
-
hasSpentCredits: boolean;
|
|
127017
|
-
}>;
|
|
127018
|
-
type DTOBillingCreditsSpendResponse = z__default.infer<typeof DTOBillingCreditsSpendResponse>;
|
|
127019
|
-
|
|
127020
127073
|
type PageAnalyticsInput = {
|
|
127021
127074
|
pagePersistentId: string;
|
|
127022
127075
|
priorDataPoints: PublishedDocPageVisitsEntry[];
|
|
@@ -138052,6 +138105,27 @@ declare class ForgeArtifactsEndpoint {
|
|
|
138052
138105
|
}>;
|
|
138053
138106
|
}
|
|
138054
138107
|
|
|
138108
|
+
declare class ForgeFeaturesEndpoint {
|
|
138109
|
+
private readonly requestExecutor;
|
|
138110
|
+
constructor(requestExecutor: RequestExecutor);
|
|
138111
|
+
list(workspaceId: string, projectId: string): Promise<{
|
|
138112
|
+
features: {
|
|
138113
|
+
id: string;
|
|
138114
|
+
name: string;
|
|
138115
|
+
description: string;
|
|
138116
|
+
isArchived?: boolean | undefined;
|
|
138117
|
+
}[];
|
|
138118
|
+
}>;
|
|
138119
|
+
get(workspaceId: string, projectId: string, featureId: string): Promise<{
|
|
138120
|
+
feature: {
|
|
138121
|
+
id: string;
|
|
138122
|
+
name: string;
|
|
138123
|
+
description: string;
|
|
138124
|
+
isArchived?: boolean | undefined;
|
|
138125
|
+
};
|
|
138126
|
+
}>;
|
|
138127
|
+
}
|
|
138128
|
+
|
|
138055
138129
|
declare class ForgeProjectsEndpoint {
|
|
138056
138130
|
private readonly requestExecutor;
|
|
138057
138131
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -139298,6 +139372,7 @@ declare class ForgesEndpoint {
|
|
|
139298
139372
|
readonly projectMembers: ForgeProjectMembersEndpoint;
|
|
139299
139373
|
readonly projects: ForgeProjectsEndpoint;
|
|
139300
139374
|
readonly projectInvitations: ForgeProjectInvitationsEndpoint;
|
|
139375
|
+
readonly projectFeatures: ForgeFeaturesEndpoint;
|
|
139301
139376
|
constructor(requestExecutor: RequestExecutor);
|
|
139302
139377
|
}
|
|
139303
139378
|
|
|
@@ -142400,4 +142475,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
142400
142475
|
reason: ValidationErrorReason | undefined;
|
|
142401
142476
|
};
|
|
142402
142477
|
|
|
142403
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContextsEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|
|
142478
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureResponse, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectGetResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectsListResponse, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUGetForgeProjectResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeFeaturesEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContextsEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|