@adminide-stack/extension-api 1.1.3-alpha.86 → 2.0.1-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.
@@ -1,51 +1,44 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.useshowNotificationLazyQuery = exports.useshowNotificationQuery = exports.showNotificationDocument = exports.useNotificationsLazyQuery = exports.useNotificationsQuery = exports.NotificationsDocument = exports.useinstalledExtensionsLazyQuery = exports.useinstalledExtensionsQuery = exports.installedExtensionsDocument = exports.usegalleryLazyQuery = exports.usegalleryQuery = exports.galleryDocument = exports.useExtensionsByLimitLazyQuery = exports.useExtensionsByLimitQuery = exports.ExtensionsByLimitDocument = exports.usegalleryExtensionLazyQuery = exports.usegalleryExtensionQuery = exports.galleryExtensionDocument = exports.useContextMenuLazyQuery = exports.useContextMenuQuery = exports.ContextMenuDocument = exports.useremoveMutation = exports.removeDocument = exports.useproviderDefinitionMutation = exports.providerDefinitionDocument = exports.useinstallMutation = exports.installDocument = exports.useShowContextMenuMutation = exports.ShowContextMenuDocument = exports.useHideContextMenuMutation = exports.HideContextMenuDocument = exports.useRunMenuActionMutation = exports.RunMenuActionDocument = exports.useCopyMutation = exports.CopyDocument = exports.INotificationViewItemLabelKind = exports.INotificationSeverity = exports.INotificationChangeType = exports.IMoleculerServiceName = exports.IMenuId = exports.IMarkupKind = exports.IGraphqlCallType = exports.IExtensionType = exports.IExtensionKind = exports.IEnvironmentSync = exports.IClientContainerService = exports.ICacheControlScope = void 0;
3
+ exports.useShowNotificationLazyQuery = exports.useShowNotificationQuery = exports.ShowNotificationDocument = exports.useNotificationsLazyQuery = exports.useNotificationsQuery = exports.NotificationsDocument = exports.useInstalledExtensionsLazyQuery = exports.useInstalledExtensionsQuery = exports.InstalledExtensionsDocument = exports.useGalleryLazyQuery = exports.useGalleryQuery = exports.GalleryDocument = exports.useExtensionsByLimitLazyQuery = exports.useExtensionsByLimitQuery = exports.ExtensionsByLimitDocument = exports.useGalleryExtensionLazyQuery = exports.useGalleryExtensionQuery = exports.GalleryExtensionDocument = exports.useContextMenuLazyQuery = exports.useContextMenuQuery = exports.ContextMenuDocument = exports.useRemoveMutation = exports.RemoveDocument = exports.useProviderDefinitionMutation = exports.ProviderDefinitionDocument = exports.useInstallMutation = exports.InstallDocument = exports.useShowContextMenuMutation = exports.ShowContextMenuDocument = exports.useHideContextMenuMutation = exports.HideContextMenuDocument = exports.useRunMenuActionMutation = exports.RunMenuActionDocument = exports.useCopyMutation = exports.CopyDocument = exports.ISortEnum = exports.INotificationViewItemLabelKind = exports.INotificationSeverity = exports.INotificationChangeType = exports.IMoleculerServiceName = exports.IMenuId = exports.IMarkupKind = exports.IGraphqlCallType = exports.IExtensionType = exports.IExtensionKind = exports.IEnvironmentSync = exports.IClientContainerService = exports.ICacheControlScope = void 0;
4
4
  const client_1 = require("@apollo/client");
5
5
  const Apollo = require("@apollo/client");
6
6
  const defaultOptions = {};
7
7
  var ICacheControlScope;
8
8
  (function (ICacheControlScope) {
9
- ICacheControlScope["PUBLIC"] = "PUBLIC";
10
- ICacheControlScope["PRIVATE"] = "PRIVATE";
9
+ ICacheControlScope["Public"] = "PUBLIC";
10
+ ICacheControlScope["Private"] = "PRIVATE";
11
11
  })(ICacheControlScope = exports.ICacheControlScope || (exports.ICacheControlScope = {}));
12
- ;
13
12
  var IClientContainerService;
