@omniviewdev/runtime 0.1.11 → 0.2.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.
Files changed (42) hide show
  1. package/dist/Client-BRYjLBXY.cjs +1 -0
  2. package/dist/{Client-DRRyPmcf.js → Client-RGYOEzh2.js} +312 -275
  3. package/dist/api.cjs +1 -1
  4. package/dist/api.d.ts +1 -0
  5. package/dist/api.js +95 -51
  6. package/dist/context/drawer/types.d.ts +1 -1
  7. package/dist/errors/types.d.ts +2 -0
  8. package/dist/hooks/connection/useConnectionStatus.d.ts +3 -3
  9. package/dist/hooks/connection/useConnections.d.ts +2 -2
  10. package/dist/hooks/resource/index.d.ts +2 -1
  11. package/dist/hooks/resource/useActiveSyncs.d.ts +2 -2
  12. package/dist/hooks/resource/useEditorSchemas.d.ts +2 -2
  13. package/dist/hooks/resource/useEventBatcher.d.ts +55 -0
  14. package/dist/hooks/resource/useResource.d.ts +9 -21
  15. package/dist/hooks/resource/useResourceActions.d.ts +3 -3
  16. package/dist/hooks/resource/useResourceGroups.d.ts +1 -1
  17. package/dist/hooks/resource/useResourceMutations.d.ts +14 -7
  18. package/dist/hooks/resource/useResourceSearch.d.ts +1 -1
  19. package/dist/hooks/resource/useResourceType.d.ts +1 -1
  20. package/dist/hooks/resource/useResourceTypes.d.ts +1 -1
  21. package/dist/hooks/resource/useResources.d.ts +14 -22
  22. package/dist/hooks/resource/useWatchState.d.ts +28 -0
  23. package/dist/index.cjs +2 -2
  24. package/dist/index.d.ts +1 -0
  25. package/dist/index.js +1406 -1295
  26. package/dist/models.cjs +1 -1
  27. package/dist/models.js +1343 -972
  28. package/dist/types/index.d.ts +1 -1
  29. package/dist/types/watch.d.ts +29 -0
  30. package/dist/utils/activeSyncAggregator.d.ts +13 -8
  31. package/dist/utils/resourceKey.d.ts +12 -0
  32. package/dist/wailsjs/go/devserver/DevServerManager.d.ts +2 -0
  33. package/dist/wailsjs/go/models.d.ts +400 -214
  34. package/dist/wailsjs/go/plugin/pluginManager.d.ts +3 -1
  35. package/dist/wailsjs/go/pluginlog/Manager.d.ts +18 -0
  36. package/dist/wailsjs/go/resource/Client.d.ts +39 -23
  37. package/package.json +1 -1
  38. package/dist/Client-BtQwAB3N.cjs +0 -1
  39. package/dist/errors/parseAppError.test.d.ts +0 -1
  40. package/dist/hooks/resource/useInformerState.d.ts +0 -24
  41. package/dist/types/informer.d.ts +0 -49
  42. package/dist/utils/activeSyncAggregator.test.d.ts +0 -1
@@ -1,10 +1,10 @@
1
1
  function c(n, e) {
2
2
  return window.go.settings.Client.GetSetting(n, e);
3
3
  }
