@omniviewdev/runtime 0.0.0-nightly.20260317 → 0.0.0-nightly.20260319

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