14
13
  (function (IClientContainerService) {
15
14
  IClientContainerService["ExtensionController"] = "ExtensionController";
16
15
  })(IClientContainerService = exports.IClientContainerService || (exports.IClientContainerService = {}));
17
- ;
18
16
  var IEnvironmentSync;
19
17
  (function (IEnvironmentSync) {
20
- IEnvironmentSync["on"] = "on";
21
- IEnvironmentSync["off"] = "off";
22
- IEnvironmentSync["unset"] = "unset";
18
+ IEnvironmentSync["On"] = "on";
19
+ IEnvironmentSync["Off"] = "off";
20
+ IEnvironmentSync["Unset"] = "unset";
23
21
  })(IEnvironmentSync = exports.IEnvironmentSync || (exports.IEnvironmentSync = {}));
24
- ;
25
22
  var IExtensionKind;
26
23
  (function (IExtensionKind) {
27
- IExtensionKind["ui"] = "ui";
28
- IExtensionKind["workspace"] = "workspace";
24
+ IExtensionKind["Ui"] = "ui";
25
+ IExtensionKind["Workspace"] = "workspace";
29
26
  })(IExtensionKind = exports.IExtensionKind || (exports.IExtensionKind = {}));
30
- ;
31
27
  var IExtensionType;
32
28
  (function (IExtensionType) {
33
29
  IExtensionType["System"] = "System";
34
30
  IExtensionType["User"] = "User";
35
31
  })(IExtensionType = exports.IExtensionType || (exports.IExtensionType = {}));
36
- ;
37
32
  var IGraphqlCallType;
38
33
  (function (IGraphqlCallType) {
39
- IGraphqlCallType["mutation"] = "mutation";
40
- IGraphqlCallType["query"] = "query";
34
+ IGraphqlCallType["Mutation"] = "mutation";
35
+ IGraphqlCallType["Query"] = "query";
41
36
  })(IGraphqlCallType = exports.IGraphqlCallType || (exports.IGraphqlCallType = {}));
42
- ;
43
37
  var IMarkupKind;
44
38
  (function (IMarkupKind) {
45
- IMarkupKind["plaintext"] = "plaintext";
46
- IMarkupKind["markdown"] = "markdown";
39
+ IMarkupKind["Plaintext"] = "plaintext";
40
+ IMarkupKind["Markdown"] = "markdown";
47
41
  })(IMarkupKind = exports.IMarkupKind || (exports.IMarkupKind = {}));
48
- ;
49
42
  var IMenuId;
50
43
  (function (IMenuId) {
51
44
  IMenuId["CommandPalette"] = "CommandPalette";
@@ -64,11 +57,11 @@ var IMenuId;
64
57
  IMenuId["MenubarViewMenu"] = "MenubarViewMenu";
65
58
  IMenuId["OpenEditorContext"] = "OpenEditorContext";
66
59
  IMenuId["ProblemsPanelContext"] = "ProblemsPanelContext";
67
- IMenuId["SCMChangeContext"] = "SCMChangeContext";
68
- IMenuId["SCMResourceContext"] = "SCMResourceContext";
69
- IMenuId["SCMResourceGroupContext"] = "SCMResourceGroupContext";
70
- IMenuId["SCMResourceControl"] = "SCMResourceControl";
71
- IMenuId["SCMTitle"] = "SCMTitle";
60
+ IMenuId["ScmChangeContext"] = "SCMChangeContext";
61
+ IMenuId["ScmResourceContext"] = "SCMResourceContext";
62
+ IMenuId["ScmResourceGroupContext"] = "SCMResourceGroupContext";
63
+ IMenuId["ScmResourceControl"] = "SCMResourceControl";
64
+ IMenuId["ScmTitle"] = "SCMTitle";
72
65
  IMenuId["SearchContext"] = "SearchContext";
73
66
  IMenuId["StatusBarWindowIndicatorMenu"] = "StatusBarWindowIndicatorMenu";
74
67
  IMenuId["TouchBarContext"] = "TouchBarContext";
@@ -79,20 +72,17 @@ var IMenuId;
79
72
  IMenuId["CommentTitle"] = "CommentTitle";
80
73
  IMenuId["CommentActions"] = "CommentActions";
81
74
  })(IMenuId = exports.IMenuId || (exports.IMenuId = {}));
82
- ;
83
75
  /** All Moleculer Topic names are extended from this. */
