@adminide-stack/extension-api 5.0.1-alpha.9 → 6.0.2-alpha.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/lib/connections/jsonrpc2/connection.js +5 -13
- package/lib/connections/jsonrpc2/events.js +3 -4
- package/lib/connections/jsonrpc2/linkedMap.js +3 -4
- package/lib/connections/jsonrpc2/messages.js +6 -7
- package/lib/connections/jsonrpc2/test-helper.js +4 -6
- package/lib/connections/jsonrpc2/trace.js +3 -6
- package/lib/connections/jsonrpc2/transport.js +3 -5
- package/lib/connections/jsonrpc2/transports/webWorker.js +3 -5
- package/lib/connections/proxy/proxy.js +7 -8
- package/lib/connections/remote-rpc/browser-remote-rpc.js +3 -9
- package/lib/connections/remote-rpc/rxjs-websockets.d.ts +1 -1
- package/lib/connections/remote-rpc/rxjs-websockets.js +4 -8
- package/lib/constants/action-types.js +5 -6
- package/lib/constants/types.js +2 -3
- package/lib/core/expr/evaluator.js +6 -9
- package/lib/core/expr/lexer.js +6 -7
- package/lib/core/expr/parser.js +4 -6
- package/lib/core/types/ext-host-types.js +5 -8
- package/lib/index.d.ts +2 -0
- package/lib/index.js +1 -8
- package/lib/interfaces/context.d.ts +1 -1
- package/lib/interfaces/contributions/contribution.js +3 -4
- package/lib/interfaces/ext-services/ext-services.d.ts +2 -1
- package/lib/interfaces/generated-models.d.ts +1258 -1086
- package/lib/interfaces/generated-models.js +82 -253
- package/lib/interfaces/graphql.d.ts +1 -1
- package/lib/interfaces/graphql.js +1 -2
- package/lib/interfaces/model.js +2 -3
- package/lib/interfaces/platform-context.d.ts +1 -1
- package/lib/interfaces/text-document.js +4 -6
- package/lib/interfaces/webview/webview.js +2 -3
- package/lib/protocol/client.protocol.js +3 -5
- package/lib/protocol/common.protocol.js +6 -8
- package/lib/protocol/editor-missing-types.js +2 -3
- package/lib/protocol/index.d.ts +3 -0
- package/lib/protocol/proxy-identifier.js +8 -9
- package/lib/protocol/rpc-logger.js +3 -6
- package/lib/protocol/rpc-protocol.js +10 -20
- package/lib/protocol/server.protocol.js +14 -16
- package/lib/protocol/shared/editor.js +4 -6
- package/lib/protocol/temporary-types.js +4 -13
- package/lib/protocol/utils/lazy-promise.js +3 -6
- package/lib/utils/abortable-rx.d.ts +32 -0
- package/lib/utils/abortable-rx.js +112 -0
- package/lib/utils/errors.js +3 -4
- package/lib/utils/extensions.js +3 -5
- package/lib/utils/helper.test.js +2 -3
- package/lib/utils/paths-util.js +5 -7
- package/lib/utils/rxjs/combineLatestOrDefault.js +3 -10
- package/lib/utils/util.js +7 -9
- package/lib/worker-lib/webWorkerLink.d.ts +1 -1
- package/package.json +7 -5
- package/lib/connections/jsonrpc2/connection.js.map +0 -1
- package/lib/connections/jsonrpc2/connection.test.js +0 -441
- package/lib/connections/jsonrpc2/connection.test.js.map +0 -1
- package/lib/connections/jsonrpc2/events.js.map +0 -1
- package/lib/connections/jsonrpc2/index.js +0 -8
- package/lib/connections/jsonrpc2/index.js.map +0 -1
- package/lib/connections/jsonrpc2/linkedMap.js.map +0 -1
- package/lib/connections/jsonrpc2/linkedMap.test.js +0 -60
- package/lib/connections/jsonrpc2/linkedMap.test.js.map +0 -1
- package/lib/connections/jsonrpc2/messages.js.map +0 -1
- package/lib/connections/jsonrpc2/test-helper.js.map +0 -1
- package/lib/connections/jsonrpc2/trace.js.map +0 -1
- package/lib/connections/jsonrpc2/transport.js.map +0 -1
- package/lib/connections/jsonrpc2/transports/browser-websocket.d.ts +0 -0
- package/lib/connections/jsonrpc2/transports/browser-websocket.js +0 -189
- package/lib/connections/jsonrpc2/transports/browser-websocket.js.map +0 -1
- package/lib/connections/jsonrpc2/transports/merged.d.ts +0 -0
- package/lib/connections/jsonrpc2/transports/merged.js +0 -239
- package/lib/connections/jsonrpc2/transports/merged.js.map +0 -1
- package/lib/connections/jsonrpc2/transports/webSocket.d.ts +0 -0
- package/lib/connections/jsonrpc2/transports/webSocket.js +0 -138
- package/lib/connections/jsonrpc2/transports/webSocket.js.map +0 -1
- package/lib/connections/jsonrpc2/transports/webWorker.js.map +0 -1
- package/lib/connections/proxy/index.js +0 -2
- package/lib/connections/proxy/index.js.map +0 -1
- package/lib/connections/proxy/proxy.js.map +0 -1
- package/lib/connections/proxy/proxy.test.js +0 -53
- package/lib/connections/proxy/proxy.test.js.map +0 -1
- package/lib/connections/remote-rpc/browser-remote-rpc.js.map +0 -1
- package/lib/connections/remote-rpc/browser-server-rpc.test.d.ts +0 -0
- package/lib/connections/remote-rpc/browser-server-rpc.test.js +0 -317
- package/lib/connections/remote-rpc/browser-server-rpc.test.js.map +0 -1
- package/lib/connections/remote-rpc/index.js +0 -2
- package/lib/connections/remote-rpc/index.js.map +0 -1
- package/lib/connections/remote-rpc/old-browser-remote-rpc.js +0 -37
- package/lib/connections/remote-rpc/old-browser-remote-rpc.js.map +0 -1
- package/lib/connections/remote-rpc/rxjs-websockets.js.map +0 -1
- package/lib/constants/action-types.js.map +0 -1
- package/lib/constants/index.js +0 -3
- package/lib/constants/index.js.map +0 -1
- package/lib/constants/types.js.map +0 -1
- package/lib/core/expr/evaluator.js.map +0 -1
- package/lib/core/expr/evaluator.test.js +0 -50
- package/lib/core/expr/evaluator.test.js.map +0 -1
- package/lib/core/expr/index.js +0 -4
- package/lib/core/expr/index.js.map +0 -1
- package/lib/core/expr/lexer.js.map +0 -1
- package/lib/core/expr/parser.js.map +0 -1
- package/lib/core/index.js +0 -3
- package/lib/core/index.js.map +0 -1
- package/lib/core/types/ext-host-types-bk.d.ts +0 -0
- package/lib/core/types/ext-host-types-bk.js +0 -1275
- package/lib/core/types/ext-host-types-bk.js.map +0 -1
- package/lib/core/types/ext-host-types.js.map +0 -1
- package/lib/core/types/index.js +0 -2
- package/lib/core/types/index.js.map +0 -1
- package/lib/errors/errors.js +0 -9
- package/lib/errors/errors.js.map +0 -1
- package/lib/errors/index.js +0 -2
- package/lib/errors/index.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/interfaces/command.js +0 -2
- package/lib/interfaces/command.js.map +0 -1
- package/lib/interfaces/configuration.js +0 -2
- package/lib/interfaces/configuration.js.map +0 -1
- package/lib/interfaces/connection.js +0 -2
- package/lib/interfaces/connection.js.map +0 -1
- package/lib/interfaces/context.js +0 -2
- package/lib/interfaces/context.js.map +0 -1
- package/lib/interfaces/contributions/contribution-service.js +0 -2
- package/lib/interfaces/contributions/contribution-service.js.map +0 -1
- package/lib/interfaces/contributions/contribution.js.map +0 -1
- package/lib/interfaces/contributions/index.js +0 -3
- package/lib/interfaces/contributions/index.js.map +0 -1
- package/lib/interfaces/controller.js +0 -2
- package/lib/interfaces/controller.js.map +0 -1
- package/lib/interfaces/errors.js +0 -2
- package/lib/interfaces/errors.js.map +0 -1
- package/lib/interfaces/ext-services/contributon-registry.js +0 -2
- package/lib/interfaces/ext-services/contributon-registry.js.map +0 -1
- package/lib/interfaces/ext-services/ext-services.js +0 -2
- package/lib/interfaces/ext-services/ext-services.js.map +0 -1
- package/lib/interfaces/ext-services/extension-service.js +0 -2
- package/lib/interfaces/ext-services/extension-service.js.map +0 -1
- package/lib/interfaces/ext-services/index.js +0 -9
- package/lib/interfaces/ext-services/index.js.map +0 -1
- package/lib/interfaces/ext-services/model-service.js +0 -2
- package/lib/interfaces/ext-services/model-service.js.map +0 -1
- package/lib/interfaces/ext-services/panel-view-registry.js +0 -2
- package/lib/interfaces/ext-services/panel-view-registry.js.map +0 -1
- package/lib/interfaces/ext-services/settings-service.js +0 -2
- package/lib/interfaces/ext-services/settings-service.js.map +0 -1
- package/lib/interfaces/ext-services/view-service.js +0 -2
- package/lib/interfaces/ext-services/view-service.js.map +0 -1
- package/lib/interfaces/ext-services/viewer-service.js +0 -4
- package/lib/interfaces/ext-services/viewer-service.js.map +0 -1
- package/lib/interfaces/extension-manifest.js +0 -2
- package/lib/interfaces/extension-manifest.js.map +0 -1
- package/lib/interfaces/extension.js +0 -2
- package/lib/interfaces/extension.js.map +0 -1
- package/lib/interfaces/generated-models.js.map +0 -1
- package/lib/interfaces/graphql.js.map +0 -1
- package/lib/interfaces/index.js +0 -22
- package/lib/interfaces/index.js.map +0 -1
- package/lib/interfaces/languages-types.js +0 -2
- package/lib/interfaces/languages-types.js.map +0 -1
- package/lib/interfaces/model.js.map +0 -1
- package/lib/interfaces/plain-types.js +0 -5
- package/lib/interfaces/plain-types.js.map +0 -1
- package/lib/interfaces/plainTypes.js +0 -2
- package/lib/interfaces/plainTypes.js.map +0 -1
- package/lib/interfaces/platform-context.js +0 -2
- package/lib/interfaces/platform-context.js.map +0 -1
- package/lib/interfaces/react-props/action-item.js +0 -2
- package/lib/interfaces/react-props/action-item.js.map +0 -1
- package/lib/interfaces/react-props/extension-controller.js +0 -2
- package/lib/interfaces/react-props/extension-controller.js.map +0 -1
- package/lib/interfaces/react-props/index.js +0 -4
- package/lib/interfaces/react-props/index.js.map +0 -1
- package/lib/interfaces/react-props/platform-context.js +0 -2
- package/lib/interfaces/react-props/platform-context.js.map +0 -1
- package/lib/interfaces/registry-extension.js +0 -2
- package/lib/interfaces/registry-extension.js.map +0 -1
- package/lib/interfaces/settings.js +0 -2
- package/lib/interfaces/settings.js.map +0 -1
- package/lib/interfaces/text-document.js.map +0 -1
- package/lib/interfaces/webview/index.js +0 -4
- package/lib/interfaces/webview/index.js.map +0 -1
- package/lib/interfaces/webview/webview-manager-service.js +0 -2
- package/lib/interfaces/webview/webview-manager-service.js.map +0 -1
- package/lib/interfaces/webview/webview-port-mapping.js +0 -2
- package/lib/interfaces/webview/webview-port-mapping.js.map +0 -1
- package/lib/interfaces/webview/webview.js.map +0 -1
- package/lib/main.d.ts +0 -0
- package/lib/main.js +0 -3
- package/lib/main.js.map +0 -1
- package/lib/protocol/client.protocol.js.map +0 -1
- package/lib/protocol/common.protocol.js.map +0 -1
- package/lib/protocol/editor-missing-types.js.map +0 -1
- package/lib/protocol/index.js +0 -8
- package/lib/protocol/index.js.map +0 -1
- package/lib/protocol/proxy-identifier.js.map +0 -1
- package/lib/protocol/rpc-logger.js.map +0 -1
- package/lib/protocol/rpc-protocol.js.map +0 -1
- package/lib/protocol/rpc-protocol.test.js +0 -169
- package/lib/protocol/rpc-protocol.test.js.map +0 -1
- package/lib/protocol/server.protocol-bk.d.ts +0 -0
- package/lib/protocol/server.protocol-bk.js +0 -719
- package/lib/protocol/server.protocol-bk.js.map +0 -1
- package/lib/protocol/server.protocol.js.map +0 -1
- package/lib/protocol/shared/editor.js.map +0 -1
- package/lib/protocol/shared/tasks.js +0 -3
- package/lib/protocol/shared/tasks.js.map +0 -1
- package/lib/protocol/temporary-types.js.map +0 -1
- package/lib/protocol/utils/index.js +0 -2
- package/lib/protocol/utils/index.js.map +0 -1
- package/lib/protocol/utils/lazy-promise.js.map +0 -1
- package/lib/utils/errors.js.map +0 -1
- package/lib/utils/extensions.js.map +0 -1
- package/lib/utils/helper.test.js.map +0 -1
- package/lib/utils/index.js +0 -8
- package/lib/utils/index.js.map +0 -1
- package/lib/utils/paths-util.js.map +0 -1
- package/lib/utils/rxjs/combineLatestOrDefault.js.map +0 -1
- package/lib/utils/rxjs/combineLatestOrDefault.test.js +0 -50
- package/lib/utils/rxjs/combineLatestOrDefault.test.js.map +0 -1
- package/lib/utils/rxjs/index.js +0 -2
- package/lib/utils/rxjs/index.js.map +0 -1
- package/lib/utils/util.js.map +0 -1
- package/lib/worker-lib/MessageTypes.js +0 -6
- package/lib/worker-lib/MessageTypes.js.map +0 -1
- package/lib/worker-lib/index.js +0 -3
- package/lib/worker-lib/index.js.map +0 -1
- package/lib/worker-lib/webWorkerLink.js +0 -90
- package/lib/worker-lib/webWorkerLink.js.map +0 -1
- package/lib/worker-lib/workerUtils.js +0 -173
- package/lib/worker-lib/workerUtils.js.map +0 -1
@@ -1,8 +1,10 @@
|
|
1
|
-
import { URI, UriComponents } from '@vscode-alt/monaco-editor/esm/vs/base/common/uri';
|
1
|
+
import { URI, UriComponents } from '@vscode-alt/monaco-editor/esm/vs/base/common/uri.js';
|
2
2
|
import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
|
3
3
|
import { MyContext } from '@adminide-stack/core';
|
4
|
+
import { DocumentNode } from 'graphql';
|
4
5
|
import * as Apollo from '@apollo/client';
|
5
6
|
export type Maybe<T> = T | null;
|
7
|
+
export type InputMaybe<T> = Maybe<T>;
|
6
8
|
export type Exact<T extends {
|
7
9
|
[key: string]: unknown;
|
8
10
|
}> = {
|
@@ -14,92 +16,140 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
14
16
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
15
17
|
[SubKey in K]: Maybe<T[SubKey]>;
|
16
18
|
};
|
17
|
-
export type
|
18
|
-
[
|
19
|
-
}
|
19
|
+
export type MakeEmpty<T extends {
|
20
|
+
[key: string]: unknown;
|
21
|
+
}, K extends keyof T> = {
|
22
|
+
[_ in K]?: never;
|
23
|
+
};
|
24
|
+
export type Incremental<T> = T | {
|
25
|
+
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
26
|
+
};
|
27
|
+
export type RequireFields<T, K extends keyof T> = Omit<T, K> & {
|
20
28
|
[P in K]-?: NonNullable<T[P]>;
|
21
29
|
};
|
22
30
|
/** All built-in and custom scalars, mapped to their actual values */
|
23
31
|
export type Scalars = {
|
24
|
-
ID:
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
32
|
+
ID: {
|
33
|
+
input: string;
|
34
|
+
output: string;
|
35
|
+
};
|
36
|
+
String: {
|
37
|
+
input: string;
|
38
|
+
output: string;
|
39
|
+
};
|
40
|
+
Boolean: {
|
41
|
+
input: boolean;
|
42
|
+
output: boolean;
|
43
|
+
};
|
44
|
+
Int: {
|
45
|
+
input: number;
|
46
|
+
output: number;
|
47
|
+
};
|
48
|
+
Float: {
|
49
|
+
input: number;
|
50
|
+
output: number;
|
51
|
+
};
|
52
|
+
AnyObject: {
|
53
|
+
input: any;
|
54
|
+
output: any;
|
55
|
+
};
|
56
|
+
Date: {
|
57
|
+
input: any;
|
58
|
+
output: any;
|
59
|
+
};
|
60
|
+
DateTime: {
|
61
|
+
input: any;
|
62
|
+
output: any;
|
63
|
+
};
|
64
|
+
JSON: {
|
65
|
+
input: any;
|
66
|
+
output: any;
|
67
|
+
};
|
68
|
+
JSONObject: {
|
69
|
+
input: any;
|
70
|
+
output: any;
|
71
|
+
};
|
72
|
+
Observable: {
|
73
|
+
input: any;
|
74
|
+
output: any;
|
75
|
+
};
|
76
|
+
Time: {
|
77
|
+
input: any;
|
78
|
+
output: any;
|
79
|
+
};
|
80
|
+
URI: {
|
81
|
+
input: URI;
|
82
|
+
output: URI;
|
83
|
+
};
|
84
|
+
URIInput: {
|
85
|
+
input: URI | UriComponents;
|
86
|
+
output: URI | UriComponents;
|
87
|
+
};
|
38
88
|
};
|
39
89
|
export type IAdminIdeSettings = {
|
40
90
|
__typename?: 'AdminIdeSettings';
|
41
|
-
dummy?: Maybe<Scalars['Int']>;
|
91
|
+
dummy?: Maybe<Scalars['Int']['output']>;
|
42
92
|
};
|
43
93
|
export type IAnchor = {
|
44
94
|
__typename?: 'Anchor';
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
95
|
+
height?: Maybe<Scalars['Int']['output']>;
|
96
|
+
width?: Maybe<Scalars['Int']['output']>;
|
97
|
+
x?: Maybe<Scalars['Int']['output']>;
|
98
|
+
y?: Maybe<Scalars['Int']['output']>;
|
49
99
|
};
|
50
100
|
export type IAnchorInput = {
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
101
|
+
height?: InputMaybe<Scalars['Int']['input']>;
|
102
|
+
width?: InputMaybe<Scalars['Int']['input']>;
|
103
|
+
x?: InputMaybe<Scalars['Int']['input']>;
|
104
|
+
y?: InputMaybe<Scalars['Int']['input']>;
|
55
105
|
};
|
56
106
|
export type IArgsType = {
|
57
107
|
__typename?: 'ArgsType';
|
58
|
-
|
59
|
-
description?: Maybe<Scalars['String']>;
|
60
|
-
|
108
|
+
constraint?: Maybe<Scalars['String']['output']>;
|
109
|
+
description?: Maybe<Scalars['String']['output']>;
|
110
|
+
name?: Maybe<Scalars['String']['output']>;
|
61
111
|
};
|
62
112
|
export type IAssets = {
|
63
113
|
__typename?: 'Assets';
|
64
|
-
|
65
|
-
|
114
|
+
Content?: Maybe<Scalars['String']['output']>;
|
115
|
+
Type?: Maybe<Scalars['String']['output']>;
|
66
116
|
};
|
67
117
|
export type IAuthor = {
|
68
118
|
__typename?: 'Author';
|
69
|
-
name?: Maybe<Scalars['String']>;
|
119
|
+
name?: Maybe<Scalars['String']['output']>;
|
70
120
|
};
|
71
121
|
export type IBaseExtension = {
|
72
122
|
__typename?: 'BaseExtension';
|
73
|
-
type?: Maybe<IExtensionType>;
|
74
|
-
identifier?: Maybe<IExtensionIdentifier>;
|
75
123
|
/** @deprecated */
|
76
124
|
galleryIdentifier?: Maybe<IExtensionIdentifier>;
|
125
|
+
identifier?: Maybe<IExtensionIdentifier>;
|
126
|
+
location?: Maybe<Scalars['URI']['output']>;
|
77
127
|
manifest?: Maybe<IExtensionManifest>;
|
78
|
-
|
128
|
+
type?: Maybe<IExtensionType>;
|
79
129
|
};
|
80
130
|
export type IBundles = {
|
81
131
|
__typename?: 'Bundles';
|
82
|
-
|
83
|
-
|
132
|
+
browser?: Maybe<Scalars['String']['output']>;
|
133
|
+
server?: Maybe<Scalars['String']['output']>;
|
84
134
|
};
|
85
135
|
export declare enum ICacheControlScope {
|
86
|
-
|
87
|
-
|
136
|
+
Private = "PRIVATE",
|
137
|
+
Public = "PUBLIC"
|
88
138
|
}
|
89
139
|
export declare enum IClientContainerService {
|
90
140
|
ExtensionController = "ExtensionController"
|
91
141
|
}
|
92
142
|
export type ICommandHandlerDescriptionType = {
|
93
143
|
__typename?: 'CommandHandlerDescriptionType';
|
94
|
-
description?: Maybe<Scalars['String']>;
|
95
144
|
args?: Maybe<Array<Maybe<IArgsType>>>;
|
96
|
-
|
145
|
+
description?: Maybe<Scalars['String']['output']>;
|
146
|
+
returns?: Maybe<Scalars['String']['output']>;
|
97
147
|
};
|
98
148
|
export type ICommandType = {
|
99
149
|
__typename?: 'CommandType';
|
100
|
-
id?: Maybe<Scalars['String']>;
|
101
|
-
handler?: Maybe<Scalars['AnyObject']>;
|
102
150
|
description?: Maybe<ICommandHandlerDescriptionType>;
|
151
|
+
handler?: Maybe<Scalars['AnyObject']['output']>;
|
152
|
+
id?: Maybe<Scalars['String']['output']>;
|
103
153
|
};
|
104
154
|
export type ICommandsType = {
|
105
155
|
__typename?: 'CommandsType';
|
@@ -107,166 +157,187 @@ export type ICommandsType = {
|
|
107
157
|
};
|
108
158
|
export type IContextMenu = {
|
109
159
|
__typename?: 'ContextMenu';
|
110
|
-
id?: Maybe<Scalars['String']>;
|
111
|
-
isShow?: Maybe<Scalars['Boolean']>;
|
112
160
|
anchor?: Maybe<IAnchor>;
|
161
|
+
id?: Maybe<Scalars['String']['output']>;
|
162
|
+
isShow?: Maybe<Scalars['Boolean']['output']>;
|
113
163
|
menuItems?: Maybe<Array<Maybe<IMenuItem>>>;
|
114
164
|
};
|
115
165
|
export type IContextMenuInput = {
|
116
|
-
|
117
|
-
|
118
|
-
menuItems?:
|
166
|
+
anchor?: InputMaybe<IAnchorInput>;
|
167
|
+
isShow?: InputMaybe<Scalars['Boolean']['input']>;
|
168
|
+
menuItems?: InputMaybe<Array<InputMaybe<IMenuItemInput>>>;
|
119
169
|
};
|
120
170
|
/** @deprecated use IExtensionContributions */
|
121
171
|
export type IContributes = {
|
122
172
|
__typename?: 'Contributes';
|
123
|
-
menus?: Maybe<IMenus>;
|
124
173
|
actions?: Maybe<Array<Maybe<IContributionActions>>>;
|
174
|
+
menus?: Maybe<IMenus>;
|
125
175
|
};
|
126
176
|
export type IContributionAction = {
|
127
177
|
__typename?: 'ContributionAction';
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
radio?: Maybe<Scalars['Boolean']>;
|
178
|
+
checked?: Maybe<Scalars['Boolean']['output']>;
|
179
|
+
class?: Maybe<Scalars['String']['output']>;
|
180
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
181
|
+
id?: Maybe<Scalars['String']['output']>;
|
182
|
+
label?: Maybe<Scalars['String']['output']>;
|
183
|
+
radio?: Maybe<Scalars['Boolean']['output']>;
|
135
184
|
run?: Maybe<IContributionActionRun>;
|
185
|
+
tooltip?: Maybe<Scalars['String']['output']>;
|
136
186
|
};
|
137
187
|
export type IContributionActionInput = {
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
188
|
+
checked?: InputMaybe<Scalars['Boolean']['input']>;
|
189
|
+
class?: InputMaybe<Scalars['String']['input']>;
|
190
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
191
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
192
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
193
|
+
radio?: InputMaybe<Scalars['Boolean']['input']>;
|
194
|
+
run?: InputMaybe<IContributionActionRunInput>;
|
195
|
+
tooltip?: InputMaybe<Scalars['String']['input']>;
|
146
196
|
};
|
147
197
|
export type IContributionActionItem = {
|
148
198
|
__typename?: 'ContributionActionItem';
|
149
|
-
|
150
|
-
|
199
|
+
description?: Maybe<Scalars['String']['output']>;
|
200
|
+
label?: Maybe<Scalars['String']['output']>;
|
151
201
|
};
|
152
202
|
export type IContributionActionRun = {
|
153
203
|
__typename?: 'ContributionActionRun';
|
204
|
+
document?: Maybe<Scalars['AnyObject']['output']>;
|
154
205
|
type?: Maybe<IGraphqlCallType>;
|
155
|
-
|
156
|
-
variables?: Maybe<Scalars['AnyObject']>;
|
206
|
+
variables?: Maybe<Scalars['AnyObject']['output']>;
|
157
207
|
};
|
158
208
|
export type IContributionActionRunInput = {
|
159
|
-
|
160
|
-
|
161
|
-
variables?:
|
209
|
+
document?: InputMaybe<Scalars['AnyObject']['input']>;
|
210
|
+
type?: InputMaybe<IGraphqlCallType>;
|
211
|
+
variables?: InputMaybe<Scalars['AnyObject']['input']>;
|
162
212
|
};
|
163
213
|
export type IContributionActions = {
|
164
214
|
__typename?: 'ContributionActions';
|
165
|
-
id?: Maybe<Scalars['String']>;
|
166
|
-
command?: Maybe<Scalars['String']>;
|
167
|
-
title?: Maybe<Scalars['String']>;
|
168
|
-
category?: Maybe<Scalars['String']>;
|
169
215
|
actionItem?: Maybe<IContributionActionItem>;
|
216
|
+
category?: Maybe<Scalars['String']['output']>;
|
217
|
+
command?: Maybe<Scalars['String']['output']>;
|
218
|
+
id?: Maybe<Scalars['String']['output']>;
|
219
|
+
title?: Maybe<Scalars['String']['output']>;
|
170
220
|
};
|
171
221
|
export type IContributionView = {
|
172
222
|
__typename?: 'ContributionView';
|
173
|
-
id?: Maybe<Scalars['ID']>;
|
174
|
-
name?: Maybe<Scalars['String']>;
|
223
|
+
id?: Maybe<Scalars['ID']['output']>;
|
224
|
+
name?: Maybe<Scalars['String']['output']>;
|
175
225
|
};
|
176
226
|
export type IDebugger = {
|
177
227
|
__typename?: 'Debugger';
|
178
|
-
label?: Maybe<Scalars['String']>;
|
179
|
-
|
180
|
-
|
228
|
+
label?: Maybe<Scalars['String']['output']>;
|
229
|
+
runtime?: Maybe<Scalars['String']['output']>;
|
230
|
+
type?: Maybe<Scalars['String']['output']>;
|
181
231
|
};
|
182
232
|
/** A CDECode product documentation page. */
|
183
233
|
export type IDocSitePage = {
|
184
234
|
__typename?: 'DocSitePage';
|
185
|
-
/** The title of this page. */
|
186
|
-
title: Scalars['String'];
|
187
235
|
/** The content, as Markdown-rendered HTML. */
|
188
|
-
contentHTML: Scalars['String'];
|
189
|
-
/** The page index, as rendered HTML. */
|
190
|
-
indexHTML: Scalars['String'];
|
236
|
+
contentHTML: Scalars['String']['output'];
|
191
237
|
/** The filename of the file containing this page's content. */
|
192
|
-
filePath: Scalars['String'];
|
238
|
+
filePath: Scalars['String']['output'];
|
239
|
+
/** The page index, as rendered HTML. */
|
240
|
+
indexHTML: Scalars['String']['output'];
|
241
|
+
/** The title of this page. */
|
242
|
+
title: Scalars['String']['output'];
|
193
243
|
};
|
194
244
|
export type IDocumentFilter = {
|
195
245
|
__typename?: 'DocumentFilter';
|
196
|
-
language: Scalars['String'];
|
197
|
-
|
198
|
-
|
246
|
+
language: Scalars['String']['output'];
|
247
|
+
pattern?: Maybe<Scalars['String']['output']>;
|
248
|
+
schema?: Maybe<Scalars['String']['output']>;
|
199
249
|
};
|
200
250
|
/** Represents a null return value. */
|
201
251
|
export type IEmptyResponse = {
|
202
252
|
__typename?: 'EmptyResponse';
|
203
|
-
alwaysNil?: Maybe<Scalars['String']>;
|
253
|
+
alwaysNil?: Maybe<Scalars['String']['output']>;
|
204
254
|
};
|
205
255
|
export type IEngines = {
|
206
256
|
__typename?: 'Engines';
|
207
|
-
node?: Maybe<Scalars['String']>;
|
208
|
-
vscode?: Maybe<Scalars['String']>;
|
257
|
+
node?: Maybe<Scalars['String']['output']>;
|
258
|
+
vscode?: Maybe<Scalars['String']['output']>;
|
209
259
|
};
|
210
260
|
export type IEnvironment = {
|
211
261
|
__typename?: 'Environment';
|
212
|
-
extHostLogsPath?: Maybe<Scalars['URI']>;
|
213
|
-
extensionDevelopmentLocationURI?: Maybe<Array<Maybe<Scalars['URI']>>>;
|
214
|
-
extensionEnabledProposedApi?: Maybe<Array<Maybe<Scalars['String']>>>;
|
215
|
-
extensionTestsLocationURI?: Maybe<Scalars['URI']>;
|
216
|
-
isExtensionDevelopment?: Maybe<Scalars['Boolean']>;
|
217
|
-
logExtensionHostCommunication?: Maybe<Scalars['Boolean']>;
|
218
|
-
logsPath?: Maybe<Scalars['String']>;
|
219
|
-
remoteAuthority?: Maybe<Scalars['String']>;
|
220
|
-
sessionId?: Maybe<Scalars['String']>;
|
262
|
+
extHostLogsPath?: Maybe<Scalars['URI']['output']>;
|
263
|
+
extensionDevelopmentLocationURI?: Maybe<Array<Maybe<Scalars['URI']['output']>>>;
|
264
|
+
extensionEnabledProposedApi?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
265
|
+
extensionTestsLocationURI?: Maybe<Scalars['URI']['output']>;
|
266
|
+
isExtensionDevelopment?: Maybe<Scalars['Boolean']['output']>;
|
267
|
+
logExtensionHostCommunication?: Maybe<Scalars['Boolean']['output']>;
|
268
|
+
logsPath?: Maybe<Scalars['String']['output']>;
|
269
|
+
remoteAuthority?: Maybe<Scalars['String']['output']>;
|
270
|
+
sessionId?: Maybe<Scalars['String']['output']>;
|
221
271
|
sync?: Maybe<IEnvironmentSync>;
|
222
|
-
userDataPath?: Maybe<Scalars['String']>;
|
272
|
+
userDataPath?: Maybe<Scalars['String']['output']>;
|
223
273
|
/** Settings Sync */
|
224
|
-
userDataSyncHome?: Maybe<Scalars['URI']>;
|
225
|
-
userDataSyncLogResource?: Maybe<Scalars['URI']>;
|
226
|
-
webviewCspSource?: Maybe<Scalars['String']>;
|
227
|
-
webviewExternalEndpoint?: Maybe<Scalars['String']>;
|
228
|
-
webviewResourceRoot?: Maybe<Scalars['String']>;
|
274
|
+
userDataSyncHome?: Maybe<Scalars['URI']['output']>;
|
275
|
+
userDataSyncLogResource?: Maybe<Scalars['URI']['output']>;
|
276
|
+
webviewCspSource?: Maybe<Scalars['String']['output']>;
|
277
|
+
webviewExternalEndpoint?: Maybe<Scalars['String']['output']>;
|
278
|
+
webviewResourceRoot?: Maybe<Scalars['String']['output']>;
|
229
279
|
};
|
230
280
|
export type IEnvironmentPayload = {
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
281
|
+
extensionDevelopmentLocationURI?: InputMaybe<Array<InputMaybe<Scalars['URI']['input']>>>;
|
282
|
+
extensionEnabledProposedApi?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
283
|
+
extensionTestsLocationURI?: InputMaybe<Scalars['URI']['input']>;
|
284
|
+
isExtensionDevelopment?: InputMaybe<Scalars['Boolean']['input']>;
|
285
|
+
sessionId?: InputMaybe<Scalars['String']['input']>;
|
286
|
+
webviewCspSource?: InputMaybe<Scalars['String']['input']>;
|
287
|
+
webviewResourceRoot?: InputMaybe<Scalars['String']['input']>;
|
238
288
|
};
|
239
289
|
export declare enum IEnvironmentSync {
|
240
|
-
On = "on",
|
241
290
|
Off = "off",
|
291
|
+
On = "on",
|
242
292
|
Unset = "unset"
|
243
293
|
}
|
244
294
|
export type IExtensionColor = {
|
245
295
|
__typename?: 'ExtensionColor';
|
246
|
-
id?: Maybe<Scalars['ID']>;
|
247
|
-
description?: Maybe<Scalars['String']>;
|
248
296
|
defaults?: Maybe<IExtensionColorTypes>;
|
297
|
+
description?: Maybe<Scalars['String']['output']>;
|
298
|
+
id?: Maybe<Scalars['ID']['output']>;
|
249
299
|
};
|
250
300
|
export type IExtensionColorTypes = {
|
251
301
|
__typename?: 'ExtensionColorTypes';
|
252
|
-
|
253
|
-
|
254
|
-
|
302
|
+
dark?: Maybe<Scalars['String']['output']>;
|
303
|
+
highContrast?: Maybe<Scalars['String']['output']>;
|
304
|
+
light?: Maybe<Scalars['String']['output']>;
|
255
305
|
};
|
256
306
|
export type IExtensionConfiguration = {
|
257
307
|
__typename?: 'ExtensionConfiguration';
|
258
|
-
properties?: Maybe<Scalars['JSON']>;
|
308
|
+
properties?: Maybe<Scalars['JSON']['output']>;
|
259
309
|
};
|
260
310
|
export type IExtensionConfigurationProperty = {
|
261
311
|
__typename?: 'ExtensionConfigurationProperty';
|
262
|
-
|
263
|
-
|
264
|
-
|
312
|
+
defaults?: Maybe<Scalars['JSON']['output']>;
|
313
|
+
description?: Maybe<Scalars['String']['output']>;
|
314
|
+
type?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
265
315
|
};
|
266
316
|
export type IExtensionContributions = {
|
267
317
|
__typename?: 'ExtensionContributions';
|
268
318
|
/** @deprecated use commands */
|
269
319
|
actions?: Maybe<Array<Maybe<IContributionActions>>>;
|
320
|
+
/**
|
321
|
+
* @title contributes.colors
|
322
|
+
* @description Contributes new themable colors. These colors can be used by the extension in editor decorators and in the status bar. Once defined, users can customize the color in the workspace.colorCustomization setting and user themes can set the color value.
|
323
|
+
*
|
324
|
+
* @example
|
325
|
+
* ```json
|
326
|
+
* "contributes": {
|
327
|
+
* "colors": [{
|
328
|
+
* "id": "superstatus.error",
|
329
|
+
* "description": "Color for error message in the status bar.",
|
330
|
+
* "defaults": {
|
331
|
+
* "dark": "errorForeground",
|
332
|
+
* "light": "errorForeground",
|
333
|
+
* "highContrast": "#010203"
|
334
|
+
* }
|
335
|
+
* }]
|
336
|
+
* }
|
337
|
+
* ```
|
338
|
+
* Color default values can be defined for light, dark and high contrast theme and can either be a reference to an existing color or a Color Hex Value.
|
339
|
+
*/
|
340
|
+
colors?: Maybe<Array<Maybe<IExtensionColor>>>;
|
270
341
|
/**
|
271
342
|
* @title contributes.commands
|
272
343
|
* @description Contribute the UI for a command consisting of a title and (optionally) an icon, category,
|
@@ -345,6 +416,7 @@ export type IExtensionContributions = {
|
|
345
416
|
* ```
|
346
417
|
*/
|
347
418
|
grammars?: Maybe<Array<Maybe<IGrammar>>>;
|
419
|
+
iconThemes?: Maybe<Array<Maybe<IThemeLabel>>>;
|
348
420
|
/**
|
349
421
|
* @title contributes.jsonValidation
|
350
422
|
* @description Contribute a validation schema for a specific type of json file. The url value can be either a local path to a schema file included in the extension or a remote server URL such as a json schema store.
|
@@ -409,6 +481,7 @@ export type IExtensionContributions = {
|
|
409
481
|
* ```
|
410
482
|
*/
|
411
483
|
languages?: Maybe<Array<Maybe<IExtensionLanguage>>>;
|
484
|
+
localizations?: Maybe<Array<Maybe<ILocalization>>>;
|
412
485
|
/**
|
413
486
|
* @title contributes.menus
|
414
487
|
* @description Contribute a menu item for a command to the editor or Explorer. The menu item definition contains the command that should be invoked when selected and the condition under which the item should show. The latter is defined with the when clause, which uses the key bindings when clause contexts.
|
@@ -488,39 +561,6 @@ export type IExtensionContributions = {
|
|
488
561
|
* ```
|
489
562
|
*/
|
490
563
|
themes?: Maybe<Array<Maybe<IThemeLabel>>>;
|
491
|
-
iconThemes?: Maybe<Array<Maybe<IThemeLabel>>>;
|
492
|
-
/**
|
493
|
-
* @title contributes.viewsContainers
|
494
|
-
* @description Contribute a view container into which Custom views can be contributed. You must specify an identifier, title, and an icon for the view container. At present, you can contribute them to the Activity Bar (activitybar) only. Below example shows how the Package Explorer view container is contributed to the Activity Bar and how views are contributed to it.
|
495
|
-
*
|
496
|
-
* @example
|
497
|
-
* ```json
|
498
|
-
* "contributes": {
|
499
|
-
* "viewsContainers": {
|
500
|
-
* "activitybar": [
|
501
|
-
* {
|
502
|
-
* "id": "package-explorer",
|
503
|
-
* "title": "Package Explorer",
|
504
|
-
* "icon": "resources/package-explorer.svg"
|
505
|
-
* }
|
506
|
-
* ]
|
507
|
-
* },
|
508
|
-
* "views": {
|
509
|
-
* "package-explorer": [
|
510
|
-
* {
|
511
|
-
* "id": "package-dependencies",
|
512
|
-
* "name": "Dependencies"
|
513
|
-
* },
|
514
|
-
* {
|
515
|
-
* "id": "package-outline",
|
516
|
-
* "name": "Outline"
|
517
|
-
* }
|
518
|
-
* ]
|
519
|
-
* }
|
520
|
-
* }
|
521
|
-
* ```
|
522
|
-
*/
|
523
|
-
viewsContainers?: Maybe<Scalars['JSON']>;
|
524
564
|
/**
|
525
565
|
* @title contributes.viewsContainers
|
526
566
|
* @description Contribute a view container into which Custom views can be contributed. You must specify an identifier, title, and an icon for the view container. At present, you can contribute them to the Activity Bar (activitybar) only. Below example shows how the Package Explorer view container is contributed to the Activity Bar and how views are contributed to it.
|
@@ -552,29 +592,39 @@ export type IExtensionContributions = {
|
|
552
592
|
* }
|
553
593
|
* ```
|
554
594
|
*/
|
555
|
-
views?: Maybe<Scalars['JSON']>;
|
595
|
+
views?: Maybe<Scalars['JSON']['output']>;
|
556
596
|
/**
|
557
|
-
*
|
558
|
-
*
|
597
|
+
* @title contributes.viewsContainers
|
598
|
+
* @description Contribute a view container into which Custom views can be contributed. You must specify an identifier, title, and an icon for the view container. At present, you can contribute them to the Activity Bar (activitybar) only. Below example shows how the Package Explorer view container is contributed to the Activity Bar and how views are contributed to it.
|
559
599
|
*
|
560
|
-
*
|
561
|
-
*
|
562
|
-
*
|
563
|
-
*
|
564
|
-
*
|
565
|
-
*
|
566
|
-
*
|
567
|
-
*
|
568
|
-
*
|
569
|
-
*
|
570
|
-
*
|
571
|
-
*
|
572
|
-
*
|
600
|
+
* @example
|
601
|
+
* ```json
|
602
|
+
* "contributes": {
|
603
|
+
* "viewsContainers": {
|
604
|
+
* "activitybar": [
|
605
|
+
* {
|
606
|
+
* "id": "package-explorer",
|
607
|
+
* "title": "Package Explorer",
|
608
|
+
* "icon": "resources/package-explorer.svg"
|
609
|
+
* }
|
610
|
+
* ]
|
611
|
+
* },
|
612
|
+
* "views": {
|
613
|
+
* "package-explorer": [
|
614
|
+
* {
|
615
|
+
* "id": "package-dependencies",
|
616
|
+
* "name": "Dependencies"
|
617
|
+
* },
|
618
|
+
* {
|
619
|
+
* "id": "package-outline",
|
620
|
+
* "name": "Outline"
|
621
|
+
* }
|
622
|
+
* ]
|
623
|
+
* }
|
624
|
+
* }
|
573
625
|
* ```
|
574
|
-
* Color default values can be defined for light, dark and high contrast theme and can either be a reference to an existing color or a Color Hex Value.
|
575
626
|
*/
|
576
|
-
|
577
|
-
localizations?: Maybe<Array<Maybe<ILocalization>>>;
|
627
|
+
viewsContainers?: Maybe<Scalars['JSON']['output']>;
|
578
628
|
};
|
579
629
|
/**
|
580
630
|
* **!Do not construct directly!**
|
@@ -593,23 +643,23 @@ export type IExtensionContributions = {
|
|
593
643
|
*/
|
594
644
|
export type IExtensionIdentifier = {
|
595
645
|
__typename?: 'ExtensionIdentifier';
|
596
|
-
id?: Maybe<Scalars['String']>;
|
597
|
-
uuid?: Maybe<Scalars['String']>;
|
646
|
+
id?: Maybe<Scalars['String']['output']>;
|
647
|
+
uuid?: Maybe<Scalars['String']['output']>;
|
598
648
|
};
|
599
649
|
export type IExtensionInstance = {
|
600
650
|
__typename?: 'ExtensionInstance';
|
601
|
-
|
602
|
-
|
603
|
-
path?: Maybe<Scalars['String']>;
|
604
|
-
env?: Maybe<Array<Maybe<Scalars['String']>>>;
|
605
|
-
status?: Maybe<Scalars['String']>;
|
606
|
-
extensionID?: Maybe<Scalars['ID']>;
|
651
|
+
env?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
652
|
+
extensionID?: Maybe<Scalars['ID']['output']>;
|
607
653
|
monit?: Maybe<IProcessMonitoring>;
|
654
|
+
name?: Maybe<Scalars['String']['output']>;
|
655
|
+
path?: Maybe<Scalars['String']['output']>;
|
656
|
+
pid?: Maybe<Scalars['String']['output']>;
|
657
|
+
status?: Maybe<Scalars['String']['output']>;
|
608
658
|
};
|
609
659
|
export type IExtensionJsonValidation = {
|
610
660
|
__typename?: 'ExtensionJSONValidation';
|
611
|
-
fileMatch?: Maybe<Scalars['String']>;
|
612
|
-
url?: Maybe<Scalars['String']>;
|
661
|
+
fileMatch?: Maybe<Scalars['String']['output']>;
|
662
|
+
url?: Maybe<Scalars['String']['output']>;
|
613
663
|
};
|
614
664
|
export declare enum IExtensionKind {
|
615
665
|
Ui = "ui",
|
@@ -617,97 +667,95 @@ export declare enum IExtensionKind {
|
|
617
667
|
}
|
618
668
|
export type IExtensionLanguage = {
|
619
669
|
__typename?: 'ExtensionLanguage';
|
620
|
-
|
621
|
-
extensions?: Maybe<Array<Maybe<Scalars['String']>>>;
|
622
|
-
|
670
|
+
aliases?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
671
|
+
extensions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
672
|
+
id?: Maybe<Scalars['ID']['output']>;
|
623
673
|
};
|
624
674
|
export type IExtensionManifest = {
|
625
675
|
__typename?: 'ExtensionManifest';
|
626
|
-
/**
|
627
|
-
|
628
|
-
/**
|
629
|
-
|
630
|
-
|
631
|
-
|
676
|
+
/** An array of the activation events for this extension. */
|
677
|
+
activationEvents?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
678
|
+
/** Add support for api:none */
|
679
|
+
api?: Maybe<Scalars['String']['output']>;
|
680
|
+
assets?: Maybe<Array<Maybe<IAssets>>>;
|
681
|
+
author?: Maybe<IAuthor>;
|
632
682
|
/** Array of approved badges to display in the sidebar of the Marketplace's extension page. Each badge is an object containing 3 properties: url for the badge's image URL, href for the link users will follow when clicking the badge and description. */
|
633
|
-
badges?: Maybe<Array<Maybe<Scalars['String']>>>;
|
634
|
-
/** Sets the extension to be flagged as a Preview in the Marketplace. */
|
635
|
-
preview?: Maybe<Scalars['Boolean']>;
|
636
|
-
/** An array of keywords to make it easier to find the extension. These are included with other extension Tags on the Marketplace. This list is currently limited to 5 keywords. */
|
637
|
-
keywords?: Maybe<Array<Maybe<Scalars['String']>>>;
|
683
|
+
badges?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
638
684
|
/**
|
639
|
-
*
|
640
|
-
*
|
685
|
+
* @description Any development Node.js bugs reporting location of your extension.
|
686
|
+
* @example
|
687
|
+
* "bugs": {
|
688
|
+
* "url": "https://github.com/Microsoft/vscode-wordcount/issues",
|
689
|
+
* "email": "smcbreen@microsoft.com"
|
690
|
+
* },
|
641
691
|
*/
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
692
|
+
bugs?: Maybe<IExtensionManifestBugs>;
|
693
|
+
bundle?: Maybe<Scalars['String']['output']>;
|
694
|
+
bundleURL?: Maybe<Scalars['String']['output']>;
|
695
|
+
bundles?: Maybe<IBundles>;
|
646
696
|
/** the categories you want to use for the extensions allowed values: [Programming Languages, Snippets, Linters, Themes, Debuggers, Formatters, Keymaps, SCM Providers, Other, Extension Packs, Language Packs] */
|
647
|
-
categories?: Maybe<Scalars['String']>;
|
648
|
-
/**
|
649
|
-
|
650
|
-
extensionID?: Maybe<Scalars['String']>;
|
651
|
-
/** The display name for the extension used in the Marketplace. */
|
652
|
-
displayName?: Maybe<Scalars['String']>;
|
697
|
+
categories?: Maybe<Scalars['String']['output']>;
|
698
|
+
/** An object describing the extension's contributions. */
|
699
|
+
contributes?: Maybe<IExtensionContributions>;
|
653
700
|
/** Any runtime Node.js dependencies your extensions needs. Exactly the same as npm's dependencies. */
|
654
|
-
dependencies?: Maybe<Scalars['JSON']>;
|
701
|
+
dependencies?: Maybe<Scalars['JSON']['output']>;
|
702
|
+
/** A short description of what your extension is and does. */
|
703
|
+
description?: Maybe<Scalars['String']['output']>;
|
655
704
|
/** Any development Node.js dependencies your extension needs. Exactly the same as npm's devDependencies. */
|
656
|
-
devDependencies?: Maybe<Scalars['JSON']>;
|
705
|
+
devDependencies?: Maybe<Scalars['JSON']['output']>;
|
706
|
+
/** The display name for the extension used in the Marketplace. */
|
707
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
708
|
+
/** To enable proposed Api's */
|
709
|
+
enableProposedApi?: Maybe<Scalars['Boolean']['output']>;
|
657
710
|
/**
|
658
|
-
*
|
659
|
-
*
|
711
|
+
* An object containing at least the vscode key matching
|
712
|
+
* the versions of VS Code that the extension
|
713
|
+
* is compatible with. Cannot be *.
|
714
|
+
* For example: ^0.10.5 indicates compatibility with a minimum VS Code version of 0.10.5.
|
660
715
|
*/
|
661
|
-
|
662
|
-
|
663
|
-
extensionKind?: Maybe<IExtensionKind>;
|
716
|
+
engines?: Maybe<IEngines>;
|
717
|
+
extension?: Maybe<IExtensionPackageType>;
|
664
718
|
/**
|
665
719
|
* An array with the ids of extensions that this extension depends on. These other extensions will be installed when the primary extension is installed. The id of an extension is always
|
666
720
|
* `${publisher}.${name}`. For example: vscode.csharp.
|
667
721
|
*/
|
668
|
-
extensionDependencies?: Maybe<Array<Maybe<Scalars['String']>>>;
|
669
|
-
|
670
|
-
/**
|
671
|
-
|
672
|
-
/** Readme */
|
673
|
-
readme?: Maybe<Scalars['String']>;
|
674
|
-
assets?: Maybe<Array<Maybe<IAssets>>>;
|
675
|
-
/** Exactly the same as npm's scripts but with extra VS Code specific fields such as vscode:prepublish or vscode:uninstall. */
|
676
|
-
scripts?: Maybe<IScripts>;
|
677
|
-
bundles?: Maybe<IBundles>;
|
678
|
-
bundleURL?: Maybe<Scalars['String']>;
|
679
|
-
tags?: Maybe<Array<Maybe<Scalars['String']>>>;
|
680
|
-
url?: Maybe<Scalars['String']>;
|
681
|
-
extension?: Maybe<IExtensionPackageType>;
|
722
|
+
extensionDependencies?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
723
|
+
extensionID?: Maybe<Scalars['String']['output']>;
|
724
|
+
/** An extension can be of 'ui' | 'workspace' */
|
725
|
+
extensionKind?: Maybe<IExtensionKind>;
|
682
726
|
/**
|
683
|
-
*
|
684
|
-
*
|
685
|
-
* is compatible with. Cannot be *.
|
686
|
-
* For example: ^0.10.5 indicates compatibility with a minimum VS Code version of 0.10.5.
|
727
|
+
* An array with the ids of extensions bundled with this extension. These other extensions will be installed when the primary extension is installed. The id of an extension is always
|
728
|
+
* `${publisher}.${name}`. For example: vscode.csharp.
|
687
729
|
*/
|
688
|
-
|
689
|
-
/** Controls the Markdown rendering engine used in the Marketplace. Either github (default) or standard. */
|
690
|
-
makrdown?: Maybe<Scalars['String']>;
|
691
|
-
/** Controls the Q & A link in the Marketplace. Set to marketplace to enable the default Marketplace Q & A site. Set to a string to provide the URL of a custom Q & A site. Set to false to disable Q & A altogether. */
|
692
|
-
qna?: Maybe<Scalars['String']>;
|
693
|
-
author?: Maybe<IAuthor>;
|
730
|
+
extensionPack?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
694
731
|
/** Helps format the Marketplace header to match your icon. See details below. */
|
695
732
|
galleryBanner?: Maybe<IGalleryBanner>;
|
696
|
-
|
697
|
-
activationEvents?: Maybe<Array<Maybe<Scalars['String']>>>;
|
698
|
-
/** An object describing the extension's contributions. */
|
699
|
-
contributes?: Maybe<IExtensionContributions>;
|
733
|
+
homepage?: Maybe<Scalars['String']['output']>;
|
700
734
|
/** The path to the icon of at least 128x128 pixels (256x256 for Retina screens). */
|
701
|
-
icon?: Maybe<Scalars['String']>;
|
735
|
+
icon?: Maybe<Scalars['String']['output']>;
|
736
|
+
/** An array of keywords to make it easier to find the extension. These are included with other extension Tags on the Marketplace. This list is currently limited to 5 keywords. */
|
737
|
+
keywords?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
702
738
|
/**
|
703
|
-
*
|
704
|
-
*
|
705
|
-
* "bugs": {
|
706
|
-
* "url": "https://github.com/Microsoft/vscode-wordcount/issues",
|
707
|
-
* "email": "smcbreen@microsoft.com"
|
708
|
-
* },
|
739
|
+
* Refer to npm's documentation. If you do have a LICENSE file in the root of
|
740
|
+
* your extension, the value for license should be "SEE LICENSE IN <filename>".
|
709
741
|
*/
|
710
|
-
|
742
|
+
license?: Maybe<Scalars['String']['output']>;
|
743
|
+
/** The entry point to your extension */
|
744
|
+
main?: Maybe<Scalars['String']['output']>;
|
745
|
+
/** Controls the Markdown rendering engine used in the Marketplace. Either github (default) or standard. */
|
746
|
+
makrdown?: Maybe<Scalars['String']['output']>;
|
747
|
+
/** The name of the extension - should be all lowercase with no spaces */
|
748
|
+
name?: Maybe<Scalars['String']['output']>;
|
749
|
+
/** Sets the extension to be flagged as a Preview in the Marketplace. */
|
750
|
+
preview?: Maybe<Scalars['Boolean']['output']>;
|
751
|
+
/** The publisher name */
|
752
|
+
publisher?: Maybe<Scalars['String']['output']>;
|
753
|
+
/** Controls the Q & A link in the Marketplace. Set to marketplace to enable the default Marketplace Q & A site. Set to a string to provide the URL of a custom Q & A site. Set to false to disable Q & A altogether. */
|
754
|
+
qna?: Maybe<Scalars['String']['output']>;
|
755
|
+
/** The raw JSON contents of the manifest. */
|
756
|
+
raw?: Maybe<Scalars['String']['output']>;
|
757
|
+
/** Readme */
|
758
|
+
readme?: Maybe<Scalars['String']['output']>;
|
711
759
|
/**
|
712
760
|
* Any development Node.js repository location of your extension.
|
713
761
|
* @example
|
@@ -717,24 +765,26 @@ export type IExtensionManifest = {
|
|
717
765
|
* }
|
718
766
|
*/
|
719
767
|
repository?: Maybe<IExtensionManifestRepository>;
|
720
|
-
/**
|
721
|
-
|
722
|
-
|
723
|
-
|
768
|
+
/** Exactly the same as npm's scripts but with extra VS Code specific fields such as vscode:prepublish or vscode:uninstall. */
|
769
|
+
scripts?: Maybe<IScripts>;
|
770
|
+
tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
771
|
+
url?: Maybe<Scalars['String']['output']>;
|
772
|
+
/** SemVer compatible version. */
|
773
|
+
version?: Maybe<Scalars['String']['output']>;
|
724
774
|
};
|
725
775
|
export type IExtensionManifestBugs = {
|
726
776
|
__typename?: 'ExtensionManifestBugs';
|
727
|
-
|
728
|
-
|
777
|
+
email?: Maybe<Scalars['String']['output']>;
|
778
|
+
url?: Maybe<Scalars['String']['output']>;
|
729
779
|
};
|
730
780
|
export type IExtensionManifestRepository = {
|
731
781
|
__typename?: 'ExtensionManifestRepository';
|
732
|
-
type?: Maybe<Scalars['String']>;
|
733
|
-
url?: Maybe<Scalars['String']>;
|
782
|
+
type?: Maybe<Scalars['String']['output']>;
|
783
|
+
url?: Maybe<Scalars['String']['output']>;
|
734
784
|
};
|
735
785
|
export type IExtensionPackageType = {
|
736
786
|
__typename?: 'ExtensionPackageType';
|
737
|
-
type?: Maybe<Scalars['String']>;
|
787
|
+
type?: Maybe<Scalars['String']['output']>;
|
738
788
|
};
|
739
789
|
export type IExtensionRegistry = {
|
740
790
|
__typename?: 'ExtensionRegistry';
|
@@ -748,12 +798,6 @@ export type IExtensionRegistry = {
|
|
748
798
|
* A list of extensions published in the extension registry.
|
749
799
|
*/
|
750
800
|
extensions: IRegistryExtensionConnection;
|
751
|
-
/** List of extension releases */
|
752
|
-
releases?: Maybe<Array<Maybe<IExtensionRelease>>>;
|
753
|
-
/** A list of publishers with at least 1 extension in the registry. */
|
754
|
-
publishers: IRegistryPublisherConnection;
|
755
|
-
/** A list of publishers that the viewer may publish extensions as. */
|
756
|
-
viewerPublishers: Array<IRegistryPublisher>;
|
757
801
|
/**
|
758
802
|
* The extension ID prefix for extensions that are published in the local extension registry. This is the
|
759
803
|
* hostname ( and port, if non-default HTTP/HTTPS) of the CDEBase "appURL" site configuration property.
|
@@ -762,25 +806,31 @@ export type IExtensionRegistry = {
|
|
762
806
|
*
|
763
807
|
* Examples: "cdebase.example.com/", "cdebase.example.com:1234/"
|
764
808
|
*/
|
765
|
-
localExtensionIDPrefix?: Maybe<Scalars['String']>;
|
809
|
+
localExtensionIDPrefix?: Maybe<Scalars['String']['output']>;
|
810
|
+
/** A list of publishers with at least 1 extension in the registry. */
|
811
|
+
publishers: IRegistryPublisherConnection;
|
812
|
+
/** List of extension releases */
|
813
|
+
releases?: Maybe<Array<Maybe<IExtensionRelease>>>;
|
814
|
+
/** A list of publishers that the viewer may publish extensions as. */
|
815
|
+
viewerPublishers: Array<IRegistryPublisher>;
|
766
816
|
};
|
767
817
|
export type IExtensionRegistryExtensionArgs = {
|
768
|
-
extensionID: Scalars['String'];
|
818
|
+
extensionID: Scalars['String']['input'];
|
769
819
|
};
|
770
820
|
export type IExtensionRegistryExtensionsArgs = {
|
771
|
-
first?:
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
};
|
779
|
-
export type IExtensionRegistryReleasesArgs = {
|
780
|
-
extensionID: Scalars['String'];
|
821
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
822
|
+
includeWIP?: InputMaybe<Scalars['Boolean']['input']>;
|
823
|
+
local?: InputMaybe<Scalars['Boolean']['input']>;
|
824
|
+
prioritizeExtensionIDs?: InputMaybe<Array<Scalars['String']['input']>>;
|
825
|
+
publisher?: InputMaybe<Scalars['ID']['input']>;
|
826
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
827
|
+
remote?: InputMaybe<Scalars['Boolean']['input']>;
|
781
828
|
};
|
782
829
|
export type IExtensionRegistryPublishersArgs = {
|
783
|
-
first?:
|
830
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
831
|
+
};
|
832
|
+
export type IExtensionRegistryReleasesArgs = {
|
833
|
+
extensionID: Scalars['String']['input'];
|
784
834
|
};
|
785
835
|
/** The result of Mutation.extensionRegistry.createExtension. */
|
786
836
|
export type IExtensionRegistryCreateExtensionResult = {
|
@@ -802,16 +852,16 @@ export type IExtensionRegistryUpdateExtensionResult = {
|
|
802
852
|
};
|
803
853
|
export type IExtensionRelease = {
|
804
854
|
__typename?: 'ExtensionRelease';
|
805
|
-
|
806
|
-
bundle?: Maybe<Scalars['String']>;
|
807
|
-
bundleURL?: Maybe<Scalars['String']>;
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
855
|
+
activationEvents?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
856
|
+
bundle?: Maybe<Scalars['String']['output']>;
|
857
|
+
bundleURL?: Maybe<Scalars['String']['output']>;
|
858
|
+
creatorUserId?: Maybe<Scalars['String']['output']>;
|
859
|
+
extensionID?: Maybe<Scalars['String']['output']>;
|
860
|
+
id?: Maybe<Scalars['ID']['output']>;
|
861
|
+
manifest: Scalars['String']['output'];
|
862
|
+
releaseVersion?: Maybe<Scalars['String']['output']>;
|
863
|
+
sourceMap?: Maybe<Scalars['String']['output']>;
|
864
|
+
version?: Maybe<Scalars['String']['output']>;
|
815
865
|
};
|
816
866
|
export declare enum IExtensionType {
|
817
867
|
System = "System",
|
@@ -819,95 +869,95 @@ export declare enum IExtensionType {
|
|
819
869
|
}
|
820
870
|
export type IFieldError = {
|
821
871
|
__typename?: 'FieldError';
|
822
|
-
field: Scalars['String'];
|
823
|
-
message: Scalars['String'];
|
872
|
+
field: Scalars['String']['output'];
|
873
|
+
message: Scalars['String']['output'];
|
824
874
|
};
|
825
875
|
export type IGalleryBanner = {
|
826
876
|
__typename?: 'GalleryBanner';
|
827
|
-
color?: Maybe<Scalars['String']>;
|
828
|
-
theme?: Maybe<Scalars['String']>;
|
877
|
+
color?: Maybe<Scalars['String']['output']>;
|
878
|
+
theme?: Maybe<Scalars['String']['output']>;
|
829
879
|
};
|
830
880
|
export type IGalleryExtension = {
|
831
881
|
__typename?: 'GalleryExtension';
|
832
|
-
id?: Maybe<Scalars['String']>;
|
833
|
-
name?: Maybe<Scalars['String']>;
|
834
|
-
identifier?: Maybe<IExtensionIdentifier>;
|
835
|
-
version?: Maybe<Scalars['String']>;
|
836
|
-
date?: Maybe<Scalars['String']>;
|
837
|
-
icon?: Maybe<Scalars['String']>;
|
838
|
-
displayName?: Maybe<Scalars['String']>;
|
839
|
-
publisherId?: Maybe<Scalars['String']>;
|
840
|
-
publisher?: Maybe<Scalars['String']>;
|
841
|
-
publisherDisplayName?: Maybe<Scalars['String']>;
|
842
|
-
description?: Maybe<Scalars['String']>;
|
843
|
-
installCount?: Maybe<Scalars['Int']>;
|
844
|
-
rating?: Maybe<Scalars['Float']>;
|
845
|
-
ratingCount?: Maybe<Scalars['Float']>;
|
846
882
|
assets?: Maybe<IGalleryExtensionAssets>;
|
883
|
+
date?: Maybe<Scalars['String']['output']>;
|
884
|
+
description?: Maybe<Scalars['String']['output']>;
|
885
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
886
|
+
icon?: Maybe<Scalars['String']['output']>;
|
887
|
+
id?: Maybe<Scalars['String']['output']>;
|
888
|
+
identifier?: Maybe<IExtensionIdentifier>;
|
889
|
+
installCount?: Maybe<Scalars['Int']['output']>;
|
890
|
+
name?: Maybe<Scalars['String']['output']>;
|
891
|
+
preview?: Maybe<Scalars['Boolean']['output']>;
|
847
892
|
properties?: Maybe<IGalleryExtensionProperties>;
|
848
|
-
|
893
|
+
publisher?: Maybe<Scalars['String']['output']>;
|
894
|
+
publisherDisplayName?: Maybe<Scalars['String']['output']>;
|
895
|
+
publisherId?: Maybe<Scalars['String']['output']>;
|
896
|
+
rating?: Maybe<Scalars['Float']['output']>;
|
897
|
+
ratingCount?: Maybe<Scalars['Float']['output']>;
|
849
898
|
resources?: Maybe<IGalleryExtensionResources>;
|
899
|
+
version?: Maybe<Scalars['String']['output']>;
|
850
900
|
};
|
851
901
|
export type IGalleryExtensionAsset = {
|
852
902
|
__typename?: 'GalleryExtensionAsset';
|
853
|
-
|
854
|
-
|
903
|
+
fallbackUri?: Maybe<Scalars['String']['output']>;
|
904
|
+
uri?: Maybe<Scalars['String']['output']>;
|
855
905
|
};
|
856
906
|
export type IGalleryExtensionAssets = {
|
857
907
|
__typename?: 'GalleryExtensionAssets';
|
858
|
-
manifest?: Maybe<IGalleryExtensionAsset>;
|
859
|
-
readme?: Maybe<IGalleryExtensionAsset>;
|
860
908
|
changelog?: Maybe<IGalleryExtensionAsset>;
|
909
|
+
coreTranslations?: Maybe<Scalars['JSON']['output']>;
|
861
910
|
download?: Maybe<IGalleryExtensionAsset>;
|
862
911
|
icon?: Maybe<IGalleryExtensionAsset>;
|
863
912
|
license?: Maybe<IGalleryExtensionAsset>;
|
913
|
+
manifest?: Maybe<IGalleryExtensionAsset>;
|
914
|
+
readme?: Maybe<IGalleryExtensionAsset>;
|
864
915
|
repository?: Maybe<IGalleryExtensionAsset>;
|
865
|
-
coreTranslations?: Maybe<Scalars['JSON']>;
|
866
916
|
};
|
867
917
|
export type IGalleryExtensionProperties = {
|
868
918
|
__typename?: 'GalleryExtensionProperties';
|
869
|
-
|
870
|
-
|
871
|
-
extensionPack?: Maybe<Array<Maybe<Scalars['String']>>>;
|
872
|
-
localizedLanguages?: Maybe<Array<Maybe<Scalars['String']>>>;
|
919
|
+
dependencies?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
920
|
+
engine?: Maybe<Scalars['String']['output']>;
|
921
|
+
extensionPack?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
922
|
+
localizedLanguages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
873
923
|
};
|
874
924
|
export type IGalleryExtensionResources = {
|
875
925
|
__typename?: 'GalleryExtensionResources';
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
repository?: Maybe<Scalars['String']>;
|
926
|
+
changelog?: Maybe<Scalars['String']['output']>;
|
927
|
+
download?: Maybe<Scalars['String']['output']>;
|
928
|
+
icon?: Maybe<Scalars['String']['output']>;
|
929
|
+
license?: Maybe<Scalars['String']['output']>;
|
930
|
+
manifest?: Maybe<Scalars['String']['output']>;
|
931
|
+
readme?: Maybe<Scalars['String']['output']>;
|
932
|
+
repository?: Maybe<Scalars['String']['output']>;
|
883
933
|
};
|
884
934
|
export type IGalleryFilter = {
|
885
|
-
|
886
|
-
|
935
|
+
filterType?: InputMaybe<Scalars['String']['input']>;
|
936
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
887
937
|
};
|
888
938
|
export type IGalleryPager = {
|
889
939
|
__typename?: 'GalleryPager';
|
890
|
-
page?: Maybe<Scalars['Int']>;
|
891
|
-
total?: Maybe<Scalars['Int']>;
|
892
|
-
pageSize?: Maybe<Scalars['Int']>;
|
893
940
|
firstPage?: Maybe<Array<Maybe<IGalleryExtension>>>;
|
941
|
+
page?: Maybe<Scalars['Int']['output']>;
|
942
|
+
pageSize?: Maybe<Scalars['Int']['output']>;
|
943
|
+
total?: Maybe<Scalars['Int']['output']>;
|
894
944
|
};
|
895
945
|
export type IGalleryQueryInput = {
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
946
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
947
|
+
names?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
948
|
+
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
949
|
+
sortBy?: InputMaybe<Scalars['Int']['input']>;
|
950
|
+
sortOrder?: InputMaybe<Scalars['Int']['input']>;
|
951
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
952
|
+
text?: InputMaybe<Scalars['String']['input']>;
|
903
953
|
};
|
904
954
|
export type IGeoLocation = {
|
905
955
|
__typename?: 'GeoLocation';
|
906
|
-
coordinates?: Maybe<Array<Maybe<Scalars['Float']>>>;
|
956
|
+
coordinates?: Maybe<Array<Maybe<Scalars['Float']['output']>>>;
|
907
957
|
};
|
908
958
|
export type IGrammar = {
|
909
959
|
__typename?: 'Grammar';
|
910
|
-
language?: Maybe<Scalars['String']>;
|
960
|
+
language?: Maybe<Scalars['String']['output']>;
|
911
961
|
};
|
912
962
|
export declare enum IGraphqlCallType {
|
913
963
|
Mutation = "mutation",
|
@@ -918,39 +968,39 @@ export type IHover = {
|
|
918
968
|
range?: Maybe<IRange>;
|
919
969
|
};
|
920
970
|
export type IIActivationRequest = {
|
921
|
-
env?:
|
922
|
-
extensionID: Scalars['ID'];
|
971
|
+
env?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
972
|
+
extensionID: Scalars['ID']['input'];
|
923
973
|
};
|
924
974
|
export type IIBehaviorSubject = {
|
925
975
|
__typename?: 'IBehaviorSubject';
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
976
|
+
_isScalar?: Maybe<Scalars['Boolean']['output']>;
|
977
|
+
closed?: Maybe<Scalars['Boolean']['output']>;
|
978
|
+
hasError?: Maybe<Scalars['Boolean']['output']>;
|
979
|
+
isStopped?: Maybe<Scalars['Boolean']['output']>;
|
980
|
+
observers?: Maybe<Array<Maybe<Scalars['JSON']['output']>>>;
|
981
|
+
thrownError?: Maybe<Scalars['String']['output']>;
|
932
982
|
value?: Maybe<Array<Maybe<IIBehaviorSubjectValue>>>;
|
933
983
|
};
|
934
984
|
export type IIBehaviorSubjectValue = {
|
935
985
|
__typename?: 'IBehaviorSubjectValue';
|
936
|
-
provider?: Maybe<Scalars['String']>;
|
986
|
+
provider?: Maybe<Scalars['String']['output']>;
|
937
987
|
registrationOptions?: Maybe<IIDocumentSelector>;
|
938
988
|
};
|
939
989
|
export type IIDestinationAnonymousSubject = {
|
940
990
|
__typename?: 'IDestinationAnonymousSubject';
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
991
|
+
_isScalar?: Maybe<Scalars['Boolean']['output']>;
|
992
|
+
closed?: Maybe<Scalars['Boolean']['output']>;
|
993
|
+
destination?: Maybe<Scalars['String']['output']>;
|
994
|
+
hasError?: Maybe<Scalars['Boolean']['output']>;
|
995
|
+
isStopped?: Maybe<Scalars['Boolean']['output']>;
|
996
|
+
observers?: Maybe<Array<Maybe<Scalars['JSON']['output']>>>;
|
946
997
|
operator?: Maybe<IISwitchMapOperator>;
|
947
998
|
source?: Maybe<IIBehaviorSubject>;
|
948
|
-
thrownError?: Maybe<Scalars['String']>;
|
949
|
-
_isScalar?: Maybe<Scalars['Boolean']>;
|
999
|
+
thrownError?: Maybe<Scalars['String']['output']>;
|
950
1000
|
};
|
951
1001
|
export type IIDocumentSelector = {
|
952
1002
|
__typename?: 'IDocumentSelector';
|
953
|
-
documentSelector?: Maybe<Scalars['JSON']>;
|
1003
|
+
documentSelector?: Maybe<Scalars['JSON']['output']>;
|
954
1004
|
};
|
955
1005
|
export type IIModel = {
|
956
1006
|
__typename?: 'IModel';
|
@@ -958,112 +1008,116 @@ export type IIModel = {
|
|
958
1008
|
visibleViewComponents?: Maybe<Array<Maybe<IIViewComponentData>>>;
|
959
1009
|
};
|
960
1010
|
export type IIModelInput = {
|
961
|
-
roots?:
|
962
|
-
visibleViewComponents?:
|
1011
|
+
roots?: InputMaybe<IIWorkspaceRootInput>;
|
1012
|
+
visibleViewComponents?: InputMaybe<Array<InputMaybe<IIViewComponentDataInput>>>;
|
963
1013
|
};
|
964
1014
|
export type IIObservableResult = {
|
965
1015
|
__typename?: 'IObservableResult';
|
966
|
-
|
1016
|
+
_isScalar?: Maybe<Scalars['Boolean']['output']>;
|
1017
|
+
closed?: Maybe<Scalars['Boolean']['output']>;
|
967
1018
|
destination?: Maybe<IIDestinationAnonymousSubject>;
|
968
|
-
hasError?: Maybe<Scalars['Boolean']>;
|
969
|
-
isStopped?: Maybe<Scalars['Boolean']>;
|
970
|
-
observers?: Maybe<Array<Maybe<Scalars['JSON']>>>;
|
1019
|
+
hasError?: Maybe<Scalars['Boolean']['output']>;
|
1020
|
+
isStopped?: Maybe<Scalars['Boolean']['output']>;
|
1021
|
+
observers?: Maybe<Array<Maybe<Scalars['JSON']['output']>>>;
|
971
1022
|
operator?: Maybe<IISwitchMapOperator>;
|
972
1023
|
source?: Maybe<IISourceAnonymousSubject>;
|
973
|
-
thrownError?: Maybe<Scalars['String']>;
|
974
|
-
_isScalar?: Maybe<Scalars['Boolean']>;
|
1024
|
+
thrownError?: Maybe<Scalars['String']['output']>;
|
975
1025
|
};
|
976
1026
|
export type IIResourceUtilizationSettings = {
|
977
|
-
|
978
|
-
|
1027
|
+
adminApiNamespace?: Maybe<Scalars['String']['output']>;
|
1028
|
+
subTopic?: Maybe<Scalars['String']['output']>;
|
979
1029
|
};
|
980
1030
|
export type IISourceAnonymousSubject = {
|
981
1031
|
__typename?: 'ISourceAnonymousSubject';
|
982
|
-
|
1032
|
+
_isScalar?: Maybe<Scalars['Boolean']['output']>;
|
1033
|
+
closed?: Maybe<Scalars['Boolean']['output']>;
|
983
1034
|
destination?: Maybe<IIDestinationAnonymousSubject>;
|
984
|
-
hasError?: Maybe<Scalars['Boolean']>;
|
985
|
-
isStopped?: Maybe<Scalars['Boolean']>;
|
986
|
-
observers?: Maybe<Array<Maybe<Scalars['JSON']>>>;
|
1035
|
+
hasError?: Maybe<Scalars['Boolean']['output']>;
|
1036
|
+
isStopped?: Maybe<Scalars['Boolean']['output']>;
|
1037
|
+
observers?: Maybe<Array<Maybe<Scalars['JSON']['output']>>>;
|
987
1038
|
operator?: Maybe<IISwitchMapOperator>;
|
988
1039
|
source?: Maybe<IIBehaviorSubject>;
|
989
|
-
thrownError?: Maybe<Scalars['String']>;
|
990
|
-
_isScalar?: Maybe<Scalars['Boolean']>;
|
1040
|
+
thrownError?: Maybe<Scalars['String']['output']>;
|
991
1041
|
};
|
992
1042
|
export type IISwitchMapOperator = {
|
993
1043
|
__typename?: 'ISwitchMapOperator';
|
994
|
-
project?: Maybe<Scalars['String']>;
|
1044
|
+
project?: Maybe<Scalars['String']['output']>;
|
995
1045
|
};
|
996
1046
|
export type IITextDocumentIdentifier = {
|
997
|
-
uri?: Maybe<Scalars['URI']>;
|
998
1047
|
/** just to statisfy few issues */
|
999
|
-
languageId?: Maybe<Scalars['String']>;
|
1048
|
+
languageId?: Maybe<Scalars['String']['output']>;
|
1049
|
+
uri?: Maybe<Scalars['URI']['output']>;
|
1000
1050
|
};
|
1001
1051
|
export type IIViewComponentData = {
|
1002
1052
|
__typename?: 'IViewComponentData';
|
1003
|
-
|
1053
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
1004
1054
|
item?: Maybe<ITextDocumentItem>;
|
1005
|
-
|
1055
|
+
type?: Maybe<Scalars['String']['output']>;
|
1006
1056
|
};
|
1007
1057
|
export type IIViewComponentDataInput = {
|
1008
|
-
|
1009
|
-
item?:
|
1010
|
-
|
1058
|
+
isActive?: InputMaybe<Scalars['Boolean']['input']>;
|
1059
|
+
item?: InputMaybe<ITextDocumentItemInput>;
|
1060
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
1011
1061
|
};
|
1012
1062
|
export type IIWorkspaceRoot = {
|
1013
1063
|
__typename?: 'IWorkspaceRoot';
|
1014
|
-
url?: Maybe<Scalars['String']>;
|
1064
|
+
url?: Maybe<Scalars['String']['output']>;
|
1015
1065
|
};
|
1016
1066
|
export type IIWorkspaceRootInput = {
|
1017
|
-
url?:
|
1067
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
1018
1068
|
};
|
1019
1069
|
export type IInstalledExtension = {
|
1020
1070
|
__typename?: 'InstalledExtension';
|
1021
1071
|
extension?: Maybe<IGalleryExtension>;
|
1022
|
-
identifier?: Maybe<IExtensionIdentifier>;
|
1023
1072
|
galleryIdentifier?: Maybe<IExtensionIdentifier>;
|
1073
|
+
identifier?: Maybe<IExtensionIdentifier>;
|
1024
1074
|
};
|
1025
1075
|
export type IKeyBinding = {
|
1026
1076
|
__typename?: 'KeyBinding';
|
1027
|
-
command?: Maybe<Scalars['String']>;
|
1028
|
-
key?: Maybe<Scalars['String']>;
|
1029
|
-
|
1030
|
-
mac?: Maybe<Scalars['String']>;
|
1031
|
-
|
1032
|
-
win?: Maybe<Scalars['String']>;
|
1077
|
+
command?: Maybe<Scalars['String']['output']>;
|
1078
|
+
key?: Maybe<Scalars['String']['output']>;
|
1079
|
+
linux?: Maybe<Scalars['String']['output']>;
|
1080
|
+
mac?: Maybe<Scalars['String']['output']>;
|
1081
|
+
when?: Maybe<Scalars['String']['output']>;
|
1082
|
+
win?: Maybe<Scalars['String']['output']>;
|
1033
1083
|
};
|
1034
1084
|
export type ILocalization = {
|
1035
1085
|
__typename?: 'Localization';
|
1036
|
-
languageId?: Maybe<Scalars['String']>;
|
1037
|
-
languageName?: Maybe<Scalars['String']>;
|
1038
|
-
localizedLanguageName?: Maybe<Scalars['String']>;
|
1086
|
+
languageId?: Maybe<Scalars['String']['output']>;
|
1087
|
+
languageName?: Maybe<Scalars['String']['output']>;
|
1088
|
+
localizedLanguageName?: Maybe<Scalars['String']['output']>;
|
1089
|
+
minimalTranslations?: Maybe<Scalars['JSON']['output']>;
|
1039
1090
|
translations?: Maybe<Array<Maybe<ILocalizationTranslation>>>;
|
1040
|
-
minimalTranslations?: Maybe<Scalars['JSON']>;
|
1041
1091
|
};
|
1042
1092
|
export type ILocalizationTranslation = {
|
1043
1093
|
__typename?: 'LocalizationTranslation';
|
1044
|
-
id?: Maybe<Scalars['ID']>;
|
1045
|
-
path?: Maybe<Scalars['String']>;
|
1094
|
+
id?: Maybe<Scalars['ID']['output']>;
|
1095
|
+
path?: Maybe<Scalars['String']['output']>;
|
1046
1096
|
};
|
1047
1097
|
/**
|
1048
1098
|
* Represents a location inside a resource, such as a line
|
1049
1099
|
* inside a text file.
|
1050
1100
|
*/
|
1051
1101
|
export type ILocation = {
|
1052
|
-
rangeOrUri?: Maybe<IPosition>;
|
1053
|
-
uriRangeOrPosition?: Maybe<Scalars['String']>;
|
1054
1102
|
range?: Maybe<IPosition>;
|
1055
|
-
|
1103
|
+
rangeOrUri?: Maybe<IPosition>;
|
1104
|
+
uri?: Maybe<Scalars['String']['output']>;
|
1105
|
+
uriRangeOrPosition?: Maybe<Scalars['String']['output']>;
|
1056
1106
|
};
|
1057
1107
|
export type IMarkupContent = {
|
1058
|
-
value?: Maybe<Scalars['String']>;
|
1059
1108
|
kind?: Maybe<IMarkupKind>;
|
1109
|
+
value?: Maybe<Scalars['String']['output']>;
|
1060
1110
|
};
|
1061
1111
|
export declare enum IMarkupKind {
|
1062
|
-
|
1063
|
-
|
1112
|
+
Markdown = "markdown",
|
1113
|
+
Plaintext = "plaintext"
|
1064
1114
|
}
|
1065
1115
|
export declare enum IMenuId {
|
1066
1116
|
CommandPalette = "CommandPalette",
|
1117
|
+
CommentActions = "CommentActions",
|
1118
|
+
CommentThreadActions = "CommentThreadActions",
|
1119
|
+
CommentThreadTitle = "CommentThreadTitle",
|
1120
|
+
CommentTitle = "CommentTitle",
|
1067
1121
|
MenubarAppearanceMenu = "MenubarAppearanceMenu",
|
1068
1122
|
MenubarDebugMenu = "MenubarDebugMenu",
|
1069
1123
|
MenubarEditMenu = "MenubarEditMenu",
|
@@ -1081,30 +1135,26 @@ export declare enum IMenuId {
|
|
1081
1135
|
ProblemsPanelContext = "ProblemsPanelContext",
|
1082
1136
|
ScmChangeContext = "SCMChangeContext",
|
1083
1137
|
ScmResourceContext = "SCMResourceContext",
|
1084
|
-
ScmResourceGroupContext = "SCMResourceGroupContext",
|
1085
1138
|
ScmResourceControl = "SCMResourceControl",
|
1139
|
+
ScmResourceGroupContext = "SCMResourceGroupContext",
|
1086
1140
|
ScmTitle = "SCMTitle",
|
1087
1141
|
SearchContext = "SearchContext",
|
1088
1142
|
StatusBarWindowIndicatorMenu = "StatusBarWindowIndicatorMenu",
|
1089
1143
|
TouchBarContext = "TouchBarContext",
|
1090
1144
|
ViewItemContext = "ViewItemContext",
|
1091
|
-
ViewTitle = "ViewTitle"
|
1092
|
-
CommentThreadTitle = "CommentThreadTitle",
|
1093
|
-
CommentThreadActions = "CommentThreadActions",
|
1094
|
-
CommentTitle = "CommentTitle",
|
1095
|
-
CommentActions = "CommentActions"
|
1145
|
+
ViewTitle = "ViewTitle"
|
1096
1146
|
}
|
1097
1147
|
export type IMenuItem = {
|
1098
1148
|
__typename?: 'MenuItem';
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1149
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
1150
|
+
id?: Maybe<Scalars['String']['output']>;
|
1151
|
+
label?: Maybe<Scalars['String']['output']>;
|
1102
1152
|
run?: Maybe<IContributionActionRun>;
|
1103
1153
|
};
|
1104
1154
|
export type IMenuItemAction = {
|
1105
1155
|
__typename?: 'MenuItemAction';
|
1106
|
-
action?: Maybe<Scalars['String']>;
|
1107
|
-
when?: Maybe<Scalars['String']>;
|
1156
|
+
action?: Maybe<Scalars['String']['output']>;
|
1157
|
+
when?: Maybe<Scalars['String']['output']>;
|
1108
1158
|
};
|
1109
1159
|
export type IMenuItemActionContext = {
|
1110
1160
|
__typename?: 'MenuItemActionContext';
|
@@ -1122,17 +1172,17 @@ export type IMenuItemActionEditor = {
|
|
1122
1172
|
};
|
1123
1173
|
export type IMenuItemActionEditorTitle = {
|
1124
1174
|
__typename?: 'MenuItemActionEditorTitle';
|
1125
|
-
own?: Maybe<Array<Maybe<IMenuItemAction>>>;
|
1126
1175
|
context?: Maybe<Array<Maybe<IMenuItemAction>>>;
|
1176
|
+
own?: Maybe<Array<Maybe<IMenuItemAction>>>;
|
1127
1177
|
};
|
1128
1178
|
export type IMenuItemActionScm = {
|
1129
1179
|
__typename?: 'MenuItemActionScm';
|
1130
|
-
|
1131
|
-
|
1180
|
+
change?: Maybe<IMenuItemActionScmChange>;
|
1181
|
+
resource?: Maybe<IMenuItemActionContext>;
|
1132
1182
|
/** The Source Control resource group context menu */
|
1133
1183
|
resourceGroup?: Maybe<IMenuItemActionContext>;
|
1134
|
-
|
1135
|
-
|
1184
|
+
/** The Source Control title menu */
|
1185
|
+
title?: Maybe<Array<Maybe<IMenuItemAction>>>;
|
1136
1186
|
};
|
1137
1187
|
export type IMenuItemActionScmChange = {
|
1138
1188
|
__typename?: 'MenuItemActionScmChange';
|
@@ -1140,46 +1190,46 @@ export type IMenuItemActionScmChange = {
|
|
1140
1190
|
};
|
1141
1191
|
export type IMenuItemActionView = {
|
1142
1192
|
__typename?: 'MenuItemActionView';
|
1143
|
-
/** The contributed view title menu */
|
1144
|
-
title?: Maybe<Array<Maybe<IMenuItemAction>>>;
|
1145
1193
|
/** The contributed view item context menu */
|
1146
1194
|
item?: Maybe<IMenuItemActionContext>;
|
1195
|
+
/** The contributed view title menu */
|
1196
|
+
title?: Maybe<Array<Maybe<IMenuItemAction>>>;
|
1147
1197
|
};
|
1148
1198
|
export type IMenuItemInput = {
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
run?:
|
1199
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
1200
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
1201
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
1202
|
+
run?: InputMaybe<IContributionActionRunInput>;
|
1153
1203
|
};
|
1154
1204
|
export type IMenus = {
|
1155
1205
|
__typename?: 'Menus';
|
1156
1206
|
/** The Command Palette */
|
1157
1207
|
commandPalette?: Maybe<Array<Maybe<IMenuItemAction>>>;
|
1158
|
-
/** The file explorer */
|
1159
|
-
explorer?: Maybe<IMenuItemActionContext>;
|
1160
|
-
/** The editor */
|
1161
|
-
editor?: Maybe<IMenuItemActionEditor>;
|
1162
1208
|
/** The debug */
|
1163
1209
|
debug?: Maybe<IMenuItemActionDebug>;
|
1210
|
+
/** The editor */
|
1211
|
+
editor?: Maybe<IMenuItemActionEditor>;
|
1212
|
+
/** The file explorer */
|
1213
|
+
explorer?: Maybe<IMenuItemActionContext>;
|
1164
1214
|
/** The Source Control */
|
1165
1215
|
scm?: Maybe<IMenuItemActionScm>;
|
1166
|
-
/** The contributed view */
|
1167
|
-
view?: Maybe<IMenuItemActionView>;
|
1168
1216
|
/** The touch bar (macOS only) */
|
1169
1217
|
touchBar?: Maybe<Array<Maybe<IMenuItemAction>>>;
|
1218
|
+
/** The contributed view */
|
1219
|
+
view?: Maybe<IMenuItemActionView>;
|
1170
1220
|
};
|
1171
1221
|
export type IMessageLink = {
|
1172
1222
|
__typename?: 'MessageLink';
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1223
|
+
href?: Maybe<Scalars['String']['output']>;
|
1224
|
+
length?: Maybe<Scalars['Int']['output']>;
|
1225
|
+
name?: Maybe<Scalars['String']['output']>;
|
1226
|
+
offset?: Maybe<Scalars['Int']['output']>;
|
1177
1227
|
};
|
1178
1228
|
export type IMessageLinkInput = {
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1229
|
+
href?: InputMaybe<Scalars['String']['input']>;
|
1230
|
+
length?: InputMaybe<Scalars['Int']['input']>;
|
1231
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
1232
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
1183
1233
|
};
|
1184
1234
|
/** All Moleculer Topic names are extended from this. */
|
1185
1235
|
export declare enum IMoleculerServiceName {
|
@@ -1187,35 +1237,35 @@ export declare enum IMoleculerServiceName {
|
|
1187
1237
|
}
|
1188
1238
|
export type IMutation = {
|
1189
1239
|
__typename?: 'Mutation';
|
1190
|
-
activate?: Maybe<Scalars['Boolean']>;
|
1191
|
-
addNotification?: Maybe<Scalars['Boolean']>;
|
1192
|
-
closeNotification?: Maybe<Scalars['Boolean']>;
|
1193
|
-
codeLenseProviderDefinition?: Maybe<Scalars['Observable']>;
|
1194
|
-
completionProviderDefinition?: Maybe<Scalars['Observable']>;
|
1195
|
-
copy?: Maybe<Scalars['Boolean']>;
|
1240
|
+
activate?: Maybe<Scalars['Boolean']['output']>;
|
1241
|
+
addNotification?: Maybe<Scalars['Boolean']['output']>;
|
1242
|
+
closeNotification?: Maybe<Scalars['Boolean']['output']>;
|
1243
|
+
codeLenseProviderDefinition?: Maybe<Scalars['Observable']['output']>;
|
1244
|
+
completionProviderDefinition?: Maybe<Scalars['Observable']['output']>;
|
1245
|
+
copy?: Maybe<Scalars['Boolean']['output']>;
|
1196
1246
|
/** Create a new extension in the extension registry. */
|
1197
1247
|
createExtension: IRegistryExtension;
|
1198
|
-
definitionDefinition?: Maybe<Scalars['Observable']>;
|
1248
|
+
definitionDefinition?: Maybe<Scalars['Observable']['output']>;
|
1199
1249
|
/**
|
1200
1250
|
* Delete an extension from the extension registry.
|
1201
1251
|
*
|
1202
1252
|
* Only authorized extension publishers may perform this mutation.
|
1203
1253
|
*/
|
1204
1254
|
deleteExtension: IEmptyResponse;
|
1205
|
-
documentFormattingProviderDefinition?: Maybe<Scalars['Observable']>;
|
1206
|
-
documentHighLightProviderDefinition?: Maybe<Scalars['Observable']>;
|
1207
|
-
documentSymbolDefinition?: Maybe<Scalars['Observable']>;
|
1208
|
-
dummy?: Maybe<Scalars['Int']>;
|
1209
|
-
handler?: Maybe<Scalars['Boolean']>;
|
1210
|
-
hideContextMenu?: Maybe<Scalars['Boolean']>;
|
1211
|
-
hoverProviderDefinition?: Maybe<Scalars['Observable']>;
|
1255
|
+
documentFormattingProviderDefinition?: Maybe<Scalars['Observable']['output']>;
|
1256
|
+
documentHighLightProviderDefinition?: Maybe<Scalars['Observable']['output']>;
|
1257
|
+
documentSymbolDefinition?: Maybe<Scalars['Observable']['output']>;
|
1258
|
+
dummy?: Maybe<Scalars['Int']['output']>;
|
1259
|
+
handler?: Maybe<Scalars['Boolean']['output']>;
|
1260
|
+
hideContextMenu?: Maybe<Scalars['Boolean']['output']>;
|
1261
|
+
hoverProviderDefinition?: Maybe<Scalars['Observable']['output']>;
|
1212
1262
|
install?: Maybe<IExtensionIdentifier>;
|
1213
|
-
notify?: Maybe<Scalars['Boolean']>;
|
1214
|
-
notifyError?: Maybe<Scalars['Boolean']>;
|
1215
|
-
notifyInfo?: Maybe<Scalars['Boolean']>;
|
1216
|
-
notifyPrompt?: Maybe<Scalars['Boolean']>;
|
1217
|
-
notifyWarn?: Maybe<Scalars['Boolean']>;
|
1218
|
-
openLanguageDocument?: Maybe<Scalars['Observable']>;
|
1263
|
+
notify?: Maybe<Scalars['Boolean']['output']>;
|
1264
|
+
notifyError?: Maybe<Scalars['Boolean']['output']>;
|
1265
|
+
notifyInfo?: Maybe<Scalars['Boolean']['output']>;
|
1266
|
+
notifyPrompt?: Maybe<Scalars['Boolean']['output']>;
|
1267
|
+
notifyWarn?: Maybe<Scalars['Boolean']['output']>;
|
1268
|
+
openLanguageDocument?: Maybe<Scalars['Observable']['output']>;
|
1219
1269
|
/**
|
1220
1270
|
* Publish an extension in the extension registry, creating it (if it doesn't yet exist) or updating it (if it
|
1221
1271
|
* does).
|
@@ -1224,12 +1274,12 @@ export type IMutation = {
|
|
1224
1274
|
* extension.
|
1225
1275
|
*/
|
1226
1276
|
publishExtension: IExtensionRegistryPublishExtensionResult;
|
1227
|
-
referenceProviderDefinition?: Maybe<Scalars['Observable']>;
|
1228
|
-
removeExtension?: Maybe<Scalars['Boolean']>;
|
1229
|
-
renameDefinition?: Maybe<Scalars['Observable']>;
|
1230
|
-
runMenuAction?: Maybe<Scalars['Boolean']>;
|
1231
|
-
showContextMenu?: Maybe<Scalars['Boolean']>;
|
1232
|
-
startExtensionHost?: Maybe<Scalars['Boolean']>;
|
1277
|
+
referenceProviderDefinition?: Maybe<Scalars['Observable']['output']>;
|
1278
|
+
removeExtension?: Maybe<Scalars['Boolean']['output']>;
|
1279
|
+
renameDefinition?: Maybe<Scalars['Observable']['output']>;
|
1280
|
+
runMenuAction?: Maybe<Scalars['Boolean']['output']>;
|
1281
|
+
showContextMenu?: Maybe<Scalars['Boolean']['output']>;
|
1282
|
+
startExtensionHost?: Maybe<Scalars['Boolean']['output']>;
|
1233
1283
|
/**
|
1234
1284
|
* Update an extension in the extension registry.
|
1235
1285
|
*
|
@@ -1237,126 +1287,116 @@ export type IMutation = {
|
|
1237
1287
|
*/
|
1238
1288
|
updateExtension: IRegistryExtension;
|
1239
1289
|
/** @deprecated need to remove */
|
1240
|
-
updateModel?: Maybe<Scalars['Boolean']>;
|
1290
|
+
updateModel?: Maybe<Scalars['Boolean']['output']>;
|
1241
1291
|
};
|
1242
1292
|
export type IMutationActivateArgs = {
|
1243
1293
|
request: IIActivationRequest;
|
1244
1294
|
};
|
1245
1295
|
export type IMutationAddNotificationArgs = {
|
1246
|
-
notification?:
|
1296
|
+
notification?: InputMaybe<INotificationInput>;
|
1247
1297
|
};
|
1248
1298
|
export type IMutationCloseNotificationArgs = {
|
1249
|
-
index?:
|
1299
|
+
index?: InputMaybe<Scalars['Int']['input']>;
|
1250
1300
|
};
|
1251
1301
|
export type IMutationCodeLenseProviderDefinitionArgs = {
|
1252
|
-
params?:
|
1302
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1253
1303
|
};
|
1254
1304
|
export type IMutationCompletionProviderDefinitionArgs = {
|
1255
|
-
params?:
|
1305
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1256
1306
|
};
|
1257
1307
|
export type IMutationCopyArgs = {
|
1258
|
-
value?:
|
1308
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
1259
1309
|
};
|
1260
1310
|
export type IMutationCreateExtensionArgs = {
|
1261
|
-
|
1262
|
-
|
1311
|
+
name: Scalars['String']['input'];
|
1312
|
+
publisher: Scalars['ID']['input'];
|
1263
1313
|
};
|
1264
1314
|
export type IMutationDefinitionDefinitionArgs = {
|
1265
|
-
params?:
|
1315
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1266
1316
|
};
|
1267
1317
|
export type IMutationDeleteExtensionArgs = {
|
1268
|
-
extension: Scalars['ID'];
|
1318
|
+
extension: Scalars['ID']['input'];
|
1269
1319
|
};
|
1270
1320
|
export type IMutationDocumentFormattingProviderDefinitionArgs = {
|
1271
|
-
params?:
|
1321
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1272
1322
|
};
|
1273
1323
|
export type IMutationDocumentHighLightProviderDefinitionArgs = {
|
1274
|
-
params?:
|
1324
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1275
1325
|
};
|
1276
1326
|
export type IMutationDocumentSymbolDefinitionArgs = {
|
1277
|
-
params?:
|
1327
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1278
1328
|
};
|
1279
1329
|
export type IMutationHandlerArgs = {
|
1280
|
-
arg?:
|
1330
|
+
arg?: InputMaybe<IContributionActionRunInput>;
|
1281
1331
|
};
|
1282
1332
|
export type IMutationHoverProviderDefinitionArgs = {
|
1283
|
-
params?:
|
1333
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1284
1334
|
};
|
1285
1335
|
export type IMutationInstallArgs = {
|
1286
|
-
vsix: Scalars['String'];
|
1336
|
+
vsix: Scalars['String']['input'];
|
1287
1337
|
};
|
1288
1338
|
export type IMutationNotifyArgs = {
|
1289
|
-
notification?:
|
1339
|
+
notification?: InputMaybe<INotificationInput>;
|
1290
1340
|
};
|
1291
1341
|
export type IMutationNotifyErrorArgs = {
|
1292
|
-
message?:
|
1342
|
+
message?: InputMaybe<Array<InputMaybe<INotificationMessageInput>>>;
|
1293
1343
|
};
|
1294
1344
|
export type IMutationNotifyInfoArgs = {
|
1295
|
-
message?:
|
1345
|
+
message?: InputMaybe<Array<InputMaybe<INotificationMessageInput>>>;
|
1296
1346
|
};
|
1297
1347
|
export type IMutationNotifyPromptArgs = {
|
1298
|
-
|
1299
|
-
message?:
|
1300
|
-
|
1301
|
-
|
1348
|
+
choices?: InputMaybe<Array<InputMaybe<IPromptChoiceInput>>>;
|
1349
|
+
message?: InputMaybe<Scalars['String']['input']>;
|
1350
|
+
options?: InputMaybe<IPromptOptionsInput>;
|
1351
|
+
severity?: InputMaybe<INotificationSeverity>;
|
1302
1352
|
};
|
1303
1353
|
export type IMutationNotifyWarnArgs = {
|
1304
|
-
message?:
|
1354
|
+
message?: InputMaybe<Array<InputMaybe<INotificationMessageInput>>>;
|
1305
1355
|
};
|
1306
1356
|
export type IMutationOpenLanguageDocumentArgs = {
|
1307
|
-
params?:
|
1357
|
+
params?: InputMaybe<IOpenDocumentParamsInput>;
|
1308
1358
|
};
|
1309
1359
|
export type IMutationPublishExtensionArgs = {
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
manifest: Scalars['String'];
|
1314
|
-
|
1315
|
-
sourceMap?:
|
1316
|
-
|
1360
|
+
bundle?: InputMaybe<Scalars['String']['input']>;
|
1361
|
+
extensionID: Scalars['String']['input'];
|
1362
|
+
force?: InputMaybe<Scalars['Boolean']['input']>;
|
1363
|
+
manifest: Scalars['String']['input'];
|
1364
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
1365
|
+
sourceMap?: InputMaybe<Scalars['String']['input']>;
|
1366
|
+
version?: InputMaybe<Scalars['String']['input']>;
|
1317
1367
|
};
|
1318
1368
|
export type IMutationReferenceProviderDefinitionArgs = {
|
1319
|
-
params?:
|
1369
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1320
1370
|
};
|
1321
1371
|
export type IMutationRemoveExtensionArgs = {
|
1322
|
-
id: Scalars['String'];
|
1372
|
+
id: Scalars['String']['input'];
|
1323
1373
|
};
|
1324
1374
|
export type IMutationRenameDefinitionArgs = {
|
1325
|
-
params?:
|
1375
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1326
1376
|
};
|
1327
1377
|
export type IMutationRunMenuActionArgs = {
|
1328
|
-
argument?:
|
1378
|
+
argument?: InputMaybe<IContributionActionRunInput>;
|
1329
1379
|
};
|
1330
1380
|
export type IMutationShowContextMenuArgs = {
|
1331
|
-
delegate?:
|
1381
|
+
delegate?: InputMaybe<IContextMenuInput>;
|
1332
1382
|
};
|
1333
1383
|
export type IMutationStartExtensionHostArgs = {
|
1334
|
-
request?:
|
1384
|
+
request?: InputMaybe<Scalars['String']['input']>;
|
1335
1385
|
};
|
1336
1386
|
export type IMutationUpdateExtensionArgs = {
|
1337
|
-
extension: Scalars['ID'];
|
1338
|
-
name?:
|
1387
|
+
extension: Scalars['ID']['input'];
|
1388
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
1339
1389
|
};
|
1340
1390
|
export type IMutationUpdateModelArgs = {
|
1341
|
-
model?:
|
1391
|
+
model?: InputMaybe<IIModelInput>;
|
1342
1392
|
};
|
1343
1393
|
/** An object with an ID. */
|
1344
1394
|
export type INode = {
|
1345
1395
|
/** The ID of the node. */
|
1346
|
-
id: Scalars['ID'];
|
1396
|
+
id: Scalars['ID']['output'];
|
1347
1397
|
};
|
1348
1398
|
export type INotification = {
|
1349
1399
|
__typename?: 'Notification';
|
1350
|
-
index?: Maybe<Scalars['Boolean']>;
|
1351
|
-
/** The severity of the notification. Either `Info`, `Warning` or `Error`. */
|
1352
|
-
severity?: Maybe<INotificationSeverity>;
|
1353
|
-
/**
|
1354
|
-
* The message of the notification. This can either be a `string` or `Error`. Messages
|
1355
|
-
* can optionally include links in the format: `[text](link)`
|
1356
|
-
*/
|
1357
|
-
message?: Maybe<Scalars['String']>;
|
1358
|
-
/** The source of the notification appears as additional information. */
|
1359
|
-
source?: Maybe<Scalars['String']>;
|
1360
1400
|
/**
|
1361
1401
|
* ContributionActions to show as part of the notification. Primary actions show up as
|
1362
1402
|
* buttons as part of the message and will clost the notification once clicked.
|
@@ -1370,11 +1410,21 @@ export type INotification = {
|
|
1370
1410
|
* this usecase and much easier to use!
|
1371
1411
|
*/
|
1372
1412
|
actions?: Maybe<INotificationActions>;
|
1413
|
+
index?: Maybe<Scalars['Boolean']['output']>;
|
1414
|
+
/**
|
1415
|
+
* The message of the notification. This can either be a `string` or `Error`. Messages
|
1416
|
+
* can optionally include links in the format: `[text](link)`
|
1417
|
+
*/
|
1418
|
+
message?: Maybe<Scalars['String']['output']>;
|
1419
|
+
/** The severity of the notification. Either `Info`, `Warning` or `Error`. */
|
1420
|
+
severity?: Maybe<INotificationSeverity>;
|
1421
|
+
/** The source of the notification appears as additional information. */
|
1422
|
+
source?: Maybe<Scalars['String']['output']>;
|
1373
1423
|
/**
|
1374
1424
|
* Sticky notifications are not automatically removed after a certain timeout. By
|
1375
1425
|
* default, notifications with primary actions and severity error are always sticky.
|
1376
1426
|
*/
|
1377
|
-
sticky?: Maybe<Scalars['Boolean']>;
|
1427
|
+
sticky?: Maybe<Scalars['Boolean']['output']>;
|
1378
1428
|
};
|
1379
1429
|
export type INotificationActions = {
|
1380
1430
|
__typename?: 'NotificationActions';
|
@@ -1391,13 +1441,13 @@ export type INotificationActions = {
|
|
1391
1441
|
secondary?: Maybe<Array<Maybe<IContributionAction>>>;
|
1392
1442
|
};
|
1393
1443
|
export type INotificationActionsInput = {
|
1394
|
-
primary?:
|
1395
|
-
secondary?:
|
1444
|
+
primary?: InputMaybe<Array<InputMaybe<IContributionActionInput>>>;
|
1445
|
+
secondary?: InputMaybe<Array<InputMaybe<IContributionActionInput>>>;
|
1396
1446
|
};
|
1397
1447
|
export type INotificationChangeEvent = {
|
1398
1448
|
__typename?: 'NotificationChangeEvent';
|
1399
1449
|
/** The index this notification has in the list of notifications. */
|
1400
|
-
index?: Maybe<Scalars['Int']>;
|
1450
|
+
index?: Maybe<Scalars['Int']['output']>;
|
1401
1451
|
/** The notification this change is about. */
|
1402
1452
|
item?: Maybe<INotificationViewItem>;
|
1403
1453
|
/** The kind of notification change. */
|
@@ -1409,48 +1459,48 @@ export declare enum INotificationChangeType {
|
|
1409
1459
|
Remove = "REMOVE"
|
1410
1460
|
}
|
1411
1461
|
export type INotificationInput = {
|
1412
|
-
|
1413
|
-
message?:
|
1414
|
-
|
1415
|
-
|
1416
|
-
sticky?:
|
1462
|
+
actions?: InputMaybe<INotificationActionsInput>;
|
1463
|
+
message?: InputMaybe<INotificationMessageInput>;
|
1464
|
+
severity?: InputMaybe<INotificationSeverity>;
|
1465
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
1466
|
+
sticky?: InputMaybe<Scalars['Boolean']['input']>;
|
1417
1467
|
};
|
1418
1468
|
export type INotificationMessage = {
|
1419
1469
|
__typename?: 'NotificationMessage';
|
1420
|
-
raw?: Maybe<Scalars['String']>;
|
1421
|
-
original?: Maybe<INotificationMessage>;
|
1422
|
-
value?: Maybe<Scalars['String']>;
|
1423
1470
|
links?: Maybe<Array<Maybe<IMessageLink>>>;
|
1471
|
+
original?: Maybe<INotificationMessage>;
|
1472
|
+
raw?: Maybe<Scalars['String']['output']>;
|
1473
|
+
value?: Maybe<Scalars['String']['output']>;
|
1424
1474
|
};
|
1425
1475
|
export type INotificationMessageInput = {
|
1426
|
-
|
1427
|
-
original?:
|
1428
|
-
|
1429
|
-
|
1476
|
+
links?: InputMaybe<Array<InputMaybe<IMessageLinkInput>>>;
|
1477
|
+
original?: InputMaybe<INotificationMessageInput>;
|
1478
|
+
raw?: InputMaybe<Scalars['String']['input']>;
|
1479
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
1430
1480
|
};
|
1431
1481
|
export declare enum INotificationSeverity {
|
1482
|
+
Error = "Error",
|
1432
1483
|
Ignore = "Ignore",
|
1433
1484
|
Info = "Info",
|
1434
|
-
Warning = "Warning"
|
1435
|
-
Error = "Error"
|
1485
|
+
Warning = "Warning"
|
1436
1486
|
}
|
1437
1487
|
export type INotificationViewItem = {
|
1438
1488
|
__typename?: 'NotificationViewItem';
|
1439
|
-
severity?: Maybe<INotificationSeverity>;
|
1440
|
-
sticky?: Maybe<Scalars['Boolean']>;
|
1441
|
-
silent?: Maybe<Scalars['Boolean']>;
|
1442
|
-
message?: Maybe<INotificationMessage>;
|
1443
|
-
source?: Maybe<Scalars['String']>;
|
1444
1489
|
action?: Maybe<INotificationActions>;
|
1490
|
+
canCollapse?: Maybe<Scalars['Boolean']['output']>;
|
1491
|
+
expanded?: Maybe<Scalars['Boolean']['output']>;
|
1492
|
+
message?: Maybe<INotificationMessage>;
|
1445
1493
|
progress?: Maybe<INotificationViewItemProgress>;
|
1446
|
-
|
1447
|
-
|
1494
|
+
severity?: Maybe<INotificationSeverity>;
|
1495
|
+
silent?: Maybe<Scalars['Boolean']['output']>;
|
1496
|
+
source?: Maybe<Scalars['String']['output']>;
|
1497
|
+
sticky?: Maybe<Scalars['Boolean']['output']>;
|
1448
1498
|
};
|
1449
1499
|
export declare enum INotificationViewItemLabelKind {
|
1450
|
-
Severity = "SEVERITY",
|
1451
|
-
Message = "MESSAGE",
|
1452
1500
|
Actions = "ACTIONS",
|
1453
|
-
|
1501
|
+
Message = "MESSAGE",
|
1502
|
+
Progress = "PROGRESS",
|
1503
|
+
Severity = "SEVERITY"
|
1454
1504
|
}
|
1455
1505
|
export type INotificationViewItemProgress = {
|
1456
1506
|
__typename?: 'NotificationViewItemProgress';
|
@@ -1458,31 +1508,31 @@ export type INotificationViewItemProgress = {
|
|
1458
1508
|
};
|
1459
1509
|
export type INotificationViewItemProgressState = {
|
1460
1510
|
__typename?: 'NotificationViewItemProgressState';
|
1511
|
+
/** Indicate that the long running operation is done. */
|
1512
|
+
done?: Maybe<Scalars['Boolean']['output']>;
|
1461
1513
|
/** Causes the progress bar to spin infinitely. */
|
1462
|
-
infinite?: Maybe<Scalars['Boolean']>;
|
1514
|
+
infinite?: Maybe<Scalars['Boolean']['output']>;
|
1463
1515
|
/** Indicate the total amount of work. */
|
1464
|
-
total?: Maybe<Scalars['Int']>;
|
1516
|
+
total?: Maybe<Scalars['Int']['output']>;
|
1465
1517
|
/** Indicate that a specific chunk of work is done. */
|
1466
|
-
worked?: Maybe<Scalars['Int']>;
|
1467
|
-
/** Indicate that the long running operation is done. */
|
1468
|
-
done?: Maybe<Scalars['Boolean']>;
|
1518
|
+
worked?: Maybe<Scalars['Int']['output']>;
|
1469
1519
|
};
|
1470
1520
|
export type INotifications = {
|
1471
1521
|
__typename?: 'Notifications';
|
1472
1522
|
notifications?: Maybe<Array<Maybe<INotification>>>;
|
1473
1523
|
};
|
1474
1524
|
export type IOpenDocumentParamsInput = {
|
1475
|
-
textDocument?:
|
1525
|
+
textDocument?: InputMaybe<IOpenDocumentTextParamsInput>;
|
1476
1526
|
};
|
1477
1527
|
export type IOpenDocumentTextParamsInput = {
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1528
|
+
languageId?: InputMaybe<Scalars['String']['input']>;
|
1529
|
+
text?: InputMaybe<Scalars['String']['input']>;
|
1530
|
+
uri?: InputMaybe<Scalars['String']['input']>;
|
1531
|
+
version?: InputMaybe<Scalars['Int']['input']>;
|
1482
1532
|
};
|
1483
1533
|
export type IPageInfo = {
|
1484
1534
|
__typename?: 'PageInfo';
|
1485
|
-
hasNextPage: Scalars['Boolean'];
|
1535
|
+
hasNextPage: Scalars['Boolean']['output'];
|
1486
1536
|
};
|
1487
1537
|
/**
|
1488
1538
|
* @lsp - Position in a text document expressed as zero-based line and character offset.
|
@@ -1498,16 +1548,6 @@ export type IPageInfo = {
|
|
1498
1548
|
*/
|
1499
1549
|
export type IPosition = {
|
1500
1550
|
__typename?: 'Position';
|
1501
|
-
/** @editor - line number (starts at 1) */
|
1502
|
-
lineNumber?: Maybe<Scalars['Int']>;
|
1503
|
-
/** @editor - column (the first character in a line is between column 1 and column 2) */
|
1504
|
-
column?: Maybe<Scalars['Int']>;
|
1505
|
-
/**
|
1506
|
-
* @lsp - Line position in a document (zero-based).
|
1507
|
-
* If a line number is greater than the number of lines in a document, it defaults back to the number of lines in the document.
|
1508
|
-
* If a line number is negative, it defaults to 0.
|
1509
|
-
*/
|
1510
|
-
line?: Maybe<Scalars['Int']>;
|
1511
1551
|
/**
|
1512
1552
|
* @lsp - Character offset on a line in a document (zer-based). Assuming that the line is represented as a string, the
|
1513
1553
|
* `character` value represents the gap between the `character` and `character+1`.
|
@@ -1516,80 +1556,90 @@ export type IPosition = {
|
|
1516
1556
|
* line length.
|
1517
1557
|
* If a line number is negative, it defaults to 0.
|
1518
1558
|
*/
|
1519
|
-
character?: Maybe<Scalars['Int']>;
|
1559
|
+
character?: Maybe<Scalars['Int']['output']>;
|
1560
|
+
/** @editor - column (the first character in a line is between column 1 and column 2) */
|
1561
|
+
column?: Maybe<Scalars['Int']['output']>;
|
1562
|
+
/**
|
1563
|
+
* @lsp - Line position in a document (zero-based).
|
1564
|
+
* If a line number is greater than the number of lines in a document, it defaults back to the number of lines in the document.
|
1565
|
+
* If a line number is negative, it defaults to 0.
|
1566
|
+
*/
|
1567
|
+
line?: Maybe<Scalars['Int']['output']>;
|
1568
|
+
/** @editor - line number (starts at 1) */
|
1569
|
+
lineNumber?: Maybe<Scalars['Int']['output']>;
|
1520
1570
|
};
|
1521
1571
|
export type IPositionInput = {
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1572
|
+
character?: InputMaybe<Scalars['Int']['input']>;
|
1573
|
+
column?: InputMaybe<Scalars['Int']['input']>;
|
1574
|
+
line?: InputMaybe<Scalars['Int']['input']>;
|
1575
|
+
lineNumber?: InputMaybe<Scalars['Int']['input']>;
|
1526
1576
|
};
|
1527
1577
|
export type IProcessMonitoring = {
|
1528
1578
|
__typename?: 'ProcessMonitoring';
|
1529
|
-
cpu?: Maybe<Scalars['Float']>;
|
1530
|
-
memory?: Maybe<Scalars['Float']>;
|
1579
|
+
cpu?: Maybe<Scalars['Float']['output']>;
|
1580
|
+
memory?: Maybe<Scalars['Float']['output']>;
|
1531
1581
|
};
|
1532
1582
|
export type IPromptChoiceInput = {
|
1533
|
-
/** Label to show for the choice to the user. */
|
1534
|
-
label?: Maybe<Scalars['String']>;
|
1535
1583
|
/**
|
1536
1584
|
* Primary choices show up as buttons in the notification below the message.
|
1537
1585
|
* Secondary choices show up under the gear icon in the header of the notification.
|
1538
1586
|
*/
|
1539
|
-
isSecondary?:
|
1587
|
+
isSecondary?: InputMaybe<Scalars['Boolean']['input']>;
|
1540
1588
|
/**
|
1541
1589
|
* Whether to keep the notification open after the choice was selected
|
1542
1590
|
* by the user. By default, will close the notification upon click.
|
1543
1591
|
*/
|
1544
|
-
keepOpen?:
|
1592
|
+
keepOpen?: InputMaybe<Scalars['Boolean']['input']>;
|
1593
|
+
/** Label to show for the choice to the user. */
|
1594
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
1545
1595
|
/** Triggered when the user selects the choice. */
|
1546
|
-
run?:
|
1596
|
+
run?: InputMaybe<IPromptChoiceRun>;
|
1547
1597
|
};
|
1548
1598
|
export type IPromptChoiceRun = {
|
1549
|
-
|
1550
|
-
|
1551
|
-
variables?:
|
1599
|
+
document?: InputMaybe<Scalars['AnyObject']['input']>;
|
1600
|
+
type?: InputMaybe<IGraphqlCallType>;
|
1601
|
+
variables?: InputMaybe<Scalars['AnyObject']['input']>;
|
1552
1602
|
};
|
1553
1603
|
export type IPromptOptionsCancel = {
|
1554
|
-
|
1555
|
-
|
1556
|
-
variables?:
|
1604
|
+
document?: InputMaybe<Scalars['AnyObject']['input']>;
|
1605
|
+
type?: InputMaybe<IGraphqlCallType>;
|
1606
|
+
variables?: InputMaybe<Scalars['AnyObject']['input']>;
|
1557
1607
|
};
|
1558
1608
|
export type IPromptOptionsInput = {
|
1559
1609
|
/**
|
1560
|
-
*
|
1561
|
-
*
|
1562
|
-
* Note: Prompts of severity ERROR are always sticky.
|
1610
|
+
* Will be called if the user closed the notification without picking
|
1611
|
+
* any of the provided choices.
|
1563
1612
|
*/
|
1564
|
-
|
1613
|
+
onCancel?: InputMaybe<IPromptOptionsCancel>;
|
1565
1614
|
/**
|
1566
1615
|
* Silent notifications are not shown to the user unless the notification center is opened.
|
1567
1616
|
* The status bar will still indicate all number of notifications to
|
1568
1617
|
* catch some attention.
|
1569
1618
|
*/
|
1570
|
-
silent?:
|
1619
|
+
silent?: InputMaybe<Scalars['Boolean']['input']>;
|
1571
1620
|
/**
|
1572
|
-
*
|
1573
|
-
*
|
1621
|
+
* Sticky prompts are not automatically removed after a certain timeout.
|
1622
|
+
*
|
1623
|
+
* Note: Prompts of severity ERROR are always sticky.
|
1574
1624
|
*/
|
1575
|
-
|
1625
|
+
sticky?: InputMaybe<Scalars['Boolean']['input']>;
|
1576
1626
|
};
|
1577
|
-
export type IProvideTextDocumentLocationSignature =
|
1627
|
+
export type IProvideTextDocumentLocationSignature = ILocation & ITextDocumentPositionParams & {
|
1578
1628
|
__typename?: 'ProvideTextDocumentLocationSignature';
|
1579
|
-
textDocument?: Maybe<ITextDocumentIdentifier>;
|
1580
1629
|
position?: Maybe<IPosition>;
|
1581
|
-
rangeOrUri?: Maybe<IPosition>;
|
1582
|
-
uriRangeOrPosition?: Maybe<Scalars['String']>;
|
1583
1630
|
range?: Maybe<IPosition>;
|
1584
|
-
|
1631
|
+
rangeOrUri?: Maybe<IPosition>;
|
1632
|
+
textDocument?: Maybe<ITextDocumentIdentifier>;
|
1633
|
+
uri?: Maybe<Scalars['String']['output']>;
|
1634
|
+
uriRangeOrPosition?: Maybe<Scalars['String']['output']>;
|
1585
1635
|
};
|
1586
1636
|
export type IProvideTextDocumentLocationSignatureInput = {
|
1587
|
-
|
1588
|
-
|
1589
|
-
rangeOrUri?:
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1637
|
+
position?: InputMaybe<IPositionInput>;
|
1638
|
+
range?: InputMaybe<IPositionInput>;
|
1639
|
+
rangeOrUri?: InputMaybe<IPositionInput>;
|
1640
|
+
textDocument?: InputMaybe<ITextDocumentIdentifierInput>;
|
1641
|
+
uri?: InputMaybe<Scalars['String']['input']>;
|
1642
|
+
uriRangeOrPosition?: InputMaybe<Scalars['String']['input']>;
|
1593
1643
|
};
|
1594
1644
|
export type IQuery = {
|
1595
1645
|
__typename?: 'Query';
|
@@ -1611,42 +1661,42 @@ export type IQuery = {
|
|
1611
1661
|
/** Looks up a node by ID. */
|
1612
1662
|
node?: Maybe<INode>;
|
1613
1663
|
notifications?: Maybe<INotifications>;
|
1614
|
-
registerProvider?: Maybe<Scalars['Boolean']>;
|
1664
|
+
registerProvider?: Maybe<Scalars['Boolean']['output']>;
|
1615
1665
|
releases?: Maybe<Array<Maybe<IExtensionRelease>>>;
|
1616
|
-
showNotification?: Maybe<Scalars['Boolean']>;
|
1666
|
+
showNotification?: Maybe<Scalars['Boolean']['output']>;
|
1617
1667
|
};
|
1618
1668
|
export type IQueryDocSitePageArgs = {
|
1619
|
-
path: Scalars['String'];
|
1669
|
+
path: Scalars['String']['input'];
|
1620
1670
|
};
|
1621
1671
|
export type IQueryExtensionArgs = {
|
1622
|
-
extensionID: Scalars['String'];
|
1672
|
+
extensionID: Scalars['String']['input'];
|
1623
1673
|
};
|
1624
1674
|
export type IQueryExtensionsArgs = {
|
1625
|
-
first?:
|
1626
|
-
|
1627
|
-
local?:
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1675
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
1676
|
+
includeWIP?: InputMaybe<Scalars['Boolean']['input']>;
|
1677
|
+
local?: InputMaybe<Scalars['Boolean']['input']>;
|
1678
|
+
prioritizeExtensionIDs?: InputMaybe<Array<Scalars['String']['input']>>;
|
1679
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
1680
|
+
remote?: InputMaybe<Scalars['Boolean']['input']>;
|
1631
1681
|
};
|
1632
1682
|
export type IQueryGalleryArgs = {
|
1633
|
-
query?:
|
1683
|
+
query?: InputMaybe<IGalleryQueryInput>;
|
1634
1684
|
};
|
1635
1685
|
export type IQueryGalleryExtensionArgs = {
|
1636
|
-
extensionID: Scalars['String'];
|
1686
|
+
extensionID: Scalars['String']['input'];
|
1637
1687
|
};
|
1638
1688
|
export type IQueryNodeArgs = {
|
1639
|
-
id: Scalars['ID'];
|
1689
|
+
id: Scalars['ID']['input'];
|
1640
1690
|
};
|
1641
1691
|
export type IQueryRegisterProviderArgs = {
|
1642
|
-
|
1643
|
-
|
1692
|
+
provider?: InputMaybe<IProvideTextDocumentLocationSignatureInput>;
|
1693
|
+
registrationOptions?: InputMaybe<ITextDocumentRegistrationOptionsInput>;
|
1644
1694
|
};
|
1645
1695
|
export type IQueryReleasesArgs = {
|
1646
|
-
extensionID: Scalars['String'];
|
1696
|
+
extensionID: Scalars['String']['input'];
|
1647
1697
|
};
|
1648
1698
|
export type IQueryShowNotificationArgs = {
|
1649
|
-
notification?:
|
1699
|
+
notification?: InputMaybe<INotificationInput>;
|
1650
1700
|
};
|
1651
1701
|
/**
|
1652
1702
|
* @lsp - A range in a text document expressed as (zero-based) start and end positions. A range is comparable to a
|
@@ -1665,130 +1715,130 @@ export type IRange = {
|
|
1665
1715
|
__typename?: 'Range';
|
1666
1716
|
/**
|
1667
1717
|
* @lsp
|
1668
|
-
* The range's
|
1718
|
+
* The range's end position.
|
1669
1719
|
*/
|
1670
|
-
|
1720
|
+
end?: Maybe<IPosition>;
|
1721
|
+
/** @editor - Column on which the range ends in the line `endLineNumber` */
|
1722
|
+
endColumn?: Maybe<Scalars['Int']['output']>;
|
1723
|
+
/** @editor - Line number on which the range ends. */
|
1724
|
+
endLineNumber?: Maybe<Scalars['Int']['output']>;
|
1671
1725
|
/**
|
1672
1726
|
* @lsp
|
1673
|
-
* The range's
|
1727
|
+
* The range's start position.
|
1674
1728
|
*/
|
1675
|
-
|
1676
|
-
/** @editor - Line number on which the range starts (starts at 1). */
|
1677
|
-
startLineNumber?: Maybe<Scalars['Int']>;
|
1729
|
+
start?: Maybe<IPosition>;
|
1678
1730
|
/** @editor - Column on which the range starts in the line `startLineNumber` (starts at 1). */
|
1679
|
-
startColumn?: Maybe<Scalars['Int']>;
|
1680
|
-
/** @editor - Line number on which the range
|
1681
|
-
|
1682
|
-
/** @editor - Column on which the range ends in the line `endLineNumber` */
|
1683
|
-
endColumn?: Maybe<Scalars['Int']>;
|
1731
|
+
startColumn?: Maybe<Scalars['Int']['output']>;
|
1732
|
+
/** @editor - Line number on which the range starts (starts at 1). */
|
1733
|
+
startLineNumber?: Maybe<Scalars['Int']['output']>;
|
1684
1734
|
};
|
1685
1735
|
export type IRangeInput = {
|
1686
|
-
endColumn?:
|
1687
|
-
endLineNumber?:
|
1688
|
-
startColumn?:
|
1689
|
-
startLineNumber?:
|
1736
|
+
endColumn?: InputMaybe<Scalars['Int']['input']>;
|
1737
|
+
endLineNumber?: InputMaybe<Scalars['Int']['input']>;
|
1738
|
+
startColumn?: InputMaybe<Scalars['Int']['input']>;
|
1739
|
+
startLineNumber?: InputMaybe<Scalars['Int']['input']>;
|
1690
1740
|
};
|
1691
1741
|
export type IRegistryEntry = {
|
1692
1742
|
__typename?: 'RegistryEntry';
|
1743
|
+
provider?: Maybe<Scalars['String']['output']>;
|
1693
1744
|
registrationOptions?: Maybe<ITextDocumentRegistrationOptions>;
|
1694
|
-
provider?: Maybe<Scalars['String']>;
|
1695
1745
|
};
|
1696
1746
|
/** An extenion's listing in the extension registry. */
|
1697
1747
|
export type IRegistryExtension = INode & {
|
1698
1748
|
__typename?: 'RegistryExtension';
|
1749
|
+
activationEvents?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
1699
1750
|
/**
|
1700
|
-
* The
|
1701
|
-
*
|
1751
|
+
* The qualified, unique name that refers to this extension, consisting of the registry name (if non-default),
|
1752
|
+
* publisher's name, and the extension's name, all joined by "/" (for example, "cdecode/my-extension-name").
|
1702
1753
|
*/
|
1703
|
-
|
1754
|
+
extensionID?: Maybe<Scalars['String']['output']>;
|
1755
|
+
/** The extension ID without the registry name. */
|
1756
|
+
extensionIDWithoutRegistry?: Maybe<Scalars['String']['output']>;
|
1704
1757
|
/**
|
1705
|
-
*
|
1706
|
-
*
|
1758
|
+
* The unique, opaque, permanent ID of the extension. Do not display this ID to the user; display
|
1759
|
+
* RegistryExtension.extensionID instead (it is friendlier and still unique, but it can be renamed).
|
1707
1760
|
*/
|
1708
|
-
|
1761
|
+
id: Scalars['ID']['output'];
|
1762
|
+
/** Whether the registry extension is published on this CDECode site. */
|
1763
|
+
isLocal?: Maybe<Scalars['Boolean']['output']>;
|
1764
|
+
/** The extension manifest, or null if none is set. */
|
1765
|
+
manifest?: Maybe<IExtensionManifest>;
|
1766
|
+
/** The name of the extension (not including the publisher's name). */
|
1767
|
+
name: Scalars['String']['output'];
|
1709
1768
|
/** The publisher of the extension. If this extension is from a remote registry, the publisher may be null. */
|
1710
1769
|
publisher?: Maybe<IRegistryPublisher>;
|
1770
|
+
/** Extension Releases */
|
1771
|
+
releases?: Maybe<Array<Maybe<IExtensionRelease>>>;
|
1711
1772
|
/**
|
1712
|
-
* The
|
1713
|
-
*
|
1773
|
+
* The URL to the extension on the extension registry where it lives (if this is a remote
|
1774
|
+
* extension). If this extension is local, then this field's value is null.
|
1714
1775
|
*/
|
1715
|
-
|
1716
|
-
/** The extension ID without the registry name. */
|
1717
|
-
extensionIDWithoutRegistry?: Maybe<Scalars['String']>;
|
1718
|
-
/** The name of the extension (not including the publisher's name). */
|
1719
|
-
name: Scalars['String'];
|
1720
|
-
/** Latest Published version */
|
1721
|
-
version?: Maybe<Scalars['String']>;
|
1722
|
-
activationEvents?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1723
|
-
/** The extension manifest, or null if none is set. */
|
1724
|
-
manifest?: Maybe<IExtensionManifest>;
|
1776
|
+
remoteURL?: Maybe<Scalars['String']['output']>;
|
1725
1777
|
/** The date when this extension was last updated on the registry. */
|
1726
|
-
updatedAt?: Maybe<Scalars['String']>;
|
1778
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
1727
1779
|
/** The URL to the extension on this CDECode site. */
|
1728
|
-
url?: Maybe<Scalars['String']>;
|
1780
|
+
url?: Maybe<Scalars['String']['output']>;
|
1729
1781
|
/**
|
1730
|
-
*
|
1731
|
-
*
|
1782
|
+
* The UUID of the extension. This identifies the extension externally (along with the origin). The UUID maps
|
1783
|
+
* 1-t0-1 to RegistryExtension.id.
|
1732
1784
|
*/
|
1733
|
-
|
1734
|
-
/**
|
1735
|
-
|
1785
|
+
uuid: Scalars['String']['output'];
|
1786
|
+
/** Latest Published version */
|
1787
|
+
version?: Maybe<Scalars['String']['output']>;
|
1736
1788
|
/** Whether the viewer has admin privileges on this registry extension. */
|
1737
|
-
viewerCanAdminister?: Maybe<Scalars['Boolean']>;
|
1738
|
-
/** Extension Releases */
|
1739
|
-
releases?: Maybe<Array<Maybe<IExtensionRelease>>>;
|
1789
|
+
viewerCanAdminister?: Maybe<Scalars['Boolean']['output']>;
|
1740
1790
|
};
|
1741
1791
|
/** A list of registry extensions. */
|
1742
1792
|
export type IRegistryExtensionConnection = {
|
1743
1793
|
__typename?: 'RegistryExtensionConnection';
|
1794
|
+
/**
|
1795
|
+
* Errors that occured while communicating with remote registries to obtain the list of extensions.
|
1796
|
+
*
|
1797
|
+
* In order to be able to return local extensions even when the remote registry is unreachable, errors are
|
1798
|
+
* recorded here instead of in the top-level GraphQL errors list.
|
1799
|
+
*/
|
1800
|
+
error?: Maybe<Scalars['String']['output']>;
|
1744
1801
|
/** A list of registry extensions. */
|
1745
1802
|
nodes: Array<IRegistryExtension>;
|
1803
|
+
/** Pagination information */
|
1804
|
+
pageInfo: IPageInfo;
|
1746
1805
|
/**
|
1747
1806
|
* The total count of registry extensions in the connection. This total cound may be larger than the number of
|
1748
1807
|
* nodes in this object when the result is paginated.
|
1749
1808
|
*/
|
1750
|
-
totalCount: Scalars['Int'];
|
1751
|
-
/** Pagination information */
|
1752
|
-
pageInfo: IPageInfo;
|
1809
|
+
totalCount: Scalars['Int']['output'];
|
1753
1810
|
/** location of the extension path for example: /extensions/<extension_user>/<extension_name> */
|
1754
|
-
url?: Maybe<Scalars['String']>;
|
1755
|
-
/**
|
1756
|
-
* Errors that occured while communicating with remote registries to obtain the list of extensions.
|
1757
|
-
*
|
1758
|
-
* In order to be able to return local extensions even when the remote registry is unreachable, errors are
|
1759
|
-
* recorded here instead of in the top-level GraphQL errors list.
|
1760
|
-
*/
|
1761
|
-
error?: Maybe<Scalars['String']>;
|
1811
|
+
url?: Maybe<Scalars['String']['output']>;
|
1762
1812
|
};
|
1763
1813
|
/** A publisher of a registry extension. */
|
1764
1814
|
export type IRegistryPublisher = {
|
1765
1815
|
__typename?: 'RegistryPublisher';
|
1766
|
-
UserId?: Maybe<Scalars['String']>;
|
1816
|
+
UserId?: Maybe<Scalars['String']['output']>;
|
1767
1817
|
};
|
1768
1818
|
/** A list of publishers of extensions in the registry. */
|
1769
1819
|
export type IRegistryPublisherConnection = {
|
1770
1820
|
__typename?: 'RegistryPublisherConnection';
|
1771
1821
|
/** A list of publishers. */
|
1772
1822
|
nodes: Array<IRegistryPublisher>;
|
1823
|
+
/** Pagination information. */
|
1824
|
+
pageInfo: IPageInfo;
|
1773
1825
|
/**
|
1774
1826
|
* The total count of publishers in the connection. This total count may be larger than the number of
|
1775
1827
|
* nodes in the object when result is paginated.
|
1776
1828
|
*/
|
1777
|
-
totalCount: Scalars['Int'];
|
1778
|
-
/** Pagination information. */
|
1779
|
-
pageInfo: IPageInfo;
|
1829
|
+
totalCount: Scalars['Int']['output'];
|
1780
1830
|
};
|
1781
1831
|
export type IScripts = {
|
1782
1832
|
__typename?: 'Scripts';
|
1783
|
-
cdebasebuild?: Maybe<Scalars['String']>;
|
1784
|
-
cdebasepublish?: Maybe<Scalars['String']>;
|
1833
|
+
cdebasebuild?: Maybe<Scalars['String']['output']>;
|
1834
|
+
cdebasepublish?: Maybe<Scalars['String']['output']>;
|
1785
1835
|
};
|
1786
1836
|
export type ISnippet = {
|
1787
1837
|
__typename?: 'Snippet';
|
1788
|
-
language?: Maybe<Scalars['String']>;
|
1838
|
+
language?: Maybe<Scalars['String']['output']>;
|
1789
1839
|
};
|
1790
1840
|
export type ISort = {
|
1791
|
-
key: Scalars['String'];
|
1841
|
+
key: Scalars['String']['input'];
|
1792
1842
|
value: ISortEnum;
|
1793
1843
|
};
|
1794
1844
|
export declare enum ISortEnum {
|
@@ -1797,249 +1847,325 @@ export declare enum ISortEnum {
|
|
1797
1847
|
}
|
1798
1848
|
export type ISubscription = {
|
1799
1849
|
__typename?: 'Subscription';
|
1800
|
-
dummy?: Maybe<Scalars['Int']>;
|
1850
|
+
dummy?: Maybe<Scalars['Int']['output']>;
|
1801
1851
|
};
|
1802
1852
|
export type ITextDocumentIdentifier = IITextDocumentIdentifier & {
|
1803
1853
|
__typename?: 'TextDocumentIdentifier';
|
1804
|
-
|
1805
|
-
|
1854
|
+
languageId?: Maybe<Scalars['String']['output']>;
|
1855
|
+
uri?: Maybe<Scalars['URI']['output']>;
|
1806
1856
|
};
|
1807
1857
|
export type ITextDocumentIdentifierInput = {
|
1808
|
-
uri?:
|
1858
|
+
uri?: InputMaybe<Scalars['URI']['input']>;
|
1809
1859
|
};
|
1810
1860
|
/** An item to transfer a text document from the client to the server. */
|
1811
1861
|
export type ITextDocumentItem = IITextDocumentIdentifier & {
|
1812
1862
|
__typename?: 'TextDocumentItem';
|
1813
|
-
uri?: Maybe<Scalars['URI']>;
|
1814
1863
|
/** The ID of the document's language. This is a well-defined string identifier such as "phython". */
|
1815
|
-
languageId?: Maybe<Scalars['String']>;
|
1864
|
+
languageId?: Maybe<Scalars['String']['output']>;
|
1816
1865
|
/** The document's text content. */
|
1817
|
-
text?: Maybe<Scalars['String']>;
|
1866
|
+
text?: Maybe<Scalars['String']['output']>;
|
1867
|
+
uri?: Maybe<Scalars['URI']['output']>;
|
1818
1868
|
};
|
1819
1869
|
export type ITextDocumentItemInput = {
|
1820
|
-
|
1821
|
-
|
1822
|
-
|
1870
|
+
languageId?: InputMaybe<Scalars['String']['input']>;
|
1871
|
+
text?: InputMaybe<Scalars['String']['input']>;
|
1872
|
+
uri?: InputMaybe<Scalars['String']['input']>;
|
1823
1873
|
};
|
1824
1874
|
export type ITextDocumentPositionParams = {
|
1825
|
-
textDocument?: Maybe<ITextDocumentIdentifier>;
|
1826
1875
|
position?: Maybe<IPosition>;
|
1876
|
+
textDocument?: Maybe<ITextDocumentIdentifier>;
|
1827
1877
|
};
|
1828
1878
|
export type ITextDocumentPositionParamsInput = {
|
1829
|
-
|
1830
|
-
|
1879
|
+
position?: InputMaybe<IPositionInput>;
|
1880
|
+
textDocument?: InputMaybe<ITextDocumentIdentifierInput>;
|
1831
1881
|
};
|
1832
1882
|
export type ITextDocumentRegistrationOptions = {
|
1833
1883
|
__typename?: 'TextDocumentRegistrationOptions';
|
1834
|
-
documentSelector?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1884
|
+
documentSelector?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
1835
1885
|
};
|
1836
1886
|
export type ITextDocumentRegistrationOptionsInput = {
|
1837
|
-
documentSelector?:
|
1887
|
+
documentSelector?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
1838
1888
|
};
|
1839
1889
|
export type IThemeLabel = {
|
1840
1890
|
__typename?: 'ThemeLabel';
|
1841
|
-
label?: Maybe<Scalars['String']>;
|
1842
|
-
|
1843
|
-
|
1891
|
+
label?: Maybe<Scalars['String']['output']>;
|
1892
|
+
path?: Maybe<Scalars['String']['output']>;
|
1893
|
+
uiTheme?: Maybe<Scalars['String']['output']>;
|
1844
1894
|
};
|
1845
1895
|
export type IViewContainer = {
|
1846
1896
|
__typename?: 'ViewContainer';
|
1847
|
-
id?: Maybe<Scalars['ID']>;
|
1848
|
-
title?: Maybe<Scalars['String']>;
|
1897
|
+
id?: Maybe<Scalars['ID']['output']>;
|
1898
|
+
title?: Maybe<Scalars['String']['output']>;
|
1849
1899
|
};
|
1850
1900
|
export type ICopyMutationVariables = Exact<{
|
1851
|
-
value?:
|
1901
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
1852
1902
|
}>;
|
1853
|
-
export type ICopyMutation =
|
1903
|
+
export type ICopyMutation = {
|
1854
1904
|
__typename?: 'Mutation';
|
1855
|
-
|
1905
|
+
copy?: boolean | null;
|
1906
|
+
};
|
1856
1907
|
export type IRunMenuActionMutationVariables = Exact<{
|
1857
|
-
argument?:
|
1908
|
+
argument?: InputMaybe<IContributionActionRunInput>;
|
1858
1909
|
}>;
|
1859
|
-
export type IRunMenuActionMutation =
|
1910
|
+
export type IRunMenuActionMutation = {
|
1860
1911
|
__typename?: 'Mutation';
|
1861
|
-
|
1912
|
+
runMenuAction?: boolean | null;
|
1913
|
+
};
|
1862
1914
|
export type IHideContextMenuMutationVariables = Exact<{
|
1863
1915
|
[key: string]: never;
|
1864
1916
|
}>;
|
1865
|
-
export type IHideContextMenuMutation =
|
1917
|
+
export type IHideContextMenuMutation = {
|
1866
1918
|
__typename?: 'Mutation';
|
1867
|
-
|
1919
|
+
hideContextMenu?: boolean | null;
|
1920
|
+
};
|
1868
1921
|
export type IShowContextMenuMutationVariables = Exact<{
|
1869
|
-
delegate?:
|
1922
|
+
delegate?: InputMaybe<IContextMenuInput>;
|
1870
1923
|
}>;
|
1871
|
-
export type IShowContextMenuMutation =
|
1924
|
+
export type IShowContextMenuMutation = {
|
1872
1925
|
__typename?: 'Mutation';
|
1873
|
-
|
1926
|
+
showContextMenu?: boolean | null;
|
1927
|
+
};
|
1874
1928
|
export type IInstallMutationVariables = Exact<{
|
1875
|
-
vsix: Scalars['String'];
|
1929
|
+
vsix: Scalars['String']['input'];
|
1876
1930
|
}>;
|
1877
|
-
export type IInstallMutation =
|
1931
|
+
export type IInstallMutation = {
|
1878
1932
|
__typename?: 'Mutation';
|
1879
|
-
|
1880
|
-
install?: Maybe<({
|
1933
|
+
install?: {
|
1881
1934
|
__typename?: 'ExtensionIdentifier';
|
1882
|
-
|
1883
|
-
|
1935
|
+
id?: string | null;
|
1936
|
+
uuid?: string | null;
|
1937
|
+
} | null;
|
1938
|
+
};
|
1884
1939
|
export type IProviderDefinitionMutationVariables = Exact<{
|
1885
|
-
params?:
|
1940
|
+
params?: InputMaybe<ITextDocumentPositionParamsInput>;
|
1886
1941
|
}>;
|
1887
|
-
export type IProviderDefinitionMutation =
|
1942
|
+
export type IProviderDefinitionMutation = {
|
1888
1943
|
__typename?: 'Mutation';
|
1889
|
-
|
1944
|
+
hoverProviderDefinition?: any | null;
|
1945
|
+
};
|
1890
1946
|
export type IRemoveMutationVariables = Exact<{
|
1891
|
-
id: Scalars['String'];
|
1947
|
+
id: Scalars['String']['input'];
|
1892
1948
|
}>;
|
1893
|
-
export type IRemoveMutation =
|
1949
|
+
export type IRemoveMutation = {
|
1894
1950
|
__typename?: 'Mutation';
|
1895
|
-
|
1951
|
+
removeExtension?: boolean | null;
|
1952
|
+
};
|
1896
1953
|
export type IContextMenuQueryVariables = Exact<{
|
1897
1954
|
[key: string]: never;
|
1898
1955
|
}>;
|
1899
|
-
export type IContextMenuQuery =
|
1956
|
+
export type IContextMenuQuery = {
|
1900
1957
|
__typename?: 'Query';
|
1901
|
-
|
1902
|
-
contextMenu?: Maybe<({
|
1958
|
+
contextMenu?: {
|
1903
1959
|
__typename?: 'ContextMenu';
|
1904
|
-
|
1905
|
-
|
1960
|
+
id?: string | null;
|
1961
|
+
isShow?: boolean | null;
|
1962
|
+
anchor?: {
|
1906
1963
|
__typename?: 'Anchor';
|
1907
|
-
|
1908
|
-
|
1964
|
+
x?: number | null;
|
1965
|
+
y?: number | null;
|
1966
|
+
height?: number | null;
|
1967
|
+
width?: number | null;
|
1968
|
+
} | null;
|
1969
|
+
menuItems?: Array<{
|
1909
1970
|
__typename?: 'MenuItem';
|
1910
|
-
|
1911
|
-
|
1971
|
+
id?: string | null;
|
1972
|
+
label?: string | null;
|
1973
|
+
enabled?: boolean | null;
|
1974
|
+
run?: {
|
1912
1975
|
__typename?: 'ContributionActionRun';
|
1913
|
-
|
1914
|
-
|
1915
|
-
|
1916
|
-
}
|
1976
|
+
type?: IGraphqlCallType | null;
|
1977
|
+
document?: any | null;
|
1978
|
+
variables?: any | null;
|
1979
|
+
} | null;
|
1980
|
+
} | null> | null;
|
1981
|
+
} | null;
|
1982
|
+
};
|
1917
1983
|
export type IGalleryExtensionQueryVariables = Exact<{
|
1918
|
-
extensionID: Scalars['String'];
|
1984
|
+
extensionID: Scalars['String']['input'];
|
1919
1985
|
}>;
|
1920
|
-
export type IGalleryExtensionQuery =
|
1986
|
+
export type IGalleryExtensionQuery = {
|
1921
1987
|
__typename?: 'Query';
|
1922
|
-
|
1923
|
-
galleryExtension?: Maybe<({
|
1988
|
+
galleryExtension?: {
|
1924
1989
|
__typename?: 'GalleryExtension';
|
1925
|
-
|
1926
|
-
|
1990
|
+
id?: string | null;
|
1991
|
+
name?: string | null;
|
1992
|
+
icon?: string | null;
|
1993
|
+
version?: string | null;
|
1994
|
+
description?: string | null;
|
1995
|
+
publisher?: string | null;
|
1996
|
+
installCount?: number | null;
|
1997
|
+
publisherDisplayName?: string | null;
|
1998
|
+
rating?: number | null;
|
1999
|
+
ratingCount?: number | null;
|
2000
|
+
displayName?: string | null;
|
2001
|
+
assets?: {
|
1927
2002
|
__typename?: 'GalleryExtensionAssets';
|
1928
|
-
|
1929
|
-
download?: Maybe<({
|
2003
|
+
download?: {
|
1930
2004
|
__typename?: 'GalleryExtensionAsset';
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
2005
|
+
uri?: string | null;
|
2006
|
+
fallbackUri?: string | null;
|
2007
|
+
} | null;
|
2008
|
+
} | null;
|
2009
|
+
resources?: {
|
1934
2010
|
__typename?: 'GalleryExtensionResources';
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
2011
|
+
icon?: string | null;
|
2012
|
+
readme?: string | null;
|
2013
|
+
manifest?: string | null;
|
2014
|
+
changelog?: string | null;
|
2015
|
+
} | null;
|
2016
|
+
} | null;
|
2017
|
+
};
|
1938
2018
|
export type IExtensionsByLimitQueryVariables = Exact<{
|
1939
|
-
first: Scalars['Int'];
|
1940
|
-
prioritizeExtensionIDs: Array<Scalars['String']> | Scalars['String'];
|
2019
|
+
first: Scalars['Int']['input'];
|
2020
|
+
prioritizeExtensionIDs: Array<Scalars['String']['input']> | Scalars['String']['input'];
|
1941
2021
|
}>;
|
1942
|
-
export type IExtensionsByLimitQuery =
|
2022
|
+
export type IExtensionsByLimitQuery = {
|
1943
2023
|
__typename?: 'Query';
|
1944
|
-
|
1945
|
-
extensions: ({
|
2024
|
+
extensions: {
|
1946
2025
|
__typename?: 'RegistryExtensionConnection';
|
1947
|
-
|
1948
|
-
nodes: Array<({
|
2026
|
+
nodes: Array<{
|
1949
2027
|
__typename?: 'RegistryExtension';
|
1950
|
-
|
1951
|
-
|
2028
|
+
id: string;
|
2029
|
+
url?: string | null;
|
2030
|
+
extensionID?: string | null;
|
2031
|
+
viewerCanAdminister?: boolean | null;
|
2032
|
+
manifest?: {
|
1952
2033
|
__typename?: 'ExtensionManifest';
|
1953
|
-
|
1954
|
-
|
1955
|
-
|
1956
|
-
|
2034
|
+
bundleURL?: string | null;
|
2035
|
+
raw?: string | null;
|
2036
|
+
name?: string | null;
|
2037
|
+
activationEvents?: Array<string | null> | null;
|
2038
|
+
} | null;
|
2039
|
+
}>;
|
2040
|
+
};
|
2041
|
+
};
|
1957
2042
|
export type IGalleryQueryVariables = Exact<{
|
1958
|
-
query?:
|
2043
|
+
query?: InputMaybe<IGalleryQueryInput>;
|
1959
2044
|
}>;
|
1960
|
-
export type IGalleryQuery =
|
2045
|
+
export type IGalleryQuery = {
|
1961
2046
|
__typename?: 'Query';
|
1962
|
-
|
1963
|
-
gallery?: Maybe<({
|
2047
|
+
gallery?: {
|
1964
2048
|
__typename?: 'GalleryPager';
|
1965
|
-
|
1966
|
-
firstPage?:
|
2049
|
+
page?: number | null;
|
2050
|
+
firstPage?: Array<{
|
1967
2051
|
__typename?: 'GalleryExtension';
|
1968
|
-
|
1969
|
-
|
2052
|
+
id?: string | null;
|
2053
|
+
name?: string | null;
|
2054
|
+
icon?: string | null;
|
2055
|
+
version?: string | null;
|
2056
|
+
description?: string | null;
|
2057
|
+
publisher?: string | null;
|
2058
|
+
installCount?: number | null;
|
2059
|
+
publisherDisplayName?: string | null;
|
2060
|
+
rating?: number | null;
|
2061
|
+
ratingCount?: number | null;
|
2062
|
+
displayName?: string | null;
|
2063
|
+
assets?: {
|
1970
2064
|
__typename?: 'GalleryExtensionAssets';
|
1971
|
-
|
1972
|
-
download?: Maybe<({
|
2065
|
+
download?: {
|
1973
2066
|
__typename?: 'GalleryExtensionAsset';
|
1974
|
-
|
1975
|
-
|
1976
|
-
|
1977
|
-
|
1978
|
-
}
|
2067
|
+
uri?: string | null;
|
2068
|
+
fallbackUri?: string | null;
|
2069
|
+
} | null;
|
2070
|
+
} | null;
|
2071
|
+
} | null> | null;
|
2072
|
+
} | null;
|
2073
|
+
};
|
1979
2074
|
export type IInstalledExtensionsQueryVariables = Exact<{
|
1980
2075
|
[key: string]: never;
|
1981
2076
|
}>;
|
1982
|
-
export type IInstalledExtensionsQuery =
|
2077
|
+
export type IInstalledExtensionsQuery = {
|
1983
2078
|
__typename?: 'Query';
|
1984
|
-
|
1985
|
-
installed?: Maybe<Array<Maybe<({
|
2079
|
+
installed?: Array<{
|
1986
2080
|
__typename?: 'InstalledExtension';
|
1987
|
-
|
1988
|
-
identifier?: Maybe<({
|
2081
|
+
identifier?: {
|
1989
2082
|
__typename?: 'ExtensionIdentifier';
|
1990
|
-
|
1991
|
-
|
2083
|
+
id?: string | null;
|
2084
|
+
uuid?: string | null;
|
2085
|
+
} | null;
|
2086
|
+
galleryIdentifier?: {
|
1992
2087
|
__typename?: 'ExtensionIdentifier';
|
1993
|
-
|
1994
|
-
|
2088
|
+
id?: string | null;
|
2089
|
+
uuid?: string | null;
|
2090
|
+
} | null;
|
2091
|
+
extension?: {
|
1995
2092
|
__typename?: 'GalleryExtension';
|
1996
|
-
|
1997
|
-
|
2093
|
+
name?: string | null;
|
2094
|
+
id?: string | null;
|
2095
|
+
icon?: string | null;
|
2096
|
+
displayName?: string | null;
|
2097
|
+
installCount?: number | null;
|
2098
|
+
description?: string | null;
|
2099
|
+
version?: string | null;
|
2100
|
+
publisherDisplayName?: string | null;
|
2101
|
+
identifier?: {
|
1998
2102
|
__typename?: 'ExtensionIdentifier';
|
1999
|
-
|
2000
|
-
|
2001
|
-
|
2002
|
-
}
|
2103
|
+
id?: string | null;
|
2104
|
+
uuid?: string | null;
|
2105
|
+
} | null;
|
2106
|
+
} | null;
|
2107
|
+
} | null> | null;
|
2108
|
+
};
|
2003
2109
|
export type INotificationsQueryVariables = Exact<{
|
2004
2110
|
[key: string]: never;
|
2005
2111
|
}>;
|
2006
|
-
export type INotificationsQuery =
|
2112
|
+
export type INotificationsQuery = {
|
2007
2113
|
__typename?: 'Query';
|
2008
|
-
|
2009
|
-
notifications?: Maybe<({
|
2114
|
+
notifications?: {
|
2010
2115
|
__typename?: 'Notifications';
|
2011
|
-
|
2012
|
-
notifications?: Maybe<Array<Maybe<({
|
2116
|
+
notifications?: Array<{
|
2013
2117
|
__typename?: 'Notification';
|
2014
|
-
|
2015
|
-
|
2118
|
+
index?: boolean | null;
|
2119
|
+
severity?: INotificationSeverity | null;
|
2120
|
+
message?: string | null;
|
2121
|
+
sticky?: boolean | null;
|
2122
|
+
actions?: {
|
2016
2123
|
__typename?: 'NotificationActions';
|
2017
|
-
|
2018
|
-
primary?: Maybe<Array<Maybe<({
|
2124
|
+
primary?: Array<{
|
2019
2125
|
__typename?: 'ContributionAction';
|
2020
|
-
|
2021
|
-
|
2126
|
+
id?: string | null;
|
2127
|
+
label?: string | null;
|
2128
|
+
tooltip?: string | null;
|
2129
|
+
class?: string | null;
|
2130
|
+
enabled?: boolean | null;
|
2131
|
+
checked?: boolean | null;
|
2132
|
+
radio?: boolean | null;
|
2133
|
+
run?: {
|
2022
2134
|
__typename?: 'ContributionActionRun';
|
2023
|
-
|
2024
|
-
|
2025
|
-
|
2135
|
+
type?: IGraphqlCallType | null;
|
2136
|
+
document?: any | null;
|
2137
|
+
variables?: any | null;
|
2138
|
+
} | null;
|
2139
|
+
} | null> | null;
|
2140
|
+
secondary?: Array<{
|
2026
2141
|
__typename?: 'ContributionAction';
|
2027
|
-
|
2028
|
-
|
2142
|
+
id?: string | null;
|
2143
|
+
label?: string | null;
|
2144
|
+
tooltip?: string | null;
|
2145
|
+
class?: string | null;
|
2146
|
+
enabled?: boolean | null;
|
2147
|
+
checked?: boolean | null;
|
2148
|
+
radio?: boolean | null;
|
2149
|
+
run?: {
|
2029
2150
|
__typename?: 'ContributionActionRun';
|
2030
|
-
|
2031
|
-
|
2032
|
-
|
2033
|
-
|
2034
|
-
|
2035
|
-
}
|
2151
|
+
type?: IGraphqlCallType | null;
|
2152
|
+
document?: any | null;
|
2153
|
+
variables?: any | null;
|
2154
|
+
} | null;
|
2155
|
+
} | null> | null;
|
2156
|
+
} | null;
|
2157
|
+
} | null> | null;
|
2158
|
+
} | null;
|
2159
|
+
};
|
2036
2160
|
export type IShowNotificationQueryVariables = Exact<{
|
2037
|
-
notification?:
|
2161
|
+
notification?: InputMaybe<INotificationInput>;
|
2038
2162
|
}>;
|
2039
|
-
export type IShowNotificationQuery =
|
2163
|
+
export type IShowNotificationQuery = {
|
2040
2164
|
__typename?: 'Query';
|
2041
|
-
|
2042
|
-
|
2165
|
+
showNotification?: boolean | null;
|
2166
|
+
};
|
2167
|
+
export declare const CopyDocument: DocumentNode;
|
2168
|
+
export type ICopyMutationFn = Apollo.MutationFunction<ICopyMutation, ICopyMutationVariables>;
|
2043
2169
|
/**
|
2044
2170
|
* __useCopyMutation__
|
2045
2171
|
*
|
@@ -2063,7 +2189,8 @@ export declare function useCopyMutation(baseOptions?: Apollo.MutationHookOptions
|
|
2063
2189
|
export type CopyMutationHookResult = ReturnType<typeof useCopyMutation>;
|
2064
2190
|
export type CopyMutationResult = Apollo.MutationResult<ICopyMutation>;
|
2065
2191
|
export type CopyMutationOptions = Apollo.BaseMutationOptions<ICopyMutation, ICopyMutationVariables>;
|
2066
|
-
export declare const RunMenuActionDocument:
|
2192
|
+
export declare const RunMenuActionDocument: DocumentNode;
|
2193
|
+
export type IRunMenuActionMutationFn = Apollo.MutationFunction<IRunMenuActionMutation, IRunMenuActionMutationVariables>;
|
2067
2194
|
/**
|
2068
2195
|
* __useRunMenuActionMutation__
|
2069
2196
|
*
|
@@ -2087,7 +2214,8 @@ export declare function useRunMenuActionMutation(baseOptions?: Apollo.MutationHo
|
|
2087
2214
|
export type RunMenuActionMutationHookResult = ReturnType<typeof useRunMenuActionMutation>;
|
2088
2215
|
export type RunMenuActionMutationResult = Apollo.MutationResult<IRunMenuActionMutation>;
|
2089
2216
|
export type RunMenuActionMutationOptions = Apollo.BaseMutationOptions<IRunMenuActionMutation, IRunMenuActionMutationVariables>;
|
2090
|
-
export declare const HideContextMenuDocument:
|
2217
|
+
export declare const HideContextMenuDocument: DocumentNode;
|
2218
|
+
export type IHideContextMenuMutationFn = Apollo.MutationFunction<IHideContextMenuMutation, IHideContextMenuMutationVariables>;
|
2091
2219
|
/**
|
2092
2220
|
* __useHideContextMenuMutation__
|
2093
2221
|
*
|
@@ -2110,7 +2238,8 @@ export declare function useHideContextMenuMutation(baseOptions?: Apollo.Mutation
|
|
2110
2238
|
export type HideContextMenuMutationHookResult = ReturnType<typeof useHideContextMenuMutation>;
|
2111
2239
|
export type HideContextMenuMutationResult = Apollo.MutationResult<IHideContextMenuMutation>;
|
2112
2240
|
export type HideContextMenuMutationOptions = Apollo.BaseMutationOptions<IHideContextMenuMutation, IHideContextMenuMutationVariables>;
|
2113
|
-
export declare const ShowContextMenuDocument:
|
2241
|
+
export declare const ShowContextMenuDocument: DocumentNode;
|
2242
|
+
export type IShowContextMenuMutationFn = Apollo.MutationFunction<IShowContextMenuMutation, IShowContextMenuMutationVariables>;
|
2114
2243
|
/**
|
2115
2244
|
* __useShowContextMenuMutation__
|
2116
2245
|
*
|
@@ -2134,7 +2263,8 @@ export declare function useShowContextMenuMutation(baseOptions?: Apollo.Mutation
|
|
2134
2263
|
export type ShowContextMenuMutationHookResult = ReturnType<typeof useShowContextMenuMutation>;
|
2135
2264
|
export type ShowContextMenuMutationResult = Apollo.MutationResult<IShowContextMenuMutation>;
|
2136
2265
|
export type ShowContextMenuMutationOptions = Apollo.BaseMutationOptions<IShowContextMenuMutation, IShowContextMenuMutationVariables>;
|
2137
|
-
export declare const InstallDocument:
|
2266
|
+
export declare const InstallDocument: DocumentNode;
|
2267
|
+
export type IInstallMutationFn = Apollo.MutationFunction<IInstallMutation, IInstallMutationVariables>;
|
2138
2268
|
/**
|
2139
2269
|
* __useInstallMutation__
|
2140
2270
|
*
|
@@ -2158,7 +2288,8 @@ export declare function useInstallMutation(baseOptions?: Apollo.MutationHookOpti
|
|
2158
2288
|
export type InstallMutationHookResult = ReturnType<typeof useInstallMutation>;
|
2159
2289
|
export type InstallMutationResult = Apollo.MutationResult<IInstallMutation>;
|
2160
2290
|
export type InstallMutationOptions = Apollo.BaseMutationOptions<IInstallMutation, IInstallMutationVariables>;
|
2161
|
-
export declare const ProviderDefinitionDocument:
|
2291
|
+
export declare const ProviderDefinitionDocument: DocumentNode;
|
2292
|
+
export type IProviderDefinitionMutationFn = Apollo.MutationFunction<IProviderDefinitionMutation, IProviderDefinitionMutationVariables>;
|
2162
2293
|
/**
|
2163
2294
|
* __useProviderDefinitionMutation__
|
2164
2295
|
*
|
@@ -2182,7 +2313,8 @@ export declare function useProviderDefinitionMutation(baseOptions?: Apollo.Mutat
|
|
2182
2313
|
export type ProviderDefinitionMutationHookResult = ReturnType<typeof useProviderDefinitionMutation>;
|
2183
2314
|
export type ProviderDefinitionMutationResult = Apollo.MutationResult<IProviderDefinitionMutation>;
|
2184
2315
|
export type ProviderDefinitionMutationOptions = Apollo.BaseMutationOptions<IProviderDefinitionMutation, IProviderDefinitionMutationVariables>;
|
2185
|
-
export declare const RemoveDocument:
|
2316
|
+
export declare const RemoveDocument: DocumentNode;
|
2317
|
+
export type IRemoveMutationFn = Apollo.MutationFunction<IRemoveMutation, IRemoveMutationVariables>;
|
2186
2318
|
/**
|
2187
2319
|
* __useRemoveMutation__
|
2188
2320
|
*
|
@@ -2206,7 +2338,7 @@ export declare function useRemoveMutation(baseOptions?: Apollo.MutationHookOptio
|
|
2206
2338
|
export type RemoveMutationHookResult = ReturnType<typeof useRemoveMutation>;
|
2207
2339
|
export type RemoveMutationResult = Apollo.MutationResult<IRemoveMutation>;
|
2208
2340
|
export type RemoveMutationOptions = Apollo.BaseMutationOptions<IRemoveMutation, IRemoveMutationVariables>;
|
2209
|
-
export declare const ContextMenuDocument:
|
2341
|
+
export declare const ContextMenuDocument: DocumentNode;
|
2210
2342
|
/**
|
2211
2343
|
* __useContextMenuQuery__
|
2212
2344
|
*
|
@@ -2228,10 +2360,14 @@ export declare function useContextMenuQuery(baseOptions?: Apollo.QueryHookOption
|
|
2228
2360
|
export declare function useContextMenuLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IContextMenuQuery, IContextMenuQueryVariables>): Apollo.LazyQueryResultTuple<IContextMenuQuery, Exact<{
|
2229
2361
|
[key: string]: never;
|
2230
2362
|
}>>;
|
2363
|
+
export declare function useContextMenuSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IContextMenuQuery, IContextMenuQueryVariables>): Apollo.UseSuspenseQueryResult<IContextMenuQuery, Exact<{
|
2364
|
+
[key: string]: never;
|
2365
|
+
}>>;
|
2231
2366
|
export type ContextMenuQueryHookResult = ReturnType<typeof useContextMenuQuery>;
|
2232
2367
|
export type ContextMenuLazyQueryHookResult = ReturnType<typeof useContextMenuLazyQuery>;
|
2368
|
+
export type ContextMenuSuspenseQueryHookResult = ReturnType<typeof useContextMenuSuspenseQuery>;
|
2233
2369
|
export type ContextMenuQueryResult = Apollo.QueryResult<IContextMenuQuery, IContextMenuQueryVariables>;
|
2234
|
-
export declare const GalleryExtensionDocument:
|
2370
|
+
export declare const GalleryExtensionDocument: DocumentNode;
|
2235
2371
|
/**
|
2236
2372
|
* __useGalleryExtensionQuery__
|
2237
2373
|
*
|
@@ -2248,16 +2384,25 @@ export declare const GalleryExtensionDocument: Apollo.DocumentNode;
|
|
2248
2384
|
* },
|
2249
2385
|
* });
|
2250
2386
|
*/
|
2251
|
-
export declare function useGalleryExtensionQuery(baseOptions: Apollo.QueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>
|
2387
|
+
export declare function useGalleryExtensionQuery(baseOptions: Apollo.QueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables> & ({
|
2388
|
+
variables: IGalleryExtensionQueryVariables;
|
2389
|
+
skip?: boolean;
|
2390
|
+
} | {
|
2391
|
+
skip: boolean;
|
2392
|
+
})): Apollo.QueryResult<IGalleryExtensionQuery, Exact<{
|
2252
2393
|
extensionID: string;
|
2253
2394
|
}>>;
|
2254
2395
|
export declare function useGalleryExtensionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.LazyQueryResultTuple<IGalleryExtensionQuery, Exact<{
|
2255
2396
|
extensionID: string;
|
2256
2397
|
}>>;
|
2398
|
+
export declare function useGalleryExtensionSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryExtensionQuery, Exact<{
|
2399
|
+
extensionID: string;
|
2400
|
+
}>>;
|
2257
2401
|
export type GalleryExtensionQueryHookResult = ReturnType<typeof useGalleryExtensionQuery>;
|
2258
2402
|
export type GalleryExtensionLazyQueryHookResult = ReturnType<typeof useGalleryExtensionLazyQuery>;
|
2403
|
+
export type GalleryExtensionSuspenseQueryHookResult = ReturnType<typeof useGalleryExtensionSuspenseQuery>;
|
2259
2404
|
export type GalleryExtensionQueryResult = Apollo.QueryResult<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>;
|
2260
|
-
export declare const ExtensionsByLimitDocument:
|
2405
|
+
export declare const ExtensionsByLimitDocument: DocumentNode;
|
2261
2406
|
/**
|
2262
2407
|
* __useExtensionsByLimitQuery__
|
2263
2408
|
*
|
@@ -2275,7 +2420,12 @@ export declare const ExtensionsByLimitDocument: Apollo.DocumentNode;
|
|
2275
2420
|
* },
|
2276
2421
|
* });
|
2277
2422
|
*/
|
2278
|
-
export declare function useExtensionsByLimitQuery(baseOptions: Apollo.QueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>
|
2423
|
+
export declare function useExtensionsByLimitQuery(baseOptions: Apollo.QueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables> & ({
|
2424
|
+
variables: IExtensionsByLimitQueryVariables;
|
2425
|
+
skip?: boolean;
|
2426
|
+
} | {
|
2427
|
+
skip: boolean;
|
2428
|
+
})): Apollo.QueryResult<IExtensionsByLimitQuery, Exact<{
|
2279
2429
|
first: number;
|
2280
2430
|
prioritizeExtensionIDs: string | string[];
|
2281
2431
|
}>>;
|
@@ -2283,10 +2433,15 @@ export declare function useExtensionsByLimitLazyQuery(baseOptions?: Apollo.LazyQ
|
|
2283
2433
|
first: number;
|
2284
2434
|
prioritizeExtensionIDs: string | string[];
|
2285
2435
|
}>>;
|
2436
|
+
export declare function useExtensionsByLimitSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.UseSuspenseQueryResult<IExtensionsByLimitQuery, Exact<{
|
2437
|
+
first: number;
|
2438
|
+
prioritizeExtensionIDs: string | string[];
|
2439
|
+
}>>;
|
2286
2440
|
export type ExtensionsByLimitQueryHookResult = ReturnType<typeof useExtensionsByLimitQuery>;
|
2287
2441
|
export type ExtensionsByLimitLazyQueryHookResult = ReturnType<typeof useExtensionsByLimitLazyQuery>;
|
2442
|
+
export type ExtensionsByLimitSuspenseQueryHookResult = ReturnType<typeof useExtensionsByLimitSuspenseQuery>;
|
2288
2443
|
export type ExtensionsByLimitQueryResult = Apollo.QueryResult<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>;
|
2289
|
-
export declare const GalleryDocument:
|
2444
|
+
export declare const GalleryDocument: DocumentNode;
|
2290
2445
|
/**
|
2291
2446
|
* __useGalleryQuery__
|
2292
2447
|
*
|
@@ -2309,10 +2464,14 @@ export declare function useGalleryQuery(baseOptions?: Apollo.QueryHookOptions<IG
|
|
2309
2464
|
export declare function useGalleryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.LazyQueryResultTuple<IGalleryQuery, Exact<{
|
2310
2465
|
query?: IGalleryQueryInput;
|
2311
2466
|
}>>;
|
2467
|
+
export declare function useGallerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryQuery, Exact<{
|
2468
|
+
query?: IGalleryQueryInput;
|
2469
|
+
}>>;
|
2312
2470
|
export type GalleryQueryHookResult = ReturnType<typeof useGalleryQuery>;
|
2313
2471
|
export type GalleryLazyQueryHookResult = ReturnType<typeof useGalleryLazyQuery>;
|
2472
|
+
export type GallerySuspenseQueryHookResult = ReturnType<typeof useGallerySuspenseQuery>;
|
2314
2473
|
export type GalleryQueryResult = Apollo.QueryResult<IGalleryQuery, IGalleryQueryVariables>;
|
2315
|
-
export declare const InstalledExtensionsDocument:
|
2474
|
+
export declare const InstalledExtensionsDocument: DocumentNode;
|
2316
2475
|
/**
|
2317
2476
|
* __useInstalledExtensionsQuery__
|
2318
2477
|
*
|
@@ -2334,10 +2493,14 @@ export declare function useInstalledExtensionsQuery(baseOptions?: Apollo.QueryHo
|
|
2334
2493
|
export declare function useInstalledExtensionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IInstalledExtensionsQuery, IInstalledExtensionsQueryVariables>): Apollo.LazyQueryResultTuple<IInstalledExtensionsQuery, Exact<{
|
2335
2494
|
[key: string]: never;
|
2336
2495
|
}>>;
|
2496
|
+
export declare function useInstalledExtensionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IInstalledExtensionsQuery, IInstalledExtensionsQueryVariables>): Apollo.UseSuspenseQueryResult<IInstalledExtensionsQuery, Exact<{
|
2497
|
+
[key: string]: never;
|
2498
|
+
}>>;
|
2337
2499
|
export type InstalledExtensionsQueryHookResult = ReturnType<typeof useInstalledExtensionsQuery>;
|
2338
2500
|
export type InstalledExtensionsLazyQueryHookResult = ReturnType<typeof useInstalledExtensionsLazyQuery>;
|
2501
|
+
export type InstalledExtensionsSuspenseQueryHookResult = ReturnType<typeof useInstalledExtensionsSuspenseQuery>;
|
2339
2502
|
export type InstalledExtensionsQueryResult = Apollo.QueryResult<IInstalledExtensionsQuery, IInstalledExtensionsQueryVariables>;
|
2340
|
-
export declare const NotificationsDocument:
|
2503
|
+
export declare const NotificationsDocument: DocumentNode;
|
2341
2504
|
/**
|
2342
2505
|
* __useNotificationsQuery__
|
2343
2506
|
*
|
@@ -2359,10 +2522,14 @@ export declare function useNotificationsQuery(baseOptions?: Apollo.QueryHookOpti
|
|
2359
2522
|
export declare function useNotificationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<INotificationsQuery, INotificationsQueryVariables>): Apollo.LazyQueryResultTuple<INotificationsQuery, Exact<{
|
2360
2523
|
[key: string]: never;
|
2361
2524
|
}>>;
|
2525
|
+
export declare function useNotificationsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<INotificationsQuery, INotificationsQueryVariables>): Apollo.UseSuspenseQueryResult<INotificationsQuery, Exact<{
|
2526
|
+
[key: string]: never;
|
2527
|
+
}>>;
|
2362
2528
|
export type NotificationsQueryHookResult = ReturnType<typeof useNotificationsQuery>;
|
2363
2529
|
export type NotificationsLazyQueryHookResult = ReturnType<typeof useNotificationsLazyQuery>;
|
2530
|
+
export type NotificationsSuspenseQueryHookResult = ReturnType<typeof useNotificationsSuspenseQuery>;
|
2364
2531
|
export type NotificationsQueryResult = Apollo.QueryResult<INotificationsQuery, INotificationsQueryVariables>;
|
2365
|
-
export declare const ShowNotificationDocument:
|
2532
|
+
export declare const ShowNotificationDocument: DocumentNode;
|
2366
2533
|
/**
|
2367
2534
|
* __useShowNotificationQuery__
|
2368
2535
|
*
|
@@ -2385,25 +2552,20 @@ export declare function useShowNotificationQuery(baseOptions?: Apollo.QueryHookO
|
|
2385
2552
|
export declare function useShowNotificationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.LazyQueryResultTuple<IShowNotificationQuery, Exact<{
|
2386
2553
|
notification?: INotificationInput;
|
2387
2554
|
}>>;
|
2555
|
+
export declare function useShowNotificationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.UseSuspenseQueryResult<IShowNotificationQuery, Exact<{
|
2556
|
+
notification?: INotificationInput;
|
2557
|
+
}>>;
|
2388
2558
|
export type ShowNotificationQueryHookResult = ReturnType<typeof useShowNotificationQuery>;
|
2389
2559
|
export type ShowNotificationLazyQueryHookResult = ReturnType<typeof useShowNotificationLazyQuery>;
|
2560
|
+
export type ShowNotificationSuspenseQueryHookResult = ReturnType<typeof useShowNotificationSuspenseQuery>;
|
2390
2561
|
export type ShowNotificationQueryResult = Apollo.QueryResult<IShowNotificationQuery, IShowNotificationQueryVariables>;
|
2391
2562
|
export type ResolverTypeWrapper<T> = Promise<T> | T;
|
2392
2563
|
export type ResolverWithResolve<TResult, TParent, TContext, TArgs> = {
|
2393
2564
|
resolve: ResolverFn<TResult, TParent, TContext, TArgs>;
|
2394
2565
|
};
|
2395
|
-
export type
|
2396
|
-
fragment: string;
|
2397
|
-
resolve: ResolverFn<TResult, TParent, TContext, TArgs>;
|
2398
|
-
};
|
2399
|
-
export type NewStitchingResolver<TResult, TParent, TContext, TArgs> = {
|
2400
|
-
selectionSet: string;
|
2401
|
-
resolve: ResolverFn<TResult, TParent, TContext, TArgs>;
|
2402
|
-
};
|
2403
|
-
export type StitchingResolver<TResult, TParent, TContext, TArgs> = LegacyStitchingResolver<TResult, TParent, TContext, TArgs> | NewStitchingResolver<TResult, TParent, TContext, TArgs>;
|
2404
|
-
export type Resolver<TResult, TParent = {}, TContext = {}, TArgs = {}> = ResolverFn<TResult, TParent, TContext, TArgs> | ResolverWithResolve<TResult, TParent, TContext, TArgs> | StitchingResolver<TResult, TParent, TContext, TArgs>;
|
2566
|
+
export type Resolver<TResult, TParent = {}, TContext = {}, TArgs = {}> = ResolverFn<TResult, TParent, TContext, TArgs> | ResolverWithResolve<TResult, TParent, TContext, TArgs>;
|
2405
2567
|
export type ResolverFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => Promise<TResult> | TResult;
|
2406
|
-
export type SubscriptionSubscribeFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) =>
|
2568
|
+
export type SubscriptionSubscribeFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => AsyncIterable<TResult> | Promise<AsyncIterable<TResult>>;
|
2407
2569
|
export type SubscriptionResolveFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
2408
2570
|
export interface SubscriptionSubscriberObject<TResult, TKey extends string, TParent, TContext, TArgs> {
|
2409
2571
|
subscribe: SubscriptionSubscribeFn<{
|
@@ -2423,18 +2585,27 @@ export type TypeResolveFn<TTypes, TParent = {}, TContext = {}> = (parent: TParen
|
|
2423
2585
|
export type IsTypeOfResolverFn<T = {}, TContext = {}> = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise<boolean>;
|
2424
2586
|
export type NextResolverFn<T> = () => Promise<T>;
|
2425
2587
|
export type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
2588
|
+
/** Mapping of interface types */
|
2589
|
+
export type IResolversInterfaceTypes<RefType extends Record<string, unknown>> = {
|
2590
|
+
Hover: never;
|
2591
|
+
IResourceUtilizationSettings: never;
|
2592
|
+
ITextDocumentIdentifier: (ITextDocumentIdentifier) | (ITextDocumentItem);
|
2593
|
+
Location: (IProvideTextDocumentLocationSignature);
|
2594
|
+
MarkupContent: never;
|
2595
|
+
Node: (IRegistryExtension);
|
2596
|
+
TextDocumentPositionParams: (IProvideTextDocumentLocationSignature);
|
2597
|
+
};
|
2426
2598
|
/** Mapping between all available schema types and the resolvers types */
|
2427
2599
|
export type IResolversTypes = {
|
2428
2600
|
AdminIdeSettings: ResolverTypeWrapper<IAdminIdeSettings>;
|
2429
|
-
Int: ResolverTypeWrapper<Scalars['Int']>;
|
2430
2601
|
Anchor: ResolverTypeWrapper<IAnchor>;
|
2431
2602
|
AnchorInput: IAnchorInput;
|
2432
|
-
AnyObject: ResolverTypeWrapper<Scalars['AnyObject']>;
|
2603
|
+
AnyObject: ResolverTypeWrapper<Scalars['AnyObject']['output']>;
|
2433
2604
|
ArgsType: ResolverTypeWrapper<IArgsType>;
|
2434
|
-
String: ResolverTypeWrapper<Scalars['String']>;
|
2435
2605
|
Assets: ResolverTypeWrapper<IAssets>;
|
2436
2606
|
Author: ResolverTypeWrapper<IAuthor>;
|
2437
2607
|
BaseExtension: ResolverTypeWrapper<IBaseExtension>;
|
2608
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
2438
2609
|
Bundles: ResolverTypeWrapper<IBundles>;
|
2439
2610
|
CacheControlScope: ICacheControlScope;
|
2440
2611
|
ClientContainerService: IClientContainerService;
|
@@ -2442,7 +2613,6 @@ export type IResolversTypes = {
|
|
2442
2613
|
CommandType: ResolverTypeWrapper<ICommandType>;
|
2443
2614
|
CommandsType: ResolverTypeWrapper<ICommandsType>;
|
2444
2615
|
ContextMenu: ResolverTypeWrapper<IContextMenu>;
|
2445
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
2446
2616
|
ContextMenuInput: IContextMenuInput;
|
2447
2617
|
Contributes: ResolverTypeWrapper<IContributes>;
|
2448
2618
|
ContributionAction: ResolverTypeWrapper<IContributionAction>;
|
@@ -2452,9 +2622,8 @@ export type IResolversTypes = {
|
|
2452
2622
|
ContributionActionRunInput: IContributionActionRunInput;
|
2453
2623
|
ContributionActions: ResolverTypeWrapper<IContributionActions>;
|
2454
2624
|
ContributionView: ResolverTypeWrapper<IContributionView>;
|
2455
|
-
|
2456
|
-
|
2457
|
-
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
|
2625
|
+
Date: ResolverTypeWrapper<Scalars['Date']['output']>;
|
2626
|
+
DateTime: ResolverTypeWrapper<Scalars['DateTime']['output']>;
|
2458
2627
|
Debugger: ResolverTypeWrapper<IDebugger>;
|
2459
2628
|
DocSitePage: ResolverTypeWrapper<IDocSitePage>;
|
2460
2629
|
DocumentFilter: ResolverTypeWrapper<IDocumentFilter>;
|
@@ -2484,9 +2653,9 @@ export type IResolversTypes = {
|
|
2484
2653
|
ExtensionRelease: ResolverTypeWrapper<IExtensionRelease>;
|
2485
2654
|
ExtensionType: IExtensionType;
|
2486
2655
|
FieldError: ResolverTypeWrapper<IFieldError>;
|
2656
|
+
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
2487
2657
|
GalleryBanner: ResolverTypeWrapper<IGalleryBanner>;
|
2488
2658
|
GalleryExtension: ResolverTypeWrapper<IGalleryExtension>;
|
2489
|
-
Float: ResolverTypeWrapper<Scalars['Float']>;
|
2490
2659
|
GalleryExtensionAsset: ResolverTypeWrapper<IGalleryExtensionAsset>;
|
2491
2660
|
GalleryExtensionAssets: ResolverTypeWrapper<IGalleryExtensionAssets>;
|
2492
2661
|
GalleryExtensionProperties: ResolverTypeWrapper<IGalleryExtensionProperties>;
|
@@ -2497,31 +2666,33 @@ export type IResolversTypes = {
|
|
2497
2666
|
GeoLocation: ResolverTypeWrapper<IGeoLocation>;
|
2498
2667
|
Grammar: ResolverTypeWrapper<IGrammar>;
|
2499
2668
|
GraphqlCallType: IGraphqlCallType;
|
2500
|
-
Hover:
|
2669
|
+
Hover: ResolverTypeWrapper<IResolversInterfaceTypes<IResolversTypes>['Hover']>;
|
2501
2670
|
IActivationRequest: IIActivationRequest;
|
2502
2671
|
IBehaviorSubject: ResolverTypeWrapper<IIBehaviorSubject>;
|
2503
2672
|
IBehaviorSubjectValue: ResolverTypeWrapper<IIBehaviorSubjectValue>;
|
2673
|
+
ID: ResolverTypeWrapper<Scalars['ID']['output']>;
|
2504
2674
|
IDestinationAnonymousSubject: ResolverTypeWrapper<IIDestinationAnonymousSubject>;
|
2505
2675
|
IDocumentSelector: ResolverTypeWrapper<IIDocumentSelector>;
|
2506
2676
|
IModel: ResolverTypeWrapper<IIModel>;
|
2507
2677
|
IModelInput: IIModelInput;
|
2508
2678
|
IObservableResult: ResolverTypeWrapper<IIObservableResult>;
|
2509
|
-
IResourceUtilizationSettings:
|
2679
|
+
IResourceUtilizationSettings: ResolverTypeWrapper<IResolversInterfaceTypes<IResolversTypes>['IResourceUtilizationSettings']>;
|
2510
2680
|
ISourceAnonymousSubject: ResolverTypeWrapper<IISourceAnonymousSubject>;
|
2511
2681
|
ISwitchMapOperator: ResolverTypeWrapper<IISwitchMapOperator>;
|
2512
|
-
ITextDocumentIdentifier: IResolversTypes['
|
2682
|
+
ITextDocumentIdentifier: ResolverTypeWrapper<IResolversInterfaceTypes<IResolversTypes>['ITextDocumentIdentifier']>;
|
2513
2683
|
IViewComponentData: ResolverTypeWrapper<IIViewComponentData>;
|
2514
2684
|
IViewComponentDataInput: IIViewComponentDataInput;
|
2515
2685
|
IWorkspaceRoot: ResolverTypeWrapper<IIWorkspaceRoot>;
|
2516
2686
|
IWorkspaceRootInput: IIWorkspaceRootInput;
|
2517
2687
|
InstalledExtension: ResolverTypeWrapper<IInstalledExtension>;
|
2518
|
-
|
2519
|
-
|
2688
|
+
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
2689
|
+
JSON: ResolverTypeWrapper<Scalars['JSON']['output']>;
|
2690
|
+
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']['output']>;
|
2520
2691
|
KeyBinding: ResolverTypeWrapper<IKeyBinding>;
|
2521
2692
|
Localization: ResolverTypeWrapper<ILocalization>;
|
2522
2693
|
LocalizationTranslation: ResolverTypeWrapper<ILocalizationTranslation>;
|
2523
|
-
Location: IResolversTypes['
|
2524
|
-
MarkupContent:
|
2694
|
+
Location: ResolverTypeWrapper<IResolversInterfaceTypes<IResolversTypes>['Location']>;
|
2695
|
+
MarkupContent: ResolverTypeWrapper<IResolversInterfaceTypes<IResolversTypes>['MarkupContent']>;
|
2525
2696
|
MarkupKind: IMarkupKind;
|
2526
2697
|
MenuId: IMenuId;
|
2527
2698
|
MenuItem: ResolverTypeWrapper<IMenuItem>;
|
@@ -2539,7 +2710,7 @@ export type IResolversTypes = {
|
|
2539
2710
|
MessageLinkInput: IMessageLinkInput;
|
2540
2711
|
MoleculerServiceName: IMoleculerServiceName;
|
2541
2712
|
Mutation: ResolverTypeWrapper<{}>;
|
2542
|
-
Node: IResolversTypes['
|
2713
|
+
Node: ResolverTypeWrapper<IResolversInterfaceTypes<IResolversTypes>['Node']>;
|
2543
2714
|
Notification: ResolverTypeWrapper<INotification>;
|
2544
2715
|
NotificationActions: ResolverTypeWrapper<INotificationActions>;
|
2545
2716
|
NotificationActionsInput: INotificationActionsInput;
|
@@ -2554,7 +2725,7 @@ export type IResolversTypes = {
|
|
2554
2725
|
NotificationViewItemProgress: ResolverTypeWrapper<INotificationViewItemProgress>;
|
2555
2726
|
NotificationViewItemProgressState: ResolverTypeWrapper<INotificationViewItemProgressState>;
|
2556
2727
|
Notifications: ResolverTypeWrapper<INotifications>;
|
2557
|
-
Observable: ResolverTypeWrapper<Scalars['Observable']>;
|
2728
|
+
Observable: ResolverTypeWrapper<Scalars['Observable']['output']>;
|
2558
2729
|
OpenDocumentParamsInput: IOpenDocumentParamsInput;
|
2559
2730
|
OpenDocumentTextParamsInput: IOpenDocumentTextParamsInput;
|
2560
2731
|
PageInfo: ResolverTypeWrapper<IPageInfo>;
|
@@ -2579,39 +2750,38 @@ export type IResolversTypes = {
|
|
2579
2750
|
Snippet: ResolverTypeWrapper<ISnippet>;
|
2580
2751
|
Sort: ISort;
|
2581
2752
|
SortEnum: ISortEnum;
|
2753
|
+
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
2582
2754
|
Subscription: ResolverTypeWrapper<{}>;
|
2583
2755
|
TextDocumentIdentifier: ResolverTypeWrapper<ITextDocumentIdentifier>;
|
2584
2756
|
TextDocumentIdentifierInput: ITextDocumentIdentifierInput;
|
2585
2757
|
TextDocumentItem: ResolverTypeWrapper<ITextDocumentItem>;
|
2586
2758
|
TextDocumentItemInput: ITextDocumentItemInput;
|
2587
|
-
TextDocumentPositionParams: IResolversTypes['
|
2759
|
+
TextDocumentPositionParams: ResolverTypeWrapper<IResolversInterfaceTypes<IResolversTypes>['TextDocumentPositionParams']>;
|
2588
2760
|
TextDocumentPositionParamsInput: ITextDocumentPositionParamsInput;
|
2589
2761
|
TextDocumentRegistrationOptions: ResolverTypeWrapper<ITextDocumentRegistrationOptions>;
|
2590
2762
|
TextDocumentRegistrationOptionsInput: ITextDocumentRegistrationOptionsInput;
|
2591
2763
|
ThemeLabel: ResolverTypeWrapper<IThemeLabel>;
|
2592
|
-
Time: ResolverTypeWrapper<Scalars['Time']>;
|
2593
|
-
URI: ResolverTypeWrapper<Scalars['URI']>;
|
2594
|
-
URIInput: ResolverTypeWrapper<Scalars['URIInput']>;
|
2764
|
+
Time: ResolverTypeWrapper<Scalars['Time']['output']>;
|
2765
|
+
URI: ResolverTypeWrapper<Scalars['URI']['output']>;
|
2766
|
+
URIInput: ResolverTypeWrapper<Scalars['URIInput']['output']>;
|
2595
2767
|
ViewContainer: ResolverTypeWrapper<IViewContainer>;
|
2596
2768
|
};
|
2597
2769
|
/** Mapping between all available schema types and the resolvers parents */
|
2598
2770
|
export type IResolversParentTypes = {
|
2599
2771
|
AdminIdeSettings: IAdminIdeSettings;
|
2600
|
-
Int: Scalars['Int'];
|
2601
2772
|
Anchor: IAnchor;
|
2602
2773
|
AnchorInput: IAnchorInput;
|
2603
|
-
AnyObject: Scalars['AnyObject'];
|
2774
|
+
AnyObject: Scalars['AnyObject']['output'];
|
2604
2775
|
ArgsType: IArgsType;
|
2605
|
-
String: Scalars['String'];
|
2606
2776
|
Assets: IAssets;
|
2607
2777
|
Author: IAuthor;
|
2608
2778
|
BaseExtension: IBaseExtension;
|
2779
|
+
Boolean: Scalars['Boolean']['output'];
|
2609
2780
|
Bundles: IBundles;
|
2610
2781
|
CommandHandlerDescriptionType: ICommandHandlerDescriptionType;
|
2611
2782
|
CommandType: ICommandType;
|
2612
2783
|
CommandsType: ICommandsType;
|
2613
2784
|
ContextMenu: IContextMenu;
|
2614
|
-
Boolean: Scalars['Boolean'];
|
2615
2785
|
ContextMenuInput: IContextMenuInput;
|
2616
2786
|
Contributes: IContributes;
|
2617
2787
|
ContributionAction: IContributionAction;
|
@@ -2621,9 +2791,8 @@ export type IResolversParentTypes = {
|
|
2621
2791
|
ContributionActionRunInput: IContributionActionRunInput;
|
2622
2792
|
ContributionActions: IContributionActions;
|
2623
2793
|
ContributionView: IContributionView;
|
2624
|
-
|
2625
|
-
|
2626
|
-
DateTime: Scalars['DateTime'];
|
2794
|
+
Date: Scalars['Date']['output'];
|
2795
|
+
DateTime: Scalars['DateTime']['output'];
|
2627
2796
|
Debugger: IDebugger;
|
2628
2797
|
DocSitePage: IDocSitePage;
|
2629
2798
|
DocumentFilter: IDocumentFilter;
|
@@ -2650,9 +2819,9 @@ export type IResolversParentTypes = {
|
|
2650
2819
|
ExtensionRegistryUpdateExtensionResult: IExtensionRegistryUpdateExtensionResult;
|
2651
2820
|
ExtensionRelease: IExtensionRelease;
|
2652
2821
|
FieldError: IFieldError;
|
2822
|
+
Float: Scalars['Float']['output'];
|
2653
2823
|
GalleryBanner: IGalleryBanner;
|
2654
2824
|
GalleryExtension: IGalleryExtension;
|
2655
|
-
Float: Scalars['Float'];
|
2656
2825
|
GalleryExtensionAsset: IGalleryExtensionAsset;
|
2657
2826
|
GalleryExtensionAssets: IGalleryExtensionAssets;
|
2658
2827
|
GalleryExtensionProperties: IGalleryExtensionProperties;
|
@@ -2662,31 +2831,33 @@ export type IResolversParentTypes = {
|
|
2662
2831
|
GalleryQueryInput: IGalleryQueryInput;
|
2663
2832
|
GeoLocation: IGeoLocation;
|
2664
2833
|
Grammar: IGrammar;
|
2665
|
-
Hover:
|
2834
|
+
Hover: IResolversInterfaceTypes<IResolversParentTypes>['Hover'];
|
2666
2835
|
IActivationRequest: IIActivationRequest;
|
2667
2836
|
IBehaviorSubject: IIBehaviorSubject;
|
2668
2837
|
IBehaviorSubjectValue: IIBehaviorSubjectValue;
|
2838
|
+
ID: Scalars['ID']['output'];
|
2669
2839
|
IDestinationAnonymousSubject: IIDestinationAnonymousSubject;
|
2670
2840
|
IDocumentSelector: IIDocumentSelector;
|
2671
2841
|
IModel: IIModel;
|
2672
2842
|
IModelInput: IIModelInput;
|
2673
2843
|
IObservableResult: IIObservableResult;
|
2674
|
-
IResourceUtilizationSettings:
|
2844
|
+
IResourceUtilizationSettings: IResolversInterfaceTypes<IResolversParentTypes>['IResourceUtilizationSettings'];
|
2675
2845
|
ISourceAnonymousSubject: IISourceAnonymousSubject;
|
2676
2846
|
ISwitchMapOperator: IISwitchMapOperator;
|
2677
|
-
ITextDocumentIdentifier: IResolversParentTypes['
|
2847
|
+
ITextDocumentIdentifier: IResolversInterfaceTypes<IResolversParentTypes>['ITextDocumentIdentifier'];
|
2678
2848
|
IViewComponentData: IIViewComponentData;
|
2679
2849
|
IViewComponentDataInput: IIViewComponentDataInput;
|
2680
2850
|
IWorkspaceRoot: IIWorkspaceRoot;
|
2681
2851
|
IWorkspaceRootInput: IIWorkspaceRootInput;
|
2682
2852
|
InstalledExtension: IInstalledExtension;
|
2683
|
-
|
2684
|
-
|
2853
|
+
Int: Scalars['Int']['output'];
|
2854
|
+
JSON: Scalars['JSON']['output'];
|
2855
|
+
JSONObject: Scalars['JSONObject']['output'];
|
2685
2856
|
KeyBinding: IKeyBinding;
|
2686
2857
|
Localization: ILocalization;
|
2687
2858
|
LocalizationTranslation: ILocalizationTranslation;
|
2688
|
-
Location: IResolversParentTypes['
|
2689
|
-
MarkupContent:
|
2859
|
+
Location: IResolversInterfaceTypes<IResolversParentTypes>['Location'];
|
2860
|
+
MarkupContent: IResolversInterfaceTypes<IResolversParentTypes>['MarkupContent'];
|
2690
2861
|
MenuItem: IMenuItem;
|
2691
2862
|
MenuItemAction: IMenuItemAction;
|
2692
2863
|
MenuItemActionContext: IMenuItemActionContext;
|
@@ -2701,7 +2872,7 @@ export type IResolversParentTypes = {
|
|
2701
2872
|
MessageLink: IMessageLink;
|
2702
2873
|
MessageLinkInput: IMessageLinkInput;
|
2703
2874
|
Mutation: {};
|
2704
|
-
Node: IResolversParentTypes['
|
2875
|
+
Node: IResolversInterfaceTypes<IResolversParentTypes>['Node'];
|
2705
2876
|
Notification: INotification;
|
2706
2877
|
NotificationActions: INotificationActions;
|
2707
2878
|
NotificationActionsInput: INotificationActionsInput;
|
@@ -2713,7 +2884,7 @@ export type IResolversParentTypes = {
|
|
2713
2884
|
NotificationViewItemProgress: INotificationViewItemProgress;
|
2714
2885
|
NotificationViewItemProgressState: INotificationViewItemProgressState;
|
2715
2886
|
Notifications: INotifications;
|
2716
|
-
Observable: Scalars['Observable'];
|
2887
|
+
Observable: Scalars['Observable']['output'];
|
2717
2888
|
OpenDocumentParamsInput: IOpenDocumentParamsInput;
|
2718
2889
|
OpenDocumentTextParamsInput: IOpenDocumentTextParamsInput;
|
2719
2890
|
PageInfo: IPageInfo;
|
@@ -2737,23 +2908,24 @@ export type IResolversParentTypes = {
|
|
2737
2908
|
Scripts: IScripts;
|
2738
2909
|
Snippet: ISnippet;
|
2739
2910
|
Sort: ISort;
|
2911
|
+
String: Scalars['String']['output'];
|
2740
2912
|
Subscription: {};
|
2741
2913
|
TextDocumentIdentifier: ITextDocumentIdentifier;
|
2742
2914
|
TextDocumentIdentifierInput: ITextDocumentIdentifierInput;
|
2743
2915
|
TextDocumentItem: ITextDocumentItem;
|
2744
2916
|
TextDocumentItemInput: ITextDocumentItemInput;
|
2745
|
-
TextDocumentPositionParams: IResolversParentTypes['
|
2917
|
+
TextDocumentPositionParams: IResolversInterfaceTypes<IResolversParentTypes>['TextDocumentPositionParams'];
|
2746
2918
|
TextDocumentPositionParamsInput: ITextDocumentPositionParamsInput;
|
2747
2919
|
TextDocumentRegistrationOptions: ITextDocumentRegistrationOptions;
|
2748
2920
|
TextDocumentRegistrationOptionsInput: ITextDocumentRegistrationOptionsInput;
|
2749
2921
|
ThemeLabel: IThemeLabel;
|
2750
|
-
Time: Scalars['Time'];
|
2751
|
-
URI: Scalars['URI'];
|
2752
|
-
URIInput: Scalars['URIInput'];
|
2922
|
+
Time: Scalars['Time']['output'];
|
2923
|
+
URI: Scalars['URI']['output'];
|
2924
|
+
URIInput: Scalars['URIInput']['output'];
|
2753
2925
|
ViewContainer: IViewContainer;
|
2754
2926
|
};
|
2755
2927
|
export type ICacheControlDirectiveArgs = {
|
2756
|
-
maxAge?: Maybe<Scalars['Int']>;
|
2928
|
+
maxAge?: Maybe<Scalars['Int']['input']>;
|
2757
2929
|
scope?: Maybe<ICacheControlScope>;
|
2758
2930
|
};
|
2759
2931
|
export type ICacheControlDirectiveResolver<Result, Parent, ContextType = MyContext, Args = ICacheControlDirectiveArgs> = DirectiveResolverFn<Result, Parent, ContextType, Args>;
|
@@ -2762,24 +2934,24 @@ export type IAdminIdeSettingsResolvers<ContextType = MyContext, ParentType exten
|
|
2762
2934
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2763
2935
|
};
|
2764
2936
|
export type IAnchorResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Anchor'] = IResolversParentTypes['Anchor']> = {
|
2765
|
-
x?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
2766
|
-
y?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
2767
2937
|
height?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
2768
2938
|
width?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
2939
|
+
x?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
2940
|
+
y?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
2769
2941
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2770
2942
|
};
|
2771
2943
|
export interface IAnyObjectScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['AnyObject'], any> {
|
2772
2944
|
name: 'AnyObject';
|
2773
2945
|
}
|
2774
2946
|
export type IArgsTypeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ArgsType'] = IResolversParentTypes['ArgsType']> = {
|
2775
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2776
|
-
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2777
2947
|
constraint?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2948
|
+
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2949
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2778
2950
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2779
2951
|
};
|
2780
2952
|
export type IAssetsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Assets'] = IResolversParentTypes['Assets']> = {
|
2781
|
-
Type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2782
2953
|
Content?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2954
|
+
Type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2783
2955
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2784
2956
|
};
|
2785
2957
|
export type IAuthorResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Author'] = IResolversParentTypes['Author']> = {
|
@@ -2787,28 +2959,28 @@ export type IAuthorResolvers<ContextType = MyContext, ParentType extends IResolv
|
|
2787
2959
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2788
2960
|
};
|
2789
2961
|
export type IBaseExtensionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['BaseExtension'] = IResolversParentTypes['BaseExtension']> = {
|
2790
|
-
type?: Resolver<Maybe<IResolversTypes['ExtensionType']>, ParentType, ContextType>;
|
2791
|
-
identifier?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType>;
|
2792
2962
|
galleryIdentifier?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType>;
|
2793
|
-
|
2963
|
+
identifier?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType>;
|
2794
2964
|
location?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
2965
|
+
manifest?: Resolver<Maybe<IResolversTypes['ExtensionManifest']>, ParentType, ContextType>;
|
2966
|
+
type?: Resolver<Maybe<IResolversTypes['ExtensionType']>, ParentType, ContextType>;
|
2795
2967
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2796
2968
|
};
|
2797
2969
|
export type IBundlesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Bundles'] = IResolversParentTypes['Bundles']> = {
|
2798
|
-
server?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2799
2970
|
browser?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2971
|
+
server?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2800
2972
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2801
2973
|
};
|
2802
2974
|
export type ICommandHandlerDescriptionTypeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['CommandHandlerDescriptionType'] = IResolversParentTypes['CommandHandlerDescriptionType']> = {
|
2803
|
-
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2804
2975
|
args?: Resolver<Maybe<Array<Maybe<IResolversTypes['ArgsType']>>>, ParentType, ContextType>;
|
2976
|
+
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2805
2977
|
returns?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2806
2978
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2807
2979
|
};
|
2808
2980
|
export type ICommandTypeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['CommandType'] = IResolversParentTypes['CommandType']> = {
|
2809
|
-
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2810
|
-
handler?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
2811
2981
|
description?: Resolver<Maybe<IResolversTypes['CommandHandlerDescriptionType']>, ParentType, ContextType>;
|
2982
|
+
handler?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
2983
|
+
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2812
2984
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2813
2985
|
};
|
2814
2986
|
export type ICommandsTypeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['CommandsType'] = IResolversParentTypes['CommandsType']> = {
|
@@ -2816,45 +2988,45 @@ export type ICommandsTypeResolvers<ContextType = MyContext, ParentType extends I
|
|
2816
2988
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2817
2989
|
};
|
2818
2990
|
export type IContextMenuResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ContextMenu'] = IResolversParentTypes['ContextMenu']> = {
|
2991
|
+
anchor?: Resolver<Maybe<IResolversTypes['Anchor']>, ParentType, ContextType>;
|
2819
2992
|
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2820
2993
|
isShow?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
2821
|
-
anchor?: Resolver<Maybe<IResolversTypes['Anchor']>, ParentType, ContextType>;
|
2822
2994
|
menuItems?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItem']>>>, ParentType, ContextType>;
|
2823
2995
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2824
2996
|
};
|
2825
2997
|
export type IContributesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Contributes'] = IResolversParentTypes['Contributes']> = {
|
2826
|
-
menus?: Resolver<Maybe<IResolversTypes['Menus']>, ParentType, ContextType>;
|
2827
2998
|
actions?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionActions']>>>, ParentType, ContextType>;
|
2999
|
+
menus?: Resolver<Maybe<IResolversTypes['Menus']>, ParentType, ContextType>;
|
2828
3000
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2829
3001
|
};
|
2830
3002
|
export type IContributionActionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ContributionAction'] = IResolversParentTypes['ContributionAction']> = {
|
2831
|
-
|
2832
|
-
label?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2833
|
-
tooltip?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3003
|
+
checked?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
2834
3004
|
class?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2835
3005
|
enabled?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
2836
|
-
|
3006
|
+
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3007
|
+
label?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2837
3008
|
radio?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
2838
3009
|
run?: Resolver<Maybe<IResolversTypes['ContributionActionRun']>, ParentType, ContextType>;
|
3010
|
+
tooltip?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2839
3011
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2840
3012
|
};
|
2841
3013
|
export type IContributionActionItemResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ContributionActionItem'] = IResolversParentTypes['ContributionActionItem']> = {
|
2842
|
-
label?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2843
3014
|
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3015
|
+
label?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2844
3016
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2845
3017
|
};
|
2846
3018
|
export type IContributionActionRunResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ContributionActionRun'] = IResolversParentTypes['ContributionActionRun']> = {
|
2847
|
-
type?: Resolver<Maybe<IResolversTypes['GraphqlCallType']>, ParentType, ContextType>;
|
2848
3019
|
document?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
3020
|
+
type?: Resolver<Maybe<IResolversTypes['GraphqlCallType']>, ParentType, ContextType>;
|
2849
3021
|
variables?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
2850
3022
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2851
3023
|
};
|
2852
3024
|
export type IContributionActionsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ContributionActions'] = IResolversParentTypes['ContributionActions']> = {
|
2853
|
-
|
3025
|
+
actionItem?: Resolver<Maybe<IResolversTypes['ContributionActionItem']>, ParentType, ContextType>;
|
3026
|
+
category?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2854
3027
|
command?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3028
|
+
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2855
3029
|
title?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2856
|
-
category?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2857
|
-
actionItem?: Resolver<Maybe<IResolversTypes['ContributionActionItem']>, ParentType, ContextType>;
|
2858
3030
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2859
3031
|
};
|
2860
3032
|
export type IContributionViewResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ContributionView'] = IResolversParentTypes['ContributionView']> = {
|
@@ -2870,21 +3042,21 @@ export interface IDateTimeScalarConfig extends GraphQLScalarTypeConfig<IResolver
|
|
2870
3042
|
}
|
2871
3043
|
export type IDebuggerResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Debugger'] = IResolversParentTypes['Debugger']> = {
|
2872
3044
|
label?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2873
|
-
type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2874
3045
|
runtime?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3046
|
+
type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2875
3047
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2876
3048
|
};
|
2877
3049
|
export type IDocSitePageResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['DocSitePage'] = IResolversParentTypes['DocSitePage']> = {
|
2878
|
-
title?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
2879
3050
|
contentHTML?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
2880
|
-
indexHTML?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
2881
3051
|
filePath?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
3052
|
+
indexHTML?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
3053
|
+
title?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
2882
3054
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2883
3055
|
};
|
2884
3056
|
export type IDocumentFilterResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['DocumentFilter'] = IResolversParentTypes['DocumentFilter']> = {
|
2885
3057
|
language?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
2886
|
-
schema?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2887
3058
|
pattern?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3059
|
+
schema?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2888
3060
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2889
3061
|
};
|
2890
3062
|
export type IEmptyResponseResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['EmptyResponse'] = IResolversParentTypes['EmptyResponse']> = {
|
@@ -2916,15 +3088,15 @@ export type IEnvironmentResolvers<ContextType = MyContext, ParentType extends IR
|
|
2916
3088
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2917
3089
|
};
|
2918
3090
|
export type IExtensionColorResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionColor'] = IResolversParentTypes['ExtensionColor']> = {
|
2919
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
2920
|
-
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2921
3091
|
defaults?: Resolver<Maybe<IResolversTypes['ExtensionColorTypes']>, ParentType, ContextType>;
|
3092
|
+
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3093
|
+
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
2922
3094
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2923
3095
|
};
|
2924
3096
|
export type IExtensionColorTypesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionColorTypes'] = IResolversParentTypes['ExtensionColorTypes']> = {
|
2925
|
-
light?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2926
3097
|
dark?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2927
3098
|
highContrast?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3099
|
+
light?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2928
3100
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2929
3101
|
};
|
2930
3102
|
export type IExtensionConfigurationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionConfiguration'] = IResolversParentTypes['ExtensionConfiguration']> = {
|
@@ -2932,28 +3104,28 @@ export type IExtensionConfigurationResolvers<ContextType = MyContext, ParentType
|
|
2932
3104
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2933
3105
|
};
|
2934
3106
|
export type IExtensionConfigurationPropertyResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionConfigurationProperty'] = IResolversParentTypes['ExtensionConfigurationProperty']> = {
|
3107
|
+
defaults?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
2935
3108
|
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2936
3109
|
type?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
2937
|
-
defaults?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
2938
3110
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2939
3111
|
};
|
2940
3112
|
export type IExtensionContributionsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionContributions'] = IResolversParentTypes['ExtensionContributions']> = {
|
2941
3113
|
actions?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionActions']>>>, ParentType, ContextType>;
|
3114
|
+
colors?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionColor']>>>, ParentType, ContextType>;
|
2942
3115
|
commands?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionActions']>>>, ParentType, ContextType>;
|
2943
3116
|
configuration?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionConfiguration']>>>, ParentType, ContextType>;
|
2944
3117
|
debuggers?: Resolver<Maybe<Array<Maybe<IResolversTypes['Debugger']>>>, ParentType, ContextType>;
|
2945
3118
|
grammars?: Resolver<Maybe<Array<Maybe<IResolversTypes['Grammar']>>>, ParentType, ContextType>;
|
3119
|
+
iconThemes?: Resolver<Maybe<Array<Maybe<IResolversTypes['ThemeLabel']>>>, ParentType, ContextType>;
|
2946
3120
|
jsonValidation?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionJSONValidation']>>>, ParentType, ContextType>;
|
2947
3121
|
keybindings?: Resolver<Maybe<Array<Maybe<IResolversTypes['KeyBinding']>>>, ParentType, ContextType>;
|
2948
3122
|
languages?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionLanguage']>>>, ParentType, ContextType>;
|
3123
|
+
localizations?: Resolver<Maybe<Array<Maybe<IResolversTypes['Localization']>>>, ParentType, ContextType>;
|
2949
3124
|
menus?: Resolver<Maybe<IResolversTypes['Menus']>, ParentType, ContextType>;
|
2950
3125
|
snippets?: Resolver<Maybe<Array<Maybe<IResolversTypes['Snippet']>>>, ParentType, ContextType>;
|
2951
3126
|
themes?: Resolver<Maybe<Array<Maybe<IResolversTypes['ThemeLabel']>>>, ParentType, ContextType>;
|
2952
|
-
iconThemes?: Resolver<Maybe<Array<Maybe<IResolversTypes['ThemeLabel']>>>, ParentType, ContextType>;
|
2953
|
-
viewsContainers?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
2954
3127
|
views?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
2955
|
-
|
2956
|
-
localizations?: Resolver<Maybe<Array<Maybe<IResolversTypes['Localization']>>>, ParentType, ContextType>;
|
3128
|
+
viewsContainers?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
2957
3129
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2958
3130
|
};
|
2959
3131
|
export type IExtensionIdentifierResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionIdentifier'] = IResolversParentTypes['ExtensionIdentifier']> = {
|
@@ -2962,13 +3134,13 @@ export type IExtensionIdentifierResolvers<ContextType = MyContext, ParentType ex
|
|
2962
3134
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2963
3135
|
};
|
2964
3136
|
export type IExtensionInstanceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionInstance'] = IResolversParentTypes['ExtensionInstance']> = {
|
2965
|
-
pid?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2966
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2967
|
-
path?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2968
3137
|
env?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
2969
|
-
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2970
3138
|
extensionID?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
2971
3139
|
monit?: Resolver<Maybe<IResolversTypes['ProcessMonitoring']>, ParentType, ContextType>;
|
3140
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3141
|
+
path?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3142
|
+
pid?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3143
|
+
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2972
3144
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2973
3145
|
};
|
2974
3146
|
export type IExtensionJsonValidationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionJSONValidation'] = IResolversParentTypes['ExtensionJSONValidation']> = {
|
@@ -2977,57 +3149,57 @@ export type IExtensionJsonValidationResolvers<ContextType = MyContext, ParentTyp
|
|
2977
3149
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2978
3150
|
};
|
2979
3151
|
export type IExtensionLanguageResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionLanguage'] = IResolversParentTypes['ExtensionLanguage']> = {
|
2980
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
2981
|
-
extensions?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
2982
3152
|
aliases?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3153
|
+
extensions?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3154
|
+
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
2983
3155
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2984
3156
|
};
|
2985
3157
|
export type IExtensionManifestResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionManifest'] = IResolversParentTypes['ExtensionManifest']> = {
|
2986
|
-
|
2987
|
-
|
2988
|
-
|
3158
|
+
activationEvents?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3159
|
+
api?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3160
|
+
assets?: Resolver<Maybe<Array<Maybe<IResolversTypes['Assets']>>>, ParentType, ContextType>;
|
3161
|
+
author?: Resolver<Maybe<IResolversTypes['Author']>, ParentType, ContextType>;
|
2989
3162
|
badges?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
2990
|
-
|
2991
|
-
|
2992
|
-
|
2993
|
-
|
2994
|
-
publisher?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3163
|
+
bugs?: Resolver<Maybe<IResolversTypes['ExtensionManifestBugs']>, ParentType, ContextType>;
|
3164
|
+
bundle?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3165
|
+
bundleURL?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3166
|
+
bundles?: Resolver<Maybe<IResolversTypes['Bundles']>, ParentType, ContextType>;
|
2995
3167
|
categories?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2996
|
-
|
2997
|
-
extensionID?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
2998
|
-
displayName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3168
|
+
contributes?: Resolver<Maybe<IResolversTypes['ExtensionContributions']>, ParentType, ContextType>;
|
2999
3169
|
dependencies?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
3170
|
+
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3000
3171
|
devDependencies?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
3001
|
-
|
3002
|
-
|
3172
|
+
displayName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3173
|
+
enableProposedApi?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3174
|
+
engines?: Resolver<Maybe<IResolversTypes['Engines']>, ParentType, ContextType>;
|
3175
|
+
extension?: Resolver<Maybe<IResolversTypes['ExtensionPackageType']>, ParentType, ContextType>;
|
3003
3176
|
extensionDependencies?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3004
|
-
|
3177
|
+
extensionID?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3178
|
+
extensionKind?: Resolver<Maybe<IResolversTypes['ExtensionKind']>, ParentType, ContextType>;
|
3179
|
+
extensionPack?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3180
|
+
galleryBanner?: Resolver<Maybe<IResolversTypes['GalleryBanner']>, ParentType, ContextType>;
|
3181
|
+
homepage?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3182
|
+
icon?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3183
|
+
keywords?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3184
|
+
license?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3185
|
+
main?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3186
|
+
makrdown?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3187
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3188
|
+
preview?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3189
|
+
publisher?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3190
|
+
qna?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3005
3191
|
raw?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3006
3192
|
readme?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3007
|
-
|
3193
|
+
repository?: Resolver<Maybe<IResolversTypes['ExtensionManifestRepository']>, ParentType, ContextType>;
|
3008
3194
|
scripts?: Resolver<Maybe<IResolversTypes['Scripts']>, ParentType, ContextType>;
|
3009
|
-
bundles?: Resolver<Maybe<IResolversTypes['Bundles']>, ParentType, ContextType>;
|
3010
|
-
bundleURL?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3011
3195
|
tags?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3012
3196
|
url?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3013
|
-
|
3014
|
-
engines?: Resolver<Maybe<IResolversTypes['Engines']>, ParentType, ContextType>;
|
3015
|
-
makrdown?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3016
|
-
qna?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3017
|
-
author?: Resolver<Maybe<IResolversTypes['Author']>, ParentType, ContextType>;
|
3018
|
-
galleryBanner?: Resolver<Maybe<IResolversTypes['GalleryBanner']>, ParentType, ContextType>;
|
3019
|
-
activationEvents?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3020
|
-
contributes?: Resolver<Maybe<IResolversTypes['ExtensionContributions']>, ParentType, ContextType>;
|
3021
|
-
icon?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3022
|
-
bugs?: Resolver<Maybe<IResolversTypes['ExtensionManifestBugs']>, ParentType, ContextType>;
|
3023
|
-
repository?: Resolver<Maybe<IResolversTypes['ExtensionManifestRepository']>, ParentType, ContextType>;
|
3024
|
-
enableProposedApi?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3025
|
-
api?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3197
|
+
version?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3026
3198
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3027
3199
|
};
|
3028
3200
|
export type IExtensionManifestBugsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionManifestBugs'] = IResolversParentTypes['ExtensionManifestBugs']> = {
|
3029
|
-
url?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3030
3201
|
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3202
|
+
url?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3031
3203
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3032
3204
|
};
|
3033
3205
|
export type IExtensionManifestRepositoryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionManifestRepository'] = IResolversParentTypes['ExtensionManifestRepository']> = {
|
@@ -3041,11 +3213,11 @@ export type IExtensionPackageTypeResolvers<ContextType = MyContext, ParentType e
|
|
3041
3213
|
};
|
3042
3214
|
export type IExtensionRegistryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionRegistry'] = IResolversParentTypes['ExtensionRegistry']> = {
|
3043
3215
|
extension?: Resolver<Maybe<IResolversTypes['RegistryExtension']>, ParentType, ContextType, RequireFields<IExtensionRegistryExtensionArgs, 'extensionID'>>;
|
3044
|
-
extensions?: Resolver<IResolversTypes['RegistryExtensionConnection'], ParentType, ContextType, RequireFields<IExtensionRegistryExtensionsArgs, '
|
3216
|
+
extensions?: Resolver<IResolversTypes['RegistryExtensionConnection'], ParentType, ContextType, RequireFields<IExtensionRegistryExtensionsArgs, 'includeWIP' | 'local' | 'remote'>>;
|
3217
|
+
localExtensionIDPrefix?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3218
|
+
publishers?: Resolver<IResolversTypes['RegistryPublisherConnection'], ParentType, ContextType, Partial<IExtensionRegistryPublishersArgs>>;
|
3045
3219
|
releases?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionRelease']>>>, ParentType, ContextType, RequireFields<IExtensionRegistryReleasesArgs, 'extensionID'>>;
|
3046
|
-
publishers?: Resolver<IResolversTypes['RegistryPublisherConnection'], ParentType, ContextType, RequireFields<IExtensionRegistryPublishersArgs, never>>;
|
3047
3220
|
viewerPublishers?: Resolver<Array<IResolversTypes['RegistryPublisher']>, ParentType, ContextType>;
|
3048
|
-
localExtensionIDPrefix?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3049
3221
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3050
3222
|
};
|
3051
3223
|
export type IExtensionRegistryCreateExtensionResultResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionRegistryCreateExtensionResult'] = IResolversParentTypes['ExtensionRegistryCreateExtensionResult']> = {
|
@@ -3061,16 +3233,16 @@ export type IExtensionRegistryUpdateExtensionResultResolvers<ContextType = MyCon
|
|
3061
3233
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3062
3234
|
};
|
3063
3235
|
export type IExtensionReleaseResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ExtensionRelease'] = IResolversParentTypes['ExtensionRelease']> = {
|
3064
|
-
|
3236
|
+
activationEvents?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3065
3237
|
bundle?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3066
3238
|
bundleURL?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3067
|
-
version?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3068
|
-
manifest?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
3069
|
-
sourceMap?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3070
|
-
extensionID?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3071
3239
|
creatorUserId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3240
|
+
extensionID?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3241
|
+
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
3242
|
+
manifest?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
3072
3243
|
releaseVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3073
|
-
|
3244
|
+
sourceMap?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3245
|
+
version?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3074
3246
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3075
3247
|
};
|
3076
3248
|
export type IFieldErrorResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['FieldError'] = IResolversParentTypes['FieldError']> = {
|
@@ -3084,64 +3256,64 @@ export type IGalleryBannerResolvers<ContextType = MyContext, ParentType extends
|
|
3084
3256
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3085
3257
|
};
|
3086
3258
|
export type IGalleryExtensionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['GalleryExtension'] = IResolversParentTypes['GalleryExtension']> = {
|
3087
|
-
|
3088
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3089
|
-
identifier?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType>;
|
3090
|
-
version?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3259
|
+
assets?: Resolver<Maybe<IResolversTypes['GalleryExtensionAssets']>, ParentType, ContextType>;
|
3091
3260
|
date?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3092
|
-
|
3261
|
+
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3093
3262
|
displayName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3094
|
-
|
3263
|
+
icon?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3264
|
+
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3265
|
+
identifier?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType>;
|
3266
|
+
installCount?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3267
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3268
|
+
preview?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3269
|
+
properties?: Resolver<Maybe<IResolversTypes['GalleryExtensionProperties']>, ParentType, ContextType>;
|
3095
3270
|
publisher?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3096
3271
|
publisherDisplayName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3097
|
-
|
3098
|
-
installCount?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3272
|
+
publisherId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3099
3273
|
rating?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
|
3100
3274
|
ratingCount?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
|
3101
|
-
assets?: Resolver<Maybe<IResolversTypes['GalleryExtensionAssets']>, ParentType, ContextType>;
|
3102
|
-
properties?: Resolver<Maybe<IResolversTypes['GalleryExtensionProperties']>, ParentType, ContextType>;
|
3103
|
-
preview?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3104
3275
|
resources?: Resolver<Maybe<IResolversTypes['GalleryExtensionResources']>, ParentType, ContextType>;
|
3276
|
+
version?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3105
3277
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3106
3278
|
};
|
3107
3279
|
export type IGalleryExtensionAssetResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['GalleryExtensionAsset'] = IResolversParentTypes['GalleryExtensionAsset']> = {
|
3108
|
-
uri?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3109
3280
|
fallbackUri?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3281
|
+
uri?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3110
3282
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3111
3283
|
};
|
3112
3284
|
export type IGalleryExtensionAssetsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['GalleryExtensionAssets'] = IResolversParentTypes['GalleryExtensionAssets']> = {
|
3113
|
-
manifest?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3114
|
-
readme?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3115
3285
|
changelog?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3286
|
+
coreTranslations?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
3116
3287
|
download?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3117
3288
|
icon?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3118
3289
|
license?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3290
|
+
manifest?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3291
|
+
readme?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3119
3292
|
repository?: Resolver<Maybe<IResolversTypes['GalleryExtensionAsset']>, ParentType, ContextType>;
|
3120
|
-
coreTranslations?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
3121
3293
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3122
3294
|
};
|
3123
3295
|
export type IGalleryExtensionPropertiesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['GalleryExtensionProperties'] = IResolversParentTypes['GalleryExtensionProperties']> = {
|
3124
|
-
engine?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3125
3296
|
dependencies?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3297
|
+
engine?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3126
3298
|
extensionPack?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3127
3299
|
localizedLanguages?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3128
3300
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3129
3301
|
};
|
3130
3302
|
export type IGalleryExtensionResourcesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['GalleryExtensionResources'] = IResolversParentTypes['GalleryExtensionResources']> = {
|
3131
|
-
manifest?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3132
|
-
readme?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3133
3303
|
changelog?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3134
3304
|
download?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3135
3305
|
icon?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3136
3306
|
license?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3307
|
+
manifest?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3308
|
+
readme?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3137
3309
|
repository?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3138
3310
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3139
3311
|
};
|
3140
3312
|
export type IGalleryPagerResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['GalleryPager'] = IResolversParentTypes['GalleryPager']> = {
|
3313
|
+
firstPage?: Resolver<Maybe<Array<Maybe<IResolversTypes['GalleryExtension']>>>, ParentType, ContextType>;
|
3141
3314
|
page?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3142
|
-
total?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3143
3315
|
pageSize?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3144
|
-
|
3316
|
+
total?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3145
3317
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3146
3318
|
};
|
3147
3319
|
export type IGeoLocationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['GeoLocation'] = IResolversParentTypes['GeoLocation']> = {
|
@@ -3158,12 +3330,12 @@ export type IHoverResolvers<ContextType = MyContext, ParentType extends IResolve
|
|
3158
3330
|
range?: Resolver<Maybe<IResolversTypes['Range']>, ParentType, ContextType>;
|
3159
3331
|
};
|
3160
3332
|
export type IIBehaviorSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IBehaviorSubject'] = IResolversParentTypes['IBehaviorSubject']> = {
|
3333
|
+
_isScalar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3161
3334
|
closed?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3162
3335
|
hasError?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3163
3336
|
isStopped?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3164
3337
|
observers?: Resolver<Maybe<Array<Maybe<IResolversTypes['JSON']>>>, ParentType, ContextType>;
|
3165
3338
|
thrownError?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3166
|
-
_isScalar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3167
3339
|
value?: Resolver<Maybe<Array<Maybe<IResolversTypes['IBehaviorSubjectValue']>>>, ParentType, ContextType>;
|
3168
3340
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3169
3341
|
};
|
@@ -3173,6 +3345,7 @@ export type IIBehaviorSubjectValueResolvers<ContextType = MyContext, ParentType
|
|
3173
3345
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3174
3346
|
};
|
3175
3347
|
export type IIDestinationAnonymousSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IDestinationAnonymousSubject'] = IResolversParentTypes['IDestinationAnonymousSubject']> = {
|
3348
|
+
_isScalar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3176
3349
|
closed?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3177
3350
|
destination?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3178
3351
|
hasError?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
@@ -3181,7 +3354,6 @@ export type IIDestinationAnonymousSubjectResolvers<ContextType = MyContext, Pare
|
|
3181
3354
|
operator?: Resolver<Maybe<IResolversTypes['ISwitchMapOperator']>, ParentType, ContextType>;
|
3182
3355
|
source?: Resolver<Maybe<IResolversTypes['IBehaviorSubject']>, ParentType, ContextType>;
|
3183
3356
|
thrownError?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3184
|
-
_isScalar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3185
3357
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3186
3358
|
};
|
3187
3359
|
export type IIDocumentSelectorResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IDocumentSelector'] = IResolversParentTypes['IDocumentSelector']> = {
|
@@ -3194,6 +3366,7 @@ export type IIModelResolvers<ContextType = MyContext, ParentType extends IResolv
|
|
3194
3366
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3195
3367
|
};
|
3196
3368
|
export type IIObservableResultResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IObservableResult'] = IResolversParentTypes['IObservableResult']> = {
|
3369
|
+
_isScalar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3197
3370
|
closed?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3198
3371
|
destination?: Resolver<Maybe<IResolversTypes['IDestinationAnonymousSubject']>, ParentType, ContextType>;
|
3199
3372
|
hasError?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
@@ -3202,15 +3375,15 @@ export type IIObservableResultResolvers<ContextType = MyContext, ParentType exte
|
|
3202
3375
|
operator?: Resolver<Maybe<IResolversTypes['ISwitchMapOperator']>, ParentType, ContextType>;
|
3203
3376
|
source?: Resolver<Maybe<IResolversTypes['ISourceAnonymousSubject']>, ParentType, ContextType>;
|
3204
3377
|
thrownError?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3205
|
-
_isScalar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3206
3378
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3207
3379
|
};
|
3208
3380
|
export type IIResourceUtilizationSettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUtilizationSettings'] = IResolversParentTypes['IResourceUtilizationSettings']> = {
|
3209
3381
|
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
3210
|
-
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3211
3382
|
adminApiNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3383
|
+
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3212
3384
|
};
|
3213
3385
|
export type IISourceAnonymousSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISourceAnonymousSubject'] = IResolversParentTypes['ISourceAnonymousSubject']> = {
|
3386
|
+
_isScalar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3214
3387
|
closed?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3215
3388
|
destination?: Resolver<Maybe<IResolversTypes['IDestinationAnonymousSubject']>, ParentType, ContextType>;
|
3216
3389
|
hasError?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
@@ -3219,7 +3392,6 @@ export type IISourceAnonymousSubjectResolvers<ContextType = MyContext, ParentTyp
|
|
3219
3392
|
operator?: Resolver<Maybe<IResolversTypes['ISwitchMapOperator']>, ParentType, ContextType>;
|
3220
3393
|
source?: Resolver<Maybe<IResolversTypes['IBehaviorSubject']>, ParentType, ContextType>;
|
3221
3394
|
thrownError?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3222
|
-
_isScalar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3223
3395
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3224
3396
|
};
|
3225
3397
|
export type IISwitchMapOperatorResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISwitchMapOperator'] = IResolversParentTypes['ISwitchMapOperator']> = {
|
@@ -3228,13 +3400,13 @@ export type IISwitchMapOperatorResolvers<ContextType = MyContext, ParentType ext
|
|
3228
3400
|
};
|
3229
3401
|
export type IITextDocumentIdentifierResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ITextDocumentIdentifier'] = IResolversParentTypes['ITextDocumentIdentifier']> = {
|
3230
3402
|
__resolveType: TypeResolveFn<'TextDocumentIdentifier' | 'TextDocumentItem', ParentType, ContextType>;
|
3231
|
-
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
3232
3403
|
languageId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3404
|
+
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
3233
3405
|
};
|
3234
3406
|
export type IIViewComponentDataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IViewComponentData'] = IResolversParentTypes['IViewComponentData']> = {
|
3235
|
-
type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3236
|
-
item?: Resolver<Maybe<IResolversTypes['TextDocumentItem']>, ParentType, ContextType>;
|
3237
3407
|
isActive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3408
|
+
item?: Resolver<Maybe<IResolversTypes['TextDocumentItem']>, ParentType, ContextType>;
|
3409
|
+
type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3238
3410
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3239
3411
|
};
|
3240
3412
|
export type IIWorkspaceRootResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IWorkspaceRoot'] = IResolversParentTypes['IWorkspaceRoot']> = {
|
@@ -3243,8 +3415,8 @@ export type IIWorkspaceRootResolvers<ContextType = MyContext, ParentType extends
|
|
3243
3415
|
};
|
3244
3416
|
export type IInstalledExtensionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['InstalledExtension'] = IResolversParentTypes['InstalledExtension']> = {
|
3245
3417
|
extension?: Resolver<Maybe<IResolversTypes['GalleryExtension']>, ParentType, ContextType>;
|
3246
|
-
identifier?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType>;
|
3247
3418
|
galleryIdentifier?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType>;
|
3419
|
+
identifier?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType>;
|
3248
3420
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3249
3421
|
};
|
3250
3422
|
export interface IJsonScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['JSON'], any> {
|
@@ -3256,9 +3428,9 @@ export interface IJsonObjectScalarConfig extends GraphQLScalarTypeConfig<IResolv
|
|
3256
3428
|
export type IKeyBindingResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['KeyBinding'] = IResolversParentTypes['KeyBinding']> = {
|
3257
3429
|
command?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3258
3430
|
key?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3259
|
-
when?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3260
|
-
mac?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3261
3431
|
linux?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3432
|
+
mac?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3433
|
+
when?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3262
3434
|
win?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3263
3435
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3264
3436
|
};
|
@@ -3266,8 +3438,8 @@ export type ILocalizationResolvers<ContextType = MyContext, ParentType extends I
|
|
3266
3438
|
languageId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3267
3439
|
languageName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3268
3440
|
localizedLanguageName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3269
|
-
translations?: Resolver<Maybe<Array<Maybe<IResolversTypes['LocalizationTranslation']>>>, ParentType, ContextType>;
|
3270
3441
|
minimalTranslations?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
3442
|
+
translations?: Resolver<Maybe<Array<Maybe<IResolversTypes['LocalizationTranslation']>>>, ParentType, ContextType>;
|
3271
3443
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3272
3444
|
};
|
3273
3445
|
export type ILocalizationTranslationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['LocalizationTranslation'] = IResolversParentTypes['LocalizationTranslation']> = {
|
@@ -3277,20 +3449,20 @@ export type ILocalizationTranslationResolvers<ContextType = MyContext, ParentTyp
|
|
3277
3449
|
};
|
3278
3450
|
export type ILocationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Location'] = IResolversParentTypes['Location']> = {
|
3279
3451
|
__resolveType: TypeResolveFn<'ProvideTextDocumentLocationSignature', ParentType, ContextType>;
|
3280
|
-
rangeOrUri?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3281
|
-
uriRangeOrPosition?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3282
3452
|
range?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3453
|
+
rangeOrUri?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3283
3454
|
uri?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3455
|
+
uriRangeOrPosition?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3284
3456
|
};
|
3285
3457
|
export type IMarkupContentResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MarkupContent'] = IResolversParentTypes['MarkupContent']> = {
|
3286
3458
|
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
3287
|
-
value?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3288
3459
|
kind?: Resolver<Maybe<IResolversTypes['MarkupKind']>, ParentType, ContextType>;
|
3460
|
+
value?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3289
3461
|
};
|
3290
3462
|
export type IMenuItemResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MenuItem'] = IResolversParentTypes['MenuItem']> = {
|
3463
|
+
enabled?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3291
3464
|
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3292
3465
|
label?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3293
|
-
enabled?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3294
3466
|
run?: Resolver<Maybe<IResolversTypes['ContributionActionRun']>, ParentType, ContextType>;
|
3295
3467
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3296
3468
|
};
|
@@ -3314,15 +3486,15 @@ export type IMenuItemActionEditorResolvers<ContextType = MyContext, ParentType e
|
|
3314
3486
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3315
3487
|
};
|
3316
3488
|
export type IMenuItemActionEditorTitleResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MenuItemActionEditorTitle'] = IResolversParentTypes['MenuItemActionEditorTitle']> = {
|
3317
|
-
own?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3318
3489
|
context?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3490
|
+
own?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3319
3491
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3320
3492
|
};
|
3321
3493
|
export type IMenuItemActionScmResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MenuItemActionScm'] = IResolversParentTypes['MenuItemActionScm']> = {
|
3322
|
-
title?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3323
|
-
resourceGroup?: Resolver<Maybe<IResolversTypes['MenuItemActionContext']>, ParentType, ContextType>;
|
3324
|
-
resource?: Resolver<Maybe<IResolversTypes['MenuItemActionContext']>, ParentType, ContextType>;
|
3325
3494
|
change?: Resolver<Maybe<IResolversTypes['MenuItemActionScmChange']>, ParentType, ContextType>;
|
3495
|
+
resource?: Resolver<Maybe<IResolversTypes['MenuItemActionContext']>, ParentType, ContextType>;
|
3496
|
+
resourceGroup?: Resolver<Maybe<IResolversTypes['MenuItemActionContext']>, ParentType, ContextType>;
|
3497
|
+
title?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3326
3498
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3327
3499
|
};
|
3328
3500
|
export type IMenuItemActionScmChangeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MenuItemActionScmChange'] = IResolversParentTypes['MenuItemActionScmChange']> = {
|
@@ -3330,71 +3502,71 @@ export type IMenuItemActionScmChangeResolvers<ContextType = MyContext, ParentTyp
|
|
3330
3502
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3331
3503
|
};
|
3332
3504
|
export type IMenuItemActionViewResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MenuItemActionView'] = IResolversParentTypes['MenuItemActionView']> = {
|
3333
|
-
title?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3334
3505
|
item?: Resolver<Maybe<IResolversTypes['MenuItemActionContext']>, ParentType, ContextType>;
|
3506
|
+
title?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3335
3507
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3336
3508
|
};
|
3337
3509
|
export type IMenusResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Menus'] = IResolversParentTypes['Menus']> = {
|
3338
3510
|
commandPalette?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3339
|
-
explorer?: Resolver<Maybe<IResolversTypes['MenuItemActionContext']>, ParentType, ContextType>;
|
3340
|
-
editor?: Resolver<Maybe<IResolversTypes['MenuItemActionEditor']>, ParentType, ContextType>;
|
3341
3511
|
debug?: Resolver<Maybe<IResolversTypes['MenuItemActionDebug']>, ParentType, ContextType>;
|
3512
|
+
editor?: Resolver<Maybe<IResolversTypes['MenuItemActionEditor']>, ParentType, ContextType>;
|
3513
|
+
explorer?: Resolver<Maybe<IResolversTypes['MenuItemActionContext']>, ParentType, ContextType>;
|
3342
3514
|
scm?: Resolver<Maybe<IResolversTypes['MenuItemActionScm']>, ParentType, ContextType>;
|
3343
|
-
view?: Resolver<Maybe<IResolversTypes['MenuItemActionView']>, ParentType, ContextType>;
|
3344
3515
|
touchBar?: Resolver<Maybe<Array<Maybe<IResolversTypes['MenuItemAction']>>>, ParentType, ContextType>;
|
3516
|
+
view?: Resolver<Maybe<IResolversTypes['MenuItemActionView']>, ParentType, ContextType>;
|
3345
3517
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3346
3518
|
};
|
3347
3519
|
export type IMessageLinkResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MessageLink'] = IResolversParentTypes['MessageLink']> = {
|
3348
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3349
3520
|
href?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3350
|
-
offset?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3351
3521
|
length?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3522
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3523
|
+
offset?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3352
3524
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3353
3525
|
};
|
3354
3526
|
export type IMutationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Mutation'] = IResolversParentTypes['Mutation']> = {
|
3355
3527
|
activate?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationActivateArgs, 'request'>>;
|
3356
|
-
addNotification?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3357
|
-
closeNotification?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3358
|
-
codeLenseProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3359
|
-
completionProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3360
|
-
copy?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3361
|
-
createExtension?: Resolver<IResolversTypes['RegistryExtension'], ParentType, ContextType, RequireFields<IMutationCreateExtensionArgs, '
|
3362
|
-
definitionDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3528
|
+
addNotification?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationAddNotificationArgs>>;
|
3529
|
+
closeNotification?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationCloseNotificationArgs>>;
|
3530
|
+
codeLenseProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationCodeLenseProviderDefinitionArgs>>;
|
3531
|
+
completionProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationCompletionProviderDefinitionArgs>>;
|
3532
|
+
copy?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationCopyArgs>>;
|
3533
|
+
createExtension?: Resolver<IResolversTypes['RegistryExtension'], ParentType, ContextType, RequireFields<IMutationCreateExtensionArgs, 'name' | 'publisher'>>;
|
3534
|
+
definitionDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationDefinitionDefinitionArgs>>;
|
3363
3535
|
deleteExtension?: Resolver<IResolversTypes['EmptyResponse'], ParentType, ContextType, RequireFields<IMutationDeleteExtensionArgs, 'extension'>>;
|
3364
|
-
documentFormattingProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3365
|
-
documentHighLightProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3366
|
-
documentSymbolDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3536
|
+
documentFormattingProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationDocumentFormattingProviderDefinitionArgs>>;
|
3537
|
+
documentHighLightProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationDocumentHighLightProviderDefinitionArgs>>;
|
3538
|
+
documentSymbolDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationDocumentSymbolDefinitionArgs>>;
|
3367
3539
|
dummy?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3368
|
-
handler?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3540
|
+
handler?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationHandlerArgs>>;
|
3369
3541
|
hideContextMenu?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3370
|
-
hoverProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3542
|
+
hoverProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationHoverProviderDefinitionArgs>>;
|
3371
3543
|
install?: Resolver<Maybe<IResolversTypes['ExtensionIdentifier']>, ParentType, ContextType, RequireFields<IMutationInstallArgs, 'vsix'>>;
|
3372
|
-
notify?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3373
|
-
notifyError?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3374
|
-
notifyInfo?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3375
|
-
notifyPrompt?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3376
|
-
notifyWarn?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3377
|
-
openLanguageDocument?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3378
|
-
publishExtension?: Resolver<IResolversTypes['ExtensionRegistryPublishExtensionResult'], ParentType, ContextType, RequireFields<IMutationPublishExtensionArgs, 'extensionID' | '
|
3379
|
-
referenceProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3544
|
+
notify?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationNotifyArgs>>;
|
3545
|
+
notifyError?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationNotifyErrorArgs>>;
|
3546
|
+
notifyInfo?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationNotifyInfoArgs>>;
|
3547
|
+
notifyPrompt?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationNotifyPromptArgs>>;
|
3548
|
+
notifyWarn?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationNotifyWarnArgs>>;
|
3549
|
+
openLanguageDocument?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationOpenLanguageDocumentArgs>>;
|
3550
|
+
publishExtension?: Resolver<IResolversTypes['ExtensionRegistryPublishExtensionResult'], ParentType, ContextType, RequireFields<IMutationPublishExtensionArgs, 'extensionID' | 'force' | 'manifest'>>;
|
3551
|
+
referenceProviderDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationReferenceProviderDefinitionArgs>>;
|
3380
3552
|
removeExtension?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationRemoveExtensionArgs, 'id'>>;
|
3381
|
-
renameDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType,
|
3382
|
-
runMenuAction?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3383
|
-
showContextMenu?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3384
|
-
startExtensionHost?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3553
|
+
renameDefinition?: Resolver<Maybe<IResolversTypes['Observable']>, ParentType, ContextType, Partial<IMutationRenameDefinitionArgs>>;
|
3554
|
+
runMenuAction?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationRunMenuActionArgs>>;
|
3555
|
+
showContextMenu?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationShowContextMenuArgs>>;
|
3556
|
+
startExtensionHost?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationStartExtensionHostArgs>>;
|
3385
3557
|
updateExtension?: Resolver<IResolversTypes['RegistryExtension'], ParentType, ContextType, RequireFields<IMutationUpdateExtensionArgs, 'extension'>>;
|
3386
|
-
updateModel?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3558
|
+
updateModel?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IMutationUpdateModelArgs>>;
|
3387
3559
|
};
|
3388
3560
|
export type INodeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Node'] = IResolversParentTypes['Node']> = {
|
3389
3561
|
__resolveType: TypeResolveFn<'RegistryExtension', ParentType, ContextType>;
|
3390
3562
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
3391
3563
|
};
|
3392
3564
|
export type INotificationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Notification'] = IResolversParentTypes['Notification']> = {
|
3565
|
+
actions?: Resolver<Maybe<IResolversTypes['NotificationActions']>, ParentType, ContextType>;
|
3393
3566
|
index?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3394
|
-
severity?: Resolver<Maybe<IResolversTypes['NotificationSeverity']>, ParentType, ContextType>;
|
3395
3567
|
message?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3568
|
+
severity?: Resolver<Maybe<IResolversTypes['NotificationSeverity']>, ParentType, ContextType>;
|
3396
3569
|
source?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3397
|
-
actions?: Resolver<Maybe<IResolversTypes['NotificationActions']>, ParentType, ContextType>;
|
3398
3570
|
sticky?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3399
3571
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3400
3572
|
};
|
@@ -3410,22 +3582,22 @@ export type INotificationChangeEventResolvers<ContextType = MyContext, ParentTyp
|
|
3410
3582
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3411
3583
|
};
|
3412
3584
|
export type INotificationMessageResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['NotificationMessage'] = IResolversParentTypes['NotificationMessage']> = {
|
3413
|
-
|
3585
|
+
links?: Resolver<Maybe<Array<Maybe<IResolversTypes['MessageLink']>>>, ParentType, ContextType>;
|
3414
3586
|
original?: Resolver<Maybe<IResolversTypes['NotificationMessage']>, ParentType, ContextType>;
|
3587
|
+
raw?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3415
3588
|
value?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3416
|
-
links?: Resolver<Maybe<Array<Maybe<IResolversTypes['MessageLink']>>>, ParentType, ContextType>;
|
3417
3589
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3418
3590
|
};
|
3419
3591
|
export type INotificationViewItemResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['NotificationViewItem'] = IResolversParentTypes['NotificationViewItem']> = {
|
3592
|
+
action?: Resolver<Maybe<IResolversTypes['NotificationActions']>, ParentType, ContextType>;
|
3593
|
+
canCollapse?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3594
|
+
expanded?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3595
|
+
message?: Resolver<Maybe<IResolversTypes['NotificationMessage']>, ParentType, ContextType>;
|
3596
|
+
progress?: Resolver<Maybe<IResolversTypes['NotificationViewItemProgress']>, ParentType, ContextType>;
|
3420
3597
|
severity?: Resolver<Maybe<IResolversTypes['NotificationSeverity']>, ParentType, ContextType>;
|
3421
|
-
sticky?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3422
3598
|
silent?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3423
|
-
message?: Resolver<Maybe<IResolversTypes['NotificationMessage']>, ParentType, ContextType>;
|
3424
3599
|
source?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3425
|
-
|
3426
|
-
progress?: Resolver<Maybe<IResolversTypes['NotificationViewItemProgress']>, ParentType, ContextType>;
|
3427
|
-
expanded?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3428
|
-
canCollapse?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3600
|
+
sticky?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3429
3601
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3430
3602
|
};
|
3431
3603
|
export type INotificationViewItemProgressResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['NotificationViewItemProgress'] = IResolversParentTypes['NotificationViewItemProgress']> = {
|
@@ -3433,10 +3605,10 @@ export type INotificationViewItemProgressResolvers<ContextType = MyContext, Pare
|
|
3433
3605
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3434
3606
|
};
|
3435
3607
|
export type INotificationViewItemProgressStateResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['NotificationViewItemProgressState'] = IResolversParentTypes['NotificationViewItemProgressState']> = {
|
3608
|
+
done?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3436
3609
|
infinite?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3437
3610
|
total?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3438
3611
|
worked?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3439
|
-
done?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3440
3612
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3441
3613
|
};
|
3442
3614
|
export type INotificationsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Notifications'] = IResolversParentTypes['Notifications']> = {
|
@@ -3451,10 +3623,10 @@ export type IPageInfoResolvers<ContextType = MyContext, ParentType extends IReso
|
|
3451
3623
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3452
3624
|
};
|
3453
3625
|
export type IPositionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Position'] = IResolversParentTypes['Position']> = {
|
3454
|
-
|
3626
|
+
character?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3455
3627
|
column?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3456
3628
|
line?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3457
|
-
|
3629
|
+
lineNumber?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3458
3630
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3459
3631
|
};
|
3460
3632
|
export type IProcessMonitoringResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProcessMonitoring'] = IResolversParentTypes['ProcessMonitoring']> = {
|
@@ -3463,12 +3635,12 @@ export type IProcessMonitoringResolvers<ContextType = MyContext, ParentType exte
|
|
3463
3635
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3464
3636
|
};
|
3465
3637
|
export type IProvideTextDocumentLocationSignatureResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProvideTextDocumentLocationSignature'] = IResolversParentTypes['ProvideTextDocumentLocationSignature']> = {
|
3466
|
-
textDocument?: Resolver<Maybe<IResolversTypes['TextDocumentIdentifier']>, ParentType, ContextType>;
|
3467
3638
|
position?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3468
|
-
rangeOrUri?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3469
|
-
uriRangeOrPosition?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3470
3639
|
range?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3640
|
+
rangeOrUri?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3641
|
+
textDocument?: Resolver<Maybe<IResolversTypes['TextDocumentIdentifier']>, ParentType, ContextType>;
|
3471
3642
|
uri?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3643
|
+
uriRangeOrPosition?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3472
3644
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3473
3645
|
};
|
3474
3646
|
export type IQueryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Query'] = IResolversParentTypes['Query']> = {
|
@@ -3476,55 +3648,55 @@ export type IQueryResolvers<ContextType = MyContext, ParentType extends IResolve
|
|
3476
3648
|
docSitePage?: Resolver<Maybe<IResolversTypes['DocSitePage']>, ParentType, ContextType, RequireFields<IQueryDocSitePageArgs, 'path'>>;
|
3477
3649
|
extension?: Resolver<Maybe<IResolversTypes['RegistryExtension']>, ParentType, ContextType, RequireFields<IQueryExtensionArgs, 'extensionID'>>;
|
3478
3650
|
extensionRegistry?: Resolver<IResolversTypes['ExtensionRegistry'], ParentType, ContextType>;
|
3479
|
-
extensions?: Resolver<IResolversTypes['RegistryExtensionConnection'], ParentType, ContextType, RequireFields<IQueryExtensionsArgs, '
|
3480
|
-
gallery?: Resolver<Maybe<IResolversTypes['GalleryPager']>, ParentType, ContextType,
|
3651
|
+
extensions?: Resolver<IResolversTypes['RegistryExtensionConnection'], ParentType, ContextType, RequireFields<IQueryExtensionsArgs, 'includeWIP' | 'local' | 'remote'>>;
|
3652
|
+
gallery?: Resolver<Maybe<IResolversTypes['GalleryPager']>, ParentType, ContextType, Partial<IQueryGalleryArgs>>;
|
3481
3653
|
galleryExtension?: Resolver<Maybe<IResolversTypes['GalleryExtension']>, ParentType, ContextType, RequireFields<IQueryGalleryExtensionArgs, 'extensionID'>>;
|
3482
3654
|
installed?: Resolver<Maybe<Array<Maybe<IResolversTypes['InstalledExtension']>>>, ParentType, ContextType>;
|
3483
3655
|
instances?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionInstance']>>>, ParentType, ContextType>;
|
3484
3656
|
node?: Resolver<Maybe<IResolversTypes['Node']>, ParentType, ContextType, RequireFields<IQueryNodeArgs, 'id'>>;
|
3485
3657
|
notifications?: Resolver<Maybe<IResolversTypes['Notifications']>, ParentType, ContextType>;
|
3486
|
-
registerProvider?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3658
|
+
registerProvider?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IQueryRegisterProviderArgs>>;
|
3487
3659
|
releases?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionRelease']>>>, ParentType, ContextType, RequireFields<IQueryReleasesArgs, 'extensionID'>>;
|
3488
|
-
showNotification?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType,
|
3660
|
+
showNotification?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, Partial<IQueryShowNotificationArgs>>;
|
3489
3661
|
};
|
3490
3662
|
export type IRangeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Range'] = IResolversParentTypes['Range']> = {
|
3491
|
-
start?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3492
3663
|
end?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3493
|
-
startLineNumber?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3494
|
-
startColumn?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3495
|
-
endLineNumber?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3496
3664
|
endColumn?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3665
|
+
endLineNumber?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3666
|
+
start?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3667
|
+
startColumn?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3668
|
+
startLineNumber?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
3497
3669
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3498
3670
|
};
|
3499
3671
|
export type IRegistryEntryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['RegistryEntry'] = IResolversParentTypes['RegistryEntry']> = {
|
3500
|
-
registrationOptions?: Resolver<Maybe<IResolversTypes['TextDocumentRegistrationOptions']>, ParentType, ContextType>;
|
3501
3672
|
provider?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3673
|
+
registrationOptions?: Resolver<Maybe<IResolversTypes['TextDocumentRegistrationOptions']>, ParentType, ContextType>;
|
3502
3674
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3503
3675
|
};
|
3504
3676
|
export type IRegistryExtensionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['RegistryExtension'] = IResolversParentTypes['RegistryExtension']> = {
|
3505
|
-
|
3506
|
-
uuid?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
3507
|
-
publisher?: Resolver<Maybe<IResolversTypes['RegistryPublisher']>, ParentType, ContextType>;
|
3677
|
+
activationEvents?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3508
3678
|
extensionID?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3509
3679
|
extensionIDWithoutRegistry?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3510
|
-
|
3511
|
-
|
3512
|
-
activationEvents?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
3680
|
+
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
3681
|
+
isLocal?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3513
3682
|
manifest?: Resolver<Maybe<IResolversTypes['ExtensionManifest']>, ParentType, ContextType>;
|
3683
|
+
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
3684
|
+
publisher?: Resolver<Maybe<IResolversTypes['RegistryPublisher']>, ParentType, ContextType>;
|
3685
|
+
releases?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionRelease']>>>, ParentType, ContextType>;
|
3686
|
+
remoteURL?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3514
3687
|
updatedAt?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3515
3688
|
url?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3516
|
-
|
3517
|
-
|
3689
|
+
uuid?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
3690
|
+
version?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3518
3691
|
viewerCanAdminister?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
3519
|
-
releases?: Resolver<Maybe<Array<Maybe<IResolversTypes['ExtensionRelease']>>>, ParentType, ContextType>;
|
3520
3692
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3521
3693
|
};
|
3522
3694
|
export type IRegistryExtensionConnectionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['RegistryExtensionConnection'] = IResolversParentTypes['RegistryExtensionConnection']> = {
|
3695
|
+
error?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3523
3696
|
nodes?: Resolver<Array<IResolversTypes['RegistryExtension']>, ParentType, ContextType>;
|
3524
|
-
totalCount?: Resolver<IResolversTypes['Int'], ParentType, ContextType>;
|
3525
3697
|
pageInfo?: Resolver<IResolversTypes['PageInfo'], ParentType, ContextType>;
|
3698
|
+
totalCount?: Resolver<IResolversTypes['Int'], ParentType, ContextType>;
|
3526
3699
|
url?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3527
|
-
error?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3528
3700
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3529
3701
|
};
|
3530
3702
|
export type IRegistryPublisherResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['RegistryPublisher'] = IResolversParentTypes['RegistryPublisher']> = {
|
@@ -3533,8 +3705,8 @@ export type IRegistryPublisherResolvers<ContextType = MyContext, ParentType exte
|
|
3533
3705
|
};
|
3534
3706
|
export type IRegistryPublisherConnectionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['RegistryPublisherConnection'] = IResolversParentTypes['RegistryPublisherConnection']> = {
|
3535
3707
|
nodes?: Resolver<Array<IResolversTypes['RegistryPublisher']>, ParentType, ContextType>;
|
3536
|
-
totalCount?: Resolver<IResolversTypes['Int'], ParentType, ContextType>;
|
3537
3708
|
pageInfo?: Resolver<IResolversTypes['PageInfo'], ParentType, ContextType>;
|
3709
|
+
totalCount?: Resolver<IResolversTypes['Int'], ParentType, ContextType>;
|
3538
3710
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3539
3711
|
};
|
3540
3712
|
export type IScriptsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Scripts'] = IResolversParentTypes['Scripts']> = {
|
@@ -3550,20 +3722,20 @@ export type ISubscriptionResolvers<ContextType = MyContext, ParentType extends I
|
|
3550
3722
|
dummy?: SubscriptionResolver<Maybe<IResolversTypes['Int']>, "dummy", ParentType, ContextType>;
|
3551
3723
|
};
|
3552
3724
|
export type ITextDocumentIdentifierResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['TextDocumentIdentifier'] = IResolversParentTypes['TextDocumentIdentifier']> = {
|
3553
|
-
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
3554
3725
|
languageId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3726
|
+
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
3555
3727
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3556
3728
|
};
|
3557
3729
|
export type ITextDocumentItemResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['TextDocumentItem'] = IResolversParentTypes['TextDocumentItem']> = {
|
3558
|
-
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
3559
3730
|
languageId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3560
3731
|
text?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3732
|
+
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
3561
3733
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3562
3734
|
};
|
3563
3735
|
export type ITextDocumentPositionParamsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['TextDocumentPositionParams'] = IResolversParentTypes['TextDocumentPositionParams']> = {
|
3564
3736
|
__resolveType: TypeResolveFn<'ProvideTextDocumentLocationSignature', ParentType, ContextType>;
|
3565
|
-
textDocument?: Resolver<Maybe<IResolversTypes['TextDocumentIdentifier']>, ParentType, ContextType>;
|
3566
3737
|
position?: Resolver<Maybe<IResolversTypes['Position']>, ParentType, ContextType>;
|
3738
|
+
textDocument?: Resolver<Maybe<IResolversTypes['TextDocumentIdentifier']>, ParentType, ContextType>;
|
3567
3739
|
};
|
3568
3740
|
export type ITextDocumentRegistrationOptionsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['TextDocumentRegistrationOptions'] = IResolversParentTypes['TextDocumentRegistrationOptions']> = {
|
3569
3741
|
documentSelector?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
@@ -3571,8 +3743,8 @@ export type ITextDocumentRegistrationOptionsResolvers<ContextType = MyContext, P
|
|
3571
3743
|
};
|
3572
3744
|
export type IThemeLabelResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ThemeLabel'] = IResolversParentTypes['ThemeLabel']> = {
|
3573
3745
|
label?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3574
|
-
uiTheme?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3575
3746
|
path?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3747
|
+
uiTheme?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
3576
3748
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
3577
3749
|
};
|
3578
3750
|
export interface ITimeScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['Time'], any> {
|