@adminide-stack/extension-api 9.0.6-alpha.40 → 9.0.6-alpha.49

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.
@@ -2366,7 +2366,7 @@ export declare function useContextMenuQuery(baseOptions?: Apollo.QueryHookOption
2366
2366
  export declare function useContextMenuLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IContextMenuQuery, IContextMenuQueryVariables>): Apollo.LazyQueryResultTuple<IContextMenuQuery, Exact<{
2367
2367
  [key: string]: never;
2368
2368
  }>>;
2369
- export declare function useContextMenuSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IContextMenuQuery, IContextMenuQueryVariables>): Apollo.UseSuspenseQueryResult<IContextMenuQuery, Exact<{
2369
+ export declare function useContextMenuSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IContextMenuQuery, IContextMenuQueryVariables>): Apollo.UseSuspenseQueryResult<IContextMenuQuery, Exact<{
2370
2370
  [key: string]: never;
2371
2371
  }>>;
2372
2372
  export type ContextMenuQueryHookResult = ReturnType<typeof useContextMenuQuery>;
@@ -2401,7 +2401,7 @@ export declare function useGalleryExtensionQuery(baseOptions: Apollo.QueryHookOp
2401
2401
  export declare function useGalleryExtensionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.LazyQueryResultTuple<IGalleryExtensionQuery, Exact<{
2402
2402
  extensionID: Scalars["String"]["input"];
2403
2403
  }>>;
2404
- export declare function useGalleryExtensionSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryExtensionQuery, Exact<{
2404
+ export declare function useGalleryExtensionSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGalleryExtensionQuery, IGalleryExtensionQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryExtensionQuery, Exact<{
2405
2405
  extensionID: Scalars["String"]["input"];
2406
2406
  }>>;
2407
2407
  export type GalleryExtensionQueryHookResult = ReturnType<typeof useGalleryExtensionQuery>;
@@ -2439,7 +2439,7 @@ export declare function useExtensionsByLimitLazyQuery(baseOptions?: Apollo.LazyQ
2439
2439
  first: Scalars["Int"]["input"];
2440
2440
  prioritizeExtensionIDs: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
2441
2441
  }>>;
2442
- export declare function useExtensionsByLimitSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.UseSuspenseQueryResult<IExtensionsByLimitQuery, Exact<{
2442
+ export declare function useExtensionsByLimitSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IExtensionsByLimitQuery, IExtensionsByLimitQueryVariables>): Apollo.UseSuspenseQueryResult<IExtensionsByLimitQuery, Exact<{
2443
2443
  first: Scalars["Int"]["input"];
2444
2444
  prioritizeExtensionIDs: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
2445
2445
  }>>;
@@ -2470,7 +2470,7 @@ export declare function useGalleryQuery(baseOptions?: Apollo.QueryHookOptions<IG
2470
2470
  export declare function useGalleryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.LazyQueryResultTuple<IGalleryQuery, Exact<{
2471
2471
  query?: InputMaybe<IGalleryQueryInput>;
2472
2472
  }>>;
2473
- export declare function useGallerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryQuery, Exact<{
2473
+ export declare function useGallerySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGalleryQuery, IGalleryQueryVariables>): Apollo.UseSuspenseQueryResult<IGalleryQuery, Exact<{
2474
2474
  query?: InputMaybe<IGalleryQueryInput>;
2475
2475
  }>>;
2476
2476
  export type GalleryQueryHookResult = ReturnType<typeof useGalleryQuery>;
@@ -2499,7 +2499,7 @@ export declare function useInstalledExtensionsQuery(baseOptions?: Apollo.QueryHo
2499
2499
  export declare function useInstalledExtensionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IInstalledExtensionsQuery, IInstalledExtensionsQueryVariables>): Apollo.LazyQueryResultTuple<IInstalledExtensionsQuery, Exact<{
2500
2500
  [key: string]: never;
2501
2501
  }>>;
2502
- export declare function useInstalledExtensionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IInstalledExtensionsQuery, IInstalledExtensionsQueryVariables>): Apollo.UseSuspenseQueryResult<IInstalledExtensionsQuery, Exact<{
2502
+ export declare function useInstalledExtensionsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IInstalledExtensionsQuery, IInstalledExtensionsQueryVariables>): Apollo.UseSuspenseQueryResult<IInstalledExtensionsQuery, Exact<{
2503
2503
  [key: string]: never;
2504
2504
  }>>;
2505
2505
  export type InstalledExtensionsQueryHookResult = ReturnType<typeof useInstalledExtensionsQuery>;
@@ -2528,7 +2528,7 @@ export declare function useNotificationsQuery(baseOptions?: Apollo.QueryHookOpti
2528
2528
  export declare function useNotificationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<INotificationsQuery, INotificationsQueryVariables>): Apollo.LazyQueryResultTuple<INotificationsQuery, Exact<{
2529
2529
  [key: string]: never;
2530
2530
  }>>;
2531
- export declare function useNotificationsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<INotificationsQuery, INotificationsQueryVariables>): Apollo.UseSuspenseQueryResult<INotificationsQuery, Exact<{
2531
+ export declare function useNotificationsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<INotificationsQuery, INotificationsQueryVariables>): Apollo.UseSuspenseQueryResult<INotificationsQuery, Exact<{
2532
2532
  [key: string]: never;
2533
2533
  }>>;
2534
2534
  export type NotificationsQueryHookResult = ReturnType<typeof useNotificationsQuery>;
@@ -2558,7 +2558,7 @@ export declare function useShowNotificationQuery(baseOptions?: Apollo.QueryHookO
2558
2558
  export declare function useShowNotificationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.LazyQueryResultTuple<IShowNotificationQuery, Exact<{
2559
2559
  notification?: InputMaybe<INotificationInput>;
2560
2560
  }>>;
2561
- export declare function useShowNotificationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.UseSuspenseQueryResult<IShowNotificationQuery, Exact<{
2561
+ export declare function useShowNotificationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IShowNotificationQuery, IShowNotificationQueryVariables>): Apollo.UseSuspenseQueryResult<IShowNotificationQuery, Exact<{
2562
2562
  notification?: InputMaybe<INotificationInput>;
2563
2563
  }>>;
2564
2564
  export type ShowNotificationQueryHookResult = ReturnType<typeof useShowNotificationQuery>;
@@ -563,7 +563,7 @@ function useContextMenuLazyQuery(baseOptions) {
563
563
  return Apollo.useLazyQuery(ContextMenuDocument, options);
564
564
  }
565
565
  function useContextMenuSuspenseQuery(baseOptions) {
566
- const options = { ...defaultOptions, ...baseOptions };
566
+ const options = baseOptions === Apollo.skipToken ? baseOptions : { ...defaultOptions, ...baseOptions };
567
567
  return Apollo.useSuspenseQuery(ContextMenuDocument, options);
568
568
  }
569
569
  const GalleryExtensionDocument = {
@@ -673,7 +673,7 @@ function useGalleryExtensionLazyQuery(baseOptions) {
673
673
  return Apollo.useLazyQuery(GalleryExtensionDocument, options);
674
674
  }
675
675
  function useGalleryExtensionSuspenseQuery(baseOptions) {
676
- const options = { ...defaultOptions, ...baseOptions };
676
+ const options = baseOptions === Apollo.skipToken ? baseOptions : { ...defaultOptions, ...baseOptions };
677
677
  return Apollo.useSuspenseQuery(GalleryExtensionDocument, options);
678
678
  }
679
679
  const ExtensionsByLimitDocument = {
@@ -788,7 +788,7 @@ function useExtensionsByLimitLazyQuery(baseOptions) {
788
788
  return Apollo.useLazyQuery(ExtensionsByLimitDocument, options);
789
789
  }
790
790
  function useExtensionsByLimitSuspenseQuery(baseOptions) {
791
- const options = { ...defaultOptions, ...baseOptions };
791
+ const options = baseOptions === Apollo.skipToken ? baseOptions : { ...defaultOptions, ...baseOptions };
792
792
  return Apollo.useSuspenseQuery(ExtensionsByLimitDocument, options);
793
793
  }
794
794
  const GalleryDocument = {
@@ -901,7 +901,7 @@ function useGalleryLazyQuery(baseOptions) {
901
901
  return Apollo.useLazyQuery(GalleryDocument, options);
902
902
  }
903
903
  function useGallerySuspenseQuery(baseOptions) {
904
- const options = { ...defaultOptions, ...baseOptions };
904
+ const options = baseOptions === Apollo.skipToken ? baseOptions : { ...defaultOptions, ...baseOptions };
905
905
  return Apollo.useSuspenseQuery(GalleryDocument, options);
906
906
  }
907
907
  const InstalledExtensionsDocument = {
@@ -1002,7 +1002,7 @@ function useInstalledExtensionsLazyQuery(baseOptions) {
1002
1002
  return Apollo.useLazyQuery(InstalledExtensionsDocument, options);
1003
1003
  }
1004
1004
  function useInstalledExtensionsSuspenseQuery(baseOptions) {
1005
- const options = { ...defaultOptions, ...baseOptions };
1005
+ const options = baseOptions === Apollo.skipToken ? baseOptions : { ...defaultOptions, ...baseOptions };
1006
1006
  return Apollo.useSuspenseQuery(InstalledExtensionsDocument, options);
1007
1007
  }
1008
1008
  const NotificationsDocument = {
@@ -1210,7 +1210,7 @@ function useNotificationsLazyQuery(baseOptions) {
1210
1210
  return Apollo.useLazyQuery(NotificationsDocument, options);
1211
1211
  }
1212
1212
  function useNotificationsSuspenseQuery(baseOptions) {
1213
- const options = { ...defaultOptions, ...baseOptions };
1213
+ const options = baseOptions === Apollo.skipToken ? baseOptions : { ...defaultOptions, ...baseOptions };
1214
1214
  return Apollo.useSuspenseQuery(NotificationsDocument, options);
1215
1215
  }
1216
1216
  const ShowNotificationDocument = {
@@ -1272,6 +1272,6 @@ function useShowNotificationLazyQuery(baseOptions) {
1272
1272
  return Apollo.useLazyQuery(ShowNotificationDocument, options);
1273
1273
  }
1274
1274
  function useShowNotificationSuspenseQuery(baseOptions) {
1275
- const options = { ...defaultOptions, ...baseOptions };
1275
+ const options = baseOptions === Apollo.skipToken ? baseOptions : { ...defaultOptions, ...baseOptions };
1276
1276
  return Apollo.useSuspenseQuery(ShowNotificationDocument, options);
1277
1277
  }export{ContextMenuDocument,CopyDocument,ExtensionsByLimitDocument,GalleryDocument,GalleryExtensionDocument,HideContextMenuDocument,IClientContainerService,IEnvironmentSync,IExtensionKind,IExtensionType,IGraphqlCallType,IMailTemplateId,IMarkupKind,IMenuId,IMoleculerCronServiceName,IMoleculerServiceName,INotificationChangeType,INotificationSeverity,INotificationViewItemLabelKind,ISortEnum,InstallDocument,InstalledExtensionsDocument,NotificationsDocument,ProviderDefinitionDocument,RemoveDocument,RunMenuActionDocument,ShowContextMenuDocument,ShowNotificationDocument,useContextMenuLazyQuery,useContextMenuQuery,useContextMenuSuspenseQuery,useCopyMutation,useExtensionsByLimitLazyQuery,useExtensionsByLimitQuery,useExtensionsByLimitSuspenseQuery,useGalleryExtensionLazyQuery,useGalleryExtensionQuery,useGalleryExtensionSuspenseQuery,useGalleryLazyQuery,useGalleryQuery,useGallerySuspenseQuery,useHideContextMenuMutation,useInstallMutation,useInstalledExtensionsLazyQuery,useInstalledExtensionsQuery,useInstalledExtensionsSuspenseQuery,useNotificationsLazyQuery,useNotificationsQuery,useNotificationsSuspenseQuery,useProviderDefinitionMutation,useRemoveMutation,useRunMenuActionMutation,useShowContextMenuMutation,useShowNotificationLazyQuery,useShowNotificationQuery,useShowNotificationSuspenseQuery};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/extension-api",
3
- "version": "9.0.6-alpha.40",
3
+ "version": "9.0.6-alpha.49",
4
4
  "description": "Workbench core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@adminide-stack/core": "9.0.6-alpha.40",
40
+ "@adminide-stack/core": "9.0.6-alpha.49",
41
41
  "@workbench-stack/core": "3.6.0",
42
42
  "abort-controller": "^2.0.0",
43
43
  "abortable-rx": "^1.0.9",
@@ -60,5 +60,5 @@
60
60
  "typescript": {
61
61
  "definition": "lib/index.d.ts"
62
62
  },
63
- "gitHead": "98fb3bd1ce5dfcddf753b123098648ea05195c4c"
63
+ "gitHead": "33b36f50e29a2f46384387e988d86db13ed1ecf2"
64
64
  }