altair-graphql-core 8.1.5 → 8.2.0
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/.turbo/turbo-bootstrap.log +16 -4
- package/build/cjs/config/urls.d.ts +1 -0
- package/build/cjs/config/urls.js +3 -0
- package/build/cjs/plugin/server/types.d.ts +38 -0
- package/build/cjs/plugin/server/types.js +3 -0
- package/build/cjs/typegen/partial-settings.d.ts +3 -0
- package/build/cjs/typegen/partial-settings.js +3 -0
- package/build/cjs/typegen/plugins-yaml-manifest.d.ts +3 -0
- package/build/cjs/typegen/plugins-yaml-manifest.js +3 -0
- package/build/cjs/typegen/settings.d.ts +3 -0
- package/build/cjs/typegen/settings.js +3 -0
- package/build/config/urls.d.ts +1 -0
- package/build/config/urls.js +3 -0
- package/build/plugin/server/types.d.ts +38 -0
- package/build/plugin/server/types.js +2 -0
- package/build/typegen/partial-settings.d.ts +3 -0
- package/build/typegen/partial-settings.js +2 -0
- package/build/{partial_settings.schema.json → typegen/partial_settings.schema.json} +11 -0
- package/build/typegen/plugins-yaml-manifest.d.ts +3 -0
- package/build/typegen/plugins-yaml-manifest.js +2 -0
- package/build/typegen/plugins_yaml_manifest.schema.json +57 -0
- package/build/typegen/settings.d.ts +3 -0
- package/build/typegen/settings.js +2 -0
- package/build/{settings.schema.json → typegen/settings.schema.json} +17 -0
- package/build/typegen/validate-partial-settings.d.ts +4 -0
- package/build/typegen/validate-partial-settings.js +1 -0
- package/build/typegen/validate-plugins-yaml-manifest.d.ts +4 -0
- package/build/typegen/validate-plugins-yaml-manifest.js +1 -0
- package/build/typegen/validate-settings.d.ts +4 -0
- package/build/typegen/validate-settings.js +1 -0
- package/package.json +2 -1
- package/scripts/build.js +1 -1
- package/scripts/copy_settings_d_ts.js +52 -22
- package/build/validate-partial-settings.d.ts +0 -4
- package/build/validate-partial-settings.js +0 -1
- package/build/validate-settings.d.ts +0 -4
- package/build/validate-settings.js +0 -1
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> altair-graphql-core@8.
|
|
2
|
+
> altair-graphql-core@8.2.0 bootstrap /home/runner/work/altair/altair/packages/altair-core
|
|
3
3
|
> pnpm build
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> altair-graphql-core@8.
|
|
6
|
+
> altair-graphql-core@8.2.0 build /home/runner/work/altair/altair/packages/altair-core
|
|
7
7
|
> node ./scripts/build.js
|
|
8
8
|
|
|
9
|
+
Generating types for partial-settings ...
|
|
10
|
+
Generating types for plugins-yaml-manifest ...
|
|
11
|
+
Generating types for settings ...
|
|
9
12
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/ai/constants.js
|
|
10
13
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/ai/types.js
|
|
11
14
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/authorization/authorization-provider.js
|
|
@@ -50,6 +53,7 @@ Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/plug
|
|
|
50
53
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/plugin/event/event.interfaces.js
|
|
51
54
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/plugin/panel.js
|
|
52
55
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/plugin/plugin.interfaces.js
|
|
56
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/plugin/server/types.js
|
|
53
57
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/plugin/ui-action.js
|
|
54
58
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/plugin/v3/capabilities.js
|
|
55
59
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/plugin/v3/context.js
|
|
@@ -90,6 +94,9 @@ Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/them
|
|
|
90
94
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/theme/defaults/light.js
|
|
91
95
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/theme/index.js
|
|
92
96
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/theme/theme.js
|
|
97
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/typegen/partial-settings.js
|
|
98
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/typegen/plugins-yaml-manifest.js
|
|
99
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/typegen/settings.js
|
|
93
100
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/types/messaging.js
|
|
94
101
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/types/shared.js
|
|
95
102
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/cjs/types/state/account.interfaces.js
|
|
@@ -150,6 +157,7 @@ Edited file: /home/runner/work/altair/altair/packages/altair-core/build/plugin/c
|
|
|
150
157
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/plugin/event/event.interfaces.js
|
|
151
158
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/plugin/panel.js
|
|
152
159
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/plugin/plugin.interfaces.js
|
|
160
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/plugin/server/types.js
|
|
153
161
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/plugin/ui-action.js
|
|
154
162
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/plugin/v3/capabilities.js
|
|
155
163
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/plugin/v3/context.js
|
|
@@ -190,6 +198,12 @@ Edited file: /home/runner/work/altair/altair/packages/altair-core/build/theme/de
|
|
|
190
198
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/theme/defaults/light.js
|
|
191
199
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/theme/index.js
|
|
192
200
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/theme/theme.js
|
|
201
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/typegen/partial-settings.js
|
|
202
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/typegen/plugins-yaml-manifest.js
|
|
203
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/typegen/settings.js
|
|
204
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/typegen/validate-partial-settings.js
|
|
205
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/typegen/validate-plugins-yaml-manifest.js
|
|
206
|
+
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/typegen/validate-settings.js
|
|
193
207
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/types/messaging.js
|
|
194
208
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/types/shared.js
|
|
195
209
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/types/state/account.interfaces.js
|
|
@@ -228,5 +242,3 @@ Edited file: /home/runner/work/altair/altair/packages/altair-core/build/utils/js
|
|
|
228
242
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/utils/logger.js
|
|
229
243
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/utils/url.js
|
|
230
244
|
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/utils/value-object.js
|
|
231
|
-
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/validate-partial-settings.js
|
|
232
|
-
Edited file: /home/runner/work/altair/altair/packages/altair-core/build/validate-settings.js
|
package/build/cjs/config/urls.js
CHANGED
|
@@ -6,6 +6,7 @@ exports.urlMap = {
|
|
|
6
6
|
api: 'http://localhost:3000',
|
|
7
7
|
loginClient: 'http://localhost:1234',
|
|
8
8
|
sandbox: 'http://localhost:5123',
|
|
9
|
+
docs: 'http://localhost:6025',
|
|
9
10
|
},
|
|
10
11
|
production: {
|
|
11
12
|
api: undefined ?? 'https://api.altairgraphql.dev',
|
|
@@ -13,11 +14,13 @@ exports.urlMap = {
|
|
|
13
14
|
'https://redir.altairgraphql.dev',
|
|
14
15
|
sandbox: undefined ??
|
|
15
16
|
'https://sandbox.altairgraphql.dev',
|
|
17
|
+
docs: undefined ?? 'https://altairgraphql.dev',
|
|
16
18
|
},
|
|
17
19
|
testing: {
|
|
18
20
|
api: 'http://localhost:3000',
|
|
19
21
|
loginClient: 'http://localhost:1234',
|
|
20
22
|
sandbox: 'http://localhost:5123',
|
|
23
|
+
docs: 'http://localhost:6025',
|
|
21
24
|
},
|
|
22
25
|
};
|
|
23
26
|
//# sourceMappingURL=urls.js.map
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Altair Plugin Server - Plugin definition
|
|
3
|
+
*/
|
|
4
|
+
export interface APSPluginDefinition {
|
|
5
|
+
/**
|
|
6
|
+
* The plugin ID (used to install the plugin)
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The display name of the plugin
|
|
11
|
+
*/
|
|
12
|
+
name: string;
|
|
13
|
+
/**
|
|
14
|
+
* The description of the plugin
|
|
15
|
+
*/
|
|
16
|
+
description: string;
|
|
17
|
+
/**
|
|
18
|
+
* The author of the plugin
|
|
19
|
+
*/
|
|
20
|
+
author: string;
|
|
21
|
+
/**
|
|
22
|
+
* The GitHub repository of the plugin
|
|
23
|
+
*/
|
|
24
|
+
repository: string;
|
|
25
|
+
/**
|
|
26
|
+
* The homepage of the plugin
|
|
27
|
+
*/
|
|
28
|
+
homepage?: string;
|
|
29
|
+
}
|
|
30
|
+
export interface APSApprovedPluginsYamlManifest {
|
|
31
|
+
plugins: {
|
|
32
|
+
[id: string]: APSPluginDefinition;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export interface APSPluginListResponse {
|
|
36
|
+
plugins: APSPluginDefinition[];
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=types.d.ts.map
|
package/build/config/urls.d.ts
CHANGED
package/build/config/urls.js
CHANGED
|
@@ -3,6 +3,7 @@ export const urlMap = {
|
|
|
3
3
|
api: 'http://localhost:3000',
|
|
4
4
|
loginClient: 'http://localhost:1234',
|
|
5
5
|
sandbox: 'http://localhost:5123',
|
|
6
|
+
docs: 'http://localhost:6025',
|
|
6
7
|
},
|
|
7
8
|
production: {
|
|
8
9
|
api: undefined ?? 'https://api.altairgraphql.dev',
|
|
@@ -10,11 +11,13 @@ export const urlMap = {
|
|
|
10
11
|
'https://redir.altairgraphql.dev',
|
|
11
12
|
sandbox: undefined ??
|
|
12
13
|
'https://sandbox.altairgraphql.dev',
|
|
14
|
+
docs: undefined ?? 'https://altairgraphql.dev',
|
|
13
15
|
},
|
|
14
16
|
testing: {
|
|
15
17
|
api: 'http://localhost:3000',
|
|
16
18
|
loginClient: 'http://localhost:1234',
|
|
17
19
|
sandbox: 'http://localhost:5123',
|
|
20
|
+
docs: 'http://localhost:6025',
|
|
18
21
|
},
|
|
19
22
|
};
|
|
20
23
|
//# sourceMappingURL=urls.js.map
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Altair Plugin Server - Plugin definition
|
|
3
|
+
*/
|
|
4
|
+
export interface APSPluginDefinition {
|
|
5
|
+
/**
|
|
6
|
+
* The plugin ID (used to install the plugin)
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The display name of the plugin
|
|
11
|
+
*/
|
|
12
|
+
name: string;
|
|
13
|
+
/**
|
|
14
|
+
* The description of the plugin
|
|
15
|
+
*/
|
|
16
|
+
description: string;
|
|
17
|
+
/**
|
|
18
|
+
* The author of the plugin
|
|
19
|
+
*/
|
|
20
|
+
author: string;
|
|
21
|
+
/**
|
|
22
|
+
* The GitHub repository of the plugin
|
|
23
|
+
*/
|
|
24
|
+
repository: string;
|
|
25
|
+
/**
|
|
26
|
+
* The homepage of the plugin
|
|
27
|
+
*/
|
|
28
|
+
homepage?: string;
|
|
29
|
+
}
|
|
30
|
+
export interface APSApprovedPluginsYamlManifest {
|
|
31
|
+
plugins: {
|
|
32
|
+
[id: string]: APSPluginDefinition;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export interface APSPluginListResponse {
|
|
36
|
+
plugins: APSPluginDefinition[];
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"additionalProperties": false,
|
|
3
4
|
"definitions": {
|
|
4
5
|
"MultiResponseStrategy": {
|
|
5
6
|
"enum": [
|
|
@@ -11,9 +12,11 @@
|
|
|
11
12
|
"type": "string"
|
|
12
13
|
},
|
|
13
14
|
"Record<string,string>": {
|
|
15
|
+
"additionalProperties": false,
|
|
14
16
|
"type": "object"
|
|
15
17
|
},
|
|
16
18
|
"RecursivePartial<ITheme>": {
|
|
19
|
+
"additionalProperties": false,
|
|
17
20
|
"properties": {
|
|
18
21
|
"colors": {
|
|
19
22
|
"$ref": "#/definitions/RecursivePartial<{black:string;darkGray:string;gray:string;lightGray:string;white:string;green:string;blue:string;rose:string;cerise:string;red:string;orange:string;yellow:string;lightRed:string;darkPurple:string;primary:string;secondary:string;tertiary:string;bg:string;offBg:string;font:string;offFont:string;border:string;offBorder:string;headerBg:string;}>"
|
|
@@ -37,6 +40,7 @@
|
|
|
37
40
|
"type": "object"
|
|
38
41
|
},
|
|
39
42
|
"RecursivePartial<{base:number;remBase:number;body:number;bodySmaller:number;}>": {
|
|
43
|
+
"additionalProperties": false,
|
|
40
44
|
"properties": {
|
|
41
45
|
"base": {
|
|
42
46
|
"type": "number"
|
|
@@ -54,6 +58,7 @@
|
|
|
54
58
|
"type": "object"
|
|
55
59
|
},
|
|
56
60
|
"RecursivePartial<{black:string;darkGray:string;gray:string;lightGray:string;white:string;green:string;blue:string;rose:string;cerise:string;red:string;orange:string;yellow:string;lightRed:string;darkPurple:string;primary:string;secondary:string;tertiary:string;bg:string;offBg:string;font:string;offFont:string;border:string;offBorder:string;headerBg:string;}>": {
|
|
61
|
+
"additionalProperties": false,
|
|
57
62
|
"properties": {
|
|
58
63
|
"bg": {
|
|
59
64
|
"type": "string"
|
|
@@ -131,6 +136,7 @@
|
|
|
131
136
|
"type": "object"
|
|
132
137
|
},
|
|
133
138
|
"RecursivePartial<{color:string;opacity:number;}>": {
|
|
139
|
+
"additionalProperties": false,
|
|
134
140
|
"properties": {
|
|
135
141
|
"color": {
|
|
136
142
|
"type": "string"
|
|
@@ -142,6 +148,7 @@
|
|
|
142
148
|
"type": "object"
|
|
143
149
|
},
|
|
144
150
|
"RecursivePartial<{comment:string;string:string;number:string;variable:string;keyword:string;atom:string;attribute:string;property:string;punctuation:string;definition:string;builtin:string;cursor:string;}>": {
|
|
151
|
+
"additionalProperties": false,
|
|
145
152
|
"properties": {
|
|
146
153
|
"atom": {
|
|
147
154
|
"type": "string"
|
|
@@ -183,6 +190,7 @@
|
|
|
183
190
|
"type": "object"
|
|
184
191
|
},
|
|
185
192
|
"RecursivePartial<{default:string;}>": {
|
|
193
|
+
"additionalProperties": false,
|
|
186
194
|
"properties": {
|
|
187
195
|
"default": {
|
|
188
196
|
"type": "string"
|
|
@@ -191,6 +199,7 @@
|
|
|
191
199
|
"type": "object"
|
|
192
200
|
},
|
|
193
201
|
"RecursivePartial<{default:string;}>_1": {
|
|
202
|
+
"additionalProperties": false,
|
|
194
203
|
"properties": {
|
|
195
204
|
"default": {
|
|
196
205
|
"type": "string"
|
|
@@ -199,6 +208,7 @@
|
|
|
199
208
|
"type": "object"
|
|
200
209
|
},
|
|
201
210
|
"RecursivePartial<{fontFamily:{default:string;};fontSize:number;colors:{comment:string;string:string;number:string;variable:string;keyword:string;atom:string;attribute:string;property:string;punctuation:string;definition:string;builtin:string;cursor:string;};}>": {
|
|
211
|
+
"additionalProperties": false,
|
|
202
212
|
"properties": {
|
|
203
213
|
"colors": {
|
|
204
214
|
"$ref": "#/definitions/RecursivePartial<{comment:string;string:string;number:string;variable:string;keyword:string;atom:string;attribute:string;property:string;punctuation:string;definition:string;builtin:string;cursor:string;}>"
|
|
@@ -213,6 +223,7 @@
|
|
|
213
223
|
"type": "object"
|
|
214
224
|
},
|
|
215
225
|
"RecursivePartial<{fontSize:{base:number;remBase:number;body:number;bodySmaller:number;};fontFamily:{default:string;};}>": {
|
|
226
|
+
"additionalProperties": false,
|
|
216
227
|
"properties": {
|
|
217
228
|
"fontFamily": {
|
|
218
229
|
"$ref": "#/definitions/RecursivePartial<{default:string;}>"
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"additionalProperties": false,
|
|
4
|
+
"definitions": {
|
|
5
|
+
"APSPluginDefinition": {
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"description": "Altair Plugin Server - Plugin definition",
|
|
8
|
+
"properties": {
|
|
9
|
+
"author": {
|
|
10
|
+
"description": "The author of the plugin",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"description": {
|
|
14
|
+
"description": "The description of the plugin",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"homepage": {
|
|
18
|
+
"description": "The homepage of the plugin",
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"id": {
|
|
22
|
+
"description": "The plugin ID (used to install the plugin)",
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"name": {
|
|
26
|
+
"description": "The display name of the plugin",
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"description": "The GitHub repository of the plugin",
|
|
31
|
+
"type": "string"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"required": [
|
|
35
|
+
"author",
|
|
36
|
+
"description",
|
|
37
|
+
"id",
|
|
38
|
+
"name",
|
|
39
|
+
"repository"
|
|
40
|
+
],
|
|
41
|
+
"type": "object"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"properties": {
|
|
45
|
+
"plugins": {
|
|
46
|
+
"additionalProperties": {
|
|
47
|
+
"$ref": "#/definitions/APSPluginDefinition"
|
|
48
|
+
},
|
|
49
|
+
"type": "object"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"required": [
|
|
53
|
+
"plugins"
|
|
54
|
+
],
|
|
55
|
+
"type": "object"
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"additionalProperties": false,
|
|
3
4
|
"definitions": {
|
|
4
5
|
"MultiResponseStrategy": {
|
|
5
6
|
"enum": [
|
|
@@ -11,9 +12,11 @@
|
|
|
11
12
|
"type": "string"
|
|
12
13
|
},
|
|
13
14
|
"Record<string,string>": {
|
|
15
|
+
"additionalProperties": false,
|
|
14
16
|
"type": "object"
|
|
15
17
|
},
|
|
16
18
|
"RecursivePartial<ITheme>": {
|
|
19
|
+
"additionalProperties": false,
|
|
17
20
|
"properties": {
|
|
18
21
|
"colors": {
|
|
19
22
|
"$ref": "#/definitions/RecursivePartial<{black:string;darkGray:string;gray:string;lightGray:string;white:string;green:string;blue:string;rose:string;cerise:string;red:string;orange:string;yellow:string;lightRed:string;darkPurple:string;primary:string;secondary:string;tertiary:string;bg:string;offBg:string;font:string;offFont:string;border:string;offBorder:string;headerBg:string;}>"
|
|
@@ -37,6 +40,7 @@
|
|
|
37
40
|
"type": "object"
|
|
38
41
|
},
|
|
39
42
|
"RecursivePartial<{base:number;remBase:number;body:number;bodySmaller:number;}>": {
|
|
43
|
+
"additionalProperties": false,
|
|
40
44
|
"properties": {
|
|
41
45
|
"base": {
|
|
42
46
|
"type": "number"
|
|
@@ -54,6 +58,7 @@
|
|
|
54
58
|
"type": "object"
|
|
55
59
|
},
|
|
56
60
|
"RecursivePartial<{black:string;darkGray:string;gray:string;lightGray:string;white:string;green:string;blue:string;rose:string;cerise:string;red:string;orange:string;yellow:string;lightRed:string;darkPurple:string;primary:string;secondary:string;tertiary:string;bg:string;offBg:string;font:string;offFont:string;border:string;offBorder:string;headerBg:string;}>": {
|
|
61
|
+
"additionalProperties": false,
|
|
57
62
|
"properties": {
|
|
58
63
|
"bg": {
|
|
59
64
|
"type": "string"
|
|
@@ -131,6 +136,7 @@
|
|
|
131
136
|
"type": "object"
|
|
132
137
|
},
|
|
133
138
|
"RecursivePartial<{color:string;opacity:number;}>": {
|
|
139
|
+
"additionalProperties": false,
|
|
134
140
|
"properties": {
|
|
135
141
|
"color": {
|
|
136
142
|
"type": "string"
|
|
@@ -142,6 +148,7 @@
|
|
|
142
148
|
"type": "object"
|
|
143
149
|
},
|
|
144
150
|
"RecursivePartial<{comment:string;string:string;number:string;variable:string;keyword:string;atom:string;attribute:string;property:string;punctuation:string;definition:string;builtin:string;cursor:string;}>": {
|
|
151
|
+
"additionalProperties": false,
|
|
145
152
|
"properties": {
|
|
146
153
|
"atom": {
|
|
147
154
|
"type": "string"
|
|
@@ -183,6 +190,7 @@
|
|
|
183
190
|
"type": "object"
|
|
184
191
|
},
|
|
185
192
|
"RecursivePartial<{default:string;}>": {
|
|
193
|
+
"additionalProperties": false,
|
|
186
194
|
"properties": {
|
|
187
195
|
"default": {
|
|
188
196
|
"type": "string"
|
|
@@ -191,6 +199,7 @@
|
|
|
191
199
|
"type": "object"
|
|
192
200
|
},
|
|
193
201
|
"RecursivePartial<{default:string;}>_1": {
|
|
202
|
+
"additionalProperties": false,
|
|
194
203
|
"properties": {
|
|
195
204
|
"default": {
|
|
196
205
|
"type": "string"
|
|
@@ -199,6 +208,7 @@
|
|
|
199
208
|
"type": "object"
|
|
200
209
|
},
|
|
201
210
|
"RecursivePartial<{fontFamily:{default:string;};fontSize:number;colors:{comment:string;string:string;number:string;variable:string;keyword:string;atom:string;attribute:string;property:string;punctuation:string;definition:string;builtin:string;cursor:string;};}>": {
|
|
211
|
+
"additionalProperties": false,
|
|
202
212
|
"properties": {
|
|
203
213
|
"colors": {
|
|
204
214
|
"$ref": "#/definitions/RecursivePartial<{comment:string;string:string;number:string;variable:string;keyword:string;atom:string;attribute:string;property:string;punctuation:string;definition:string;builtin:string;cursor:string;}>"
|
|
@@ -213,6 +223,7 @@
|
|
|
213
223
|
"type": "object"
|
|
214
224
|
},
|
|
215
225
|
"RecursivePartial<{fontSize:{base:number;remBase:number;body:number;bodySmaller:number;};fontFamily:{default:string;};}>": {
|
|
226
|
+
"additionalProperties": false,
|
|
216
227
|
"properties": {
|
|
217
228
|
"fontFamily": {
|
|
218
229
|
"$ref": "#/definitions/RecursivePartial<{default:string;}>"
|
|
@@ -393,6 +404,12 @@
|
|
|
393
404
|
"description": "Theme config object for dark mode"
|
|
394
405
|
}
|
|
395
406
|
},
|
|
407
|
+
"required": [
|
|
408
|
+
"addQueryDepthLimit",
|
|
409
|
+
"language",
|
|
410
|
+
"tabSize",
|
|
411
|
+
"theme"
|
|
412
|
+
],
|
|
396
413
|
"type": "object"
|
|
397
414
|
}
|
|
398
415
|
|