4
- function w() {
4
+ function a() {
5
5
  return window.go.settings.Client.ListPlugins();
6
6
  }
7
- function a(n) {
7
+ function w(n) {
8
8
  return window.go.settings.Client.ListSettings(n);
9
9
  }
10
10
  function d(n) {
@@ -19,11 +19,11 @@ function f(n, e) {
19
19
  function C() {
20
20
  return window.go.settings.Client.Values();
21
21
  }
22
- const Oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
22
+ const Ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23
23
  __proto__: null,
24
24
  GetSetting: c,
25
- ListPlugins: w,
26
- ListSettings: a,
25
+ ListPlugins: a,
26
+ ListSettings: w,
27
27
  PluginValues: d,
28
28
  SetSetting: S,
29
29
  SetSettings: f,
@@ -38,46 +38,46 @@ function G(n) {
38
38
  function P(n) {
39
39
  return window.go.plugin.pluginManager.GetPluginMeta(n);
40
40
  }
41
- function v(n) {
41
+ function R(n) {
42
42
  return window.go.plugin.pluginManager.GetPluginReadme(n);
43
43
  }
44
- function R(n) {
44
+ function v(n) {
45
45
  return window.go.plugin.pluginManager.GetPluginReleaseHistory(n);
46
46
  }
47
- function m(n, e) {
47
+ function b(n, e) {
48
48
  return window.go.plugin.pluginManager.GetPluginReviews(n, e);
49
49
  }
50
- function L(n) {
50
+ function M(n) {
51
51
  return window.go.plugin.pluginManager.GetPluginVersions(n);
52
52
  }
53
- function b(n) {
53
+ function m(n) {
54
54
  return window.go.plugin.pluginManager.HandlePluginCrash(n);
55
55
  }
56
- function M(n) {
56
+ function L(n) {
57
57
  return window.go.plugin.pluginManager.Initialize(n);
58
58
  }
59
- function y() {
59
+ function h() {
60
60
  return window.go.plugin.pluginManager.InstallFromPathPrompt();
61
61
  }
62
62
  function _() {
63
63
  return window.go.plugin.pluginManager.InstallInDevMode();
64
64
  }
65
- function F(n) {
65
+ function y(n) {
66
66
  return window.go.plugin.pluginManager.InstallPluginFromPath(n);
67
67
  }
68
- function I(n, e) {
68
+ function F(n, e) {
69
69
  return window.go.plugin.pluginManager.InstallPluginVersion(n, e);
70
70
  }
71
71
  function A() {
72
72
  return window.go.plugin.pluginManager.ListAvailablePlugins();
73
73
  }
74
- function O() {
74
+ function I() {
75
75
  return window.go.plugin.pluginManager.ListPluginMetas();
76
76
  }
77
- function T() {
77
+ function O() {
78
78
  return window.go.plugin.pluginManager.ListPlugins();
79
79
  }
80
- function h(n, e) {
80
+ function T(n, e) {
81
81
  return window.go.plugin.pluginManager.LoadPlugin(n, e);
82
82
  }
83
83
  function j(n) {
@@ -92,44 +92,48 @@ function x(n, e, t) {
92
92
  function z(n) {
93
93
  return window.go.plugin.pluginManager.SetDevServerChecker(n);
94
94
  }
95
- function D(n) {
95
+ function H(n) {
96
96
  return window.go.plugin.pluginManager.SetDevServerManager(n);
97
97
  }
98
+ function W(n) {
99
+ return window.go.plugin.pluginManager.SetPluginLogManager(n);
100
+ }
98
101
  function V() {
99
102
  return window.go.plugin.pluginManager.Shutdown();
100
103
  }
101
- function H(n) {
104
+ function D(n) {
102
105
  return window.go.plugin.pluginManager.UninstallPlugin(n);
103
106
  }
104
107
  function U(n) {
105
108
  return window.go.plugin.pluginManager.UnloadPlugin(n);
106
109
  }
107
- const Te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
110
+ const De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
108
111
  __proto__: null,
109
112
  GetPlugin: p,
110
113
  GetPluginDownloadStats: G,
111
114
  GetPluginMeta: P,
112
- GetPluginReadme: v,
113
- GetPluginReleaseHistory: R,
114
- GetPluginReviews: m,
115
- GetPluginVersions: L,
116
- HandlePluginCrash: b,
117
- Initialize: M,
118
- InstallFromPathPrompt: y,
115
+ GetPluginReadme: R,
116
+ GetPluginReleaseHistory: v,
117
+ GetPluginReviews: b,
118
+ GetPluginVersions: M,
119
+ HandlePluginCrash: m,
120
+ Initialize: L,
121
+ InstallFromPathPrompt: h,
119
122
  InstallInDevMode: _,
120
- InstallPluginFromPath: F,
121
- InstallPluginVersion: I,
123
+ InstallPluginFromPath: y,
124
+ InstallPluginVersion: F,
122
125
  ListAvailablePlugins: A,
123
- ListPluginMetas: O,
124
- ListPlugins: T,
125
- LoadPlugin: h,
126
+ ListPluginMetas: I,
127
+ ListPlugins: O,
128
+ LoadPlugin: T,
126
129
  ReloadPlugin: j,
127
130
  Run: $,
128
131
  SearchPlugins: x,
129
132
  SetDevServerChecker: z,
130
- SetDevServerManager: D,
133
+ SetDevServerManager: H,
134
+ SetPluginLogManager: W,
131
135
  Shutdown: V,
132
- UninstallPlugin: H,
136
+ UninstallPlugin: D,
133
137
  UnloadPlugin: U
134
138
  }, Symbol.toStringTag, { value: "Module" }));
135
139
  function k(n) {
@@ -147,445 +151,478 @@ function B(n) {
147
151
  function N(n) {
148
152
  return window.go.settings.provider.GetFloat(n);
149
153
  }
150
- function W(n) {
154
+ function q(n) {
151
155
  return window.go.settings.provider.GetFloatSlice(n);
152
156
  }
153
- function q(n) {
157
+ function J(n) {
154
158
  return window.go.settings.provider.GetInt(n);
155
159
  }
156
- function J(n) {
160
+ function K(n) {
157
161
  return window.go.settings.provider.GetIntSlice(n);
158
162
  }
159
- function K(n) {
163
+ function X(n) {
160
164
  return window.go.settings.provider.GetSetting(n);
161
165
  }
162
- function X(n) {
166
+ function Y(n) {
163
167
  return window.go.settings.provider.GetSettingValue(n);
164
168
  }
165
- function Y(n) {
169
+ function Z(n) {
166
170
  return window.go.settings.provider.GetString(n);
167
171
  }
168
- function Z(n) {
172
+ function nn(n) {
169
173
  return window.go.settings.provider.GetStringSlice(n);
170
174
  }
171
- function nn(n) {
175
+ function en(n) {
172
176
  return window.go.settings.provider.HasSetting(n);
173
177
  }
174
- function en(n, e) {
178
+ function tn(n, e) {
175
179
  return window.go.settings.provider.Initialize(n, e);
176
180
  }
177
- function tn() {
181
+ function on() {
178
182
  return window.go.settings.provider.ListSettings();
179
183
  }
180
- function on() {
184
+ function rn() {
181
185
  return window.go.settings.provider.LoadSettings();
182
186
  }
183
- function rn(n, e) {
187
+ function un(n, e) {
184
188
  return window.go.settings.provider.RegisterSetting(n, e);
185
189
  }
186
- function un(n, e) {
190
+ function sn(n, e) {
187
191
  return window.go.settings.provider.RegisterSettings(n, e);
188
192
  }
189
- function sn(n) {
193
+ function gn(n) {
190
194
  return window.go.settings.provider.ResetSetting(n);
191
195
  }
192
- function gn() {
196
+ function ln() {
193
197
  return window.go.settings.provider.SaveSettings();
194
198
  }
195
- function ln(n, e) {
199
+ function cn(n, e) {
196
200
  return window.go.settings.provider.SetSetting(n, e);
197
201
  }
198
- function cn(n) {
202
+ function an(n) {
199
203
  return window.go.settings.provider.SetSettings(n);
200
204
  }
201
205
  function wn() {
202
206
  return window.go.settings.provider.Values();
203
207
  }
204
- const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
208
+ const Ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
205
209
  __proto__: null,
206
210
  GetBool: k,
207
211
  GetCategories: E,
208
212
  GetCategory: Q,
209
213
  GetCategoryValues: B,
210
214
  GetFloat: N,
211
- GetFloatSlice: W,
212
- GetInt: q,
213
- GetIntSlice: J,
214
- GetSetting: K,
215
- GetSettingValue: X,
216
- GetString: Y,
217
- GetStringSlice: Z,
218
- HasSetting: nn,
219
- Initialize: en,
220
- ListSettings: tn,
221
- LoadSettings: on,
222
- RegisterSetting: rn,
223
- RegisterSettings: un,
224
- ResetSetting: sn,
225
- SaveSettings: gn,
226
- SetSetting: ln,
227
- SetSettings: cn,
215
+ GetFloatSlice: q,
216
+ GetInt: J,
217
+ GetIntSlice: K,
218
+ GetSetting: X,
219
+ GetSettingValue: Y,
220
+ GetString: Z,
221
+ GetStringSlice: nn,
222
+ HasSetting: en,
223
+ Initialize: tn,
224
+ ListSettings: on,
225
+ LoadSettings: rn,
226
+ RegisterSetting: un,
227
+ RegisterSettings: sn,
228
+ ResetSetting: gn,
229
+ SaveSettings: ln,
230
+ SetSetting: cn,
231
+ SetSettings: an,
228
232
  Values: wn
229
233
  }, Symbol.toStringTag, { value: "Module" }));
230
- function an(n, e) {
234
+ function dn(n, e) {
231
235
  return window.go.resource.Client.AddConnection(n, e);
232
236
  }
233
- function dn(n, e, t, o) {
237
+ function Sn(n, e, t, o) {
234
238
  return window.go.resource.Client.Create(n, e, t, o);
235
239
  }
236
- function Sn(n, e, t, o) {
240
+ function fn(n, e, t, o) {
237
241
  return window.go.resource.Client.Delete(n, e, t, o);
238
242
  }
239
- function fn(n, e, t) {
240
- return window.go.resource.Client.EnsureInformerForResource(n, e, t);
243
+ function Cn(n, e, t) {
244
+ return window.go.resource.Client.EnsureResourceWatch(n, e, t);
241
245
  }
242
- function Cn(n, e, t, o, i) {
246
+ function pn(n, e, t, o, i) {
243
247
  return window.go.resource.Client.ExecuteAction(n, e, t, o, i);
244
248
  }
245
- function pn(n, e, t, o) {
249
+ function Gn(n, e, t, o) {
246
250
  return window.go.resource.Client.Find(n, e, t, o);
247
251
  }
248
- function Gn(n, e, t, o) {
252
+ function Pn(n, e, t, o) {
249
253
  return window.go.resource.Client.Get(n, e, t, o);
250
254
  }
251
- function Pn(n, e, t) {
255
+ function Rn(n, e, t) {
252
256
  return window.go.resource.Client.GetActions(n, e, t);
253
257
  }
254
- function vn(n, e) {
258
+ function vn() {
259
+ return window.go.resource.Client.GetAllConnectionStates();
260
+ }
261
+ function bn(n, e) {
255
262
  return window.go.resource.Client.GetConnection(n, e);
256
263
  }
257
- function Rn(n, e) {
264
+ function Mn(n, e) {
258
265
  return window.go.resource.Client.GetConnectionNamespaces(n, e);
259
266
  }
260
- function mn(n) {
261
- return window.go.resource.Client.GetDefaultLayout(n);
262
- }
263
- function Ln(n, e) {
267
+ function mn(n, e) {
264
268
  return window.go.resource.Client.GetEditorSchemas(n, e);
265
269
  }
266
- function bn(n, e) {
267
- return window.go.resource.Client.GetInformerState(n, e);
270
+ function Ln(n, e, t) {
271
+ return window.go.resource.Client.GetFilterFields(n, e, t);
268
272
  }
269
- function Mn(n, e) {
270
- return window.go.resource.Client.GetLayout(n, e);
273
+ function hn(n, e, t, o) {
274
+ return window.go.resource.Client.GetHealth(n, e, t, o);
275
+ }
276
+ function _n(n, e) {
277
+ return window.go.resource.Client.GetRelationships(n, e);
271
278
  }
272
279
  function yn(n, e) {
280
+ return window.go.resource.Client.GetResourceCapabilities(n, e);
281
+ }
282
+ function Fn(n, e) {
273
283
  return window.go.resource.Client.GetResourceDefinition(n, e);
274
284
  }
275
- function _n(n, e) {
285
+ function An(n, e, t, o, i, r) {
286
+ return window.go.resource.Client.GetResourceEvents(n, e, t, o, i, r);
287
+ }
288
+ function In(n, e) {
276
289
  return window.go.resource.Client.GetResourceGroup(n, e);
277
290
  }
278
- function Fn(n, e) {
291
+ function On(n, e) {
279
292
  return window.go.resource.Client.GetResourceGroups(n, e);
280
293
  }
281
- function In(n, e) {
294
+ function Tn(n, e, t) {
295
+ return window.go.resource.Client.GetResourceSchema(n, e, t);
296
+ }
297
+ function jn(n, e) {
282
298
  return window.go.resource.Client.GetResourceType(n, e);
283
299
  }
284
- function An(n, e) {
300
+ function $n(n, e) {
285
301
  return window.go.resource.Client.GetResourceTypes(n, e);
286
302
  }
287
- function On(n, e) {
303
+ function xn(n, e) {
304
+ return window.go.resource.Client.GetWatchState(n, e);
305
+ }
306
+ function zn(n, e) {
288
307
  return window.go.resource.Client.HasResourceType(n, e);
289
308
  }
290
- function Tn(n, e, t, o) {
309
+ function Hn(n, e, t) {
310
+ return window.go.resource.Client.IsResourceWatchRunning(n, e, t);
311
+ }
312
+ function Wn(n, e, t, o) {
291
313
  return window.go.resource.Client.List(n, e, t, o);
292
314
  }
293
- function hn() {
315
+ function Vn() {
294
316
  return window.go.resource.Client.ListAllConnections();
295
317
  }
296
- function jn(n) {
318
+ function Dn(n) {
297
319
  return window.go.resource.Client.ListConnections(n);
298
320
  }
299
- function $n() {
321
+ function Un() {
300
322
  return window.go.resource.Client.ListPlugins();
301
323
  }
302
- function xn(n) {
324
+ function kn(n) {
303
325
  return window.go.resource.Client.LoadConnections(n);
304
326
  }
305
- function zn(n, e) {
327
+ function En(n, e) {
306
328
  return window.go.resource.Client.RemoveConnection(n, e);
307
329
  }
308
- function Dn(n, e, t) {
309
- return window.go.resource.Client.SetLayout(n, e, t);
330
+ function Qn(n, e, t, o, i) {
331
+ return window.go.resource.Client.ResolveRelationships(n, e, t, o, i);
332
+ }
333
+ function Bn(n, e, t) {
334
+ return window.go.resource.Client.RestartResourceWatch(n, e, t);
310
335
  }
311
- function Vn(n, e) {
336
+ function Nn(n, e) {
312
337
  return window.go.resource.Client.StartConnection(n, e);
313
338
  }
314
- function Hn(n, e) {
315
- return window.go.resource.Client.StartConnectionInformer(n, e);
339
+ function qn(n, e) {
340
+ return window.go.resource.Client.StartConnectionWatch(n, e);
316
341
  }
317
- function Un(n, e) {
342
+ function Jn(n, e) {
318
343
  return window.go.resource.Client.StopConnection(n, e);
319
344
  }
320
- function kn(n, e) {
321
- return window.go.resource.Client.StopConnectionInformer(n, e);
345
+ function Kn(n, e) {
346
+ return window.go.resource.Client.StopConnectionWatch(n, e);
322
347
  }
323
- function En(n, e, t, o, i) {
348
+ function Xn(n, e, t) {
349
+ return window.go.resource.Client.StopResourceWatch(n, e, t);
350
+ }
351
+ function Yn(n, e, t, o, i) {
324
352
  return window.go.resource.Client.StreamAction(n, e, t, o, i);
325
353
  }
326
- function Qn(n, e, t) {
354
+ function Zn(n, e, t) {
327
355
  return window.go.resource.Client.SubscribeResource(n, e, t);
328
356
  }
329
- function Bn(n, e, t) {
357
+ function ne(n, e, t) {
330
358
  return window.go.resource.Client.UnsubscribeResource(n, e, t);
331
359
  }
332
- function Nn(n, e, t, o) {
360
+ function ee(n, e, t, o) {
333
361
  return window.go.resource.Client.Update(n, e, t, o);
334
362
  }
335
- function Wn(n, e) {
363
+ function te(n, e) {
336
364
  return window.go.resource.Client.UpdateConnection(n, e);
337
365
  }
338
- const je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
366
+ const ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
339
367
  __proto__: null,
340
- AddConnection: an,
341
- Create: dn,
342
- Delete: Sn,
343
- EnsureInformerForResource: fn,
344
- ExecuteAction: Cn,
345
- Find: pn,
346
- Get: Gn,
347
- GetActions: Pn,
348
- GetConnection: vn,
349
- GetConnectionNamespaces: Rn,
350
- GetDefaultLayout: mn,
351
- GetEditorSchemas: Ln,
352
- GetInformerState: bn,
353
- GetLayout: Mn,
354
- GetResourceDefinition: yn,
355
- GetResourceGroup: _n,
356
- GetResourceGroups: Fn,
357
- GetResourceType: In,
358
- GetResourceTypes: An,
359
- HasResourceType: On,
360
- List: Tn,
361
- ListAllConnections: hn,
362
- ListConnections: jn,
363
- ListPlugins: $n,
364
- LoadConnections: xn,
365
- RemoveConnection: zn,
366
- SetLayout: Dn,
367
- StartConnection: Vn,
368
- StartConnectionInformer: Hn,
369
- StopConnection: Un,
370
- StopConnectionInformer: kn,
371
- StreamAction: En,
372
- SubscribeResource: Qn,
373
- UnsubscribeResource: Bn,
374
- Update: Nn,
375
- UpdateConnection: Wn
368
+ AddConnection: dn,
369
+ Create: Sn,
370
+ Delete: fn,
371
+ EnsureResourceWatch: Cn,
372
+ ExecuteAction: pn,
373
+ Find: Gn,
374
+ Get: Pn,
375
+ GetActions: Rn,
376
+ GetAllConnectionStates: vn,
377
+ GetConnection: bn,
378
+ GetConnectionNamespaces: Mn,
379
+ GetEditorSchemas: mn,
380
+ GetFilterFields: Ln,
381
+ GetHealth: hn,
382
+ GetRelationships: _n,
383
+ GetResourceCapabilities: yn,
384
+ GetResourceDefinition: Fn,
385
+ GetResourceEvents: An,
386
+ GetResourceGroup: In,
387
+ GetResourceGroups: On,
388
+ GetResourceSchema: Tn,
389
+ GetResourceType: jn,
390
+ GetResourceTypes: $n,
391
+ GetWatchState: xn,
392
+ HasResourceType: zn,
393
+ IsResourceWatchRunning: Hn,
394
+ List: Wn,
395
+ ListAllConnections: Vn,
396
+ ListConnections: Dn,
397
+ ListPlugins: Un,
398
+ LoadConnections: kn,
399
+ RemoveConnection: En,
400
+ ResolveRelationships: Qn,
401
+ RestartResourceWatch: Bn,
402
+ StartConnection: Nn,
403
+ StartConnectionWatch: qn,
404
+ StopConnection: Jn,
405
+ StopConnectionWatch: Kn,
406
+ StopResourceWatch: Xn,
407
+ StreamAction: Yn,
408
+ SubscribeResource: Zn,
409
+ UnsubscribeResource: ne,
410
+ Update: ee,
411
+ UpdateConnection: te
376
412
  }, Symbol.toStringTag, { value: "Module" }));
377
- function qn(n) {
413
+ function oe(n) {
378
414
  return window.go.exec.Client.AttachSession(n);
379
415
  }
380
- function Jn(n) {
416
+ function ie(n) {
381
417
  return window.go.exec.Client.CloseSession(n);
382
418
  }
383
- function Kn(n, e, t) {
419
+ function re(n, e, t) {
384
420
  return window.go.exec.Client.CreateSession(n, e, t);
385
421
  }
386
- function Xn(n) {
422
+ function ue(n) {
387
423
  return window.go.exec.Client.CreateTerminal(n);
388
424
  }
389
- function Yn(n) {
425
+ function se(n) {
390
426
  return window.go.exec.Client.DetachSession(n);
391
427
  }
392
- function Zn(n, e) {
428
+ function ge(n, e) {
393
429
  return window.go.exec.Client.GetHandler(n, e);
394
430
  }
395
- function ne() {
431
+ function le() {
396
432
  return window.go.exec.Client.GetHandlers();
397
433
  }
398
- function ee(n) {
434
+ function ce(n) {
399
435
  return window.go.exec.Client.GetPluginHandlers(n);
400
436
  }
401
- function te(n) {
437
+ function ae(n) {
402
438
  return window.go.exec.Client.GetSession(n);
403
439
  }
404
- function oe() {
440
+ function we() {
405
441
  return window.go.exec.Client.ListPlugins();
406
442
  }
407
- function ie() {
443
+ function de() {
408
444
  return window.go.exec.Client.ListSessions();
409
445
  }
410
- function re(n, e, t) {
446
+ function Se(n, e, t) {
411
447
  return window.go.exec.Client.ResizeSession(n, e, t);
412
448
  }
413
- function ue(n, e) {
449
+ function fe(n, e) {
414
450
  return window.go.exec.Client.WriteSession(n, e);
415
451
  }
416
- const $e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
452
+ const Ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
417
453
  __proto__: null,
418
- AttachSession: qn,
419
- CloseSession: Jn,
420
- CreateSession: Kn,
421
- CreateTerminal: Xn,
422
- DetachSession: Yn,
423
- GetHandler: Zn,
424
- GetHandlers: ne,
425
- GetPluginHandlers: ee,
426
- GetSession: te,
427
- ListPlugins: oe,
428
- ListSessions: ie,
429
- ResizeSession: re,
430
- WriteSession: ue
454
+ AttachSession: oe,
455
+ CloseSession: ie,
456
+ CreateSession: re,
457
+ CreateTerminal: ue,
458
+ DetachSession: se,
459
+ GetHandler: ge,
460
+ GetHandlers: le,
461
+ GetPluginHandlers: ce,
462
+ GetSession: ae,
463
+ ListPlugins: we,
464
+ ListSessions: de,
465
+ ResizeSession: Se,
466
+ WriteSession: fe
431
467
  }, Symbol.toStringTag, { value: "Module" }));
432
- function se(n) {
468
+ function Ce(n) {
433
469
  return window.go.logs.Client.CloseSession(n);
434
470
  }
435
- function ge(n, e, t) {
471
+ function pe(n, e, t) {
436
472
  return window.go.logs.Client.CreateSession(n, e, t);
437
473
  }
438
- function le(n) {
474
+ function Ge(n) {
439
475
  return window.go.logs.Client.GetSession(n);
440
476
  }
441
- function ce(n) {
477
+ function Pe(n) {
442
478
  return window.go.logs.Client.GetSupportedResources(n);
443
479
  }
444
- function we() {
480
+ function Re() {
445
481
  return window.go.logs.Client.ListSessions();
446
482
  }
447
- function ae(n) {
483
+ function ve(n) {
448
484
  return window.go.logs.Client.PauseSession(n);
449
485
  }
450
- function de(n) {
486
+ function be(n) {
451
487
  return window.go.logs.Client.ResumeSession(n);
452
488
  }
453
- function Se(n, e) {
489
+ function Me(n, e) {
454
490
  return window.go.logs.Client.UpdateSessionOptions(n, e);
455
491
  }
456
- const xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
492
+ const Qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
457
493
  __proto__: null,
458
- CloseSession: se,
459
- CreateSession: ge,
460
- GetSession: le,
461
- GetSupportedResources: ce,
462
- ListSessions: we,
463
- PauseSession: ae,
464
- ResumeSession: de,
465
- UpdateSessionOptions: Se
494
+ CloseSession: Ce,
495
+ CreateSession: pe,
496
+ GetSession: Ge,
497
+ GetSupportedResources: Pe,
498
+ ListSessions: Re,
499
+ PauseSession: ve,
500
+ ResumeSession: be,
501
+ UpdateSessionOptions: Me
466
502
  }, Symbol.toStringTag, { value: "Module" }));
467
- function fe() {
503
+ function me() {
468
504
  return window.go.metric.Client.GetProviders();
469
505
  }
470
- function Ce(n) {
506
+ function Le(n) {
471
507
  return window.go.metric.Client.GetProvidersForResource(n);
472
508
  }
473
- function pe(n, e, t) {
509
+ function he(n, e, t) {
474
510
  return window.go.metric.Client.Query(n, e, t);
475
511
  }
476
- function Ge(n, e, t, o, i, r, u, s, g, l) {
512
+ function _e(n, e, t, o, i, r, u, s, g, l) {
477
513
  return window.go.metric.Client.QueryAll(n, e, t, o, i, r, u, s, g, l);
478
514
  }
479
- function Pe(n, e, t) {
515
+ function ye(n, e, t) {
480
516
  return window.go.metric.Client.Subscribe(n, e, t);
481
517
  }
482
- function ve(n) {
518
+ function Fe(n) {
483
519
  return window.go.metric.Client.Unsubscribe(n);
484
520
  }
485
- const ze = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
521
+ const Be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
486
522
  __proto__: null,
487
- GetProviders: fe,
488
- GetProvidersForResource: Ce,
489
- Query: pe,
490
- QueryAll: Ge,
491
- Subscribe: Pe,
492
- Unsubscribe: ve
523
+ GetProviders: me,
524
+ GetProvidersForResource: Le,
525
+ Query: he,
526
+ QueryAll: _e,
527
+ Subscribe: ye,
528
+ Unsubscribe: Fe
493
529
  }, Symbol.toStringTag, { value: "Module" }));
494
- function Re(n) {
530
+ function Ae(n) {
495
531
  return window.go.networker.Client.ClosePortForwardSession(n);
496
532
  }
497
- function me(n, e, t) {
533
+ function Ie(n, e, t) {
498
534
  return window.go.networker.Client.FindPortForwardSessions(n, e, t);
499
535
  }
500
- function Le(n) {
536
+ function Oe(n) {
501
537
  return window.go.networker.Client.GetPortForwardSession(n);
502
538
  }
503
- function be(n) {
539
+ function Te(n) {
504
540
  return window.go.networker.Client.GetSupportedPortForwardTargets(n);
505
541
  }
506
- function Me() {
542
+ function je() {
507
543
  return window.go.networker.Client.ListAllPortForwardSessions();
508
544
  }
509
- function ye(n, e) {
545
+ function $e(n, e) {
510
546
  return window.go.networker.Client.ListPortForwardSessions(n, e);
511
547
  }
512
- function _e(n, e, t) {
548
+ function xe(n, e, t) {
513
549
  return window.go.networker.Client.StartResourcePortForwardingSession(n, e, t);
514
550
  }
515
- const De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
551
+ const Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
516
552
  __proto__: null,
517
- ClosePortForwardSession: Re,
518
- FindPortForwardSessions: me,
519
- GetPortForwardSession: Le,
520
- GetSupportedPortForwardTargets: be,
521
- ListAllPortForwardSessions: Me,
522
- ListPortForwardSessions: ye,
523
- StartResourcePortForwardingSession: _e
553
+ ClosePortForwardSession: Ae,
554
+ FindPortForwardSessions: Ie,
555
+ GetPortForwardSession: Oe,
556
+ GetSupportedPortForwardTargets: Te,
557
+ ListAllPortForwardSessions: je,
558
+ ListPortForwardSessions: $e,
559
+ StartResourcePortForwardingSession: xe
524
560
  }, Symbol.toStringTag, { value: "Module" }));
525
- function Fe(n) {
561
+ function ze(n) {
526
562
  return window.go.ui.Client.GetPluginComponents(n);
527
563
  }
528
- function Ie(n) {
564
+ function He(n) {
529
565
  return window.go.ui.Client.GetResourceAreaComponent(n);
530
566
  }
531
- function Ae(n) {
567
+ function We(n) {
532
568
  return window.go.ui.Client.GetResourceComponents(n);
533
569
  }
534
- const Ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
570
+ const qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
535
571
  __proto__: null,
536
- GetPluginComponents: Fe,
537
- GetResourceAreaComponent: Ie,
538
- GetResourceComponents: Ae
572
+ GetPluginComponents: ze,
573
+ GetResourceAreaComponent: He,
574
+ GetResourceComponents: We
539
575
  }, Symbol.toStringTag, { value: "Module" }));
540
576
  export {
541
- Ie as A,
542
- Fn as B,
543
- $e as C,
544
- Sn as D,
545
- Tn as E,
546
- me as F,
577
+ Pn as A,
578
+ He as B,
579
+ Ee as C,
580
+ fn as D,
581
+ On as E,
582
+ Ie as F,
547
583
  P as G,
548
- In as H,
549
- An as I,
550
- dn as J,
551
- Qn as K,
552
- jn as L,
553
- Bn as M,
554
- Pn as N,
555
- Cn as O,
584
+ Wn as H,
585
+ jn as I,
586
+ $n as J,
587
+ Sn as K,
588
+ Dn as L,
589
+ Zn as M,
590
+ ne as N,
591
+ Rn as O,
556
592
  d as P,
557
- Ge as Q,
558
- zn as R,
559
- Vn as S,
560
- Ln as T,
561
- Wn as U,
593
+ _e as Q,
594
+ En as R,
595
+ Nn as S,
596
+ pn as T,
597
+ te as U,
562
598
  wn as V,
563
- bn as W,
564
- En as X,
565
- De as a,
566
- je as b,
567
- Oe as c,
568
- he as d,
569
- Ve as e,
570
- xe as f,
571
- ze as g,
572
- Un as h,
573
- vn as i,
574
- Hn as j,
575
- kn as k,
576
- Rn as l,
577
- hn as m,
578
- Kn as n,
579
- ge as o,
580
- Te as p,
581
- se as q,
582
- fe as r,
583
- Ce as s,
584
- Pe as t,
585
- ve as u,
586
- Me as v,
587
- Re as w,
588
- _e as x,
589
- Nn as y,
590
- Gn as z
599
+ mn as W,
600
+ xn as X,
601
+ Yn as Y,
602
+ Ne as a,
603
+ ke as b,
604
+ Ve as c,
605
+ Ue as d,
606
+ qe as e,
607
+ Qe as f,
608
+ Be as g,
609
+ Jn as h,
610
+ bn as i,
611
+ qn as j,
612
+ Kn as k,
613
+ Mn as l,
614
+ vn as m,
615
+ Vn as n,
616
+ re as o,
617
+ De as p,
618
+ pe as q,
619
+ Ce as r,
620
+ me as s,
621
+ Le as t,
622
+ ye as u,
623
+ Fe as v,
624
+ je as w,
625
+ Ae as x,
626
+ xe as y,
627
+ ee as z
591
628
  };