@adminide-stack/extension-api 7.2.8-alpha.9 → 8.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.
@@ -2184,7 +2184,7 @@ export type ICopyMutationFn = Apollo.MutationFunction<ICopyMutation, ICopyMutati
2184
2184
  * });
2185
2185
  */
2186
2186
  export declare function useCopyMutation(baseOptions?: Apollo.MutationHookOptions<ICopyMutation, ICopyMutationVariables>): Apollo.MutationTuple<ICopyMutation, Exact<{
2187
- value?: InputMaybe<Scalars["String"]["input"]>;
2187
+ value?: string;
2188
2188
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2189
2189
  export type CopyMutationHookResult = ReturnType<typeof useCopyMutation>;
2190
2190
  export type CopyMutationResult = Apollo.MutationResult<ICopyMutation>;
@@ -2209,7 +2209,7 @@ export type IRunMenuActionMutationFn = Apollo.MutationFunction<IRunMenuActionMut
2209
2209
  * });
2210
2210
  */
2211
2211
  export declare function useRunMenuActionMutation(baseOptions?: Apollo.MutationHookOptions<IRunMenuActionMutation, IRunMenuActionMutationVariables>): Apollo.MutationTuple<IRunMenuActionMutation, Exact<{
2212
- argument?: InputMaybe<IContributionActionRunInput>;
2212
+ argument?: IContributionActionRunInput;
2213
2213
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2214
2214
  export type RunMenuActionMutationHookResult = ReturnType<typeof useRunMenuActionMutation>;
2215
2215
  export type RunMenuActionMutationResult = Apollo.MutationResult<IRunMenuActionMutation>;
@@ -2258,7 +2258,7 @@ export type IShowContextMenuMutationFn = Apollo.MutationFunction<IShowContextMen
2258
2258
  * });
2259
2259
  */
2260
2260
  export declare function useShowContextMenuMutation(baseOptions?: Apollo.MutationHookOptions<IShowContextMenuMutation, IShowContextMenuMutationVariables>): Apollo.MutationTuple<IShowContextMenuMutation, Exact<{
2261
- delegate?: InputMaybe<IContextMenuInput>;
2261
+ delegate?: IContextMenuInput;
2262
2262
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2263
2263
  export type ShowContextMenuMutationHookResult = ReturnType<typeof useShowContextMenuMutation>;
2264
2264
  export type ShowContextMenuMutationResult = Apollo.MutationResult<IShowContextMenuMutation>;
@@ -2283,7 +2283,7 @@ export type IInstallMutationFn = Apollo.MutationFunction<IInstallMutation, IInst
2283
2283
  * });
2284
2284
  */
2285
2285
  export declare function useInstallMutation(baseOptions?: Apollo.MutationHookOptions<IInstallMutation, IInstallMutationVariables>): Apollo.MutationTuple<IInstallMutation, Exact<{
2286
- vsix: Scalars["String"]["input"];
2286
+ vsix: string;
2287
2287
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2288
2288
  export type InstallMutationHookResult = ReturnType<typeof useInstallMutation>;
2289
2289
  export type InstallMutationResult = Apollo.MutationResult<IInstallMutation>;
@@ -2308,7 +2308,7 @@ export type IProviderDefinitionMutationFn = Apollo.MutationFunction<IProviderDef
2308
2308
  * });
2309
2309
  */
2310
2310
  export declare function useProviderDefinitionMutation(baseOptions?: Apollo.MutationHookOptions<IProviderDefinitionMutation, IProviderDefinitionMutationVariables>): Apollo.MutationTuple<IProviderDefinitionMutation, Exact<{
2311
- params?: InputMaybe<ITextDocumentPositionParamsInput>;
2311
+ params?: ITextDocumentPositionParamsInput;
2312
2312
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2313
2313
  export type ProviderDefinitionMutationHookResult = ReturnType<typeof useProviderDefinitionMutation>;
2314
2314
  export type ProviderDefinitionMutationResult = Apollo.MutationResult<IProviderDefinitionMutation>;
@@ -2333,7 +2333,7 @@ export type IRemoveMutationFn = Apollo.MutationFunction<IRemoveMutation, IRemove
2333
2333
  * });
2334
2334
  */
2335
2335
  export declare function useRemoveMutation(baseOptions?: Apollo.MutationHookOptions<IRemoveMutation, IRemoveMutationVariables>): Apollo.MutationTuple<IRemoveMutation, Exact<{
2336
- id: Scalars["String"]["input"];
2336
+ id: string;
2337
2337
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
2338
2338
  export type RemoveMutationHookResult = ReturnType<typeof useRemoveMutation>;
2339
2339
  export type RemoveMutationResult = Apollo.MutationResult<IRemoveMutation>;
@@ -2390,13 +2390,13 @@ export declare function useGalleryExtensionQuery(baseOptions: Apollo.QueryHookOp
2390
2390
  } | {
2391
2391
  skip: boolean;
2392
2392
  })): Apollo.QueryResult<IGalleryExtensionQuery, Exact<{
2393
- extensionID: Scalars["String"]["input"];
2393
+ extensionID: string;
2394
2394
  }>>;
2395
2395
  export declare function useGalleryExtensionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.LazyQueryResultTuple<IGalleryExtensionQuery, Exact<{
2396
- extensionID: Scalars["String"]["input"];
2396
+ extensionID: string;
2397
2397
  }>>;
2398
2398
  export declare function useGalleryExtensionSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryExtensionQuery, Exact<{
2399
- extensionID: Scalars["String"]["input"];
2399
+ extensionID: string;
2400
2400
  }>>;
2401
2401
  export type GalleryExtensionQueryHookResult = ReturnType<typeof useGalleryExtensionQuery>;
2402
2402
  export type GalleryExtensionLazyQueryHookResult = ReturnType<typeof useGalleryExtensionLazyQuery>;
@@ -2426,16 +2426,16 @@ export declare function useExtensionsByLimitQuery(baseOptions: Apollo.QueryHookO
2426
2426
  } | {
2427
2427
  skip: boolean;
2428
2428
  })): Apollo.QueryResult<IExtensionsByLimitQuery, Exact<{
2429
- first: Scalars["Int"]["input"];
2430
- prioritizeExtensionIDs: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
2429
+ first: number;
2430
+ prioritizeExtensionIDs: string | string[];
2431
2431
  }>>;
