@scalar/workspace-store 0.17.0 → 0.17.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/CHANGELOG.md +17 -0
- package/dist/client.d.ts +14 -14
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +43 -20
- package/dist/client.js.map +2 -2
- package/dist/mutators/request.d.ts +1 -1
- package/dist/mutators/request.d.ts.map +1 -1
- package/dist/mutators/request.js.map +1 -1
- package/dist/schemas/inmemory-workspace.d.ts +2 -2
- package/dist/schemas/reference-config/index.d.ts +2 -2
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/index.js.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +2 -2
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.js.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +34 -34
- package/dist/schemas/v3.1/strict/schema.d.ts +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +1 -1
- package/dist/schemas/v3.1/strict/schema.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +2 -2
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.js.map +1 -1
- package/dist/schemas/workspace.d.ts +7 -7
- package/package.json +7 -7
|
@@ -311,7 +311,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
311
311
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
312
312
|
}>]>;
|
|
313
313
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
314
|
-
|
|
314
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
315
315
|
}>, import("@scalar/typebox").TObject<{
|
|
316
316
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
317
317
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1690,7 +1690,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
1690
1690
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
1691
1691
|
}>]>;
|
|
1692
1692
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1693
|
-
|
|
1693
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
1694
1694
|
}>, import("@scalar/typebox").TObject<{
|
|
1695
1695
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1696
1696
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3041,7 +3041,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3041
3041
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
3042
3042
|
}>]>;
|
|
3043
3043
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3044
|
-
|
|
3044
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
3045
3045
|
}>, import("@scalar/typebox").TObject<{
|
|
3046
3046
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3047
3047
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -4408,7 +4408,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4408
4408
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
4409
4409
|
}>]>;
|
|
4410
4410
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4411
|
-
|
|
4411
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
4412
4412
|
}>, import("@scalar/typebox").TObject<{
|
|
4413
4413
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4414
4414
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5763,7 +5763,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5763
5763
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
5764
5764
|
}>]>;
|
|
5765
5765
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5766
|
-
|
|
5766
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
5767
5767
|
}>, import("@scalar/typebox").TObject<{
|
|
5768
5768
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5769
5769
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7129,7 +7129,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7129
7129
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
7130
7130
|
}>]>;
|
|
7131
7131
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7132
|
-
|
|
7132
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
7133
7133
|
}>, import("@scalar/typebox").TObject<{
|
|
7134
7134
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7135
7135
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8480,7 +8480,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8480
8480
|
'x-scalar-stability': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"deprecated">, import("@scalar/typebox").TLiteral<"experimental">, import("@scalar/typebox").TLiteral<"stable">]>>;
|
|
8481
8481
|
}>]>;
|
|
8482
8482
|
SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8483
|
-
|
|
8483
|
+
__scalar_: import("@scalar/typebox").TString;
|
|
8484
8484
|
}>, import("@scalar/typebox").TObject<{
|
|
8485
8485
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8486
8486
|
title: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"openapi",
|
|
17
17
|
"scalar"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.17.
|
|
19
|
+
"version": "0.17.1",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|
|
22
22
|
},
|
|
@@ -75,15 +75,15 @@
|
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@scalar/typebox": "0.1.1",
|
|
77
77
|
"github-slugger": "^2.0.0",
|
|
78
|
-
"type-fest": "
|
|
78
|
+
"type-fest": "5.0.0",
|
|
79
79
|
"vue": "^3.5.17",
|
|
80
80
|
"yaml": "2.8.0",
|
|
81
81
|
"@scalar/code-highlight": "0.2.0",
|
|
82
|
-
"@scalar/helpers": "0.0.
|
|
83
|
-
"@scalar/
|
|
84
|
-
"@scalar/
|
|
85
|
-
"@scalar/
|
|
86
|
-
"@scalar/
|
|
82
|
+
"@scalar/helpers": "0.0.12",
|
|
83
|
+
"@scalar/snippetz": "0.5.1",
|
|
84
|
+
"@scalar/json-magic": "0.6.1",
|
|
85
|
+
"@scalar/types": "0.3.2",
|
|
86
|
+
"@scalar/openapi-upgrader": "0.1.3"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@google-cloud/storage": "7.16.0",
|