@adminide-stack/extension-api 7.2.7-alpha.0 → 7.2.8-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?: string;
2187
+ value?: InputMaybe<Scalars["String"]["input"]>;
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?: IContributionActionRunInput;
2212
+ argument?: InputMaybe<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?: IContextMenuInput;
2261
+ delegate?: InputMaybe<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: string;
2286
+ vsix: Scalars["String"]["input"];
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?: ITextDocumentPositionParamsInput;
2311
+ params?: InputMaybe<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: string;
2336
+ id: Scalars["String"]["input"];
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: string;
2393
+ extensionID: Scalars["String"]["input"];
2394
2394
  }>>;
2395
2395
  export declare function useGalleryExtensionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.LazyQueryResultTuple<IGalleryExtensionQuery, Exact<{
2396
- extensionID: string;
2396
+ extensionID: Scalars["String"]["input"];
2397
2397
  }>>;
2398
2398
  export declare function useGalleryExtensionSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryExtensionQuery, Exact<{
2399
- extensionID: string;
2399
+ extensionID: Scalars["String"]["input"];
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: number;
2430
- prioritizeExtensionIDs: string | string[];
2429
+ first: Scalars["Int"]["input"];
2430
+ prioritizeExtensionIDs: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
2431
2431
  }>>;
2432
2432
  export declare function useExtensionsByLimitLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.LazyQueryResultTuple<IExtensionsByLimitQuery, Exact<{
2433
- first: number;
2434
- prioritizeExtensionIDs: string | string[];
2433
+ first: Scalars["Int"]["input"];
2434
+ prioritizeExtensionIDs: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
2435
2435
  }>>;
2436
2436
  export declare function useExtensionsByLimitSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.UseSuspenseQueryResult<IExtensionsByLimitQuery, Exact<{
2437
- first: number;
2438
- prioritizeExtensionIDs: string | string[];
2437
+ first: Scalars["Int"]["input"];
2438
+ prioritizeExtensionIDs: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
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?: IGalleryQueryInput;
2462
+ query?: InputMaybe<IGalleryQueryInput>;
2463
2463
  }>>;
2464
2464
  export declare function useGalleryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.LazyQueryResultTuple<IGalleryQuery, Exact<{
2465
- query?: IGalleryQueryInput;
2465
+ query?: InputMaybe<IGalleryQueryInput>;
2466
2466
  }>>;
2467
2467
  export declare function useGallerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryQuery, Exact<{
2468
- query?: IGalleryQueryInput;
2468
+ query?: InputMaybe<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?: INotificationInput;
2550
+ notification?: InputMaybe<INotificationInput>;
2551
2551
  }>>;
2552
2552
  export declare function useShowNotificationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.LazyQueryResultTuple<IShowNotificationQuery, Exact<{
2553
- notification?: INotificationInput;
2553
+ notification?: InputMaybe<INotificationInput>;
2554
2554
  }>>;
2555
2555
  export declare function useShowNotificationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.UseSuspenseQueryResult<IShowNotificationQuery, Exact<{
2556
- notification?: INotificationInput;
2556
+ notification?: InputMaybe<INotificationInput>;
2557
2557
  }>>;
2558
2558
  export type ShowNotificationQueryHookResult = ReturnType<typeof useShowNotificationQuery>;
2559
2559
  export type ShowNotificationLazyQueryHookResult = ReturnType<typeof useShowNotificationLazyQuery>;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { Event } from '@vscode-alt/monaco-editor/esm/vs/base/common/event';
3
2
  import { Disposable } from '@vscode-alt/monaco-editor/esm/vs/base/common/lifecycle';
4
3
  import { IURITransformer } from '@vscode-alt/monaco-editor/esm/vs/base/common/uriIpc';
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { IRPCProtocol, ProxyIdentifier } from './proxy-identifier';
3
2
  import { IOrganizationData, IConfigurationInitData, IDocumentsShape } from './common.protocol';
4
3
  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.7-alpha.0",
3
+ "version": "7.2.8-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.7-alpha.0",
40
+ "@adminide-stack/core": "7.2.8-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.7-alpha.0",
44
+ "cdeops": "7.2.8-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": "90ad926992ca53fba1cf35b4bdf6d8ea562ab1e7"
63
+ "gitHead": "e282b9cd01384cd8e071858a840583d15f69693d"
64
64
  }