@supernova-studio/client 0.55.19 → 0.55.20
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 +435 -363
- package/dist/index.d.ts +435 -363
- package/dist/index.js +136 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +768 -674
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/client.ts +1 -1
- package/src/api/endpoints/{design-system-members.ts → design-system/design-system-members.ts} +2 -2
- package/src/api/endpoints/design-system/design-system-versions.ts +20 -0
- package/src/api/endpoints/{design-systems.ts → design-system/design-systems.ts} +4 -3
- package/src/api/endpoints/design-system/index.ts +4 -0
- package/src/api/endpoints/design-system/versions/brands.ts +17 -0
- package/src/api/endpoints/design-system/versions/index.ts +4 -0
- package/src/api/endpoints/design-system/versions/overrides.ts +17 -0
- package/src/api/endpoints/design-system/versions/themes.ts +24 -0
- package/src/api/endpoints/design-system/versions/tokens.ts +13 -0
- package/src/api/endpoints/index.ts +2 -6
- package/src/api/endpoints/users.ts +0 -1
- package/src/api/endpoints/workspaces/index.ts +3 -0
- package/src/api/endpoints/{workspace-invites.ts → workspaces/workspace-invites.ts} +2 -2
- package/src/api/endpoints/{workspace-members.ts → workspaces/workspace-members.ts} +2 -2
- package/src/api/endpoints/{workspaces.ts → workspaces/workspaces.ts} +3 -3
- package/src/api/payloads/design-systems/brand.ts +6 -5
- package/src/api/payloads/design-systems/index.ts +1 -0
- package/src/api/payloads/design-systems/theme.ts +14 -0
- package/src/api/endpoints/design-system-versions.ts +0 -10
package/dist/index.d.mts
CHANGED
|
@@ -27973,8 +27973,8 @@ declare const DTOPropertyDefinitionCreateActionOutputV2: z.ZodObject<{
|
|
|
27973
27973
|
description?: string | undefined;
|
|
27974
27974
|
};
|
|
27975
27975
|
designSystemVersionId: string;
|
|
27976
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
27977
27976
|
codeName: string;
|
|
27977
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
27978
27978
|
options?: {
|
|
27979
27979
|
id: string;
|
|
27980
27980
|
name: string;
|
|
@@ -27992,8 +27992,8 @@ declare const DTOPropertyDefinitionCreateActionOutputV2: z.ZodObject<{
|
|
|
27992
27992
|
description?: string | undefined;
|
|
27993
27993
|
};
|
|
27994
27994
|
designSystemVersionId: string;
|
|
27995
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
27996
27995
|
codeName: string;
|
|
27996
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
27997
27997
|
options?: {
|
|
27998
27998
|
id: string;
|
|
27999
27999
|
name: string;
|
|
@@ -28014,8 +28014,8 @@ declare const DTOPropertyDefinitionCreateActionOutputV2: z.ZodObject<{
|
|
|
28014
28014
|
description?: string | undefined;
|
|
28015
28015
|
};
|
|
28016
28016
|
designSystemVersionId: string;
|
|
28017
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28018
28017
|
codeName: string;
|
|
28018
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28019
28019
|
options?: {
|
|
28020
28020
|
id: string;
|
|
28021
28021
|
name: string;
|
|
@@ -28036,8 +28036,8 @@ declare const DTOPropertyDefinitionCreateActionOutputV2: z.ZodObject<{
|
|
|
28036
28036
|
description?: string | undefined;
|
|
28037
28037
|
};
|
|
28038
28038
|
designSystemVersionId: string;
|
|
28039
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28040
28039
|
codeName: string;
|
|
28040
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28041
28041
|
options?: {
|
|
28042
28042
|
id: string;
|
|
28043
28043
|
name: string;
|
|
@@ -28101,8 +28101,8 @@ declare const DTOPropertyDefinitionUpdateActionOutputV2: z.ZodObject<{
|
|
|
28101
28101
|
description?: string | undefined;
|
|
28102
28102
|
};
|
|
28103
28103
|
designSystemVersionId: string;
|
|
28104
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28105
28104
|
codeName: string;
|
|
28105
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28106
28106
|
options?: {
|
|
28107
28107
|
id: string;
|
|
28108
28108
|
name: string;
|
|
@@ -28120,8 +28120,8 @@ declare const DTOPropertyDefinitionUpdateActionOutputV2: z.ZodObject<{
|
|
|
28120
28120
|
description?: string | undefined;
|
|
28121
28121
|
};
|
|
28122
28122
|
designSystemVersionId: string;
|
|
28123
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28124
28123
|
codeName: string;
|
|
28124
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28125
28125
|
options?: {
|
|
28126
28126
|
id: string;
|
|
28127
28127
|
name: string;
|
|
@@ -28142,8 +28142,8 @@ declare const DTOPropertyDefinitionUpdateActionOutputV2: z.ZodObject<{
|
|
|
28142
28142
|
description?: string | undefined;
|
|
28143
28143
|
};
|
|
28144
28144
|
designSystemVersionId: string;
|
|
28145
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28146
28145
|
codeName: string;
|
|
28146
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28147
28147
|
options?: {
|
|
28148
28148
|
id: string;
|
|
28149
28149
|
name: string;
|
|
@@ -28164,8 +28164,8 @@ declare const DTOPropertyDefinitionUpdateActionOutputV2: z.ZodObject<{
|
|
|
28164
28164
|
description?: string | undefined;
|
|
28165
28165
|
};
|
|
28166
28166
|
designSystemVersionId: string;
|
|
28167
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28168
28167
|
codeName: string;
|
|
28168
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28169
28169
|
options?: {
|
|
28170
28170
|
id: string;
|
|
28171
28171
|
name: string;
|
|
@@ -28248,8 +28248,8 @@ declare const DTOPropertyDefinitionCreateActionInputV2: z.ZodObject<{
|
|
|
28248
28248
|
name: string;
|
|
28249
28249
|
description?: string | undefined;
|
|
28250
28250
|
};
|
|
28251
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28252
28251
|
codeName: string;
|
|
28252
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28253
28253
|
options?: {
|
|
28254
28254
|
id: string;
|
|
28255
28255
|
name: string;
|
|
@@ -28265,8 +28265,8 @@ declare const DTOPropertyDefinitionCreateActionInputV2: z.ZodObject<{
|
|
|
28265
28265
|
name: string;
|
|
28266
28266
|
description?: string | undefined;
|
|
28267
28267
|
};
|
|
28268
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28269
28268
|
codeName: string;
|
|
28269
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28270
28270
|
options?: {
|
|
28271
28271
|
id: string;
|
|
28272
28272
|
name: string;
|
|
@@ -28285,8 +28285,8 @@ declare const DTOPropertyDefinitionCreateActionInputV2: z.ZodObject<{
|
|
|
28285
28285
|
name: string;
|
|
28286
28286
|
description?: string | undefined;
|
|
28287
28287
|
};
|
|
28288
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28289
28288
|
codeName: string;
|
|
28289
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28290
28290
|
options?: {
|
|
28291
28291
|
id: string;
|
|
28292
28292
|
name: string;
|
|
@@ -28305,8 +28305,8 @@ declare const DTOPropertyDefinitionCreateActionInputV2: z.ZodObject<{
|
|
|
28305
28305
|
name: string;
|
|
28306
28306
|
description?: string | undefined;
|
|
28307
28307
|
};
|
|
28308
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28309
28308
|
codeName: string;
|
|
28309
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28310
28310
|
options?: {
|
|
28311
28311
|
id: string;
|
|
28312
28312
|
name: string;
|
|
@@ -28477,8 +28477,8 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
|
|
|
28477
28477
|
description?: string | undefined;
|
|
28478
28478
|
};
|
|
28479
28479
|
designSystemVersionId: string;
|
|
28480
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28481
28480
|
codeName: string;
|
|
28481
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28482
28482
|
options?: {
|
|
28483
28483
|
id: string;
|
|
28484
28484
|
name: string;
|
|
@@ -28496,8 +28496,8 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
|
|
|
28496
28496
|
description?: string | undefined;
|
|
28497
28497
|
};
|
|
28498
28498
|
designSystemVersionId: string;
|
|
28499
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28500
28499
|
codeName: string;
|
|
28500
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28501
28501
|
options?: {
|
|
28502
28502
|
id: string;
|
|
28503
28503
|
name: string;
|
|
@@ -28559,8 +28559,8 @@ declare const DTOElementPropertyDefinitionsGetResponse: z.ZodObject<{
|
|
|
28559
28559
|
description?: string | undefined;
|
|
28560
28560
|
};
|
|
28561
28561
|
designSystemVersionId: string;
|
|
28562
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28563
28562
|
codeName: string;
|
|
28563
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28564
28564
|
options?: {
|
|
28565
28565
|
id: string;
|
|
28566
28566
|
name: string;
|
|
@@ -28578,8 +28578,8 @@ declare const DTOElementPropertyDefinitionsGetResponse: z.ZodObject<{
|
|
|
28578
28578
|
description?: string | undefined;
|
|
28579
28579
|
};
|
|
28580
28580
|
designSystemVersionId: string;
|
|
28581
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28582
28581
|
codeName: string;
|
|
28582
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28583
28583
|
options?: {
|
|
28584
28584
|
id: string;
|
|
28585
28585
|
name: string;
|
|
@@ -28599,8 +28599,8 @@ declare const DTOElementPropertyDefinitionsGetResponse: z.ZodObject<{
|
|
|
28599
28599
|
description?: string | undefined;
|
|
28600
28600
|
};
|
|
28601
28601
|
designSystemVersionId: string;
|
|
28602
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28603
28602
|
codeName: string;
|
|
28603
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28604
28604
|
options?: {
|
|
28605
28605
|
id: string;
|
|
28606
28606
|
name: string;
|
|
@@ -28620,8 +28620,8 @@ declare const DTOElementPropertyDefinitionsGetResponse: z.ZodObject<{
|
|
|
28620
28620
|
description?: string | undefined;
|
|
28621
28621
|
};
|
|
28622
28622
|
designSystemVersionId: string;
|
|
28623
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28624
28623
|
codeName: string;
|
|
28624
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28625
28625
|
options?: {
|
|
28626
28626
|
id: string;
|
|
28627
28627
|
name: string;
|
|
@@ -28681,8 +28681,8 @@ declare const DTOCreateElementPropertyDefinitionInputV2: z.ZodObject<Omit<{
|
|
|
28681
28681
|
name: string;
|
|
28682
28682
|
description?: string | undefined;
|
|
28683
28683
|
};
|
|
28684
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28685
28684
|
codeName: string;
|
|
28685
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28686
28686
|
options?: {
|
|
28687
28687
|
id: string;
|
|
28688
28688
|
name: string;
|
|
@@ -28698,8 +28698,8 @@ declare const DTOCreateElementPropertyDefinitionInputV2: z.ZodObject<Omit<{
|
|
|
28698
28698
|
name: string;
|
|
28699
28699
|
description?: string | undefined;
|
|
28700
28700
|
};
|
|
28701
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28702
28701
|
codeName: string;
|
|
28702
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28703
28703
|
options?: {
|
|
28704
28704
|
id: string;
|
|
28705
28705
|
name: string;
|
|
@@ -29335,8 +29335,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
29335
29335
|
description?: string | undefined;
|
|
29336
29336
|
};
|
|
29337
29337
|
designSystemVersionId: string;
|
|
29338
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29339
29338
|
codeName: string;
|
|
29339
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29340
29340
|
options?: {
|
|
29341
29341
|
id: string;
|
|
29342
29342
|
name: string;
|
|
@@ -29354,8 +29354,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
29354
29354
|
description?: string | undefined;
|
|
29355
29355
|
};
|
|
29356
29356
|
designSystemVersionId: string;
|
|
29357
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29358
29357
|
codeName: string;
|
|
29358
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29359
29359
|
options?: {
|
|
29360
29360
|
id: string;
|
|
29361
29361
|
name: string;
|
|
@@ -29376,8 +29376,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
29376
29376
|
description?: string | undefined;
|
|
29377
29377
|
};
|
|
29378
29378
|
designSystemVersionId: string;
|
|
29379
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29380
29379
|
codeName: string;
|
|
29380
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29381
29381
|
options?: {
|
|
29382
29382
|
id: string;
|
|
29383
29383
|
name: string;
|
|
@@ -29398,8 +29398,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
29398
29398
|
description?: string | undefined;
|
|
29399
29399
|
};
|
|
29400
29400
|
designSystemVersionId: string;
|
|
29401
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29402
29401
|
codeName: string;
|
|
29402
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29403
29403
|
options?: {
|
|
29404
29404
|
id: string;
|
|
29405
29405
|
name: string;
|
|
@@ -29461,8 +29461,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
29461
29461
|
description?: string | undefined;
|
|
29462
29462
|
};
|
|
29463
29463
|
designSystemVersionId: string;
|
|
29464
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29465
29464
|
codeName: string;
|
|
29465
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29466
29466
|
options?: {
|
|
29467
29467
|
id: string;
|
|
29468
29468
|
name: string;
|
|
@@ -29480,8 +29480,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
29480
29480
|
description?: string | undefined;
|
|
29481
29481
|
};
|
|
29482
29482
|
designSystemVersionId: string;
|
|
29483
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29484
29483
|
codeName: string;
|
|
29484
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29485
29485
|
options?: {
|
|
29486
29486
|
id: string;
|
|
29487
29487
|
name: string;
|
|
@@ -29502,8 +29502,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
29502
29502
|
description?: string | undefined;
|
|
29503
29503
|
};
|
|
29504
29504
|
designSystemVersionId: string;
|
|
29505
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29506
29505
|
codeName: string;
|
|
29506
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29507
29507
|
options?: {
|
|
29508
29508
|
id: string;
|
|
29509
29509
|
name: string;
|
|
@@ -29524,8 +29524,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
29524
29524
|
description?: string | undefined;
|
|
29525
29525
|
};
|
|
29526
29526
|
designSystemVersionId: string;
|
|
29527
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29528
29527
|
codeName: string;
|
|
29528
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
29529
29529
|
options?: {
|
|
29530
29530
|
id: string;
|
|
29531
29531
|
name: string;
|
|
@@ -31297,8 +31297,8 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
31297
31297
|
name: string;
|
|
31298
31298
|
description?: string | undefined;
|
|
31299
31299
|
};
|
|
31300
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
31301
31300
|
codeName: string;
|
|
31301
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
31302
31302
|
options?: {
|
|
31303
31303
|
id: string;
|
|
31304
31304
|
name: string;
|
|
@@ -31314,8 +31314,8 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
31314
31314
|
name: string;
|
|
31315
31315
|
description?: string | undefined;
|
|
31316
31316
|
};
|
|
31317
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
31318
31317
|
codeName: string;
|
|
31318
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
31319
31319
|
options?: {
|
|
31320
31320
|
id: string;
|
|
31321
31321
|
name: string;
|
|
@@ -31334,8 +31334,8 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
31334
31334
|
name: string;
|
|
31335
31335
|
description?: string | undefined;
|
|
31336
31336
|
};
|
|
31337
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
31338
31337
|
codeName: string;
|
|
31338
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
31339
31339
|
options?: {
|
|
31340
31340
|
id: string;
|
|
31341
31341
|
name: string;
|
|
@@ -31354,8 +31354,8 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
31354
31354
|
name: string;
|
|
31355
31355
|
description?: string | undefined;
|
|
31356
31356
|
};
|
|
31357
|
-
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
31358
31357
|
codeName: string;
|
|
31358
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
31359
31359
|
options?: {
|
|
31360
31360
|
id: string;
|
|
31361
31361
|
name: string;
|
|
@@ -45546,6 +45546,75 @@ declare class RequestExecutor {
|
|
|
45546
45546
|
private fullUrl;
|
|
45547
45547
|
}
|
|
45548
45548
|
|
|
45549
|
+
declare class BrandsEndpoint {
|
|
45550
|
+
private readonly requestExecutor;
|
|
45551
|
+
constructor(requestExecutor: RequestExecutor);
|
|
45552
|
+
get(designSystemId: string, versionId: string, brandId: string): Promise<any>;
|
|
45553
|
+
list(designSystemId: string, versionId: string): Promise<any>;
|
|
45554
|
+
}
|
|
45555
|
+
|
|
45556
|
+
declare class OverridesEndpoint {
|
|
45557
|
+
private readonly requestExecutor;
|
|
45558
|
+
constructor(requestExecutor: RequestExecutor);
|
|
45559
|
+
create(dsId: string, versionId: string, themeId: string, body: any): Promise<any>;
|
|
45560
|
+
}
|
|
45561
|
+
|
|
45562
|
+
declare const DTOCreateThemeInput: z.ZodObject<{
|
|
45563
|
+
meta: z.ZodObject<{
|
|
45564
|
+
name: z.ZodString;
|
|
45565
|
+
description: z.ZodOptional<z.ZodString>;
|
|
45566
|
+
}, "strip", z.ZodTypeAny, {
|
|
45567
|
+
name: string;
|
|
45568
|
+
description?: string | undefined;
|
|
45569
|
+
}, {
|
|
45570
|
+
name: string;
|
|
45571
|
+
description?: string | undefined;
|
|
45572
|
+
}>;
|
|
45573
|
+
persistentId: z.ZodString;
|
|
45574
|
+
designSystemVersionId: z.ZodString;
|
|
45575
|
+
brandId: z.ZodString;
|
|
45576
|
+
codeName: z.ZodString;
|
|
45577
|
+
version: z.ZodOptional<z.ZodString>;
|
|
45578
|
+
overrides: z.ZodArray<z.ZodAny, "many">;
|
|
45579
|
+
}, "strip", z.ZodTypeAny, {
|
|
45580
|
+
persistentId: string;
|
|
45581
|
+
meta: {
|
|
45582
|
+
name: string;
|
|
45583
|
+
description?: string | undefined;
|
|
45584
|
+
};
|
|
45585
|
+
designSystemVersionId: string;
|
|
45586
|
+
brandId: string;
|
|
45587
|
+
codeName: string;
|
|
45588
|
+
overrides: any[];
|
|
45589
|
+
version?: string | undefined;
|
|
45590
|
+
}, {
|
|
45591
|
+
persistentId: string;
|
|
45592
|
+
meta: {
|
|
45593
|
+
name: string;
|
|
45594
|
+
description?: string | undefined;
|
|
45595
|
+
};
|
|
45596
|
+
designSystemVersionId: string;
|
|
45597
|
+
brandId: string;
|
|
45598
|
+
codeName: string;
|
|
45599
|
+
overrides: any[];
|
|
45600
|
+
version?: string | undefined;
|
|
45601
|
+
}>;
|
|
45602
|
+
type DTOCreateThemeInput = z.infer<typeof DTOCreateThemeInput>;
|
|
45603
|
+
|
|
45604
|
+
declare class ThemesEndpoint {
|
|
45605
|
+
private readonly requestExecutor;
|
|
45606
|
+
readonly overrides: OverridesEndpoint;
|
|
45607
|
+
constructor(requestExecutor: RequestExecutor);
|
|
45608
|
+
create(dsId: string, versionId: string, body: DTOCreateThemeInput): Promise<any>;
|
|
45609
|
+
delete(dsId: string, versionId: string, themeId: string): Promise<any>;
|
|
45610
|
+
}
|
|
45611
|
+
|
|
45612
|
+
declare class TokensEndpoint {
|
|
45613
|
+
private readonly requestExecutor;
|
|
45614
|
+
constructor(requestExecutor: RequestExecutor);
|
|
45615
|
+
create(dsId: string, versionId: string, body: any): Promise<any>;
|
|
45616
|
+
}
|
|
45617
|
+
|
|
45549
45618
|
declare class DesignSystemMembersEndpoint {
|
|
45550
45619
|
private readonly requestExecutor;
|
|
45551
45620
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -45567,6 +45636,9 @@ declare class DesignSystemMembersEndpoint {
|
|
|
45567
45636
|
|
|
45568
45637
|
declare class DesignSystemVersionsEndpoint {
|
|
45569
45638
|
private readonly requestExecutor;
|
|
45639
|
+
readonly themes: ThemesEndpoint;
|
|
45640
|
+
readonly brands: BrandsEndpoint;
|
|
45641
|
+
readonly tokens: TokensEndpoint;
|
|
45570
45642
|
constructor(requestExecutor: RequestExecutor);
|
|
45571
45643
|
list(dsId: string): Promise<{
|
|
45572
45644
|
designSystemVersions: {
|
|
@@ -48146,347 +48218,56 @@ declare class DesignSystemsEndpoint {
|
|
|
48146
48218
|
}>;
|
|
48147
48219
|
}
|
|
48148
48220
|
|
|
48149
|
-
|
|
48221
|
+
type RequestExecutorErrorType = "ServerError" | "ResponseParsingError";
|
|
48222
|
+
type RequestEexecutorServerErrorCode = SupernovaExceptionType | undefined;
|
|
48223
|
+
declare class RequestExecutorError extends Error {
|
|
48224
|
+
readonly type: RequestExecutorErrorType;
|
|
48225
|
+
readonly errorCode: RequestEexecutorServerErrorCode;
|
|
48226
|
+
readonly serverErrorType: SupernovaExceptionType | undefined;
|
|
48227
|
+
static tryParseErrorCode(body: string): any;
|
|
48228
|
+
static tryParseServerErrorType(body: string): any;
|
|
48229
|
+
static serverError(endpoint: string, status: number, bodyText: string): RequestExecutorError;
|
|
48230
|
+
static responseParsingError(endpoint: string, cause: Error): RequestExecutorError;
|
|
48231
|
+
private constructor();
|
|
48232
|
+
}
|
|
48233
|
+
|
|
48234
|
+
declare class WorkspaceInvitationsEndpoint {
|
|
48150
48235
|
private readonly requestExecutor;
|
|
48151
48236
|
constructor(requestExecutor: RequestExecutor);
|
|
48152
|
-
list(
|
|
48153
|
-
|
|
48237
|
+
list(workspaceId: string): Promise<{
|
|
48238
|
+
invitations: {
|
|
48154
48239
|
id: string;
|
|
48155
|
-
persistentId: string;
|
|
48156
|
-
meta: {
|
|
48157
|
-
name: string;
|
|
48158
|
-
description?: string | undefined;
|
|
48159
|
-
};
|
|
48160
|
-
designSystemVersionId: string;
|
|
48161
48240
|
createdAt: Date;
|
|
48162
|
-
|
|
48163
|
-
|
|
48164
|
-
|
|
48165
|
-
|
|
48166
|
-
|
|
48241
|
+
email: string;
|
|
48242
|
+
workspaceId: string;
|
|
48243
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
48244
|
+
invitedBy: string;
|
|
48245
|
+
resentAt?: Date | null | undefined;
|
|
48167
48246
|
}[];
|
|
48168
48247
|
}>;
|
|
48169
|
-
|
|
48170
|
-
|
|
48171
|
-
declare class UsersEndpoint {
|
|
48172
|
-
private readonly requestExecutor;
|
|
48173
|
-
constructor(requestExecutor: RequestExecutor);
|
|
48174
|
-
getMe(): Promise<{
|
|
48175
|
-
user: {
|
|
48248
|
+
delete(workspaceId: string, invitationId: string): Promise<{
|
|
48249
|
+
workspace: {
|
|
48176
48250
|
id: string;
|
|
48177
|
-
createdAt: Date;
|
|
48178
48251
|
profile: {
|
|
48179
48252
|
name: string;
|
|
48253
|
+
color: string;
|
|
48254
|
+
handle: string;
|
|
48180
48255
|
avatar?: string | undefined;
|
|
48181
|
-
|
|
48182
|
-
|
|
48256
|
+
billingDetails?: {
|
|
48257
|
+
address?: {
|
|
48258
|
+
street1?: string | undefined;
|
|
48259
|
+
street2?: string | undefined;
|
|
48260
|
+
city?: string | undefined;
|
|
48261
|
+
postal?: string | undefined;
|
|
48262
|
+
country?: string | undefined;
|
|
48263
|
+
state?: string | undefined;
|
|
48264
|
+
} | undefined;
|
|
48265
|
+
email?: string | undefined;
|
|
48183
48266
|
companyName?: string | undefined;
|
|
48184
|
-
|
|
48185
|
-
|
|
48186
|
-
|
|
48187
|
-
|
|
48188
|
-
phase?: string | undefined;
|
|
48189
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
48190
|
-
designSystemName?: string | undefined;
|
|
48191
|
-
defaultDestination?: string | undefined;
|
|
48192
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
48193
|
-
} | undefined;
|
|
48194
|
-
};
|
|
48195
|
-
email: string;
|
|
48196
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
48197
|
-
loggedOutAt?: Date | undefined;
|
|
48198
|
-
};
|
|
48199
|
-
}>;
|
|
48200
|
-
listWorkspaces(uid: string): Promise<{
|
|
48201
|
-
membership: {
|
|
48202
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
48203
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
48204
|
-
workspace: {
|
|
48205
|
-
id: string;
|
|
48206
|
-
profile: {
|
|
48207
|
-
name: string;
|
|
48208
|
-
color: string;
|
|
48209
|
-
handle: string;
|
|
48210
|
-
avatar?: string | undefined;
|
|
48211
|
-
billingDetails?: {
|
|
48212
|
-
address?: {
|
|
48213
|
-
street1?: string | undefined;
|
|
48214
|
-
street2?: string | undefined;
|
|
48215
|
-
city?: string | undefined;
|
|
48216
|
-
postal?: string | undefined;
|
|
48217
|
-
country?: string | undefined;
|
|
48218
|
-
state?: string | undefined;
|
|
48219
|
-
} | undefined;
|
|
48220
|
-
email?: string | undefined;
|
|
48221
|
-
companyName?: string | undefined;
|
|
48222
|
-
companyId?: string | undefined;
|
|
48223
|
-
notes?: string | undefined;
|
|
48224
|
-
vat?: string | undefined;
|
|
48225
|
-
poNumber?: string | undefined;
|
|
48226
|
-
} | undefined;
|
|
48227
|
-
};
|
|
48228
|
-
subscription: {
|
|
48229
|
-
product: "free" | "team" | "company" | "enterprise";
|
|
48230
|
-
planPriceId: string;
|
|
48231
|
-
planInterval: "yearly" | "daily" | "monthly" | "weekly";
|
|
48232
|
-
seats: number;
|
|
48233
|
-
seatLimit: number;
|
|
48234
|
-
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
48235
|
-
card?: {
|
|
48236
|
-
cardId?: string | null | undefined;
|
|
48237
|
-
last4?: string | null | undefined;
|
|
48238
|
-
expiryMonth?: string | null | undefined;
|
|
48239
|
-
expiryYear?: string | null | undefined;
|
|
48240
|
-
brand?: string | null | undefined;
|
|
48241
|
-
name?: string | null | undefined;
|
|
48242
|
-
} | undefined;
|
|
48243
|
-
amount?: number | null | undefined;
|
|
48244
|
-
stripeProductDescription?: string | undefined;
|
|
48245
|
-
isPricePerCreator?: boolean | undefined;
|
|
48246
|
-
isTrial?: boolean | undefined;
|
|
48247
|
-
legacyVersion?: string | undefined;
|
|
48248
|
-
stripeProductFeatures?: string[] | undefined;
|
|
48249
|
-
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
48250
|
-
stripeSubscriptionId?: string | null | undefined;
|
|
48251
|
-
stripeCustomerId?: string | null | undefined;
|
|
48252
|
-
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
48253
|
-
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
48254
|
-
featuresSummary?: {
|
|
48255
|
-
designSystems: {
|
|
48256
|
-
max: number;
|
|
48257
|
-
errorMessage: string;
|
|
48258
|
-
errorReason: string;
|
|
48259
|
-
};
|
|
48260
|
-
designSystemSources: {
|
|
48261
|
-
max: number;
|
|
48262
|
-
errorMessage: string;
|
|
48263
|
-
errorReason: string;
|
|
48264
|
-
noImportJobsErrorMessage: string;
|
|
48265
|
-
noImportJobsErrorReason: string;
|
|
48266
|
-
};
|
|
48267
|
-
designSystemVersions: {
|
|
48268
|
-
max: number;
|
|
48269
|
-
errorMessage: string;
|
|
48270
|
-
errorReason: string;
|
|
48271
|
-
};
|
|
48272
|
-
themes: {
|
|
48273
|
-
max: number;
|
|
48274
|
-
errorMessage: string;
|
|
48275
|
-
errorReason: string;
|
|
48276
|
-
};
|
|
48277
|
-
brands: {
|
|
48278
|
-
max: number;
|
|
48279
|
-
errorMessage: string;
|
|
48280
|
-
errorReason: string;
|
|
48281
|
-
};
|
|
48282
|
-
codegenSchedules: {
|
|
48283
|
-
max: number;
|
|
48284
|
-
errorMessage: string;
|
|
48285
|
-
errorReason: string;
|
|
48286
|
-
};
|
|
48287
|
-
publicDocumentation: {
|
|
48288
|
-
errorMessage: string;
|
|
48289
|
-
errorReason: string;
|
|
48290
|
-
enabled: boolean;
|
|
48291
|
-
};
|
|
48292
|
-
customDocumentationUrl: {
|
|
48293
|
-
errorMessage: string;
|
|
48294
|
-
errorReason: string;
|
|
48295
|
-
enabled: boolean;
|
|
48296
|
-
};
|
|
48297
|
-
customDocumentationViewButton: {
|
|
48298
|
-
errorMessage: string;
|
|
48299
|
-
errorReason: string;
|
|
48300
|
-
enabled: boolean;
|
|
48301
|
-
};
|
|
48302
|
-
designSystemSourceAutoImport: {
|
|
48303
|
-
errorMessage: string;
|
|
48304
|
-
errorReason: string;
|
|
48305
|
-
enabled: boolean;
|
|
48306
|
-
};
|
|
48307
|
-
designSystemSlug: {
|
|
48308
|
-
errorMessage: string;
|
|
48309
|
-
errorReason: string;
|
|
48310
|
-
enabled: boolean;
|
|
48311
|
-
};
|
|
48312
|
-
ipWhitelisting: {
|
|
48313
|
-
errorMessage: string;
|
|
48314
|
-
errorReason: string;
|
|
48315
|
-
enabled: boolean;
|
|
48316
|
-
};
|
|
48317
|
-
npmRegistry: {
|
|
48318
|
-
errorMessage: string;
|
|
48319
|
-
errorReason: string;
|
|
48320
|
-
enabled: boolean;
|
|
48321
|
-
};
|
|
48322
|
-
sso: {
|
|
48323
|
-
errorMessage: string;
|
|
48324
|
-
errorReason: string;
|
|
48325
|
-
enabled: boolean;
|
|
48326
|
-
};
|
|
48327
|
-
workspacePaidSeats: {
|
|
48328
|
-
max: number;
|
|
48329
|
-
errorMessage: string;
|
|
48330
|
-
errorReason: string;
|
|
48331
|
-
};
|
|
48332
|
-
workspaceViewers: {
|
|
48333
|
-
max: number;
|
|
48334
|
-
errorMessage: string;
|
|
48335
|
-
errorReason: string;
|
|
48336
|
-
};
|
|
48337
|
-
customDocumentationExporter: {
|
|
48338
|
-
errorMessage: string;
|
|
48339
|
-
errorReason: string;
|
|
48340
|
-
enabled: boolean;
|
|
48341
|
-
};
|
|
48342
|
-
protectedPages: {
|
|
48343
|
-
errorMessage: string;
|
|
48344
|
-
errorReason: string;
|
|
48345
|
-
enabled: boolean;
|
|
48346
|
-
};
|
|
48347
|
-
approvals: {
|
|
48348
|
-
errorMessage: string;
|
|
48349
|
-
errorReason: string;
|
|
48350
|
-
enabled: boolean;
|
|
48351
|
-
};
|
|
48352
|
-
selectivePublishing: {
|
|
48353
|
-
errorMessage: string;
|
|
48354
|
-
errorReason: string;
|
|
48355
|
-
enabled: boolean;
|
|
48356
|
-
};
|
|
48357
|
-
designSystemAccessModes: {
|
|
48358
|
-
errorMessage: string;
|
|
48359
|
-
errorReason: string;
|
|
48360
|
-
enabled: boolean;
|
|
48361
|
-
};
|
|
48362
|
-
} | undefined;
|
|
48363
|
-
stripeSubscriptionMainItemId?: string | undefined;
|
|
48364
|
-
currentPeriodStart?: string | undefined;
|
|
48365
|
-
currentPeriodEnd?: string | undefined;
|
|
48366
|
-
subscriptionStatusUpdatedAt?: string | undefined;
|
|
48367
|
-
cancelAt?: string | null | undefined;
|
|
48368
|
-
billingType?: "Auto" | "Invoice" | undefined;
|
|
48369
|
-
daysUntilDue?: number | undefined;
|
|
48370
|
-
};
|
|
48371
|
-
npmRegistry?: {
|
|
48372
|
-
enabledScopes: string[];
|
|
48373
|
-
bypassProxy: boolean;
|
|
48374
|
-
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
48375
|
-
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
48376
|
-
registryUrl: string;
|
|
48377
|
-
proxyUrl: string;
|
|
48378
|
-
customRegistryUrl?: string | undefined;
|
|
48379
|
-
accessToken?: string | undefined;
|
|
48380
|
-
username?: string | undefined;
|
|
48381
|
-
password?: string | undefined;
|
|
48382
|
-
} | undefined;
|
|
48383
|
-
};
|
|
48384
|
-
}[];
|
|
48385
|
-
}>;
|
|
48386
|
-
delete(uid: string): Promise<{
|
|
48387
|
-
user: {
|
|
48388
|
-
id: string;
|
|
48389
|
-
createdAt: Date;
|
|
48390
|
-
profile: {
|
|
48391
|
-
name: string;
|
|
48392
|
-
avatar?: string | undefined;
|
|
48393
|
-
nickname?: string | undefined;
|
|
48394
|
-
onboarding?: {
|
|
48395
|
-
companyName?: string | undefined;
|
|
48396
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
48397
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
48398
|
-
department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
|
|
48399
|
-
jobTitle?: string | undefined;
|
|
48400
|
-
phase?: string | undefined;
|
|
48401
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
48402
|
-
designSystemName?: string | undefined;
|
|
48403
|
-
defaultDestination?: string | undefined;
|
|
48404
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
48405
|
-
} | undefined;
|
|
48406
|
-
};
|
|
48407
|
-
email: string;
|
|
48408
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
48409
|
-
loggedOutAt?: Date | undefined;
|
|
48410
|
-
};
|
|
48411
|
-
}>;
|
|
48412
|
-
updateProfile(uid: string, body: DTOUserProfileUpdate): Promise<{
|
|
48413
|
-
user: {
|
|
48414
|
-
id: string;
|
|
48415
|
-
createdAt: Date;
|
|
48416
|
-
profile: {
|
|
48417
|
-
name: string;
|
|
48418
|
-
avatar?: string | undefined;
|
|
48419
|
-
nickname?: string | undefined;
|
|
48420
|
-
onboarding?: {
|
|
48421
|
-
companyName?: string | undefined;
|
|
48422
|
-
numberOfPeopleInOrg?: string | undefined;
|
|
48423
|
-
numberOfPeopleInDesignTeam?: string | undefined;
|
|
48424
|
-
department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
|
|
48425
|
-
jobTitle?: string | undefined;
|
|
48426
|
-
phase?: string | undefined;
|
|
48427
|
-
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
48428
|
-
designSystemName?: string | undefined;
|
|
48429
|
-
defaultDestination?: string | undefined;
|
|
48430
|
-
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
48431
|
-
} | undefined;
|
|
48432
|
-
};
|
|
48433
|
-
email: string;
|
|
48434
|
-
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
48435
|
-
loggedOutAt?: Date | undefined;
|
|
48436
|
-
};
|
|
48437
|
-
}>;
|
|
48438
|
-
}
|
|
48439
|
-
|
|
48440
|
-
type RequestExecutorErrorType = "ServerError" | "ResponseParsingError";
|
|
48441
|
-
type RequestEexecutorServerErrorCode = SupernovaExceptionType | undefined;
|
|
48442
|
-
declare class RequestExecutorError extends Error {
|
|
48443
|
-
readonly type: RequestExecutorErrorType;
|
|
48444
|
-
readonly errorCode: RequestEexecutorServerErrorCode;
|
|
48445
|
-
readonly serverErrorType: SupernovaExceptionType | undefined;
|
|
48446
|
-
static tryParseErrorCode(body: string): any;
|
|
48447
|
-
static tryParseServerErrorType(body: string): any;
|
|
48448
|
-
static serverError(endpoint: string, status: number, bodyText: string): RequestExecutorError;
|
|
48449
|
-
static responseParsingError(endpoint: string, cause: Error): RequestExecutorError;
|
|
48450
|
-
private constructor();
|
|
48451
|
-
}
|
|
48452
|
-
|
|
48453
|
-
declare class WorkspaceInvitationsEndpoint {
|
|
48454
|
-
private readonly requestExecutor;
|
|
48455
|
-
constructor(requestExecutor: RequestExecutor);
|
|
48456
|
-
list(workspaceId: string): Promise<{
|
|
48457
|
-
invitations: {
|
|
48458
|
-
id: string;
|
|
48459
|
-
createdAt: Date;
|
|
48460
|
-
email: string;
|
|
48461
|
-
workspaceId: string;
|
|
48462
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
48463
|
-
invitedBy: string;
|
|
48464
|
-
resentAt?: Date | null | undefined;
|
|
48465
|
-
}[];
|
|
48466
|
-
}>;
|
|
48467
|
-
delete(workspaceId: string, invitationId: string): Promise<{
|
|
48468
|
-
workspace: {
|
|
48469
|
-
id: string;
|
|
48470
|
-
profile: {
|
|
48471
|
-
name: string;
|
|
48472
|
-
color: string;
|
|
48473
|
-
handle: string;
|
|
48474
|
-
avatar?: string | undefined;
|
|
48475
|
-
billingDetails?: {
|
|
48476
|
-
address?: {
|
|
48477
|
-
street1?: string | undefined;
|
|
48478
|
-
street2?: string | undefined;
|
|
48479
|
-
city?: string | undefined;
|
|
48480
|
-
postal?: string | undefined;
|
|
48481
|
-
country?: string | undefined;
|
|
48482
|
-
state?: string | undefined;
|
|
48483
|
-
} | undefined;
|
|
48484
|
-
email?: string | undefined;
|
|
48485
|
-
companyName?: string | undefined;
|
|
48486
|
-
companyId?: string | undefined;
|
|
48487
|
-
notes?: string | undefined;
|
|
48488
|
-
vat?: string | undefined;
|
|
48489
|
-
poNumber?: string | undefined;
|
|
48267
|
+
companyId?: string | undefined;
|
|
48268
|
+
notes?: string | undefined;
|
|
48269
|
+
vat?: string | undefined;
|
|
48270
|
+
poNumber?: string | undefined;
|
|
48490
48271
|
} | undefined;
|
|
48491
48272
|
};
|
|
48492
48273
|
subscription: {
|
|
@@ -49395,6 +49176,297 @@ declare class WorkspacesEndpoint {
|
|
|
49395
49176
|
subscription(workspaceId: string): Promise<any>;
|
|
49396
49177
|
}
|
|
49397
49178
|
|
|
49179
|
+
declare class TokenCollectionsEndpoint {
|
|
49180
|
+
private readonly requestExecutor;
|
|
49181
|
+
constructor(requestExecutor: RequestExecutor);
|
|
49182
|
+
list(dsId: string, vId: string): Promise<{
|
|
49183
|
+
collections: {
|
|
49184
|
+
id: string;
|
|
49185
|
+
persistentId: string;
|
|
49186
|
+
meta: {
|
|
49187
|
+
name: string;
|
|
49188
|
+
description?: string | undefined;
|
|
49189
|
+
};
|
|
49190
|
+
designSystemVersionId: string;
|
|
49191
|
+
createdAt: Date;
|
|
49192
|
+
updatedAt: Date;
|
|
49193
|
+
origin: {
|
|
49194
|
+
id: string;
|
|
49195
|
+
sourceId: string;
|
|
49196
|
+
};
|
|
49197
|
+
}[];
|
|
49198
|
+
}>;
|
|
49199
|
+
}
|
|
49200
|
+
|
|
49201
|
+
declare class UsersEndpoint {
|
|
49202
|
+
private readonly requestExecutor;
|
|
49203
|
+
constructor(requestExecutor: RequestExecutor);
|
|
49204
|
+
getMe(): Promise<{
|
|
49205
|
+
user: {
|
|
49206
|
+
id: string;
|
|
49207
|
+
createdAt: Date;
|
|
49208
|
+
profile: {
|
|
49209
|
+
name: string;
|
|
49210
|
+
avatar?: string | undefined;
|
|
49211
|
+
nickname?: string | undefined;
|
|
49212
|
+
onboarding?: {
|
|
49213
|
+
companyName?: string | undefined;
|
|
49214
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
49215
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
49216
|
+
department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
|
|
49217
|
+
jobTitle?: string | undefined;
|
|
49218
|
+
phase?: string | undefined;
|
|
49219
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
49220
|
+
designSystemName?: string | undefined;
|
|
49221
|
+
defaultDestination?: string | undefined;
|
|
49222
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
49223
|
+
} | undefined;
|
|
49224
|
+
};
|
|
49225
|
+
email: string;
|
|
49226
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
49227
|
+
loggedOutAt?: Date | undefined;
|
|
49228
|
+
};
|
|
49229
|
+
}>;
|
|
49230
|
+
listWorkspaces(uid: string): Promise<{
|
|
49231
|
+
membership: {
|
|
49232
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
49233
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
49234
|
+
workspace: {
|
|
49235
|
+
id: string;
|
|
49236
|
+
profile: {
|
|
49237
|
+
name: string;
|
|
49238
|
+
color: string;
|
|
49239
|
+
handle: string;
|
|
49240
|
+
avatar?: string | undefined;
|
|
49241
|
+
billingDetails?: {
|
|
49242
|
+
address?: {
|
|
49243
|
+
street1?: string | undefined;
|
|
49244
|
+
street2?: string | undefined;
|
|
49245
|
+
city?: string | undefined;
|
|
49246
|
+
postal?: string | undefined;
|
|
49247
|
+
country?: string | undefined;
|
|
49248
|
+
state?: string | undefined;
|
|
49249
|
+
} | undefined;
|
|
49250
|
+
email?: string | undefined;
|
|
49251
|
+
companyName?: string | undefined;
|
|
49252
|
+
companyId?: string | undefined;
|
|
49253
|
+
notes?: string | undefined;
|
|
49254
|
+
vat?: string | undefined;
|
|
49255
|
+
poNumber?: string | undefined;
|
|
49256
|
+
} | undefined;
|
|
49257
|
+
};
|
|
49258
|
+
subscription: {
|
|
49259
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
49260
|
+
planPriceId: string;
|
|
49261
|
+
planInterval: "yearly" | "daily" | "monthly" | "weekly";
|
|
49262
|
+
seats: number;
|
|
49263
|
+
seatLimit: number;
|
|
49264
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
49265
|
+
card?: {
|
|
49266
|
+
cardId?: string | null | undefined;
|
|
49267
|
+
last4?: string | null | undefined;
|
|
49268
|
+
expiryMonth?: string | null | undefined;
|
|
49269
|
+
expiryYear?: string | null | undefined;
|
|
49270
|
+
brand?: string | null | undefined;
|
|
49271
|
+
name?: string | null | undefined;
|
|
49272
|
+
} | undefined;
|
|
49273
|
+
amount?: number | null | undefined;
|
|
49274
|
+
stripeProductDescription?: string | undefined;
|
|
49275
|
+
isPricePerCreator?: boolean | undefined;
|
|
49276
|
+
isTrial?: boolean | undefined;
|
|
49277
|
+
legacyVersion?: string | undefined;
|
|
49278
|
+
stripeProductFeatures?: string[] | undefined;
|
|
49279
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
49280
|
+
stripeSubscriptionId?: string | null | undefined;
|
|
49281
|
+
stripeCustomerId?: string | null | undefined;
|
|
49282
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
49283
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
49284
|
+
featuresSummary?: {
|
|
49285
|
+
designSystems: {
|
|
49286
|
+
max: number;
|
|
49287
|
+
errorMessage: string;
|
|
49288
|
+
errorReason: string;
|
|
49289
|
+
};
|
|
49290
|
+
designSystemSources: {
|
|
49291
|
+
max: number;
|
|
49292
|
+
errorMessage: string;
|
|
49293
|
+
errorReason: string;
|
|
49294
|
+
noImportJobsErrorMessage: string;
|
|
49295
|
+
noImportJobsErrorReason: string;
|
|
49296
|
+
};
|
|
49297
|
+
designSystemVersions: {
|
|
49298
|
+
max: number;
|
|
49299
|
+
errorMessage: string;
|
|
49300
|
+
errorReason: string;
|
|
49301
|
+
};
|
|
49302
|
+
themes: {
|
|
49303
|
+
max: number;
|
|
49304
|
+
errorMessage: string;
|
|
49305
|
+
errorReason: string;
|
|
49306
|
+
};
|
|
49307
|
+
brands: {
|
|
49308
|
+
max: number;
|
|
49309
|
+
errorMessage: string;
|
|
49310
|
+
errorReason: string;
|
|
49311
|
+
};
|
|
49312
|
+
codegenSchedules: {
|
|
49313
|
+
max: number;
|
|
49314
|
+
errorMessage: string;
|
|
49315
|
+
errorReason: string;
|
|
49316
|
+
};
|
|
49317
|
+
publicDocumentation: {
|
|
49318
|
+
errorMessage: string;
|
|
49319
|
+
errorReason: string;
|
|
49320
|
+
enabled: boolean;
|
|
49321
|
+
};
|
|
49322
|
+
customDocumentationUrl: {
|
|
49323
|
+
errorMessage: string;
|
|
49324
|
+
errorReason: string;
|
|
49325
|
+
enabled: boolean;
|
|
49326
|
+
};
|
|
49327
|
+
customDocumentationViewButton: {
|
|
49328
|
+
errorMessage: string;
|
|
49329
|
+
errorReason: string;
|
|
49330
|
+
enabled: boolean;
|
|
49331
|
+
};
|
|
49332
|
+
designSystemSourceAutoImport: {
|
|
49333
|
+
errorMessage: string;
|
|
49334
|
+
errorReason: string;
|
|
49335
|
+
enabled: boolean;
|
|
49336
|
+
};
|
|
49337
|
+
designSystemSlug: {
|
|
49338
|
+
errorMessage: string;
|
|
49339
|
+
errorReason: string;
|
|
49340
|
+
enabled: boolean;
|
|
49341
|
+
};
|
|
49342
|
+
ipWhitelisting: {
|
|
49343
|
+
errorMessage: string;
|
|
49344
|
+
errorReason: string;
|
|
49345
|
+
enabled: boolean;
|
|
49346
|
+
};
|
|
49347
|
+
npmRegistry: {
|
|
49348
|
+
errorMessage: string;
|
|
49349
|
+
errorReason: string;
|
|
49350
|
+
enabled: boolean;
|
|
49351
|
+
};
|
|
49352
|
+
sso: {
|
|
49353
|
+
errorMessage: string;
|
|
49354
|
+
errorReason: string;
|
|
49355
|
+
enabled: boolean;
|
|
49356
|
+
};
|
|
49357
|
+
workspacePaidSeats: {
|
|
49358
|
+
max: number;
|
|
49359
|
+
errorMessage: string;
|
|
49360
|
+
errorReason: string;
|
|
49361
|
+
};
|
|
49362
|
+
workspaceViewers: {
|
|
49363
|
+
max: number;
|
|
49364
|
+
errorMessage: string;
|
|
49365
|
+
errorReason: string;
|
|
49366
|
+
};
|
|
49367
|
+
customDocumentationExporter: {
|
|
49368
|
+
errorMessage: string;
|
|
49369
|
+
errorReason: string;
|
|
49370
|
+
enabled: boolean;
|
|
49371
|
+
};
|
|
49372
|
+
protectedPages: {
|
|
49373
|
+
errorMessage: string;
|
|
49374
|
+
errorReason: string;
|
|
49375
|
+
enabled: boolean;
|
|
49376
|
+
};
|
|
49377
|
+
approvals: {
|
|
49378
|
+
errorMessage: string;
|
|
49379
|
+
errorReason: string;
|
|
49380
|
+
enabled: boolean;
|
|
49381
|
+
};
|
|
49382
|
+
selectivePublishing: {
|
|
49383
|
+
errorMessage: string;
|
|
49384
|
+
errorReason: string;
|
|
49385
|
+
enabled: boolean;
|
|
49386
|
+
};
|
|
49387
|
+
designSystemAccessModes: {
|
|
49388
|
+
errorMessage: string;
|
|
49389
|
+
errorReason: string;
|
|
49390
|
+
enabled: boolean;
|
|
49391
|
+
};
|
|
49392
|
+
} | undefined;
|
|
49393
|
+
stripeSubscriptionMainItemId?: string | undefined;
|
|
49394
|
+
currentPeriodStart?: string | undefined;
|
|
49395
|
+
currentPeriodEnd?: string | undefined;
|
|
49396
|
+
subscriptionStatusUpdatedAt?: string | undefined;
|
|
49397
|
+
cancelAt?: string | null | undefined;
|
|
49398
|
+
billingType?: "Auto" | "Invoice" | undefined;
|
|
49399
|
+
daysUntilDue?: number | undefined;
|
|
49400
|
+
};
|
|
49401
|
+
npmRegistry?: {
|
|
49402
|
+
enabledScopes: string[];
|
|
49403
|
+
bypassProxy: boolean;
|
|
49404
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
49405
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
49406
|
+
registryUrl: string;
|
|
49407
|
+
proxyUrl: string;
|
|
49408
|
+
customRegistryUrl?: string | undefined;
|
|
49409
|
+
accessToken?: string | undefined;
|
|
49410
|
+
username?: string | undefined;
|
|
49411
|
+
password?: string | undefined;
|
|
49412
|
+
} | undefined;
|
|
49413
|
+
};
|
|
49414
|
+
}[];
|
|
49415
|
+
}>;
|
|
49416
|
+
delete(uid: string): Promise<{
|
|
49417
|
+
user: {
|
|
49418
|
+
id: string;
|
|
49419
|
+
createdAt: Date;
|
|
49420
|
+
profile: {
|
|
49421
|
+
name: string;
|
|
49422
|
+
avatar?: string | undefined;
|
|
49423
|
+
nickname?: string | undefined;
|
|
49424
|
+
onboarding?: {
|
|
49425
|
+
companyName?: string | undefined;
|
|
49426
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
49427
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
49428
|
+
department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
|
|
49429
|
+
jobTitle?: string | undefined;
|
|
49430
|
+
phase?: string | undefined;
|
|
49431
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
49432
|
+
designSystemName?: string | undefined;
|
|
49433
|
+
defaultDestination?: string | undefined;
|
|
49434
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
49435
|
+
} | undefined;
|
|
49436
|
+
};
|
|
49437
|
+
email: string;
|
|
49438
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
49439
|
+
loggedOutAt?: Date | undefined;
|
|
49440
|
+
};
|
|
49441
|
+
}>;
|
|
49442
|
+
updateProfile(uid: string, body: DTOUserProfileUpdate): Promise<{
|
|
49443
|
+
user: {
|
|
49444
|
+
id: string;
|
|
49445
|
+
createdAt: Date;
|
|
49446
|
+
profile: {
|
|
49447
|
+
name: string;
|
|
49448
|
+
avatar?: string | undefined;
|
|
49449
|
+
nickname?: string | undefined;
|
|
49450
|
+
onboarding?: {
|
|
49451
|
+
companyName?: string | undefined;
|
|
49452
|
+
numberOfPeopleInOrg?: string | undefined;
|
|
49453
|
+
numberOfPeopleInDesignTeam?: string | undefined;
|
|
49454
|
+
department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
|
|
49455
|
+
jobTitle?: string | undefined;
|
|
49456
|
+
phase?: string | undefined;
|
|
49457
|
+
jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
|
|
49458
|
+
designSystemName?: string | undefined;
|
|
49459
|
+
defaultDestination?: string | undefined;
|
|
49460
|
+
isPageDraftOnboardingFinished?: boolean | undefined;
|
|
49461
|
+
} | undefined;
|
|
49462
|
+
};
|
|
49463
|
+
email: string;
|
|
49464
|
+
source?: "SignUp" | "Invite" | "SSO" | undefined;
|
|
49465
|
+
loggedOutAt?: Date | undefined;
|
|
49466
|
+
};
|
|
49467
|
+
}>;
|
|
49468
|
+
}
|
|
49469
|
+
|
|
49398
49470
|
type SupernovaApiClientConfig = {
|
|
49399
49471
|
host: string;
|
|
49400
49472
|
accessToken: string;
|
|
@@ -51959,4 +52031,4 @@ declare class FrontendVersionRoomYDoc {
|
|
|
51959
52031
|
|
|
51960
52032
|
declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
|
|
51961
52033
|
|
|
51962
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODiffCountBase, 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, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemMembersEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, SupernovaApiClient, TokenCollectionsEndpoint, UsersEndpoint, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
52034
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateThemeInput, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODiffCountBase, 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, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemMembersEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokensEndpoint, UsersEndpoint, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|