84
76
  var IMoleculerServiceName;
85
77
  (function (IMoleculerServiceName) {
86
- IMoleculerServiceName["dummy"] = "dummy";
78
+ IMoleculerServiceName["Dummy"] = "dummy";
87
79
  })(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
88
- ;
89
80
  var INotificationChangeType;
90
81
  (function (INotificationChangeType) {
91
- INotificationChangeType["ADD"] = "ADD";
92
- INotificationChangeType["CHANGE"] = "CHANGE";
93
- INotificationChangeType["REMOVE"] = "REMOVE";
82
+ INotificationChangeType["Add"] = "ADD";
83
+ INotificationChangeType["Change"] = "CHANGE";
84
+ INotificationChangeType["Remove"] = "REMOVE";
94
85
  })(INotificationChangeType = exports.INotificationChangeType || (exports.INotificationChangeType = {}));
95
- ;
96
86
  var INotificationSeverity;
97
87
  (function (INotificationSeverity) {
98
88
  INotificationSeverity["Ignore"] = "Ignore";
@@ -100,15 +90,18 @@ var INotificationSeverity;
100
90
  INotificationSeverity["Warning"] = "Warning";
101
91
  INotificationSeverity["Error"] = "Error";
102
92
  })(INotificationSeverity = exports.INotificationSeverity || (exports.INotificationSeverity = {}));
103
- ;
104
93
  var INotificationViewItemLabelKind;
105
94
  (function (INotificationViewItemLabelKind) {
106
- INotificationViewItemLabelKind["SEVERITY"] = "SEVERITY";
107
- INotificationViewItemLabelKind["MESSAGE"] = "MESSAGE";
108
- INotificationViewItemLabelKind["ACTIONS"] = "ACTIONS";
109
- INotificationViewItemLabelKind["PROGRESS"] = "PROGRESS";
95
+ INotificationViewItemLabelKind["Severity"] = "SEVERITY";
96
+ INotificationViewItemLabelKind["Message"] = "MESSAGE";
97
+ INotificationViewItemLabelKind["Actions"] = "ACTIONS";
98
+ INotificationViewItemLabelKind["Progress"] = "PROGRESS";
110
99
  })(INotificationViewItemLabelKind = exports.INotificationViewItemLabelKind || (exports.INotificationViewItemLabelKind = {}));
111
- ;
100
+ var ISortEnum;
101
+ (function (ISortEnum) {
102
+ ISortEnum["Asc"] = "ASC";
103
+ ISortEnum["Desc"] = "DESC";
104
+ })(ISortEnum = exports.ISortEnum || (exports.ISortEnum = {}));
112
105
  exports.CopyDocument = (0, client_1.gql) `
113
106
  mutation Copy($value: String) {
114
107
  copy(value: $value) @client
@@ -190,7 +183,7 @@ function useHideContextMenuMutation(baseOptions) {
190
183
  }
191
184
  exports.useHideContextMenuMutation = useHideContextMenuMutation;
192
185
  exports.ShowContextMenuDocument = (0, client_1.gql) `
193
- mutation ShowContextMenu($delegate: ContextMenu_input) {
186
+ mutation ShowContextMenu($delegate: ContextMenuInput) {
194
187
  showContextMenu(delegate: $delegate) @client
195
188
  }
196
189
  `;
@@ -216,7 +209,7 @@ function useShowContextMenuMutation(baseOptions) {
216
209
  return Apollo.useMutation(exports.ShowContextMenuDocument, options);
217
210
  }
218
211
  exports.useShowContextMenuMutation = useShowContextMenuMutation;
219
- exports.installDocument = (0, client_1.gql) `
212
+ exports.InstallDocument = (0, client_1.gql) `
220
213
  mutation install($vsix: String!) {
221
214
  install(vsix: $vsix) {
222
215
  id
@@ -225,81 +218,81 @@ exports.installDocument = (0, client_1.gql) `
225
218
  }
226
219
  `;
227
220
  /**
228
- * __useinstallMutation__
221
+ * __useInstallMutation__
229
222
  *
230
- * To run a mutation, you first call `useinstallMutation` within a React component and pass it any options that fit your needs.
231
- * When your component renders, `useinstallMutation` returns a tuple that includes:
223
+ * To run a mutation, you first call `useInstallMutation` within a React component and pass it any options that fit your needs.
224
+ * When your component renders, `useInstallMutation` returns a tuple that includes:
232
225
  * - A mutate function that you can call at any time to execute the mutation
233
226
  * - An object with fields that represent the current status of the mutation's execution
234
227
  *
235
228
  * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
236
229
  *
237
230
  * @example
238
- * const [installMutation, { data, loading, error }] = useinstallMutation({
231
+ * const [installMutation, { data, loading, error }] = useInstallMutation({
239
232
  * variables: {
240
233
  * vsix: // value for 'vsix'
241
234
  * },
242
235
  * });
243
236
  */
244
- function useinstallMutation(baseOptions) {
237
+ function useInstallMutation(baseOptions) {
245
238
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
246
- return Apollo.useMutation(exports.installDocument, options);
239
+ return Apollo.useMutation(exports.InstallDocument, options);
247
240
  }
248
- exports.useinstallMutation = useinstallMutation;
249
- exports.providerDefinitionDocument = (0, client_1.gql) `
241
+ exports.useInstallMutation = useInstallMutation;
242
+ exports.ProviderDefinitionDocument = (0, client_1.gql) `
250
243
  mutation providerDefinition($params: TextDocumentPositionParamsInput) {
251
244
  hoverProviderDefinition(params: $params) @client
252
245
  }
253
246
  `;
254
247
  /**
255
- * __useproviderDefinitionMutation__
248
+ * __useProviderDefinitionMutation__
256
249
  *
257
- * To run a mutation, you first call `useproviderDefinitionMutation` within a React component and pass it any options that fit your needs.
258
- * When your component renders, `useproviderDefinitionMutation` returns a tuple that includes:
250
+ * To run a mutation, you first call `useProviderDefinitionMutation` within a React component and pass it any options that fit your needs.
251
+ * When your component renders, `useProviderDefinitionMutation` returns a tuple that includes:
259
252
  * - A mutate function that you can call at any time to execute the mutation
260
253
  * - An object with fields that represent the current status of the mutation's execution
261
254
  *
262
255
  * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
263
256
  *
264
257
  * @example
265
- * const [providerDefinitionMutation, { data, loading, error }] = useproviderDefinitionMutation({
258
+ * const [providerDefinitionMutation, { data, loading, error }] = useProviderDefinitionMutation({
266
259
  * variables: {
267
260
  * params: // value for 'params'
268
261
  * },
269
262
  * });
270
263
  */
271
- function useproviderDefinitionMutation(baseOptions) {
264
+ function useProviderDefinitionMutation(baseOptions) {
272
265
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
273
- return Apollo.useMutation(exports.providerDefinitionDocument, options);
266
+ return Apollo.useMutation(exports.ProviderDefinitionDocument, options);
274
267
  }
275
- exports.useproviderDefinitionMutation = useproviderDefinitionMutation;
276
- exports.removeDocument = (0, client_1.gql) `
268
+ exports.useProviderDefinitionMutation = useProviderDefinitionMutation;
269
+ exports.RemoveDocument = (0, client_1.gql) `
277
270
  mutation remove($id: String!) {
278
271
  removeExtension(id: $id)
279
272
  }
280
273
  `;
281
274
  /**
282
- * __useremoveMutation__
275
+ * __useRemoveMutation__
283
276
  *
284
- * To run a mutation, you first call `useremoveMutation` within a React component and pass it any options that fit your needs.
285
- * When your component renders, `useremoveMutation` returns a tuple that includes:
277
+ * To run a mutation, you first call `useRemoveMutation` within a React component and pass it any options that fit your needs.
278
+ * When your component renders, `useRemoveMutation` returns a tuple that includes:
286
279
  * - A mutate function that you can call at any time to execute the mutation
287
280
  * - An object with fields that represent the current status of the mutation's execution
288
281
  *
289
282
  * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
290
283
  *
291
284
  * @example
292
- * const [removeMutation, { data, loading, error }] = useremoveMutation({
285
+ * const [removeMutation, { data, loading, error }] = useRemoveMutation({
293
286
  * variables: {
294
287
  * id: // value for 'id'
295
288
  * },
296
289
  * });
297
290
  */
298
- function useremoveMutation(baseOptions) {
291
+ function useRemoveMutation(baseOptions) {
299
292
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
300
- return Apollo.useMutation(exports.removeDocument, options);
293
+ return Apollo.useMutation(exports.RemoveDocument, options);
301
294
  }
302
- exports.useremoveMutation = useremoveMutation;
295
+ exports.useRemoveMutation = useRemoveMutation;
303
296
  exports.ContextMenuDocument = (0, client_1.gql) `
304
297
  query ContextMenu {
305
298
  contextMenu @client {
@@ -349,7 +342,7 @@ function useContextMenuLazyQuery(baseOptions) {
349
342
  return Apollo.useLazyQuery(exports.ContextMenuDocument, options);
350
343
  }
351
344
  exports.useContextMenuLazyQuery = useContextMenuLazyQuery;
352
- exports.galleryExtensionDocument = (0, client_1.gql) `
345
+ exports.GalleryExtensionDocument = (0, client_1.gql) `
353
346
  query galleryExtension($extensionID: String!) {
354
347
  galleryExtension(extensionID: $extensionID) {
355
348
  id
@@ -379,31 +372,31 @@ exports.galleryExtensionDocument = (0, client_1.gql) `
379
372
  }
380
373
  `;
381
374
  /**
382
- * __usegalleryExtensionQuery__
375
+ * __useGalleryExtensionQuery__
383
376
  *
384
- * To run a query within a React component, call `usegalleryExtensionQuery` and pass it any options that fit your needs.
385
- * When your component renders, `usegalleryExtensionQuery` returns an object from Apollo Client that contains loading, error, and data properties
377
+ * To run a query within a React component, call `useGalleryExtensionQuery` and pass it any options that fit your needs.
378
+ * When your component renders, `useGalleryExtensionQuery` returns an object from Apollo Client that contains loading, error, and data properties
386
379
  * you can use to render your UI.
387
380
  *
388
381
  * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
389
382
  *
390
383
  * @example
391
- * const { data, loading, error } = usegalleryExtensionQuery({
384
+ * const { data, loading, error } = useGalleryExtensionQuery({
392
385
  * variables: {
393
386
  * extensionID: // value for 'extensionID'
394
387
  * },
395
388
  * });
396
389
  */
397
- function usegalleryExtensionQuery(baseOptions) {
390
+ function useGalleryExtensionQuery(baseOptions) {
398
391
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
399
- return Apollo.useQuery(exports.galleryExtensionDocument, options);
392
+ return Apollo.useQuery(exports.GalleryExtensionDocument, options);
400
393
  }
401
- exports.usegalleryExtensionQuery = usegalleryExtensionQuery;
402
- function usegalleryExtensionLazyQuery(baseOptions) {
394
+ exports.useGalleryExtensionQuery = useGalleryExtensionQuery;
395
+ function useGalleryExtensionLazyQuery(baseOptions) {
403
396
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
404
- return Apollo.useLazyQuery(exports.galleryExtensionDocument, options);
397
+ return Apollo.useLazyQuery(exports.GalleryExtensionDocument, options);
405
398
  }
406
- exports.usegalleryExtensionLazyQuery = usegalleryExtensionLazyQuery;
399
+ exports.useGalleryExtensionLazyQuery = useGalleryExtensionLazyQuery;
407
400
  exports.ExtensionsByLimitDocument = (0, client_1.gql) `
408
401
  query ExtensionsByLimit($first: Int!, $prioritizeExtensionIDs: [String!]!) {
409
402
  extensions(first: $first, prioritizeExtensionIDs: $prioritizeExtensionIDs) {
@@ -449,8 +442,8 @@ function useExtensionsByLimitLazyQuery(baseOptions) {
449
442
  return Apollo.useLazyQuery(exports.ExtensionsByLimitDocument, options);
450
443
  }
451
444
  exports.useExtensionsByLimitLazyQuery = useExtensionsByLimitLazyQuery;
452
- exports.galleryDocument = (0, client_1.gql) `
453
- query gallery($query: GalleryQuery) {
445
+ exports.GalleryDocument = (0, client_1.gql) `
446
+ query gallery($query: GalleryQueryInput) {
454
447
  gallery(query: $query) {
455
448
  page
456
449
  firstPage {
@@ -476,32 +469,32 @@ exports.galleryDocument = (0, client_1.gql) `
476
469
  }
477
470
  `;
478
471
  /**
479
- * __usegalleryQuery__
472
+ * __useGalleryQuery__
480
473
  *
481
- * To run a query within a React component, call `usegalleryQuery` and pass it any options that fit your needs.
482
- * When your component renders, `usegalleryQuery` returns an object from Apollo Client that contains loading, error, and data properties
474
+ * To run a query within a React component, call `useGalleryQuery` and pass it any options that fit your needs.
475
+ * When your component renders, `useGalleryQuery` returns an object from Apollo Client that contains loading, error, and data properties
483
476
  * you can use to render your UI.
484
477
  *
485
478
  * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
486
479
  *
487
480
  * @example
488
- * const { data, loading, error } = usegalleryQuery({
481
+ * const { data, loading, error } = useGalleryQuery({
489
482
  * variables: {
490
483
  * query: // value for 'query'
491
484
  * },
492
485
  * });
493
486
  */
494
- function usegalleryQuery(baseOptions) {
487
+ function useGalleryQuery(baseOptions) {
495
488
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
496
- return Apollo.useQuery(exports.galleryDocument, options);
489
+ return Apollo.useQuery(exports.GalleryDocument, options);
497
490
  }
498
- exports.usegalleryQuery = usegalleryQuery;
499
- function usegalleryLazyQuery(baseOptions) {
491
+ exports.useGalleryQuery = useGalleryQuery;
492
+ function useGalleryLazyQuery(baseOptions) {
500
493
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
501
- return Apollo.useLazyQuery(exports.galleryDocument, options);
494
+ return Apollo.useLazyQuery(exports.GalleryDocument, options);
502
495
  }
503
- exports.usegalleryLazyQuery = usegalleryLazyQuery;
504
- exports.installedExtensionsDocument = (0, client_1.gql) `
496
+ exports.useGalleryLazyQuery = useGalleryLazyQuery;
497
+ exports.InstalledExtensionsDocument = (0, client_1.gql) `
505
498
  query installedExtensions {
506
499
  installed {
507
500
  identifier {
@@ -530,30 +523,30 @@ exports.installedExtensionsDocument = (0, client_1.gql) `
530
523
  }
531
524
  `;
532
525
  /**
533
- * __useinstalledExtensionsQuery__
526
+ * __useInstalledExtensionsQuery__
534
527
  *
535
- * To run a query within a React component, call `useinstalledExtensionsQuery` and pass it any options that fit your needs.
536
- * When your component renders, `useinstalledExtensionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
528
+ * To run a query within a React component, call `useInstalledExtensionsQuery` and pass it any options that fit your needs.
529
+ * When your component renders, `useInstalledExtensionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
537
530
  * you can use to render your UI.
538
531
  *
539
532
  * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
540
533
  *
541
534
  * @example
542
- * const { data, loading, error } = useinstalledExtensionsQuery({
535
+ * const { data, loading, error } = useInstalledExtensionsQuery({
543
536
  * variables: {
544
537
  * },
545
538
  * });
546
539
  */
547
- function useinstalledExtensionsQuery(baseOptions) {
540
+ function useInstalledExtensionsQuery(baseOptions) {
548
541
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
549
- return Apollo.useQuery(exports.installedExtensionsDocument, options);
542
+ return Apollo.useQuery(exports.InstalledExtensionsDocument, options);
550
543
  }
551
- exports.useinstalledExtensionsQuery = useinstalledExtensionsQuery;
552
- function useinstalledExtensionsLazyQuery(baseOptions) {
544
+ exports.useInstalledExtensionsQuery = useInstalledExtensionsQuery;
545
+ function useInstalledExtensionsLazyQuery(baseOptions) {
553
546
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
554
- return Apollo.useLazyQuery(exports.installedExtensionsDocument, options);
547
+ return Apollo.useLazyQuery(exports.InstalledExtensionsDocument, options);
555
548
  }
556
- exports.useinstalledExtensionsLazyQuery = useinstalledExtensionsLazyQuery;
549
+ exports.useInstalledExtensionsLazyQuery = useInstalledExtensionsLazyQuery;
557
550
  exports.NotificationsDocument = (0, client_1.gql) `
558
551
  query Notifications {
559
552
  notifications @client {
@@ -621,35 +614,35 @@ function useNotificationsLazyQuery(baseOptions) {
621
614
  return Apollo.useLazyQuery(exports.NotificationsDocument, options);
622
615
  }
623
616
  exports.useNotificationsLazyQuery = useNotificationsLazyQuery;
624
- exports.showNotificationDocument = (0, client_1.gql) `
617
+ exports.ShowNotificationDocument = (0, client_1.gql) `
625
618
  query showNotification($notification: Notification_input) {
626
619
  showNotification(notification: $notification) @client
627
620
  }
628
621
  `;
629
622
  /**
630
- * __useshowNotificationQuery__
623
+ * __useShowNotificationQuery__
631
624
  *
632
- * To run a query within a React component, call `useshowNotificationQuery` and pass it any options that fit your needs.
633
- * When your component renders, `useshowNotificationQuery` returns an object from Apollo Client that contains loading, error, and data properties
625
+ * To run a query within a React component, call `useShowNotificationQuery` and pass it any options that fit your needs.
626
+ * When your component renders, `useShowNotificationQuery` returns an object from Apollo Client that contains loading, error, and data properties
634
627
  * you can use to render your UI.
635
628
  *
636
629
  * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
637
630
  *
638
631
  * @example
639
- * const { data, loading, error } = useshowNotificationQuery({
632
+ * const { data, loading, error } = useShowNotificationQuery({
640
633
  * variables: {
641
634
  * notification: // value for 'notification'
642
635
  * },
643
636
  * });
644
637
  */
645
- function useshowNotificationQuery(baseOptions) {
638
+ function useShowNotificationQuery(baseOptions) {
646
639
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
647
- return Apollo.useQuery(exports.showNotificationDocument, options);
640
+ return Apollo.useQuery(exports.ShowNotificationDocument, options);
648
641
  }
649
- exports.useshowNotificationQuery = useshowNotificationQuery;
650
- function useshowNotificationLazyQuery(baseOptions) {
642
+ exports.useShowNotificationQuery = useShowNotificationQuery;
643
+ function useShowNotificationLazyQuery(baseOptions) {
651
644
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
652
- return Apollo.useLazyQuery(exports.showNotificationDocument, options);
645
+ return Apollo.useLazyQuery(exports.ShowNotificationDocument, options);
653
646
  }
654
- exports.useshowNotificationLazyQuery = useshowNotificationLazyQuery;
647
+ exports.useShowNotificationLazyQuery = useShowNotificationLazyQuery;
655
648
  //# sourceMappingURL=generated-models.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"generated-models.js","sourceRoot":"","sources":["../../src/interfaces/generated-models.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"generated-models.js","sourceRoot":"","sources":["../../src/interfaces/generated-models.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  /// <reference types="node" />
2
- /// <reference types="node" />
3
2
  import { Event } from '@vscode-alt/monaco-editor/esm/vs/base/common/event';
4
3
  import { Disposable } from '@vscode-alt/monaco-editor/esm/vs/base/common/lifecycle';
5
4
  import { IURITransformer } from '@vscode-alt/monaco-editor/esm/vs/base/common/uriIpc';
@@ -1,5 +1,4 @@
1
1
  /// <reference types="node" />
2
- /// <reference types="node" />
3
2
  import { IRPCProtocol, ProxyIdentifier } from './proxy-identifier';
4
3
  import { IOrganizationData, IOrganizationConfigurationChangeEventData, IConfigurationInitData, IDocumentsShape } from './common.protocol';
5
4
  import { CdmLogger } from '@cdm-logger/core';
@@ -1,4 +1,3 @@
1
- /// <reference types="zen-observable" />
2
1
  import { ApolloLink, Observable } from '@apollo/client';
3
2
  export declare class PromiseWorkerLink extends ApolloLink {
4
3
  promiseWorker: any;
package/package.json CHANGED
@@ -1,61 +1,60 @@
1
1
  {
2
- "name": "@adminide-stack/extension-api",
3
- "version": "1.1.3-alpha.86",
4
- "description": "Workbench core for higher packages to depend on",
5
- "license": "ISC",
6
- "author": "CDMBase LLC",
7
- "main": "lib/index.js",
8
- "typings": "lib/index.d.ts",
9
- "scripts": {
10
- "build": "npm run build:clean && npm run build:lib",
11
- "build:clean": "rimraf lib",
12
- "build:lib": "tsc",
13
- "build:lib:watch": "npm run build:lib -- -w",
14
- "jest": "./node_modules/.bin/jest",
15
- "prepublishOnly": "npm run build",
16
- "test": "jest",
17
- "test:debug": "npm test -- --runInBand",
18
- "test:watch": "npm test -- --watch",
19
- "watch": "npm run build:lib:watch"
20
- },
21
- "jest": {
22
- "moduleFileExtensions": [
23
- "ts",
24
- "tsx",
25
- "js",
26
- "json"
27
- ],
28
- "roots": [
29
- "src"
30
- ],
31
- "testEnvironment": "node",
32
- "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$",
33
- "transform": {
34
- "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
35
- }
36
- },
37
- "dependencies": {
38
- "@adminide-stack/core": "1.1.3-alpha.86",
39
- "abort-controller": "^2.0.0",
40
- "abortable-rx": "^1.0.9",
41
- "cdeops": "1.1.3-alpha.86",
42
- "queueing-subject": "0.3.4",
43
- "utility-types": "^3.10.0",
44
- "valid-url": "1.0.9"
45
- },
46
- "devDependencies": {
47
- "@workbench-stack/extension-module-server": "0.0.27-alpha.365",
48
- "mock-socket": "^9.0.8"
49
- },
50
- "peerDependencies": {
51
- "@vscode-alt/monaco-editor": ">=0.17.1",
52
- "rxjs": "^6.3.3"
53
- },
54
- "publishConfig": {
55
- "access": "public"
56
- },
57
- "typescript": {
58
- "definition": "lib/index.d.ts"
59
- },
60
- "gitHead": "a369d6109ea277828b106e014166f51b732c7a73"
2
+ "name": "@adminide-stack/extension-api",
3
+ "version": "2.0.1-alpha.0",
4
+ "description": "Workbench core for higher packages to depend on",
5
+ "license": "ISC",
6
+ "author": "CDMBase LLC",
7
+ "main": "lib/index.js",
8
+ "typings": "lib/index.d.ts",
9
+ "scripts": {
10
+ "build": "npm run build:clean && npm run build:lib",
11
+ "build:clean": "rimraf lib",
12
+ "build:lib": "tsc",
13
+ "build:lib:watch": "npm run build:lib -- -w",
14
+ "jest": "./node_modules/.bin/jest",
15
+ "prepublishOnly": "npm run build",
16
+ "test": "jest",
17
+ "test:debug": "npm test -- --runInBand",
18
+ "test:watch": "npm test -- --watch",
19
+ "watch": "npm run build:lib:watch"
20
+ },
21
+ "jest": {
22
+ "moduleFileExtensions": [
23
+ "ts",
24
+ "tsx",
25
+ "js",
26
+ "json"
27
+ ],
28
+ "roots": [
29
+ "src"
30
+ ],
31
+ "testEnvironment": "node",
32
+ "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$",
33
+ "transform": {
34
+ "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
35
+ }
36
+ },
37
+ "dependencies": {
38
+ "@adminide-stack/core": "2.0.1-alpha.0",
39
+ "abort-controller": "^2.0.0",
40
+ "abortable-rx": "^1.0.9",
41
+ "cdeops": "1.1.3-alpha.170",
42
+ "queueing-subject": "0.3.4",
43
+ "utility-types": "^3.10.0",
44
+ "valid-url": "1.0.9"
45
+ },
46
+ "devDependencies": {
47
+ "mock-socket": "^9.0.8"
48
+ },
49
+ "peerDependencies": {
50
+ "@vscode-alt/monaco-editor": ">=0.17.1",
51
+ "rxjs": "^6.3.3"
52
+ },
53
+ "publishConfig": {
54
+ "access": "public"
55
+ },
56
+ "typescript": {
57
+ "definition": "lib/index.d.ts"
58
+ },
59
+ "gitHead": "246c866a852506eca5aaedfccd8c1658fe1422e7"
61
60
  }