2432
2432
  export declare function useExtensionsByLimitLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.LazyQueryResultTuple<IExtensionsByLimitQuery, Exact<{
2433
- first: Scalars["Int"]["input"];
2434
- prioritizeExtensionIDs: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
2433
+ first: number;
2434
+ prioritizeExtensionIDs: string | string[];
2435
2435
  }>>;
2436
2436
  export declare function useExtensionsByLimitSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.UseSuspenseQueryResult<IExtensionsByLimitQuery, Exact<{
2437
- first: Scalars["Int"]["input"];
2438
- prioritizeExtensionIDs: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
2437
+ first: number;
2438
+ prioritizeExtensionIDs: string | string[];
2439
2439
  }>>;
2440
2440
  export type ExtensionsByLimitQueryHookResult = ReturnType<typeof useExtensionsByLimitQuery>;
2441
2441
  export type ExtensionsByLimitLazyQueryHookResult = ReturnType<typeof useExtensionsByLimitLazyQuery>;
@@ -2459,13 +2459,13 @@ export declare const GalleryDocument: DocumentNode;
2459
2459
  * });
2460
2460
  */
2461
2461
  export declare function useGalleryQuery(baseOptions?: Apollo.QueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.QueryResult<IGalleryQuery, Exact<{
2462
- query?: InputMaybe<IGalleryQueryInput>;
2462
+ query?: IGalleryQueryInput;
2463
2463
  }>>;
2464
2464
  export declare function useGalleryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.LazyQueryResultTuple<IGalleryQuery, Exact<{
2465
- query?: InputMaybe<IGalleryQueryInput>;
2465
+ query?: IGalleryQueryInput;
2466
2466
  }>>;
2467
2467
  export declare function useGallerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryQuery, Exact<{
2468
- query?: InputMaybe<IGalleryQueryInput>;
2468
+ query?: IGalleryQueryInput;
2469
2469
  }>>;
2470
2470
  export type GalleryQueryHookResult = ReturnType<typeof useGalleryQuery>;
2471
2471
  export type GalleryLazyQueryHookResult = ReturnType<typeof useGalleryLazyQuery>;
@@ -2547,13 +2547,13 @@ export declare const ShowNotificationDocument: DocumentNode;
2547
2547
  * });
2548
2548
  */
2549
2549
  export declare function useShowNotificationQuery(baseOptions?: Apollo.QueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.QueryResult<IShowNotificationQuery, Exact<{
2550
- notification?: InputMaybe<INotificationInput>;
2550
+ notification?: INotificationInput;
2551
2551
  }>>;
2552
2552
  export declare function useShowNotificationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.LazyQueryResultTuple<IShowNotificationQuery, Exact<{
2553
- notification?: InputMaybe<INotificationInput>;
2553
+ notification?: INotificationInput;
2554
2554
  }>>;
2555
2555
  export declare function useShowNotificationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.UseSuspenseQueryResult<IShowNotificationQuery, Exact<{
2556
- notification?: InputMaybe<INotificationInput>;
2556
+ notification?: INotificationInput;
2557
2557
  }>>;
2558
2558
  export type ShowNotificationQueryHookResult = ReturnType<typeof useShowNotificationQuery>;
2559
2559
  export type ShowNotificationLazyQueryHookResult = ReturnType<typeof useShowNotificationLazyQuery>;
@@ -2589,11 +2589,11 @@ export type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs
2589
2589
  export type IResolversInterfaceTypes<_RefType extends Record<string, unknown>> = {
2590
2590
  Hover: never;
2591
2591
  IResourceUtilizationSettings: never;
2592
- ITextDocumentIdentifier: ITextDocumentIdentifier | ITextDocumentItem;
2593
- Location: IProvideTextDocumentLocationSignature;
2592
+ ITextDocumentIdentifier: (ITextDocumentIdentifier) | (ITextDocumentItem);
2593
+ Location: (IProvideTextDocumentLocationSignature);
2594
2594
  MarkupContent: never;
2595
- Node: IRegistryExtension;
2596
- TextDocumentPositionParams: IProvideTextDocumentLocationSignature;
2595
+ Node: (IRegistryExtension);
2596
+ TextDocumentPositionParams: (IProvideTextDocumentLocationSignature);
2597
2597
  };
2598
2598
  /** Mapping between all available schema types and the resolvers types */
2599
2599
  export type IResolversTypes = {
@@ -3719,7 +3719,7 @@ export type ISnippetResolvers<ContextType = MyContext, ParentType extends IResol
3719
3719
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
3720
3720
  };
3721
3721
  export type ISubscriptionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Subscription'] = IResolversParentTypes['Subscription']> = {
3722
- dummy?: SubscriptionResolver<Maybe<IResolversTypes['Int']>, 'dummy', ParentType, ContextType>;
3722
+ dummy?: SubscriptionResolver<Maybe<IResolversTypes['Int']>, "dummy", ParentType, ContextType>;
3723
3723
  };
3724
3724
  export type ITextDocumentIdentifierResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['TextDocumentIdentifier'] = IResolversParentTypes['TextDocumentIdentifier']> = {
3725
3725
  languageId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
@@ -97,40 +97,7 @@ var ISortEnum;
97
97
  ISortEnum["Asc"] = "ASC";
98
98
  ISortEnum["Desc"] = "DESC";
99
99
  })(ISortEnum || (ISortEnum = {}));
100
- const CopyDocument = {
101
- kind: 'Document',
102
- definitions: [
103
- {
104
- kind: 'OperationDefinition',
105
- operation: 'mutation',
106
- name: { kind: 'Name', value: 'Copy' },
107
- variableDefinitions: [
108
- {
109
- kind: 'VariableDefinition',
110
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'value' } },
111
- type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
112
- },
113
- ],
114
- selectionSet: {
115
- kind: 'SelectionSet',
116
- selections: [
117
- {
118
- kind: 'Field',
119
- name: { kind: 'Name', value: 'copy' },
120
- arguments: [
121
- {
122
- kind: 'Argument',
123
- name: { kind: 'Name', value: 'value' },
124
- value: { kind: 'Variable', name: { kind: 'Name', value: 'value' } },
125
- },
126
- ],
127
- directives: [{ kind: 'Directive', name: { kind: 'Name', value: 'client' } }],
128
- },
129
- ],
130
- },
131
- },
132
- ],
133
- };
100
+ const CopyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "Copy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "copy" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
134
101
  /**
135
102
  * __useCopyMutation__
136
103
  *
@@ -152,40 +119,7 @@ function useCopyMutation(baseOptions) {
152
119
  const options = { ...defaultOptions, ...baseOptions };
153
120
  return Apollo.useMutation(CopyDocument, options);
154
121
  }
155
- const RunMenuActionDocument = {
156
- kind: 'Document',
157
- definitions: [
158
- {
159
- kind: 'OperationDefinition',
160
- operation: 'mutation',
161
- name: { kind: 'Name', value: 'RunMenuAction' },
162
- variableDefinitions: [
163
- {
164
- kind: 'VariableDefinition',
165
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'argument' } },
166
- type: { kind: 'NamedType', name: { kind: 'Name', value: 'ContributionActionRunInput' } },
167
- },
168
- ],
169
- selectionSet: {
170
- kind: 'SelectionSet',
171
- selections: [
172
- {
173
- kind: 'Field',
174
- name: { kind: 'Name', value: 'runMenuAction' },
175
- arguments: [
176
- {
177
- kind: 'Argument',
178
- name: { kind: 'Name', value: 'argument' },
179
- value: { kind: 'Variable', name: { kind: 'Name', value: 'argument' } },
180
- },
181
- ],
182
- directives: [{ kind: 'Directive', name: { kind: 'Name', value: 'client' } }],
183
- },
184
- ],
185
- },
186
- },
187
- ],
188
- };
122
+ const RunMenuActionDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RunMenuAction" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "argument" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionActionRunInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "runMenuAction" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "argument" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "argument" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
189
123
  /**
190
124
  * __useRunMenuActionMutation__
191
125
  *
@@ -207,26 +141,7 @@ function useRunMenuActionMutation(baseOptions) {
207
141
  const options = { ...defaultOptions, ...baseOptions };
208
142
  return Apollo.useMutation(RunMenuActionDocument, options);
209
143
  }
210
- const HideContextMenuDocument = {
211
- kind: 'Document',
212
- definitions: [
213
- {
214
- kind: 'OperationDefinition',
215
- operation: 'mutation',
216
- name: { kind: 'Name', value: 'HideContextMenu' },
217
- selectionSet: {
218
- kind: 'SelectionSet',
219
- selections: [
220
- {
221
- kind: 'Field',
222
- name: { kind: 'Name', value: 'hideContextMenu' },
223
- directives: [{ kind: 'Directive', name: { kind: 'Name', value: 'client' } }],
224
- },
225
- ],
226
- },
227
- },
228
- ],
229
- };
144
+ const HideContextMenuDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "HideContextMenu" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "hideContextMenu" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
230
145
  /**
231
146
  * __useHideContextMenuMutation__
232
147
  *
@@ -247,40 +162,7 @@ function useHideContextMenuMutation(baseOptions) {
247
162
  const options = { ...defaultOptions, ...baseOptions };
248
163
  return Apollo.useMutation(HideContextMenuDocument, options);
249
164
  }
250
- const ShowContextMenuDocument = {
251
- kind: 'Document',
252
- definitions: [
253
- {
254
- kind: 'OperationDefinition',
255
- operation: 'mutation',
256
- name: { kind: 'Name', value: 'ShowContextMenu' },
257
- variableDefinitions: [
258
- {
259
- kind: 'VariableDefinition',
260
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'delegate' } },
261
- type: { kind: 'NamedType', name: { kind: 'Name', value: 'ContextMenuInput' } },
262
- },
263
- ],
264
- selectionSet: {
265
- kind: 'SelectionSet',
266
- selections: [
267
- {
268
- kind: 'Field',
269
- name: { kind: 'Name', value: 'showContextMenu' },
270
- arguments: [
271
- {
272
- kind: 'Argument',
273
- name: { kind: 'Name', value: 'delegate' },
274
- value: { kind: 'Variable', name: { kind: 'Name', value: 'delegate' } },
275
- },
276
- ],
277
- directives: [{ kind: 'Directive', name: { kind: 'Name', value: 'client' } }],
278
- },
279
- ],
280
- },
281
- },
282
- ],
283
- };
165
+ const ShowContextMenuDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ShowContextMenu" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "delegate" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextMenuInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "showContextMenu" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "delegate" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "delegate" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
284
166
  /**
285
167
  * __useShowContextMenuMutation__
286
168
  *
@@ -302,46 +184,7 @@ function useShowContextMenuMutation(baseOptions) {
302
184
  const options = { ...defaultOptions, ...baseOptions };
303
185
  return Apollo.useMutation(ShowContextMenuDocument, options);
304
186
  }
305
- const InstallDocument = {
306
- kind: 'Document',
307
- definitions: [
308
- {
309
- kind: 'OperationDefinition',
310
- operation: 'mutation',
311
- name: { kind: 'Name', value: 'install' },
312
- variableDefinitions: [
313
- {
314
- kind: 'VariableDefinition',
315
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'vsix' } },
316
- type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } } },
317
- },
318
- ],
319
- selectionSet: {
320
- kind: 'SelectionSet',
321
- selections: [
322
- {
323
- kind: 'Field',
324
- name: { kind: 'Name', value: 'install' },
325
- arguments: [
326
- {
327
- kind: 'Argument',
328
- name: { kind: 'Name', value: 'vsix' },
329
- value: { kind: 'Variable', name: { kind: 'Name', value: 'vsix' } },
330
- },
331
- ],
332
- selectionSet: {
333
- kind: 'SelectionSet',
334
- selections: [
335
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
336
- { kind: 'Field', name: { kind: 'Name', value: 'uuid' } },
337
- ],
338
- },
339
- },
340
- ],
341
- },
342
- },
343
- ],
344
- };
187
+ const InstallDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "install" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "vsix" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "install" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "vsix" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "vsix" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "uuid" } }] } }] } }] };
345
188
  /**
346
189
  * __useInstallMutation__
347
190
  *
@@ -363,40 +206,7 @@ function useInstallMutation(baseOptions) {
363
206
  const options = { ...defaultOptions, ...baseOptions };
364
207
  return Apollo.useMutation(InstallDocument, options);
365
208
  }
366
- const ProviderDefinitionDocument = {
367
- kind: 'Document',
368
- definitions: [
369
- {
370
- kind: 'OperationDefinition',
371
- operation: 'mutation',
372
- name: { kind: 'Name', value: 'providerDefinition' },
373
- variableDefinitions: [
374
- {
375
- kind: 'VariableDefinition',
376
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'params' } },
377
- type: { kind: 'NamedType', name: { kind: 'Name', value: 'TextDocumentPositionParamsInput' } },
378
- },
379
- ],
380
- selectionSet: {
381
- kind: 'SelectionSet',
382
- selections: [
383
- {
384
- kind: 'Field',
385
- name: { kind: 'Name', value: 'hoverProviderDefinition' },
386
- arguments: [
387
- {
388
- kind: 'Argument',
389
- name: { kind: 'Name', value: 'params' },
390
- value: { kind: 'Variable', name: { kind: 'Name', value: 'params' } },
391
- },
392
- ],
393
- directives: [{ kind: 'Directive', name: { kind: 'Name', value: 'client' } }],
394
- },
395
- ],
396
- },
397
- },
398
- ],
399
- };
209
+ const ProviderDefinitionDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "providerDefinition" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "params" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TextDocumentPositionParamsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "hoverProviderDefinition" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "params" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "params" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
400
210
  /**
401
211
  * __useProviderDefinitionMutation__
402
212
  *
@@ -418,39 +228,7 @@ function useProviderDefinitionMutation(baseOptions) {
418
228
  const options = { ...defaultOptions, ...baseOptions };
419
229
  return Apollo.useMutation(ProviderDefinitionDocument, options);
420
230
  }
421
- const RemoveDocument = {
422
- kind: 'Document',
423
- definitions: [
424
- {
425
- kind: 'OperationDefinition',
426
- operation: 'mutation',
427
- name: { kind: 'Name', value: 'remove' },
428
- variableDefinitions: [
429
- {
430
- kind: 'VariableDefinition',
431
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
432
- type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } } },
433
- },
434
- ],
435
- selectionSet: {
436
- kind: 'SelectionSet',
437
- selections: [
438
- {
439
- kind: 'Field',
440
- name: { kind: 'Name', value: 'removeExtension' },
441
- arguments: [
442
- {
443
- kind: 'Argument',
444
- name: { kind: 'Name', value: 'id' },
445
- value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } },
446
- },
447
- ],
448
- },
449
- ],
450
- },
451
- },
452
- ],
453
- };
231
+ const RemoveDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "remove" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeExtension" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
454
232
  /**
455
233
  * __useRemoveMutation__
456
234
  *
@@ -472,70 +250,7 @@ function useRemoveMutation(baseOptions) {
472
250
  const options = { ...defaultOptions, ...baseOptions };
473
251
  return Apollo.useMutation(RemoveDocument, options);
474
252
  }
475
- const ContextMenuDocument = {
476
- kind: 'Document',
477
- definitions: [
478
- {
479
- kind: 'OperationDefinition',
480
- operation: 'query',
481
- name: { kind: 'Name', value: 'ContextMenu' },
482
- selectionSet: {
483
- kind: 'SelectionSet',
484
- selections: [
485
- {
486
- kind: 'Field',
487
- name: { kind: 'Name', value: 'contextMenu' },
488
- directives: [{ kind: 'Directive', name: { kind: 'Name', value: 'client' } }],
489
- selectionSet: {
490
- kind: 'SelectionSet',
491
- selections: [
492
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
493
- { kind: 'Field', name: { kind: 'Name', value: 'isShow' } },
494
- {
495
- kind: 'Field',
496
- name: { kind: 'Name', value: 'anchor' },
497
- selectionSet: {
498
- kind: 'SelectionSet',
499
- selections: [
500
- { kind: 'Field', name: { kind: 'Name', value: 'x' } },
501
- { kind: 'Field', name: { kind: 'Name', value: 'y' } },
502
- { kind: 'Field', name: { kind: 'Name', value: 'height' } },
503
- { kind: 'Field', name: { kind: 'Name', value: 'width' } },
504
- ],
505
- },
506
- },
507
- {
508
- kind: 'Field',
509
- name: { kind: 'Name', value: 'menuItems' },
510
- selectionSet: {
511
- kind: 'SelectionSet',
512
- selections: [
513
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
514
- { kind: 'Field', name: { kind: 'Name', value: 'label' } },
515
- { kind: 'Field', name: { kind: 'Name', value: 'enabled' } },
516
- {
517
- kind: 'Field',
518
- name: { kind: 'Name', value: 'run' },
519
- selectionSet: {
520
- kind: 'SelectionSet',
521
- selections: [
522
- { kind: 'Field', name: { kind: 'Name', value: 'type' } },
523
- { kind: 'Field', name: { kind: 'Name', value: 'document' } },
524
- { kind: 'Field', name: { kind: 'Name', value: 'variables' } },
525
- ],
526
- },
527
- },
528
- ],
529
- },
530
- },
531
- ],
532
- },
533
- },
534
- ],
535
- },
536
- },
537
- ],
538
- };
253
+ const ContextMenuDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ContextMenu" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contextMenu" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isShow" } }, { "kind": "Field", "name": { "kind": "Name", "value": "anchor" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "x" } }, { "kind": "Field", "name": { "kind": "Name", "value": "y" } }, { "kind": "Field", "name": { "kind": "Name", "value": "height" } }, { "kind": "Field", "name": { "kind": "Name", "value": "width" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "menuItems" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "label" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enabled" } }, { "kind": "Field", "name": { "kind": "Name", "value": "run" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "document" } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" } }] } }] } }] } }] } }] };
539
254
  /**
540
255
  * __useContextMenuQuery__
541
256
  *
@@ -563,88 +278,7 @@ function useContextMenuSuspenseQuery(baseOptions) {
563
278
  const options = { ...defaultOptions, ...baseOptions };
564
279
  return Apollo.useSuspenseQuery(ContextMenuDocument, options);
565
280
  }
566
- const GalleryExtensionDocument = {
567
- kind: 'Document',
568
- definitions: [
569
- {
570
- kind: 'OperationDefinition',
571
- operation: 'query',
572
- name: { kind: 'Name', value: 'galleryExtension' },
573
- variableDefinitions: [
574
- {
575
- kind: 'VariableDefinition',
576
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'extensionID' } },
577
- type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } } },
578
- },
579
- ],
580
- selectionSet: {
581
- kind: 'SelectionSet',
582
- selections: [
583
- {
584
- kind: 'Field',
585
- name: { kind: 'Name', value: 'galleryExtension' },
586
- arguments: [
587
- {
588
- kind: 'Argument',
589
- name: { kind: 'Name', value: 'extensionID' },
590
- value: { kind: 'Variable', name: { kind: 'Name', value: 'extensionID' } },
591
- },
592
- ],
593
- selectionSet: {
594
- kind: 'SelectionSet',
595
- selections: [
596
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
597
- { kind: 'Field', name: { kind: 'Name', value: 'name' } },
598
- { kind: 'Field', name: { kind: 'Name', value: 'icon' } },
599
- { kind: 'Field', name: { kind: 'Name', value: 'version' } },
600
- { kind: 'Field', name: { kind: 'Name', value: 'description' } },
601
- { kind: 'Field', name: { kind: 'Name', value: 'publisher' } },
602
- { kind: 'Field', name: { kind: 'Name', value: 'installCount' } },
603
- { kind: 'Field', name: { kind: 'Name', value: 'publisherDisplayName' } },
604
- { kind: 'Field', name: { kind: 'Name', value: 'rating' } },
605
- { kind: 'Field', name: { kind: 'Name', value: 'ratingCount' } },
606
- { kind: 'Field', name: { kind: 'Name', value: 'displayName' } },
607
- {
608
- kind: 'Field',
609
- name: { kind: 'Name', value: 'assets' },
610
- selectionSet: {
611
- kind: 'SelectionSet',
612
- selections: [
613
- {
614
- kind: 'Field',
615
- name: { kind: 'Name', value: 'download' },
616
- selectionSet: {
617
- kind: 'SelectionSet',
618
- selections: [
619
- { kind: 'Field', name: { kind: 'Name', value: 'uri' } },
620
- { kind: 'Field', name: { kind: 'Name', value: 'fallbackUri' } },
621
- ],
622
- },
623
- },
624
- ],
625
- },
626
- },
627
- {
628
- kind: 'Field',
629
- name: { kind: 'Name', value: 'resources' },
630
- selectionSet: {
631
- kind: 'SelectionSet',
632
- selections: [
633
- { kind: 'Field', name: { kind: 'Name', value: 'icon' } },
634
- { kind: 'Field', name: { kind: 'Name', value: 'readme' } },
635
- { kind: 'Field', name: { kind: 'Name', value: 'manifest' } },
636
- { kind: 'Field', name: { kind: 'Name', value: 'changelog' } },
637
- ],
638
- },
639
- },
640
- ],
641
- },
642
- },
643
- ],
644
- },
645
- },
646
- ],
647
- };
281
+ const GalleryExtensionDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "galleryExtension" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "extensionID" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "galleryExtension" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "extensionID" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "extensionID" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "installCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisherDisplayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rating" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ratingCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "assets" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "download" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fallbackUri" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "icon" } }, { "kind": "Field", "name": { "kind": "Name", "value": "readme" } }, { "kind": "Field", "name": { "kind": "Name", "value": "manifest" } }, { "kind": "Field", "name": { "kind": "Name", "value": "changelog" } }] } }] } }] } }] };
648
282
  /**
649
283
  * __useGalleryExtensionQuery__
650
284
  *
@@ -673,92 +307,7 @@ function useGalleryExtensionSuspenseQuery(baseOptions) {
673
307
  const options = { ...defaultOptions, ...baseOptions };
674
308
  return Apollo.useSuspenseQuery(GalleryExtensionDocument, options);
675
309
  }
676
- const ExtensionsByLimitDocument = {
677
- kind: 'Document',
678
- definitions: [
679
- {
680
- kind: 'OperationDefinition',
681
- operation: 'query',
682
- name: { kind: 'Name', value: 'ExtensionsByLimit' },
683
- variableDefinitions: [
684
- {
685
- kind: 'VariableDefinition',
686
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'first' } },
687
- type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'Int' } } },
688
- },
689
- {
690
- kind: 'VariableDefinition',
691
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'prioritizeExtensionIDs' } },
692
- type: {
693
- kind: 'NonNullType',
694
- type: {
695
- kind: 'ListType',
696
- type: {
697
- kind: 'NonNullType',
698
- type: { kind: 'NamedType', name: { kind: 'Name', value: 'String' } },
699
- },
700
- },
701
- },
702
- },
703
- ],
704
- selectionSet: {
705
- kind: 'SelectionSet',
706
- selections: [
707
- {
708
- kind: 'Field',
709
- name: { kind: 'Name', value: 'extensions' },
710
- arguments: [
711
- {
712
- kind: 'Argument',
713
- name: { kind: 'Name', value: 'first' },
714
- value: { kind: 'Variable', name: { kind: 'Name', value: 'first' } },
715
- },
716
- {
717
- kind: 'Argument',
718
- name: { kind: 'Name', value: 'prioritizeExtensionIDs' },
719
- value: { kind: 'Variable', name: { kind: 'Name', value: 'prioritizeExtensionIDs' } },
720
- },
721
- ],
722
- selectionSet: {
723
- kind: 'SelectionSet',
724
- selections: [
725
- {
726
- kind: 'Field',
727
- name: { kind: 'Name', value: 'nodes' },
728
- selectionSet: {
729
- kind: 'SelectionSet',
730
- selections: [
731
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
732
- { kind: 'Field', name: { kind: 'Name', value: 'url' } },
733
- { kind: 'Field', name: { kind: 'Name', value: 'extensionID' } },
734
- { kind: 'Field', name: { kind: 'Name', value: 'viewerCanAdminister' } },
735
- {
736
- kind: 'Field',
737
- name: { kind: 'Name', value: 'manifest' },
738
- selectionSet: {
739
- kind: 'SelectionSet',
740
- selections: [
741
- { kind: 'Field', name: { kind: 'Name', value: 'bundleURL' } },
742
- { kind: 'Field', name: { kind: 'Name', value: 'raw' } },
743
- { kind: 'Field', name: { kind: 'Name', value: 'name' } },
744
- {
745
- kind: 'Field',
746
- name: { kind: 'Name', value: 'activationEvents' },
747
- },
748
- ],
749
- },
750
- },
751
- ],
752
- },
753
- },
754
- ],
755
- },
756
- },
757
- ],
758
- },
759
- },
760
- ],
761
- };
310
+ const ExtensionsByLimitDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ExtensionsByLimit" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "prioritizeExtensionIDs" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "extensions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "prioritizeExtensionIDs" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "prioritizeExtensionIDs" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "nodes" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "extensionID" } }, { "kind": "Field", "name": { "kind": "Name", "value": "viewerCanAdminister" } }, { "kind": "Field", "name": { "kind": "Name", "value": "manifest" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "bundleURL" } }, { "kind": "Field", "name": { "kind": "Name", "value": "raw" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "activationEvents" } }] } }] } }] } }] } }] };
762
311
  /**
763
312
  * __useExtensionsByLimitQuery__
764
313
  *
@@ -788,91 +337,7 @@ function useExtensionsByLimitSuspenseQuery(baseOptions) {
788
337
  const options = { ...defaultOptions, ...baseOptions };
789
338
  return Apollo.useSuspenseQuery(ExtensionsByLimitDocument, options);
790
339
  }
791
- const GalleryDocument = {
792
- kind: 'Document',
793
- definitions: [
794
- {
795
- kind: 'OperationDefinition',
796
- operation: 'query',
797
- name: { kind: 'Name', value: 'gallery' },
798
- variableDefinitions: [
799
- {
800
- kind: 'VariableDefinition',
801
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'query' } },
802
- type: { kind: 'NamedType', name: { kind: 'Name', value: 'GalleryQueryInput' } },
803
- },
804
- ],
805
- selectionSet: {
806
- kind: 'SelectionSet',
807
- selections: [
808
- {
809
- kind: 'Field',
810
- name: { kind: 'Name', value: 'gallery' },
811
- arguments: [
812
- {
813
- kind: 'Argument',
814
- name: { kind: 'Name', value: 'query' },
815
- value: { kind: 'Variable', name: { kind: 'Name', value: 'query' } },
816
- },
817
- ],
818
- selectionSet: {
819
- kind: 'SelectionSet',
820
- selections: [
821
- { kind: 'Field', name: { kind: 'Name', value: 'page' } },
822
- {
823
- kind: 'Field',
824
- name: { kind: 'Name', value: 'firstPage' },
825
- selectionSet: {
826
- kind: 'SelectionSet',
827
- selections: [
828
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
829
- { kind: 'Field', name: { kind: 'Name', value: 'name' } },
830
- { kind: 'Field', name: { kind: 'Name', value: 'icon' } },
831
- { kind: 'Field', name: { kind: 'Name', value: 'version' } },
832
- { kind: 'Field', name: { kind: 'Name', value: 'description' } },
833
- { kind: 'Field', name: { kind: 'Name', value: 'publisher' } },
834
- { kind: 'Field', name: { kind: 'Name', value: 'installCount' } },
835
- { kind: 'Field', name: { kind: 'Name', value: 'publisherDisplayName' } },
836
- { kind: 'Field', name: { kind: 'Name', value: 'rating' } },
837
- { kind: 'Field', name: { kind: 'Name', value: 'ratingCount' } },
838
- { kind: 'Field', name: { kind: 'Name', value: 'displayName' } },
839
- {
840
- kind: 'Field',
841
- name: { kind: 'Name', value: 'assets' },
842
- selectionSet: {
843
- kind: 'SelectionSet',
844
- selections: [
845
- {
846
- kind: 'Field',
847
- name: { kind: 'Name', value: 'download' },
848
- selectionSet: {
849
- kind: 'SelectionSet',
850
- selections: [
851
- {
852
- kind: 'Field',
853
- name: { kind: 'Name', value: 'uri' },
854
- },
855
- {
856
- kind: 'Field',
857
- name: { kind: 'Name', value: 'fallbackUri' },
858
- },
859
- ],
860
- },
861
- },
862
- ],
863
- },
864
- },
865
- ],
866
- },
867
- },
868
- ],
869
- },
870
- },
871
- ],
872
- },
873
- },
874
- ],
875
- };
340
+ const GalleryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "gallery" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "query" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "GalleryQueryInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "gallery" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "query" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "query" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "page" } }, { "kind": "Field", "name": { "kind": "Name", "value": "firstPage" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "installCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisherDisplayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rating" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ratingCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "assets" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "download" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fallbackUri" } }] } }] } }] } }] } }] } }] };
876
341
  /**
877
342
  * __useGalleryQuery__
878
343
  *
@@ -901,80 +366,7 @@ function useGallerySuspenseQuery(baseOptions) {
901
366
  const options = { ...defaultOptions, ...baseOptions };
902
367
  return Apollo.useSuspenseQuery(GalleryDocument, options);
903
368
  }
904
- const InstalledExtensionsDocument = {
905
- kind: 'Document',
906
- definitions: [
907
- {
908
- kind: 'OperationDefinition',
909
- operation: 'query',
910
- name: { kind: 'Name', value: 'installedExtensions' },
911
- selectionSet: {
912
- kind: 'SelectionSet',
913
- selections: [
914
- {
915
- kind: 'Field',
916
- name: { kind: 'Name', value: 'installed' },
917
- selectionSet: {
918
- kind: 'SelectionSet',
919
- selections: [
920
- {
921
- kind: 'Field',
922
- name: { kind: 'Name', value: 'identifier' },
923
- selectionSet: {
924
- kind: 'SelectionSet',
925
- selections: [
926
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
927
- { kind: 'Field', name: { kind: 'Name', value: 'uuid' } },
928
- ],
929
- },
930
- },
931
- {
932
- kind: 'Field',
933
- name: { kind: 'Name', value: 'galleryIdentifier' },
934
- selectionSet: {
935
- kind: 'SelectionSet',
936
- selections: [
937
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
938
- { kind: 'Field', name: { kind: 'Name', value: 'uuid' } },
939
- ],
940
- },
941
- },
942
- {
943
- kind: 'Field',
944
- name: { kind: 'Name', value: 'extension' },
945
- selectionSet: {
946
- kind: 'SelectionSet',
947
- selections: [
948
- { kind: 'Field', name: { kind: 'Name', value: 'name' } },
949
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
950
- { kind: 'Field', name: { kind: 'Name', value: 'icon' } },
951
- { kind: 'Field', name: { kind: 'Name', value: 'displayName' } },
952
- { kind: 'Field', name: { kind: 'Name', value: 'installCount' } },
953
- { kind: 'Field', name: { kind: 'Name', value: 'description' } },
954
- { kind: 'Field', name: { kind: 'Name', value: 'version' } },
955
- {
956
- kind: 'Field',
957
- name: { kind: 'Name', value: 'identifier' },
958
- selectionSet: {
959
- kind: 'SelectionSet',
960
- selections: [
961
- { kind: 'Field', name: { kind: 'Name', value: 'id' } },
962
- { kind: 'Field', name: { kind: 'Name', value: 'uuid' } },
963
- ],
964
- },
965
- },
966
- { kind: 'Field', name: { kind: 'Name', value: 'publisherDisplayName' } },
967
- ],
968
- },
969
- },
970
- ],
971
- },
972
- },
973
- ],
974
- },
975
- },
976
- ],
977
- };
369
+ const InstalledExtensionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "installedExtensions" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "installed" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "identifier" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "uuid" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "galleryIdentifier" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "uuid" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "extension" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "installCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifier" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "uuid" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisherDisplayName" } }] } }] } }] } }] };
978
370
  /**
979
371
  * __useInstalledExtensionsQuery__
980
372
  *
@@ -1002,187 +394,7 @@ function useInstalledExtensionsSuspenseQuery(baseOptions) {
1002
394
  const options = { ...defaultOptions, ...baseOptions };
1003
395
  return Apollo.useSuspenseQuery(InstalledExtensionsDocument, options);
1004
396
  }
1005
- const NotificationsDocument = {
1006
- kind: 'Document',
1007
- definitions: [
1008
- {
1009
- kind: 'OperationDefinition',
1010
- operation: 'query',
1011
- name: { kind: 'Name', value: 'Notifications' },
1012
- selectionSet: {
1013
- kind: 'SelectionSet',
1014
- selections: [
1015
- {
1016
- kind: 'Field',
1017
- name: { kind: 'Name', value: 'notifications' },
1018
- directives: [{ kind: 'Directive', name: { kind: 'Name', value: 'client' } }],
1019
- selectionSet: {
1020
- kind: 'SelectionSet',
1021
- selections: [
1022
- {
1023
- kind: 'Field',
1024
- name: { kind: 'Name', value: 'notifications' },
1025
- selectionSet: {
1026
- kind: 'SelectionSet',
1027
- selections: [
1028
- { kind: 'Field', name: { kind: 'Name', value: 'index' } },
1029
- { kind: 'Field', name: { kind: 'Name', value: 'severity' } },
1030
- { kind: 'Field', name: { kind: 'Name', value: 'message' } },
1031
- {
1032
- kind: 'Field',
1033
- name: { kind: 'Name', value: 'actions' },
1034
- selectionSet: {
1035
- kind: 'SelectionSet',
1036
- selections: [
1037
- {
1038
- kind: 'Field',
1039
- name: { kind: 'Name', value: 'primary' },
1040
- selectionSet: {
1041
- kind: 'SelectionSet',
1042
- selections: [
1043
- {
1044
- kind: 'Field',
1045
- name: { kind: 'Name', value: 'id' },
1046
- },
1047
- {
1048
- kind: 'Field',
1049
- name: { kind: 'Name', value: 'label' },
1050
- },
1051
- {
1052
- kind: 'Field',
1053
- name: { kind: 'Name', value: 'tooltip' },
1054
- },
1055
- {
1056
- kind: 'Field',
1057
- name: { kind: 'Name', value: 'class' },
1058
- },
1059
- {
1060
- kind: 'Field',
1061
- name: { kind: 'Name', value: 'enabled' },
1062
- },
1063
- {
1064
- kind: 'Field',
1065
- name: { kind: 'Name', value: 'checked' },
1066
- },
1067
- {
1068
- kind: 'Field',
1069
- name: { kind: 'Name', value: 'radio' },
1070
- },
1071
- {
1072
- kind: 'Field',
1073
- name: { kind: 'Name', value: 'run' },
1074
- selectionSet: {
1075
- kind: 'SelectionSet',
1076
- selections: [
1077
- {
1078
- kind: 'Field',
1079
- name: {
1080
- kind: 'Name',
1081
- value: 'type',
1082
- },
1083
- },
1084
- {
1085
- kind: 'Field',
1086
- name: {
1087
- kind: 'Name',
1088
- value: 'document',
1089
- },
1090
- },
1091
- {
1092
- kind: 'Field',
1093
- name: {
1094
- kind: 'Name',
1095
- value: 'variables',
1096
- },
1097
- },
1098
- ],
1099
- },
1100
- },
1101
- ],
1102
- },
1103
- },
1104
- {
1105
- kind: 'Field',
1106
- name: { kind: 'Name', value: 'secondary' },
1107
- selectionSet: {
1108
- kind: 'SelectionSet',
1109
- selections: [
1110
- {
1111
- kind: 'Field',
1112
- name: { kind: 'Name', value: 'id' },
1113
- },
1114
- {
1115
- kind: 'Field',
1116
- name: { kind: 'Name', value: 'label' },
1117
- },
1118
- {
1119
- kind: 'Field',
1120
- name: { kind: 'Name', value: 'tooltip' },
1121
- },
1122
- {
1123
- kind: 'Field',
1124
- name: { kind: 'Name', value: 'class' },
1125
- },
1126
- {
1127
- kind: 'Field',
1128
- name: { kind: 'Name', value: 'enabled' },
1129
- },
1130
- {
1131
- kind: 'Field',
1132
- name: { kind: 'Name', value: 'checked' },
1133
- },
1134
- {
1135
- kind: 'Field',
1136
- name: { kind: 'Name', value: 'radio' },
1137
- },
1138
- {
1139
- kind: 'Field',
1140
- name: { kind: 'Name', value: 'run' },
1141
- selectionSet: {
1142
- kind: 'SelectionSet',
1143
- selections: [
1144
- {
1145
- kind: 'Field',
1146
- name: {
1147
- kind: 'Name',
1148
- value: 'type',
1149
- },
1150
- },
1151
- {
1152
- kind: 'Field',
1153
- name: {
1154
- kind: 'Name',
1155
- value: 'document',
1156
- },
1157
- },
1158
- {
1159
- kind: 'Field',
1160
- name: {
1161
- kind: 'Name',
1162
- value: 'variables',
1163
- },
1164
- },
1165
- ],
1166
- },
1167
- },
1168
- ],
1169
- },
1170
- },
1171
- ],
1172
- },
1173
- },
1174
- { kind: 'Field', name: { kind: 'Name', value: 'sticky' } },
1175
- ],
1176
- },
1177
- },
1178
- ],
1179
- },
1180
- },
1181
- ],
1182
- },
1183
- },
1184
- ],
1185
- };
397
+ const NotificationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "Notifications" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notifications" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notifications" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "index" } }, { "kind": "Field", "name": { "kind": "Name", "value": "severity" } }, { "kind": "Field", "name": { "kind": "Name", "value": "message" } }, { "kind": "Field", "name": { "kind": "Name", "value": "actions" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primary" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "label" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tooltip" } }, { "kind": "Field", "name": { "kind": "Name", "value": "class" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enabled" } }, { "kind": "Field", "name": { "kind": "Name", "value": "checked" } }, { "kind": "Field", "name": { "kind": "Name", "value": "radio" } }, { "kind": "Field", "name": { "kind": "Name", "value": "run" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "document" } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "secondary" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "label" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tooltip" } }, { "kind": "Field", "name": { "kind": "Name", "value": "class" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enabled" } }, { "kind": "Field", "name": { "kind": "Name", "value": "checked" } }, { "kind": "Field", "name": { "kind": "Name", "value": "radio" } }, { "kind": "Field", "name": { "kind": "Name", "value": "run" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "document" } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" } }] } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sticky" } }] } }] } }] } }] };
1186
398
  /**
1187
399
  * __useNotificationsQuery__
1188
400
  *
@@ -1210,40 +422,7 @@ function useNotificationsSuspenseQuery(baseOptions) {
1210
422
  const options = { ...defaultOptions, ...baseOptions };
1211
423
  return Apollo.useSuspenseQuery(NotificationsDocument, options);
1212
424
  }
1213
- const ShowNotificationDocument = {
1214
- kind: 'Document',
1215
- definitions: [
1216
- {
1217
- kind: 'OperationDefinition',
1218
- operation: 'query',
1219
- name: { kind: 'Name', value: 'showNotification' },
1220
- variableDefinitions: [
1221
- {
1222
- kind: 'VariableDefinition',
1223
- variable: { kind: 'Variable', name: { kind: 'Name', value: 'notification' } },
1224
- type: { kind: 'NamedType', name: { kind: 'Name', value: 'NotificationInput' } },
1225
- },
1226
- ],
1227
- selectionSet: {
1228
- kind: 'SelectionSet',
1229
- selections: [
1230
- {
1231
- kind: 'Field',
1232
- name: { kind: 'Name', value: 'showNotification' },
1233
- arguments: [
1234
- {
1235
- kind: 'Argument',
1236
- name: { kind: 'Name', value: 'notification' },
1237
- value: { kind: 'Variable', name: { kind: 'Name', value: 'notification' } },
1238
- },
1239
- ],
1240
- directives: [{ kind: 'Directive', name: { kind: 'Name', value: 'client' } }],
1241
- },
1242
- ],
1243
- },
1244
- },
1245
- ],
1246
- };
425
+ const ShowNotificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "showNotification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "NotificationInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "showNotification" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "notification" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
1247
426
  /**
1248
427
  * __useShowNotificationQuery__
1249
428
  *
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import { Event } from '@vscode-alt/monaco-editor/esm/vs/base/common/event';
2
3
  import { Disposable } from '@vscode-alt/monaco-editor/esm/vs/base/common/lifecycle';
3
4
  import { IURITransformer } from '@vscode-alt/monaco-editor/esm/vs/base/common/uriIpc';
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import { IRPCProtocol, ProxyIdentifier } from './proxy-identifier';
2
3
  import { IOrganizationData, IConfigurationInitData, IDocumentsShape } from './common.protocol';
3
4
  import { CdmLogger } from '@cdm-logger/core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/extension-api",
3
- "version": "7.2.8-alpha.9",
3
+ "version": "8.0.2-alpha.0",
4
4
  "description": "Workbench core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -37,11 +37,11 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@adminide-stack/core": "7.2.8-alpha.9",
40
+ "@adminide-stack/core": "8.0.2-alpha.0",
41
41
  "@workbench-stack/core": "3.6.0",
42
42
  "abort-controller": "^2.0.0",
43
43
  "abortable-rx": "^1.0.9",
44
- "cdeops": "7.2.8-alpha.0",
44
+ "cdeops": "8.0.2-alpha.0",
45
45
  "minimatch": "^9.0.0",
46
46
  "queueing-subject": "0.3.4",
47
47
  "utility-types": "^3.10.0",
@@ -60,5 +60,5 @@
60
60
  "typescript": {
61
61
  "definition": "lib/index.d.ts"
62
62
  },
63
- "gitHead": "665b4ef39a72aa2befd710b1364732a641302621"
63
+ "gitHead": "ed2df0db541129c84766e0ff8555727d8e0a21e8"
64
64
  }